Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #IfWinActive Noita
- #NoEnv
- #MaxHotkeysPerInterval 99000000
- #HotkeyInterval 99000000
- #KeyHistory 0
- ListLines Off
- Process, Priority, , A
- SetBatchLines, -1
- SetKeyDelay, -1, -1
- SetMouseDelay, -1
- SetDefaultMouseSpeed, 0
- SetWinDelay, -1
- SetControlDelay, -1
- SendMode Input
- DllCall("ntdll\ZwSetTimerResolution","Int",5000,"Int",1,"Int*",MyCurrentTimerResolution) ;setting the Windows Timer Resolution to 0.5ms, THIS IS A GLOBAL CHANGE
- T:: ;Change this "T" to change the button for resetting
- {
- Send {ESC}
- Sleep, 45
- Click 1205, 975 ;Click New Game text (1080p: Click 960, 725)
- Sleep, 60
- Click 900, 360 ;Click corresponding game mode (1080p: Click 700, 320)
- Sleep, 40
- MouseMove, 440, 120 ;Move mouse on the position of your potion (1080p: MouseMove, 330, 90)
- Sleep, 30
- Send {Left}
- Sleep, 40
- Send {Left}
- Sleep, 25
- Send {Enter}
- Sleep, 25
- Send {Enter}
- Sleep, 100 ; Optional, only for those that use the Livesplit timer (set reset to F1, set start/split to Y)
- Send {F1}
- Sleep, 2010
- Send {y}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement