Advertisement
theiotlord

Simple Chat Spammer [C#]

Nov 17th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Start Button
  2. timer1.Enabled = true;
  3.  
  4. // Stop Button
  5. timer1.Enabled = false;
  6.  
  7. // Inside The Timer
  8. SendKeys.Send(INPUTBOXHERE.Text);
  9. SendKeys.Send("{Enter}");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement