Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --// Cache
- local getgenv, getnamecallmethod, hookmetamethod, newcclosure, checkcaller, stringlower = getgenv, getnamecallmethod, hookmetamethod, newcclosure, checkcaller, string.lower
- --// Loaded check
- if getgenv().ED_AntiKick then return end
- --// Variables
- local Players, StarterGui, OldNamecall = game:GetService("Players"), game:GetService("StarterGui")
- --// Global Variables
- getgenv().ED_AntiKick = {
- SendNotifications = true, -- Set to true if you want to get notified for every event
- CheckCaller = false -- Set to true if you want to disable kicking by other executed scripts
- }
- --// Main
- OldNamecall = hookmetamethod(game, "__namecall", newcclosure(function(...)
- if (getgenv().ED_AntiKick.CheckCaller and not checkcaller() or true) and stringlower(getnamecallmethod()) == "kick" then
- if getgenv().ED_AntiKick.SendNotifications then
- StarterGui:SetCore("SendNotification", {
- Title = "antikick god",
- Text = "a anticheat system tried to kick you lmao",
- Icon = "rbxassetid://7873533047",
- Duration = 2,
- })
- end
- return nil
- end
- return OldNamecall(...)
- end))
- if getgenv().ED_AntiKick.SendNotifications then
- StarterGui:SetCore("SendNotification", {
- Title = "antikick god",
- Text = "antikick loaded",
- Icon = "rbxassetid://2691749281",
- Duration = 3,
- })
- end
Comments
-
- yo can u make custom morph or guru morph. and can I send you my style to put on here? my user is KeboWasTaken#4002
-
- Does this work as a tiger drop kick bypass?
-
- nope i tried
-
- When will there ever be a tiger drop kick bypass :(
-
- Nvm I figured it out
Add Comment
Please, Sign In to add comment