Page 1 of 1

[easy] I need to modify my script for cs go [easy]

Posted: 14 Mar 2018, 15:01
by samuel74258
this is no recoil for csgo

I need to add 3 shots fast burst fire before clickrecoil start thx sam
Spoiler

Re: [easy] I need modify my script it will be easy [easy]

Posted: 14 Mar 2018, 23:03
by Nwb
There are three hotkeys. Do you want "3x fast burstfire" to happen under every hotkey before the loop? Also can you please explain what does the "3x fast burstfire"?
Do you mean 3 left clicks? Please specify that.

Re: [easy] I need to modify my script for cs go [easy]

Posted: 17 Mar 2018, 05:59
by Rohwedder
Hallo,
this?:

Code: Select all

LButton::
SetMouseDelay 10
Click, 3 ;3 shots fast burst fire
SetMouseDelay 71
While, GetKeyState("LButton","P")
	Click
Return