Results 1 to 5 of 5
  1. #1
    fishtime9's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    26

    Minecraft Spam Bot in vb.net

    hi again there !
    today i will teach you how to make a spam bot for minecraft in vb.net !


    first of all you will need:
    -timer
    -hotkeys or a button will work
    -textbox
    - vb.net
    - a brain ! to do the work!


    first off all make a new form , name it what ever you would like !
    after this pull in there the timer , the textbox , and button or if you would like to do it with hotkeys
    forget it ! then you will not need a button !


    for the timer code :
    sendkeys.send(textbox1.text)
    sendkeys.send("{ENTER}")

    button code (if you want to activate it per a hotkey please let this out!):
    timer1.enabled = true

    button2 code :
    timer1.enabled = false


    hotkey (F1) to start the bot!
    if e.keycode = keys.f1 then
    timer1.enabled = true
    else
    timer1.enabled = false
    end if

    hotkey (F2) to stop the bot!:
    if e.keycode = keys.f2 then
    timer1.enabled = false
    end if

    and here if you need the key down section you will need to click up right on the top and click "keydown"
    and write in there the hotkey code ! else you can write it per GetAsnycKey code which you can find
    on Google dont forget google is youre friend!

    a spam bot looks like this :
    example(credits to google picture):



    And what does a spam bot do ?? ? ?

    well , it sends a message very fast so that it beginns to annoy people on a server or..... something else !

    or you cann use it for a command that you have to enter a couple times !

    this could look likes this when a spam bot runs:


    thank you !

  2. #2
    Psychotic's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    13,825
    Reputation
    4234
    Thanks
    6,055
    I'm gonna be honest here, but this seems like a simple spammer that can be used for any game - not really JUST for Minecraft. Nonetheless, good tutorial for anyone who doesn't really know VB, or just wants to know how to make a basic spammer.






    Super User since 02.02.2020
    Global Moderator since 09.23.2017
    Moderator since 09.01.2016
    Minion+ since 07.22.2016

    Marketplace Minion since 06.09.2016
    Trove Minion since 06.06.2016
    Middleman since 04.21.2016
    Social Engineering Minion since 02.03.2016
    News FO Freelancer From 11.08.2015 to 07.23.2016
    News FO Head Editor From 08.23.2015 to 11.08.2015
    News FO Head Editor From 07.19.2012 to 08.11.2014
    MPGH News and News FO Founder
    Programming Minion From Unknown to 04.23.2013
    Minecraft Minion From 09.19.2012 to 04.23.2013
    Member since 05.13.2012



  3. #3
    Bearzs's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Hey i made a spambot bot but in the game im trying to use it on you need to press the "/" key before typing, How can i make the bot work with that?

  4. #4
    C++Coding's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    82
    Reputation
    54
    Thanks
    14
    Why vb when you can just make one in java that has a lot more functionality

  5. #5
    Nerdoguy's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Canada
    Posts
    33
    Reputation
    10
    Thanks
    147
    Quote Originally Posted by Bearzs View Post
    Hey i made a spambot bot but in the game im trying to use it on you need to press the "/" key before typing, How can i make the bot work with that?
    Well, then you need to modify the String your sending:

    Instead of:
    sendkeys.send(textbox1.text)

    Do:
    sendkeys.send("/" & textbox1.text)

    Example String being sent:
    /hi there

    The '/' would open the chat and the rest of the String would be the message.

    I may make a tutorial for this same topic myself, although MUCH easier to understand.

Similar Threads

  1. How To Fix The Spam Bot Thing. (GM nexon thing.)
    By alfonso951 in forum Combat Arms Hacks & Cheats
    Replies: 34
    Last Post: 01-10-2009, 07:20 PM
  2. Warrock Spam Bot [With Cool ButtonS]
    By goodfoot50 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 12-21-2008, 11:20 AM
  3. Need a spam bot.
    By coolio4sho in forum WarRock - International Hacks
    Replies: 6
    Last Post: 10-25-2008, 05:30 AM
  4. Need a spam bot
    By coolio4sho in forum General Game Hacking
    Replies: 0
    Last Post: 10-25-2008, 01:59 AM
  5. Spam bot
    By Q in forum WarRock - International Hacks
    Replies: 0
    Last Post: 08-02-2008, 12:05 PM