• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Fetching stats in a rtm tool

GamingGod

Member
Put this code in a button;
byte stat = API.Extension.ReadByte(0x00000); //Replace with the offset of the stats you want to get
int a = Convert.ToInt32(stat);
decimal d = (decimal)a / 1;
string q = d.ToString();
this.textbox1.Text = q; // replace with the text box you want to set it to


I thought this code could be helpful for people making a rtm tool and want to show the current stats in labels :)
Credits - me
 
General chit-chat
Help Users
  • No one is chatting at the moment.
      Chat Bot: correllroy has joined the room.
      Back
      Top