mad reps for this A+++++++++++++++
DetectedComplete script to clear all cheating reports, bad behavior etc
Hello.
I'm put Clear cheating reports.lua in folder scripts/addins
And push (.)(del)numpad in the game, when killing everybody in the normal lobby.
But I still got bad sports, and bad lobby for 4 days. I'm so sad
what I do wrong?
Here is a message from a window
s019. radikal. ru/i643/1504/0f/8fe4dc1eaeb4.jpg
(without spaces)
I'm put Clear cheating reports.lua in folder scripts/addins
And push (.)(del)numpad in the game, when killing everybody in the normal lobby.
But I still got bad sports, and bad lobby for 4 days. I'm so sad

what I do wrong?
Here is a message from a window
s019. radikal. ru/i643/1504/0f/8fe4dc1eaeb4.jpg
(without spaces)
Does this script remove voice ban?
this only came out yesterday, so you should be fine for now. Maybe you applied it after you got put into the bad lobby/bad sports
I used before was in bad lobby / Bad sports and after, wait for 20+ minutes, and nothing happened 

this is going to be useful, :P thanks
Can you guys post what you're doing in more detail? this should definitely work
I blew up peoples cars on purpose and got kicked into a bad lobby and when I used this I was put back into a normal lobby.
I blew up peoples cars on purpose and got kicked into a bad lobby and when I used this I was put back into a normal lobby.
windows7
ScriptHookV.dll from NativeTrainer
LUA asi+scripts folder from your link
Clear cheating reports_mpgh.net.rar unpack, and put in scripts\addins
Ingame bad lobby/bad sports, leave my flat and press (.)(del)
...
In window cmd got message (Clearing status 9 times)
wait, wait, wait, wait, not hapends.
ban for 4 day's
hope was only on this script
I buy this game for the destruction of players online.
It turned out that this Sims Online
Single mode the game is not for me.
ScriptHookV.dll from NativeTrainer
LUA asi+scripts folder from your link
Clear cheating reports_mpgh.net.rar unpack, and put in scripts\addins
Ingame bad lobby/bad sports, leave my flat and press (.)(del)
...
In window cmd got message (Clearing status 9 times)
wait, wait, wait, wait, not hapends.
ban for 4 day's
hope was only on this script
I buy this game for the destruction of players online.
It turned out that this Sims Online

Single mode the game is not for me.
weird maybe the values are not being overwritten for some bizarre reason, try this
Just replace this with what's in the .lua file and save it
Code:
local clear = {}
function clear.unload()
print("Clearing Stats")
end
function clear.tick()
local playerPed = PLAYER.PLAYER_PED_ID()
local player = PLAYER.GET_PLAYER_PED(playerPed)
local playerExists = ENTITY.DOES_ENTITY_EXIST(playerPed)
if(playerExists) then
if(get_key_pressed(110)) then
print("Clearing Stats")
STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_NUMDAYS_2ND_OFFENCE"), 0, true)
STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("BADSPORT_RESET_MINUTES"), 1.0, true)
STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP0_BADSPORT_RESET_MINUTES"), 1.0, true)
STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP1_BADSPORT_RESET_MINUTES"), 1.0, true)
STATS.STAT_SET_FLOAT(GAMEPLAY.GET_HASH_KEY("MP2_BADSPORT_RESET_MINUTES"), 1.0, true)
end
end
end
return clear
damn. good fucking job man
This thread is closed for replies.
Similar Threads
Call of Duty Modern Warfare 2 Private ServersThe Cheat Report (complete)
12 CrossFire Mods & Rez ModdingCOMPLETE No reload/Rapidfire [all guns]
225 Battlefield Heroes HacksUpdate incoming! Turn off all cheats!
18 WarRock - International Hacksall cheat engines gone
11 Combat Arms Hacks & CheatsHow do I clear all hacks from CA?
11


I'm throwing money at people and spawning ufos everywhere.