|
| 30 Jun 2014 04:14 PM |
I recently had somebody warn me that my game was very easy to "hack", but I don't really know how hacking is supposed to work in roblox.
After some short research on google, all I found was a stupid cheating program you download and it does all the work for you, so I think saying "hack" is giving it too much credit.
What are some other ways people "hack" the game, and how can I prevent my game from suffering from cheating software. |
|
|
| Report Abuse |
|
|
|
| 30 Jun 2014 04:15 PM |
workspace.FilteringEnabled = true
print'Exploiters? What exploiters?'
error'You will need to modify all your scripts to work with FilteringEnabled, as the client can no longer modify the server (And thus other clients)' |
|
|
| Report Abuse |
|
|
|
| 30 Jun 2014 04:15 PM |
| People can use cheat engine to speedhack or noclip through walls. |
|
|
| Report Abuse |
|
|
Goodis
|
  |
| Joined: 14 Jan 2010 |
| Total Posts: 253 |
|
|
| 30 Jun 2014 04:20 PM |
| reverse engineering is life |
|
|
| Report Abuse |
|
|
bsonic629
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 39 |
|
|
| 30 Jun 2014 05:28 PM |
So what hackers usually do(in my experience) is that they god themselves, spawn in builder tools, and sometimes kick everyone. So you could make a script that says: if player.Humanoid.Health > 100 then game.Players:findFirstChild(player):remove() end
- NOTE Do not use that, as that is just a general idea of what to do.
You would do the same thing for the builder tools, but it gets more complicated. |
|
|
| Report Abuse |
|
|
bsonic629
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 39 |
|
|
| 30 Jun 2014 05:29 PM |
| Oh and you would have the script be on a loop too |
|
|
| Report Abuse |
|
|
Goodis
|
  |
| Joined: 14 Jan 2010 |
| Total Posts: 253 |
|
| |
|
|
| 30 Jun 2014 09:34 PM |
plr = something if plr.Character.Humanoid.Health > 100 then plr:Kick() end plr.Backpack.ChildAdded:connect(function(tool) if tool.Name == "Something" or tool.Name == "SomethingElse" then plr:Kick() end end) |
|
|
| Report Abuse |
|
|
|
| 30 Jun 2014 09:37 PM |
http://wiki.roblox.com/index.php?title=Security
To prevent people from hacking points/kills/otherstuff you have to save things on the server rather than locally. |
|
|
| Report Abuse |
|
|
|
| 30 Jun 2014 09:54 PM |
| the exploiter could easily kick other players by giving other players hp |
|
|
| Report Abuse |
|
|