|
| 28 Dec 2015 03:43 PM |
| My game runs on many old scripts and GUIs so checking FilteringEnabled would just break the game. Too lazy to fix everything afterwards too. Any help? |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 03:45 PM |
im working on a script that prevents exploits and stuff, i will be posting the link to the system when it is finished.
--//GavAttack12 |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 28 Dec 2015 03:48 PM |
"My game runs on many old scripts and GUIs so checking FilteringEnabled would just break the game. Too lazy to fix everything afterwards too. Any help?"
So you think GUIs don't work with FE?
"im working on a script that prevents exploits and stuff, i will be posting the link to the system when it is finished."
This guy can't script, do not use anything he gives you.
The answer is the build your game from the ground up for FE. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:05 PM |
I cant script? Are you serious? I cant script, ok, lies.
--//GavAttack12 |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:23 PM |
| https://twitter.com/BuildIntoGames/status/680914656702013440 |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 28 Dec 2015 04:36 PM |
There is no such thing as an anti-exploit script that doesn't require FE. The best you can do is game specific things built into your game system and even then it is extremely limited.
People who say otherwise are skids that don't understand how games work. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:47 PM |
You can disable mods from v3rmillion from scripts and such. There is ways to prevent hacks from in-game commands too.
--//GavAttack12 |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:50 PM |
@larr
https://twitter.com/BuildIntoGames/status/680915231653015552
|
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:51 PM |
| @Judg. And you listen to BuildIntoGames? Lmao. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:52 PM |
| no im just using his tweets to say what i wanna say because im too lazy to write it out |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 04:54 PM |
Well I think FE allows for some incredible things.
Like an X-ray system, so only 1 player can see the change in workspace. It saves people the time to script a "only 1 player can see it" type of thing.
|
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 28 Dec 2015 05:04 PM |
What?
FE is easy to work with, and is great in general. If you know what you're doing, you can prevent any exploits. |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 28 Dec 2015 05:17 PM |
"You can disable mods from v3rmillion from scripts and such. There is ways to prevent hacks from in-game commands too."
v3rmillion is a web forum dumbass. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 05:19 PM |
no, i got speed hacks from v3rmillion
--//GavAttack12 |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 05:21 PM |
| Larr, if you don't know what you're talking about, don't call another one a dumbWORD. V3rmillion is a web forum based on exploits/hacking clients, scripts, etc. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 05:22 PM |
It'll be more work to patch all the exploits without filtering then moving to filtering.
So work towards filtering, its worth it for many many things. |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 28 Dec 2015 05:27 PM |
"Larr, if you don't know what you're talking about, don't call another one a dumbWORD. V3rmillion is a web forum based on exploits/hacking clients, scripts, etc."
I have a V3rmillion account, you sir don't have a clue about what you are saying. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 05:38 PM |
"I have a V3rmillion account, you sir don't have a clue about what you are saying." I have one too, i get many hacks from it, i based my anti-exploit script towards v3rmillion, not other hacks.
--//GavAttack12 |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 06:57 PM |
| Alright, thanks guys. If there's no other way, I'll work my way through FE. :] |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 06:57 PM |
Use this: http://www.roblox.com/SafeNet-Security-By-G12-item?id=139441553
--//GavAttack12 |
|
|
| Report Abuse |
|
|
larr1212
|
  |
| Joined: 06 Jan 2015 |
| Total Posts: 259 |
|
|
| 28 Dec 2015 07:45 PM |
"local plr = game.Players.LocalPlayer while wait() do if Workspace:GetRealPhysicsFPS() < 5 then wait(1) -- 1 if Workspace:GetRealPhysicsFPS() < 5 then plr:Kick() end end end"
Thank for kicking me because my pc is a potato.
"while true do while true do repeat while true do end until nil end end"
"while true do end" Would do the exact same thing.
And this is a hack that only works because roblox limits how much of the cpu a game can use.
"script.Parent = nil"
That's cute.
"Prevents all known hacks in ROBLOX up to level 7."
It actually doesn't protect against very many exploits. A FPS hack, kicks people who drop below 5 FPS for over a second. And a selection service thing. Not to mention almost all of those scripts will error if an exploiter changes the name of some services.
"for i,v in pairs (_G.filtered) do if (msg:lower()):match(v:lower()) then if loadstring(msg) then sendReport(newPlayer.Name) kickPlayer(newPlayer) end end end"
WTF is the point of that? Not only will that error if loadstring isn't enabled but it would kick people because their msg was valid code.
And instead of using function arguments to efficiently make functions interact with a player you are creating many GLOBAL functions for each player and relying on the player upvalue. |
|
|
| Report Abuse |
|
|
|
| 28 Dec 2015 08:50 PM |
yet more hacks are with FPS hack and does actually protect the server, some computers do have a slow processor. Im sorry you cant make something that fills in for FilteringEnabled until people can get used to it.
--//GavAttack12 |
|
|
| Report Abuse |
|
|