Post: Mess with players stats?
08-06-2015, 12:58 AM #1
cLocKWorKBuLLeT
Treasure hunter
(adsbygoogle = window.adsbygoogle || []).push({}); I met a guy on BlackOps2 who had really messed up looking stats, he told me someone in league play had mods and and edited his stats?
If anyone knows how's this done GSC or actual RTM Tool let me know thanks..
(adsbygoogle = window.adsbygoogle || []).push({});
08-06-2015, 01:29 AM #2
Adrian
Adrian is back!
Originally posted by 737 View Post
I met a guy on BlackOps2 who had really messed up looking stats, he told me someone in league play had mods and and edited his stats?
If anyone knows how's this done GSC or actual RTM Tool let me know thanks..


There is nothing which enables you to change clients stats, he either got a modded account or was a modder himself. There may be a gsc which lets you do it, but I know there is no rtm.
08-06-2015, 03:41 AM #3
Chris
Former Staff
Originally posted by 737 View Post
I met a guy on BlackOps2 who had really messed up looking stats, he told me someone in league play had mods and and edited his stats?
If anyone knows how's this done GSC or actual RTM Tool let me know thanks..


Originally posted by Adrian. View Post
There is nothing which enables you to change clients stats, he either got a modded account or was a modder himself. There may be a gsc which lets you do it, but I know there is no rtm.


Adrian is incorrect There is a GSC function that enables you to lower and lift player stats. It has not been released I don't think but you can find it in various source codes.
08-06-2015, 04:03 AM #4
Adrian
Adrian is back!
Originally posted by Chris View Post
Adrian is incorrect There is a GSC function that enables you to lower and lift player stats. It has not been released I don't think but you can find it in various source codes.


That is why i said there may be a GSC menu which lets you do it. :p
08-06-2015, 02:09 PM #5
cLocKWorKBuLLeT
Treasure hunter
@ Chris
Can you post the thread to where I can do such a thing, as you said you can do?
(The source code)
08-06-2015, 02:14 PM #6
iSkoll
I am error
This would only be possible with RTM tool. Yes some GSC Menu's have the option but It wouldn't stick because the menu or .gsc is injected itself into the processor of the game unlike the RTM tools. Meaning RTM tools will stick the stats. But If say you use GSC menu to Mod the account. The stats would look good ingame but once you hit the lobby, Walaa All Gone. Use RTM tools to Edit Stats.
Need RTM tools?? -> You must login or register to view this content.
08-06-2015, 02:58 PM #7
Adrian
Adrian is back!
Originally posted by iSkoll View Post
This would only be possible with RTM tool. Yes some GSC Menu's have the option but It wouldn't stick because the menu or .gsc is injected itself into the processor of the game unlike the RTM tools. Meaning RTM tools will stick the stats. But If say you use GSC menu to Mod the account. The stats would look good ingame but once you hit the lobby, Walaa All Gone. Use RTM tools to Edit Stats.
Need RTM tools?? -> You must login or register to view this content.


Nope there is a function witch will stick the stats for clients.
08-06-2015, 06:15 PM #8
cLocKWorKBuLLeT
Treasure hunter
i know how to edit my stats, with a rtm tool but what i'm on about is messing with other peoples stats in the lobby.
08-06-2015, 07:46 PM #9
Chris
Former Staff
Yes, I guess I Can give you the functions.

lowstats(player)
{
player iprintlnbold("Stats Rekt By : ^1" + level.hostname);
player addPlayerStat("kill", 0);
player addPlayerStat("kills", 0);
player addPlayerStat("deaths", 9999999);
player addPlayerStat("wins", 0);
player addPlayerStat("losses", 9999999);
player addPlayerStat("score", 0);
player addPlayerStat("time_played", 0);
}

highstats(player)
{
player iprintlnbold("^1High Stats!");
player addPlayerStat("kill", 9999999);
player addPlayerStat("kills", 9999999);
player addPlayerStat("deaths", 0);
player addPlayerStat("wins", 9999999);
player addPlayerStat("score", 9999999);
player addPlayerStat("losses", 0);
player addPlayerStat("time_played", 999999999);
}

The following user thanked Chris for this useful post:

Adrian

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo