[Guide] How to make a Wow bot for complete newbs! menu

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 66
  1. #46
    TypeForth's Avatar Private
    Reputation
    -6
    Join Date
    Feb 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You sir have done a Great Job, I bet a lot of people will be redirected to this thread when Cypher rages them.

    [Guide] How to make a Wow bot for complete newbs!
  2. #47
    Bananenbrot's Avatar Contributor
    Reputation
    153
    Join Date
    Nov 2009
    Posts
    384
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TypeForth View Post
    You sir have done a Great Job, I bet a lot of people will be redirected to this thread when Cypher rages them.
    At first I thought this referred to the start post

  3. #48
    gononono64's Avatar Contributor
    Reputation
    100
    Join Date
    Jul 2009
    Posts
    85
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bananenbrot View Post
    At first I thought this referred to the start post
    What? am i missing something?
    Hi! My name is Devon and I’m an alcoholic. Moving on…
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/319172-guide-how-make-wow-bot-complete-newbs.html

  4. #49
    Bananenbrot's Avatar Contributor
    Reputation
    153
    Join Date
    Nov 2009
    Posts
    384
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I didn't mean to say anything against you^^
    Your post is really helpful, but what made me laugh was that TypeForth's post equally applies to your guide as to the conversion on the end of page 3.

  5. #50
    gononono64's Avatar Contributor
    Reputation
    100
    Join Date
    Jul 2009
    Posts
    85
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bananenbrot View Post
    I didn't mean to say anything against you^^
    Your post is really helpful, but what made me laugh was that TypeForth's post equally applies to your guide as to the conversion on the end of page 3.
    About Kynox's sister not putting out XD? And don't worry im not offended or anything (because there is nothing there to offend). I, however, dont see how his comment related to that but that because im retarded and program in autoit!
    Hi! My name is Devon and I’m an alcoholic. Moving on…
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/319172-guide-how-make-wow-bot-complete-newbs.html

  6. #51
    bad6oy30's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    However, you already knew that, because I told you in a PM when you were asking for my help with your DX11 hooking. You obviously just want to be obnoxious.
    Being (very) grateful for your help and being obnoxious are not mutually exclusive.

  7. #52
    gononono64's Avatar Contributor
    Reputation
    100
    Join Date
    Jul 2009
    Posts
    85
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bad6oy30 View Post
    Being (very) grateful for your help and being obnoxious are not mutually exclusive.
    What in the hell does that have to do with my thread?
    Hi! My name is Devon and I’m an alcoholic. Moving on…
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/319172-guide-how-make-wow-bot-complete-newbs.html

  8. #53
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bad6oy30 View Post
    Being (very) grateful for your help and being obnoxious are not mutually exclusive.
    Obviously not, however common courtesy would usually dictate that you should exercise some self-control.

  9. #54
    gononono64's Avatar Contributor
    Reputation
    100
    Join Date
    Jul 2009
    Posts
    85
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bump for new stuff (names!!!)
    Hi! My name is Devon and I’m an alcoholic. Moving on…
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/319172-guide-how-make-wow-bot-complete-newbs.html

  10. #55
    Bioaim's Avatar Member
    Reputation
    5
    Join Date
    Mar 2011
    Posts
    34
    Thanks G/R
    3/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i read this tutorial and it's amazing. Thank you for that. +
    But i have a Problem, if i want to read out my players health, i get 0 returned. here is my code:

    Code:
    #include <NomadMemory.au3>
    
    
    ;The first 2 are you create you manager from the baseaddress wow
    Global Const $ClientConnection = 0x8BF1A8
    Global Const $CurMgrOffset = 0x462C 
    ;The next one is to get the address of your first object ONLY
    Global Const $FirstObjectOffset = 0xB4 
    ;To cycle through the object you need this offset
    Global Const $NextObjectOffset = 0x3C 
    Global Const $PlayerGUID = 0xB8 
    ;This next one is to find the objects type : 1 to 7 
    Global Const $GameObjTypeOffset = 0x14
    ;And this one is to find the objects GUID
    Global Const $GameObjGUIDOffset = 0x30
    
    
    Global Const $UnitPosXOffset = 0x898
    Global Const $UnitPosYOffset = 0x898 + 0x4
    Global Const $UnitPosZOffset = 0x898 + 0x8
    Global Const $UnitRotationOffset = 0x8A8
    
    
    
    Global Const $PlayerHealthOffset = 0x68
    Global Const $DescriptorsOffset = 0x8
    
    $PID = 0
    $PID = ProcessExists("wow.exe")
    
    if $PID = 0 Then
    	msgBox(1,"Error", "WoW has to be running.")
    	Exit
    Else
    	$WoWBase = GetWoWBaseAddress($PID)
    	$Handle = _MemoryOpen($PID)
    EndIf
    
    $currMgr_pre = _MemoryRead("0x" & Hex($WoWBase + $ClientConnection), $Handle, "dword")
    $currMgr = _MemoryRead("0x" & Hex($currMgr_pre + $CurMgrOffset), $Handle, "dword")
    $pGUID = _MemoryRead("0x" & Hex($currMgr + $PlayerGUID), $Handle, "UINT64")
    
    $pObjectMemLoc = GetMemLocByGUID($pGUID)
    
    $pDescriptor = _MemoryRead("0x" & Hex($pObjectMemLoc + $DescriptorsOffset), $Handle, "dword")
    $pHealth = _MemoryRead("0x" & Hex($pDescriptor + $PlayerHealthOffset), $Handle, "dword")
    
    MsgBox(1,"Spieler-Status", "Gesundheit :" & $pHealth)
    
    
    
    
    
    
    Func GetMemLocByGUID($guid)
    	$NextObject = _MemoryRead("0x" & Hex($currMgr + $FirstObjectOffset), $Handle , "dword")	
    	$ObjType = _MemoryRead("0x" & Hex($NextObject + $GameObjTypeOffset), $Handle , "dword")
    	
    	while (($ObjType <= 7) And ($ObjType > 0))
    		IF (_MemoryRead("0x" & Hex($NextObject + $GameObjGUIDOffset), $Handle , "UINT64") = $guid) Then 
    		
    			Return $NextObject ;found what we wanted.
    		EndIf
    		$NextObject = _MemoryRead("0x" & Hex($NextObject + $NextObjectOffset), $Handle , "dword")
    		$ObjType = _MemoryRead("0x" & Hex($NextObject + $GameObjTypeOffset), $Handle , "dword")
    	Wend
    	Return 0;
    EndFunc
    I hope someon can help me.

    greez

  11. #56
    gononono64's Avatar Contributor
    Reputation
    100
    Join Date
    Jul 2009
    Posts
    85
    Thanks G/R
    1/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $PID = ProcessExists("wow.exe")

    needs to be this:

    $PID = WinGetProcess("World of Warcraft")
    just because autoit is picky XD...
    Hi! My name is Devon and I’m an alcoholic. Moving on…
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/319172-guide-how-make-wow-bot-complete-newbs.html

  12. #57
    wag321's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you get these addresses from the data in the infodump?
    Global Const $GameObjTypeOffset = 0x14
    Global Const $GameObjGUIDOffset = 0x30
    I can't fin them

  13. #58
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    well, those offsets don't change that often, since they are part of a struct... When you want to find them on your own, you have to learn how to get those struct-layouts (i.e.: use a disassembler, like IDA Free) or look into older postings

  14. #59
    wag321's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Xalcon, and huge thanks gononono64, although my I'm now in process this was a fantastic starting place.

  15. #60
    Robzz's Avatar Member
    Reputation
    5
    Join Date
    May 2007
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I knew most of that stuff, but you just taught me the few things i needed to actually get things started... Amazing work mate, +rep.
    Banwave was EVIL THINGY ><
    Rabbits are dangerous

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [guide] how to create a wow bot using autoit (memory reading)
    By zamba1587 in forum WoW Memory Editing
    Replies: 17
    Last Post: 01-23-2017, 03:27 PM
  2. [Question] How to make an AH bot for MaNGOS?
    By Kaelang in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 03-17-2010, 02:17 PM
  3. [Guide] How to make a server work for all wotlk patches
    By [The Major] in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 08-12-2009, 10:26 AM
  4. (guide) how to make a wow arcemu server! whit hamatchi (Easy)
    By lowgrant in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 01-01-2009, 08:48 AM
  5. [Guide] How to make the best Host for your Server! [No-IP]
    By Mango Jerry in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 06-01-2008, 09:26 AM
All times are GMT -5. The time now is 11:40 PM. 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