Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $x::
  2. if (WinActive("Dragon Saga") AND TrueActive != 1)
  3. While GetKeyState("x","p"){
  4. Send {x down}{x up}
  5. Sleep 1
  6. }
  7. else
  8. if (WinActive("Dragon Saga") AND TrueActive != 0)
  9. While GetKeyState("x","p"){
  10. Send {x down}{x up}
  11. Sleep 50
  12. }
  13. else
  14. send x
  15. return
  16.  
  17.  
  18. $F4::
  19. send {F4}
  20. if WinActive("Dragon Saga")
  21. if (Trueactive = 1)
  22. TrueActive = 0
  23. else
  24. TrueActive = 1
  25. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement