[RELEASE] C# - Ghosts Memory Class [1.0]
Posts 16–23 of 23 · Page 2 of 2

Originally Posted by
nastyboy13
Ok did that its now CC.Write._String(0x00201372, txtname.Text); but doesnt work does this defo work for you?
I didn't say "txtname.Text" I said "textBox1.Text" 

Originally Posted by
ImMalkah
I didn't say "txtname.Text" I said "textBox1.Text"
Lol it is a textbox its just a identify name i have to rename it to txtname because i have other text boxes.
But yeah no look in getting it to work.

Originally Posted by
nastyboy13
Lol it is a textbox its just a identify name i have to rename it to txtname because i have other text boxes.
But yeah no look in getting it to work.
Don't see why it wouldn't work :/
Not sure though, maybe there's some kind of conversion that you have to do.
Btw, what do you mean does not work? What's the error?

Originally Posted by
ImMalkah
Btw, what do you mean does not work? What's the error?
No error, just when i press the name change button nothing happens.

Originally Posted by
nastyboy13
No error, just when i press the name change button nothing happens.
Have you compiled in x64 CPU type?
private void button1_Click(object sender, EventArgs e)
{
CC.ProcessName = "iw6mp64_ship";
CC.Write._Int32(0x1444CC4F5, 19);
I used that to test and I keep getting an error "Arithmetic operation resulted in an overflow."
I also tried
but still getting the error
Thanks for class btw


Originally Posted by
strangerdanger
I used that to test and I keep getting an error "Arithmetic operation resulted in an overflow."
I also tried but still getting the error
Thanks for class btw

Compile your application in 64 bit mode. 
OMG I CAN'T BELIEVE I FORGOT!!! lawl. Thanks guys

Posts 16–23 of 23 · Page 2 of 2
This thread is closed for replies.