[Release] BabBot menu

User Tag List

Page 8 of 8 FirstFirst ... 45678
Results 106 to 119 of 119
  1. #106
    Rowro's Avatar Member
    Reputation
    11
    Join Date
    Dec 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by collision View Post
    i tried on MaNGOS core 3.0.9 private server
    thats your problem right there

    [Release] BabBot
  2. #107
    DarkMassacre's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2009
    Posts
    141
    Thanks G/R
    9/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea it doesnt work just says cannot run aborted which no offence is the same thing harmful programs have done when my brother use my last computer -_- and it wont let me delete its temporary files..

  3. #108
    tanis2000's Avatar Active Member
    Reputation
    39
    Join Date
    Feb 2009
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The latest release is for 3.1.2 which mean that it does not work for 3.1.3 live or any older private server. The SVN version works with 3.1.3 but you need some programming knowledge in order to get it running as there's some requirements that have to be met otherwise it won't even start.

    If I were you I'd wait for the next public release before anything else.

  4. #109
    clutterskull's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It will be worth the wait. Tanis has been slaving away.

  5. #110
    Rocker's Avatar Active Member
    Reputation
    28
    Join Date
    May 2009
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll be testing this probably today

    I will post when I do

    Edit: Tested, had some errors submitted a ticket
    Last edited by Rocker; 06-20-2009 at 07:22 PM.

  6. #111
    Tho-kun's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey!
    Can someone tell me how to compile this stuff? I used svn before, downloaded the files, but how can i compile it?
    Do i need Visual C++ for it?

  7. #112
    nicktheone's Avatar Member
    Reputation
    23
    Join Date
    Sep 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a little buggy but usefule. thx.

  8. #113
    Viano's Avatar Active Member
    Reputation
    37
    Join Date
    May 2008
    Posts
    172
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tho-kun View Post
    Hey!
    Can someone tell me how to compile this stuff? I used svn before, downloaded the files, but how can i compile it?
    Do i need Visual C++ for it?
    Would you please **** off and don't spam this thread? These stupid ****ers make me sick just posting crap all day.

    The idea of open source is great but you should not give this away compiled, just keep this as reference for people who are able to code their own bot. With contributors like Cypher, Kynox or Shynd this could become Warden safe and would be a dream.

    Currently I am writing s.th. simple (walk, target, kill, loot) for me and I've stolen so much code from you ... that is not even funny.

    Hower functions like selectUnit look dangerous to me. Could anyone of the gurus in here state if the following is detectable or safe?

    Code:
                SuspendMainWowThread();
    
                uint codecave = wow.AllocateMemory();
                uint VMT = wow.ReadUInt(objAddress);
                uint result = 0;
    
                wow.Asm.Clear();
                AsmUpdateCurMgr();
                wow.Asm.AddLine("mov ecx, {0}", objAddress);
                wow.Asm.AddLine("call {0}", wow.ReadUInt(VMT + method));
    
                AsmSendResumeMessage();
                wow.Asm.AddLine("retn");
    
                try
                {
                    result = wow.Asm.InjectAndExecute(codecave);
                    
                }
                catch (Exception e)
                {
                    ResumeMainWowThread();
                    throw e;
                }
                finally
                {
                    wow.FreeMemory(codecave);
                }
                return result;
            }
    I am currently using this for selecting unit and interact.
    Viano

  9. #114
    Rocker's Avatar Active Member
    Reputation
    28
    Join Date
    May 2009
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vi, your kinda spamming this thread was dead (Now i'm spamming dammit)

  10. #115
    Viano's Avatar Active Member
    Reputation
    37
    Join Date
    May 2008
    Posts
    172
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rocker View Post
    Vi, your kinda spamming this thread was dead (Now i'm spamming dammit)
    How asking whether injecting code caves into wow is dangerous is spamming?
    Viano

  11. #116
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you bring months old thread back up it is considered as spamming >_>

    Playing a game for the graphics is like watching porn for the storyline.


  12. #117
    Omaster's Avatar Member
    Reputation
    6
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The project isnt dead, therefor the thread cant be dead.

  13. #118
    ~OddBall~'s Avatar Contributor
    Reputation
    207
    Join Date
    Jan 2008
    Posts
    1,156
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaphry View Post
    If you bring months old thread back up it is considered as spamming >_>
    no, it's called necroing and as stated above, the project is still alive and kicking and therefore his post wasn't spam nor did he necro the thread.
    https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU

    PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?

  14. #119
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ~OddBall~ View Post
    no, it's called necroing and as stated above, the project is still alive and kicking and therefore his post wasn't spam nor did he necro the thread.
    Well actually I never readed the OP so didn't know about it ;D
    I just readed the last few pages and made my conclusion of those.

    Playing a game for the graphics is like watching porn for the storyline.


Page 8 of 8 FirstFirst ... 45678

Similar Threads

  1. [Release] BabBot
    By tanis2000 in forum World of Warcraft Bots and Programs
    Replies: 53
    Last Post: 09-21-2010, 10:54 PM
  2. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  3. Burning Crusdade Release Date!
    By codydude815 in forum World of Warcraft General
    Replies: 22
    Last Post: 10-30-2006, 01:59 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 06:34 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search