unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > Programming > Visual Basic

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 08-09-2010, 12:53 PM
shad0w_ shad0w_ is offline
Junior Member
 
Join Date: Aug 2010
Posts: 16
Default Easy Spambot

Original thread http://www.uc-forum.com/forum/visual...y-spambot.html

By KillEmAll



Okay, Well, Here is a simple tutorial, To create a VERY Simple SpamBot.
I will be coding this with Visual basic 2008 Express Edition.
So, Lets get started.

1. Make a new Windows Form Application
2. Add 2 buttons, 2 textboxes, and a timer, And rename the buttons Start, And Stop.
3. On one of the textboxes, Right click and select "Properties", In the properties menu, Look for "Multi-Line", Once you find Multi-Line, Set it to true.
4. Make the multi-line textbox big, And resize it over the smaller textbox.
5. Double click on the timer, And add this code:
Code:
        SendKeys.Send(TextBox1.Text)
        SendKeys.Send("{Enter}")
If you want it to be continous, Take out SendKeys.Send("{Enter}"). Also, Make sure the TextBox1.Text is the correct textbox!
6. Double click on "Start", And enter this code:
Code:
        Timer1.Interval = TextBox2.Text
        Timer1.Start()
7. Double click on "Stop", And enter this code:
Code:
        Timer1.Interval = TextBox2.Text
        Timer1.Stop()
8. Now debug the program, And test it out!
If it runs smooth, You have just made your own SpamBot!
You can add labels that say "Message:" And "Interval:" For example.
Now, If you run the SpamBot below 50 or so, It will slow down your computer quite a bit. I suggest from 500-2000 as the interval!

Have fun!
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
easy, source, spambot

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 04:43 PM.