[Request] Spam bot (Will pay!) menu

User Tag List

Results 1 to 15 of 15
  1. #1
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Spam bot (Will pay!)

    Ok, I am looking for a spam bot alike to what gold sellers use.
    It has to have a setup where I can enter several (trial) accounts, and it will go online, move to a point, and send the message every X seconds for Y seconds. Then log out, choose a new server, log in, create a new char, and repeat. If DCed, it should be able to log in with another account. It only needs waypoints for Stormwind and Orgrimmar.

    With other words, a advanced WoW advertising bot.

    20$ over paypal will be given IF the bot and its source is either:
    Only given to me, and few people the author decides,
    or is only released in the private sections here on MMOwned.

    I know I have been a bit nazi with the features and stuff, and the limits of it. Though, you can use pretty much every language you want, from C++ to Visual Basics, from VB to Innerspace's.. scripting thing.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

    [Request] Spam bot (Will pay!)
  2. #2
    mannu's Avatar Contributor
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $20 ?!

    I could make one if you give me $5000.

  3. #3
    Matt's Avatar Legendary Authenticator enabled
    Reputation
    633
    Join Date
    Feb 2006
    Posts
    2,996
    Thanks G/R
    2/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $20 is a lowballin it. expect to pay a high figure or ull end up getting what u paid for... crap.

  4. #4
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I could script an AutoIT one that would pick a random account, log in, use a default char you made and spam quite easily, but the auto-reconnect on DCes, the random server choosing.....that stuff would be trickier. Though not impossible.

  5. #5
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, I know, I don't have that much money to spare atm...

    Yet, if someone can really offer what I am looking for, then I'm pretty sure I can higher the price. As long as I get what I pay for, I might higher the price.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  6. #6
    Chenquie's Avatar Banned
    Reputation
    110
    Join Date
    Dec 2007
    Posts
    910
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually looking for the same thing. May I ask what you are going to spam warsheep?

  7. #7
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This AutoIt script will log in to WoW using one of 7 random accounts. To change the number of accounts, change the bold red number. Replace the usernames with real ones, and the passwords with the real ones. To add more accounts, just follow the pattern I've set up. You may need to change the path. to WoW to your real path. Obviously put a real message to spam. Feel free to change the time delays to what works best for you.

    What it does
    1) Picks a random account from the array
    2) Opens WoW
    3) Logs in with the random account
    4) Logs in with the first character on the account
    5) Spams your message until you hit Esc

    I know it isn't all that you asked for, but it's a start, 'kay?

    Code:
    ; WoW Chat Spam Tool
    
    ;Include misc.au3, needed for the IsPressed function
    #include <misc.au3>
    
    ;Declare variables and store accounts in the array
    Dim 
    Dim 
    Dim 
    Dim [7]=[["username1","username2","username3","username4","username5","username6","username7"], ["password1","password2","password3","password4","password5","password6","password7"]]
    
    ;Pick a random account
    Random , 1, 7
     = []
     = []
    
    ;Open WoW
    Run "C:Program FilesWorld of WarcraftWoW.exe","C:Program FilesWorld of Warcraft"
    
    ;Log In
    Send  & "{TAB}" &  & "{ENTER}"
    
    ;Wait 15 seconds to log in
    Sleep(15000)
    
    ;Log in the character
    Send "{ENTER}"
    
    ;Wait a minute for the char to enter WoW
    Sleep(60000)
    
    ;Settle down to spam until Esc is pressed
    While _IsPressed("1b") = 0
        ;Send the message
        Send "{ENTER} Your message here {ENTER}"
        
        ;Wait 10 seconds before sending it again
        Sleep(10000)
    WEnd
    Last edited by ReidE96; 03-25-2008 at 04:28 PM. Reason: Woopsie, syntax error

  8. #8
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A bot like this will run you quite a bit more than $20. I personally have one that does just this, as well as handles quite a bit more. But $20 is a very very lowball offer for something like a spam bot.

  9. #9
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Reid, I guess I'll stay with that for a while.

    And, I'd rather keep it a bit private what I'll spam for now.
    Since allot of people thought 20$ was little... And I guess I agree, well, 40$.
    Thats all I can go with for now, I'm afraid :/

    But, if I get a script I manage to use for what I am planning to use it for, I may earn a few extra bucks, which will go to the programmer.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  10. #10
    Ermok's Avatar Contributor
    Reputation
    212
    Join Date
    Jul 2007
    Posts
    447
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tttommeke made one before.. it worked just like a real bot.. it used memory reading to get around.. pointers would need updating.. i dunno speak to him?

  11. #11
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by warsheep View Post
    Thanks Reid, I guess I'll stay with that for a while.

    And, I'd rather keep it a bit private what I'll spam for now.
    Since allot of people thought 20$ was little... And I guess I agree, well, 40$.
    Thats all I can go with for now, I'm afraid :/

    But, if I get a script I manage to use for what I am planning to use it for, I may earn a few extra bucks, which will go to the programmer.
    40 bucks is your new offer? I lold.

  12. #12
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha, $40 for what your asking?


  13. #13
    Yeti's Avatar Banned
    Reputation
    181
    Join Date
    Feb 2008
    Posts
    624
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am paying 3 grand for a spam bot that will msg all players on the server simultaneously over time and spam in all channels including say.


































    im kidding...

  14. #14
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you give me more details as to where you want this bot to run I would be interested in trying to make on for you.


  15. #15
    nanidin's Avatar Member
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is a fair going price for this anyways?

Similar Threads

  1. need help learning to update outdated bot , will pay
    By ogdutch in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 01-14-2015, 04:11 PM
  2. PQR REQUEST Unholy DK Will pay $20 PvP
    By tek.crx in forum WoW Bots Questions & Requests
    Replies: 7
    Last Post: 12-07-2013, 04:12 AM
  3. [REQUEST] Logo needed! Will pay $ to the best one!
    By Nazomi in forum Art & Graphic Design
    Replies: 15
    Last Post: 11-13-2010, 12:45 PM
  4. [Request] Spam Bot
    By bersick416 in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 10-16-2010, 12:37 AM
  5. [Request] Spam Bot.
    By Homaeedv in forum WoW Bots Questions & Requests
    Replies: 6
    Last Post: 09-20-2010, 09:19 PM
All times are GMT -5. The time now is 07:57 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search