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
}
}
}
}