0% found this document useful (0 votes)
165 views35 pages

Roblox Aimbot and ESP Script Guide

The document details code for a Roblox cheat with features like aimbot, ESP, and health bars. It includes code to create UI elements and configure settings for the various features. Coroutines are used to continuously update player information and ESP highlights.

Uploaded by

bita
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)
165 views35 pages

Roblox Aimbot and ESP Script Guide

The document details code for a Roblox cheat with features like aimbot, ESP, and health bars. It includes code to create UI elements and configure settings for the various features. Coroutines are used to continuously update player information and ESP highlights.

Uploaded by

bita
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

local PLAYER = [Link].

LocalPlayer
local CurrentCam = [Link]
local UIS = game:GetService("UserInputService")-- Made By Mick Gordon
local WorldToViewportPoint = [Link]
local mouseLocation = [Link]

game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Made By Mick


Gordon", Text = "Enjoy !"})

local DeleteMob ={
Aimbot= {
Enabled = false;
TeamCheck = false;-- Made By Mick Gordon
WallCheck = false;

ShowFov = false;
Fov = 0;

Smoothing = 0;

AimPart = "Head";
-- Made By Mick Gordon
Keybind = "MouseButton2";

Thickness = 1;

FovFillColor = [Link](100,0,100);
FovColor = [Link](100,0,100);

FovFillTransparency = 1;
FovTransparenct = 0;
};
ESP ={
Box = {
Box = false;-- Made By Mick Gordon
Name = false;
Distance = false;
Health = false;

TeamCheck = false;

HealthType = "Bar";

BoxColor = [Link](75,0,10);
};
OutLines = {
Enabled = false;
TeamCheck = false;
TeamColor = false;

AllwaysShow = true;

FillCollor = [Link](75,0,10);
FillTrancparenct = 0;

OutlineColor = [Link](0,0,0);
OutlineTrancparency = 0;
};
Tracers = {
Enabled = false;
TeamCheck = false;
TeamColor = false;

Color = [Link](75,0,10);
}
}-- Made By Mick Gordon
}

-- Made By Mick Gordon


local Fov = [Link]("ScreenGui")[Link] = "Fov" [Link] =
[Link]:WaitForChild("PlayerGui") [Link] =
[Link] [Link] = false-- i miss you synapse fov
local TracersG = [Link]("ScreenGui")[Link] = "Tracers" [Link]
= [Link]:WaitForChild("PlayerGui") [Link] =
[Link] [Link] = false
local FOVFFrame = [Link]("Frame")[Link] = Fov [Link] =
"FOVFFrame" FOVFFrame.BackgroundColor3 = [Link](255, 255, 255)
FOVFFrame.BorderColor3 = [Link](0, 0, 0) [Link] = 0
[Link] = 1 [Link] = [Link](0.5, 0.5)
[Link] = [Link](0.5, 0,0.5, 0) [Link] = [Link](0,
[Link], 0, [Link]) [Link] = 1

local UICorner = [Link]("UICorner")[Link] = [Link](1, 0)


[Link] = FOVFFrame -- Made By Mick Gordon
local UIStroke = [Link]("UIStroke")[Link] = [Link](100,0,100)
[Link] = FOVFFrame [Link] = 1 [Link] =
"Border" game:GetService("StarterGui"):SetCore("SendNotification", {Title =
"[Link] Text = "The Discord For More!"})
local BoxC = [Link]("ScreenGui", [Link]) [Link] = "Box"
local Higlight = [Link]("ScreenGui",[Link])
local connections = {}
-- Made By Mick Gordon
local function AddHighlight(plr)
local Highlight = [Link]("Highlight")
[Link] = Higlight
[Link] = [Link]
[Link] = [Link]
local plrchar = [Link]
if plrchar then
[Link] = plrchar
end
connections[plr] = [Link]:Connect(function(char)
[Link] = char
end)
local co = [Link](function()
while wait(.1) do
if plr ~= PLAYER and plr and [Link] and
[Link]([Link], "Humanoid") and
[Link] > 0 then

if [Link] == true then


if [Link] == true and
[Link] == [Link] then
[Link] = false
else
[Link] = true
end
else-- Made By Mick Gordon
[Link] = false
end

if [Link] == true then


[Link] = [Link]
else
[Link] =
[Link]
end

if [Link] == true then


[Link] = "AlwaysOnTop"
else
[Link] = "Occluded"
end-- Made By Mick Gordon

[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]

if not (game:GetService"Players":FindFirstChild([Link]))
then
Higlight:FindFirstChild([Link]):Destroy()
[Link]()
end
else
[Link] = false
end
end
end)
[Link](co)
end
-- Made By Mick Gordon
local function AddBox(player)
local bbg = [Link]("BillboardGui", BoxC)
[Link] = [Link]
[Link] = true
[Link] = [Link](4,0,5.4,0)
[Link] = false
[Link] = false

local outlines = [Link]("Frame", bbg)


[Link] = [Link](1,0,1,0)
[Link] = 1
[Link] = 1
local left = [Link]("Frame", outlines)
[Link] = 1
[Link] = [Link](0,(1),1,0)
local right = left:Clone()
[Link] = outlines
[Link] = [Link](0,-(1),1,0)
[Link] = [Link](1,0,0,0)
local up = left:Clone()-- Made By Mick Gordon
[Link] = outlines
[Link] = [Link](1,0,0,(1))
local down = left:Clone()
[Link] = outlines
[Link] = [Link](1,0,0,-(1))
[Link] = [Link](0,0,1,0)

local info = [Link]("BillboardGui", bbg)


[Link] = "info"
[Link] = [Link](3,0,0,54)
[Link] = [Link](3.6,-3,0)
[Link] = true
[Link] = false
[Link] = false
local namelabel = [Link]("TextLabel", info)
[Link] = "namelabel"
[Link] = 1
[Link] = 0
[Link] = [Link]
[Link] = [Link](0,100,0,18)
[Link] = [Link](0,0,0,0)
[Link] = [Link]
local distancel = [Link]("TextLabel", info)
[Link] = "distancelabel"
[Link] = 1-- Made By Mick Gordon
[Link] = 0
[Link] = [Link]
[Link] = [Link](0,100,0,18)
[Link] = [Link](0,0,0,18)
local healthl = [Link]("TextLabel", info)
[Link] = "healthlabel"
[Link] = 1
[Link] = 0
[Link] = [Link]
[Link] = [Link](0,100,0,18)
[Link] = [Link](0,0,0,36)

local uill = [Link]("UIListLayout", info)

local forhealth = [Link]("BillboardGui", bbg)


[Link] = "forhealth"
[Link] = [Link](4.5,0,6,0)
[Link] = true
[Link] = false
[Link] = false

local healthbar = [Link]("Frame", forhealth)


[Link] = "healthbar"
healthbar.BackgroundColor3 = [Link](40,40,40)
healthbar.BorderColor3 = [Link](0,0,0)
[Link] = [Link](0.04,0,0.9,0)
[Link] = [Link](0,0,0.05,0)
local bar = [Link]("Frame", healthbar)
[Link] = "bar"
[Link] = 0
bar.BackgroundColor3 = [Link](94,255,69)
[Link] = [Link](0,1)
[Link] = [Link](0,0,1,0)
[Link] = [Link](1,0,1,0)

-- Made By Mick Gordon


local co = [Link](function()
while wait(0.1) do
if player ~= PLAYER and player and [Link] and
[Link]([Link], "Humanoid") and
[Link] > 0 then
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]

if [Link] == true then


[Link] = true
else
[Link] = false
end

[Link] = 1

if [Link] == true then


if [Link]:FindFirstChild("Humanoid") ~= nil
then
[Link] = "Health:
"..[Link]([Link]:FindFirstChild"Humanoid".Health)
[Link] =
[Link](1,0,[Link]:FindFirstChild"Humanoid".Health/[Link]:Fin
dFirstChild"Humanoid".MaxHealth,0)
end
if [Link] == "Text" then
[Link] = false
[Link] = true
end-- Made By Mick Gordon
if [Link] == "Bar" then
[Link] = false
[Link] = true
end
if [Link] == "Both" then
[Link] = true
[Link] = true
end
else
[Link] = false
[Link] = false
end

if [Link] then
[Link] = true
else
[Link] = false
end

-- Made By Mick Gordon


if [Link] == true then
[Link] = true
if [Link] and
[Link]:FindFirstChild("HumanoidRootPart") ~= nil then
[Link] = "Distance: "..[Link](0.5+
([Link]:FindFirstChild"HumanoidRootPart".Position -
[Link]:FindFirstChild"HumanoidRootPart".Position).magnitude)
end
else
[Link] = false
end

if [Link] == true and [Link]


== [Link] then
[Link] = false
[Link] = false
[Link] = false
else
[Link] = true
[Link] = true
[Link] = true
end
-- Made By Mick Gordon

if [Link] == true then


left.BackgroundColor3 = [Link]
right.BackgroundColor3 = [Link]
up.BackgroundColor3 = [Link]
down.BackgroundColor3 = [Link]
outlines.BackgroundColor3 =
[Link]
else
outlines.BackgroundColor3 =
[Link]
left.BackgroundColor3 = [Link]
right.BackgroundColor3 = [Link]
up.BackgroundColor3 = [Link]
down.BackgroundColor3 = [Link]
healthl.TextColor3 = [Link]
distancel.TextColor3 = [Link]
namelabel.TextColor3 = [Link]
end

if not
(game:GetService"Players":FindFirstChild([Link])) then
BoxC:FindFirstChild([Link]):Destroy()
[Link]()
end-- Made By Mick Gordon
else
[Link] = false
[Link] = nil
[Link] = nil
[Link] = false
[Link] = nil
[Link] = false
end
end
end)
[Link](co)
end

local function AddTracers(Player) -- Tracers Without Lib OMG !!!!, Needs Some
Adjustments To The End Pos
local tracer = [Link]("Frame")
[Link] = TracersG
[Link] = [Link]
[Link] = false
[Link] = [Link](.5, .5)
[Link] = false

local co = [Link](function()
game:GetService("RunService").RenderStepped:Connect(function()
if Player ~= PLAYER and Player and [Link] and
[Link]([Link], "Humanoid") and
[Link] > 0 then
local TargetPart =
[Link]:FindFirstChild("HumanoidRootPart")
local ScreenPoint, OnScreen =
CurrentCam:WorldToScreenPoint([Link])
local distance
-- Made By Mick Gordon
distance = [Link](0.5+
([Link] -
[Link]:WaitForChild("HumanoidRootPart").Position).magnitude)

local screenpointmain = [Link](ScreenPoint.X,


ScreenPoint.Y + (2500 / distance)) -- / distance so it can be at the bottom of the
box.
local posd = UIS:GetMouseLocation()
local MouseOrigin = [Link](posd.X, posd.Y - 36)
local Origin = [Link]([Link].X/2,
[Link].Y - 1)
local Position = (Origin + screenpointmain) / 2
local Length = (Origin - screenpointmain).Magnitude
[Link] = [Link](math.atan2(screenpointmain.Y -
Origin.Y, screenpointmain.X - Origin.X))

Position = (Origin + screenpointmain) / 2


Length = (Origin - screenpointmain).Magnitude
[Link] = [Link](math.atan2(screenpointmain.Y -
Origin.Y, screenpointmain.X - Origin.X))

if OnScreen then
if [Link] == true and OnScreen
then
if [Link] == true then
if [Link] == [Link]
then
[Link] = false
else
[Link] = true
end
else -- Made By Mick Gordon
[Link] = true
end
else
[Link] = false
end-- Made By Mick Gordon

if [Link] == true then


tracer.BackgroundColor3 =
[Link]
else
tracer.BackgroundColor3 =
[Link]
end

tracer.BorderColor3 = [Link](27, 42, 53)


[Link] = [Link](0, Position.X, 0,
Position.Y)
[Link] = [Link](0, Length, 0, 2)
else
[Link] = false
end

if not
(game:GetService"Players":FindFirstChild([Link])) then
Fov:FindFirstChild([Link]):Destroy()
[Link]()
end
else
[Link] = false
end
end)
end)
[Link](co)-- Made By Mick Gordon
end

function isVisible(p, ...)

if not ([Link] == true) then


return true
end

return #CurrentCam:GetPartsObscuringTarget({ p }, { CurrentCam,


[Link], ... }) == 0
end-- Made By Mick Gordon

function CameraGetClosestToMouse(Fov)
local AimFov = Fov
local targetPos = nil

for i,v in pairs (game:GetService("Players"):GetPlayers()) do


if v ~= PLAYER then
if [Link] == true then
if [Link] and
[Link]:FindFirstChild([Link]) and [Link] and
[Link] > 0 and not ([Link] == [Link]) then
local screen_pos, on_screen =
WorldToViewportPoint(CurrentCam, [Link][[Link]].Position)
local screen_pos_2D = [Link](screen_pos.X,
screen_pos.Y)
local new_magnitude = (screen_pos_2D -
mouseLocation(UIS)).Magnitude
if on_screen and new_magnitude < AimFov and
isVisible([Link][[Link]].Position, [Link])
then
AimFov = new_magnitude
targetPos = v-- Made By Mick Gordon
end
end-- Made By Mick Gordon
else
if [Link] and
[Link]:FindFirstChild([Link]) and [Link] and
[Link] > 0 then
local screen_pos, on_screen =
WorldToViewportPoint(CurrentCam, [Link][[Link]].Position)
local screen_pos_2D = [Link](screen_pos.X,
screen_pos.Y)
local new_magnitude = (screen_pos_2D -
mouseLocation(UIS)).Magnitude
if on_screen and new_magnitude < AimFov and
isVisible([Link][[Link]].Position, [Link])
then
AimFov = new_magnitude
targetPos = v
end
end
end
end
end
return targetPos
end

local function aimAt(pos, smooth)


local AimPart = [Link]:FindFirstChild([Link])
if AimPart then
local LookAt = nil
local Distance = [Link](0.5+
([Link]:FindFirstChild"HumanoidRootPart".Position -
[Link]:FindFirstChild"HumanoidRootPart".Position).magnitude)
if Distance > 100 then
local distChangeBig = Distance / 10
LookAt = [Link]:PointToWorldSpace([Link](0,0,-
smooth * distChangeBig)):Lerp([Link],.01) -- No one esle do camera
smoothing ? tf
else-- Made By Mick Gordon
local distChangeSmall = Distance / 10
LookAt = [Link]:PointToWorldSpace([Link](0,0,-
smooth * distChangeSmall)):Lerp([Link],.01) -- No one esle do camera
smoothing ? tf
end
[Link] = [Link]([Link], LookAt)
end
end

-- Cant Be Botherd To Clean This Up


local CheatEngineDeleteMob = [Link]("ScreenGui")
local DeleteMobF = [Link]("Frame")
local TextBox = [Link]("TextBox")
local Name = [Link]("TextLabel")
local Line = [Link]("Frame")
local Line_2 = [Link]("Frame")
local AimBotSection = [Link]("Frame")
local UIListLayout = [Link]("UIListLayout")
local ABE = [Link]("TextButton")
local ABWC = [Link]("TextButton")
local ABTC = [Link]("TextButton")
local ABSF = [Link]("TextButton")
local Frame = [Link]("Frame")
local Slider3 = [Link]("Frame")-- Made By Mick Gordon
local UICorner = [Link]("UICorner")
local Fill1 = [Link]("Frame")
local UICorner_2 = [Link]("UICorner")
local UIGradient = [Link]("UIGradient")
local TriggerFov = [Link]("TextButton")
local Numbers = [Link]("TextLabel")
local TextLabel = [Link]("TextLabel")
local Frame_2 = [Link]("Frame")
local Slider4 = [Link]("Frame")
local UICorner_3 = [Link]("UICorner")
local Fill2 = [Link]("Frame")
local UICorner_4 = [Link]("UICorner")
local UIGradient_2 = [Link]("UIGradient")
local TriggerSmoothing = [Link]("TextButton")-- Made By Mick Gordon
local Numbers_2 = [Link]("TextLabel")
local TextLabel_2 = [Link]("TextLabel")
local TextLabel_3 = [Link]("TextLabel")
local Allways_Show = [Link]("TextButton")
local TextLabel_4 = [Link]("TextLabel")
local ESPSection = [Link]("Frame")
local UIListLayout_2 = [Link]("UIListLayout")
local BBE = [Link]("TextButton")
local BTC = [Link]("TextButton")
local BBN = [Link]("TextButton")
local BBD = [Link]("TextButton")
local BBH = [Link]("TextButton")
local TextLabel_5 = [Link]("TextLabel")
local BBHT = [Link]("TextButton")
local TextLabel_6 = [Link]("TextLabel")
local TextLabel_7 = [Link]("TextLabel")
local Frame_3 = [Link]("Frame")
local UIListLayout_3 = [Link]("UIListLayout")
local Box_R = [Link]("TextBox")
local Box_G = [Link]("TextBox")
local Box_B = [Link]("TextBox")
local TextLabel_8 = [Link]("TextLabel")
local ESPSection_2 = [Link]("Frame")
local UIListLayout_4 = [Link]("UIListLayout")
local OE = [Link]("TextButton")
local OTC = [Link]("TextButton")-- Made By Mick Gordon
local Frame_4 = [Link]("Frame")
local Slider1 = [Link]("Frame")
local UICorner_5 = [Link]("UICorner")
local Fill3 = [Link]("Frame")
local UICorner_6 = [Link]("UICorner")
local UIGradient_3 = [Link]("UIGradient")
local TriggerOutTans = [Link]("TextButton")
local Numbers_3 = [Link]("TextLabel")
local TextLabel_9 = [Link]("TextLabel")
local Frame_5 = [Link]("Frame")
local Slider2 = [Link]("Frame")
local UICorner_7 = [Link]("UICorner")
local Fill4 = [Link]("Frame")
local UICorner_8 = [Link]("UICorner")
local UIGradient_4 = [Link]("UIGradient")
local TriggerFill = [Link]("TextButton")
local Numbers_4 = [Link]("TextLabel")
local TextLabel_10 = [Link]("TextLabel")
local TextLabel_11 = [Link]("TextLabel")
local Frame_6 = [Link]("Frame")
local UIListLayout_5 = [Link]("UIListLayout")
local Outlines_R = [Link]("TextBox")
local Outlines_G = [Link]("TextBox")
local Outlines_B = [Link]("TextBox")
local TextLabel_12 = [Link]("TextLabel")
local Frame_7 = [Link]("Frame")
local UIListLayout_6 = [Link]("UIListLayout")
local FillOutlines_R = [Link]("TextBox")
local FillOutlines_G = [Link]("TextBox")
local FillOutlines_B = [Link]("TextBox")
local Tracerssection = [Link]("Frame")
local UIListLayout_7 = [Link]("UIListLayout")
local TE = [Link]("TextButton")
local TTC = [Link]("TextButton")
local TTCOlor = [Link]("TextButton")
local Frame_8 = [Link]("Frame")
local UIListLayout_8 = [Link]("UIListLayout")
local Tracers_R = [Link]("TextBox")
local Tracers_G = [Link]("TextBox")
local Tracers_B = [Link]("TextBox")-- Made By Mick Gordon
local Unknown = [Link]("Frame")
local UIListLayout_9 = [Link]("UIListLayout")
local TextLabel_13 = [Link]("TextLabel")
local TextLabel_14 = [Link]("TextLabel")
local Open = [Link]("Frame")
local TextButton = [Link]("TextButton")

--Properties:

[Link] = "CheatEngineDeleteMob"
[Link] = [Link]:WaitForChild("PlayerGui")
[Link] = true
[Link] = [Link]
[Link] = 10
[Link] = false
-- Made By Mick Gordon
[Link] = "DeleteMobF"
[Link] = CheatEngineDeleteMob
DeleteMobF.BackgroundColor3 = [Link](52, 52, 52)
DeleteMobF.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.144998878, 0, 0.328040659, 0)
[Link] = [Link](0, 1213, 0, 398)
[Link] = 10
[Link] = true
[Link] = true

[Link] = DeleteMobF
TextBox.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TextBox.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.791149139, 0, 0.0127403988, 0)
[Link] = [Link](0, 200, 0, 23)
[Link] = false
[Link] = [Link]
[Link] = "[Link]
[Link] = "[Link] - Double Click Me"
TextBox.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = "Name"
[Link] = DeleteMobF
Name.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Name.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0178597774, 0, 0.00456260797, 0)
[Link] = [Link](0, 200, 0, 31)
[Link] = [Link]
[Link] = "DeleteMob | Cheat Engine"
Name.TextColor3 = [Link](17, 223, 255)
[Link] = 19.000

[Link] = "Line"
[Link] = DeleteMobF
Line.BackgroundColor3 = [Link](255, 255, 255)
Line.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.0804020092, 0)
[Link] = [Link](0, 1213, 0, 1)

Line_2.Name = "Line"
Line_2.Parent = DeleteMobF
Line_2.BackgroundColor3 = [Link](255, 255, 255)
Line_2.BorderColor3 = [Link](0, 0, 0)
Line_2.BorderSizePixel = 0
Line_2.Position = [Link](0.205276027, 0, 0.0828348249, 0)
Line_2.Size = [Link](0, 1, 0, 365)
-- Made By Mick Gordon
[Link] = "AimBotSection"
[Link] = DeleteMobF
AimBotSection.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
AimBotSection.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0604648069, 0, 0.160724282, 0)
[Link] = [Link](0, 100, 0, 334)

[Link] = AimBotSection
[Link] = [Link]
[Link] = [Link]
[Link] = [Link](0, 5)

[Link] = "ABE"
[Link] = AimBotSection
ABE.BackgroundColor3 = [Link](52, 52, 52)
ABE.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Enable"
ABE.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "ABWC"
[Link] = AimBotSection
ABWC.BackgroundColor3 = [Link](52, 52, 52)
ABWC.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Wall Check"
ABWC.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "ABTC"
[Link] = AimBotSection
ABTC.BackgroundColor3 = [Link](52, 52, 52)
ABTC.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Team Check"
ABTC.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "ABSF"
[Link] = AimBotSection
ABSF.BackgroundColor3 = [Link](52, 52, 52)
ABSF.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Show Fov"
ABSF.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = AimBotSection
Frame.BackgroundColor3 = [Link](52, 52, 52)
[Link] = 0.700
Frame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](-0.550000012, 0, 0.739130437, 0)
[Link] = [Link](0, 230, 0, 50)

[Link] = "Slider3"
[Link] = Frame
Slider3.BackgroundColor3 = [Link](255, 255, 255)
Slider3.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0629399866, 0, 0.45120728, 0)
[Link] = [Link](0, 200, 0, 15)

[Link] = Slider3

[Link] = "Fill1"
[Link] = Slider3
Fill1.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0.200
Fill1.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 100, 0, 15)

UICorner_2.Parent = Fill1
[Link] = [Link]{[Link](0.00,
[Link](17, 223, 255)), [Link](0.29, [Link](17,
223, 255)), [Link](0.43, [Link](18, 218, 249)),
[Link](1.00, [Link](52, 52, 52))}
[Link] = Fill1
-- Made By Mick Gordon
[Link] = "TriggerFov"
[Link] = Slider3
TriggerFov.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TriggerFov.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
TriggerFov.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000

[Link] = "Numbers"
[Link] = Frame
Numbers.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Numbers.BorderColor3 = [Link](255, 255, 255)
[Link] = 0
[Link] = [Link](0.79130435, 0, 0, 0)
[Link] = [Link](0, 50, 0, 23)
[Link] = [Link]
[Link] = "350"
Numbers.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = Frame
TextLabel.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TextLabel.BorderColor3 = [Link](255, 255, 255)
[Link] = 0
[Link] = [Link](0.0608695634, 0, 0, 0)
[Link] = [Link](0, 50, 0, 23)
[Link] = [Link]
[Link] = "Fov"
TextLabel.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

Frame_2.Parent = AimBotSection
Frame_2.BackgroundColor3 = [Link](52, 52, 52)
Frame_2.BackgroundTransparency = 0.700
Frame_2.BorderColor3 = [Link](0, 0, 0)
Frame_2.BorderSizePixel = 0
Frame_2.Position = [Link](-0.550000012, 0, 0.739130437, 0)
Frame_2.Size = [Link](0, 230, 0, 50)

[Link] = "Slider4"
[Link] = Frame_2
Slider4.BackgroundColor3 = [Link](255, 255, 255)
Slider4.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0629399866, 0, 0.45120728, 0)
[Link] = [Link](0, 200, 0, 15)
UICorner_3.Parent = Slider4

[Link] = "Fill2"
[Link] = Slider4
Fill2.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0.200
Fill2.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0, 15)

UICorner_4.Parent = Fill2

UIGradient_2.Color = [Link]{[Link](0.00,
[Link](17, 223, 255)), [Link](0.29, [Link](17,
223, 255)), [Link](0.43, [Link](18, 218, 249)),
[Link](1.00, [Link](52, 52, 52))}-- Made By Mick Gordon
UIGradient_2.Parent = Fill2

[Link] = "TriggerSmoothing"
[Link] = Slider4
TriggerSmoothing.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TriggerSmoothing.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
TriggerSmoothing.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000
-- Made By Mick Gordon
Numbers_2.Name = "Numbers"
Numbers_2.Parent = Frame_2
Numbers_2.BackgroundColor3 = [Link](255, 255, 255)
Numbers_2.BackgroundTransparency = 1.000
Numbers_2.BorderColor3 = [Link](255, 255, 255)
Numbers_2.BorderSizePixel = 0
Numbers_2.Position = [Link](0.79130435, 0, 0, 0)
Numbers_2.Size = [Link](0, 50, 0, 23)
Numbers_2.Font = [Link]
Numbers_2.Text = "0"
Numbers_2.TextColor3 = [Link](255, 255, 255)
Numbers_2.TextSize = 14.000

TextLabel_2.Parent = Frame_2
TextLabel_2.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.BorderColor3 = [Link](255, 255, 255)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = [Link](0.0608695634, 0, 0, 0)
TextLabel_2.Size = [Link](0, 50, 0, 23)
TextLabel_2.Font = [Link]
TextLabel_2.Text = "Smoothing"
TextLabel_2.TextColor3 = [Link](255, 255, 255)
TextLabel_2.TextSize = 14.000

TextLabel_3.Parent = AimBotSection
TextLabel_3.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_3.BackgroundTransparency = 1.000
TextLabel_3.BorderColor3 = [Link](0, 0, 0)
TextLabel_3.BorderSizePixel = 0
TextLabel_3.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_3.Size = [Link](0, 100, 0, 17)
TextLabel_3.Font = [Link]
TextLabel_3.Text = "Aim Part"
TextLabel_3.TextColor3 = [Link](17, 223, 255)
TextLabel_3.TextSize = 21.000

Allways_Show.Name = "Allways_Show"
Allways_Show.Parent = AimBotSection
Allways_Show.BackgroundColor3 = [Link](52, 52, 52)
Allways_Show.BorderColor3 = [Link](255, 255, 255)
Allways_Show.Position = [Link](0.234439835, 0, 0.139479905, 0)
Allways_Show.Size = [Link](0, 164, 0, 29)
Allways_Show.Font = [Link]
Allways_Show.Text = "HEAD, torso"
Allways_Show.TextColor3 = [Link](255, 255, 255)
Allways_Show.TextSize = 16.000

TextLabel_4.Parent = DeleteMobF
TextLabel_4.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_4.BackgroundTransparency = 1.000
TextLabel_4.BorderColor3 = [Link](0, 0, 0)
TextLabel_4.BorderSizePixel = 0
TextLabel_4.Position = [Link](0.00569662312, 0, 0.100655407, 0)
TextLabel_4.Size = [Link](0, 100, 0, 17)
TextLabel_4.Font = [Link]
TextLabel_4.Text = "Aim Bot"
TextLabel_4.TextColor3 = [Link](17, 223, 255)
TextLabel_4.TextSize = 18.000
TextLabel_4.TextXAlignment = [Link]

[Link] = "ESPSection"
[Link] = DeleteMobF
ESPSection.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
ESPSection.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.26986298, 0, 0.160724282, 0)
[Link] = [Link](0, 100, 0, 334)
-- Made By Mick Gordon
UIListLayout_2.Parent = ESPSection
UIListLayout_2.HorizontalAlignment = [Link]
UIListLayout_2.SortOrder = [Link]
UIListLayout_2.Padding = [Link](0, 5)

[Link] = "BBE"
[Link] = ESPSection
BBE.BackgroundColor3 = [Link](52, 52, 52)
BBE.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Box"
BBE.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "BBN"
[Link] = ESPSection
BBN.BackgroundColor3 = [Link](52, 52, 52)
BBN.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Name"
BBN.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000
-- Made By Mick Gordon
[Link] = "BBD"
[Link] = ESPSection
BBD.BackgroundColor3 = [Link](52, 52, 52)
BBD.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Distance"
BBD.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "BBH"
[Link] = ESPSection
BBH.BackgroundColor3 = [Link](52, 52, 52)
BBH.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Health"
BBH.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "BBE"
[Link] = ESPSection
BTC.BackgroundColor3 = [Link](52, 52, 52)
BTC.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Team Check"
BTC.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

TextLabel_5.Parent = ESPSection
TextLabel_5.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_5.BackgroundTransparency = 1.000
TextLabel_5.BorderColor3 = [Link](0, 0, 0)
TextLabel_5.BorderSizePixel = 0
TextLabel_5.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_5.Size = [Link](0, 100, 0, 17)
TextLabel_5.Font = [Link]
TextLabel_5.Text = "Health Type"
TextLabel_5.TextColor3 = [Link](17, 223, 255)
TextLabel_5.TextSize = 21.000
-- Made By Mick Gordon
[Link] = "BBHT"
[Link] = ESPSection
BBHT.BackgroundColor3 = [Link](52, 52, 52)
BBHT.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "BAR, text, both"
BBHT.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

TextLabel_6.Parent = ESPSection
TextLabel_6.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_6.BackgroundTransparency = 1.000
TextLabel_6.BorderColor3 = [Link](0, 0, 0)
TextLabel_6.BorderSizePixel = 0-- Made By Mick Gordon
TextLabel_6.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_6.Size = [Link](0, 100, 0, 17)
TextLabel_6.Font = [Link]
TextLabel_6.Text = "Box Color"
TextLabel_6.TextColor3 = [Link](17, 223, 255)
TextLabel_6.TextSize = 21.000

TextLabel_7.Parent = ESPSection
TextLabel_7.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_7.BackgroundTransparency = 1.000
TextLabel_7.BorderColor3 = [Link](0, 0, 0)
TextLabel_7.BorderSizePixel = 0
TextLabel_7.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_7.Size = [Link](0, 100, 0, 17)
TextLabel_7.Font = [Link]
TextLabel_7.Text = "R,G,B"
TextLabel_7.TextColor3 = [Link](17, 223, 255)
TextLabel_7.TextSize = 21.000

Frame_3.Parent = ESPSection
Frame_3.BackgroundColor3 = [Link](52, 52, 52)
Frame_3.BorderColor3 = [Link](0, 0, 0)
Frame_3.BorderSizePixel = 0
Frame_3.Position = [Link](0.0909090936, 0, 0.600000739, 0)
Frame_3.Size = [Link](0, 100, 0, 30)

UIListLayout_3.Parent = Frame_3
UIListLayout_3.FillDirection = [Link]
UIListLayout_3.HorizontalAlignment = [Link]
UIListLayout_3.SortOrder = [Link]
UIListLayout_3.VerticalAlignment = [Link]
UIListLayout_3.Padding = [Link](0, 5)

Box_R.Name = "Box_R"
Box_R.Parent = Frame_3
Box_R.BackgroundColor3 = [Link](52, 52, 52)
Box_R.BorderColor3 = [Link](255, 255, 255)
Box_R.Size = [Link](0, 75, 0, 24)
Box_R.ClearTextOnFocus = false
Box_R.Font = [Link]
Box_R.PlaceholderText = "255 - 0"
Box_R.Text = "75"
Box_R.TextColor3 = [Link](255, 255, 255)
Box_R.TextSize = 14.000

Box_G.Name = "Box_G"
Box_G.Parent = Frame_3
Box_G.BackgroundColor3 = [Link](52, 52, 52)
Box_G.BorderColor3 = [Link](255, 255, 255)
Box_G.Size = [Link](0, 75, 0, 24)
Box_G.ClearTextOnFocus = false
Box_G.Font = [Link]
Box_G.PlaceholderText = "255 - 0"
Box_G.Text = "0"
Box_G.TextColor3 = [Link](255, 255, 255)
Box_G.TextSize = 14.000
-- Made By Mick Gordon
Box_B.Name = "Box_B"
Box_B.Parent = Frame_3
Box_B.BackgroundColor3 = [Link](52, 52, 52)
Box_B.BorderColor3 = [Link](255, 255, 255)
Box_B.Size = [Link](0, 75, 0, 24)
Box_B.ClearTextOnFocus = false
Box_B.Font = [Link]
Box_B.PlaceholderText = "255 - 0"
Box_B.Text = "10"
Box_B.TextColor3 = [Link](255, 255, 255)
Box_B.TextSize = 14.000

TextLabel_8.Parent = DeleteMobF
TextLabel_8.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_8.BackgroundTransparency = 1.000
TextLabel_8.BorderColor3 = [Link](0, 0, 0)
TextLabel_8.BorderSizePixel = 0
TextLabel_8.Position = [Link](0.215919182, 0, 0.100655407, 0)
TextLabel_8.Size = [Link](0, 100, 0, 17)
TextLabel_8.Font = [Link]
TextLabel_8.Text = "ESP"
TextLabel_8.TextColor3 = [Link](17, 223, 255)
TextLabel_8.TextSize = 18.000
TextLabel_8.TextXAlignment = [Link]

ESPSection_2.Name = "ESPSection"
ESPSection_2.Parent = DeleteMobF
ESPSection_2.BackgroundColor3 = [Link](255, 255, 255)
ESPSection_2.BackgroundTransparency = 1.000
ESPSection_2.BorderColor3 = [Link](0, 0, 0)
ESPSection_2.BorderSizePixel = 0
ESPSection_2.Position = [Link](0.475963563, 0, 0.160724282, 0)
ESPSection_2.Size = [Link](0, 100, 0, 334)

UIListLayout_4.Parent = ESPSection_2
UIListLayout_4.HorizontalAlignment = [Link]
UIListLayout_4.SortOrder = [Link]
UIListLayout_4.Padding = [Link](0, 5)

[Link] = "OE"
[Link] = ESPSection_2
OE.BackgroundColor3 = [Link](52, 52, 52)
OE.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Outlines"
OE.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000
[Link] = "OTC"
[Link] = ESPSection_2
OTC.BackgroundColor3 = [Link](52, 52, 52)
OTC.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Team Check"
OTC.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

Frame_4.Parent = ESPSection_2
Frame_4.BackgroundColor3 = [Link](52, 52, 52)
Frame_4.BackgroundTransparency = 0.700
Frame_4.BorderColor3 = [Link](0, 0, 0)
Frame_4.BorderSizePixel = 0
Frame_4.Position = [Link](-0.550000012, 0, 0.739130437, 0)
Frame_4.Size = [Link](0, 230, 0, 50)

[Link] = "Slider1"
[Link] = Frame_4
Slider1.BackgroundColor3 = [Link](255, 255, 255)
Slider1.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0629399866, 0, 0.45120728, 0)
[Link] = [Link](0, 200, 0, 15)

UICorner_5.Parent = Slider1

[Link] = "Fill3"
[Link] = Slider1
Fill3.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0.200
Fill3.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 100, 0, 15)
-- Made By Mick Gordon
UICorner_6.Parent = Fill3

UIGradient_3.Color = [Link]{[Link](0.00,
[Link](17, 223, 255)), [Link](0.29, [Link](17,
223, 255)), [Link](0.43, [Link](18, 218, 249)),
[Link](1.00, [Link](52, 52, 52))}
UIGradient_3.Parent = Fill3

[Link] = "TriggerOutTans"
[Link] = Slider1
TriggerOutTans.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TriggerOutTans.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
TriggerOutTans.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000

Numbers_3.Name = "Numbers"
Numbers_3.Parent = Frame_4
Numbers_3.BackgroundColor3 = [Link](255, 255, 255)
Numbers_3.BackgroundTransparency = 1.000
Numbers_3.BorderColor3 = [Link](255, 255, 255)
Numbers_3.BorderSizePixel = 0
Numbers_3.Position = [Link](0.79130435, 0, 0, 0)
Numbers_3.Size = [Link](0, 50, 0, 23)
Numbers_3.Font = [Link]
Numbers_3.Text = "50"
Numbers_3.TextColor3 = [Link](255, 255, 255)
Numbers_3.TextSize = 14.000

TextLabel_9.Parent = Frame_4
TextLabel_9.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_9.BackgroundTransparency = 1.000
TextLabel_9.BorderColor3 = [Link](255, 255, 255)
TextLabel_9.BorderSizePixel = 0
TextLabel_9.Position = [Link](0.0608695634, 0, 0, 0)
TextLabel_9.Size = [Link](0, 125, 0, 23)
TextLabel_9.Font = [Link]
TextLabel_9.Text = "Outlines Transparency"
TextLabel_9.TextColor3 = [Link](255, 255, 255)
TextLabel_9.TextSize = 14.000

Frame_5.Parent = ESPSection_2
Frame_5.BackgroundColor3 = [Link](52, 52, 52)
Frame_5.BackgroundTransparency = 0.700
Frame_5.BorderColor3 = [Link](0, 0, 0)
Frame_5.BorderSizePixel = 0
Frame_5.Position = [Link](-0.550000012, 0, 0.739130437, 0)
Frame_5.Size = [Link](0, 230, 0, 50)

[Link] = "Slider2"
[Link] = Frame_5
Slider2.BackgroundColor3 = [Link](255, 255, 255)
Slider2.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0629399866, 0, 0.45120728, 0)
[Link] = [Link](0, 200, 0, 15)

UICorner_7.Parent = Slider2

[Link] = "Fill4"
[Link] = Slider2
Fill4.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0.200
Fill4.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 100, 0, 15)
-- Made By Mick Gordon
UICorner_8.Parent = Fill4

UIGradient_4.Color = [Link]{[Link](0.00,
[Link](17, 223, 255)), [Link](0.29, [Link](17,
223, 255)), [Link](0.43, [Link](18, 218, 249)),
[Link](1.00, [Link](52, 52, 52))}
UIGradient_4.Parent = Fill4

[Link] = "TriggerFill"
[Link] = Slider2
TriggerFill.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
TriggerFill.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
TriggerFill.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000

Numbers_4.Name = "Numbers"
Numbers_4.Parent = Frame_5
Numbers_4.BackgroundColor3 = [Link](255, 255, 255)
Numbers_4.BackgroundTransparency = 1.000
Numbers_4.BorderColor3 = [Link](255, 255, 255)
Numbers_4.BorderSizePixel = 0
Numbers_4.Position = [Link](0.79130435, 0, 0, 0)
Numbers_4.Size = [Link](0, 50, 0, 23)
Numbers_4.Font = [Link]
Numbers_4.Text = "50"
Numbers_4.TextColor3 = [Link](255, 255, 255)
Numbers_4.TextSize = 14.000

TextLabel_10.Parent = Frame_5
TextLabel_10.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_10.BackgroundTransparency = 1.000
TextLabel_10.BorderColor3 = [Link](255, 255, 255)
TextLabel_10.BorderSizePixel = 0
TextLabel_10.Position = [Link](0.104347825, 0, 0, 0)
TextLabel_10.Size = [Link](0, 133, 0, 23)
TextLabel_10.Font = [Link]
TextLabel_10.Text = "Fill Outlines Transparency"
TextLabel_10.TextColor3 = [Link](255, 255, 255)
TextLabel_10.TextSize = 14.000
-- Made By Mick Gordon
TextLabel_11.Parent = ESPSection_2
TextLabel_11.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_11.BackgroundTransparency = 1.000
TextLabel_11.BorderColor3 = [Link](0, 0, 0)
TextLabel_11.BorderSizePixel = 0
TextLabel_11.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_11.Size = [Link](0, 100, 0, 17)
TextLabel_11.Font = [Link]
TextLabel_11.Text = "Outlines"
TextLabel_11.TextColor3 = [Link](17, 223, 255)
TextLabel_11.TextSize = 21.000

Frame_6.Parent = ESPSection_2
Frame_6.BackgroundColor3 = [Link](52, 52, 52)
Frame_6.BorderColor3 = [Link](0, 0, 0)
Frame_6.BorderSizePixel = 0
Frame_6.Position = [Link](0.0909090936, 0, 0.600000739, 0)
Frame_6.Size = [Link](0, 100, 0, 30)

UIListLayout_5.Parent = Frame_6
UIListLayout_5.FillDirection = [Link]
UIListLayout_5.HorizontalAlignment = [Link]
UIListLayout_5.SortOrder = [Link]
UIListLayout_5.VerticalAlignment = [Link]
UIListLayout_5.Padding = [Link](0, 5)

Outlines_R.Name = "Outlines_R"
Outlines_R.Parent = Frame_6
Outlines_R.BackgroundColor3 = [Link](52, 52, 52)
Outlines_R.BorderColor3 = [Link](255, 255, 255)
Outlines_R.Size = [Link](0, 75, 0, 24)
Outlines_R.ClearTextOnFocus = false
Outlines_R.Font = [Link]
Outlines_R.PlaceholderText = "255 - 0"
Outlines_R.Text = "255"
Outlines_R.TextColor3 = [Link](255, 255, 255)
Outlines_R.TextSize = 14.000

Outlines_G.Name = "Outlines_G"
Outlines_G.Parent = Frame_6
Outlines_G.BackgroundColor3 = [Link](52, 52, 52)
Outlines_G.BorderColor3 = [Link](255, 255, 255)
Outlines_G.Size = [Link](0, 75, 0, 24)
Outlines_G.ClearTextOnFocus = false
Outlines_G.Font = [Link]
Outlines_G.PlaceholderText = "255 - 0"
Outlines_G.Text = "255"
Outlines_G.TextColor3 = [Link](255, 255, 255)
Outlines_G.TextSize = 14.000

Outlines_B.Name = "Outlines_B"
Outlines_B.Parent = Frame_6
Outlines_B.BackgroundColor3 = [Link](52, 52, 52)
Outlines_B.BorderColor3 = [Link](255, 255, 255)
Outlines_B.Size = [Link](0, 75, 0, 24)
Outlines_B.ClearTextOnFocus = false
Outlines_B.Font = [Link]
Outlines_B.PlaceholderText = "255 - 0"
Outlines_B.Text = "255"
Outlines_B.TextColor3 = [Link](255, 255, 255)
Outlines_B.TextSize = 14.000
-- Made By Mick Gordon
TextLabel_12.Parent = ESPSection_2
TextLabel_12.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_12.BackgroundTransparency = 1.000
TextLabel_12.BorderColor3 = [Link](0, 0, 0)
TextLabel_12.BorderSizePixel = 0
TextLabel_12.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_12.Size = [Link](0, 100, 0, 17)
TextLabel_12.Font = [Link]
TextLabel_12.Text = "Fill Outlines"
TextLabel_12.TextColor3 = [Link](17, 223, 255)
TextLabel_12.TextSize = 21.000

Frame_7.Parent = ESPSection_2
Frame_7.BackgroundColor3 = [Link](52, 52, 52)
Frame_7.BorderColor3 = [Link](0, 0, 0)
Frame_7.BorderSizePixel = 0
Frame_7.Position = [Link](0.0909090936, 0, 0.600000739, 0)
Frame_7.Size = [Link](0, 100, 0, 30)

UIListLayout_6.Parent = Frame_7
UIListLayout_6.FillDirection = [Link]
UIListLayout_6.HorizontalAlignment = [Link]
UIListLayout_6.SortOrder = [Link]
UIListLayout_6.VerticalAlignment = [Link]
UIListLayout_6.Padding = [Link](0, 5)

FillOutlines_R.Name = "FillOutlines_R"
FillOutlines_R.Parent = Frame_7
FillOutlines_R.BackgroundColor3 = [Link](52, 52, 52)
FillOutlines_R.BorderColor3 = [Link](255, 255, 255)
FillOutlines_R.Size = [Link](0, 75, 0, 24)
FillOutlines_R.ClearTextOnFocus = false
FillOutlines_R.Font = [Link]
FillOutlines_R.PlaceholderText = "255 - 0"
FillOutlines_R.Text = "255"
FillOutlines_R.TextColor3 = [Link](255, 255, 255)
FillOutlines_R.TextSize = 14.000

FillOutlines_G.Name = "FillOutlines_G"
FillOutlines_G.Parent = Frame_7
FillOutlines_G.BackgroundColor3 = [Link](52, 52, 52)
FillOutlines_G.BorderColor3 = [Link](255, 255, 255)
FillOutlines_G.Size = [Link](0, 75, 0, 24)
FillOutlines_G.ClearTextOnFocus = false
FillOutlines_G.Font = [Link]
FillOutlines_G.PlaceholderText = "255 - 0"
FillOutlines_G.Text = "255"
FillOutlines_G.TextColor3 = [Link](255, 255, 255)
FillOutlines_G.TextSize = 14.000

FillOutlines_B.Name = "FillOutlines_B"
FillOutlines_B.Parent = Frame_7
FillOutlines_B.BackgroundColor3 = [Link](52, 52, 52)
FillOutlines_B.BorderColor3 = [Link](255, 255, 255)
FillOutlines_B.Size = [Link](0, 75, 0, 24)
FillOutlines_B.ClearTextOnFocus = false
FillOutlines_B.Font = [Link]
FillOutlines_B.PlaceholderText = "255 - 0"
FillOutlines_B.Text = "255"
FillOutlines_B.TextColor3 = [Link](255, 255, 255)
FillOutlines_B.TextSize = 14.000
-- Made By Mick Gordon
[Link] = "Tracers section"
[Link] = DeleteMobF
Tracerssection.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Tracerssection.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.682779849, 0, 0.158000082, 0)
[Link] = [Link](0, 100, 0, 334)

UIListLayout_7.Parent = Tracerssection
UIListLayout_7.HorizontalAlignment = [Link]
UIListLayout_7.SortOrder = [Link]
UIListLayout_7.Padding = [Link](0, 5)

[Link] = "TE"
[Link] = Tracerssection
TE.BackgroundColor3 = [Link](52, 52, 52)
TE.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Tracers"
TE.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "TTC"
[Link] = Tracerssection
TTC.BackgroundColor3 = [Link](52, 52, 52)
TTC.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Team Check"
TTC.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

[Link] = "TTCOlor"
[Link] = Tracerssection
TTCOlor.BackgroundColor3 = [Link](52, 52, 52)
TTCOlor.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.234439835, 0, 0.139479905, 0)
[Link] = [Link](0, 164, 0, 29)
[Link] = [Link]
[Link] = "Team Color"
TTCOlor.TextColor3 = [Link](255, 255, 255)
[Link] = 16.000

Frame_8.Parent = Tracerssection
Frame_8.BackgroundColor3 = [Link](52, 52, 52)
Frame_8.BorderColor3 = [Link](0, 0, 0)
Frame_8.BorderSizePixel = 0
Frame_8.Position = [Link](0.0909090936, 0, 0.600000739, 0)
Frame_8.Size = [Link](0, 100, 0, 40)

UIListLayout_8.Parent = Frame_8
UIListLayout_8.FillDirection = [Link]
UIListLayout_8.HorizontalAlignment = [Link]
UIListLayout_8.SortOrder = [Link]
UIListLayout_8.VerticalAlignment = [Link]
UIListLayout_8.Padding = [Link](0, 5)

Tracers_R.Name = "Tracers_R"
Tracers_R.Parent = Frame_8
Tracers_R.BackgroundColor3 = [Link](52, 52, 52)
Tracers_R.BorderColor3 = [Link](255, 255, 255)
Tracers_R.Size = [Link](0, 75, 0, 24)
Tracers_R.ClearTextOnFocus = false
Tracers_R.Font = [Link]
Tracers_R.PlaceholderText = "255 - 0"
Tracers_R.Text = "75"
Tracers_R.TextColor3 = [Link](255, 255, 255)
Tracers_R.TextSize = 14.000

Tracers_G.Name = "Tracers_G"
Tracers_G.Parent = Frame_8
Tracers_G.BackgroundColor3 = [Link](52, 52, 52)
Tracers_G.BorderColor3 = [Link](255, 255, 255)
Tracers_G.Size = [Link](0, 75, 0, 24)
Tracers_G.ClearTextOnFocus = false
Tracers_G.Font = [Link]
Tracers_G.PlaceholderText = "255 - 0"
Tracers_G.Text = "0"
Tracers_G.TextColor3 = [Link](255, 255, 255)
Tracers_G.TextSize = 14.000

Tracers_B.Name = "Tracers_B"
Tracers_B.Parent = Frame_8
Tracers_B.BackgroundColor3 = [Link](52, 52, 52)
Tracers_B.BorderColor3 = [Link](255, 255, 255)
Tracers_B.Size = [Link](0, 75, 0, 24)
Tracers_B.ClearTextOnFocus = false
Tracers_B.Font = [Link]
Tracers_B.PlaceholderText = "255 - 0"
Tracers_B.Text = "10"
Tracers_B.TextColor3 = [Link](255, 255, 255)
Tracers_B.TextSize = 14.000
-- Made By Mick Gordon
[Link] = "Unknown"
[Link] = DeleteMobF
Unknown.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Unknown.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.882285178, 0, 0.158000082, 0)
[Link] = [Link](0, 100, 0, 334)

UIListLayout_9.Parent = Unknown
UIListLayout_9.HorizontalAlignment = [Link]
UIListLayout_9.SortOrder = [Link]
UIListLayout_9.Padding = [Link](0, 5)

TextLabel_13.Parent = Unknown
TextLabel_13.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_13.BackgroundTransparency = 1.000
TextLabel_13.BorderColor3 = [Link](0, 0, 0)
TextLabel_13.BorderSizePixel = 0
TextLabel_13.Position = [Link](0.0700000003, 0, 0.20869565, 0)
TextLabel_13.Size = [Link](0, 100, 0, 17)
TextLabel_13.Font = [Link]
TextLabel_13.Text = "More Options"
TextLabel_13.TextColor3 = [Link](17, 223, 255)
TextLabel_13.TextSize = 21.000

TextLabel_14.Parent = Unknown
TextLabel_14.BackgroundColor3 = [Link](255, 255, 255)
TextLabel_14.BackgroundTransparency = 1.000
TextLabel_14.BorderColor3 = [Link](0, 0, 0)
TextLabel_14.BorderSizePixel = 0
TextLabel_14.Position = [Link](0.215919182, 0, 0.100655407, 0)
TextLabel_14.Size = [Link](0, 100, 0, 17)
TextLabel_14.Font = [Link]
TextLabel_14.Text = "Later"
TextLabel_14.TextColor3 = [Link](17, 223, 255)
TextLabel_14.TextSize = 18.000
[Link] = "Open"
[Link] = CheatEngineDeleteMob
Open.BackgroundColor3 = [Link](51, 51, 51)
Open.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0.5, 0, 0.0199999996, 0)
[Link] = [Link](0, 150, 0, 50)
[Link] = 10
[Link] = true
[Link] = true

[Link] = Open
TextButton.BackgroundColor3 = [Link](49, 49, 49)
TextButton.BorderColor3 = [Link](255, 255, 255)
[Link] = [Link](0, 0, 0.319999933, 0)
[Link] = [Link](0, 150, 0, 34)
[Link] = [Link]
[Link] = "open / Close"
TextButton.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
-- Made By Mick Gordon
ABE.MouseButton1Click:Connect(function()
if ABE.BackgroundColor3 == [Link](52, 52, 52) then
ABE.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
ABE.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

ABSF.MouseButton1Click:Connect(function()
if ABSF.BackgroundColor3 == [Link](52, 52, 52) then
ABSF.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
ABSF.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

ABTC.MouseButton1Click:Connect(function()
if ABTC.BackgroundColor3 == [Link](52, 52, 52) then
ABTC.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
ABTC.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

ABWC.MouseButton1Click:Connect(function()
if ABWC.BackgroundColor3 == [Link](52, 52, 52) then
ABWC.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
ABWC.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)
Allways_Show.MouseButton1Click:Connect(function()
if [Link] == "Head" then
Allways_Show.Text = "head, TORSO"
[Link] = "HumanoidRootPart"
else
Allways_Show.Text = "HEAD, torso"
[Link] = "Head"
end
end)

-- Box ESP

BBD.MouseButton1Click:Connect(function()
if BBD.BackgroundColor3 == [Link](52, 52, 52) then
BBD.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
BBD.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

BBE.MouseButton1Click:Connect(function()
if BBE.BackgroundColor3 == [Link](52, 52, 52) then
BBE.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
BBE.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

BBH.MouseButton1Click:Connect(function()
if BBH.BackgroundColor3 == [Link](52, 52, 52) then
BBH.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
BBH.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

BBHT.MouseButton1Click:Connect(function()
if [Link] == "Bar" then
[Link] = "bar, TEXT, both"
[Link] = "Text"
elseif [Link] == "Text" then
[Link] = "bar, text, BOTH"
[Link] = "Both"
elseif [Link] == "Both" then
[Link] = "BAR, text, both"
[Link] = "Bar"
end
end)

BBN.MouseButton1Click:Connect(function()
if BBN.BackgroundColor3 == [Link](52, 52, 52) then
BBN.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
BBN.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

BTC.MouseButton1Click:Connect(function()
if BTC.BackgroundColor3 == [Link](52, 52, 52) then
BTC.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
BTC.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)
-- Outlines

OE.MouseButton1Click:Connect(function()
if OE.BackgroundColor3 == [Link](52, 52, 52) then
OE.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
OE.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

OTC.MouseButton1Click:Connect(function()
if OTC.BackgroundColor3 == [Link](52, 52, 52) then
OTC.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
OTC.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

-- Tracers

TE.MouseButton1Click:Connect(function()
if TE.BackgroundColor3 == [Link](52, 52, 52) then
TE.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
TE.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

TTC.MouseButton1Click:Connect(function()
if TTC.BackgroundColor3 == [Link](52, 52, 52) then
TTC.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
TTC.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)
TTCOlor.MouseButton1Click:Connect(function()
if TTCOlor.BackgroundColor3 == [Link](52, 52, 52) then
TTCOlor.BackgroundColor3 = [Link](2, 54, 8)
[Link] = true
else
TTCOlor.BackgroundColor3 = [Link](52, 52, 52)
[Link] = false
end
end)

-- UI Toggle

TextButton.MouseButton1Click:Connect(function()
if [Link] == true then
[Link] = false
else
[Link] = true
end
end)

-- Scripts:

local function LDTZWMY_fake_script() -- Slider3.Script1


local Mouse = [Link]:GetMouse()
local Slider = Slider3
local Fill = Fill1
local Trigger = TriggerFov
local TextNumbers = Numbers

local maxvalue = 7 or 700/700


local startingvalue = 0 or 0/100

[Link] = [Link]([Link],1)
[Link] = tostring([Link]([Link]*100))

local TweenService = game:GetService("TweenService")


local TweenStyle = [Link](0.25, [Link])

local function UpdateSlider()


local OutPut = [Link]((([Link](Mouse.X,Mouse.Y)-
[Link])/[Link]).X,0,1)

if [Link] ~= OutPut then


TweenService:Create(Fill,TweenStyle,{Size =
[Link](OutPut,1)}):Play()
end

[Link] = (startingvalue +(OutPut*(maxvalue-


startingvalue)))*100
[Link] = tostring([Link]([Link]*100))
end

Fill:GetPropertyChangedSignal("Size"):Connect(function()
[Link] = tostring([Link]([Link]*100))
end)

local SliderActive = false


local function ActivateSlider()
SliderActive = true
while SliderActive do
UpdateSlider()
[Link]()
end
end

Trigger.MouseButton1Down:Connect(ActivateSlider)

game:GetService("UserInputService").InputEnded:Connect(function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
SliderActive = false
end
end)
end
[Link](LDTZWMY_fake_script)()

local function YEOE_fake_script() -- Slider4.Script2


local Mouse = [Link]:GetMouse()
local Slider = Slider4
local Fill = Fill2
local Trigger = TriggerSmoothing
local TextNumbers = Numbers_2

local maxvalue = 3 or 30/30


local startingvalue = 0 or 0/100

[Link] = [Link]([Link],1)
[Link] = tostring([Link]([Link]*100))

local TweenService = game:GetService("TweenService")


local TweenStyle = [Link](0.25, [Link])

local function UpdateSlider()


local OutPut = [Link]((([Link](Mouse.X,Mouse.Y)-
[Link])/[Link]).X,0,1)

if [Link] ~= OutPut then


TweenService:Create(Fill,TweenStyle,{Size =
[Link](OutPut,1)}):Play()
end

[Link] = startingvalue +(OutPut*(maxvalue-


startingvalue))
[Link] = tostring([Link]([Link]*100))
end

Fill:GetPropertyChangedSignal("Size"):Connect(function()
[Link] = tostring([Link]([Link]*100))
end)

local SliderActive = false

local function ActivateSlider()


SliderActive = true
while SliderActive do
UpdateSlider()
[Link]()
end
end

Trigger.MouseButton1Down:Connect(ActivateSlider)

game:GetService("UserInputService").InputEnded:Connect(function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
SliderActive = false
end
end)

end
[Link](YEOE_fake_script)()
local function GOUU_fake_script() -- Slider1.Script3
local Mouse = [Link]:GetMouse()
local Slider = Slider1
local Fill = Fill3
local Trigger = TriggerOutTans
local TextNumbers = Numbers_3

local maxvalue = 1 or 100/100


local startingvalue = 0 or 0/100

[Link] = [Link]([Link],1)
[Link] =
tostring([Link]([Link]*100))

local TweenService = game:GetService("TweenService")


local TweenStyle = [Link](0.25, [Link])

local function UpdateSlider()


local OutPut = [Link]((([Link](Mouse.X,Mouse.Y)-
[Link])/[Link]).X,0,1)

if [Link] ~= OutPut then


TweenService:Create(Fill,TweenStyle,{Size =
[Link](OutPut,1)}):Play()
end

[Link] = startingvalue +
(OutPut*(maxvalue-startingvalue))
[Link] =
tostring([Link]([Link]*100))
end

Fill:GetPropertyChangedSignal("Size"):Connect(function()
[Link] =
tostring([Link]([Link]*100))
end)

local SliderActive = false

local function ActivateSlider()


SliderActive = true
while SliderActive do
UpdateSlider()
[Link]()
end
end

Trigger.MouseButton1Down:Connect(ActivateSlider)

game:GetService("UserInputService").InputEnded:Connect(function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
SliderActive = false
end
end)

end
[Link](GOUU_fake_script)()
local function MMUKLB_fake_script() -- Slider2.Script4
local Mouse = [Link]:GetMouse()
local Slider = Slider2
local Fill = Fill4
local Trigger = TriggerFill
local TextNumbers = Numbers_4

local maxvalue = 1 or 100/100


local startingvalue = 0 or 0/100

[Link] = [Link]([Link],1)
[Link] =
tostring([Link]([Link]*100))

local TweenService = game:GetService("TweenService")


local TweenStyle = [Link](0.25, [Link])

local function UpdateSlider()


local OutPut = [Link]((([Link](Mouse.X,Mouse.Y)-
[Link])/[Link]).X,0,1)

if [Link] ~= OutPut then


TweenService:Create(Fill,TweenStyle,{Size =
[Link](OutPut,1)}):Play()
end

[Link] = startingvalue +
(OutPut*(maxvalue-startingvalue))
[Link] =
tostring([Link]([Link]*100))
end

Fill:GetPropertyChangedSignal("Size"):Connect(function()
[Link] =
tostring([Link]([Link]*100))
end)

local SliderActive = false

local function ActivateSlider()


SliderActive = true
while SliderActive do
UpdateSlider()
[Link]()
end
end

Trigger.MouseButton1Down:Connect(ActivateSlider)

game:GetService("UserInputService").InputEnded:Connect(function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
SliderActive = false
end
end)

end
[Link](MMUKLB_fake_script)()

game:GetService('RunService').RenderStepped:connect(function()

-- Aimbot Check
if [Link] == true then
if
UIS:IsMouseButtonPressed([Link][[Link]]) then
local _pos = CameraGetClosestToMouse([Link])
if _pos then
aimAt(_pos, [Link])
end
end
end

-- Fov
local acc = [Link] / 2
local posd = UIS:GetMouseLocation()
[Link] = [Link](0, posd.X, 0, posd.Y - 36)
[Link] = [Link](0, [Link] + acc, 0,
[Link] + acc)
[Link] = [Link]
FOVFFrame.BackgroundColor3 = [Link]
[Link] = [Link]

[Link] = [Link]
[Link] = [Link]
[Link] = [Link]

-- Colors

[Link] = [Link](tonumber(Box_R.Text),
tonumber(Box_G.Text), tonumber(Box_B.Text))
[Link] =
[Link](tonumber(FillOutlines_R.Text), tonumber(FillOutlines_G.Text),
tonumber(FillOutlines_B.Text))
[Link] =
[Link](tonumber(Outlines_R.Text), tonumber(Outlines_G.Text),
tonumber(Outlines_B.Text))
[Link] = [Link](tonumber(Tracers_R.Text),
tonumber(Tracers_G.Text), tonumber(Tracers_B.Text))
end)

[Link]()
for i,plr in pairs([Link]:GetChildren()) do
AddHighlight(plr)
AddBox(plr)
AddTracers(plr)
end

[Link]:Connect(function(plr)
AddHighlight(plr)
AddBox(plr)
AddTracers(plr)
end)

You might also like