Advertisement
myi

enexia.macro.sample

myi
Apr 23rd, 2018
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [:: ;aktivasi
  2. trigger=0
  3. while trigger=0
  4. {
  5.     ControlSend,, {Esc}, mamah
  6.     Sleep, 500
  7.    
  8.     Loop, 12 ;ubah nilai sesuai keperluan
  9.     {
  10.         ControlSend,, {Tab}, mamah
  11.         Sleep, 250
  12.         ControlSend,, 7, mamah ;scourge
  13.     }
  14. }
  15. return
  16. ]::Reload ;stop
  17. ;lakukan stop sebelum menggunakan u:item
  18. \:: ;ring
  19. {
  20.     ControlSend,, {Esc}, mamah
  21.     Sleep, 500
  22.     ControlSend,, u, mamah ;use
  23.     Sleep, 500
  24.     ControlSend,, u, mamah ;u:wedding ring
  25. }
  26. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement