Results 1 to 9 of 9
  1. #1
    mains3rv3r's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    NC
    Posts
    360
    Reputation
    27
    Thanks
    29
    My Mood
    Devilish

    Question Question on Pointers

    Ok I seem to be having a problem with pointers. Here's my example of my problem.

    Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.

  2. #2
    XqwertyX's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    437
    Reputation
    19
    Thanks
    71
    Quote Originally Posted by mains3rv3r View Post
    Ok I seem to be having a problem with pointers. Here's my example of my problem.

    Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.
    do the CE tutorial -.-

  3. #3
    nbr1dan's Avatar
    Join Date
    Mar 2007
    Location
    At my computer
    Posts
    168
    Reputation
    14
    Thanks
    15
    Quote Originally Posted by mains3rv3r View Post
    Ok I seem to be having a problem with pointers. Here's my example of my problem.

    Open the CE, scan for my weapon value and end up getting the two addresses. Now these are dynamic addresses so I need to find a pointer. So I do 'Find what writes to this address'. I go back in game, switch weapons, and I get the offset. (4C). Now I click Replace, Stop, Close. Now the problem from here is, I have the offset, but what address do I put WITH this offset? I am having a hard time understanding why I can't find the address to place with the offset, but I can find the offset itself. Upsetting.


    Use the address that you used to find the offset, if you found the pointer then you already have the address. You should of ended up with one or two addresses right, and you used them addresses to find the offset. The address that you should use is the one where the value dosent change

  4. #4
    mains3rv3r's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    NC
    Posts
    360
    Reputation
    27
    Thanks
    29
    My Mood
    Devilish
    Quote Originally Posted by nbr1dan View Post
    Use the address that you used to find the offset, if you found the pointer then you already have the address. You should of ended up with one or two addresses right, and you used them addresses to find the offset. The address that you should use is the one where the value dosent change
    Yes... I've found how to do the simple ones... I'm attempting to find Auto Heal at the moment. Something is weird and I can't seem to find the address for the offset.

  5. #5
    nbr1dan's Avatar
    Join Date
    Mar 2007
    Location
    At my computer
    Posts
    168
    Reputation
    14
    Thanks
    15
    Auto heal is what I am working on right now and I think I have the address. Try this one = 009C4E3C

  6. #6
    mains3rv3r's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    NC
    Posts
    360
    Reputation
    27
    Thanks
    29
    My Mood
    Devilish
    Quote Originally Posted by nbr1dan View Post
    Auto heal is what I am working on right now and I think I have the address. Try this one = 009C4E3C
    Hmm... the address has a pointer if you want it to work... The address I got for what 'Probably goes back to the pointer' is 009bf39c... which is weird because i want to convert to hex, but it finds nothing obviously... this is in bytes... so i don't understand that one...

  7. #7
    nbr1dan's Avatar
    Join Date
    Mar 2007
    Location
    At my computer
    Posts
    168
    Reputation
    14
    Thanks
    15
    Im not sure either. I will scan some more and try to figure it out, if I find anything useful I will let you know.

  8. #8
    Mikeck901323's Avatar
    Join Date
    Apr 2007
    Posts
    296
    Reputation
    9
    Thanks
    1
    I ALREADY POSTED A TUT!


    1) Add address you found to you Lower Bar and left click on it
    2) Select "What Writes To This Address" and go back in game
    3) Heal Your Self Whit Med Kit and Alt+Tab to get back to UCE
    4) In WhatWritesToThisAddress Window two lines will appear
    5) Select the lower one and press REPLACE then Stop and Close
    6) Click Advanced Options and in there will be the replaced code
    7) Look for the number in [eax+/ep+/nop+xxxxxxxxx] compy just the number
    8) Close The Advanced Options Window
    9) In Lower window where our Address is stored you will see something like
    10) WarRock+xxxxx or WarRock.exe+xxxx check the box add pointer
    11) In the Right Window where it says Offset paste the number or type it in
    12) Press Ok and You are done

  9. #9
    mains3rv3r's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Location
    NC
    Posts
    360
    Reputation
    27
    Thanks
    29
    My Mood
    Devilish
    Quote Originally Posted by bloodandmike View Post
    I ALREADY POSTED A TUT!


    1) Add address you found to you Lower Bar and left click on it
    2) Select "What Writes To This Address" and go back in game
    3) Heal Your Self Whit Med Kit and Alt+Tab to get back to UCE
    4) In WhatWritesToThisAddress Window two lines will appear
    5) Select the lower one and press REPLACE then Stop and Close
    6) Click Advanced Options and in there will be the replaced code
    7) Look for the number in [eax+/ep+/nop+xxxxxxxxx] compy just the number
    8) Close The Advanced Options Window
    9) In Lower window where our Address is stored you will see something like
    10) WarRock+xxxxx or WarRock.exe+xxxx check the box add pointer
    11) In the Right Window where it says Offset paste the number or type it in
    12) Press Ok and You are done
    I've already read that tut. The part that makes no sense is when you check the box "add pointer", it wants a address WITH THAT POINTER. What address do you put there with the offset??? This has to be non hex.

Similar Threads

  1. I'm new to c++ and have a question about pointers
    By I.P in forum C++/C Programming
    Replies: 2
    Last Post: 05-26-2011, 10:31 PM
  2. [Question] NULL pointers...
    By Mookamoka in forum C++/C Programming
    Replies: 5
    Last Post: 02-04-2011, 04:38 PM
  3. [2 Questions][C++][Pointers]
    By Aqollo in forum C++/C Programming
    Replies: 2
    Last Post: 10-20-2010, 06:24 PM
  4. [Question]Team Pointer?
    By mastermods in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 09-06-2010, 05:51 AM
  5. [QUESTION] Pointer in Dev-C++
    By yogilek in forum WarRock - International Hacks
    Replies: 0
    Last Post: 05-31-2007, 01:56 PM