DetectedComplete script to clear all cheating reports, bad behavior etc

Posts 1630 of 144 · Page 2 of 10
mad reps for this A+++++++++++++++
Quote Originally Posted by Jasmine View Post
You could already do anything with the NativeTraner SDK, using Natives pretty much lets you do ANYTHING in the game.
is this script sufficient enough to get rid of reports, cheating, bad sport 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)
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
Quote Originally Posted by umbrero444 View Post
I used before was in bad lobby / Bad sports and after, wait for 20+ minutes, and nothing happened
Very strange, it works fine for me it also worked for the first guy in the thread ...
you're probably doing something wrong.
didnt worked got the cmd opened with all messages after 10 minutes still banned :/

- - - Updated - - -

for me didnt worked aswell
Quote Originally Posted by Moorpheus View Post
strange, im hacking like a dick screwing up everyone and im still getting in normal lobbys
Wanna teamup sometime? I'm throwing money at people and spawning ufos everywhere.
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.
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.
Quote Originally Posted by umbrero444 View Post
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.
weird maybe the values are not being overwritten for some bizarre reason, try this

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
Just replace this with what's in the .lua file and save it
damn. good fucking job man
Quote Originally Posted by BlazyLazy View Post
Wanna teamup sometime? I'm throwing money at people and spawning ufos everywhere.
Your character Name isn't by any Chance something starting with bl4ze ?
Posts 1630 of 144 · Page 2 of 10
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?