#Make script blacklist

71 messages · Page 1 of 1 (latest)

shut elbow
#

I want to make my game exploiter free and i wanna learn how to make those cheat script make blacklisted/banned

errant stag
#

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?

shut elbow
#

It would be cool if i can ip ban someone only for my game

errant stag
errant stag
#

but still you need to set it up

#

and that requires some scripting knowledge

half python
errant stag
#

just defer them

#

a lot of people simply farm alt accounts and let them age a bit

half python
errant stag
#

ever seen then I11I1I1I1I1I1I1

#

users

#

basically that

half python
#

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

edgy locustBOT
#

studio** You are now Level 3! **studio

half python
#

unfortunately

errant stag
#

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

shut elbow
#

Thought there would be a Roblox plug-in to make those scripts un executeable

half python
#

Making your own anti cheat that isnt from someone else will make a good defense on hackers and whatnot

errant stag
half python
#

Yeah, local scripts can be kind of tricked around

errant stag
#

anything in the client is free real state

half python
#

Oh

errant stag
#

and can be exploited/tampered

#

anything in replicated storage is readable

shut elbow
#

Oh yeah... There's levels of executor that can bypassed that

half python
#

Yeah well rip LOL
Thankfully i rarely use local script unless its a UI thing

errant stag
#

anything in client containers is both readable and modifiable

half python
#

Or whatev

errant stag
#

it's a thing of design and balance

#

basically

half python
#

Or starting screens

errant stag
#

yeah

#

buuut what about the remotes those Gui scripts fire?

#

those you need to sanitize

#

that's basically the entrance for hackers

half python
#

Yeah, remotes are a bit hairy

errant stag
#

not realy

#

again 90% of hackers can be screwed with a simple if statement

#

literally

half python
#

Or so ive heard i dunno

errant stag
#

this is because most hacking is the fault of the dev

#

not roblox, or lack of anti cheat

errant stag
errant stag
#

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

errant stag
#

lol

#

have a blessed day you two