#Make script blacklist
71 messages · Page 1 of 1 (latest)
banning does not solve the issue, having a properly programmed game does
granted having a exploter free game is not "easy" by any means, but you can stop 90% of exploiting by actually coding your game "properly"
that said. The "blacklisted script" starts by being to actually blacklist someone
do you have any way to blacklist someone? or perhaps have anything done by now you can scaffold from?
No idea rn, i thought it would be easier lol like theres a plug in or others things i can put the cheat script i wanted to get blacklisted
It would be cool if i can ip ban someone only for my game
you cannot ip ban
an admin tool would do
but still you need to set it up
and that requires some scripting knowledge
What i would suggest is making a anti cheat script, following with a account age restriction to where your account to be made somewhere at least a week or two old to even join the server to prevent alts.
hi, this does not prevent alts
just defer them
a lot of people simply farm alt accounts and let them age a bit
Yeah true, it unfortunately does not
I like the suggestion
Yeah i have;
I believe theres no true way to prevent exploiters other than anti cheats: you can supress them to a large amount but there are cracks
** You are now Level 3! **
unfortunately
yeah exactly, and again the best way to prevent exploiting is to well.. code the game properly lol
might sound a bit snobbish, but if you take the time to read the server client model, it becomes comon sense
and well anti-cheat is bypassable
as long as the game core code is faul
Thought there would be a Roblox plug-in to make those scripts un executeable
Making your own anti cheat that isnt from someone else will make a good defense on hackers and whatnot
I dont believe so
no, if you put the anti cheat in the client any hacking tool will just be able to turn it off
Yeah, local scripts can be kind of tricked around
not kind, they are
anything in the client is free real state
Oh
Oh yeah... There's levels of executor that can bypassed that
Yeah well rip LOL
Thankfully i rarely use local script unless its a UI thing
anything in client containers is both readable and modifiable
Or whatev
that's also sorta bad, that means you're putting all the load in the server and absolutely massacring the bandwidth
it's a thing of design and balance
basically
By UI i mean; making whats visible or not for guis i.e menus
Or starting screens
yeah pretty much, you don't care they tamper with that since that's their view only
yeah
buuut what about the remotes those Gui scripts fire?
those you need to sanitize
that's basically the entrance for hackers
Yeah, remotes are a bit hairy
not realy
again 90% of hackers can be screwed with a simple if statement
literally
Or so ive heard i dunno
this is because most hacking is the fault of the dev
not roblox, or lack of anti cheat
That's alotttttt
literally
pretty simple, if you have a remote event to buy something
and the player sends it has 5k coins
but in reality it has 1k
and the item is worth 3k
pretty easy to just debounce that request
and guess what, most roblox games, don't have even that basic sanitation
cause the sad reality is those devs don't really know how to script 😅
and that boys, is anti-exploiting 101
basically: use common sense
lol
have a blessed day you two