
Originally Posted by
AgentRev
hello jorndel i have some prob with this code:
WriteInteger(0x1DBD448, int.Parse(Text)); when i go debug it says this: FormatException was unhandled
PLZ HELP TELL ME WHAT i must do to fix that
CAN SOMEONE ANSWER THIS"?
Okay, I know this was a while ago but hey, whatever..
So you're doing WriteInteger(0x1DBD448, int.Parse(Text)); - This is wrong, I'm assuming you're trying to edit Prestige.
This is the right way:
WriteInteger(0x1DBD448, int.Parse(textBox1.Text));
Copy & Paste that if you can, it should work.
I know no-one will notice that I've done this, and it was last month but I wanted to see if I could help anyone, I'm sort of new but not at the same time lol..
Best regards,
CastleP.