Post: C#/Ps3/Bo2 - Need Help for my first tool, please :)
06-19-2014, 01:01 AM #1
mesbric2208
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hello there!
Im throwing myself on the Ps3 tools scene, wanted to give it a try, incase i later can help by sharing things.

So im begining with a BlackOps2 Tool... But.. im having some troubles...

When i change some values to change stats on Bo2 using PS3.SetMemory(), the stats aren't changing right away.
On Bo2, I go back to Main Menu (multiplayer one), then i disconnect/reconnect from PSN, and then go back to a Online in my own group, and then only after some seconds the changes on stats are applied and visible on my barrack...
So i did that once, but i did a mistake in the "time played value", so i changed it again, and did the disconnect thingy one more time to apply...
But when i came back to my own group, my DEX froze... and after the reboot, ALL the stats where back to what they were before i changed ANYTHING....

i dont understand whats happening, and i dont like not to understand lol!
I probably am doing something wrong, so i came here for you to guide me a bit please...

Here is an example of the code i use to send the values to the PS3 :

    
private void button4_Click(object sender, EventArgs e)
{
//grab Text value into a InputBox, then Convert into Int32 before Converting into Bytes to be able to send to memory.
PS3.SetMemory(0x26FD050,BitConverter.GetBytes(Convert.ToInt32(ScoreBox.Text)));
}


First, i though offsets weren't good.. but they are.
And i did read a shit tons of forums and all, but i read everything and is contrary... So im a bit lost..
Some peoples were even saying ArrayReverse() would be requested before sending anything to PS3... But looks like no...


Im also having some troubles with the tokens on Bo2 btw... When i "PS3.GetMemory()" them i always get weird Integers like 433 or more even.. what isn't possible.. incase someone can enlight me...

thanks in advance for your time guys, and keep up the good work in here, you just rocks.
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo