Post: mw3 non host sprx help
10-25-2015, 01:38 PM #1
(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
(adsbygoogle = window.adsbygoogle || []).push({});
11-08-2015, 07:10 PM #2
Dog88Christian
Hail to the King, Baby!
Bump, someone help this guy Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo