Results 1 to 13 of 13
  1. #1
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic

    need help to re-check offset

    Code:
    void COffsets::updateLocalPlayer() {
        DWORD lpStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xxx????xx????xxxxx?", 19, 0x8D, 0x34, 0x85, 0x0, 0x0, 0x0, 0x0, 0x89, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x41, 0x8, 0x8B, 0x48, 0x0);
        DWORD lpP1 = mem->Read<DWORD>(lpStart + 3);
        BYTE lpP2 = mem->Read<BYTE>(lpStart + 18);
        dwLocalPlayer = (lpP1 + lpP2) - modClient.dwBase;
    }
    [/block]
    
    [block]
    void COffsets::updateEntityList() {
        DWORD elStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "x????xx?xxx", 11, 0x5, 0x0, 0x0, 0x0, 0x0, 0xC1, 0xE9, 0x0, 0x39, 0x48, 0x4);
        DWORD elP1 = mem->Read<DWORD>(elStart + 1);
        BYTE elP2 = mem->Read<BYTE>(elStart + 7);
        dwEntityList = (elP1 + elP2) - modClient.dwBase;
    }
    [/block]
    
    [block]
    void COffsets::updateAttack() {
        DWORD aStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xx????xx????xxxxxxxxxxx", 23, 0x89, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x15, 0x0, 0x0, 0x0, 0x0, 0xF6, 0xC2, 0x3, 0x74, 0x3, 0x83, 0xCE, 0x4, 0xA8, 0x4, 0xBF);
        DWORD aOff = mem->Read<DWORD>(aStart + 2);
        dwAttack = aOff - modClient.dwBase;
    }
    [/block]
    
    [block]
    void COffsets::updateEnginePointerAndSetViewAngle() {
    	DWORD epStart = mem->FindPatternArr(modEngine.dwBase, modEngine.dwSize, "xxxx????xxxx", 12, 0x76, 0x1D, 0x8B, 0x81, 0x00, 0x00, 0x00, 0x00, 0x85, 0xC0, 0x75, 0x15);
    	dwEnginePointer = mem->Read<DWORD>(epStart + 22) - modEngine.dwBase;
    	dwSetViewAngle = mem->Read<DWORD>(epStart + 30);
    }
    [/block]
    
    [block]
    void COffsets::updateJump() {
    	DWORD jStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "xx????xx????xxxxxxxxxxx", 23, 0x89, 0x15, 0x0, 0x0, 0x0, 0x0, 0x8B, 0x15, 0x0, 0x0, 0x0, 0x0, 0xF6, 0xC2, 0x3, 0x74, 0x3, 0x83, 0xCE, 0x8, 0xA8, 0x8, 0xBF);
        DWORD jOff = mem->Read<DWORD>(jStart + 2);
        dwJump = jOff - modClient.dwBase;
    }
    [/block]
    
    [block]
    void COffsets::updateGlow() {
    	DWORD gpStart = mem->FindPatternArr(modClient.dwBase, modClient.dwSize, "x????xxxx????xx?", 15, 0xE8, 0x0, 0x0, 0x0, 0x0, 0x83, 0xC4, 0x04, 0xB8, 0x0, 0x0, 0x0, 0x0, 0xC3, 0xCC);
    	dwGlow = mem->Read<DWORD>(gpStart + 9) - modClient.dwBase;
    is it up to date guys?

  2. #2
    certmemer's Avatar
    Join Date
    Feb 2016
    Gender
    female
    Location
    Southampton
    Posts
    2,511
    Reputation
    104
    Thanks
    25,994
    why dont you just run your cheat and test it yourself?

  3. #3
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by certmemer View Post
    why dont you just run your cheat and test it yourself?
    thats why this thread using prefix HELP

  4. #4
    TheHount's Avatar
    Join Date
    Mar 2017
    Gender
    female
    Location
    Westeros
    Posts
    104
    Reputation
    10
    Thanks
    510
    Quote Originally Posted by iamnada View Post
    thats why this thread using prefix HELP
    Just because you can ask people if it's correct doesn't mean you should?
    Before asking people to help atleast try it yourself first..

  5. #5
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by TheHount View Post
    Just because you can ask people if it's correct doesn't mean you should?
    Before asking people to help atleast try it yourself first..
    ah so deep life quote.
    how do u know i have been trying or not?
    how can u judge people from the cover? my god.
    life is easy dude, if u doesnt want to help, just ignore, if u want to help just do it instead of talk shit. it doesnt a big deal for me bruh

  6. #6
    TheHount's Avatar
    Join Date
    Mar 2017
    Gender
    female
    Location
    Westeros
    Posts
    104
    Reputation
    10
    Thanks
    510
    Quote Originally Posted by iamnada View Post
    ah so deep life quote.
    how do u know i have been trying or not?
    how can u judge people from the cover? my god.
    life is easy dude, if u doesnt want to help, just ignore, if u want to help just do it instead of talk shit. it doesnt a big deal for me bruh
    I'm not talking 'shit'. I'm sick of people asking stupid ass questions like this one when they can do it themselves with ease.
    If you are unable to fix a couple of outdated offsets from some shitty copypasta code just don't even start thinking about coding a cheat.
    Last edited by TheHount; 03-24-2017 at 02:37 PM.

  7. #7
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by TheHount View Post
    I'm not talking 'shit'. I'm sick of people asking stupid ass questions like this one when they can do it themselves with ease.
    If you are unable to fix a couple of outdated offsets from some shitty copypasta code just don't even start thinking about coding a cheat.
    nah u have to get a life bruh, why so serious
    u feel like a god, everyone should have same brain like u
    get a job and get a wife bruh

  8. #8
    TheHount's Avatar
    Join Date
    Mar 2017
    Gender
    female
    Location
    Westeros
    Posts
    104
    Reputation
    10
    Thanks
    510
    Quote Originally Posted by iamnada View Post
    nah u have to get a life bruh, why so serious
    u feel like a god, everyone should have same brain like u
    get a job and get a wife bruh
    First of all, please learn normal English and don't use emoticons like a retarded 9 year old.
    Not sure how I should 'feel like god', or how you get the idea that I do just because I think you're posting retarded questions.
    And just so you know, if you have a wife and a job you're probably around the age of ~25 and shouldn't waste your time on creating game cheats : )

    Now, please just quit MPGH will make the community alot cleaner of C+P skids like you.
    Last edited by TheHount; 03-24-2017 at 07:00 PM.

  9. #9
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by TheHount View Post
    First of all, please learn normal English and don't use emoticons like a retarded 9 year old.
    Not sure how I should 'feel like god', or how you get the idea that I do just because I think you're posting retarded questions.
    And just so you know, if you have a wife and a job you're probably around the age of ~25 and shouldn't waste your time on creating game cheats : )

    Now, please just quit MPGH will make the community alot cleaner of C+P skids like you.
    nah u take it so seriously dude
    wow u suggest me to quit this forum lol.. even this forum is not yours
    and I think that emoticon doesnt belong anyone
    how do u know i creating game cheat bruh? LOL even iam not
    for what? its just game at all, and i just to have fun with it.. lol
    dont feel so angry bruh, iam just typing... there are so many kids like u who feels like the right man haha

  10. #10
    TheHount's Avatar
    Join Date
    Mar 2017
    Gender
    female
    Location
    Westeros
    Posts
    104
    Reputation
    10
    Thanks
    510
    Quote Originally Posted by iamnada View Post
    nah u take it so seriously dude
    wow u suggest me to quit this forum lol.. even this forum is not yours
    and I think that emoticon doesnt belong anyone
    how do u know i creating game cheat bruh? LOL even iam not
    for what? its just game at all, and i just to have fun with it.. lol
    dont feel so angry bruh, iam just typing... there are so many kids like u who feels like the right man haha
    Damn you're giving me a headache.
    how do u know i creating game cheat bruh? LOL even iam not
    I literally said that you're copy pasting buddy can you even read English words?
    Not going to respond to this anymore, it's all kinda sad honestly.
    Last edited by TheHount; 03-25-2017 at 05:30 AM.

  11. #11
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by TheHount View Post
    Damn you're giving me a headache.

    I literally said that you're copy pasting buddy can you even read English words?
    Not going to respond to this anymore, it's all kinda sad honestly.
    yeah of course its copy pasta bruh, even my dog know it.
    in this forum 90% copy pasting source from other forum or anything.
    even no one want u to respond it

  12. #12
    TheHount's Avatar
    Join Date
    Mar 2017
    Gender
    female
    Location
    Westeros
    Posts
    104
    Reputation
    10
    Thanks
    510
    Quote Originally Posted by iamnada View Post
    yeah of course its copy pasta bruh, even my dog know it.
    in this forum 90% copy pasting source from other forum or anything.
    even no one want u to respond it
    That doesn't mean that you should blatently ask people if they could fix code that you haven't even tried to fix yourself.
    You could fix this within 5 minutes, but nah lets ask people to invest their time into fixing YOUR issue.
    Kinda childish right?

  13. #13
    iamnada's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Indonesia
    Posts
    167
    Reputation
    10
    Thanks
    532
    My Mood
    Angelic
    Quote Originally Posted by TheHount View Post
    That doesn't mean that you should blatently ask people if they could fix code that you haven't even tried to fix yourself.
    You could fix this within 5 minutes, but nah lets ask people to invest their time into fixing YOUR issue.
    Kinda childish right?
    lol blatently HAHAHAHA..
    iam not gonna give anything to anyone who help me dude, and its no problem if no one want to help it..
    it doesnt big deal dude HAHA... how can be blatently..

    Not going to respond to this anymore, it's all kinda sad honestly.
    2k17 quote.

Similar Threads

  1. Need help with Rapid Fire Offset
    By Redryan102 in forum Call of Duty - Infinite Warfare Help/Requests
    Replies: 0
    Last Post: 03-18-2017, 02:40 AM
  2. [Help] I need help getting a sdk file and finding offsets
    By kilroy8 in forum All Points Bulletin Reloaded Hacks
    Replies: 0
    Last Post: 01-26-2014, 02:06 AM
  3. [Help] Check This I Need Help
    By dicky87smd in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 01-07-2012, 08:48 AM
  4. [Request] Need help find offset
    By BOKN in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 12-15-2011, 05:53 AM
  5. need help with offset problem
    By qplazm in forum General Game Hacking
    Replies: 1
    Last Post: 12-31-2008, 01:45 PM