BlueFlare Posted November 3, 2012 Share Posted November 3, 2012 Hey, I want to write a protection for my script. So it can not be passed. Is there any function or way that i can pick out unique Identifers like MAC adress or the computername ? Or maybe a ongoing number if I install Scar ? BlueFlare Quote Link to comment Share on other sites More sharing options...
Janilabo Posted November 3, 2012 Share Posted November 3, 2012 Nope, there isn't. Anyways, there's at least 2 ways for protecting your script.. 1. Keep some amount of the code inside a plugin (plugins for SCAR can be made with Delphi/C++). 2. Contacting Freddy and asking encryption from him (this way includes a small fee, IIRC). This would be the best protection, though. -Jani Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 3, 2012 Share Posted November 3, 2012 Every SCAR user has a UID which is used for SCAR services, like statistics, but you can not access this from a script for security reasons. Quote Link to comment Share on other sites More sharing options...
LordJashin Posted November 3, 2012 Share Posted November 3, 2012 I wonder if there is a version number in the uid. Like what if they wanted to update SCAR but keep the same ID? I guess they couldn't. As for encryption I think we could do Login based. Like how we login to the forums here. Sounds hard though, and most likely would have to be implemented within SCAR. I guess I could make one but it would have to contact this website and a different one for verification and getting the script. Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 3, 2012 Share Posted November 3, 2012 I wonder if there is a version number in the uid. Like what if they wanted to update SCAR but keep the same ID? I guess they couldn't. As for encryption I think we could do Login based. Like how we login to the forums here. Sounds hard though, and most likely would have to be implemented within SCAR. I guess I could make one but it would have to contact this website and a different one for verification and getting the script. Why would there be a version number in the UID? Quote Link to comment Share on other sites More sharing options...
LordJashin Posted November 3, 2012 Share Posted November 3, 2012 To identify what version of SCAR it is? Quote Link to comment Share on other sites More sharing options...
FHannes Posted November 3, 2012 Share Posted November 3, 2012 To identify what version of SCAR it is? That's not what an UID is for... It identifies a unique user/machine. Quote Link to comment Share on other sites More sharing options...