Results 1 to 4 of 4
  1. #1
    killerld's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    345
    Reputation
    11
    Thanks
    193
    My Mood
    Twisted

    NFD C++ No Menu Hack HELP

    Hi, I need to know how to code NFD. I have the Offset but no more. Please Help.

    No Recoil And Antikick too If possible


    Sorry for my bad English ! I'm French Canadian !

    - When you use my hack, Please Thank Me

    Release some Hacks []
    Able to code in PhP / Mysql []
    Able to code in VB []
    Able to code in C# []
    Able to do VB Injector []
    Release an Injector []
    Active Member in the Community []
    Member who help small Hacker []

  2. #2
    IPAWN's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Under your bed
    Posts
    122
    Reputation
    10
    Thanks
    14
    My Mood
    Dead
    if this is pertaining to my no menu hack, the code for NFD is:


    void NFD()
    {
    DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFF_NFD) = -20000;
    }
    }

    no recoil is:

    void Norecoil()

    {
    *(float*) OFS_NORECOIL1 = 0;
    *(float*) OFS_NORECOIL2 = 0;
    *(float*) OFS_NORECOIL3 = 0;
    }

    antikick is:


    void Anti()

    {
    *(float*) ADR_ANTIKICK = 45;
    }

  3. The Following User Says Thank You to IPAWN For This Useful Post:

    killerld (07-24-2009)

  4. #3
    killerld's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    345
    Reputation
    11
    Thanks
    193
    My Mood
    Twisted
    Okay and these one work ?

    - No Recoil -

    void NO_RECOIL ()
    {
    DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+norec1) = 0;
    *(float*)(dwPlayerPtr+norec2) = 0;
    *(float*)(dwPlayerPtr+norec3) = 0;
    }
    }

    - Anti Kick -

    void ANTY_KICK ()
    {
    DWORD dwPlayerPtr = *(DWORD*)Serverpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_GM) = 5;

    }
    }

    - 5,6,7,8 Slots -

    void SLOTS ()
    {

    DWORD dwServerPointer = *(DWORD*)Serverpointer;
    if(dwServerPointer != 0) {

    *(long*)(dwServerPointer + OFS_UNLOCK5SLOT) = 1;
    *(long*)(dwServerPointer + OFS_UNLOCK6SLOT) = 1;
    *(long*)(dwServerPointer + OFS_UNLOCK7SLOT) = 1;
    *(long*)(dwServerPointer + OFS_UNLOCK8SLOT) = 1;
    }

    }


    These one work or not ?

    When I create a New Void and When I insert an Address I need to put it in a special order ?
    Because I tried to insert This :

    #define OFS_NFD 0x2F0

    void NFD()
    {
    DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFF_NFD) = -20000;
    }
    }

    The Offset after #define OFS_Z 0x00000128
    And the Void After Jump
    ?

    And for the stamina hack they said just take the last 2 digits for the Addy ?
    Whats mean ?
    Last edited by killerld; 07-24-2009 at 07:50 AM.


    Sorry for my bad English ! I'm French Canadian !

    - When you use my hack, Please Thank Me

    Release some Hacks []
    Able to code in PhP / Mysql []
    Able to code in VB []
    Able to code in C# []
    Able to do VB Injector []
    Release an Injector []
    Active Member in the Community []
    Member who help small Hacker []

  5. #4
    IPAWN's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Under your bed
    Posts
    122
    Reputation
    10
    Thanks
    14
    My Mood
    Dead
    yep, that should work

Similar Threads

  1. no menu hack help
    By LawlFaceXD in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 10-23-2011, 04:26 PM
  2. [Request] No Menu Hack - help .....
    By taylan in forum WarRock Hack Source Code
    Replies: 14
    Last Post: 12-07-2010, 01:39 PM
  3. Creating a menu hack help?
    By N00B1O2 in forum Combat Arms Coding Help & Discussion
    Replies: 15
    Last Post: 10-24-2010, 09:51 PM
  4. Weapon hack Help!
    By kubmin in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-24-2007, 09:05 AM
  5. weapon hack help!
    By shadowsecret in forum WarRock - International Hacks
    Replies: 2
    Last Post: 04-06-2007, 01:25 AM

Tags for this Thread