Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    uncypher's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Nowhere
    Posts
    37
    Reputation
    10
    Thanks
    885
    My Mood
    Cool

    Cool [POINTER+ADDRESS+OFFSETS] Unturned 3.12.3.0

    -[ Greetings ]-
    Hello everybody! today I want to release pointer and some address plus offsets to get health, stamina, toxicity, etc. I hope you understand all and wish you good luck if it works fine

    -[ POINTER + ADDRESS + OFFSETS ]-
     
    YOU NEED TO BE ON SINGLEPLAYER FIRST TO TEST THIS!!!!!!!
    baseStatAddress = "Unturned.exe" + 010647E0
    +
    OFFSETS { 0x6b0, 0x498, 0xd0, 0x410, 0x90 }
    THIS IS A POINTER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    USE THE baseStatAddress PLUS THE OFFSET TO GET THE WANTED ADDRESSES
    __________________________________________________ ___________

    baseStatAddress + 0x02 = healthAddress, USE BYTE VERY IMPORTANT!
    baseStatAddress + 0x03 = hungryAddress, USE BYTE VERY IMPORTANT!
    baseStatAddress + 0x04 = thristyAddress, USE BYTE VERY IMPORTANT!
    baseStatAddress + 0x05 = toxicityAddress, USE BYTE VERY IMPORTANT!
    baseStatAddress + 0x06 = ?
    baseStatAddress + 0x07 = staminaAddress, USE BYTE VERY IMPORTANT!
    baseStatAddress + 0x08 = drowningAddress, USE BYTE VERY IMPORTANT!
    baseStatAddress + 0x09 = stopBleedAddress, USE BYTE VERY IMPORTANT!
    [ USE 0x00 TO STOP BLEED, 0x01 TO START BLEEDING ]
    baseStatAddress + 0xA = boneBrokeAddress, USE BYTE VERY IMPORTANT!
    [ USE 0x00 TO FIX BONE, 0x01 TO BROKE BONE ]
    baseStatAddress + 0xB = freezingAddress, USE BYTE VERY IMPORTANT!
    [ USE 0x00 TO DEFREEZE, 0x01 TO FREEZE ]


    THESE POINTERS AND OFFSETS WAS FOUND BY UNCYPHER! THANKS TO CHEAT ENGINE!


    -[ Example/Tutorial ]-
     
    youtube . com / watch?v=PmlzfQr_RQA

    1. Enter on Unturned[3.12.3.0] on Singleplayer and load Cheat Engine 6.X
     
    i. imgur .com / auhdXsE.png

    2. Click at Cheat Engine were it says 'Add Address Manually' and input the following stuff.
     
    i. imgur .com /Kow2g2t.png

    3. Once you got the baseStatAddress, you are ready to add offsets to find your health, for example offsets for health is 0x02. Our address will end in 0xYYYYYY92 <-- notice the 90 change to 92? very easy math.
     
    i. imgur .com /av66y9F.png


    -[ Credits ]-
    It goes to me as I wasted my diskspace AND I searched for pointer and address + offsets
    If you are going to create a trainer or something like that, remember me and put me in credits if I helped you
    Last edited by uncypher; 09-11-2015 at 11:30 AM.

  2. The Following 4 Users Say Thank You to uncypher For This Useful Post:

    Aghjax (09-11-2015),DJSAS (07-10-2018),Hunter Jr. (09-15-2015),Z-Nation (09-15-2015)

  3. #2
    Masterdumbass's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    Wow thanks man this is a great help!

  4. #3
    maks64rus's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    2
    My Mood
    Drunk
    How to find base stat address?

  5. #4
    uncypher's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Nowhere
    Posts
    37
    Reputation
    10
    Thanks
    885
    My Mood
    Cool
    Quote Originally Posted by maks64rus
    How to find base stat address?
    See this video: youtube . com / watch?v=PmlzfQr_RQA
    I hope you understand

  6. The Following User Says Thank You to uncypher For This Useful Post:

    Aghjax (09-11-2015)

  7. #5
    Cyberace1519's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    The video is private. No one can watch it.

  8. #6
    uncypher's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Nowhere
    Posts
    37
    Reputation
    10
    Thanks
    885
    My Mood
    Cool
    Quote Originally Posted by Cyberace1519 View Post
    The video is private. No one can watch it.
    oh lol didn't notice thank you sir. try now

  9. #7
    Cyberace1519's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    You know that base address you found out is not static right? Doesn't that make it useless then?

  10. #8
    uncypher's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Nowhere
    Posts
    37
    Reputation
    10
    Thanks
    885
    My Mood
    Cool
    Quote Originally Posted by Cyberace1519 View Post
    You know that base address you found out is not static right? Doesn't that make it useless then?
    I found a pointer which lead to a non static address, every time you open unturned, the pointer will lead to the non static address for the baseAddress, which means that the pointer is something like a static address (green address).

  11. #9
    Cyberace1519's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    Yea I know what you are saying. The pointer is fine, but the address it is pointing to changes every time. How would you use that pointer in a trainer though?
    Will you need to get the address of the module and then apply the offsets?

  12. #10
    uncypher's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    Nowhere
    Posts
    37
    Reputation
    10
    Thanks
    885
    My Mood
    Cool
    Quote Originally Posted by Cyberace1519 View Post
    Yea I know what you are saying. The pointer is fine, but the address it is pointing to changes every time. How would you use that pointer in a trainer though?
    Will you need to get the address of the module and then apply the offsets?
    Affirmative, a trainer can calculate a pointer in just milliseconds and keep in mind that the address only changes when you close unturned, or when you die. So is obviously that the baseAddress only will change in a limit time and not every second or minute

  13. #11
    Cyberace1519's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    Ahh ok thanks.

  14. #12
    MrShowman's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    This work on multiplayer? :x

  15. #13
    Aghjax's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    1
    Yes you just need to set the values in single player first. Though I wouldn't Freeze the Health value for obvious reasons.
    Last offset seems to revert the address for me back to ?????? & 00000 for me so I can't test it until I fix whatever I'm doing wrong.

  16. #14
    MrShowman's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    I already do it. This show me ?????????????? on base stat

  17. #15
    mattia12345's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Worldwide!
    Posts
    86
    Reputation
    10
    Thanks
    3,060
    My Mood
    Scared
    Tested, not work.

Page 1 of 2 12 LastLast

Similar Threads

  1. How to get a Pointer and Offset Address.
    By ~~Gabriel in forum Coders Lounge
    Replies: 2
    Last Post: 11-26-2012, 02:41 AM
  2. The Enemy Player Pointer Address
    By NOOB in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 39
    Last Post: 10-23-2010, 08:07 PM
  3. [Help]Pointer Address
    By 258456 in forum C++/C Programming
    Replies: 6
    Last Post: 09-03-2010, 12:45 AM
  4. Pointers/addresses
    By VvITylerIvV in forum C++/C Programming
    Replies: 46
    Last Post: 08-11-2010, 05:46 AM
  5. Finding static pointer address? C++
    By scriptkiddy in forum C++/C Programming
    Replies: 0
    Last Post: 10-06-2009, 07:35 PM