Grand Piece Online ...
 
Notifications
Clear all

Advertisements

Grand Piece Online Chest ESP for Synapse X

1 Posts
1 Users
0 Likes
5,519 Views
Scrip] Mater
Admin
Joined: 4 years ago
Posts: 128
Topic starter  

Chest ESP

Spoiler
Script

loadstring(game:HttpGet("https://raw.githubusercontent.com/SenseiJoshy/L/main/Drawing%20API%20Function"))()

local mouse = game.Players.LocalPlayer:GetMouse()
mouse.KeyDown:connect(
function(key)
if key == "t" then
for i,v in pairs(workspace.Env:GetChildren()) do
if v:IsA("Model") and v.Name == "Chest" then
ESP(v.PrimaryPart, v.Name, Color3.new(255/255,0/255,0/255))
game:GetService("RunService").Heartbeat:wait()
end
end
end
end)


   
Quote
Topic Tags