Results 1 to 5 of 5
  1. #1
    Carat1's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    display address instead of value?

    im using .net c++/cli and im wondering how can i display the address instead of the value so that i can see if the address is outdated or not whenever i use my trainer.
    Code:
    textBox1->Text = Address.ToString();//value in textbox

  2. #2
    sharpMouse's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    4
    The address of variable (which?) or the variable "Address" as in your code?

  3. #3
    Carat1's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sharpMouse View Post
    The address of variable (which?) or the variable "Address" as in your code?
    the variable Address in my code i guess
    example:
    Code:
    #define Address 0x12345678
    i want Address displayed in a label and the label should be 0x12345678

  4. #4
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    For .NET search everytime for a Refernce for C# then u will find the Solution very fast
    Code:
    Textbox->Text = "0x" + Address.ToString("x8").ToUpper();

  5. #5
    TrackHawk's Avatar
    Join Date
    Mar 2020
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    0
    Good question-Subcribed)

Similar Threads

  1. [Help Request] I need many kind of hack address code and value for my hack using Visual studio 2010
    By putrastrikepro in forum Blackshot Help
    Replies: 0
    Last Post: 05-29-2015, 03:23 AM
  2. [Help] Pointer of address with static value
    By NoLabel in forum General Game Hacking
    Replies: 1
    Last Post: 02-24-2013, 12:30 PM
  3. help finding static memory address instead of dynamically :P
    By xXsc00pedXx in forum General Game Hacking
    Replies: 0
    Last Post: 01-20-2013, 03:05 PM
  4. 1-31-2008 Address's And Value's
    By -TM- in forum WarRock - International Hacks
    Replies: 59
    Last Post: 02-07-2008, 05:14 AM
  5. address value pls?
    By jkmacnak in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-03-2007, 10:17 AM