Categories > Exploiting > Scripts >
Basic Esp like Big Paintball
Posted
Hello, I made a very simple esp with Big Paintball Radar style but it does not have Auto-Updater, I have looked for thousands of ways to do it but I could not get it so I uploaded the script in case someone can help me.
Pd: It has a bypass for Counter Blox
i'm learning how to script so dont expect much
Script:
local Player = game.Players:GetChildren()
for i,v in pairs(Player) do
local BillboardGui = Instance.new("BillboardGui")
local Frame = Instance.new("Frame")
if v.Team == game.Players.LocalPlayer.Team then
else
if game.Workspace:FindFirstChild(v.Name).Head:FindFirstChild("BilldBoardGui") then
else
BillboardGui.Parent = game.Workspace:FindFirstChild(v.Name).Head
BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
BillboardGui.Active = true
BillboardGui.Adornee = game.Workspace:FindFirstChild(v.Name).Head
BillboardGui.AlwaysOnTop = true
BillboardGui.LightInfluence = 1.000
BillboardGui.Size = UDim2.new(1, 0, 1, 0)
Frame.Parent = BillboardGui
Frame.BackgroundColor3 = Color3.new(255,0,255)
Frame.Rotation = 45.000
Frame.Size = UDim2.new(1, 0, 1, 0)
end
end
end
Random quote here...
Replied
Paste the script in pastebin and get the raw url pastebin.com/raw/CODE. Then, make a loadstring tutorial https://youtu.be/PLsyKYtpp48
Also, you need a account to edit the paste. And that's your auto updater.
Cancel
Post
modifying a ui and calling it yours does mean it's your ui.
- JalapenoGuy
https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg
Replied
you can just use raw pastebin/github code and use httpget to grab the script
use loadstring to call it as a function
Cancel
Post
i own synapse x
biggest idiot in town
discord: nakiri#4485
Replied
Great script, but you can always put the script on Pastebin or Github and make a loadstring, not post in a thread lol
Cancel
Post
a former active and known member of the WRD community, but im kinda just a meme now
Replied
dose the esp hack give a virus im talking about the esp not the jjsploit
Cancel
Post
Hello there
#StayHome
Replied
loadstring(game:HttpGet(https://pastebin.com/raw/bSnJnUPi)()
haven't used loadstrings in a little while might have messed something up idk
Cancel
Post
i used to code, now I don't
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post