My own little bot source code :) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My own little bot source code :)

    THIS IS THE SOURCE CODE NOT THE ACTUAL PROGRAM


    Please tell me if you like it also some feedback and i appreciate critisizm (spelling??) so i may improve it and give out better code and know more
    for future projects!


    Hello ladys and gents, ill take it from the beginning

    It all started on a lan a couple of months back, i was bored and decided to test if i could find a way to send a message to wow trough a program :P i succeeded after about 5 minutes and also then thought it should be possible to simulate clicks of a mouse etc, 3 hours later my first battleground bot was born, it used sendkeys to simulate movements and mouse klicks in a pattern to enter bg etc ^^...
    I worked a bit on this since some friends wanted me to, but we all got glider later and i forgot all about it!

    Now, a couple of months later i test the program and the code, and everything still works like a charm, its propobly 100% undetectable atm. But wont be later if sum1 doesnt work more on it, so i release the source code so everyone that feels like it may enjoy it and maby even if you have time, make your own bot!

    Its all programmed in vb 6.0 and i do not have any stupid (C) in the code so u can edit all you want, there might be sum on the UI of the program(?) i dont remember, if so then just delete it, its up to you if you want to give me credit or not ^^...


    anyway here are some screenshots:














    and here is a link to the source code in a zip:

    http://freeftp.mine.nu/new/filer/ano...sourcecode.zip





    here is some help for those that are not so very experienced in code:
    (note: i copied this right out of the codes comments xD thats why there is a ' in front of every line!)









    Code:
    '||||||||||| easy help selection ||||||||||
    
    'Well i will start off by showing some stuff you can use if
    'you are not familiar with this kinda coding!
    
    
    
    'SetCursorPos 638, 610           <---- Well, this sets the cursor at the coordinates
    
    
    
    'VirtualClickMouse MOUSEEVENTF_leftdown, MOUSEEVENTF_leftup  <---- And this makes it left
    'click, notice that it has to do leftdown AND leftup, or it will stay in the
    'leftdown state untill you tell it not too. Can get really annoying if you forget that part
    
    
    '    SendKeys "{ }"
    'The sendkeys function sends a designated key to the open window... not much to say?
    
    'example: SendKeys "{W}"
    ' that would send the key W, notice that it will send it only one, making it really fast
    'so if you send it to wow, it wont be visible to the naked eye, that you move, but you do.
    'but oh so tiny steps!
    
    
    
    '|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
    
    'If i see some people interested in this kinda stuff, then i might update the code!
    
    'If you need help, just tell me! :)
    
    
    



    Good luck,

    Yours sincerely Justei
    Last edited by Justei; 04-25-2008 at 02:28 PM.

    My own little bot source code :)
  2. #2
    lazaros619's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NICE!!! is it safe?Is it easy to get caught for botting i mean?:S

  3. #3
    Edmutt's Avatar Member
    Reputation
    23
    Join Date
    Jun 2007
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep even tho I did not understand a word of the coding stuffie.
    I throw up @ Leechers who tries to be funny.
    If you have an tehepic thread or post I will +rep you. I hope you do the same.

  4. #4
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazaros619 View Post
    NICE!!! is it safe?Is it easy to get caught for botting i mean?:S

    yea i guess, but it is like i said, up to you, the code is just in the "baby" stage.. up to the user to finish it atm it doesnt walk etc... only simulates keyklicks och mouseclicks..

  5. #5
    lazaros619's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i hope i won't get banned +rep!

  6. #6
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazaros619 View Post
    ok i hope i won't get banned +rep!
    thanks, i alltho think you shouldnt bot like 24/7 before you get it working properly, atm all you can do is to put the char on a place (only ranged chars) and make it send keys, that way you can send the key T making it select the nearest mob and make it attack is, also u can send skill keys. But if u overpull and die or the mob killing u, well ur screwed xD there is no waypoint system etc...

  7. #7
    lazaros619's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah its ok

  8. #8
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazaros619 View Post
    yeah its ok
    If you have any questions or get stuck somewhere i would be happy to help you if you do not understand some code i could help you via MSN. Alltho i require that you have Visual basic 6.0 installed so you can work the code xD happened that people wanted help and then i found out they didnt have vb or visual studios installed xD rly annoying ^^

    //Justei

  9. #9
    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)
    wow all this time, i thought vb was pointless..oh wait it still is! all you have it do is press buttons or key clicks, but none the less +Rep

    also if someone could let me kno any successful with vb actually worth it compared to auto it or C# .net etc etc let me know >.>

  10. #10
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yeti View Post
    wow all this time, i thought vb was pointless..oh wait it still is! all you have it do is press buttons or key clicks, but none the less +Rep

    also if someone could let me kno any successful with vb actually worth it compared to auto it or C# .net etc etc let me know >.>

    well its like this, visual basic is not close to c++ c# or .net, i use c++ aswell, but i thought it would be better to use vb in this case since i had like 3 hours to do the prog didnt feel like work on a nice UI, and i had a realy easy method to do it.

    Also vb is better sometimes to make office basec applications that do not require fast code or really advanced programming i know c++ is better, i use it more than i use vb, but if you are a flexible programmer you can use both whenever it fits you ^^ also i think it was better to make the program open source with vb since its more user friendly

    and thank you for the rep

  11. #11
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just want to say Thank you to everyone that has given me rep i did not expect to get rep for this but thank you! to everyone that did not post but still gave rep thank you again,

    Sincerely Yours Justei

  12. #12
    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)
    would be better to code it in auto-it, not only better, but 10x ezier.

  13. #13
    Justei's Avatar Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yeti View Post
    would be better to code it in auto-it, not only better, but 10x ezier.
    maybe so, but i did not see how that could help me exercise the languages i actually will study later on, wich is why i dont use auto-it.

  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)
    Originally Posted by Yeti View Post
    would be better to code it in auto-it, not only better, but 10x ezier.
    Those are your opinions. It may be easier for you, but maybe not for others, I personally would not use it as I can code in VB.net and would rather do that than use Auto-it.


  15. #15
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can i learn auto it?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Bot] Pixel bot source code.
    By Jummi in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 04-30-2012, 06:03 AM
  2. [Lbot] Bot source code for wow 3.0.9
    By naa in forum World of Warcraft Bots and Programs
    Replies: 181
    Last Post: 05-13-2010, 05:55 PM
  3. Mining Bot Source Code Release
    By jbrauman in forum WoW Memory Editing
    Replies: 6
    Last Post: 05-13-2009, 06:16 PM
  4. [GUIDE] Create your own little bot. +ADDED ANTIAFK
    By Zeroi9 in forum World of Warcraft Bots and Programs
    Replies: 56
    Last Post: 10-23-2008, 12:14 AM
  5. [Bot:Source] Acidic Bot Source Code
    By =sinister= in forum World of Warcraft Bots and Programs
    Replies: 10
    Last Post: 07-03-2006, 05:38 PM
All times are GMT -5. The time now is 12:37 PM. 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