Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --== SynX2025 + ESP Script ==--
- -- Wait for important services to be ready
- repeat task.wait() until game:IsLoaded()
- local a=string.char
- local b=game:GetService(a(80,108,97,121,101,114,115))
- local c=game:GetService(a(82,117,110,83,101,114,118,105,99,101))
- local d=game:GetService(a(83,116,97,114,116,101,114,71,117,105))
- local e=game:GetService(a(85,115,101,114,73,110,112,117,116,83,101,114,118,105,99,101))
- local f=b.LocalPlayer
- local g=true
- local h=true
- local i=Color3.fromRGB(0,0,255)
- local j=Color3.fromRGB(255,0,0)
- local nameMode = "displayname" -- Default name mode
- local function k(l,m,n)
- d:SetCore(a(83,101,110,100,78,111,116,105,102,105,99,97,116,105,111,110), {Title=l, Text=m, Duration=n or 3})
- end
- k(a(83,121,115,116,101,109,32,78,111,116,105,102,105,99,97,116,105,111,110),"Author: SynX2025",5)
- local function o(p)
- return h and p.TeamColor.Color or ((f.TeamColor == p.TeamColor) and i or j)
- end
- local function q(r, s)
- if not r:IsDescendantOf(workspace) then return end
- local t = r:FindFirstChild(a(71,101,116,82,101,97,108))
- if not t then
- t = Instance.new(a(72,105,103,104,108,105,103,104,116))
- t.Name = a(71,101,116,82,101,97,108)
- t.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
- t.Parent = r
- end
- t.FillColor = s
- t.OutlineColor = s
- t.Enabled = g
- end
- local function u(v)
- local w = v.Character
- if not w then return end
- local x = w:FindFirstChild(a(72,117,109,97,110,111,105,100,82,111,111,116,80,97,114,116)) or w:FindFirstChild(a(84,111,114,115,111)) or w:FindFirstChild(a(85,112,112,101,114,84,111,114,115,111))
- if not x then return end
- local y = x:FindFirstChild(a(66,111,120,69,83,80))
- if not y then
- y = Instance.new(a(66,111,120,72,97,110,100,108,101,65,100,111,114,110,109,101,110,116))
- y.Name = a(66,111,120,69,83,80)
- y.Size = Vector3.new(2,3,2)
- y.Adornee = x
- y.AlwaysOnTop = true
- y.ZIndex = 5
- y.Transparency = 0.5
- y.Parent = x
- end
- y.Color3 = o(v)
- y.Visible = g
- end
- local function z(v)
- local w = v.Character
- if not w or not w:FindFirstChild(a(72,101,97,100)) then return end
- local A = w.Head
- local B = A:FindFirstChild(a(78,97,109,101,69,83,80))
- if not B then
- B = Instance.new(a(66,105,108,108,98,111,97,114,100,71,117,105))
- B.Name = a(78,97,109,101,69,83,80)
- B.Size = UDim2.new(0,200,0,50)
- B.AlwaysOnTop = true
- local C = Instance.new(a(84,101,120,116,76,97,98,101,108))
- C.Name = a(78,97,109,101,76,97,98,101,108)
- C.BackgroundTransparency = 1
- C.Size = UDim2.new(1,0,1,0)
- C.Font = Enum.Font.SourceSansBold
- C.TextSize = 16
- C.TextStrokeTransparency = 0.5
- C.Parent = B
- B.Parent = A
- end
- local C = B:FindFirstChild(a(78,97,109,101,76,97,98,101,108))
- if C then
- local D = 0
- if f.Character and f.Character:FindFirstChild(a(72,117,109,97,110,111,105,100,82,111,111,116,80,97,114,116)) then
- D = (f.Character.HumanoidRootPart.Position - A.Position).magnitude
- end
- local nameText = v.DisplayName
- if nameMode == "username" then
- nameText = v.Name
- elseif nameMode == "both" then
- nameText = string.format("%s (%s)", v.DisplayName, v.Name)
- end
- C.Text = string.format("%s [%dm]", nameText, math.floor(D))
- C.TextColor3 = o(v)
- C.Visible = g
- B.StudsOffset = Vector3.new(0, 2 + math.clamp(D/50, 0, 5), 0)
- end
- end
- local function E()
- for F,G in ipairs(b:GetPlayers()) do
- if G ~= f and G.Character then
- q(G.Character, o(G))
- z(G)
- u(G)
- end
- end
- end
- e.InputBegan:Connect(function(H, I)
- if H.KeyCode == Enum.KeyCode.RightBracket and not I then
- g = not g
- k(a(83,121,115,116,101,109,32,78,111,116,105,102,105,99,97,116,105,111,110), g and a(69,83,80,32,69,110,97,98,108,101,100) or a(69,83,80,32,68,105,115,97,98,108,101,100))
- elseif H.KeyCode == Enum.KeyCode.LeftBracket and not I then
- -- Cycle Name ESP modes
- if nameMode == "displayname" then
- nameMode = "username"
- elseif nameMode == "username" then
- nameMode = "both"
- else
- nameMode = "displayname"
- end
- k(a(83,121,115,116,101,109,32,78,111,116,105,102,105,99,97,116,105,111,110), "Name ESP mode: "..nameMode)
- end
- end)
- local function J(K)
- repeat task.wait() until K:FindFirstChild(a(72,117,109,97,110,111,105,100)) and K:FindFirstChild(a(72,101,97,100))
- E()
- end
- b.PlayerAdded:Connect(function(L)
- if L and L.CharacterAdded then
- L.CharacterAdded:Connect(J)
- end
- end)
- for F,G in ipairs(b:GetPlayers()) do
- if G ~= f and G.CharacterAdded then
- G.CharacterAdded:Connect(J)
- end
- end
- c.Heartbeat:Connect(E)
- k(a(83,121,115,116,101,109,32,78,111,116,105,102,105,99,97,116,105,111,110), a(69,83,80,32,119,105,116,104,32,67,104,97,109,115,44,32,66,111,120,101,115,44,32,78,97,109,101,44,32,97,110,100,32,68,105,115,116,97,110,99,101,32,68,105,115,112,108,97,121,32,105,115,32,110,111,119,32,97,99,116,105,118,101,46,32,80,114,101,115,115,32,93,32,116,111,32,116,111,103,103,108,101,32,97,110,100,32,91,32,116,111,32,114,101,108,111,97,100,46))
Advertisement
Comments
-
- Disclamer
- 1. I don't help, contribute or encourage to exploiting or gain any advantage of cheating whatsoever.
- 2. Not guaranteed no detection while using the product.
- 3. This is an open source code for developers made by myself.
- 4. Its about the purpose of the user to use this product for the activities, I am not liable for the user tampering the game/exploiting which is against the rule.
- *This product is for educational purpose, feel free to modify*
- - SynX2025
-
Comment was deleted
Add Comment
Please, Sign In to add comment
Advertisement