Originally posted by DEXBLUD23
Add me on Skype : brandonmods1
Hey Bro can You Help Me?? Um so i Got The Red Boxes Non-Host Offset From Jewels Threads and It does Not Work.. This is What i Have:
if (metroCheckBox14.Checked == true)
{
byte[] rb = new byte[] { 0x38, 0x60, 0x00, 0x00 }; //ON
PS3.SetMemory(0x783E0, rb);
}
else
{
byte[] rb = new byte[] { 0x38, 0x60, 0x00, 0x00 }; //OFF
PS3.SetMemory(0x783E0, rb);
}
}
}
I go into the Debugger to Check If the Red Boxes Offset Matches with Right Bytes In Memory.. (It Matches) But i don't think the ON Byte is Correct, Can you teach me how to find it if you could?
If that is not the problem, explain because im trying to learn Btw: I added you on Skype, My Skype is AnonymousGamerHDV2
Help is Always Gladly Appreciated by me