Originally posted by TheRealLogic
Hello NGU
It's Logic here, and this is my first post/release. I will take any suggestions. Being a critic is good and will only help me grow. Here is some pictures of the tool itself.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
In this tool there is host options, in-game camo changer, and a public cheater.
Download Link:
You must login or register to view this content.
Virus Scan
You must login or register to view this content.
Credits
Credits to me for making the tool and credits to Mango Knife and everyone that contributed to finding the offsets and addresses!
Notes
Big thanks to Zero for helping me out with the tool. Great IRL Friend. Hope to release more
Use this as a on and off button but ofcourse u have to complete the code, but its better than using 2 buttons for 1. Butt keep going on your tool.
if need any help skype: iHc-XD
bool LT;
private void.......
{
if (LT == false)
{
PS3.SetMemory((OFFSET + ((uint)client * 0x36000)), new byte[] { BYTES });
button#.Text = "Option On";
FD = true;
}
else
{
PS3.SetMemory((OFFSET + ((uint)client * 0x36000)), new byte[] { BYTES });
button#.Text = "Option Off";
LT = false;
}
}