Categories > Exploiting > Scripts >

Basic Esp like Big Paintball

axelloft1

axelloft1

Posts: 14

Threads: 6

Joined: May, 2020

Reputation: 0

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

  • 0

Random quote here...

Posts: 986

Threads: 77

Joined: Apr, 2020

Reputation: 34

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.

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

simple_x

milktea

Posts: 336

Threads: 20

Joined: Sep, 2019

Reputation: 4

Replied

you can just use raw pastebin/github code and use httpget to grab the script
use loadstring to call it as a function

  • 0

 

i own synapse x
biggest idiot in town

discord: nakiri#4485

Hectique

Hectique

Posts: 1079

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

Great script, but you can always put the script on Pastebin or Github and make a loadstring, not post in a thread lol

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Posts: 1

Threads: 0

Joined: Jul, 2020

Reputation: 0

Replied

dose the esp hack give a virus im talking about the esp not the jjsploit

 

  • 0

Posts: 1379

Threads: 87

Joined: May, 2018

Reputation: 24

Replied

  • 0

Hello there

#StayHome

 

Skidder

Snowy

Posts: 5

Threads: 2

Joined: May, 2020

Reputation: 0

Replied

loadstring(game:HttpGet(https://pastebin.com/raw/bSnJnUPi)()

haven't used loadstrings in a little while might have messed something up idk

  • 0

i used to code, now I don't

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )