Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 2a541a9

Browse files
authored
Update admin.lua
1 parent 37ed507 commit 2a541a9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

admin.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ getgenv().SituationAdmin = true ]]
1313
loadstring(game:HttpGet("https://raw.githubusercontent.com/Alteral323/v/main/libs/compat.lua"))()(true)
1414
loadstring(game:HttpGet("https://raw.githubusercontent.com/Teemsploit/SituationAdmin.lua/main/IrisBetterConsole.lua"))()
1515

16-
messagebox('Please note "Situation admin" is in beta and you may experience bugs or broken commands.\nType "help" in the console for a list of commands\nif you need further support please join the discord server https://discord.gg/5VAKhPQh8Z\nCredits:\nTeem\nDrqonic\nIonized particle/AtpZombie42\nHoppingShark1437\nToon', 'Situation Admin', 0)
16+
if syn then
17+
messagebox('Please note "Situation admin" is in beta and you may experience bugs or broken commands.\nType "help" in the console for a list of commands\nif you need further support please join the discord server https://discord.gg/5VAKhPQh8Z\nCredits:\nTeem\nDrqonic\nIonized particle/AtpZombie42\nHoppingShark1437\nToon', 'Situation Admin', 0)
18+
end
19+
1720
-- by clicking 'OK' you have signed your soul over to Teem
1821
assert(rconsoleprint, "Your exploit is not supported!")
1922
assert(fireproximityprompt, "Your exploit is not supported!")
@@ -113,7 +116,7 @@ commands = {
113116
rconsoleprint(tostring(character.HumanoidRootPart.Position.X .. character.HumanoidRootPart.Position.Y .. character.HumanoidRootPart.Position.Z'\n'))
114117
end,
115118

116-
fireclickdetecors = function(...)
119+
fireclickdetectors = function(...)
117120
for i, v in pairs(workspace:GetDescendants()) do
118121
if v:IsA("ClickDetector") then
119122
fireclickdetector(v)

0 commit comments

Comments
 (0)