Advertisement
cornford-michael

ahk and always up

Oct 12th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. input password of RAR using autohotkey and always up
  2. Posted on October 10, 2022by Mohammad Khanafi
  3. input password of RAR using autohotkey and always up
  4.  
  5. WinWait, Enter password,
  6. IfWinNotActive, Enter password, , WinActivate, Enter password,
  7. WinWaitActive, Enter password,
  8. Send, 777777
  9. ControlClick, OK, Enter password
  10. Sleep, 1000
  11.  
  12. above script is rahasia.ahk
  13. right click on rar, it will ask password
  14.  
  15. using window spy
  16. inspect window name
  17. ‘Enter password’
  18.  
  19. convert .ahk file to .exe file
  20. then add to always up to make it 24/7 run.
  21.  
  22. and run with always up,
  23. always up make sure the above script is always run
  24. on stop restart program immediately.
  25.  
  26. download: https://drive.google.com/file/d/1Hc6V30gE9YyNina0ZYNcafjAtVTcaKr1/view?usp=sharing
  27.  
  28. reference:
  29. https://www.autohotkey.com/boards/viewtopic.php?t=95590
  30. https://www.coretechnologies.com/blog/alwaysup/restart-service-regularly/
  31.  
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement