Results 1 to 6 of 6
  1. #1
    mic44's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Aggressive

    How to use Addys ?

    I saw a post with all updated Addys . But how can I active them ? I have my c++ programming base just tell me how to use them propely and turn them off . I tried with this code ( this is just a part of my project I have alot of line ):

    This is the Addys I use :

    Code:
    #define Glass Walls = 0x572EDA
    I took this code from the post :
    Updated Addys for CA NA 11/17/2011

    And I tried with this :
    Code:
    int cheat = 1;
    
    WriteProcessMemory(hProc, (LPVOID)0x572EDA, &cheat, (DWORD)sizeof(cheat), NULL);

    So I think I can turn the cheat ( glass wall ) on by changing the value to 1 but didn't work . Please help ?!

  2. #2
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by mic44 View Post
    I saw a post with all updated Addys . But how can I active them ? I have my c++ programming base just tell me how to use them propely and turn them off . I tried with this code ( this is just a part of my project I have alot of line ):

    This is the Addys I use :

    Code:
    #define Glass Walls = 0x572EDA
    I took this code from the post :


    And I tried with this :
    Code:
    int cheat = 1;
    
    WriteProcessMemory(hProc, (LPVOID)0x572EDA, &cheat, (DWORD)sizeof(cheat), NULL);

    So I think I can turn the cheat ( glass wall ) on by changing the value to 1 but didn't work . Please help ?!
    Hackshield hooks WriteProcessMemory, so you will be unable to use it.

    Oh no! Vortex is gay!

  3. #3
    mic44's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Aggressive

    rofl

    rofl . My question is : How to use it ? XD

  4. #4
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    If
    Code:
    0x572EDA
    is the address, and you would like to write the value of "1" to it, you would do this-
    Code:
    *(int*)0x572EDA = 1;

    Oh no! Vortex is gay!

  5. The Following User Says Thank You to Saltine For This Useful Post:

    Verum (12-05-2011)

  6. #5
    Broderick's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Basement.
    Posts
    100
    Reputation
    42
    Thanks
    30
    Quote Originally Posted by Saltine View Post

    Hackshield hooks WriteProcessMemory, so you will be unable to use it.
    I highly doubt that Nexon installs a system-wide API hook.
    The fish trap exists because of the fish.
    Once you've gotten the fish you can forget the trap.
    The rabbit snare exists because of the rabbit.
    Once you've gotten the rabbit, you can forget the snare.
    Words exist because of meaning.
    Once you've gotten the meaning, you can forget the words.
    Where can I find a man who has forgotten words so I can talk with him?

  7. #6
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by Broderick View Post


    I highly doubt that Nexon installs a system-wide API hook.
    Correct, its driver uses System Service Dispatch Table hooks to prevent use of some functions like WPM.

    Oh no! Vortex is gay!

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

    OBrozz (12-05-2011)

Similar Threads

  1. [Solved] How to use warrock ph addies/hacks/codes.
    By kilzack99 in forum WarRock Help
    Replies: 1
    Last Post: 10-28-2011, 10:34 AM
  2. How to Use Tsearch
    By wardo1926 in forum Hack Requests
    Replies: 5
    Last Post: 12-18-2007, 09:24 PM
  3. warrock addresses and how to use
    By ragman1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-15-2007, 12:38 PM
  4. Help! how to use ardamax keylogg
    By gmgundamx7 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 02-28-2007, 04:43 PM
  5. How To Use A Render By Phate
    By Paolo1993 in forum Tutorials
    Replies: 0
    Last Post: 01-27-2006, 08:03 PM