xNordik
Advanced User
- Dołączył
- Grudzień 28, 2010
- Posty
- 338
- Liczba reakcji
- 32
- Wiek
- 25
Counter Strike:
League of Legends:
Pisanie rzeczy na chacie przyciskiem F1:
Strzelanie seriami po 3 srodkowym przyciskiem myszy:
Kod:
Pause::Suspend
*[I][COLOR="#00FF00"]MButton[/COLOR][/I]::
Send, {LButton}
Sleep 70
Send, {LButton}
Sleep 70
Send, {LButton}
Sleep 70
Return
BunnyHop:
Kod:
*space::
Loop
{
GetKeyState,state,space,P
if state = U
break
Send,{space}
Sleep,1
}
return
Ogarni?ty Recoil:
Kod:
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
; iloveesl
NRA := 1
; SS
^!p::Suspend
; NR
~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 1, uint, 0, int, 0)
Sleep, 5
}
return
; Nades
~MButton::
if GetKeyState("LButton")
{
NRA := 0
Sleep, 3000
MouseClick, Left,,,,, U
NRA := 1
}
return
League of Legends:
Pisanie rzeczy na chacie przyciskiem F1:
Kod:
Pause::Suspend
*[I][COLOR="#00FF00"]F1[/COLOR][/I]::
Send, {enter}
sleep 50
Send, [I]TEKST[/I]
Sleep 50
Send, {enter}
Return