SA-MP Forums Archive
Anti-map Stealer, how do I prevent it? - 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: Anti-map Stealer, how do I prevent it? (/showthread.php?tid=582680)



Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

Heard a rumor that people steal maps from different servers, how do I add these anti-stealer feature? Last thing I want is my work to be stolen.


Re: Anti-map Stealer, how do I prevent it? - Antoniohl - 22.07.2015

is that possible? i don't think so because they don't have access to the pwn?


Re: Anti-map Stealer, how do I prevent it? - rymax99 - 22.07.2015

You can't. Objects get loaded by clients, therefore you can't do anything - once loaded, it's open to manipulation by 3rd party addons/programs.


Re: Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

Quote:
Originally Posted by Antoniohl
Посмотреть сообщение
is that possible? i don't think so because they don't have access to the pwn?
Yes, supposedly. I'm freaked out over this, I've been working my ass off on these maps. They're really popular too. Found something about it here: http://gta-sa-mp.de/forum/3-san-andr...i-map-stealer/


Re: Anti-map Stealer, how do I prevent it? - Crystallize - 22.07.2015

Quote:
Originally Posted by Antoniohl
Посмотреть сообщение
is that possible? i don't think so because they don't have access to the pwn?
That's why it's called object stealer not source code stealer...
And no I don't think there's anything that protects your map from being stolen sadly


Re: Anti-map Stealer, how do I prevent it? - Scenario - 22.07.2015

You can't join a server and perform some magical thing and steal someone's map. The only way they could have your actual map and all of the coordinates is if you have released the code, or if they have access to the code in some way.

Don't forget that someone can always take your idea and make it for themselves.


AW: Anti-map Stealer, how do I prevent it? - Mellnik - 22.07.2015

A fix to make map stealing more difficult is already included in the latest streamer version.


Re: Anti-map Stealer, how do I prevent it? - Crystallize - 22.07.2015

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
You can't join a server and perform some magical thing and steal someone's map. The only way they could have your actual map and all of the coordinates is if you have released the code, or if they have access to the code in some way.

Don't forget that someone can always take your idea and make it for themselves.
Sorry but that's totally false.The map stealer works only with streamed objects so they can't steal your whole map without running until the objects are streamed


Re: Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
You can't join a server and perform some magical thing and steal someone's map. The only way they could have your actual map and all of the coordinates is if you have released the code, or if they have access to the code in some way.

Don't forget that someone can always take your idea and make it for themselves.
Some guy from Germany does it on a server here: https://www.youtube.com/watch?v=BVjFUEQNKFA


Re: Anti-map Stealer, how do I prevent it? - rymax99 - 22.07.2015

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
You can't join a server and perform some magical thing and steal someone's map. The only way they could have your actual map and all of the coordinates is if you have released the code, or if they have access to the code in some way.

Don't forget that someone can always take your idea and make it for themselves.
The data is being loaded into the client. It's like making a website and storing the password in JavaScript, doesn't take a genius to get the password. Once the data is loaded into the client, there's nothing you can do to protect it.


Re: Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

God damn, I use streamer on all my objects, I'm really worried about this to be honest. Not sure what I'm gonna do.


Re: Anti-map Stealer, how do I prevent it? - Scenario - 22.07.2015

Honestly didn't think this was possible, but I guess I'm wrong. That's actually quite interesting- I've never had this problem before but I suppose I am a little rusty.


Re: Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
Honestly didn't think this was possible, but I guess I'm wrong. That's actually quite interesting- I've never had this problem before but I suppose I am a little rusty.
Yeah, some dude on my server started to talk about it, got me freaked the f out, so I locked it as of now.


Re: Anti-map Stealer, how do I prevent it? - Crystallize - 22.07.2015

I've managed to get the source of the map stealer , I have no idea in which language it's coded but it's openable by visual studio , so it might be C# or .NET however if anyone wants to have a look and see how's that done please send me a PM and i will hand you the source
EDIT:looks like is an asi file


Re: Anti-map Stealer, how do I prevent it? - JaydenJason - 22.07.2015

Not sure but I think textured maps are way harder to steal

not sure


Re: Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
I've managed to get the source of the map stealer , I have no idea in which language it's coded but it's openable by visual studio , so it might be C# or .NET however if anyone wants to have a look and see how's that done please send me a PM and i will hand you the source
Why would anyone do that though, its a shitty thing to do.


Re: Anti-map Stealer, how do I prevent it? - rymax99 - 22.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
I've managed to get the source of the map stealer , I have no idea in which language it's coded but it's openable by visual studio , so it might be C# or .NET however if anyone wants to have a look and see how's that done please send me a PM and i will hand you the source
Are you capable of reading? How it's done really doesn't matter. If it's being loaded by the client, there's 0 you can do to protect it, regardless of how the code is written to steal it. The only solution is to not use the maps if you don't want to risk someone getting them.

Quote:
Originally Posted by TheSkyBlueTeam
Посмотреть сообщение
Why would anyone do that though, its a shitty thing to do.
For the same reasons people use stolen modes.


Re: Anti-map Stealer, how do I prevent it? - Crystallize - 22.07.2015

Quote:
Originally Posted by TheSkyBlueTeam
Посмотреть сообщение
Why would anyone do that though, its a shitty thing to do.
To know how to prevent it?
EDIT: OK didn't know that the objects get loaded on client-side so no need to rage and bash me I was just trying to help solve this


Re: Anti-map Stealer, how do I prevent it? - TheSkyBlueTeam - 22.07.2015

Quote:
Originally Posted by Wizzard2H
Посмотреть сообщение
To know how to prevent it?
no, stealing maps..duh