0% found this document useful (0 votes)
87 views17 pages

Pedro Aimbot

The document is a Lua script for a Roblox game that creates a user interface for a PVP/Troll tool called 'Pedroxz PVP/Troll'. It includes functions for executing combat actions, such as a kill-all feature and various aimbot options, along with tabs for combat, trolling, settings, and credits. The script also allows users to load external scripts for additional functionalities like ESP (Extra Sensory Perception) and infinite ammunition.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views17 pages

Pedro Aimbot

The document is a Lua script for a Roblox game that creates a user interface for a PVP/Troll tool called 'Pedroxz PVP/Troll'. It includes functions for executing combat actions, such as a kill-all feature and various aimbot options, along with tabs for combat, trolling, settings, and credits. The script also allows users to load external scripts for additional functionalities like ESP (Extra Sensory Perception) and infinite ammunition.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 17

--Main

local OrionLib =
loadstring(game:HttpGet(('https://raw.githubusercontent.com/pedroxzytbhypee/
SourcePedrox8/main/README.md')))()

--Config Nome
local Window = OrionLib:MakeWindow({Name = "Pedroxz PVP/Troll", HidePremium =
false, SaveConfig = true, IntroEnabled = false})

--Func do Kill all foguete pvp


function Foguete()
while _G.Foguete == true do
local player = game.Players.LocalPlayer
local event = game.ReplicatedStorage.WeaponsSystem.Network.WeaponHit
local tool = player.Character and player.Character:FindFirstChildOfClass("Tool")

if not tool then


for i, v in pairs(player.Backpack:GetChildren()) do
if v:IsA("Tool") and v:FindFirstChild("Configuration") then
tool = v
break
end
end
end

local function damage(hum, head, thr)


pcall(event.FireServer, event, tool, {
["p"] = Vector3.new(),
["pid"] = 1,
["part"] = head,
["d"] = 10,
["maxDist"] = 10.5,
["h"] = hum,
["m"] = Enum.Material.Plastic,
["n"] = Vector3.new(),
["t"] = 0.5,
["sid"] = 1
})

coroutine.resume(thr, hum.Parent)
end

local function executeScript()


for i, v in pairs(game.Players:GetPlayers()) do
local character = v.Character
local head = character and character:FindFirstChild("Head")
local hum = character and character:FindFirstChild("Humanoid")

if v.Team == game.Teams.lobby then


continue
end

if head and hum and hum.Health > 0 and v ~= player then


for i = 1, hum.Health / tool.Configuration.HitDamage.Value + 1 do
task.spawn(damage, hum, head, coroutine.running())
end
end
end
end
while true do
wait(1)
executeScript()
end
end

end

--Opcao clicar

local CombatTab = Window:MakeTab({


Name = "Combat",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local TrollTab = Window:MakeTab({
Name = "Troll",
Icon = "rbxassetid://14511996964",
PremiumOnly = false
})
local SettingsTab = Window:MakeTab({
Name = "Settings",
Icon = "rbxassetid://7734053495",
PremiumOnly = false
})
local CreditosTab = Window:MakeTab({
Name = "Creditos",
Icon = "rbxassetid://13687632207",
PremiumOnly = false
})

---botoes e secao
local Section = CombatTab:AddSection({
Name = "Combat"
})
CombatTab:AddButton({
Name = "Aimbot PC",
Callback = function()
loadstring(game:HttpGet(('https://raw.githubusercontent.com/Exunys/
Aimbot-V2/main/Resources/Scripts/Main.lua'),true))()
end
})
CombatTab:AddButton({
Name = "Aimbot Mobile",
Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Pedroxz63/
PedroxzAIMBOT/main/README.md", true))()
end
})
CombatTab:AddButton({
Name = "Aimbot Hub",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/fatesc/
fates-esp/main/main.lua'))()
end
})
CombatTab:AddButton({
Name = "Munição Infinita",
Callback = function()
_G.Damage = 1003 -- might not work
_G.FireRate = 0
_G.Clips = 999999
_G.AmmoInClip = 999999
_G.Auto = true

--\\ Load string By Pedroxz

loadstring(game:HttpGet("https://raw.githubusercontent.com/RIPExploit/
23452tr2t423t3t34tg34gg/master/ryewifwfripexloit.lua", true))()
end
})
local Section = CombatTab:AddSection({
Name = "Visual Esp"
})
CombatTab:AddButton({
Name = "Unnamed Esp",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/
Unnamed-ESP/master/UnnamedESP.lua'))()
end
})
CombatTab:AddButton({
Name = "Esp Boxe + Name",
Callback = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/ic3w0lf22/
Unnamed-ESP/master/UnnamedESP.lua'))()
end
})
CombatTab:AddButton({
Name = "Esp Vermelho Hack",
Callback = function()
local esp_settings = { ---- table for esp settings
textsize = 8,
colour = 255,255,255
}

local gui = Instance.new("BillboardGui")


local esp = Instance.new("TextLabel",gui) ---- new instances to make the billboard
gui and the textlabel

gui.Name = "Cracked esp"; ---- properties of the esp


gui.ResetOnSpawn = false
gui.AlwaysOnTop = true;
gui.LightInfluence = 0;
gui.Size = UDim2.new(1.75, 0, 1.75, 0);
esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255);
esp.Text = ""
esp.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001);
esp.BorderSizePixel = 4;
esp.BorderColor3 = Color3.new(esp_settings.colour)
esp.BorderSizePixel = 0
esp.Font = "GothamSemibold"
esp.TextSize = esp_settings.textsize
esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour
game:GetService("RunService").RenderStepped:Connect(function() ---- loops faster
than a while loop :)
for i,v in pairs (game:GetService("Players"):GetPlayers()) do
if v ~= game:GetService("Players").LocalPlayer and
v.Character.Head:FindFirstChild("Cracked esp")==nil then -- craeting checks for
team check, local player etc
esp.Text = "{"..v.Name.."}"
gui:Clone().Parent = v.Character.Head
end
end
end)
end
})
CombatTab:AddButton({
Name = "Esp Configuravél",
Callback = function()
local custom_theme = {} --soon

local function CreateInstance(cls,props)


local inst = Instance.new(cls)
for i,v in pairs(props) do
inst[i] = v
end
return inst
end

local age1 = CreateInstance('ScreenGui',


{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='age1', Parent=game.CoreGui})
local p_visuals = CreateInstance('Frame',
{Style=Enum.FrameStyle.Custom,Active=true,AnchorPoint=Vector2.new(0,
0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=2,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 50, 0, 60),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0,
254),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name =
'p_visuals',Parent = age1})
local UIListLayout = CreateInstance('UIListLayout', {Padding = UDim.new(0, 1),
FillDirection = Enum.FillDirection.Vertical, HorizontalAlignment =
Enum.HorizontalAlignment.Left, SortOrder = Enum.SortOrder.LayoutOrder,
VerticalAlignment = Enum.VerticalAlignment.Top, Name = 'UIListLayout', Parent =
p_visuals })
local title1 = CreateInstance('TextLabel',
{Font=Enum.Font.GothamBlack,FontSize=Enum.FontSize.Size18,Text='Player
visuals',TextColor3=Color3.new(1, 1,
1),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorP
oint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, 0, 0,
24),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='title
1',Parent = p_visuals})
local b_b = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Bounding
box',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_b',
Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_b})
local b_f = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Fill
alpha',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_f',
Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_f})
local b_rt = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Render
team',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_rt'
,Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_rt})
local b_tc = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Use
TeamColor',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_tc'
,Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_tc})
local b_sn = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show
name',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sn'
,Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_sn})
local b_sd = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show
distance',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sd'
,Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_sd})
local b_sh = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show
health',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sh'
,Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.n
ew(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_sh})
local b_ht = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Health
type',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ht'
,Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Text',TextColor3=Col
or3.new(0, 1, 1),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_ht})
local b_f_t = CreateInstance('TextButton',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Fill
transparency',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=tru
e,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint
=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_f_t
',Parent = p_visuals})
local v = CreateInstance('TextLabel',
{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='1',TextColor3=Color3.new
(0, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Pa
rent = b_f_t})
local title1_2 = CreateInstance('TextLabel',
{Font=Enum.Font.SourceSansBold,FontSize=Enum.FontSize.Size18,Text='ESP',TextColor3=
Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Anchor
Point=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, 0, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='title
1_2',Parent = p_visuals})
local b_ct = CreateInstance('TextLabel',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Team
color',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Anchor
Point=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ct'
,Parent = p_visuals})
local ct_b = CreateInstance('TextBox',
{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLin
e=false,Text='',TextColor3=Color3.new(0, 0, 1), PlaceholderText='',
PlaceholderColor3=Color3.new(0, 0,
1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, -2, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0,
14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_b'
,Parent = b_ct})
local ct_g = CreateInstance('TextBox',
{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLin
e=false,Text='',TextColor3=Color3.new(0, 1, 0), PlaceholderText='',
PlaceholderColor3=Color3.new(0, 1,
0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, -29, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0,
14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_g'
,Parent = b_ct})
local ct_r = CreateInstance('TextBox',
{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLin
e=false,Text='',TextColor3=Color3.new(1, 0, 0), PlaceholderText='',
PlaceholderColor3=Color3.new(1, 0,
0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, -56, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0,
14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_r'
,Parent = b_ct})
local b_ce = CreateInstance('TextLabel',
{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Enemy
color',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,Anchor
Point=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0,
0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0,
18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ce'
,Parent = p_visuals})
local ce_b = CreateInstance('TextBox',
{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLin
e=false,Text='',TextColor3=Color3.new(0, 0, 1), PlaceholderText='',
PlaceholderColor3=Color3.new(0, 0,
1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, -2, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0,
14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_b'
,Parent = b_ce})
local ce_g = CreateInstance('TextBox',
{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLin
e=false,Text='',TextColor3=Color3.new(0, 1, 0), PlaceholderText='',
PlaceholderColor3=Color3.new(0, 1,
0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, -29, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0,
14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_g'
,Parent = b_ce})
local ce_r = CreateInstance('TextBox',
{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLin
e=false,Text='',TextColor3=Color3.new(1, 0, 0), PlaceholderText='',
PlaceholderColor3=Color3.new(1, 0,
0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,Ancho
rPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549,
0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0,
0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(1, -56, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0,
14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_r'
,Parent = b_ce})
local watermark = CreateInstance('TextLabel',
{Font=Enum.Font.Code,FontSize=Enum.FontSize.Size14,Text='lamehaxx
v0.01',TextColor3=Color3.new(0, 0,
0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Active=false,AnchorPoi
nt=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, 2, 0, -34),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0,
20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=20,Name='wate
rmark',Parent = age1})
local watermark1 = CreateInstance('TextLabel',
{Font=Enum.Font.Code,FontSize=Enum.FontSize.Size14,Text='lamehaxx
v0.01',TextColor3=Color3.new(1, 0,
0.498039),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0,
0),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=false,TextXAlignment=Enu
m.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Active=false,AnchorPoi
nt=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1,
1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706,
0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.n
ew(0, -2, 0, -2),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0,
20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=20,Name='wate
rmark1',Parent = watermark})
p_visuals.Draggable = true

title1.LayoutOrder = 0 title1_2.LayoutOrder = 1
b_b.LayoutOrder = 1 b_f.LayoutOrder = 2 b_f_t.LayoutOrder = 3 b_sd.LayoutOrder = 4
b_sn.LayoutOrder = 5 b_sh.LayoutOrder = 6 b_ht.LayoutOrder = 7 b_rt.LayoutOrder = 8
b_tc.LayoutOrder = 9 b_ct.LayoutOrder = 10 b_ce.LayoutOrder = 11

local localplayer = game:GetService"Players".LocalPlayer


local uis = game:GetService"UserInputService"

local cheats = {
b_b = false;
b_f = false;
b_f_t = 1;
b_sd = false;
b_sn = false;
b_sh = false;
b_ht = "Text";
b_rt = false;
b_tc = false;
}

local cheatsf = Instance.new("Folder", game.CoreGui) cheatsf.Name = "cheats"


local espf = Instance.new("Folder", cheatsf) espf.Name = "esp"

function addEsp(player)
local bbg = Instance.new("BillboardGui", espf)
bbg.Name = player.Name
bbg.AlwaysOnTop = true
bbg.Size = UDim2.new(4,0,5.4,0)
bbg.ClipsDescendants = false

local outlines = Instance.new("Frame", bbg)


outlines.Size = UDim2.new(1,0,1,0)
outlines.BorderSizePixel = 0
outlines.BackgroundTransparency = 1
local left = Instance.new("Frame", outlines)
left.BorderSizePixel = 0
left.Size = UDim2.new(0,1,1,0)
local right = left:Clone()
right.Parent = outlines
right.Size = UDim2.new(0,-1,1,0)
right.Position = UDim2.new(1,0,0,0)
local up = left:Clone()
up.Parent = outlines
up.Size = UDim2.new(1,0,0,1)
local down = left:Clone()
down.Parent = outlines
down.Size = UDim2.new(1,0,0,-1)
down.Position = UDim2.new(0,0,1,0)

local info = Instance.new("BillboardGui", bbg)


info.Name = "info"
info.Size = UDim2.new(3,0,0,54)
info.StudsOffset = Vector3.new(3.6,-3,0)
info.AlwaysOnTop = true
info.ClipsDescendants = false
local namelabel = Instance.new("TextLabel", info)
namelabel.Name = "namelabel"
namelabel.BackgroundTransparency = 1
namelabel.TextStrokeTransparency = 0
namelabel.TextXAlignment = Enum.TextXAlignment.Left
namelabel.Size = UDim2.new(0,100,0,18)
namelabel.Position = UDim2.new(0,0,0,0)
namelabel.Text = player.Name
local distancel = Instance.new("TextLabel", info)
distancel.Name = "distancelabel"
distancel.BackgroundTransparency = 1
distancel.TextStrokeTransparency = 0
distancel.TextXAlignment = Enum.TextXAlignment.Left
distancel.Size = UDim2.new(0,100,0,18)
distancel.Position = UDim2.new(0,0,0,18)
local healthl = Instance.new("TextLabel", info)
healthl.Name = "healthlabel"
healthl.BackgroundTransparency = 1
healthl.TextStrokeTransparency = 0
healthl.TextXAlignment = Enum.TextXAlignment.Left
healthl.Size = UDim2.new(0,100,0,18)
healthl.Position = UDim2.new(0,0,0,36)

local uill = Instance.new("UIListLayout", info)

local forhealth = Instance.new("BillboardGui", bbg)


forhealth.Name = "forhealth"
forhealth.Size = UDim2.new(5,0,6,0)
forhealth.AlwaysOnTop = true
forhealth.ClipsDescendants = false

local healthbar = Instance.new("Frame", forhealth)


healthbar.Name = "healthbar"
healthbar.BackgroundColor3 = Color3.fromRGB(40,40,40)
healthbar.BorderColor3 = Color3.fromRGB(0,0,0)
healthbar.Size = UDim2.new(0.04,0,0.9,0)
healthbar.Position = UDim2.new(0,0,0.05,0)
local bar = Instance.new("Frame", healthbar)
bar.Name = "bar"
bar.BorderSizePixel = 0
bar.BackgroundColor3 = Color3.fromRGB(94,255,69)
bar.AnchorPoint = Vector2.new(0,1)
bar.Position = UDim2.new(0,0,1,0)
bar.Size = UDim2.new(1,0,1,0)

local co = coroutine.create(function()
while wait(0.1) do
if (player.Character and
player.Character:FindFirstChild"HumanoidRootPart") then
bbg.Adornee = player.Character.HumanoidRootPart
info.Adornee = player.Character.HumanoidRootPart
forhealth.Adornee = player.Character.HumanoidRootPart

if (player.Team ~= localplayer.Team) then


bbg.Enabled = true
info.Enabled = true
forhealth.Enabled = true
end
if player.Character:FindFirstChild("ForceField") then
outlines.BackgroundTransparency = 0.4
left.BackgroundTransparency = 0.4
right.BackgroundTransparency = 0.4
up.BackgroundTransparency = 0.4
down.BackgroundTransparency = 0.4
healthl.TextTransparency = 0.4
healthl.TextStrokeTransparency = 0.8
distancel.TextTransparency = 0.4
distancel.TextStrokeTransparency = 0.8
namelabel.TextTransparency = 0.4
namelabel.TextStrokeTransparency = 0.8
bar.BackgroundTransparency = 0.4
healthbar.BackgroundTransparency = 0.8
else
outlines.BackgroundTransparency = 0
left.BackgroundTransparency = 0
right.BackgroundTransparency = 0
up.BackgroundTransparency = 0
down.BackgroundTransparency = 0
healthl.TextTransparency = 0
healthl.TextStrokeTransparency = 0
distancel.TextTransparency = 0
distancel.TextStrokeTransparency = 0
namelabel.TextTransparency = 0
namelabel.TextStrokeTransparency = 0
bar.BackgroundTransparency = 0
healthbar.BackgroundTransparency = 0
end
if cheats.b_b == true then
outlines.Visible = true
else
outlines.Visible = false
end
if cheats.b_f == true then
if player.Character:FindFirstChild("ForceField") then
outlines.BackgroundTransparency = 0.9
else
outlines.BackgroundTransparency = cheats.b_f_t
end
else
outlines.BackgroundTransparency = 1
end
if cheats.b_sh == true then
if (player.Character:FindFirstChild"Humanoid") then
healthl.Text = "Health:
"..math.floor(player.Character:FindFirstChild"Humanoid".Health)
healthbar.bar.Size =
UDim2.new(1,0,player.Character:FindFirstChild"Humanoid".Health/player.Character:Fin
dFirstChild"Humanoid".MaxHealth,0)
end
if cheats.b_ht == "Text" then
healthbar.Visible = false
healthl.Visible = true
end
if cheats.b_ht == "Bar" then
healthl.Visible = false
healthbar.Visible = true
end
if cheats.b_ht == "Both" then
healthl.Visible = true
healthbar.Visible = true
end
else
healthl.Visible = false
healthbar.Visible = false
end
if cheats.b_sn then
namelabel.Visible = true
else
namelabel.Visible = false
end
if cheats.b_sd == true then
distancel.Visible = true
if (localplayer.Character and
localplayer.Character:FindFirstChild"HumanoidRootPart") then
distancel.Text = "Distance: "..math.floor(0.5+
(localplayer.Character:FindFirstChild"HumanoidRootPart".Position -
player.Character:FindFirstChild"HumanoidRootPart".Position).magnitude)
end
else
distancel.Visible = false
end
if cheats.b_rt == true then
if (player.Team == localplayer.Team) then
bbg.Enabled = true
info.Enabled = true
forhealth.Enabled = true
end
else
if (player.Team == localplayer.Team) then
bbg.Enabled = false
info.Enabled = false
forhealth.Enabled = false
end
end
if cheats.b_tc == true then
outlines.BackgroundColor3 = player.TeamColor.Color
left.BackgroundColor3 = player.TeamColor.Color
right.BackgroundColor3 = player.TeamColor.Color
up.BackgroundColor3 = player.TeamColor.Color
down.BackgroundColor3 = player.TeamColor.Color
healthl.TextColor3 = player.TeamColor.Color
distancel.TextColor3 = player.TeamColor.Color
namelabel.TextColor3 = player.TeamColor.Color
else
if (player.Team == localplayer.Team) then
outlines.BackgroundColor3 = Color3.fromRGB(ct_r.Text,
ct_g.Text, ct_b.Text)
left.BackgroundColor3 = Color3.fromRGB(ct_r.Text,
ct_g.Text, ct_b.Text)
right.BackgroundColor3 = Color3.fromRGB(ct_r.Text,
ct_g.Text, ct_b.Text)
up.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text,
ct_b.Text)
down.BackgroundColor3 = Color3.fromRGB(ct_r.Text,
ct_g.Text, ct_b.Text)
healthl.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text,
ct_b.Text)
distancel.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text,
ct_b.Text)
namelabel.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text,
ct_b.Text)
else
outlines.BackgroundColor3 = Color3.fromRGB(ce_r.Text,
ce_g.Text, ce_b.Text)
left.BackgroundColor3 = Color3.fromRGB(ce_r.Text,
ce_g.Text, ce_b.Text)
right.BackgroundColor3 = Color3.fromRGB(ce_r.Text,
ce_g.Text, ce_b.Text)
up.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text,
ce_b.Text)
down.BackgroundColor3 = Color3.fromRGB(ce_r.Text,
ce_g.Text, ce_b.Text)
healthl.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text,
ce_b.Text)
distancel.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text,
ce_b.Text)
namelabel.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text,
ce_b.Text)
end
end
end
if not (game:GetService"Players":FindFirstChild(player.Name)) then
print(player.Name.." has left. Clearing esp.")
espf:FindFirstChild(player.Name):Destroy()
coroutine.yield()
end
end
end)
coroutine.resume(co)
end

--main
do
wait(2)
--menu buttons
for _,button in pairs(age1:GetDescendants()) do
if button:IsA"TextButton" then
button.MouseButton1Click:connect(function()
if button.Name == "b_f_t" then
if cheats.b_f_t >= 0 then
cheats.b_f_t = cheats.b_f_t+0.1
if cheats.b_f_t > 1 then
cheats.b_f_t = 0
end
end
button.v.Text = cheats.b_f_t
elseif button.Name == "b_ht" then
if cheats.b_ht == "Text" then
cheats.b_ht = "Bar"
elseif cheats.b_ht == "Bar" then
cheats.b_ht = "Both"
else
cheats.b_ht = "Text"
end
button.v.Text = cheats.b_ht
else
if cheats[button.Name] == true then
cheats[button.Name] = false
button.v.Text = "OFF"
button.v.TextColor3 = Color3.fromRGB(255,0,0)
else
cheats[button.Name] = true
button.v.Text = "ON"
button.v.TextColor3 = Color3.fromRGB(0,255,0)
end
end
end)
end
end

--initial player addition


for _,v in pairs(game:GetService("Players"):GetChildren()) do
if not (v.Name == localplayer.Name) then
if not (espf:FindFirstChild(v.Name)) then
addEsp(v)
end
end
end

--open/close gui
game:GetService("UserInputService").InputBegan:connect(function(input,
gameProcessed)
if input.KeyCode == Enum.KeyCode.KeypadOne then
if not gameProcessed then
age1.Enabled = not age1.Enabled
end
end
end)

--auto-update
while wait(10) do
for _,v in pairs(game:GetService("Players"):GetChildren()) do
if not (v.Name == localplayer.Name) then
if not (espf:FindFirstChild(v.Name)) then
addEsp(v)
end
end
end
end
end
end
})
local Section = TrollTab:AddSection({
Name = "Troll Options"
})
TrollTab:AddToggle({
Name = "Kill All Foguete PVP",
Default = false,
Callback = function(Value)
_G.Foguete = Value
Foguete()
end
})
local Section = CreditosTab:AddSection({
Name = "Feito Por: Pedroxz"
})
local Section = CreditosTab:AddSection({
Name = "discord.gg/phxcommunity"
})
local Section = CreditosTab:AddSection({
Name = "Discord Pra Entrar Em Contato: ytpedroxz63"
})
local Section = SettingsTab:AddSection({
Name = "Config"
})
SettingsTab:AddBind({
Name = "Bind",
Default = Enum.KeyCode.E,
Hold = false,
Callback = function()
Bind:Set(Enum.KeyCode.E)
end
})
SettingsTab:AddColorpicker({
Name = "Color",
Default = Color3.fromRGB(255, 0, 0),
Callback = function(Value)
print(Value)
end
})
SettingsTab:AddButton({
Name = "Rejoin",
Callback = function()
local PLR_SERVICE = game:GetService('Players')
local TELEPORT_SERVICE = game:GetService('TeleportService')
if #PLR_SERVICE:GetPlayers() <= 1 then
PLR_SERVICE.LocalPlayer:Kick('\nRejoining...')
wait()
TELEPORT_SERVICE:Teleport(game.PlaceId, PLR_SERVICE.LocalPlayer)
else
TELEPORT_SERVICE:TeleportToPlaceInstance(game.PlaceId, game.JobId,
PLR_SERVICE.LocalPlayer)
end
end
})
TrollTab:AddButton({
Name = "Hub PVP Troll Key: kaylinde232",
Callback = function()
local kayhub =
loadstring(game:HttpGet('https://raw.githubusercontent.com/Pedroxz63/KrushPVP/
main/README.md'))()
end
})

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy