[Tutorial] How to find simple stuff menu

User Tag List

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 66
  1. #31
    xwinterx's Avatar Member
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah, this helped me alot. By using this and another pic of the client connection, I am atleast able to get my clientconnection and objmgr offset as well as the addresses I use for the mouse over interact. I don't have alot of time to do stuff like this, but it seems this pointed me in the right direction. Now I just need to learn to use CE or something to help find offsets like animation state and player GUID info.

    [Tutorial] How to find simple stuff
  2. #32
    mongoosed's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To the OP, a good followup would be describing a good way to evaluate unknown calls and see what they are doing. For example, using run until return and inserting code into the function to test variables (i'm actually not sure how one would test calls to be honest ^^).

  3. #33
    wormuz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,i got some problem to find some offsets. Which string names may I use to find offsets for ClientConnection, ObjectManager, FirstObjectOffset and LocalGuidOffset.

    Thanks

  4. #34
    Crotaphytus112's Avatar Active Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kolis764 View Post

    mp.OpenProcessAndThread(SProcess.GetProcessFromProcessName("wow.exe"));

    string minimapZoneText = SMemory.ReadASCIIString(mp.WindowHandle, SMemory.ReadUInt(mp.WindowHandle, 0xB6854C), 30);

    Console.WriteLine("GetMinimapZoneText : " + minimapZoneText);

    i have no idea why but am getting an null exception out of ReadASCIIString.
    The only thing i've found out is that i have half a byte than he has, i have 6 and he has 7.
    Got the same adress and the same problem

  5. #35
    kolis764's Avatar Member
    Reputation
    -5
    Join Date
    Feb 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post here if you or anyone else finds out, thanks : )

  6. #36
    mnbvc's Avatar Banned
    Reputation
    120
    Join Date
    Jul 2009
    Posts
    273
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just tried it, for me its actually working
    maybe you read too many bytes? try something shorter than 30, 16 or whatever

  7. #37
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Crotaphytus112 View Post
    Got the same adress and the same problem
    Not sure but you try to pass WindowHandle, try with process handle

  8. #38
    kolis764's Avatar Member
    Reputation
    -5
    Join Date
    Feb 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow that was actually pretty bad, thx bro : )

  9. #39
    Grape's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SuperRomu View Post
    Hello, i wrong something, this is what i see

    How i can andvance to step 3? I'm stucked!
    You need to wait a while for IDA To load up :]

  10. #40
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sticky this

  11. #41
    Screamer2010's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Excellent, really helped push me in the right direction..

    Many Thanks!!

  12. #42
    theGardener's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    just flame me now

    I'm broke, but not stupid.

    Any other creative ways to do this if you don't have the $$$$$$$ to lay down for IDA, etc?

    Anyone know of a student version or ??

    thanks,

    tG

  13. #43
    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 theGardener View Post
    I'm broke, but not stupid.

    Any other creative ways to do this if you don't have the $$$$$$$ to lay down for IDA, etc?

    Anyone know of a student version or ??

    thanks,

    tG
    There is a free version of IDA available from the Hex-Rays website from memory.

    There are also lots of other free disassemblers and debuggers. Just pick one!

  14. #44
    barathrumm's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not one of the newest threads here, but a very nice tutorial indeed, thanks for the effort, gonne try this out asap

  15. #45
    landon2051's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice job man +rep to this tut

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Tutorial] How to find Mana Hack for every update.
    By xviet4xlife in forum Devilian Exploits|Hacks
    Replies: 7
    Last Post: 12-17-2016, 10:38 PM
  2. Replies: 6
    Last Post: 08-31-2010, 12:58 AM
  3. Replies: 3
    Last Post: 09-19-2009, 10:53 AM
  4. TRUE Custom Object Tutorial [ How to find your own displayids! ]
    By Flame_Warrior in forum WoW EMU Guides & Tutorials
    Replies: 53
    Last Post: 03-18-2009, 03:22 AM
All times are GMT -5. The time now is 04:29 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