Results 1 to 5 of 5
  1. #1
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic

    How pointers work

    I was bored, so I wrote this info.

    A pointer points to another adress, which could be the adress for fly as example.
    A static pointer (example CShell.dll + 133AFG) can point to another static adress
    (example CShell.dll + B62482) or to an unstatic adress (example 0A426241).

    Sometimes pointers point to another pointer (example pointer CShell.dll + 133AFB points to 0A426241, which points to 00B81234).
    Pointers often got an offset (example pointer CShell.dll + 133AFB points to 0A426241 + 1A ( = 0A42625B )).

    Another example :
    The pointer CShell.dll + 133AFB points to 074C9354. It has the offset 128.
    This adress is another pointer, 0A42625B. The new pointer has the offset 5B.

    CShell.dll + 133AFB = 074C9354
    074C9354 + 128 = 074C947C

    074C947C = 0A42625B
    0A42625B + 5B = 0A4262B6

    If you want to create a hack, which uses pointers, you have to find a static pointer and every offset.
    Then read the adress of the pointer and add the offset, read the new adress, ... .

    I won't public the code, because there are too many leechers in this section.

  2. The Following 2 Users Say Thank You to derh.acker For This Useful Post:

    A$IAN (08-30-2011),giniyat202 (08-31-2011)

  3. #2
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    nice tutorial
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  4. #3
    HeavenlyRage's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Earth
    Posts
    1,588
    Reputation
    58
    Thanks
    394
    My Mood
    Bored
    Quote Originally Posted by derh.acker View Post
    I was bored, so I wrote this info.

    A pointer points to another adress, which could be the adress for fly as example.
    A static pointer (example CShell.dll + 133AFG) can point to another static adress
    (example CShell.dll + B62482) or to an unstatic adress (example 0A426241).

    Sometimes pointers point to another pointer (example pointer CShell.dll + 133AFB points to 0A426241, which points to 00B81234).
    Pointers often got an offset (example pointer CShell.dll + 133AFB points to 0A426241 + 1A ( = 0A42625B )).

    Another example :
    The pointer CShell.dll + 133AFB points to 074C9354. It has the offset 128.
    This adress is another pointer, 0A42625B. The new pointer has the offset 5B.

    CShell.dll + 133AFB = 074C9354
    074C9354 + 128 = 074C947C

    074C947C = 0A42625B
    0A42625B + 5B = 0A4262B6

    If you want to create a hack, which uses pointers, you have to find a static pointer and every offset.
    Then read the adress of the pointer and add the offset, read the new adress, ... .

    I won't public the code, because there are too many leechers in this section.
    Publish what code?

  5. #4
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by HeavenlyRage View Post
    Publish what code?
    The code which you need to find pointers in your hack

  6. #5
    giniyat202's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in my house
    Posts
    286
    Reputation
    9
    Thanks
    258
    My Mood
    Cheerful
    Nice tut
    of course finding static pointers is easy.

    when you are using CE, you scan a value then set HWBP on write, then trace the info
    if it is dynamic, you can easily find static one the same way.

Similar Threads

  1. How to work the Chams/Wall on VISTA
    By AgentElmo in forum Combat Arms Hacks & Cheats
    Replies: 22
    Last Post: 09-17-2008, 10:04 AM
  2. [XP] How to work strife's hack.
    By skool in forum Combat Arms Hacks & Cheats
    Replies: 51
    Last Post: 09-10-2008, 08:37 PM
  3. I KNOW HOW TO WORK THE D3D
    By imbrian123 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 08-18-2008, 04:33 PM
  4. How OGKeys work?
    By steven_italy in forum General
    Replies: 2
    Last Post: 04-09-2008, 02:37 PM
  5. Kurwa Need A Weapon Pointer Work Address!
    By yogilek in forum WarRock - International Hacks
    Replies: 3
    Last Post: 06-04-2007, 11:20 AM