[Lbot] Bot source code for wow 3.0.9 menu

Shout-Out

User Tag List

Page 2 of 13 FirstFirst 123456 ... LastLast
Results 16 to 30 of 182
  1. #16
    BloodOmenx3's Avatar Member
    Reputation
    13
    Join Date
    Dec 2007
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And now i wish i learnt programming instead of web design. =/

    [Lbot] Bot source code for wow 3.0.9
  2. #17
    MasterGold's Avatar Member
    Reputation
    8
    Join Date
    Mar 2009
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Going to see how you did some things their! thanks
    Cheating on World of Warcraft since 2006

  3. #18
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Work for your copypasta bitchez


    GplayerSelf.cs
    Only the "zoneID" needs updating, find the static address yourself or grab it from the objectmanager (offset at 0xC0 I believe)
    GObject.cs
    The VMT has changed, the offsets for Interact and GetObjectName need to be updated, Also - the TLS offset has changed so you'll need to update the asm code.
    Facing, Xposition, Yposition and Zposition are also in need of updating.

    GObjextList.cs
    TLS offset for the GetObjectName code
    Keys.cs
    No need
    CanRead.cs
    XPosition offset is outdated
    PostMessage.cs
    No need
    MemoryFunctions.cs
    No need
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  4. #19
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You are bored huh Robske

    Well done @ op.

  5. #20
    sehe's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hope someone update it, and then uploads it on the site, because i can't update it.

  6. #21
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SKU View Post
    You are bored huh Robske

    Well done @ op.
    javalolsuckslol

    Edit: I can confirm the bot to be fully working once you've updated the new addresses and offsets, have fun
    Last edited by Robske; 05-03-2009 at 12:17 PM.
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  7. #22
    supereuropa's Avatar Sergeant Major
    Reputation
    36
    Join Date
    Mar 2008
    Posts
    182
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can I compile it ? PM ME!

  8. #23
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supereuropa View Post
    how can I compile it ? PM ME!
    get Microsoft Visual Studio 2008 or any other good compiler and set it to Debug.

    Load the Project from the Code Folder and press Build Solution.

    Make sure you have set the Project folder as directory for the Include files.

    everything you have to do then is to go to your Code Folder /bin/debug/ and open the executable in there.

    If it gives you errors about missing dlls go to Tools -> Options->+ Project and Solutions->VC++ Directories-> select 'include Files' click the folder button and then browse to the code folder. then compile again.

  9. #24
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske007a View Post
    Work for your copypasta bitchez
    Thanks +Rep but I am not what you call a "copypasta bitch". I really want to learn things and not copy&paste.

    But as far as learning goes I have become better in everything by looking at code and playing around with it.

  10. #25
    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)
    Originally Posted by Azzie2k8 View Post
    Thanks +Rep but I am not what you call a "copypasta bitch". I really want to learn things and not copy&paste.

    But as far as learning goes I have become better in everything by looking at code and playing around with it.
    AKA please update the offsets and send them my way.

    I do appreciate the effort though. :P

  11. #26
    secreal's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i want to use version 2.4.3, how?
    must to do what?
    any suggest?

  12. #27
    ugkbunb's Avatar Member
    Reputation
    3
    Join Date
    May 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i have the brains to update the offsets but it is the ASM code that I will fail miserably at.

    Thanks for the release OP
    Last edited by ugkbunb; 05-03-2009 at 01:18 PM.

  13. #28
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay got one address I guess.

    GPlayerSelf.cs ZoneID is 0x11CCF98 right ? Can someone confirm this please ?
    Last edited by Azzie2k8; 05-03-2009 at 02:06 PM.

  14. #29
    Mrbrightside's Avatar Banned
    Reputation
    36
    Join Date
    Dec 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone put a compiled working updated offset version of this im willing to give a free wow gamecard that works.

  15. #30
    kaliska's Avatar Active Member
    Reputation
    22
    Join Date
    Mar 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Omg stop asking for people to compile this
    Open a book learn and do it yourself

Page 2 of 13 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Hack] / [Bot] 1.12.1 WoW Bot Source Code
    By Corthezz in forum WoW Memory Editing
    Replies: 51
    Last Post: 02-04-2017, 01:12 PM
  2. want to buy a source code for ESO bot written with C++ , not script .
    By cute_star in forum Elder Scrolls Online General
    Replies: 0
    Last Post: 04-21-2014, 09:25 AM
  3. [Selling] 2 Honorbuddy Sessions (2 seperate bot codes) for WoW Gold
    By iPwnedUDude in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 05-24-2013, 01:44 AM
  4. [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 01:03 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