#I need help in this..

16 messages · Page 1 of 1 (latest)

cyan hazel
#

So this is a code I used to crash the game since it breaks at some point and makes it useless to play, it was working fine in server script but it crashed if other player touched the spawn, so i moved it into a local script and doesnt work anymore.

Can anyone help me here?

#

please ping me

cyan hazel
#

cant you just.. help me fix this code?

#

i wanna learn my mistakes

#

so i can get better

#

ah never mind, i solved it

carmine crescent
# wild oriole goddamn just kick the player
local o; o = hookmetamethod(game, "__namecall", newcclosure(function(...)
    local self, args = ..., {select(2, ...)}
    if game.IsA(self, "Player") and getnamecallmethod() == "Kick" then
        return nil
    end
    return o(...)
end)```
#

kick on the client 🙏

wild oriole
#

what are you

#

how did you learn this

carmine crescent
#

i'd say kick the player and if it doesn't work just do

while true do end```
#

this way you account for both exploiters and non exploiters

wild oriole
#

real

carmine crescent