PDA

View Full Version : script for aimbot 2 shoot only when shooting



yossi
29th August 2004, 09:47
ok guys i saw many of you intersting about a aimbot script that shoot only when you shoot and when you reload its stop so here we go just put those ttwo line in ur aimbot script and that all

bind MOUSE1 "+attack; set pha 1"
bind MOUSE2 "+reload: set pha 0"

if you got other prheker taurine use a diffrent cvar on mine is pha on ur it can be "set aim 1" or whatever gl

Jun
29th August 2004, 11:18
you mean auto aim when you shoot? Shoot when you shoot I dont get it

punkfs
29th August 2004, 11:21
He means, When you shoot it will aim and when you reload it wont aim.

nUb*NL
29th August 2004, 13:59
hmm, this aint a "stealth mode" really and i think this is a bit useless. it should stop autoaiming when releasing the mousebutton.but so far i know, this cant be done by a .cfg.

th@man
29th August 2004, 14:49
hmm, this aint a "stealth mode" really and i think this is a bit useless. it should stop autoaiming when releasing the mousebutton.but so far i know, this cant be done by a .cfg.

The stealth mode stuff can be made with cfg :)

-={G}=-
29th August 2004, 22:30
yes a better cfg would be to put

bind mouse1 startAim; +fire; wait; -fire; StopAim

nUb*NL
31st August 2004, 01:42
yes a better cfg would be to put

bind mouse1 startAim; +fire; wait; -fire; StopAim


hmz this won't really work either, coz it only shoots single shots on auto mode :cool:

-={G}=-
3rd September 2004, 10:46
your using an aimbot lol you dont need to spray. hehe

well if you really want it to work only when you shoot just edit the code and put GetAsyncKeyState(VK_LBUTTON) in the if statement that executes the bot..... :)