(SOLVED) Hackers are taking over my game

one thing you can do with your kick script is this

game.ReplicatedStorage.Event.OnServerEvent:Connect(function(playerObject)
 if playerObject.UserId == game.CreatorId then
 --command to kick here
else
playerObject:Kick("you need admin to kick someone")
end 
end)

Remember to shut down the game while you investigate the issue!

Private your game, Roblox might think your game is causing these messages and ban you.

Get rid of all free models or scripts that you donā€™t fully trust.

Search ā€œscriptā€ in the explorer to find every script in your game. Delete anything that you didnā€™t create,

Secure your remote events. If this doesnā€™t work, disable your admin script.

Banning individual hackers is useless and will not affect anything in the long run. This should not be your focus.

2 Likes

oh
image

1 Like

Can we get the entire kick player script, ive looked at some kick player scripts for your game but they dont seem to have a ā€œreasonā€ to kick the player with. It may be possible there is another remote that they are using. Also if you want to check if your patch works you can copy the script to the console of roblox studio and execute it there (make sure when you do this it thinks you arent the owner) and also look for other :Kick events

This is a backdoor, not a remote issueā€¦

1 Like

Itā€™s not a backdoor though, itā€™s an error with the KickPlayer remote that is allowing anyone to fire & kick plrs with it.

It apparently isnā€™t, and you canā€™t know it as the OP didnā€™t provide any code.

Iā€™ve removed all anti exploits, the only things I have are a donation board and HD Admin.

Iā€™ve published and shutdown, but people are still kicking! What do I do?!?!

Can you revert everything and show us the kickplayer event script?

search all getfenv in your scripts and see if you can find anything or search require if its a backdoor, i would still like to see the KickPlayer script to see if that is the issue, its possible another remote can be abused, perhaps.so you should just search for all :Kick terms and make sure they are secured.

Try disabling HD admin, it could be a fake one.

I know itā€™s definetely an issue with the KickPlayer script because I got someone to test it out and they said they only had to fire the event.

Maybe you are using a modified version of the original HD admin, which can run some malicious scripts in your game.

explorer

Look for Script and see if there are any suspicious results.
If there isnā€™t, scan your game with an anti-virus.
Make sure the donation boards and HD Admin are legit.

1 Like

But I removed my custom commands. All thatā€™s there is the HD Admin.

these kick messages have reasons, im not sure buit i dont think you can pass kick messages into the KickPlayer remote (ask them to test that out too)

I used the one with 74K+ votes, how is it a fake?

reinsert HD Admin from the official creator

Votes donā€™t make it legit, botted assets exist.