Advertisement
Guest User

Gallywix Script

a guest
Feb 21st, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #MaxThreadsPerHotkey 8
  2.  
  3. Numpad4::
  4. Loop
  5. {
  6. random, delay1, 60000,90000 ; this is the delay interval in milliseconds. You can change these numbers to get different spamrates ingame.
  7. ControlSend,, 8, ahk_pid 17676 ; the numbers after ahk_pid need to be substituted for your Wow.exe PID's. To see them, open Task Manager, go to Details and look at the PID for your advertising wow.exe. You can add as many lines/clients as you want. This must be changed every time you restart a WoW advertising client.
  8. ControlSend,, 8, ahk_pid 1732
  9. ControlSend,, 8, ahk_pid 3096
  10. ControlSend,, 8, ahk_pid 8028
  11. Sleep, %delay1%
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement