Post: C++ WriteInt
05-21-2016, 03:20 PM #1
makeabce
I defeated!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, i have problem in my MW3 Sprx menu using writeInt, when i call it my menu freezes:

This what i tried to do in account menu:
    
void LegitStats(int client)
{
TimePlayed();
PS3::WriteInt(0x01c19484, (int*)300000, sizeof(1));
PS3::WriteInt(0x01c194ac, (int*)20000, sizeof(1));
PS3::WriteInt(0x01c194b4, (int*)6000, sizeof(1));
PS3::WriteInt(0x01c194b0, (int*)30, sizeof(1));
PS3::WriteInt(0x01c194e0, (int*)1000, sizeof(1));
PS3::WriteInt(0x01c194e4, (int*)200, sizeof(1));
PS3::WriteInt(0x01c194e8, (int*)200, sizeof(1));
PS3::WriteInt(0x01c194ec, (int*)15, sizeof(1));
PS3::WriteInt(0x01c194bc, (int*)3000, sizeof(1));
PS3::WriteInt(0x01c194c0, (int*)2000, sizeof(1));
PS3::WriteInt(0x01c194f8, (int*)25000, sizeof(1));
PS3::WriteInt(0x01c194fc, (int*)13000, sizeof(1));
iPrintln(client, "Legit Stats ^2Set");

}
(adsbygoogle = window.adsbygoogle || []).push({});
05-21-2016, 04:03 PM #2
Originally posted by makeabce View Post
Hello, i have problem in my MW3 Sprx menu using writeInt, when i call it my menu freezes:

This what i tried to do in account menu:
    
void LegitStats(int client)
{
TimePlayed();
PS3::WriteInt(0x01c19484, (int*)300000, sizeof(1));
PS3::WriteInt(0x01c194ac, (int*)20000, sizeof(1));
PS3::WriteInt(0x01c194b4, (int*)6000, sizeof(1));
PS3::WriteInt(0x01c194b0, (int*)30, sizeof(1));
PS3::WriteInt(0x01c194e0, (int*)1000, sizeof(1));
PS3::WriteInt(0x01c194e4, (int*)200, sizeof(1));
PS3::WriteInt(0x01c194e8, (int*)200, sizeof(1));
PS3::WriteInt(0x01c194ec, (int*)15, sizeof(1));
PS3::WriteInt(0x01c194bc, (int*)3000, sizeof(1));
PS3::WriteInt(0x01c194c0, (int*)2000, sizeof(1));
PS3::WriteInt(0x01c194f8, (int*)25000, sizeof(1));
PS3::WriteInt(0x01c194fc, (int*)13000, sizeof(1));
iPrintln(client, "Legit Stats ^2Set");

}


*(int*)0x01c19484 = 300000;
*(int*)0x01c194ac = 20000;
etc
05-22-2016, 12:35 PM #3
makeabce
I defeated!
Originally posted by john
*(int*)0x01c19484 = 300000;
*(int*)0x01c194ac = 20000;
etc


Now it just gave me crazy stats, instead of 30000, it gave me 541982720 kills

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo