Advertisement
Guest User

resetting tool definitive edition

a guest
Mar 2nd, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #IfWinActive Noita
  2. #NoEnv
  3. #MaxHotkeysPerInterval 99000000
  4. #HotkeyInterval 99000000
  5. #KeyHistory 0
  6. ListLines Off
  7. Process, Priority, , A
  8. SetBatchLines, -1
  9. SetKeyDelay, -1, -1
  10. SetMouseDelay, -1
  11. SetDefaultMouseSpeed, 0
  12. SetWinDelay, -1
  13. SetControlDelay, -1
  14. SendMode Input
  15. DllCall("ntdll\ZwSetTimerResolution","Int",5000,"Int",1,"Int*",MyCurrentTimerResolution) ;setting the Windows Timer Resolution to 0.5ms, THIS IS A GLOBAL CHANGE
  16.  
  17.  
  18. T:: ;Change this "T" to change the button for resetting
  19. {
  20. Send {ESC}
  21. Sleep, 45
  22. Click 1205, 975 ;Click New Game text (1080p: Click 960, 725)
  23. Sleep, 60
  24. Click 900, 360 ;Click corresponding game mode (1080p: Click 700, 320)
  25. Sleep, 40
  26. MouseMove, 440, 120 ;Move mouse on the position of your potion (1080p: MouseMove, 330, 90)
  27. Sleep, 30
  28. Send {Left}
  29. Sleep, 40
  30. Send {Left}
  31. Sleep, 25
  32. Send {Enter}
  33. Sleep, 25
  34. Send {Enter}
  35.  
  36.  
  37.  
  38. Sleep, 100 ; Optional, only for those that use the Livesplit timer (set reset to F1, set start/split to Y)
  39. Send {F1}
  40. Sleep, 2010
  41. Send {y}
  42.  
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement