Hello

  • 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.

Dex4.21

Member
Mar 27, 2014
54
27
28
DEVTEAMHQ
Hello Cruncher's



Today I Showing You Some Basic Codes



numericUpDown​

byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(this.numericUpDown1.Value.ToString()));
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110d5a0, prestige);


TextBox​

byte[] buffer = Encoding.ASCII.GetBytes(textBox1.Text); Array.Resize(ref buffer, buffer.Length + 1); PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01BBBC2C, buffer);

Button​

byte[] UFO = new byte[] { 0x02 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x0110d87F, UFO);





Peace Out
 
  • Like
Reactions: UnboundGodz
General chit-chat
Help Users
      @ QM|T_JinX: lol