Post: C# SetMemory MW3 numericUpDown
07-07-2013, 10:29 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I've tried different ways to do this and got no response, but now I either get a frozen screen or teleported to the sky.
With this
    
private void button1_Click(object sender, EventArgs e)
{
byte[] SuperJump = BitConverter.GetBytes(Convert.ToInt32(numericUpDown2.Value));
Array.Reverse(SuperJump);
DEX.SetMemory(0x000019780, SuperJump);
}

How can I get this to work correctly?
10-24-2014, 02:51 AM #2
PS3.SetMemory(Offset Here, BitConverter.GetBytes(Convert.ToInt32(numericUpDown2.Value);

Change PS3 To DEX or what ever you set the API to Smile and that should work :p

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo