How To Spam SomeOne TeamSpeak

ixFarisx

Member
Dec 26, 2015
26
8
35
  1. Download : https://autohotkey.com
  2. Setup Autohotkey
  3. Go To Desktop
  4. Click Button right
  5. Go To New
  6. And Type AutoHotkey
  7. And Clcik Button Right
  8. Edit Script
  9. Remove All
  10. ; Codes
  11. IF You Click Button Z We Will Go To Spam.
  12. ::Z
  13. Send .......
  14. Send {Enter}
  15. Send ......
  16. Send {Enter}
  17. And More Like This :
    9jmu05
  18. Thank You Guys
  19. Sorry For My Bad English:)
 

Norvik

Retired Staff
Contributor
Jul 18, 2015
635
588
157
Your code doesn't even work... use this one :)
Code:
Z::
Send .......
Send {Enter}
 

Laszl0w

Well-Known Member
Oct 10, 2015
217
149
143
SendKeys.Send(TextBox1.Text)
SendKeys.Send({ENTER})
Timer1.Interval=1000

VB.NET
 
Top