Post: What codes should i use for mw3 STATS!!
10-02-2016, 11:56 AM #1
Agent Juan
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); I got the codes for it etc and i do everything correctly. But it woudn't change my prestige etc! Pls help
(adsbygoogle = window.adsbygoogle || []).push({});
10-02-2016, 11:55 PM #2
Kronos
Former Staff
Originally posted by Agent
I got the codes for it etc and i do everything correctly. But it woudn't change my prestige etc! Pls help


might help by showing your code so others might get a sense of what the problem is.
10-03-2016, 08:45 AM #3
Agent Juan
Little One
Originally posted by Kronos View Post
might help by showing your code so others might get a sense of what the problem is.


byte[] prestige = BitConverter.GetBytes(Convert.ToInt32(this.numericUpDown1.Value.ToString()));
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x01C1947C, prestige);
10-04-2016, 02:11 PM #4
Agent Juan
Little One
Originally posted by Kronos View Post
might help by showing your code so others might get a sense of what the problem is.


Plz reply back
10-04-2016, 11:18 PM #5
Kronos
Former Staff
Originally posted by Agent
Plz reply back


uhhh im not to sure myself to be honest. ill see if i can get someone with more experience than me to take a look at it
10-04-2016, 11:24 PM #6
Default Avatar
Remy
Guest
Originally posted by Kronos View Post
uhhh im not to sure myself to be honest. ill see if i can get someone with more experience than me to take a look at it


i got dis

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


    byte[] SetPrestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.ToString()));
PS3.SetMemory(0x01C1947C, SetPrestige);
10-04-2016, 11:25 PM #7
Kronos
Former Staff
Originally posted by Remy View Post
i got dis



    byte[] SetPrestige = BitConverter.GetBytes(Convert.ToInt32(numericUpDown1.ToString()));
PS3.SetMemory(0x01C1947C, SetPrestige);


ur too kind :fa:

Originally posted by Agent
Plz reply back


Please let me know if what Remy posted works for you
10-04-2016, 11:30 PM #8
Default Avatar
Remy
Guest
Originally posted by Agent
I got the codes for it etc and i do everything correctly. But it woudn't change my prestige etc! Pls help


What I posted above should work but also check this out.



You must login or register to view this content.

That will come in very useful for you
10-05-2016, 12:18 AM #9
Luckeyy
Retired - Lead Content Manager
Originally posted by Agent
I got the codes for it etc and i do everything correctly. But it woudn't change my prestige etc! Pls help


PS3.SetMemory(0x01C1947C, BitConverter.GetBytes(Convert.ToInt32(textEdit12.Text)));

Another way you can do it as well
10-05-2016, 11:47 AM #10
Agent Juan
Little One
Thanx guys i will look in to it asap!!! Thanx for thisKryptusKryptus

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo