Advertisement
Guest User

Untitled

a guest
May 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. Anti relog HS script
  3.  
  4. anti Relog Speed Tutorial setting typo CORRECTED
  5.  
  6.  
  7. Anti-Relog
  8.  
  9. You Will need To Paste this into Scar:
  10.  
  11. program SS;
  12. begin
  13. findwindowtitlepart('EndlessOnline',False)
  14. activateclient;
  15. wait(1500);
  16. begin
  17. repeat
  18. Keydown(116)
  19. Wait(10)
  20. Keyup(116)
  21. wait(10)
  22. Keydown(118)
  23. Wait(10)
  24. Keyup(118)
  25. Wait(3000)
  26. until(false)
  27. end;
  28. end.
  29.  
  30. Afterwards you will need to set your xspeed settings to the tutorial settings below:
  31.  
  32. Speeds:
  33.  
  34. Enable/Disable Speed: [num - ]
  35. Speed +1: [num + ]
  36. Speed -2.29 (-2.29 in blue) xD!: [F5]
  37. Speed 16-32: [F7] <-- this is the speed you will be running on and attacking.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement