RakonusJoin Date: 2014-12-19 Post Count: 1243 |
What is the most reliable anit-exploit script? Please answer back quick this is very important. |
|
Thane_1Join Date: 2009-04-08 Post Count: 3406 |
You should ask people who use them. This is the Scripters forum, not the Free Models forum.
~ Who's awesome, you're awesome ~ R$78,187 Tx450 |
|
OzzyFinJoin Date: 2011-06-07 Post Count: 3600 |
your own efficient and secure code |
|
|
Nothing is good. but i remember a uncopylocked game that wouldn't let you modify any value or it would ban you |
|
Thane_1Join Date: 2009-04-08 Post Count: 3406 |
The best thing to do is to enable FilteringEnabled.
~ Who's awesome, you're awesome ~ |
|
|
DrHaximusJoin Date: 2011-11-22 Post Count: 8410 |
FilteringEnabled will expose more possible exploits
keep this in mind when using it |
|
|
|
"most reliable anit-exploit script"
None. There all crap.
|
|
|
They're*
#code R+ | local RAP = "431,195"; local robux = "R$32,827" |
|
|
Well; not as crap as my grammar then. lol.
|
|
Hedr0nJoin Date: 2016-01-05 Post Count: 1524 |
Advance is a chump |
|
EgzekielJoin Date: 2011-01-10 Post Count: 1087 |
You all say "Filtering Enabled" is the solution against exploiting but making a fighting game with it is harder than just saying "PUT FE ON".
I made my own anti-exploit and it's pretty good.
|
|
|
Making a tool work with FE is easy.
Just pop in a remote event and then a script script and whenever you do something related to the sever send info to the remote event and have the server script do it.
Also the best anti exploit are place specific ones made by the game creator. |
|
EgzekielJoin Date: 2011-01-10 Post Count: 1087 |
For anti-exploit, you can either:
-Put stats in Server Storage and modify them with a Remote Event/Function
-Add some kind of security layer like a second value
|
|
|
@128Gigabytes
That's not in any way adequate, as it doesn't in any way account for latency. |
|
WrathsongJoin Date: 2012-07-05 Post Count: 22393 |
FilteringEnabled |
|
|
Don't use any of those hockey anti exploit scripts that you require by module. They're either scams or just useless anyway. |
|
|
x_oJoin Date: 2015-06-04 Post Count: 4378 |
FilteringEnabled
"Unfortunately, you fall into the second list." ~ eLunate |
|
|
Then what do you suggest doing?
Its no different than the latency of the tool replicating to the server if you don't have filteringEnabled turned on. |
|
Thane_1Join Date: 2009-04-08 Post Count: 3406 |
I make it create a bullet in the camera for the client to see, then Fire a RemoteEvent to make one in the server.
~ Who's awesome, you're awesome ~ |
|
|
@128Gigabytes
No it's not. You don't know what you're talking about. |
|
|
I do know what I'm talking about.
In fact the remote event could communicate to the server faster because it probably won't be sending nearly as much information to the server as an instance would. |
|
|
Without filteringenabled, the instance is created immediately on the client. With a remoteevent, the client tells the server to create an instance and then it still has to replicate back to the client. So no, you don't know what you're talking about. |
|