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

Commit 737ce83

Browse files
authored
Update admin.lua
1 parent 0c96e15 commit 737ce83

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

admin.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ assert(rconsoleprint, "Your exploit is not supported!")
1616
assert(fireproximityprompt, "Your exploit is not supported!")
1717
assert(getgenv, "Your exploit is not supported!")
1818

19-
function GetRBXVer()
20-
return tostring(loadstring(game:HttpGet("https://setup.roblox.com/version"))());
21-
end;
22-
2319
local HttpService = game:GetService("HttpService");
2420
local Lighting = game:GetService("Lighting")
2521
local Players = game:GetService("Players")
@@ -34,7 +30,7 @@ local plugins_directory = "situation_plugins"
3430
local rconsolename = (syn and rconsolename) or (rconsolesettitle)
3531

3632

37-
rconsolename("Welcome to Situation Admin | " .. User .. GetRBXVer())
33+
rconsolename("Welcome to Situation Admin | " .. User .. '| ' .. identifyexecutor())
3834

3935

4036
local function split(str, sep)

0 commit comments

Comments
 (0)