SA-MP Forums Archive
Object Spawned Hack Problem[Help] : / - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Object Spawned Hack Problem[Help] : / (/showthread.php?tid=607497)



Object Spawned Hack Problem[Help] : / - ProRakNet - 20.05.2016

Hi.
Some tricky players visible/invisible object spawned and in this wise my server lags. These is there a way to prevent ?
I prepare something for it but doesn't work.
PHP Code:
new HackObjects[MAX_PLAYERS]; 
PHP Code:
public OnPlayerConnect(playerid){
SetTimerEx("HackRemoveObjects"1000false"i"playerid);
return 
1;} 
PHP Code:
forward HackRemoveObjects(playerid);
public 
HackRemoveObjects(playerid){
for(new 
0sizeof(HackObjects); ++){
DestroyObject(HackObjects[i]);
DestroyPlayerObject(playeridHackObjects[i]);
HackObjects[i] = 0;}
return 
1;




Re: Object Spawned Hack Problem[Help] : / - Micko123 - 20.05.2016

I have same problem. I got invisible object and don't know how to remove them


Re: Object Spawned Hack Problem[Help] : / - ProRakNet - 20.05.2016

Quote:
Originally Posted by Micko123
View Post
I have same problem. I got invisible object and don't know how to remove them
it should be determined because in these days increasing. For now i could not find a method, but i think there is a method.


Re: Object Spawned Hack Problem[Help] : / - MBilal - 20.05.2016

Don't think so that work or not but that can cause lag for sure.


Re: Object Spawned Hack Problem[Help] : / - ProRakNet - 20.05.2016

Quote:
Originally Posted by MBilal
View Post
Don't think so that work or not but that can cause lag for sure.
I do not understand how they are doing but a way must be identified. : /


Re: Object Spawned Hack Problem[Help] : / - Naruto_Emilio - 20.05.2016

so its a new kiddies hack, I would have to check the hack and know what it does first, then I can work on a patch that i'll post later on the forums so people can prevent these idiots from harming the gameplay experience.


Re: Object Spawned Hack Problem[Help] : / - ProRakNet - 20.05.2016

Quote:
Originally Posted by Naruto_Emilio
View Post
so its a new kiddies hack, I would have to check the hack and know what it does first, then I can work on a patch that i'll post later on the forums so people can prevent these idiots from harming the gameplay experience.
yes but wherewith.


Re: Object Spawned Hack Problem[Help] : / - ProRakNet - 21.05.2016

Up Timely.


Re: Object Spawned Hack Problem[Help] : / - CraTzy - 21.05.2016

check if object its created by rcon admin if not = ban player + destroy the object


Re: Object Spawned Hack Problem[Help] : / - ProRakNet - 21.05.2016

Quote:
Originally Posted by CraTzy
View Post
check if object its created by rcon admin if not = ban player + destroy the object
it doesn't work.