makro nein lösungen walljumping tool g15 oder per hand
edit ok makro per autoit
tool das ich als au3 datei noch hier hatte
war glaub hier ausm forum
Code:
;--Title: Walljump Time
;--Author: Flaska
; Description:
; Performs perfect walljumps.
HotKeySet("{F1}", "wjump")
HotKeySet("{F2}", "swjump")
HotKeySet("{PAUSE}", "unbind")
func wjump()
HotKeySet("{F1}")
Send("{UP DOWN}")
Send("{SPACE}")
Send("{UP UP}")
Sleep(300)
HotKeySet("{F1}", "wjump")
idle()
EndFunc;:: wjump()
func swjump()
HotKeySet("{F2}")
Send("{SPACE}")
Sleep(250)
Send("{UP}")
Sleep(600)
HotKeySet("{F2}", "swjump")
idle()
EndFunc;:: swjump()
Func idle()
while 1
Sleep(1000)
WEnd
EndFunc;:: idle()
Func unbind()
HotKeySet("{F1}")
HotKeySet("{F2}")
HotKeySet("{PAUSE}", "rebind")
idle()
EndFunc;:: unbind
Func rebind()
HotKeySet("{F1}", "wjump")
HotKeySet("{F2}", "swjump")
HotKeySet("{PAUSE}", "unbind")
idle()
EndFunc;:: rebind
idle()
f1 und f2 sind die hotkeys und mit autoit machste es
compiles am besten zu ner exe und nen es nicht gerade WALLJUMPPROG