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

Commit 0c96e15

Browse files
authored
Update admin.lua
1 parent 8e9d3d6 commit 0c96e15

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

admin.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ 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+
1923
local HttpService = game:GetService("HttpService");
2024
local Lighting = game:GetService("Lighting")
2125
local Players = game:GetService("Players")
@@ -30,9 +34,9 @@ local plugins_directory = "situation_plugins"
3034
local rconsolename = (syn and rconsolename) or (rconsolesettitle)
3135

3236

33-
rconsolename("Welcome to Situation Admin | " .. User)
37+
rconsolename("Welcome to Situation Admin | " .. User .. GetRBXVer())
38+
3439

35-
-- Some nonce wanted this
3640
local function split(str, sep)
3741
if str == nil then
3842
return {}

0 commit comments

Comments
 (0)