#How can I block a kick?
51 messages · Page 1 of 1 (latest)
wdym block a kick script
like making it not kick you
are you trying to bypass a ban in a game
no friend sent me a script for studio but it kicks you
send the script here
and it is obfuscated
** You are now Level 4! **
yeah dont trust that
obfuscated scripts hide backdoors
they allow for exploits to inject into your game
well he knows what it does
delete that script and go bust your friend's ass
but is it possible to not allow the kick?
yeah
how
it gets complicated here
ok i am prepared
you can do one way from afaik
create a environment for the script itself
then check if it contains a kick function
i think you killed me
exactly
and yt on it?
do you have time to make like a simple script to show it
i can but you wont understand it
alr
so
i have no idea how to de-obfuscate scripts
BUT
i can show you how to prevent a kick from happening
ok
say your script is a string
local scriptran = loadstring([[
game.Players.bob:Kick()
]])
local env = getfenv(scriptran)
local sandbox = setmetatable({
Kick = function(...)
return
end
},{
__index = function(_,var)
return env[var]
end,
})
setfenv(scriptran,sandbox)
actually
i have no idea if this would work or not
ok
im 99% sure this would only work with vanilla lua functions such as print, warn and error
dont try that
i guess your best way to go
is to not use the script
and tell your friend to stop scavenging off exploits
ok lol
Bitchass friend you have