Thread: Pointers

Results 1 to 11 of 11
  1. #1
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed

    Pointers

    Ok, So i have been coming back to hacking after I veered off a little to learn some d3d and winsock. I hacked Spider Solitaire for practice and i made a c++ program to use the address I got that stored the score. The problem is that the address is dynamic so it is changed every time i start up Spider Solitaire. So i did a pointer search and i got the pointer, and it works and is the same everytime, but the problem is, I don't know what the address of the pointer is. All it says in my address box is:

    P->xxxxxxxx

    How do i know what the address of the pointer is?

  2. #2
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    address of pointer is the current address that's value is "P->xxxxxxxx" as you put it.

  3. #3
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    I don't get it Kibbles. How would i know which address has the value of p->xxxxxxx ? What i was saying was that the address of the pointer is p->xxxxxxx, but obviously i can't hardcode that into my c++ trainer because it's not a valid address. I just want to know what the address of p->xxxxxxxx is.
    Last edited by 258456; 07-23-2011 at 04:25 PM.

  4. #4
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    Post a picture of it in CE

  5. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,675
    My Mood
    Breezy
    You read the value of the 'xxxxx' address using RPM and once you've read it, you need to use the value from RPM to do whatever your trying to do like WriteProcessMemory, etc.

    Pointers literally point to another address.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  6. #6
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    ImageShack® - Online Photo and Video Hosting




    Uploaded with ImageShack.us

    that's what it looks like. CLick on it for it to be bigger.
    Last edited by 258456; 07-23-2011 at 07:04 PM.

  7. #7
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    How do i get the address of the pointer that is circled in the picture above?

  8. #8
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    nobody ever answers my questions. CAN SOMEBODY PLEASE REPLY.

  9. #9
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by 258456 View Post
    nobody ever answers my questions. CAN SOMEBODY PLEASE REPLY.
    Solve it yourself, You can't be babied for every question you have。

    Doesn't work
    Change Method
    Test
    Repeat

  10. #10
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    Sorry but yo do need to test yourself

  11. #11
    mavi2k's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 258456 View Post
    nobody ever answers my questions. CAN SOMEBODY PLEASE REPLY.
    The picture above is not enough for anyone to help you. Double click address, and a window should pop up. Screenshot that instead.

Similar Threads

  1. (request) tutorial on pointer finding
    By ragman1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 03-26-2007, 03:21 PM
  2. i need some help dealing with warrock pointers
    By shakib in forum Hack Requests
    Replies: 1
    Last Post: 02-11-2007, 12:37 PM
  3. Weapon Pointer TUTORIAL
    By Fortran in forum WarRock - International Hacks
    Replies: 120
    Last Post: 02-10-2007, 08:44 PM
  4. OMS .32 pointers
    By Doctrine in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 12-28-2006, 01:31 PM
  5. Warrock Vehicle Weapon No-overheat Pointer
    By Fortran in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-21-2006, 12:16 AM