Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Post this on the walls of the 12 prettiest Girls you know...
If you get back 5 you're beautiful. ..
❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤
#NoEnv
SendMode, Input
SetBatchLines -1
CoordMode, Mouse, Screen
mouseXY(x, y)
{ DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
}
strafe(left)
{
moveCount := 20
sleepInterval := 1
relativeMove := 15
if (left)
{ key := "," move := -relativeMove
} else
{ key := "." move := relativeMove
}
send {%key% down}
DllCall("Sleep", "UInt", 5)
Loop, %moveCount%
{ mouseXY(move, 0) DllCall("Sleep", "UInt", sleepInterval)
}
send {%key% up}
}
$XButton1::
while getkeystate("XButton1","P")
{
strafe(false)
strafe(true)
}
return
f5::Suspend
Nice and fast trade