
Anti Kick Keyless
8mo ago

Description
will hook all incoming kicks and stop them before happening, stop all kicks, enjoy my keyless script it will anti / stop / kill / block / remove all kicks from happening this will not stop while true do because it will crash your game (can make an anti for this soon and will do it but its going to be bad for using scripts because its going to effect all while true do's and add like a nano second delay which probably wont hurt tbh)
Advertisement
Remove adsAdvertisement
Remove adsTags
anti kickanti kicksno kickno kickskill kicksprevent kickskeylessfree



Comments
detected btw
hey does this work on solara
do i copy script from comment or normal? @Henrick
remove the ++ and replace with == i was high when commenting
got kicked automatically
all it is is just: local old; old = hookmetamethod(game, "__namecall", function(self, ...) local method = getnamecallmethod() if method ++ "Kick" and self == game.Players.LocalPlayer then print("blocked kick") return end return old(self,...) end)
what game does this work in?