Results 1 to 3 of 3
  1. #1
    Droid O.O's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    10
    Reputation
    16
    Thanks
    90

    Question My hack doesn't work on other people's computer..

    What the title says...
    I make a no-menu hack and when I try it in the computer I made it in It works :P
    And when I try on my other computer that has the same OS it doesn't work ??

    Everything works fine if try on the computer I made it in, but another problem is that I can't get No Damage Fall to work.
    I'm trying to make suicide out off No Damage Fall, but it's not working here my code :

    Code:
    *(float*)(PLAYERPTR+NDF) = 2000000;
    The addies I use are :

    PlayerPointer : 0x009EDD6C
    No Damage Fall : 0x00102C8

  2. #2
    MJCreado's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    Germany
    Posts
    557
    Reputation
    58
    Thanks
    810
    My Mood
    Bored
    void nofalldamage()
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000; //this should be negative
    }
    }

    i think the other computer is need a following of this.
    Download: Visual C++ 2008 Redistributable Package (x86) - Microsoft Download Center - Download Details
    Download: .NET Framework 3.5 - Microsoft Download Center - Download Details
    Last edited by MJCreado; 03-06-2012 at 06:09 AM.

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

    Droid O.O (03-07-2012)

  4. #3
    playerp's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    don't compile on debug if you want play in other computer use release

Similar Threads

  1. For people that saids hack doesn't work
    By chaddai in forum Alliance of Valiant Arms (AVA) Help
    Replies: 7
    Last Post: 07-05-2010, 04:45 AM
  2. Hack doesn't work
    By chrisssj3 in forum Combat Arms Hacks & Cheats
    Replies: 43
    Last Post: 01-09-2009, 02:50 PM
  3. New Hack doesn't work help!
    By Remorse in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 01-06-2009, 06:41 PM
  4. Why Public CA hack doesn't work well
    By Rigby in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 12-28-2008, 05:33 PM
  5. Hacks doesn't work anymore?
    By jorisy00 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-23-2007, 09:55 AM