i put like this in script but then it doesnt start, like the old version at top it did press q,w,e, but i need a button for run/stop, but with your script it didnt work, maybe i need change something?
HotKeySet('{F1}', 'Pause')
Global $run
While True
If $run Then
send ("qqqq")
sleep(200)
send ("wwww")
sleep (200)
send ("eee")
EndIf
WEnd
Func Pause()
$run = Not $run
EndFunc
it doesnt work , i tried also with controlsend but when i press F1 it doesnt do anything, maybe i need put something in the script with League of Legends.exe?
this is start/pause button
when you run script its paused you must press F1 to start and F2 to pause
F1 start <> pause
i dont know how it dont works, but for what is it that script to fire skills or to move ?
try this too i find it in help file
Single keys can also be repeated, e.g.
Send("{DEL 4}") ;Presses the DEL key 4 times
Send("{S 30}") ;Sends 30 'S' characters
so in your case Send("{W 5}") ; sending W 5 times
here you go try copy paste, compile x64, and right click -> run as admin
i tried now in notepad it sends keys no problem
Code:
#RequireAdmin
HotKeySet('{F1}', '_start')
HotKeySet('{F3}', '_quit')
Global $run
While 1
Sleep(100)
WEnd
; start / pause script
Func _start()
$run = Not $run
While True
If $run Then
Send("{q 4}")
Sleep(200)
Send("{w 4}")
Sleep(200)
Send("{e 3}")
Sleep(200)
EndIf
WEnd
EndFunc
; exits script
Func _quit()
Exit
EndFunc
it is just a single keys hit combo in the game but it can be for every champion player different combo, but i dont know why it doesnt work with the function buttons script.
like you use w first for stun enemy, then use q for damage , e for damage, and r for ulti damage.
No, using "{eeee}" would be wrong because there is no keyboard that has an eeee-key.
{e}{e}{e}{e} would be right, or just "eeee" but if you use the last one then it's send as plain text instead of pushing the keys.
Combo boot with AutoIT ?? 05/17/2008 - Cabal Online - 1 Replies hallo ich habe ne frage ob jemand ein combo bot hat der selber die tasten drückt in der richtigen zeit wen jemand hat pls bescheid sagen danke :D:rolleyes:;):cool::D:)