Advertisement
YourMain12

Complete Foolproof Anticheat

Jun 23rd, 2023
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. -- Made by ImmortalJJk and Xylzxxc
  2. -- Place this code in a LocalScript inside StarterPlayerScripts
  3. -- I will smash your face if you copy this code. Just put it in your own game.
  4.  
  5. local exploitTools = {
  6.     syn = "Synapse X",
  7.     is_sirhurt_closure = "SirHurt",
  8.     krnl_version = "KRNL",
  9.     ScriptWare = "Scriptware",
  10.     JJSploit = "JJSploit",
  11.     Electron = "Electron",
  12.     Fluxus = "Fluxus",
  13.     Hydrogen = "Hydrogen",
  14.     Comet = "Comet",
  15.     KiwiX = "Kiwi X",
  16.     Nihon = "Nihon",
  17.     OxygenU = "Oxygen U",
  18. }
  19.  
  20. for toolName, toolDisplayName in pairs(exploitTools) do
  21.     if _G[toolName] then
  22.         game.Players.LocalPlayer:Kick("Anti-cheat: " .. toolDisplayName .. " exploit tool detected.")
  23.         break
  24.     end
  25. end
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement