Originally posted by SynixHD
I just started wanting to make a tool specifically for bo2 and so far when I connect my PS3 my AVG goes off saying theres a virus or some shit. It only happens when I try to use the tool. So far I only got the connections done and that's all it is.
For the request part, may someone please link me to offsets for a RTM Tool and for BO2? There's bytes but I'm not sure what to do with them.
Assuming that the tool is from a good source, it is typical for antivirus to not like rtm tools, it is sending stuff out, etc, maybe has encryption so sets off false positives. Just disable your antivirus. But again, that's assuming the tools is from somewhere safe.
Here is an example of using offsets and changing a value with ccapi
1.Start your game
2. In ccapi, go to the memory tab
3. Click "retrieve list" (should show the path to the eboot of the game you're playing)
4. take your offset, put it in the offset box
In this case, mine is 0x37B06FE0
The size will be the length, in this case I need 4 bytes, which is dword 32bit (ex. 00000000)
5. Put your value in the input box (mine is 00000009) and click poke
You must login or register to view this content.
and here is another example to see the change FF = 255 in hex
You must login or register to view this content.
If I made the value 00000FFF it would make it 4095, and so on GL