|
| 12 Jun 2013 02:07 PM |
| Ever since the new exploit for hackers that came out a few nights ago. My games have been acting wreid even the ones that I haven't updated for awhile! I know its not a script but I need a script that will help keep my game fro being stolen or changed. Does an y know a script that can help keep my game safe? I know that there is a script but I forgot it. Please help! |
|
|
| Report Abuse |
|
|
ExosXguy
|
  |
| Joined: 10 Oct 2010 |
| Total Posts: 2239 |
|
|
| 12 Jun 2013 02:08 PM |
| I doubt the new exploit can steal places, on a more positive note. |
|
|
| Report Abuse |
|
|
|
| 12 Jun 2013 04:11 PM |
| The one that I use to know blocked exploiters from getting tools. |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 04:53 PM |
Never Mined I found the script in my old games. Here it is: _____________________________________________________________
if game.CreatorId~=Id and game.CreatorId~=23779191 then -- edit the numbers to your user ID --Cleans everything. game.Lighting:ClearAllChildren() game.StarterGui:ClearAllChildren() game.StarterPack:ClearAllChildren() game.Workspace:ClearAllChildren() end |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 05:06 PM |
A half-brainless thief can get past a lock like that. Place it in a necessary script, replace the number with a variable, and then define the variable as some base number plus some math that leads to your ID.
Placing a point where the base number is defined earlier and labeling that with your actual ID plus adding the "-- edit this to your user ID" comment can make any would-be thieves not search for the true ID, become frustrated when it won't work, and then leave.
This is all based on the assumption that it's still possible to steal places, and can only help prevent theft, not admin script inserts. |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 05:09 PM |
Actually, a slightly less brainless thief would just destroy the if statement that leads to the game's destruction... making that completely useless.
Looks like it's going to be hard to find a working way to beat them, if they even exist. |
|
|
| Report Abuse |
|
|