Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Science1sT's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    [WR]Player!
    Posts
    15
    Reputation
    10
    Thanks
    5
    My Mood
    Confused

    Question Help Me For Addies ?

    How To NoRocoil And HideIGN Pls Ang NoReload Please What Source/Addies ?
    Last edited by Science1sT; 07-11-2014 at 07:35 AM.

  2. The Following User Says Thank You to Science1sT For This Useful Post:

    HackkinGCoDer (07-15-2014)

  3. #2
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed
    Quote Originally Posted by Science1sT View Post
    How To NoRocoil And HideIGN Pls Ang NoReload Please What Source/Addies ?
    Have the addy's here
    Code:
    #define OFS_NoRecoil1   0xC444
    #define OFS_NoRecoil2   0xC44C
    #define OFS_NoRecoil3   0xC448
    #define OFS_NoReload    0x1040D
    //Credits to Jhem
    looking for the source my self right now, only have No Recoil
    Code:
    			if(Player != 0)
    			{
    			*(float*)(Player + OFS_NoRecoil1) = 0;
    			*(float*)(Player + OFS_NoRecoil2) = 0;
    			*(float*)(Player + OFS_NoRecoil3) = 0;
    			}
    If you have it, please share your No Reload!

  4. The Following User Says Thank You to znoen For This Useful Post:

    Science1sT (07-12-2014)

  5. #3
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    No Relaod is something like this, Maybe?
    Code:
    if(Player!=0) // if you know
    {
    if(getKey("R");
    {
    int(Player+ofs_Weaponstate) = dword(ADR_Weaponstare);
    {
    float(Player+ofs_NoRelaod) = 1;
    }
    }
    }
    HideIGN:
    https://www.mpgh.net/forum/262-warroc...-ign-name.html

    Next time, use this:
    https://www.mpgh.net/forum/search.php


    Last edited by Jhem; 07-11-2014 at 08:12 AM.

  6. The Following User Says Thank You to Jhem For This Useful Post:

    Science1sT (07-12-2014)

  7. #4
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed
    Quote Originally Posted by Jhem View Post
    No Relaod is something like this, Maybe?
    Code:
    if(Player!=0) // if you know
    {
    if(getKey("R");
    {
    int(Player+ofs_Weaponstate) = dword(ADR_Weaponstare);
    {
    float(Player+ofs_NoRelaod) = 1;
    }
    }
    }
    HideIGN:
    https://www.mpgh.net/forum/262-warroc...-ign-name.html

    Next time, use this:
    Advanced Search - MPGH - MultiPlayer Game Hacking & Cheats


    Yea i also found this code, but i dont have weaponstate addy's so i was hoping on a other source

  8. The Following User Says Thank You to znoen For This Useful Post:

    Science1sT (07-12-2014)

  9. #5
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    Quote Originally Posted by znoen View Post
    Yea i also found this code, but i dont have weaponstate addy's so i was hoping on a other source
    No need.
    Addys & Source
    https://www.mpgh.net/forum/365-warroc...ml#post9416418

    Dumped Version.
    https://www.mpgh.net/forum/365-warroc...ml#post9377567

    The address of FastReload is wrong. you can try this method but I'm not too sure about this one, You will take a lot of time.
    Code:
    #define FastReload		0x8D55C1 //Maybe wrong?
    #define FastReload		0x8D55C2 //Maybe wrong?
    #define FastReload		0x8D55C3 //Maybe wrong?
    #define FastReload		0x8D55C4 //Maybe wrong?
    #define FastReload		0x8D55C5 //Maybe wrong?
    0-F

  10. The Following User Says Thank You to Jhem For This Useful Post:

    znoen (07-11-2014)

  11. #6
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed
    Quote Originally Posted by Jhem View Post

    No need.
    Addys & Source
    https://www.mpgh.net/forum/365-warroc...ml#post9416418

    Dumped Version.
    https://www.mpgh.net/forum/365-warroc...ml#post9377567

    The address of FastReload is wrong. you can try this method but I'm not too sure about this one, You will take a lot of time.
    Code:
    #define FastReload		0x8D55C1 //Maybe wrong?
    #define FastReload		0x8D55C2 //Maybe wrong?
    #define FastReload		0x8D55C3 //Maybe wrong?
    #define FastReload		0x8D55C4 //Maybe wrong?
    #define FastReload		0x8D55C5 //Maybe wrong?
    0-F
    Tnx for sharing! But im not on PH. Only INT

  12. The Following User Says Thank You to znoen For This Useful Post:

    Science1sT (07-12-2014)

  13. #7
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    Quote Originally Posted by znoen View Post
    Tnx for sharing! But im not on PH. Only INT
    I'm pretty sure, that fastreload might be also work on INT.

  14. The Following User Says Thank You to Jhem For This Useful Post:

    Science1sT (07-12-2014)

  15. #8
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed
    Quote Originally Posted by Jhem View Post

    I'm pretty sure, that fastreload might be also work on INT.
    Yes i know! But i dont get it to work with a dumped Warrock PH

  16. The Following User Says Thank You to znoen For This Useful Post:

    Science1sT (07-12-2014)

  17. #9
    Science1sT's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    [WR]Player!
    Posts
    15
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    Tanks You @znoen & @Jhem Good Job! Bro
    Last edited by Science1sT; 07-12-2014 at 04:49 AM.

  18. The Following User Says Thank You to Science1sT For This Useful Post:

    HackkinGCoDer (07-15-2014)

  19. #10
    Science1sT's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    [WR]Player!
    Posts
    15
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    How To Addies The PlayerPointer & ServerPointer Sir! ? ? ?

  20. The Following User Says Thank You to Science1sT For This Useful Post:

    HackkinGCoDer (07-15-2014)

  21. #11
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed
    Use this logger, it gives the addy's you want
    https://www.mpgh.net/forum/262-warroc...en-logger.html

  22. The Following User Says Thank You to znoen For This Useful Post:

    DaneCoder (07-12-2014)

  23. #12
    V3n0x's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    15
    My Mood
    Amazed
    Quote Originally Posted by znoen View Post
    Use this logger, it gives the addy's you want
    https://www.mpgh.net/forum/262-warroc...en-logger.html
    your addylogger works on PH 2 ??
    -= |::V3n0x::| =-

    im just ein Neuling







    Respect:
    Ryuzaki™
    DaneCoder
    Jhem
    Burn3r
    RoBerTo
    Cyno™
    AeroMan

  24. #13
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    What if i told you there are methods you almost never have to update the addies?

  25. #14
    Science1sT's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    [WR]Player!
    Posts
    15
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    @znoen& Tanks To ALL
    Last edited by Science1sT; 07-12-2014 at 05:18 PM.

  26. The Following User Says Thank You to Science1sT For This Useful Post:

    HackkinGCoDer (07-15-2014)

  27. #15
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed
    Quote Originally Posted by Alex_Agnew View Post
    What if i told you there are methods you almost never have to update the addies?
    Nice like how? Pattern Finder & Hack in one?


    Quote Originally Posted by V3n0x View Post
    your addylogger works on PH 2 ??

    Nope, maybe I'll work on a PH logger

  28. The Following User Says Thank You to znoen For This Useful Post:

    V3n0x (07-13-2014)

Page 1 of 2 12 LastLast

Similar Threads

  1. Need help for addies
    By sutil in forum WarRock Help
    Replies: 2
    Last Post: 02-14-2014, 06:43 AM
  2. [Help] Help me find Addy for VIP HACK MPGH
    By D3DX in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 09-15-2012, 09:36 AM
  3. [Help Request] [?]Helpful commands for farming
    By kropek4 in forum Vindictus Help
    Replies: 2
    Last Post: 08-04-2011, 11:20 AM
  4. [Help Request] PLEASE HELP ME FOR A HACK WITH COMBAT ARMS
    By darkusmega in forum Combat Arms Help
    Replies: 4
    Last Post: 05-31-2011, 10:45 PM
  5. [Help Request] help me for error visual c++
    By cheateroO in forum CrossFire Help
    Replies: 2
    Last Post: 05-01-2011, 12:42 PM