CoolHuman Pean's AHK MultiScript Edit

Posts 115 of 39 · Page 1 of 3
Human Pean's AHK MultiScript Edit
I've removed code that isn't edited and fixed a few bugs.
ALL CREDIT GOES TO PEAN AS HE IS THE ORIGINAL CREATOR!!!
All i did was edit his script to have a more human feel to the recoil.

Features smoother anti-recoil scripts compared to Pean's original for the following weapons:

AK-47
M4A4
M4A1-S

Demonstration:
-Removed due to linkage to outside game-hacking forum.

V2 includes bug fixes and height adjustments to spray patterns.

If I've forgotten something please leave a comment.
GLHF

VIRUS SCANS:
https://virusscan.jotti.org/en-US/fi...job/nwn3sxflo1
https://virustotal.com/en/file/54241...is/1477030056/
Human RCS V2_mpgh.net.rar843 B · 1,547 downloads Clean
Approved.

Use at your OWN risk.
i think u should determine a specific sens value. it shoots random.
Quote Originally Posted by thearrowa View Post
i think u should determine a specific sens value. it shoots random.
does it?
sorry if it does.
My Sens is 2 hope that helps.
I've edited it so you can input your own sensitivity.

Here is the editied script:

 
click here
Code:
;initialization
Hotkey, *~$Space, Off

;CHANGE SENSITIVITY BELOW

sensitivity=3

;DO NOT MESS WITH THE VALUE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!

modifier:=2.0/sensitivity

;Recoil weapon switch system
loop
{
GetKeyState, state, F4
if state = D
{
SoundPlay, %A_ScriptDir%\1.mp3
ak:=true
m4a1:=false
m4a4:=false
}

GetKeyState, state, F6
if state = D
{
SoundPlay, %A_ScriptDir%\2.mp3
m4a1:=true
ak:=false
m4a4:=false
}

GetKeyState, state, F7
if state = D
{
SoundPlay, %A_ScriptDir%\3.mp3
m4a4:=true
ak:=false
m4a1:=false
}

GetKeyState, state, F10
if state = D
{
SoundPlay, %A_ScriptDir%\8.mp3
sleep 2100
ExitApp
}

GetKeyState, state, F11
if state = D
{
SoundPlay, %A_ScriptDir%\7.mp3
ak:=false
m4a1:=false
m4a4:=false
}
}



;Bunnyhop
~F1:: Hotkey, *~$Space, Toggle
*~$Space::
sleep 5
loop
{
    GetKeyState, SpaceState, Space, P
    if SpaceState = U
        break 
    Sleep 1
    Send, {Blind}{Space}
}
Return



;RCS
*~$LButton::
;AK-47
while ak==true && GetKeyState("LButton")
{
sleep 50
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
;M4A1
while m4a1==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2000
GetKeyState, state, LButton
if state = U
break
}
;M4A4
while m4a4==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
Quote Originally Posted by fuzi8nclagnutz View Post
I've edited it so you can input your own sensitivity.

Here is the editied script:
put it in [.CODE][./CODE] instead of [.QUOTE][./QUOTE]
Quote Originally Posted by Ally View Post

put it in [.CODE][./CODE] instead of [.QUOTE][./QUOTE]
and use

//short
Quote Originally Posted by fuzi8nclagnutz View Post
I've edited it so you can input your own sensitivity.

Here is the editied script:

 
click here
Code:
;initialization
Hotkey, *~$Space, Off

;CHANGE SENSITIVITY BELOW

sensitivity=3

;DO NOT MESS WITH THE VALUE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!

modifier:=2.0/sensitivity

;Recoil weapon switch system
loop
{
GetKeyState, state, F4
if state = D
{
SoundPlay, %A_ScriptDir%\1.mp3
ak:=true
m4a1:=false
m4a4:=false
}

GetKeyState, state, F6
if state = D
{
SoundPlay, %A_ScriptDir%\2.mp3
m4a1:=true
ak:=false
m4a4:=false
}

GetKeyState, state, F7
if state = D
{
SoundPlay, %A_ScriptDir%\3.mp3
m4a4:=true
ak:=false
m4a1:=false
}

GetKeyState, state, F10
if state = D
{
SoundPlay, %A_ScriptDir%\8.mp3
sleep 2100
ExitApp
}

GetKeyState, state, F11
if state = D
{
SoundPlay, %A_ScriptDir%\7.mp3
ak:=false
m4a1:=false
m4a4:=false
}
}



;Bunnyhop
~F1:: Hotkey, *~$Space, Toggle
*~$Space::
sleep 5
loop
{
    GetKeyState, SpaceState, Space, P
    if SpaceState = U
        break 
    Sleep 1
    Send, {Blind}{Space}
}
Return



;RCS
*~$LButton::
;AK-47
while ak==true && GetKeyState("LButton")
{
sleep 50
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
;M4A1
while m4a1==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2000
GetKeyState, state, LButton
if state = U
break
}
;M4A4
while m4a4==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
Thanks man, i'm still new to AHK and you saved my ass c:
Quote Originally Posted by memelord3699 View Post
Thanks man, i'm still new to AHK and you saved my ass c:
no problem dude only took two seconds
Quote Originally Posted by fuzi8nclagnutz View Post
no problem dude only took two seconds
is there anyway you can add pean's current UMP-45 RCS into this? the UMP-45 RCS works great and it's literally only a $1200 gun

or how could i edit these 3 into pean's current multi -- as all the other RCS work fine (FAMAS, Galil, UMP)
thanks, this works perfect. is there anyway you can add pean's current UMP-45 RCS into this? the UMP-45 RCS works great and it's literally only a $1200 gun

or how could i edit these 3 into pean's current multi -- as all the other RCS work fine (FAMAS, Galil, UMP)
Quote Originally Posted by skynocks View Post
is there anyway you can add pean's current UMP-45 RCS into this? the UMP-45 RCS works great and it's literally only a $1200 gun

or how could i edit these 3 into pean's current multi -- as all the other RCS work fine (FAMAS, Galil, UMP)
i can do it when i get my pc.its very easy mate. i will do a few hours later.
Quote Originally Posted by thearrowa View Post
i can do it when i get my pc.its very easy mate. i will do a few hours later.
thanks so much. i tried doing it but couldn't figure it out.
added ump recoil, its binded to f12

 
Click here to view
Code:
;initialization
Hotkey, *~$Space, Off

;CHANGE SENSITIVITY BELOW

sensitivity=3

;DO NOT MESS WITH THE VALUE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!

modifier:=2/sensitivity

;Recoil weapon switch system
loop
{
GetKeyState, state, F4
if state = D
{
SoundPlay, %A_ScriptDir%\1.mp3
ak:=true
m4a1:=false
m4a4:=false
ump:=false
}

GetKeyState, state, F6
if state = D
{
SoundPlay, %A_ScriptDir%\2.mp3
m4a1:=true
ak:=false
m4a4:=false
ump:=false
}

GetKeyState, state, F7
if state = D
{
SoundPlay, %A_ScriptDir%\3.mp3
m4a4:=true
ak:=false
m4a1:=false
ump:=false
}

GetKeyState, state, F12
if state = D
{
SoundPlay, %A_ScriptDir%\6.mp3
ump:=true
m4a4:=false
ak:=false
m4a1:=false
}

GetKeyState, state, F10
if state = D
{
SoundPlay, %A_ScriptDir%\8.mp3
sleep 2100
ExitApp
}

GetKeyState, state, F11
if state = D
{
SoundPlay, %A_ScriptDir%\7.mp3
ak:=false
m4a1:=false
m4a4:=false
ump:=false
}
}



;Bunnyhop
~F1:: Hotkey, *~$Space, Toggle
*~$Space::
sleep 5
loop
{
    GetKeyState, SpaceState, Space, P
    if SpaceState = U
        break 
    Sleep 1
    Send, {Blind}{Space}
}
Return



;RCS
*~$LButton::
;AK-47
while ak==true && GetKeyState("LButton")
{
sleep 50
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
;M4A1
while m4a1==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2000
GetKeyState, state, LButton
if state = U
break
}
;UMP-45
while ump==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 6*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 8*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 18*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 23*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 23*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 26*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 17*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 12*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", 13*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier, "UInt", 8*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 5*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 3*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 6*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 6*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", -3*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", -1*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 4*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -19*modifier, "UInt", 1*modifier)
sleep 85
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", -2*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -5*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier, "UInt", -2*modifier)
sleep 85
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 3*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", -2*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", -1*modifier)
sleep 90
GetKeyState, state, LButton
if state = U
break
sleep 1000
GetKeyState, state, LButton
if state = U
break
}
;M4A4
while m4a4==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
 
For code, click here
Code:
;initialization
Hotkey, *~$Space, Off
Hotkey, *~$MButton, Off

;Change to your sens
sens=3
zoomsens:=0.75

key_Famas:="Numpad4"
key_Galil:="Numpad5"
key_UMP:="Numpad6"
key_AUG:="Home"
key_SG:="End"
key_zoom:="LAlt"
key_shoot:="LButton"

key_RCoff:="Numpad7"
key_Terminate:="Numpad9"

;If you want to change other hotkeys, look below

;Recoil weapon switch system
loop
{
if GetKeyState(key_RCoff)
{
ak:=false
m4a1:=false
m4a4:=false
famas:=false
galil:=false
ump:=false
aug:=false
sg:=false
}

if GetKeyState(key_Terminate)
{
sleep 500
ExitApp
}

if GetKeyState(key_UMP)
{
ump:=true
ak:=false
m4a1:=false
m4a4:=false
famas:=false
galil:=false
aug:=false
sg:=false
modifier:=2.52/sens
}

if GetKeyState(key_SG)
{
sg:=true
ump:=false
ak:=false
m4a1:=false
m4a4:=false
famas:=false
galil:=false
aug:=false
modifier:=2.52/sens
}

if GetKeyState(key_AUG)
{
aug:=true
ump:=false
ak:=false
m4a1:=false
m4a4:=false
famas:=false
galil:=false
sg:=false
modifier:=2.52/sens
}

if GetKeyState(key_Famas)
{
famas:=true
ak:=false
m4a1:=false
m4a4:=false
galil:=false
ump:=false
aug:=false
sg:=false
modifier:=2.52/sens
}

if GetKeyState(key_Galil)
{
galil:=true
ak:=false
m4a1:=false
m4a4:=false
famas:=false
ump:=false
aug:=false
sg:=false
modifier:=2.52/sens
}


GetKeyState, state, Numpad1
if state = D
{
ak:=true
m4a1:=false
m4a4:=false
famas:=false
galil:=false
ump:=false
aug:=false
sg:=false
modifier:=2.0/sens
}

GetKeyState, state, Numpad3
if state = D
{
m4a1:=true
ak:=false
m4a4:=false
famas:=false
galil:=false
ump:=false
aug:=false
sg:=false
modifier:=2.0/sens
}

GetKeyState, state, Numpad2
if state = D
{
m4a4:=true
ak:=false
m4a1:=false
famas:=false
galil:=false
ump:=false
aug:=false
sg:=false
modifier:=2.0/sens
}

}

;Rapid fire
~F2::
Hotkey, *~$MButton, Toggle
return
*~$MButton::
sleep 10
loop
{
GetKeyState, state, MButton
if state = U
break 
Sleep 1
Send, {Blind}{LButton}
}
return

;Bunnyhop
~F1:: Hotkey, *~$Space, Toggle
*~$Space::
sleep 5
loop
{
    GetKeyState, SpaceState, Space, P
    if SpaceState = U
        break 
    Sleep 1
    Send, {Blind}{Space}
}
Return



;RCS
*~$LButton::
;AK-47
while ak==true && GetKeyState("LButton")
{
sleep 50
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 3.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -1.5, "UInt", 16.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -0.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 17.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 15*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 11.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 6.5, "UInt", 10.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -8.5, "UInt", 6*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -21, "UInt", -1.5*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -10.5, "UInt", 1*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}
;M4A1
while m4a1==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0.5, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 2, "UInt", 9*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 10.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 12*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 7, "UInt", 7*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", 6*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 9, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -7, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2000
GetKeyState, state, LButton
if state = U
break
}
;M4A4
while m4a4==true && GetKeyState("LButton")
{
sleep 15
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 1, "UInt", 3.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 4.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -3, "UInt", 8*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 3.5, "UInt", 10.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -4.5, "UInt", 17.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2.5, "UInt", 14.5*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 8, "UInt", 8.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 5.5, "UInt", 7.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 11, "UInt", 2.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -2, "UInt", 5.5*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -9, "UInt", 3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -15, "UInt", -2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12, "UInt", 0*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", -12.5, "UInt", -3*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 43.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 4, "UInt", -1*modifier)
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 10*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 2*modifier)
sleep 44
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
DllCall("mouse_event", "UInt", 0x01, "UInt", 0, "UInt", 0*modifier)
sleep 49.5
GetKeyState, state, LButton
if state = U
break
sleep 2100
GetKeyState, state, LButton
if state = U
break
}

if GetKeyState(key_shoot)
{
;Famas
if famas
{
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 30
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 5*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier, "UInt", 4*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 10*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 17*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 20*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 18*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", 12*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 12*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", 8*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier, "UInt", 5*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", 2*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 5*modifier)
sleep 87
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 23*modifier, "UInt", 4*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 6*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 20*modifier, "UInt", -3*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 0*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 0*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 3*modifier, "UInt", 5*modifier)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 3*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -25*modifier, "UInt", -1*modifier)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 2*modifier)
sleep 84
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 0*modifier)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -7*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -10*modifier)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
}
;Galil
else if galil
{
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 10
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 4*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 5*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 10*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 12*modifier, "UInt", 15*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 21*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier, "UInt", 24*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 16*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 10*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 14*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier, "UInt", 8*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -30*modifier, "UInt", -3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -29*modifier, "UInt", -13*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 8*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 2*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier, "UInt", 1*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 1*modifier)
sleep 50
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 4*modifier, "UInt", 7*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 25*modifier, "UInt", 7*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier, "UInt", 4*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 25*modifier, "UInt", -3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 31*modifier, "UInt", -9*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier, "UInt", -1*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 10*modifier, "UInt", -1*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 16*modifier, "UInt", -4*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 5*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -32*modifier, "UInt", -5*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", -3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier, "UInt", 5*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier, "UInt", 8*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier, "UInt", -3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -24*modifier, "UInt", -14*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier, "UInt", -1*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
}
;UMP-45
else if ump
{
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 15
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 6*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 8*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -2*modifier, "UInt", 18*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 23*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier, "UInt", 23*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", 26*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 11*modifier, "UInt", 17*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier, "UInt", 12*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", 13*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier, "UInt", 8*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", 5*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", 3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", 6*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier, "UInt", 6*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier, "UInt", -3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier, "UInt", -1*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -12*modifier, "UInt", 4*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -19*modifier, "UInt", 1*modifier)
sleep 85
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -1*modifier, "UInt", -2*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier, "UInt", -5*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier, "UInt", -2*modifier)
sleep 85
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier, "UInt", 3*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier, "UInt", -2*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier, "UInt", -1*modifier)
sleep 90
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
}
;AUG
else if aug
{
if GetKeyState(key_zoom)
{
;this is the best scale I could figure out for zoomed in norecoil
obs:=1.2/zoomsens
}
else
{
obs:=1
}
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 30
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier*obs, "UInt", 6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 0*modifier*obs, "UInt", 13*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 22*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier*obs, "UInt", 26*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 5*modifier*obs, "UInt", 29*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 9*modifier*obs, "UInt", 30*modifier*obs)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 21*modifier*obs)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 15*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 13*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 11*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 13*modifier*obs, "UInt", 0*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 1*modifier*obs, "UInt", 6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -22*modifier*obs, "UInt", 5*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -38*modifier*obs, "UInt", -11*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -31*modifier*obs, "UInt", -13*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -3*modifier*obs, "UInt", 6*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 5*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier*obs, "UInt", 0*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 24*modifier*obs, "UInt", 1*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 32*modifier*obs, "UInt", 3*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 15*modifier*obs, "UInt", 6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 1*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 17*modifier*obs, "UInt", -3*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 29*modifier*obs, "UInt", -11*modifier*obs)
sleep 95
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 19*modifier*obs, "UInt", 0*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -16*modifier*obs, "UInt", 3*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier*obs, "UInt", 1*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
}
;SG 553
else if sg
{
if GetKeyState(key_zoom)
{
;this is the best scale I could figure out for zoomed in norecoil
obs:=1.2/zoomsens
}
else
{
obs:=1
}
loop
{
DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
sleep 30
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -4*modifier*obs, "UInt", 9*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -13*modifier*obs, "UInt", 15*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -9*modifier*obs, "UInt", 25*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier*obs, "UInt", 29*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 31*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -7*modifier*obs, "UInt", 36*modifier*obs)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier*obs, "UInt", 14*modifier*obs)
sleep 80
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 17*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 12*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier*obs, "UInt", 8*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -5*modifier*obs, "UInt", 5*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 5*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", 6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 2*modifier*obs, "UInt", 11*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -14*modifier*obs, "UInt", -6*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -20*modifier*obs, "UInt", -17*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -18*modifier*obs, "UInt", -9*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -8*modifier*obs, "UInt", -2*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 41*modifier*obs, "UInt", 3*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 56*modifier*obs, "UInt", -5*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 43*modifier*obs, "UInt", -1*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 18*modifier*obs, "UInt", 9*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 14*modifier*obs, "UInt", 9*modifier*obs)
sleep 88
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 6*modifier*obs, "UInt", 7*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 21*modifier*obs, "UInt", -3*modifier*obs)
sleep 95
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", 29*modifier*obs, "UInt", -4*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -6*modifier*obs, "UInt", 8*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -15*modifier*obs, "UInt", 5*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", "UInt", 0x01, "UInt", -38*modifier*obs, "UInt", -5*modifier*obs)
sleep 89
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
sleep 1000
if !GetKeyState(key_shoot)
{
DllCall("mouse_event", uint, 4, int, 0, int, 0, uint, 0, int, 0)
break
}
}
}
}



I combined two scripts into one. This script have memelord's humanized and other pean's weapon patterns. You should change sens values before use. Hotkeys are:
AK47 -> Numpad1
M4A4 -> Numpad2
M4A1-S -> Numpad3
Famas -> Numpad4
Galil -> Numpad5
UMP-45 -> Numpad6
AUG -> Home
SG-> End

Pause -> Numpad7
Terminate -> Numpad9
RapidJump(aka BHop) -> F1
RapidFire -> F2
Posts 115 of 39 · Page 1 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?