Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by ImmortalJJk and Xylzxxc
- -- Place this code in a LocalScript inside StarterPlayerScripts
- -- I will smash your face if you copy this code. Just put it in your own game.
- local exploitTools = {
- syn = "Synapse X",
- is_sirhurt_closure = "SirHurt",
- krnl_version = "KRNL",
- ScriptWare = "Scriptware",
- JJSploit = "JJSploit",
- Electron = "Electron",
- Fluxus = "Fluxus",
- Hydrogen = "Hydrogen",
- Comet = "Comet",
- KiwiX = "Kiwi X",
- Nihon = "Nihon",
- OxygenU = "Oxygen U",
- }
- for toolName, toolDisplayName in pairs(exploitTools) do
- if _G[toolName] then
- game.Players.LocalPlayer:Kick("Anti-cheat: " .. toolDisplayName .. " exploit tool detected.")
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement