Anti-map stealer -
faff - 09.08.2016
There are actually programs that allow people to steal maps.
Now, I've found a solution.
Create all objects in pos 0 or anywhere else.. then moveobject them to the correct location.
They can steal all objects, but they won't be in the correct location.
Re: Anti-map stealer - WhiteGhost - 09.08.2016
Ik,Stealing Objects,Theres no way to stop it!

Because object are loaded to the client
Re: Anti-map stealer -
faff - 09.08.2016
Quote:
Originally Posted by WhiteGhost
Ik,Stealing Objects,Theres no way to stop it! 
Because object are loaded to the client
|
Did you even read the whole post? There is a solution!
Re: Anti-map stealer - WhiteGhost - 09.08.2016
Quote:
Originally Posted by faff
Did you even read the whole post? There is a solution!
|
Well you try the solution,& see if it works.
AISASWT...
Re: Anti-map stealer -
Kar - 09.08.2016
if you MoveObject
Get(Player)ObjectPos will return the new object pos.
Did you actually test that?
If it works.. cool then.
Re: Anti-map stealer -
faff - 09.08.2016
Quote:
Originally Posted by WhiteGhost
Well you try the solution,& see if it works.
AISASWT...
|
I did and it worked.
Re: Anti-map stealer - WhiteGhost - 09.08.2016
Quote:
Originally Posted by faff
I did and it worked.
|
I've Tried the object stealing on a server and although i got the object position it didnt work,so yeah
But the way i prevented it in my server is killing the source for it.
Re: Anti-map stealer -
BlackBank - 09.08.2016
I doubt if MoveObject will solve the problem... The currently map stealer program maybe doesn't work anymore, but there are people that are smarter and find a new solution, and that solution also works on your MoveObject trick. So don't waste to much time on it, there is always a way to get those objects coords.
Re: Anti-map stealer -
Spmn - 09.08.2016
The same trick was implemented in streamer plugin but it got removed lately.
However, this protection isn't hard to bypass so it will only stop script kiddies from stealing your maps.
Re: Anti-map stealer -
ozm8ey - 10.08.2016
same problem happens with minecraft. People use map downloader hack to download builds on server to use it on their own servers. Its scum. Some people spend $100's - 1000's of dollars/hours to get these build and some little hacker comes in and downloads it with no effort.
Re: Anti-map stealer -
Sew_Sumi - 10.08.2016
Talking about the methods to stop these things, and make them not work, makes an awesome avenue for those devs of those questionable programs, to know what you guys are doing, and fix their crud, to cope with it.
Re: Anti-map stealer -
Correlli - 10.08.2016
Quote:
Originally Posted by faff
Create all objects in pos 0 or anywhere else.. then moveobject them to the correct location.
They can steal all objects, but they won't be in the correct location.
|
Unfortunately, that won't help you anymore with the newer version.
Re: Anti-map stealer -
Brainles5 - 10.08.2016
Quote:
Originally Posted by faff
There are actually programs that allow people to steal maps.
Now, I've found a solution.
Create all objects in pos 0 or anywhere else.. then moveobject them to the correct location.
They can steal all objects, but they won't be in the correct location.
|
Nope.. This asi script just reads all "new" streamed objects on "that" location where the player is located when it is running, then exports to a TXT file. So if it is moved from x.y.z to another x+200.y+200.z+200 when it is moved and finally streamed in for a client, the map-stealer register coordinates and exports.
There is no way to stop this unless blocking ASI script hooks in some way....
Re: Anti-map stealer -
Shinja - 10.08.2016
PHP код:
CMD:maprecord(playerid, params[]) { Ban }
CMD:mapinfo(playerid, params[]) { Ban }
CMD:mapsave(playerid, params[]) { Ban }
Lol
Re: Anti-map stealer -
Sew_Sumi - 10.08.2016
Quote:
Originally Posted by Shinja
PHP код:
CMD:maprecord(playerid, params[]) { Ban }
CMD:mapinfo(playerid, params[]) { Ban }
CMD:mapsave(playerid, params[]) { Ban }
Lol
|
Pretty sure you'll find that won't actually work.
Re: Anti-map stealer -
Shinja - 10.08.2016
Quote:
Originally Posted by Sew_Sumi
Pretty sure you'll find that won't actually work.
|
Never tested, that's stealing commands as far as i know
Why it won't work?
Re: Anti-map stealer -
Spmn - 10.08.2016
Quote:
Originally Posted by Shinja
Never tested, that's stealing commands as far as i know
Why it won't work?
|
Because those commands are processed by (a mod for) SA-MP client, they will never make it to the server.
Re: Anti-map stealer -
Sew_Sumi - 10.08.2016
^^ Exactly that.
Re: Anti-map stealer -
Shinja - 10.08.2016
Hmm i had doubts but now understood