Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input password of RAR using autohotkey and always up
- Posted on October 10, 2022by Mohammad Khanafi
- input password of RAR using autohotkey and always up
- WinWait, Enter password,
- IfWinNotActive, Enter password, , WinActivate, Enter password,
- WinWaitActive, Enter password,
- Send, 777777
- ControlClick, OK, Enter password
- Sleep, 1000
- above script is rahasia.ahk
- right click on rar, it will ask password
- using window spy
- inspect window name
- ‘Enter password’
- convert .ahk file to .exe file
- then add to always up to make it 24/7 run.
- and run with always up,
- always up make sure the above script is always run
- on stop restart program immediately.
- download: https://drive.google.com/file/d/1Hc6V30gE9YyNina0ZYNcafjAtVTcaKr1/view?usp=sharing
- reference:
- https://www.autohotkey.com/boards/viewtopic.php?t=95590
- https://www.coretechnologies.com/blog/alwaysup/restart-service-regularly/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement