Problem with offsets and pointers menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Neverhaven's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Problem with offsets and pointers

    Hi,

    I made a very basic fishing bot, to kinda, get started with WoW hacking, and it's working great on my computer, but once i throw it on my laptop, my gf's computer or her laptop, it doesn't work. I have no clue what the problem could be.
    These are the offsets i use:
    Code:
    ClientConnection = [0x012705B0]
    ObjectManagerOffset = [0x00002D94]
    ChannelingObject = [0x0133D528]
    MouseOverGUID = [0x0113D798]
    FirstObjectOffset = [0x000000AC]
    ObjectTypeOffset = [0x00000014]
    ObjectGUIDOffset = [0x00000030]
    ObjectBobberBobbingOffset = [0x000000BC]
    Does any of those look wrong? I found the BobberBobbing and ChannelingObject offset/pointers myself, so it's likely they're causing some problems.

    Problem with offsets and pointers
  2. #2
    FenixTX2's Avatar Active Member
    Reputation
    22
    Join Date
    Mar 2009
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What language are you coding in? At a faint gues i would say that you are coding on a x64 machine and your gf's computers are x86? If you're using Visual Studios then under the project settings change the platform type to x86 (it'll still work on x64, but will now support x86 machines too.

  3. #3
    Neverhaven's Avatar Member
    Reputation
    12
    Join Date
    Sep 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C# using basic MS Visual Studio Express Edition. I checked, and both machines are x86. The bug it seems, is the check to see if the player is channeling fails. I'm going to install my dev tools on one of the laptops, and see if i can find the problem.

  4. #4
    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 FenixTX2 View Post
    What language are you coding in? At a faint gues i would say that you are coding on a x64 machine and your gf's computers are x86? If you're using Visual Studios then under the project settings change the platform type to x86 (it'll still work on x64, but will now support x86 machines too.
    That makes no sense. The default platform type is 'Any CPU' and the JIT compiler compiles to whatever architecture you're running on.

    The problem occurs when you're writing a cheat and running on an x64 machine, because the JIT compiler compiles to binary to x64 and you can't interact with an x86 target (WoW) properly.

    So, if it is a config problem, then it would be the other way around. It would work on the x86 machine and not on the x64 machine.


  5. #5
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    That makes no sense. The default platform type is 'Any CPU' and the JIT compiler compiles to whatever architecture you're running on.

    The problem occurs when you're writing a cheat and running on an x64 machine, because the JIT compiler compiles to binary to x64 and you can't interact with an x86 target (WoW) properly.

    So, if it is a config problem, then it would be the other way around. It would work on the x86 machine and not on the x64 machine.

    Bam!

    Filler.

  6. #6
    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 Jadd View Post
    Bam!

    Filler.
    [ame=http://www.youtube.com/watch?v=Nr1fDOzLkAo]YouTube - Most annoying commercial ever: Easy-Off Bam[/ame]

  7. #7
    wraithZX's Avatar Active Member
    Reputation
    43
    Join Date
    May 2007
    Posts
    122
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn you Cypher. They keep putting that ad on when watching Fox Sports.
    Ugh FAIL.

  8. #8
    flukes1's Avatar Member
    Reputation
    6
    Join Date
    Aug 2009
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's CILLIT BANG you yank bastards, not "Easy-Off Bam"... mumble grumble...

    [ame=http://www.youtube.com/watch?v=WGooQ8yYC0c]YouTube - Cillit bang techno remix[/ame]

  9. #9
    ~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)
    Aussies fool, Yanks can go die in a fire while talking about how awesome their country is

    Ok not really, but no one has much of a likeness for them xD
    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?

  10. #10
    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 flukes1 View Post
    It's CILLIT BANG you yank bastards, not "Easy-Off Bam"... mumble grumble...

    YouTube - Cillit bang techno remix
    How dare you call me a yank, I'm an Australian thank you very much.

  11. #11
    snigelmannen's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i started looking into stuff and found this and i got some trouble updating the offsets, might be because i suck and usually fails when it comes to coding, is it possible for a newbie to get that program working just by finding and updating the offsets?

    Otherwise point me in to the right direction and i can stop trolling here.

    here are the offsets im using now.
    Code:
            uint StaticClientConnection = 0x1139F80;
            uint ClientConnection = 0x012705B0;
            uint ObjectManagerOffset = 0x2C34;
            uint ObjectManager = 0;
            uint FirstObjectOffset = 0x000000AC;
            uint FirstObject = 0;
            uint LocalGuidOffset = 0xC0;
    wrong or correct? tried every search function and i only know copy pasta that might be the issue
    Last edited by snigelmannen; 10-01-2009 at 09:13 AM.
    " Spy sappin mah sentry! "

Similar Threads

  1. Problem with server and router
    By SoulReaverRaziel in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-17-2009, 06:48 AM
  2. [AutoIt] Problem with SetRotation and Walking
    By spudstar99 in forum WoW Memory Editing
    Replies: 10
    Last Post: 06-05-2009, 09:53 AM
  3. Problem with login and world
    By toyjoe1 in forum WoW EMU Questions & Requests
    Replies: 10
    Last Post: 12-09-2008, 01:57 PM
  4. problem with item and mount size when i change my tauren size
    By rhunvan in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-20-2008, 01:55 PM
  5. Serious Problem with Crashing, and language bug.
    By EmuGod in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 02-16-2008, 09:26 PM
All times are GMT -5. The time now is 05:17 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