(adsbygoogle = window.adsbygoogle || []).push({});
Hello ngu,
i tried to make an non host sprx menu in c++ but idk where i can find the (codes)
like this
bool LaserTog;
void Laser()
{
if(!LaserTog)
{
char bytes[] = { 0x01 };
write_process(0x000B6703, &bytes, sizeof(bytes));
LaserTog = true;
}
else
{
char bytes[] = { 0x00 };
write_process(0x000B6703, &bytes, sizeof(bytes));
LaserTog = false;
}
if anyone could or can help me, ill give him credits
skype: monkey_wat
sorry for my bad english