0% found this document useful (0 votes)
133 views75 pages

Message

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)
133 views75 pages

Message

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

if not game["Loaded"] or not game:GetService("Players")["LocalPlayer"] then

game["Loaded"]:Wait()
game:WaitForChild(game:GetService("Players"))

game:GetService("Players"):WaitForChild(game:GetService("Players").[Link]
)
repeat
game:GetService("RunService").RenderStepped:Wait()
until game:GetService("Players").[Link]
end
do
local ui = game:GetService("CoreGui"):FindFirstChild("dimagx")
if ui then
ui:Destroy()
end
end

function Notify(title, text, dur)


[Link]:SetCore("SendNotification", {
Title = title or "Dimag X";
Text = text or "";
Duration = dur or [Link](3,5);
})
end

Notify("Dimag X", "Loaded!, dawn#9990")

assert(getrawmetatable)
gmt = getrawmetatable(game)
setreadonly(gmt, false)
old = gmt.__namecall
gmt.__namecall =
newcclosure(
function(self, ...)
local args = {...}
if tostring(args[1]) == "BreathingHAMON" then
return
elseif tostring(args[1]) == "TeleportDetect" then
return
elseif tostring(args[1]) == "CHECKER_1" then
return
elseif tostring(args[1]) == "CHECKER" then
return
elseif tostring(args[1]) == "GUI_CHECK" then
return
elseif tostring(args[1]) == "OneMoreTime" then
return
elseif tostring(args[1]) == "checkingSPEED" then
return
elseif tostring(args[1]) == "BANREMOTE" then
return
elseif tostring(args[1]) == "PERMAIDBAN" then
return
elseif tostring(args[1]) == "KICKREMOTE" then
return
elseif tostring(args[1]) == "BR_KICKPC" then
return end

return old(self, ...)


end)

local function gplr(String)


local Found = {}
local strl = String:lower()
if strl == "all" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
[Link](Found,v)
end
elseif strl == "others" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if [Link] ~= [Link] then
[Link](Found,v)
end
end
elseif strl == "me" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if [Link] == [Link] then
[Link](Found,v)
end
end
else
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if [Link]:lower():sub(1, #String) == String:lower() then
[Link](Found,v)
end
end
end
return Found
end
local Targetting

local lib = {RainbowColorValue = 0, HueSelectionPosition = 0}


local UserInputService = game:GetService("UserInputService")
local TweenService = game:GetService("TweenService")
local RunService = game:GetService("RunService")

local LocalPlayer = game:GetService("Players").LocalPlayer


local Mouse = LocalPlayer:GetMouse()

local function MakeDraggable(topbarobject, object)


local Dragging = nil
local DragInput = nil
local DragStart = nil
local StartPosition = nil

local function Update(input)


local Delta = [Link] - DragStart
local pos =
[Link](
[Link],
[Link] + Delta.X,
[Link],
[Link] + Delta.Y
)
local Tween = TweenService:Create(object, [Link](0.2), {Position =
pos})
Tween:Play()
end
[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
Dragging = true
DragStart = [Link]
StartPosition = [Link]

[Link]:Connect(
function()
if [Link] == [Link] then
Dragging = false
end
end
)
end
end
)

[Link]:Connect(
function(input)
if
[Link] == [Link] or
[Link] == [Link]
then
DragInput = input
end
end
)

[Link]:Connect(
function(input)
if input == DragInput and Dragging then
Update(input)
end
end
)
end

local dimagx = [Link]("ScreenGui")


[Link] = "dimagx"
[Link] = [Link]
[Link] = [Link]
local usi = game:GetService("UserInputService")
local uitoggled = false
[Link]:Connect(
function(io, p)
if [Link] == [Link].V then
if uitoggled == false then
[Link] = false
uitoggled = true
else
[Link] = true
uitoggled = false
end
end
end
)
function lib:Tween(instance, properties, duration, ...)
TweenService:Create(instance, [Link](duration, ...), properties):Play()
end

[Link](
function()
while wait() do
[Link] = [Link] + 1 / 255
[Link] = [Link] + 1

if [Link] >= 1 then


[Link] = 0
end

if [Link] == 105 then


[Link] = 0
end
end
end
)()

function lib:notification(textt)
for i, v in next, dimagx:GetChildren() do
if [Link] == "notificationframe" then
v:Destroy()
end
end
local notificationframe = [Link]("Frame")
local notificationuicorner = [Link]("UICorner")
local Glow = [Link]("ImageLabel")
local text = [Link]("TextLabel")
local container = [Link]("Frame")
local containeruicorner = [Link]("UICorner")
local okay = [Link]("TextButton")
local loaduicorner = [Link]("UICorner")
local desc = [Link]("TextLabel")

[Link] = "notificationframe"
[Link] = dimagx
[Link] = [Link](0.5, 0.5)
notificationframe.BackgroundColor3 = [Link](45, 45, 45)
[Link] = [Link](0.5, 0, 0.50856787, 0)
[Link] = [Link](0, 406, 0, 194)

[Link] = [Link](0, 6)
[Link] = "notificationuicorner"
[Link] = notificationframe

[Link] = "Glow"
[Link] = notificationframe
Glow.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = 0
[Link] = [Link](0, -15, 0, -15)
[Link] = [Link](1, 30, 1, 30)
[Link] = 0
[Link] = "rbxassetid://4996891970"
Glow.ImageColor3 = [Link](15, 15, 15)
[Link] = [Link]
[Link] = [Link](20, 20, 280, 280)

[Link] = "text"
[Link] = notificationframe
text.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0470411777, 0, 0.0600325875, 0)
[Link] = [Link](0, 106, 0, 28)
[Link] = [Link]
[Link] = "Notification"
text.TextColor3 = [Link](255, 255, 255)
[Link] = 18.000
text.TextStrokeColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = [Link]

[Link] = "container"
[Link] = notificationframe
container.BackgroundColor3 = [Link](51, 51, 51)
[Link] = [Link](0.031752713, 0, 0.228634387, 0)
[Link] = [Link](0, 383, 0, 142)

[Link] = [Link](0, 6)
[Link] = "containeruicorner"
[Link] = container

[Link] = "okay"
[Link] = container
[Link] = [Link](0.5, 0.5)
okay.BackgroundColor3 = [Link](61, 61, 61)
[Link] = -0.050
[Link] = [Link](0.499596477, 0, 0.844715297, 0)
[Link] = [Link](0, 368, 0, 31)
[Link] = false
[Link] = [Link]
[Link] = "Okay"
okay.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "loaduicorner"
[Link] = okay

[Link] = "desc"
[Link] = notificationframe
desc.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.226844221, 0, 0.410032541, 0)
[Link] = [Link](0, 223, 0, 42)
[Link] = [Link]
[Link] = textt
desc.TextColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = 18.000
desc.TextStrokeColor3 = [Link](255, 255, 255)
[Link] = true
[Link]:Connect(
function()
TweenService:Create(
okay,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](71, 71, 71)}
):Play()
end
)

[Link]:Connect(
function()
TweenService:Create(
okay,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](61, 61, 61)}
):Play()
end
)

okay.MouseButton1Click:Connect(function()
notificationframe:Destroy()
end)
end

function lib:MainWindow(text)
local ft = false

local mainframe = [Link]("Frame")


local mainuicorner = [Link]("UICorner")
local leftframe = [Link]("Frame")
local leftuicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local gamename = [Link]("TextLabel")
local tabholder = [Link]("Frame")
local tabuicorner = [Link]("UICorner")
local tabuilist = [Link]("UIListLayout")
local tabuipadding = [Link]("UIPadding")
local currenttab = [Link]("TextLabel")
local Glow = [Link]("ImageLabel")
local Glow_2 = [Link]("ImageLabel")
local containers = [Link]("Folder")
local dragframe = [Link]("Frame")

[Link] = "mainframe"
[Link] = dimagx
[Link] = [Link](0.5, 0.5)
mainframe.BackgroundColor3 = [Link](45, 45, 45)
[Link] = [Link](0.5, 0, 0.5, 0)
[Link] = [Link](0, 624, 0, 358)

[Link] = [Link](0, 6)
[Link] = "mainuicorner"
[Link] = mainframe

[Link] = "leftframe"
[Link] = mainframe
leftframe.BackgroundColor3 = [Link](29, 29, 29)
[Link] = [Link](-0.000906724192, 0, -0.000741202093, 0)
[Link] = [Link](0, 162, 0, 358)

[Link] = [Link](0, 6)
[Link] = "leftuicorner"
[Link] = leftframe

[Link] = "title"
[Link] = leftframe
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.172839507, 0, 0.0558659211, 0)
[Link] = [Link](0, 106, 0, 28)
[Link] = [Link]
[Link] = "Dimag X"
title.TextColor3 = [Link](255, 255, 255)
[Link] = 18.000
title.TextStrokeColor3 = [Link](255, 255, 255)

[Link] = "gamename"
[Link] = leftframe
gamename.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.172839507, 0, 0.0977653712, 0)
[Link] = [Link](0, 106, 0, 28)
[Link] = [Link]
[Link] = text
gamename.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
gamename.TextStrokeColor3 = [Link](255, 255, 255)

[Link] = "tabholder"
[Link] = leftframe
tabholder.BackgroundColor3 = [Link](31, 31, 31)
[Link] = [Link](0.0608215332, 0, 0.175977647, 0)
[Link] = [Link](0, 141, 0, 283)

[Link] = [Link](0, 6)
[Link] = "tabuicorner"
[Link] = tabholder

[Link] = "tabuilist"
[Link] = tabholder
[Link] = [Link]
[Link] = [Link](0, 6)

[Link] = "tabuipadding"
[Link] = tabholder
[Link] = [Link](0, 6)
[Link] = [Link](0, 6)

[Link] = "currenttab"
[Link] = leftframe
currenttab.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](1.09876537, 0, 0.0558659211, 0)
[Link] = [Link](0, 106, 0, 28)
[Link] = [Link]
[Link] = "Main"
currenttab.TextColor3 = [Link](255, 255, 255)
[Link] = 18.000
currenttab.TextStrokeColor3 = [Link](255, 255, 255)
[Link] = true
[Link] = [Link]

[Link] = "Glow"
[Link] = leftframe
Glow.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = 0
[Link] = [Link](0, -15, 0, -15)
[Link] = [Link](1, 30, 1, 30)
[Link] = 0
[Link] = "rbxassetid://4996891970"
Glow.ImageColor3 = [Link](15, 15, 15)
[Link] = [Link]
[Link] = [Link](20, 20, 280, 280)

Glow_2.Name = "Glow"
Glow_2.Parent = mainframe
Glow_2.BackgroundColor3 = [Link](255, 255, 255)
Glow_2.BackgroundTransparency = 1.000
Glow_2.BorderSizePixel = 0
Glow_2.Position = [Link](0, -15, 0, -15)
Glow_2.Size = [Link](1, 30, 1, 30)
Glow_2.ZIndex = 0
Glow_2.Image = "rbxassetid://4996891970"
Glow_2.ImageColor3 = [Link](15, 15, 15)
Glow_2.ScaleType = [Link]
Glow_2.SliceCenter = [Link](20, 20, 280, 280)

[Link] = "dragframe"
[Link] = mainframe
[Link] = [Link](0.5, 0.5)
dragframe.BackgroundColor3 = [Link](45, 45, 45)
[Link] = 1.000
[Link] = [Link](0.629807711, 0, 0.0893854722, 0)
[Link] = [Link](0, 448, 0, 48)
MakeDraggable(dragframe, mainframe)

[Link] = "containers"
[Link] = mainframe

local window = {}

function window:Tab(title)
local scrollframe = [Link]("ScrollingFrame")
local container = [Link]("Frame")
local containeruicorner = [Link]("UICorner")
local scrolluilist = [Link]("UIListLayout")
local tab = [Link]("TextButton")

[Link] = "tab"
[Link] = tabholder
tab.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0, 141, 0, 22)
[Link] = [Link]
[Link] = title
tab.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = 0.5

[Link] = "scrollframe"
[Link] = container
[Link] = true
scrollframe.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = 0
[Link] = [Link](0.0260001495, 0, 0.04099999, 0)
[Link] = [Link](0, 427, 0, 264)
[Link] = "rbxasset://textures/ui/Scroll/[Link]"
[Link] = [Link](0, 0, 0, 0)
[Link] = 2
[Link] = "rbxasset://textures/ui/Scroll/[Link]"
scrollframe.ScrollBarImageColor3 = [Link](75, 75, 75)

[Link] = "scrolluilist"
[Link] = scrollframe
[Link] = [Link]
[Link] = [Link](0, 3)

[Link] = "container"
[Link] = containers
container.BackgroundColor3 = [Link](51, 51, 51)
[Link] = [Link](0.273131847, 0, 0.175236449, 0)
[Link] = [Link](0, 443, 0, 283)
[Link] = false

[Link] = [Link](0, 6)
[Link] = "containeruicorner"
[Link] = container

if ft == false then
ft = true
[Link] = true
[Link] = 0
[Link] = title
end

tab.MouseButton1Click:Connect(
function()
for i, v in next, containers:GetChildren() do
if [Link] == "container" then
[Link] = false
end
end
for i, v in next, tabholder:GetChildren() do
if [Link] == "TextButton" then
[Link] = 0.5
end
end
[Link] = true
[Link] = 0
[Link] = title
end
)
local tab = {}

function tab:Button(title, callback)


local button = [Link]("TextButton")
local buttonuicorner = [Link]("UICorner")

[Link] = "button"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
button.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.503571451, 0, 0.535714269, 0)
[Link] = [Link](0, 420, 0, 28)
[Link] = false
[Link] = [Link]
button.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = title

[Link] = [Link](0, 3)
[Link] = "buttonuicorner"
[Link] = button

[Link]:Connect(
function()
TweenService:Create(
button,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](71, 71, 71)}
):Play()
end
)

[Link]:Connect(
function()
TweenService:Create(
button,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](61, 61, 61)}
):Play()
end
)

button.MouseButton1Click:Connect(
function()
[Link] = 0
lib:Tween(button, {TextSize = 16}, 0.2)

wait(0.2)
lib:Tween(button, {TextSize = 14}, 0.2)
if callback then
pcall(callback)
end
end
)

[Link] = [Link](0, 0, 0,
[Link].Y)
end

function tab:Toggle(text, toggled, callback)


local t = false

local toggle = [Link]("TextButton")


local toggleuicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local box = [Link]("Frame")
local fill = [Link]("Frame")
local filluicorner = [Link]("UICorner")
local boxuicorner = [Link]("UICorner")

[Link] = "toggle"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
toggle.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.503571451, 0, 0.535714269, 0)
[Link] = [Link](0, 420, 0, 28)
[Link] = false
[Link] = [Link]
[Link] = ""
toggle.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "toggleuicorner"
[Link] = toggle

[Link] = "title"
[Link] = toggle
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0238095261, 0, 0.178571433, 0)
[Link] = [Link](0, 55, 0, 17)
[Link] = [Link]
[Link] = text
title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = "box"
[Link] = toggle
[Link] = [Link](1, 0.5)
box.BackgroundColor3 = [Link](51, 51, 51)
[Link] = 0
[Link] = [Link](1, -5, 0.5, 0)
[Link] = [Link](0, 36, 1, -8)

[Link] = "fill"
[Link] = box
[Link] = [Link](0, 0.5)
fill.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 0
[Link] = [Link](0, 2, 0.5, 0)
[Link] = [Link](0.5, -2, 1, -4)

[Link] = [Link](0, 3)
[Link] = "filluicorner"
[Link] = fill

[Link] = [Link](0, 3)
[Link] = "boxuicorner"
[Link] = box

[Link]:Connect(
function()
TweenService:Create(
toggle,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](71, 71, 71)}
):Play()
end
)

[Link]:Connect(
function()
TweenService:Create(
toggle,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](61, 61, 61)}
):Play()
end
)

toggle.MouseButton1Click:Connect(
function()
if t == true then
fill:TweenPosition([Link](0, 2, 0.5, 0), "In", "Linear",
0.2)
if callback then
callback(false)
end
t = not t
else
fill:TweenPosition([Link](0, 17, 0.5, 0), "Out",
"Linear", 0.2)
if callback then
callback(true)
end
t = not t
end
end
)
[Link] = [Link](0, 0, 0,
[Link].Y)
end

function tab:Colorpicker(text, presetcolor, callback)


local colorpicker = [Link]("TextButton")
local colorpickeruicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local currentcolor = [Link]("Frame")
local currentcoloruicorner = [Link]("UICorner")
local ColorPickerToggled = false
local OldToggleColor = [Link](0, 0, 0)
local OldColor = [Link](0, 0, 0)
local OldColorSelectionPosition = nil
local OldHueSelectionPosition = nil
local ColorH, ColorS, ColorV = 1, 1, 1
local RainbowColorPicker = false
local ColorPickerInput = nil
local ColorInput = nil
local HueInput = nil

[Link] = "colorpicker"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
colorpicker.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.516391993, 0, 0.569233835, 0)
[Link] = [Link](0, 420, 0, 28)
[Link] = false
[Link] = [Link]
[Link] = ""
colorpicker.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "colorpickeruicorner"
[Link] = colorpicker

[Link] = "title"
[Link] = colorpicker
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0238095261, 0, 0.178571433, 0)
[Link] = [Link](0, 55, 0, 17)
[Link] = [Link]
[Link] = text
title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = "currentcolor"
[Link] = colorpicker
[Link] = [Link](1, 0.5)
currentcolor.BackgroundColor3 = presetcolor
[Link] = 0
[Link] = [Link](1, -5, 0.5, 0)
[Link] = [Link](0, 36, 1, -8)

[Link] = [Link](0, 3)
[Link] = "currentcoloruicorner"
[Link] = currentcolor

local colorpickerframe = [Link]("Frame")


local color = [Link]("ImageLabel")
local UICorner = [Link]("UICorner")
local colorselection = [Link]("ImageLabel")
local colorhue = [Link]("ImageLabel")
local huecorner = [Link]("UICorner")
local UIGradient = [Link]("UIGradient")
local hueselection = [Link]("ImageLabel")
local confirmbutton = [Link]("TextButton")
local confirmbuttonuicorner = [Link]("UICorner")
local colorpickeruicorner = [Link]("UICorner")
local rainbowtoggle = [Link]("TextButton")
local rainbowtoggleuicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local box = [Link]("Frame")
local fill = [Link]("Frame")
local filluicorner = [Link]("UICorner")
local boxuicorner = [Link]("UICorner")

[Link] = "colorpickerframe"
[Link] = scrollframe
colorpickerframe.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](1.06778276, 0, -0.0327380896, 0)
[Link] = [Link](0, 169, 0, 175)
[Link] = false

[Link] = "color"
[Link] = colorpickerframe
color.BackgroundColor3 = presetcolor
[Link] = [Link](0, 9, 0, 10)
[Link] = [Link](0, 124, 0, 105)
[Link] = 10
[Link] = "rbxassetid://4155801252"

[Link] = [Link](0, 3)
[Link] = color

[Link] = "colorselection"
[Link] = color
colorselection.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = 25
[Link] = [Link](0.5, 0.5)
[Link] = [Link](presetcolor and select(3,
[Link](presetcolor)))
[Link] = [Link](0, 18, 0, 18)
[Link] = "rbxassetid://4953646208"
[Link] = [Link]

[Link] = "colorhue"
[Link] = colorpickerframe
colorhue.BackgroundColor3 = [Link](255, 255, 255)
[Link] = [Link](0, 136, 0, 10)
[Link] = [Link](0, 25, 0, 105)

[Link] = [Link](0, 3)
[Link] = "huecorner"
[Link] = colorhue

[Link] =
[Link] {
[Link](0.00, [Link](255, 0, 4)),
[Link](0.20, [Link](234, 255, 0)),
[Link](0.40, [Link](21, 255, 0)),
[Link](0.60, [Link](0, 255, 255)),
[Link](0.80, [Link](0, 17, 255)),
[Link](0.90, [Link](255, 0, 251)),
[Link](1.00, [Link](255, 0, 4))
}
[Link] = 270
[Link] = colorhue

[Link] = "hueselection"
[Link] = colorhue
hueselection.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.48, 0, 1 - select(1,
[Link](presetcolor)))
[Link] = [Link](0, 18, 0, 18)
[Link] = "rbxassetid://4953646208"
[Link] = [Link](0.5, 0.5)

[Link] = "confirmbutton"
[Link] = colorpickerframe
[Link] = [Link](0.5, 0.5)
confirmbutton.BackgroundColor3 = [Link](51, 51, 51)
[Link] = [Link](0.499422163, 0, 0.90464288, 0)
[Link] = [Link](0, 150, 0, 19)
[Link] = false
[Link] = [Link]
[Link] = "Confirm"
confirmbutton.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "confirmbuttonuicorner"
[Link] = confirmbutton

[Link] = [Link](0, 3)
[Link] = "colorpickeruicorner"
[Link] = colorpickerframe

[Link] = "rainbowtoggle"
[Link] = colorpickerframe
[Link] = [Link](0.5, 0.5)
rainbowtoggle.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.495000005, 0, 0.755999982, 0)
[Link] = [Link](0, 152, 0, 25)
[Link] = false
[Link] = [Link]
[Link] = ""
rainbowtoggle.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "rainbowtoggleuicorner"
[Link] = rainbowtoggle

[Link] = "title"
[Link] = rainbowtoggle
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0238095261, 0, 0.178571433, 0)
[Link] = [Link](0, 55, 0, 17)
[Link] = [Link]
[Link] = "Rainbow"
title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = "box"
[Link] = rainbowtoggle
[Link] = [Link](1, 0.5)
box.BackgroundColor3 = [Link](51, 51, 51)
[Link] = 0
[Link] = [Link](1, -5, 0.5, 0)
[Link] = [Link](0, 36, 1, -8)

[Link] = "fill"
[Link] = box
[Link] = [Link](0, 0.5)
fill.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 0
[Link] = [Link](0, 2, 0.5, 0)
[Link] = [Link](0.5, -2, 1, -4)

[Link] = [Link](0, 3)
[Link] = "filluicorner"
[Link] = fill

[Link] = [Link](0, 3)
[Link] = "boxuicorner"
[Link] = box

[Link]:Connect(
function()
TweenService:Create(
colorpicker,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](71, 71, 71)}
):Play()
end
)

[Link]:Connect(
function()
TweenService:Create(
colorpicker,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](61, 61, 61)}
):Play()
end
)

local function UpdateColorPicker(nope)


currentcolor.BackgroundColor3 = [Link](ColorH, ColorS,
ColorV)
color.BackgroundColor3 = [Link](ColorH, 1, 1)

callback(currentcolor.BackgroundColor3)
end

ColorH =
1 -
([Link]([Link].Y -
[Link].Y, 0, [Link].Y) /
[Link].Y)
ColorS =
([Link]([Link].X -
[Link].X, 0, [Link].X) /
[Link].X)
ColorV =
1 -
([Link]([Link].Y -
[Link].Y, 0, [Link].Y) /
[Link].Y)

currentcolor.BackgroundColor3 = presetcolor
color.BackgroundColor3 = presetcolor
callback(color.BackgroundColor3)

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 then
if RainbowColorPicker then
return
end

if ColorInput then
ColorInput:Disconnect()
end

ColorInput =
[Link]:Connect(
function()
local ColorX =
([Link](Mouse.X - [Link].X,
0, [Link].X) /
[Link].X)
local ColorY =
([Link](Mouse.Y - [Link].Y,
0, [Link].Y) /
[Link].Y)

[Link] = [Link](ColorX, 0,
ColorY, 0)
ColorS = ColorX
ColorV = 1 - ColorY

UpdateColorPicker(true)
end
)
end
end
)

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 then
if ColorInput then
ColorInput:Disconnect()
end
end
end
)

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 then
if RainbowColorPicker then
return
end

if HueInput then
HueInput:Disconnect()
end

HueInput =
[Link]:Connect(
function()
local HueY =
([Link](Mouse.Y -
[Link].Y, 0, [Link].Y) /
[Link].Y)

[Link] = [Link](0.48, 0, HueY, 0)


ColorH = 1 - HueY

UpdateColorPicker(true)
end
)
end
end
)

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 then
if HueInput then
HueInput:Disconnect()
end
end
end
)

rainbowtoggle.MouseButton1Down:Connect(
function()
RainbowColorPicker = not RainbowColorPicker

if ColorInput then
ColorInput:Disconnect()
end

if HueInput then
HueInput:Disconnect()
end

if RainbowColorPicker then
fill:TweenPosition([Link](0, 17, 0.5, 0), "In",
"Linear", 0.2)
OldToggleColor = currentcolor.BackgroundColor3
OldColor = color.BackgroundColor3
OldColorSelectionPosition = [Link]
OldHueSelectionPosition = [Link]

while RainbowColorPicker do
currentcolor.BackgroundColor3 =
[Link]([Link], 1, 1)
color.BackgroundColor3 =
[Link]([Link], 1, 1)

[Link] = [Link](1, 0, 0, 0)
[Link] = [Link](0.48, 0, 0,
[Link])

callback(color.BackgroundColor3)
wait()
end
elseif not RainbowColorPicker then
fill:TweenPosition([Link](0, 2, 0.5, 0), "Out",
"Linear", 0.2)
currentcolor.BackgroundColor3 = OldToggleColor
color.BackgroundColor3 = OldColor

[Link] = OldColorSelectionPosition
[Link] = OldHueSelectionPosition

callback(currentcolor.BackgroundColor3)
end
end
)

colorpicker.MouseButton1Click:Connect(
function()
if ColorPickerToggled == true then
ColorPickerToggled = not ColorPickerToggled
[Link] = false
[Link] = [Link](0, 0, 0,
[Link].Y)
else
ColorPickerToggled = not ColorPickerToggled
[Link] = true
[Link] = [Link](0, 0, 0,
[Link].Y)
end
end
)

confirmbutton.MouseButton1Click:Connect(
function()
ColorPickerToggled = not ColorPickerToggled
[Link] = false
[Link] = [Link](0, 0, 0,
[Link].Y)
end
)

[Link] = [Link](0, 0, 0,
[Link].Y)
end

function tab:Slider(text, min, max, callback)


local dragging = false
local slider = [Link]("TextButton")
local slideruicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local placetoslide = [Link]("Frame")
local slidingframe = [Link]("Frame")
local slidinguicorner = [Link]("UICorner")
local placeuicorner = [Link]("UICorner")
local valueframe = [Link]("Frame")
local valueuicorner = [Link]("UICorner")
local value = [Link]("TextLabel")

[Link] = "slider"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
slider.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.503571451, 0, 0.562250555, 0)
[Link] = [Link](0, 420, 0, 47)
[Link] = false
[Link] = [Link]
[Link] = ""
slider.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "slideruicorner"
[Link] = slider

[Link] = "title"
[Link] = slider
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0261903312, 0, 0.19669877, 0)
[Link] = [Link](0, 54, 0, 15)
[Link] = [Link]
[Link] = text
title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = "placetoslide"
[Link] = slider
[Link] = [Link](1, 0.5)
placetoslide.BackgroundColor3 = [Link](51, 51, 51)
[Link] = 0
[Link] = [Link](0.973809481, 0, 0.769376695, 0)
[Link] = [Link](0, 398, 0, 8)

[Link] = "slidingframe"
[Link] = placetoslide
slidingframe.BackgroundColor3 = [Link](100, 100, 100)
[Link] = 0
[Link] = [Link](0, 0, 1, 0)

[Link] = [Link](0, 3)
[Link] = "slidinguicorner"
[Link] = slidingframe

[Link] = [Link](0, 3)
[Link] = "placeuicorner"
[Link] = placetoslide

[Link] = "valueframe"
[Link] = slider
[Link] = [Link](1, 0.5)
valueframe.BackgroundColor3 = [Link](51, 51, 51)
[Link] = 0
[Link] = [Link](0.973809361, 0, 0.363507211, 0)
[Link] = [Link](0, 44, 0, 16)

[Link] = [Link](0, 3)
[Link] = "valueuicorner"
[Link] = valueframe

[Link] = "value"
[Link] = valueframe
value.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](-0.0209999997, 0, 0.00999999978, 0)
[Link] = [Link](0, 44, 0, 16)
[Link] = [Link]
[Link] = min
value.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000

local function slide(input)


local pos =
[Link](
[Link](([Link].X - [Link].X)
/ [Link].X, 0, 1),
0,
1,
0
)
slidingframe:TweenSize(pos, [Link],
[Link], 0.2, true)
local s = [Link]((([Link] * max) / max) * (max - min) +
min)
[Link] = tostring(s)
callback(s)
end

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 then
slide(input)
dragging = true
end
end
)

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 then
dragging = false
end
end
)

[Link]:Connect(
function(input)
if dragging and [Link] ==
[Link] then
slide(input)
end
end
)
[Link] = [Link](0, 0, 0,
[Link].Y)
end

function tab:Label(text)
local labelfunc = {}
local label = [Link]("TextButton")
local labeluicorner = [Link]("UICorner")

[Link] = "button"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
label.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.503571451, 0, 0.535714269, 0)
[Link] = [Link](0, 420, 0, 28)
[Link] = false
[Link] = [Link]
label.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = text

[Link] = [Link](0, 3)
[Link] = "buttonuicorner"
[Link] = label
[Link] = [Link](0, 0, 0,
[Link].Y)
function labelfunc:Change(name)
[Link] = name
end
return labelfunc
end

function tab:Spliter()
local spliter = [Link]("TextButton")
local spliteruicorner = [Link]("UICorner")
[Link] = "spliter"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
spliter.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.491803288, 0, 0.42992425, 0)
[Link] = [Link](0, 420, 0, 3)
[Link] = false
[Link] = [Link]
[Link] = ""
spliter.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link](0, 3)
[Link] = "spliteruicorner"
[Link] = spliter
[Link] = [Link](0, 0, 0,
[Link].Y)
end
function tab:Textbox(text, disapper, callback)
local textbox = [Link]("TextButton")
local textboxuicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local textboxframe = [Link]("Frame")
local textboxframeuicorner = [Link]("UICorner")
local textboxmain = [Link]("TextBox")
[Link] = "textbox"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
textbox.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.516391993, 0, 0.569233835, 0)
[Link] = [Link](0, 420, 0, 28)
[Link] = false
[Link] = [Link]
[Link] = ""
textbox.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "textboxuicorner"
[Link] = textbox

[Link] = "title"
[Link] = textbox
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0238095261, 0, 0.178571433, 0)
[Link] = [Link](0, 55, 0, 17)
[Link] = [Link]
[Link] = text
title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = "textboxframe"
[Link] = textbox
[Link] = [Link](1, 0.5)
textboxframe.BackgroundColor3 = [Link](51, 51, 51)
[Link] = 0
[Link] = [Link](1.00000012, -5, 0.5, 0)
[Link] = [Link](0.349999994, 36, 1, -8)

[Link] = [Link](0, 3)
[Link] = "textboxframeuicorner"
[Link] = textboxframe

[Link] = "textboxmain"
[Link] = textboxframe
textboxmain.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0, 182, 0, 20)
[Link] = [Link]
[Link] = ""
textboxmain.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link]:Connect(
function(ep)
if ep then
if #[Link] > 0 then
callback([Link])
if disapper then
[Link] = ""
end
end
end
end
)

[Link] = [Link](0, 0, 0,
[Link].Y)
end

function tab:Dropdown(name, list, callback)


local d = false
local dropdown = [Link]("TextButton")
local dropdownuicorner = [Link]("UICorner")
local title = [Link]("TextLabel")
local arrow = [Link]("ImageLabel")

[Link] = "dropdown"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
dropdown.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.503571451, 0, 0.535714269, 0)
[Link] = [Link](0, 420, 0, 28)
[Link] = false
[Link] = [Link]
[Link] = ""
dropdown.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "dropdownuicorner"
[Link] = dropdown

[Link] = "title"
[Link] = dropdown
title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.0238095261, 0, 0.178571433, 0)
[Link] = [Link](0, 55, 0, 17)
[Link] = [Link]
[Link] = name
title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = "arrow"
[Link] = dropdown
[Link] = [Link](1, 0.5)
arrow.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = [Link](0.99249202, -3, 0.5, 0)
[Link] = 90.000
[Link] = [Link](0, 21, 0, 22)
[Link] = "[Link]
[Link] = 2.000

local dropdownframe = [Link]("TextButton")


local dropdownframeuicorner = [Link]("UICorner")
local dropdownscrollframe = [Link]("ScrollingFrame")
local dropscrolluilist = [Link]("UIListLayout")

[Link] = "dropdownframe"
[Link] = scrollframe
[Link] = [Link](0.5, 0.5)
dropdownframe.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.491803288, 0, 0.744318187, 0)
[Link] = [Link](0, 420, 0, 95)
[Link] = false
[Link] = [Link]
[Link] = ""
dropdownframe.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = false

[Link] = [Link](0, 3)
[Link] = "dropdownframeuicorner"
[Link] = dropdownframe

[Link] = "dropdownscrollframe"
[Link] = dropdownframe
[Link] = true
dropdownscrollframe.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
[Link] = 0
[Link] = [Link](0.0260001048, 0, 0.0936317816,
0)
[Link] = [Link](0, 403, 0, 79)
[Link] =
"rbxasset://textures/ui/Scroll/[Link]"
[Link] = [Link](0, 0, 0, 0)
[Link] = 2
[Link] = "rbxasset://textures/ui/Scroll/scroll-
[Link]"
dropdownscrollframe.ScrollBarImageColor3 = [Link](71, 71, 71)

[Link] = "dropscrolluilist"
[Link] = dropdownscrollframe
[Link] = [Link]
[Link] = [Link](0, 3)

for i, v in next, list do


local item = [Link]("TextButton")
local itemuicorner = [Link]("UICorner")
[Link] = "item"
[Link] = dropdownscrollframe
[Link] = [Link](0.5, 0.5)
item.BackgroundColor3 = [Link](61, 61, 61)
[Link] = [Link](0.491315126, 0, 0.177215189, 0)
[Link] = [Link](0, 396, 0, 28)
[Link] = false
[Link] = [Link]
[Link] = v
item.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 3)
[Link] = "itemuicorner"
[Link] = item
[Link]:Connect(
function()
TweenService:Create(
item,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](71, 71, 71)}
):Play()
end
)

[Link]:Connect(
function()
TweenService:Create(
item,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](61, 61, 61)}
):Play()
end
)

item.MouseButton1Click:Connect(
function()
TweenService:Create(
arrow,
[Link](0.5, [Link],
[Link]),
{Rotation = 90}
):Play()
[Link] = false
d = not d
[Link] = [Link](0, 0, 0,
[Link].Y)
[Link] = name .. " - " .. v
end
)
[Link] = [Link](0, 0, 0,
[Link].Y)
end

[Link]:Connect(
function()
TweenService:Create(
dropdown,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](71, 71, 71)}
):Play()
end
)

[Link]:Connect(
function()
TweenService:Create(
dropdown,
[Link](0.3, [Link],
[Link]),
{BackgroundColor3 = [Link](61, 61, 61)}
):Play()
end
)

dropdown.MouseButton1Click:Connect(
function()
if d == true then
TweenService:Create(
arrow,
[Link](0.5, [Link],
[Link]),
{Rotation = 90}
):Play()
[Link] = false
d = not d
[Link] = [Link](0, 0, 0,
[Link].Y)
else
TweenService:Create(
arrow,
[Link](0.5, [Link],
[Link]),
{Rotation = 0}
):Play()
[Link] = true
d = not d
[Link] = [Link](0, 0, 0,
[Link].Y)
end
end
)

[Link] = [Link](0, 0, 0,
[Link].Y)
end
return tab
end

return window
end

local s = lib:MainWindow("")

local ss = s:Tab("Main")

ss:Button(
"Fly",
function()
local plr = [Link]
local mouse = plr:GetMouse()

localplayer = plr

if workspace:FindFirstChild("Core") then
[Link]:Destroy()
end

local Core = [Link]("Part")


[Link] = "Core"
[Link] = [Link](0.05, 0.05, 0.05)

spawn(function()
[Link] = workspace
local Weld = [Link]("Weld", Core)
Weld.Part0 = Core
Weld.Part1 = [Link]
Weld.C0 = [Link](0, 0, 0)
end)

workspace:WaitForChild("Core")

local torso = [Link]


flying = true
local speed=7.5
local keys={a=false,d=false,w=false,s=false}
local e1
local e2
local function start()
local pos = [Link]("BodyPosition",torso)
local gyro = [Link]("BodyGyro",torso)
[Link]="EPIXPOS"
[Link] = [Link]([Link], [Link], [Link])
[Link] = [Link]
[Link] = [Link](9e9, 9e9, 9e9)
[Link] = [Link]
repeat
wait()
[Link]=true
local new=[Link] - [Link].p + [Link]
if not keys.w and not keys.s and not keys.a and not keys.d then
speed=7.5
end
if keys.w then
new = new + [Link]
* speed
speed=speed+0
end
if keys.s then
new = new - [Link]
* speed
speed=speed+0
end
if keys.d then
new = new * [Link](speed,0,0)
speed=speed+0
end
if keys.a then
new = new * [Link](-speed,0,0)
speed=speed+0
end
if speed>3.2 then
speed=7.5
end
[Link]=new.p
if keys.w then
[Link] =
[Link]*[Link](-[Link](speed*0),0,0)
elseif keys.s then
[Link] =
[Link]*[Link]([Link](speed*0),0,0)
else
[Link] = [Link]
end
until flying == false
if gyro then gyro:Destroy() end
if pos then pos:Destroy() end
flying=false
[Link]=false
speed=7.5
end
e1=[Link]:connect(function(key)
if not torso or not [Link] then flying=false e1:disconnect()
e2:disconnect() return end
if key=="w" then
keys.w=true
elseif key=="s" then
keys.s=true
elseif key=="a" then
keys.a=true
elseif key=="d" then
keys.d=true
elseif key=="x" then
if flying==true then
flying=false
else
flying=true
start()
end
end
end)
e2=[Link]:connect(function(key)
if key=="w" then
keys.w=false
elseif key=="s" then
keys.s=false
elseif key=="a" then
keys.a=false
elseif key=="d" then
keys.d=false
end
end)
start()

end
)
ss:Toggle(
"Noclip",
false,
function(t)
loadstring(game:HttpGet("[Link]
legohacks/main/[Link]"))()
setfflag("HumanoidParallelRemoveNoPhysics", "False")
setfflag("HumanoidParallelRemoveNoPhysicsNoSimulate2", "False")
if t == true then
game:GetService('RunService'):BindToRenderStep("crash", 0 , function()
[Link]:ChangeState(11)
end)
elseif t == false then
game:GetService('RunService'):UnbindFromRenderStep("crash")
end
end
)

ss:Button(
"Hide User",
function()
if [Link]:FindFirstChild("In-gameMask") then
[Link]:FindFirstChild("In-
gameMask"):FindFirstChildWhichIsA("Model"):Destroy()
[Link]:FindFirstChild("In-
gameMask"):FindFirstChild('Handle'):Destroy()
end
end
)

ss:Button(
"Korblox",
function()
local ply = [Link]
local chr = [Link]
[Link] = "902942093"
[Link] = "1"
[Link] = "[Link]
[Link] = "[Link]
[Link] = "902942089"
[Link] = "1"
end
)

ss:Button(
"Headless",
function()
[Link] = 1
[Link] = 1
for i,v in pairs([Link]:GetChildren()) do
if (v:IsA("Decal")) then
[Link] = 1
end
end
end
)

ss:Slider(
"Walkspeed (16 to become normal)",
16,
150,
function(t)
[Link]:FindFirstChildWhichIsA('Humanoid').Name
= 'SWAG MODE'

[Link]:FindFirstChildWhichIsA('Humanoid').WalkSpeed = t
if t == 16 then

[Link]:FindFirstChildWhichIsA('Humanoid').Name =
'Humanoid'

[Link]:FindFirstChildWhichIsA('Humanoid').WalkSpeed =
16
end
end
)

ss:Button(
"Trash Talk",
function()
function dowait()
wait(0.172)
end
local tbl_main =
{
"focus up son." ,
"All"
}

game:GetService("ReplicatedStorage").[Link]:
FireServer(unpack(tbl_main))
dowait()
local tbl_main =
{
"run my hours." ,
"All"
}

game:GetService("ReplicatedStorage").[Link]:
FireServer(unpack(tbl_main))
dowait()
local tbl_main =
{
"your so bad dont duck." ,
"All"
}

game:GetService("ReplicatedStorage").[Link]:
FireServer(unpack(tbl_main))
dowait()
local tbl_main =
{
"lol airshotted so bad." ,
"All"
}

game:GetService("ReplicatedStorage").[Link]:
FireServer(unpack(tbl_main))
dowait()
local tbl_main =
{
"ur bad kid run officials." ,
"All"
}

game:GetService("ReplicatedStorage").[Link]:
FireServer(unpack(tbl_main))
end
)

ss:Button(
"No Display Names",
function()
pcall(function()
for i, v in pairs(game:GetService("Players"):GetPlayers()) do
if [Link] then
if [Link]:FindFirstChild("Humanoid") then
[Link]:FindFirstChild("Humanoid").DisplayName = [Link]

end
end
end
end)
end
)

ss:Button(
"Rejoin",
function()
game:GetService('TeleportService'):TeleportToPlaceInstance([Link],
[Link], [Link])
end
)

local CombatTab = s:Tab(


"Combat"
)

CombatTab:Button(
"Inf-Jump",
function()
local player = [Link]
local spacedown = false
staminup = true
game:GetService('UserInputService').InputBegan:Connect(function(key,b)
if [Link] == [Link] and not b then
if staminup == true then
spacedown = true
while spacedown == true do
wait()

[Link]:FindFirstChildWhichIsA('Humanoid').JumpPower = 50
[Link]:FindFirstChildWhichIsA('Humanoid').Jump =
true

[Link]:FindFirstChildWhichIsA('Humanoid').JumpPower = 50
end
end
end
end)
game:GetService('UserInputService').InputEnded:Connect(function(key,b)
if [Link] == [Link] and not b then
if staminup == true then
spacedown = false
end
end
end)
end
)

CombatTab:Toggle(
"Anti-Slow",
false,
function(gh)
if gh == true then
game:GetService('RunService'):BindToRenderStep("Anti-Slow", 0 ,
function()
if
[Link]:FindFirstChild("NoWalkSpeed
") then
[Link]:FindFirstChild("NoWalkSpeed
"):Destroy() end
if
[Link]:FindFirstChild("ReduceWalk"
) then
[Link]:FindFirstChild("ReduceWalk"
):Destroy() end
if
[Link]:FindFirstChild("NoJumping")
then
[Link]:FindFirstChild("NoJumping")
:Destroy() end
if [Link] ==
true then [Link] = false end
end)
elseif gh == false then
game:GetService('RunService'):UnbindFromRenderStep("Anti-Slow")
end
end
)

CombatTab:Toggle(
"Reach",
false,
function(e)
if e == true then
game:GetService('RunService'):BindToRenderStep("Reach", 0 , function()
local success, err = pcall(function()
if
[Link] == true then
for i,v in pairs(game:GetService('Players'):GetChildren())
do
if ([Link] -
[Link]).Magnitude <= 50 then
if
[Link]:FindFirstChildOfClass("Tool") then
if
[Link]:FindFirstChildOfClass("Tool"):FindFirstChild('Ha
ndle') then

firetouchinterest([Link]:FindFirstChildOfClass("Tool").
Handle, [Link], 0)
else

firetouchinterest([Link]['RightHand'],
[Link], 0)

firetouchinterest([Link]['LeftHand'],
[Link], 0)

firetouchinterest([Link]['RightFoot'],
[Link], 0)

firetouchinterest([Link]['LeftFoot'],
[Link], 0)

firetouchinterest([Link]['RightLowerLeg'],
[Link], 0)

firetouchinterest([Link]['LeftLowerLeg'],
[Link], 0)
end
end
end
end
end
end)
end)
elseif e == false then
game:GetService('RunService'):UnbindFromRenderStep("Reach")
end
end
)

CombatTab:Toggle(
"Auto-Stomp",
false,
function(r)
if r == true then
game:GetService('RunService'):BindToRenderStep("Auto-Stomp", 0 ,
function()
game:GetService("ReplicatedStorage").MainEvent:FireServer("Stomp")
end)
elseif r == false then
game:GetService('RunService'):UnbindFromRenderStep("Auto-Stomp")
end
end
)

CombatTab:Toggle(
"Anti-Stomp",
false,
function(x)
if x == true then
game:GetService('RunService'):BindToRenderStep("Anti-Stomp", 0 ,
function()
if [Link] <= 5 then
for i,v in
pairs([Link]:GetChildren()) do
if v:IsA('MeshPart') or v:IsA('Part') then
v:Destroy()
end
end
for i,v in
pairs([Link]:GetChildren()) do
if v:IsA('Accessory') then
[Link]:Destroy()
end
end
end
end)
elseif x == false then
game:GetService('RunService'):UnbindFromRenderStep("Anti-Stomp")
end
end
)

CombatTab:Toggle(
"Auto-Reload",
false,
function(r)
if r == true then
game:GetService('RunService'):BindToRenderStep("Auto-Reload", 0 ,
function()
if
game:GetService("Players").[Link]:FindFirstChildWhichIsA("Tool")
then
if
game:GetService("Players").[Link]:FindFirstChildWhichIsA("Tool"):Fin
dFirstChild("Ammo") then
if
game:GetService("Players").[Link]:FindFirstChildWhichIsA("Tool"):Fin
dFirstChild("Ammo").Value <= 0 then

game:GetService("ReplicatedStorage").MainEvent:FireServer("Reload",
game:GetService("Players").[Link]:FindFirstChildWhichIsA("Tool"))
wait(1)
end
end
end
end)
elseif r == false then
game:GetService('RunService'):UnbindFromRenderStep("Auto-Reload")
end
end
)

CombatTab:Toggle(
"Inf-Armor (STILL IN DEV)",
false,
function(cuh)
if cuh == true then
Position = [Link]
game:GetService('RunService'):BindToRenderStep("Inf-Armor", 0 ,
function()
LocalPlayer = [Link]
if [Link] == 0 then
function Buy()
[Link] =
[Link]["[Medium Armor] - $1000"].[Link] + [Link](0,
3, 0)
if ([Link] -
[Link]["[Medium Armor] - $1000"].[Link]).Magnitude <=
50 then
wait(.2)

fireclickdetector([Link]["[Medium Armor] -
$1000"].ClickDetector, 4)
wait()
[Link] =
[Link](Position)
end
if [Link] <=
0 then
[Link] =
[Link]["[Medium Armor] - $1000"].[Link] + [Link](0,
3, 0)
if
([Link] -
[Link]["[Medium Armor] - $1000"].[Link]).Magnitude <=
50 then
wait(.2)

fireclickdetector([Link]["[Medium Armor] -
$1000"].ClickDetector, 4)
wait()

[Link] = [Link](Position)
end
end
end
Buy()
end
end)
elseif cuh == false then
game:GetService('RunService'):UnbindFromRenderStep("Inf-Armor")
end
end
)

CombatTab:Button(
"No Recoil",
function()
local player = [Link]
for i,v in pairs(game:GetService('Workspace'):GetChildren()) do
if v:IsA('Camera') then
v:Destroy()
end
end
local newcam = [Link]('Camera')
[Link] = game:GetService('Workspace')
[Link] = 'Camera'
[Link] = 'Custom'
[Link] = [Link]:FindFirstChildWhichIsA('Humanoid')
[Link] = true
[Link] = 1
end
)

CombatTab:Button(
"Hoodshark",
function()
loadstring(game:HttpGet('[Link]
end
)

local TpTab = s:Tab(


"Teleports"
)

TpTab:Button(
"Admin Base",
function()
[Link] = [Link](-
797.15, -39.6189, -887.957)
end
)

TpTab:Button(
"Food Shop [Bank]",
function()
[Link] = [Link](-
335.141, 23.7129, -298.029)
end
)

TpTab:Button(
"Food Shop [Uphill]",
function()
[Link] =
[Link](298.477, 49.3129, -615.231)
end
)

TpTab:Button(
"Food Shop [Taco]",
function()
[Link] = [Link](583.96,
51.0917, -479.596)
end
)

TpTab:Button(
"Food Shop [Hamburger]",
function()
[Link] = [Link](-
279.501, 22.6801, -803.887)
end
)

TpTab:Button(
"Gun Shop [Uphill]",
function()
[Link] =
[Link](481.925, 48.1008, -621.23)
end
)

TpTab:Button(
"Gun Shop [Armor]",
function()
[Link] = [Link](-
580.27, 8.34504, -734.832)
end
)

TpTab:Button(
"Bank",
function()
[Link] = [Link](-
438.689, 39.0127, -284.731)
end
)

TpTab:Button(
"Police Station",
function()
[Link] = [Link](-
263.919, 21.8302, -112.858)
end
)

TpTab:Button(
"Fire Department",
function()
[Link] = [Link](-
129.534, 27.842, -113.062)
end
)

TpTab:Button(
"Church",
function()
[Link] = [Link](205.53,
21.7803, -80.2361)
end
)

TpTab:Button(
"Casino",
function()
[Link] = [Link](-
904.457, 24.7803, -156.994)
end
)

TpTab:Button(
"School",
function()
[Link] = [Link](-578,
22, 337)
end
)

local AimlockTab = s:Tab("Aimlock")

AimlockTab:Button(
"Dimag16 Lock (q)",
function()
_G.KEY = "q"
_G.PART = "LowerTorso"
_G.PRED = 0.037
_G.Frame = [Link](0,0.53,0)
_G.AIR = -0.5
_G.SHIT = 0.1

local CC = game:GetService "Workspace".CurrentCamera


local Plr
local enabled = false
local accomidationfactor = nil
local mouse = [Link]:GetMouse()
local placemarker = [Link]("Part", [Link])
local guimain = [Link]("Folder", [Link])

getgenv().makemarker = function(Parent, Adornee, Color, Size, Size2)


local e = [Link]("BillboardGui", Parent)
[Link] = "PP"
[Link] = Adornee
[Link] = [Link](Size, Size2, Size, Size2)
[Link] = true
local a = [Link]("Frame", e)
[Link] = [Link](4, 0, 4, 0)
[Link] = 0.1
a.BackgroundColor3 = Color
local g = [Link]("UICorner", a)
[Link] = [Link](50, 50)
return (e)
end

local data = [Link]:GetPlayers()


function noob(player)
local character
repeat
wait()
until [Link]
local handler = makemarker(guimain,
[Link]:WaitForChild(_G.PART), [Link](255, 255, 255), 0.0, 0)
[Link] = [Link]
[Link]:connect(
function(Char)
[Link] = Char:WaitForChild(_G.PART)
end
)

local TextLabel = [Link]("TextLabel", handler)


[Link] = 1
[Link] = [Link](0, 0, 0, -50)
[Link] = [Link](0, 100, 0, 100)
[Link] = [Link]
[Link] = 14
TextLabel.TextColor3 = [Link](1, 1, 1)
[Link] = 0
[Link] = [Link]
[Link] = "Name: " .. [Link]
[Link] = 10

spawn(
function()
while wait() do
if [Link] then
--[Link] = [Link].." | Bounty:
"..tostring(player:WaitForChild("leaderstats").[Link]).." |
"..tostring([Link]([Link]:WaitForChild("Humanoid").Health))
end
end
end
)
end

for i = 1, #data do
if data[i] ~= [Link] then
noob(data[i])
end
end

[Link]:connect(
function(Player)
noob(Player)
end
)

[Link]:Connect(
function(player)
guimain[[Link]]:Destroy()
end
)

spawn(
function()
[Link] = true
[Link] = false
[Link] = [Link](0.1, 0.1, 0.1)
[Link] = _G.SHIT
makemarker(placemarker, placemarker, [Link](255, 255, 255),
0.20, 0)
end
)

[Link]:Connect(
function(k)
if k ~= _G.KEY then
return
end
if enabled then
-- guimain[[Link]].Frame.BackgroundColor3 =
[Link](255, 255, 255)
enabled = false
TextLabel.TextColor3 = [Link](255, 20, 75)
[Link] = "------"
else
--guimain[[Link]].Frame.BackgroundColor3 =
[Link](255, 0, 0)
enabled = true
Plr = getClosestPlayerToCursor()
TextLabel.TextColor3 = [Link](12, 255, 0)
[Link] = [Link]
end
end)

function getClosestPlayerToCursor()
local closestPlayer
local shortestDistance = [Link]

for i, v in pairs([Link]:GetPlayers()) do
if
v ~= [Link] and [Link] and
[Link]:FindFirstChild("Humanoid") and
[Link] ~= 0 and
[Link]:FindFirstChild(_G.PART)
then
local pos =
CC:WorldToViewportPoint([Link])
local magnitude = ([Link](pos.X, pos.Y) -
[Link](mouse.X, mouse.Y)).magnitude
if magnitude < shortestDistance then
closestPlayer = v
shortestDistance = magnitude
end
end
end
return closestPlayer
end

game:GetService "RunService".Stepped:connect(
function()
if enabled and [Link] and
[Link]:FindFirstChild(_G.PART) then
[Link] =
[Link]([Link][_G.PART].Position + _G.Frame +
([Link][_G.PART].Velocity * accomidationfactor))
else
[Link] = [Link](0, 9999, 0)
end
end
)

local mt = getrawmetatable(game)
local old = mt.__namecall
setreadonly(mt, false)
mt.__namecall =
newcclosure(
function(...)
local args = {...}
if enabled and getnamecallmethod() == "FireServer" and args[2] ==
"UpdateMousePos" then
args[3] = [Link][_G.PART].Position+ _G.Frame +
([Link][_G.PART].Velocity * accomidationfactor)
return old(unpack(args))
end
return old(...)
end
)

[Link]:Connect(
function(Chat)
if Chat == "print" then
print(accomidationfactor)
end
end
)

[Link]:Connect(
function(Chat)
if Chat == "Code:1029" then

_G.KEY = nil
_G.AIR = nil
_G.PART = nil
_G.PRED = nil
[Link] = false

end
end
)

[Link]:Connect(
function(Chat)
if Chat == "Code:1030" then

_G.KEY = "q"
_G.PART = "UpperTorso"
_G.PRED = 0.037
_G.Frame = [Link](0,0.0,0)
_G.AIR = -0.5
_G.SHIT = 1

end
end
)

[Link]:Connect(
function(Chat)
if Chat == "P+" then

_G.PRED = _G.PRED+0.001

end
end
)
[Link]:Connect(
function(Chat)
if Chat == "P-" then

_G.PRED = _G.PRED-0.001

end
end
)

--[[
while wait() do
local ping = game:GetService("Stats").[Link]["Data
Ping"]:GetValueString()
local Value = tostring(ping)
local pingValue = Value:split(" ")
local PingNumber = pingValue[1]

accomidationfactor = PingNumber / 1000 + _G.PRED


if getClosestPlayerToCursor().[Link] == true and
[Link] == [Link] then
_G.PART = "RightFood"
accomidationfactor = _G.AIR
else

getClosestPlayerToCursor().Character:WaitForChild("Humanoid").StateChanged:Connect(
function(old,new)
if new == [Link] then
_G.PART = "RightFood"
accomidationfactor = _G.AIR
else
_G.PART = "UpperTorso"
accomidationfactor = PingNumber / 1000 + _G.PRED
end
end)
end
end

]]

while wait() do
local ping = game:GetService("Stats").[Link]["Data
Ping"]:GetValueString()
local Value = tostring(ping)
local pingValue = Value:split(" ")
local PingNumber = pingValue[1]

accomidationfactor = PingNumber / 1000 + _G.PRED


end
end
)

local AmuseTab = s:Tab("Fun Stuff")

AmuseTab:Button(
"Animation Gamepass",
function()
local Folder = [Link]('Folder', game:GetService("Workspace"))
local AnimationPack =
game:GetService("Players").[Link]
local ScrollingFrame = [Link]
local CloseButton = [Link]

[Link] = true

local LeanAnimation = [Link]("Animation", Folder)


[Link] = "LeanAnimation"
[Link] = "rbxassetid://3152375249"
local Lean =
game:GetService("Players").[Link]:LoadAnimation(LeanAnimati
on)

local LayAnimation = [Link]("Animation", Folder)


[Link] = "LayAnimation"
[Link] = "rbxassetid://3152378852"
local Lay =
game:GetService("Players").[Link]:LoadAnimation(LayAnimatio
n)

local Dance1Animation = [Link]("Animation", Folder)


[Link] = "Dance1Animation"
[Link] = "rbxassetid://3189773368"
local Dance1 =
game:GetService("Players").[Link]:LoadAnimation(Dance1Anima
tion)

local Dance2Animation = [Link]("Animation", Folder)


[Link] = "Dance2Animation"
[Link] = "rbxassetid://3189776546"
local Dance2 =
game:GetService("Players").[Link]:LoadAnimation(Dance2Anima
tion)

local GreetAnimation = [Link]("Animation", Folder)


[Link] = "GreetAnimation"
[Link] = "rbxassetid://3189777795"
local Greet =
game:GetService("Players").[Link]:LoadAnimation(GreetAnimat
ion)

local PrayingAnimation = [Link]("Animation", Folder)


[Link] = "PrayingAnimation"
[Link] = "rbxassetid://3487719500"
local Praying =
game:GetService("Players").[Link]:LoadAnimation(PrayingAnim
ation)

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Lean" then
[Link] = "LeanButton"
end
end
end
for i,v in pairs(ScrollingFrame:GetChildren()) do
if [Link] == "TextButton" then
if [Link] == "Lay" then
[Link] = "LayButton"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Dance1" then
[Link] = "Dance1Button"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Dance2" then
[Link] = "Dance2Button"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Greet" then
[Link] = "GreetButton"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Praying" then
[Link] = "PrayingButton"
end
end
end

function Stop()
Lay:Stop()
Lean:Stop()
Dance1:Stop()
Dance2:Stop()
Greet:Stop()
Praying:Stop()
end

local LeanTextButton = [Link]


local LayTextButton = [Link]
local Dance1TextButton = ScrollingFrame.Dance1Button
local Dance2TextButton = ScrollingFrame.Dance2Button
local GreetTextButton = [Link]
local PrayingTextButton = [Link]

AnimationPack.MouseButton1Click:Connect(function()
if [Link] == false then
[Link] = true
[Link] = true
end
end)
CloseButton.MouseButton1Click:Connect(function()
if [Link] == true then
[Link] = false
[Link] = false
end
end)
LeanTextButton.MouseButton1Click:Connect(function()
Stop()
Lean:Play()
end)
LayTextButton.MouseButton1Click:Connect(function()
Stop()
Lay:Play()
end)
Dance1TextButton.MouseButton1Click:Connect(function()
Stop()
Dance1:Play()
end)
Dance2TextButton.MouseButton1Click:Connect(function()
Stop()
Dance2:Play()
end)
GreetTextButton.MouseButton1Click:Connect(function()
Stop()
Greet:Play()
end)
PrayingTextButton.MouseButton1Click:Connect(function()
Stop()
Praying:Play()
end)

game:GetService("Players").[Link]:Connect(function(
)
Stop()
end)

game:GetService("Players").[Link]:Connect(function()
Stop()
repeat
wait()
until game:GetService("Players").[Link]
== 100
wait(1)
local AnimationPack =
game:GetService("Players").[Link]
local ScrollingFrame = [Link]
local CloseButton = [Link]

[Link] = true

local LeanAnimation = [Link]("Animation", Folder)


[Link] = "LeanAnimation"
[Link] = "rbxassetid://3152375249"
local Lean =
game:GetService("Players").[Link]:LoadAnimation(LeanAnimati
on)

local LayAnimation = [Link]("Animation", Folder)


[Link] = "LayAnimation"
[Link] = "rbxassetid://3152378852"
local Lay =
game:GetService("Players").[Link]:LoadAnimation(LayAnimatio
n)

local Dance1Animation = [Link]("Animation", Folder)


[Link] = "Dance1Animation"
[Link] = "rbxassetid://3189773368"
local Dance1 =
game:GetService("Players").[Link]:LoadAnimation(Dance1Anima
tion)

local Dance2Animation = [Link]("Animation", Folder)


[Link] = "Dance2Animation"
[Link] = "rbxassetid://3189776546"
local Dance2 =
game:GetService("Players").[Link]:LoadAnimation(Dance2Anima
tion)

local GreetAnimation = [Link]("Animation", Folder)


[Link] = "GreetAnimation"
[Link] = "rbxassetid://3189777795"
local Greet =
game:GetService("Players").[Link]:LoadAnimation(GreetAnimat
ion)

local PrayingAnimation = [Link]("Animation", Folder)


[Link] = "PrayingAnimation"
[Link] = "rbxassetid://3487719500"
local Praying =
game:GetService("Players").[Link]:LoadAnimation(PrayingAnim
ation)

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Lean" then
[Link] = "LeanButton"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Lay" then
[Link] = "LayButton"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Dance1" then
[Link] = "Dance1Button"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Dance2" then
[Link] = "Dance2Button"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Greet" then
[Link] = "GreetButton"
end
end
end

for i,v in pairs(ScrollingFrame:GetChildren()) do


if [Link] == "TextButton" then
if [Link] == "Praying" then
[Link] = "PrayingButton"
end
end
end

function Stop()
Lay:Stop()
Lean:Stop()
Dance1:Stop()
Dance2:Stop()
Greet:Stop()
Praying:Stop()
end

local LeanTextButton = [Link]


local LayTextButton = [Link]
local Dance1TextButton = ScrollingFrame.Dance1Button
local Dance2TextButton = ScrollingFrame.Dance2Button
local GreetTextButton = [Link]
local PrayingTextButton = [Link]

AnimationPack.MouseButton1Click:Connect(function()
if [Link] == false then
[Link] = true
[Link] = true
end
end)
CloseButton.MouseButton1Click:Connect(function()
if [Link] == true then
[Link] = false
[Link] = false
end
end)
LeanTextButton.MouseButton1Click:Connect(function()
Stop()
Lean:Play()
end)
LayTextButton.MouseButton1Click:Connect(function()
Stop()
Lay:Play()
end)
Dance1TextButton.MouseButton1Click:Connect(function()
Stop()
Dance1:Play()
end)
Dance2TextButton.MouseButton1Click:Connect(function()
Stop()
Dance2:Play()
end)
GreetTextButton.MouseButton1Click:Connect(function()
Stop()
Greet:Play()
end)
PrayingTextButton.MouseButton1Click:Connect(function()
Stop()
Praying:Play()
end)
end)
end
)

AmuseTab:Button(
"Juggernaut",
function()
local LocalPlayer = game:GetService("Players").LocalPlayer
local Mouse = LocalPlayer:GetMouse()
local OriginalKeyUpValue = 0

local Anim = [Link]("Animation")


[Link] = "rbxassetid://2788838708"

function StopAudio()
[Link]:Stop()
end

function stop(ID, Key)


local cor = [Link](function()
wait([Link]-0.1)
if [Link] ==
"rbxassetid://"..ID and OriginalKeyUpValue == Key then
StopAudio()
end
end)
cor()
end

function play(ID, STOP, LMAO)


if [Link]:FindFirstChild("[Boombox]") then
local Tool = nil
if [Link]:FindFirstChildOfClass("Tool") and LMAO ==
true then
Tool = [Link]:FindFirstChildOfClass("Tool")
[Link]:FindFirstChildOfClass("Tool").Parent =
[Link]
end
[Link]["[Boombox]"].Parent =
[Link]
[Link]:FireServer("Boombox", ID)
[Link]["[Boombox]"].RequiresHandle = false
if [Link]["[Boombox]"]:FindFirstChild("Handle") then
[Link]["[Boombox]"].Handle:Destroy()
end
[Link]["[Boombox]"].Parent =
[Link]
[Link] = false
if Tool ~= true then
if Tool then
[Link] = [Link]
end
end
if STOP == true then
[Link]:WaitForChild("BOOMBOXSOUND")
local cor = [Link](function()
repeat wait() until
[Link] == "rbxassetid://"..ID and
[Link] > 0.01
OriginalKeyUpValue = OriginalKeyUpValue+1
stop(ID, OriginalKeyUpValue)
end)
cor()
end
end
end

function Tool()
local Tool = [Link]("Tool")
[Link] = "Juggernaut"
[Link] = false
[Link]:Connect(function()
local Character = [Link]
local Humanoid = Character:FindFirstChildOfClass("Humanoid")

function rm()
for i,v in pairs(Character:GetDescendants()) do
if v:IsA("BasePart") or v:IsA("MeshPart") then
if [Link] ~= "Head" then
for i,cav in pairs(v:GetDescendants()) do
if cav:IsA("Attachment") then
if cav:FindFirstChild("OriginalPosition")
then
[Link]:Destroy()
end
end
end
for i,v in pairs(v:GetChildren()) do
if [Link] == "OriginalSize" then
v:Destroy()
end
end
if v:FindFirstChild("AvatarPartScaleType") then

v:FindFirstChild("AvatarPartScaleType"):Destroy()
end
end
end
end
end

Humanoid:LoadAnimation(Anim):Play()
play(862491729, true, true)
wait(0.4)
rm()
Humanoid:FindFirstChild("BodyTypeScale"):Destroy()
wait(0.2)

rm()
Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
wait(0.02)

rm()
Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
wait(0.02)

rm()
Humanoid:FindFirstChild("BodyTypeScale"):Destroy()
wait(0.02)
end)
[Link] = [Link]
end
Tool()
end
)

AmuseTab:Button(
"Glide",
function()
wait()
local outfit = [Link]("Tool", [Link])
[Link] = "Glide"
[Link] = false
local player = [Link]
while true do
wait()
if [Link] then
break
end
end
local Animation = [Link]("Animation")
[Link] = "rbxassetid://3084858603"
local char = [Link]
local Humanoid = char:WaitForChild("Humanoid")
local tool = outfit
local u1 = false
local u3 = false
local u4 = Humanoid:LoadAnimation(Animation)
[Link]:connect(function(p1)
p1.Button1Down:connect(function()
if u1 or [Link] ~= [Link] then
return
end
u1 = true
u3 = true
u4:Play()
local v5 = [Link]("BodyVelocity", [Link])
[Link] = [Link](50000, 50000, 50000)
[Link] = ([Link] *
[Link]([Link](-18), 0, 0)).lookVector * 40
while u3 and [Link] == [Link] do
[Link] = ([Link] *
[Link]([Link](-18), 0, 0)).lookVector * 40
game:GetService("RunService").Heartbeat:wait()
end
v5:Destroy()
u3 = false
u4:Stop()
wait(0.3)
u1 = false
end)
p1.Button1Up:connect(function()
u3 = false
end)
end)
[Link]:connect(function()
u3 = false
end)
end
)

AmuseTab:Button(
"Shazam Fly",
function()
function Fly()
function sandbox(var,func)
local env = getfenv(func)
local newenv = setmetatable({},{
__index = function(self,k)
if k=="script" then
return var
else
return env[k]
end
end,
})
setfenv(func,newenv)
return func
end
cors = {}
mas = [Link]("Model",game:GetService("Lighting"))
Tool0 = [Link]("Tool")
LocalScript1 = [Link]("LocalScript")
Sound2 = [Link]("Sound")
Sound3 = [Link]("Sound")
Animation4 = [Link]("Animation")
RemoteEvent5 = [Link]("RemoteEvent")
Animation6 = [Link]("Animation")
[Link] = "Fly"
[Link] = mas
[Link] = false
[Link] = false
[Link] = "local"
[Link] = Tool0
[Link](cors,sandbox(LocalScript1,function()
wait();
local l__LocalPlayer__1 = [Link];
while true do
wait();
if l__LocalPlayer__1.Character then
break;
end;
end;
local l__Character__2 = l__LocalPlayer__1.Character;
local l__Humanoid__3 = l__Character__2:WaitForChild("Humanoid");
local l__Parent__4 = [Link];
local u1 = false;
local u2 = l__Humanoid__3:LoadAnimation([Link]);
local u3 = nil;
local u4 = nil;
local u5 = false;
local u6 = false;
local u7 = l__Humanoid__3:LoadAnimation([Link]);
l__Parent__4.Equipped:connect(function(p1)
Sound3:Play()
[Link] = workspace;
u1 = true;
u2:Play();
u3 = [Link]("BodyGyro");
[Link] = "NA";
[Link] = l__Character__2.HumanoidRootPart;
[Link] = [Link](30000, 0, 30000);
u3.P = u3.P * 5;
[Link] = [Link](0, 0, 0);
u4 = [Link]("BodyPosition");
[Link] = "NA";
[Link] = l__Character__2.HumanoidRootPart;
[Link] = [Link](60000, 60000, 60000);
[Link] = l__Character__2.[Link];
p1.Button1Down:connect(function()
Sound2:Play()
if u5 then
return;
end;
u5 = true;
u6 = true;
u7:Play();
local v5 = [Link]("BodyVelocity",
l__Character__2.HumanoidRootPart);
[Link] = [Link](50000, 50000, 50000);
[Link] =
[Link](l__Character__2.[Link].p, [Link].p).lookVector * 85;
[Link] = [Link](30000, 30000, 30000);
[Link] =
[Link](l__Character__2.[Link].p, [Link].p);
[Link] = nil;
l__Humanoid__3.AutoRotate = false;
if [Link] then
u2:Stop();
end;
while u6 do
[Link] =
[Link](l__Character__2.[Link].p, [Link].p).lookVector * 85;
[Link] =
[Link](l__Character__2.[Link].p, [Link].p);
game:GetService("RunService").Heartbeat:wait();
end;
l__Humanoid__3.AutoRotate = true;
v5:Destroy();
if u4 ~= nil then
[Link] =
l__Character__2.[Link];
[Link] = l__Character__2.HumanoidRootPart;
end;
if u3 ~= nil then
[Link] = [Link](30000, 0, 30000);
[Link] = [Link](0, 0, 0);
end;
u6 = false;
if u1 then
u2:Play();
end;
u7:Stop();
wait(0.3);
u5 = false;
end);
p1.Button1Up:connect(function()
Sound2:Stop()
Sound3:Play()
u6 = false;
end);
end);
l__Parent__4.Unequipped:connect(function()
Sound2:Stop()
Sound3:Play()
u1 = false;
u6 = false;
u3:Destroy();
u3 = nil;
u4:Destroy();
u4 = nil;
if [Link] then
u2:Stop();
end;
end);
end))
[Link] = "Flapping"
[Link] = LocalScript1
[Link] = true
[Link] = 100
[Link] = 1.5
[Link] = 1.5
[Link] = "rbxassetid://1462718291"
[Link] = "Activation"
[Link] = LocalScript1
[Link] = 100
[Link] = "rbxassetid://2952274135"
[Link] = 0.69999998807907
[Link] = "Hover"
[Link] = LocalScript1
[Link] = "rbxassetid://3541114300"
[Link] = "re"
[Link] = LocalScript1
[Link] = "Fly"
[Link] = LocalScript1
[Link] = "rbxassetid://3541044388"
for i,v in pairs(mas:GetChildren()) do
[Link] = [Link]
pcall(function() v:MakeJoints() end)
end
mas:Destroy()
for i,v in pairs(cors) do
spawn(function()
pcall(v)
end)
end
end
[Link]:WaitForChild("FULLY_LOADED_CHAR")
Fly()
end
)

AmuseTab:Button(
"Hearing",
function()
function Hearing()
function sandbox(var,func)
local env = getfenv(func)
local newenv = setmetatable({},{
__index = function(self,k)
if k=="script" then
return var
else
return env[k]
end
end,
})
setfenv(func,newenv)
return func
end
cors = {}
mas = [Link]("Model",game:GetService("Lighting"))
Tool0 = [Link]("Tool")
LocalScript1 = [Link]("LocalScript")
BillboardGui2 = [Link]("BillboardGui")
ImageLabel3 = [Link]("ImageLabel")
ScreenGui4 = [Link]("ScreenGui")
TextLabel5 = [Link]("TextLabel")
ScreenGui6 = [Link]("ScreenGui")
ImageLabel7 = [Link]("ImageLabel")
[Link] = "Hearing"
[Link] = mas
[Link] = false
[Link] = false
[Link] = Tool0
[Link](cors,sandbox(LocalScript1,function()
wait();
local l__LocalPlayer__1 = [Link];
while true do
wait();
if l__LocalPlayer__1.Character then
break;
end;
end;
local l__Character__2 = l__LocalPlayer__1.Character;
local u1 = false;
local l__PlayerGui__2 = [Link];
function ChatFunc(p1)
local v3 = [Link]:connect(function(p2)
if u1 then
local v4 = [Link]();
local v5 = [Link]:Clone();
if [Link]([Link](p2), "super") then
[Link] = 29;
end;
[Link] = [Link] .. ": " .. p2;
[Link].TextColor3 = [Link];
[Link] = [Link](0.5, [Link](-350,
350), 0.5, [Link](-210, 250));
[Link] = l__PlayerGui__2;
local v6 = [Link]:Clone();
[Link].ImageColor3 = [Link];
[Link] = true;
if [Link] then
if [Link]:findFirstChild("Head") then
[Link] = [Link];
end;
end;
spawn(function()
local v7 = 1 - 1;
while true do
[Link] = [Link] - [Link](0, 1, 0, 1);

game:GetService("RunService").RenderStepped:wait();
if 0 <= 1 then
if v7 < 70 then

else
break;
end;
elseif 70 < v7 then

else
break;
end;
v7 = v7 + 1;
end;
end);
[Link]:AddItem(v5, 3);
[Link]:AddItem(v6, 6);
end;
end);
end;
for v8, v9 in pairs([Link]:GetChildren()) do
ChatFunc(v9);
end;
[Link]:connect(function(p3)
ChatFunc(p3);
end);
local u3 = false;
local u4 = nil;
[Link]:connect(function(p4)
p4.Button1Down:connect(function()
if u3 then
return;
end;
u3 = true;
if not u1 then
u4 = [Link]:Clone();
[Link] = l__PlayerGui__2;
u1 = true;
else
u4:Destroy();
u1 = false;
end;
wait(1);
u3 = false;
end);
end);
end))
[Link] = "DotGui"
[Link] = LocalScript1
[Link] = false
[Link] = [Link](0, 90, 0, 90)
[Link] = true
[Link] = true
[Link] = [Link]
[Link] = true
[Link] = "Dot"
[Link] = BillboardGui2
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]("Institutional white")
ImageLabel3.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = "rbxassetid://130424513"
ImageLabel3.ImageColor3 = [Link](1, 0, 0)
[Link] = "MsgGui"
[Link] = LocalScript1
[Link] = [Link]
[Link] = "Msg"
[Link] = ScreenGui4
[Link] = [Link](0, 300, 0, 25)
[Link] = [Link](0, 1, 0, 1)
[Link] = [Link]("Institutional white")
TextLabel5.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link]
[Link] = [Link].Size28
[Link] = ""
[Link] = [Link]("Really black")
TextLabel5.TextColor3 = [Link](0, 0, 0)
[Link] = 25
[Link] = 0.60000002384186
[Link] = "Frame"
[Link] = LocalScript1
[Link] = [Link]
[Link] = "Image"
[Link] = ScreenGui6
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]("Institutional white")
ImageLabel7.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = "rbxassetid://36869195"
ImageLabel7.ImageColor3 = [Link](0.290196, 1, 0.917647)
[Link] = 0.80000001192093
for i,v in pairs(mas:GetChildren()) do
[Link] = [Link]
pcall(function() v:MakeJoints() end)
end
mas:Destroy()
for i,v in pairs(cors) do
spawn(function()
pcall(v)
end)
end
end
[Link]:WaitForChild("FULLY_LOADED_CHAR")
Hearing()
end
)

AmuseTab:Button(
"Heart",
function()

[Link] = true

[Link]:WaitForChild("MainScreenGui"):WaitForChild("Bar"
):WaitForChild("HP"):WaitForChild("Picture"):WaitForChild("Life").Visible = true
end
)

AmuseTab:Button(
"Super Jump (H to toggle, 'Time erase!' to time erase)",
function()
local MyStand = "DxskTilIDawn"
local SuperJumpEnabled = false

getgenv().Toggled = false
local UIS = game:GetService("UserInputService")
[Link]:connect(function(input,gameProcessed)
if [Link] == [Link] then
if [Link] == [Link].H then
if UIS:GetFocusedTextBox() == nil then
if getgenv().Toggled == false then
getgenv().Toggled = true
else
getgenv().Toggled = true
end;end;end;end;end)

local LocalPlayer = game:GetService("Players").LocalPlayer


local Cookies =
[Link]:WaitForChild("Humanoid"):LoadAnimation([Link]
.[Link])
local OriginalKeyUpValue = 0
local Anim = [Link]("Animation" )
[Link] = "rbxassetid://2788290270"
local Hover = [Link]("Animation", [Link])
[Link] = "Hover"
[Link] = "rbxassetid://698251653"
local LeftPunch = [Link]("Animation",
[Link])[Link] = "LeftPunch"
[Link] = "rbxassetid://2788308661"
local LeftAnim =
[Link]:WaitForChild("Humanoid"):LoadAnimation([Link]
.[Link])
local CoreUI = [Link]("ScreenGui")
local Humanoid = [Link]
[Link] = [Link]
local SaveLocation = nil
local RigWalk = nil
local RigIdle = nil
local InTimeErase = false

local Pointing = [Link]("Animation",


[Link])
[Link] = "rbxassetid://507770453"

local UNMASKKK = [Link]("Animation",


[Link])
[Link] = "Unmask"
[Link] = "rbxassetid://3380629232"

local MASKKK = [Link]("Animation",


[Link])
[Link] = "Mask"
[Link] = "rbxassetid://3380627692"

local Poter =
[Link]:WaitForChild("Humanoid"):LoadAnimation(Pointing)
[Link] = true
[Link] = [Link]

local WalkAnimation = [Link]("Animation",


[Link])
[Link] = "rbxassetid://2510198475"

local Idle = [Link]("Animation",


[Link])
[Link] = "rbxassetid://507766388"

local OldChar = [Link]


local MaskAnim =
[Link]:WaitForChild("Humanoid"):LoadAnimation([Link]
.[Link])
local UnmaskAnim =
[Link]:WaitForChild("Humanoid"):LoadAnimation([Link]
.[Link])

function FoV()
local fov = [Link](function()
local Camera = [Link]
for i = 1, 20 do
[Link]:Create(Camera, [Link](0.5),
{FieldOfView = 8*i}):Play()
wait(0.01)
end
for i = 1, 20 do
[Link]:Create(Camera, [Link](0.5),
{FieldOfView = 160-i*4.5}):Play()
wait(0.01)
end
end)
fov()
end

local WalkSpeed = false

local function rm()


for i, v in pairs([Link]:GetDescendants())
do
if [Link] == "OriginalPosition" then
v:Destroy()
elseif [Link] == "OriginalSize" then
v:Destroy()
elseif [Link] == "AvatarPartScaleType" then
v:Destroy()
end
end
end

function Lighting()
if [Link]:FindFirstChild("ERASE") == nil then
local sound5 = [Link]("Sound", CoreUI)
[Link] = 0.1
[Link] = "ERASE"
[Link] = true
[Link] = "rbxassetid://3167092959"
sound5:Play()

[Link] = workspace
game:GetObjects("rbxassetid://6546113226")[1].Parent=[Link]

else
[Link] = [Link]
CoreUI:FindFirstChild("ERASE"):Destroy()
[Link]:FindFirstChild("ERASE"):Destroy()
end
end

function TimeEraseUI()
local sound5 = [Link]("Sound", CoreUI)
[Link] = 0.1
[Link] = "rbxassetid://6546128175"
sound5:Play()

local Image = [Link]("ImageLabel", CoreUI)


[Link] = "[Link]
[Link] = 1
[Link] = [Link](0.5, 0.5)
[Link] = [Link](1, 1)
[Link] = [Link](-0.5, 0.5)
delay(0, function()
for i = 0, 1, 0.1 do
[Link] = [Link](-[Link]+i,
0.5)
[Link] = [Link]+i
wait(.01)
end
Image:Destroy()
sound5:Destroy()
end)
end

function ModelCharacter()
if workspace:FindFirstChild([Link].."StringKOD") == nil then
local MODEL = [Link]("Model", workspace)
[Link] = [Link].."StringKOD"

[Link]:UnequipTools()

for i, v in pairs(OldChar:GetChildren()) do
if (v:IsA("BasePart") or v:IsA("MeshPart")) and
[Link]:FindFirstChildOfClass("Humanoid") and [Link] ~= "HumanoidRootPart" then
local Part = v:Clone()
[Link] = MODEL
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = 0.5
[Link] = [Link]()
[Link] = false
[Link] = true
for i, v in pairs(Part:GetChildren()) do
if [Link] ~= "SpecialMesh" then
v:Destroy()
end
end
end
end
local NewCharacter = game:GetObjects("rbxassetid://6547055500")[1]
[Link] = MODEL
[Link] = "Idaro"

[Link] = [Link]
SaveLocation = [Link]
InTimeErase = true
[Link] = SaveLocation

RigIdle = NewCharacter:WaitForChild("Humanoid"):LoadAnimation(Idle)
[Link] = true
[Link] = [Link]
RigWalk =
NewCharacter:WaitForChild("Humanoid"):LoadAnimation(WalkAnimation)
[Link] = true
[Link] = [Link]
WalkSpeed = true
RigIdle:Play()
else
InTimeErase = false
WalkSpeed = false
[Link] = [Link]
[Link] =
workspace:FindFirstChild([Link].."StringKOD").[Link]
me
workspace:FindFirstChild([Link].."StringKOD"):Destroy()
end
end

function Slide()
local XD = [Link]:LoadAnimation(Anim)
XD:Play()
[Link] = 0.15
[Link] = false
XD:AdjustSpeed(1.1)
end

function AddVelocity(Vel, Char)


[Link] = [Link]+Vel
end

local IsJump = false

function Jumping()
if IsJump == false then
return false
else
return true
end
end

local Mouse = LocalPlayer:GetMouse()

local MoveDirection = [Link](0,0,0)


local WSpped = 0
local LeftSpeed = 0
local UpSpeed = 0

function IdleRigXD()
if RigIdle and [Link] and WSpped == 0 and LeftSpeed == 0 and
UpSpeed == 0 then
RigIdle:Play()
RigWalk:Stop()
end
end

function WalkRigXD()
if RigWalk and [Link] then
RigIdle:Stop()
RigWalk:Play()
end
end

[Link]:Connect(function(KeyDownXD)
if workspace:FindFirstChild([Link].."StringKOD") then
if KeyDownXD == "w" then
WSpped = -1
WalkRigXD()
elseif KeyDownXD == "a" then
LeftSpeed = -1
WalkRigXD()
elseif KeyDownXD == "d" then
LeftSpeed = 1
WalkRigXD()
elseif KeyDownXD == "s" then
WSpped = 1
WalkRigXD()
end
end
end)

[Link]:Connect(function(KeyDownXD)
if KeyDownXD == "w" then
WSpped = 0
IdleRigXD()
elseif KeyDownXD == "a" then
LeftSpeed = 0
IdleRigXD()
elseif KeyDownXD == "d" then
LeftSpeed = -0
IdleRigXD()
elseif KeyDownXD == "s" then
WSpped = 0
IdleRigXD()
end
end)

local CD = false
local uis = game:GetService("UserInputService")

[Link]:Connect(function(i, XD)
if [Link] == [Link].H and XD == false then
if SuperJumpEnabled == false then
SuperJumpEnabled = true
elseif SuperJumpEnabled == true then
SuperJumpEnabled = false
end
end
end)

[Link]:Connect(function(i, XD)
if [Link] == [Link] and XD == false then
if workspace:FindFirstChild([Link].."StringKOD") == nil
then
if Jumping() == true and not [Link] then
AddVelocity([Link]*150,
OldChar)
IsJump = false
Cookies:Stop()
CD = true
Slide()
repeat wait() until
workspace:FindPartOnRayWithWhitelist([Link]([Link],
[Link](0, -4 * [Link].y, 0)), { [Link] })
CD = false
end
else

workspace:FindFirstChild([Link].."StringKOD"):FindFirstChild("Idaro").Hum
anoid:ChangeState(3)
end
end
end)
function StopAudio()
[Link]:Stop()
end

function stop(ID, Key)


local cor = [Link](function()
wait([Link]-0)
if [Link] == "rbxassetid://"..ID
and OriginalKeyUpValue == Key then
StopAudio()
end
end)
cor()
end

function play(ID, STOP, LMAO)


if [Link]:FindFirstChild("[Boombox]") then
local Tool = nil
if OldChar:FindFirstChildOfClass("Tool") and LMAO == true then
Tool = OldChar:FindFirstChildOfClass("Tool")
OldChar:FindFirstChildOfClass("Tool").Parent =
[Link]
end
[Link]["[Boombox]"].Parent =
OldChar
[Link]:FireServer("Boombox", ID)
OldChar["[Boombox]"].RequiresHandle = false
if OldChar["[Boombox]"]:FindFirstChild("Handle") then
OldChar["[Boombox]"].Handle:Destroy()
end
OldChar["[Boombox]"].Parent =
[Link]
[Link] = false
if Tool ~= true then
if Tool then
[Link] = OldChar
end
end
if STOP == true then
[Link]:WaitForChild("BOOMBOXSOUND")
local cor = [Link](function()
repeat wait() until [Link]
== "rbxassetid://"..ID and [Link] > 0
OriginalKeyUpValue = OriginalKeyUpValue+1
stop(ID, OriginalKeyUpValue)
end)
cor()
end
end
end

local bro = false


local TimeErase, CanCel = "Time erase!", "Time erase!"
local TimeStop, TimeResume = "Time stop!", "Time stop!"
local XD = false
[Link]:Connect(function(MSG)
if MSG == "Rage!" then
if Humanoid:FindFirstChild("HeadScale") then
rm()
wait(0.6)

Humanoid:FindFirstChild("HeadScale"):Destroy()
wait(0.6)
end

if Humanoid:FindFirstChild("BodyWidthScale") then
rm()
wait(0.6)
Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
wait(0.6)
end

if Humanoid:FindFirstChild("BodyDepthScale") then
rm()
wait(0.6)
Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
wait(0.6)
end

if Humanoid:FindFirstChild("BodyTypeScale") then
rm()
wait(0.6)
Humanoid:FindFirstChild("BodyTypeScale"):Destroy()
wait(0.6)
end
elseif MSG:sub(1, 11) == TimeErase and XD == false and not
[Link] then
XDDDD(XD)
elseif MSG == CanCel and XD == true and not [Link] then
XDDDD(XD)
elseif MSG == TimeStop then
play(6947054675, true, true)
wait(0.3)
[Link] =
"[Link]
wait(0.1)
play(7084712646, true, true)
end
end)

function XDDDD(XDR)
if XDR == false then
XD = true
play(6546133414, true, true)
wait(2)
TimeEraseUI()
FoV()
Lighting()
ModelCharacter()
else
XD = false
InTimeErase = false
wait(0.1)
play(6543435253, true, true)
TimeEraseUI()
ModelCharacter()
Lighting()
FoV()
end
end

function Jump(...)
(...).Jumping:Connect(function()
if SuperJumpEnabled == true then
if CD == false and not [Link] then
CD = true
delay(1, function()
CD = false
end)
Cookies:Play(0, 1, 1.4)
AddVelocity([Link]*120,
OldChar)
delay(0, function()
IsJump = true
wait(1)
if IsJump == true then
IsJump = false
end
end)
end
end
end)
end

Jump([Link])

[Link]:Connect(function(Character)
wait(1)
if [Link] == [Link] then
Jump([Link])
Poter = Character:WaitForChild("Humanoid"):LoadAnimation(Pointing)
[Link] = true
[Link] = [Link]

Cookies =
Character:WaitForChild("Humanoid"):LoadAnimation([Link]
[Link])
OldChar = Character
end
end)

game["Run Service"].Heartbeat:Connect(function()
if InTimeErase then
for i, v in pairs(OldChar:GetChildren()) do
if v:IsA("BasePart") then
[Link] = [Link]([Link](200, 500),
[Link](200, 500), [Link](200, 500))
[Link] = [Link](0,0,0)
end
end

if OldChar:FindFirstChild("Combat") and XD == true then


XD = false
XDDDD(true)
end

if WalkSpeed == true then


MoveDirection = [Link](LeftSpeed, UpSpeed, WSpped)

workspace:FindFirstChild([Link].."StringKOD"):FindFirstChild("Idaro").Hum
anoid:Move(MoveDirection, true)
end
else
if OldChar:FindFirstChild("[Flashlight]") then
if [Link]:FindFirstChild(MyStand) then
if not [Link] then
Poter:Play()
Poter:AdjustSpeed(0)
[Link] = 1.2
end
local lol =
[Link]:FindFirstChild(MyStand).[Link] * [Link](0,
0.5, 1.25)
[Link] = lol
end
else
if [Link] then
Poter:Stop()
end
end
end
end)
end
)

AmuseTab:Button(
"Fake macro (c)",
function()
plr = game:GetService('Players').LocalPlayer
down = true

function onButton1Down(mouse)
down = true
while down do
if not down then break end
local char = [Link]
[Link] =
[Link] * 190
wait()
end
end

function onButton1Up(mouse)
down = false
end

function onSelected(mouse)
[Link]:connect(function(c) if c:lower()=="c"then
onButton1Down(mouse)end end)
[Link]:connect(function(c) if c:lower()=="c"then
onButton1Up(mouse)end end)
end
onSelected([Link]:GetMouse())
end
)

local AutoBuyTab = s:Tab("Auto Buy")

for i,v in pairs(game:GetService("Workspace").[Link]:GetChildren()) do


AutoBuyTab:Button([Link],
function()
local Pos = [Link]
local Teleport = v:FindFirstChild("Head")
if Teleport then
[Link] =
[Link]
local CD = v:FindFirstChild("ClickDetector")
if CD then
wait(0.75)
fireclickdetector(CD)
[Link] = Pos
end
end
end)
end

local TargetTAB = s:Tab("Target Tab")

TargetTAB:Textbox(
"Target Player(DOESNT WORK ATM)",
function(Text)
print(Text)
Targetting = gplr(Text)
if Targetting[1] then
Targetting = Targetting[1]
end
end)

TargetTAB:Button(
"Teleport",
function()
if Targetting then
[Link] =
[Link]
end
end)

local GodStuff = s:Tab("God-Related")


GodStuff:Button(
"God Block",
function()
local localPlayer = game:GetService('Players').LocalPlayer
local localCharacter = [Link]

localCharacter:FindFirstChild('BodyEffects'):FindFirstChild('Defense'):FindFirstChi
ld('CurrentTimeBlock'):Destroy()
end
)

GodStuff:Button(
"God Bullet",
function()
local localPlayer = game:GetService('Players').LocalPlayer;
local localCharacter = [Link];
localCharacter:FindFirstChildWhichIsA('Humanoid').Health = 0;
for _,v in pairs([Link]:GetChildren()) do
if v:IsA('MeshPart') or v:IsA('Accessory') then
v:Destroy();
end;
end;
local newCharacter = [Link]:Wait();
local spoofFolder = [Link]('Folder');
[Link] = 'FULLY_LOADED_CHAR';
[Link] = newCharacter;
newCharacter:WaitForChild('RagdollConstraints'):Destroy();
newCharacter:WaitForChild('BodyEffects'):WaitForChild('Armor'):Destroy();
local spoofValue = [Link]('BoolValue', newCharacter);
[Link] = 'RagdollConstraints';
local armValue = [Link]('IntValue',
game:GetService('Players').[Link]:FindFirstChild('BodyEffects'));
[Link] = 'Armor';
end
)

GodStuff:Button(
"Full God",
function()
local localPlayer = game:GetService('Players').LocalPlayer;
local localCharacter = [Link];
localCharacter:FindFirstChildWhichIsA('Humanoid').Health = 0;
for _,v in pairs([Link]:GetChildren()) do
if v:IsA('MeshPart') or v:IsA('Accessory') then
v:Destroy();
end;
end;
local newCharacter = [Link]:Wait();
local spoofFolder = [Link]('Folder');
[Link] = 'FULLY_LOADED_CHAR';
[Link] = newCharacter;
newCharacter:WaitForChild('RagdollConstraints'):Destroy();
newCharacter:WaitForChild('BodyEffects'):WaitForChild('Defense'):Destroy();
newCharacter:WaitForChild('BodyEffects'):WaitForChild('Armor'):Destroy();
local spoofValue = [Link]('BoolValue', newCharacter);
[Link] = 'RagdollConstraints';
local defValue = [Link]('IntValue',
game:GetService('Players').[Link]:FindFirstChild('BodyEffects'));
[Link] = 'Defense';
local armValue = [Link]('IntValue',
game:GetService('Players').[Link]:FindFirstChild('BodyEffects'));
[Link] = 'Armor';
end
)

GodStuff:Button(
"Unban",
function()
local localPlayer = game:GetService('Players').LocalPlayer;
local localCharacter = [Link];
localCharacter:FindFirstChildWhichIsA('Humanoid').Health = 0;
for _, v in pairs([Link]:GetChildren()) do
if v:IsA('MeshPart') or v:IsA('Accessory') then
v:Destroy();
end;
end;
local newCharacter = [Link]:Wait();
local spoofFolder = [Link]('Folder');
[Link] = 'FULLY_LOADED_CHAR';
[Link] = newCharacter;
newCharacter:WaitForChild('RagdollConstraints'):Destroy();
local spoofValue = [Link]('BoolValue', newCharacter);
[Link] = 'RagdollConstraints';
end
)

local AnimationsTab = s:Tab("Animations")


local Animate = [Link]

AnimationsTab:Button(
"Zombie",
function()
[Link] = "[Link]
id=616158929"
[Link] = "[Link]
id=616160636"
[Link] = "[Link]
id=616168032"
[Link] = "[Link]
id=616163682"
[Link] = "[Link]
id=616161997"
[Link] = "[Link]
id=616156119"
[Link] = "[Link]
id=616157476"
end
)

AnimationsTab:Button(
"Werewolf",
function()
[Link] = "[Link]
id=1083195517"
[Link] = "[Link]
id=1083214717"
[Link] = "[Link]
id=1083178339"
[Link] = "[Link]
id=1083216690"
[Link] = "[Link]
id=1083218792"
[Link] = "[Link]
id=1083182000"
[Link] = "[Link]
id=1083189019"
end
)

AnimationsTab:Button(
"Vampire",
function()
[Link] = "[Link]
id=1083445855"
[Link] = "[Link]
id=1083450166"
[Link] = "[Link]
id=1083473930"
[Link] = "[Link]
id=1083462077"
[Link] = "[Link]
id=1083455352"
[Link] = "[Link]
id=1083439238"
[Link] = "[Link]
id=1083443587"
end
)

AnimationsTab:Button(
"Toy",
function()
[Link] = "[Link]
id=782841498"
[Link] = "[Link]
id=782845736"
[Link] = "[Link]
id=782843345"
[Link] = "[Link]
id=782842708"
[Link] = "[Link]
id=782847020"
[Link] = "[Link]
id=782843869"
[Link] = "[Link]
id=782846423"
end
)

AnimationsTab:Button(
"Superhero",
function()
[Link] = "[Link]
id=616111295"
[Link] = "[Link]
id=616113536"
[Link] = "[Link]
id=616122287"
[Link] = "[Link]
id=616117076"
[Link] = "[Link]
id=616115533"
[Link] = "[Link]
id=616104706"
[Link] = "[Link]
id=616108001"
end
)

AnimationsTab:Button(
"Stylish",
function()
[Link] = "[Link]
id=616136790"
[Link] = "[Link]
id=616138447"
[Link] = "[Link]
id=616146177"
[Link] = "[Link]
id=616140816"
[Link] = "[Link]
id=616139451"
[Link] = "[Link]
id=616133594"
[Link] = "[Link]
id=616134815"
end
)

AnimationsTab:Button(
"Robot",
function()
[Link] = "[Link]
id=616088211"
[Link] = "[Link]
id=616089559"
[Link] = "[Link]
id=616095330"
[Link] = "[Link]
id=616091570"
[Link] = "[Link]
id=616090535"
[Link] = "[Link]
id=616086039"
[Link] = "[Link]
id=616087089"
end
)

AnimationsTab:Button(
"Pirate",
function()
[Link] = "[Link]
id=750781874"
[Link] = "[Link]
id=750782770"
[Link] = "[Link]
id=750785693"
[Link] = "[Link]
id=750783738"
[Link] = "[Link]
id=750782230"
[Link] = "[Link]
id=750779899"
[Link] = "[Link]
id=750780242"
end
)

AnimationsTab:Button(
"Ninja",
function()
[Link] = "[Link]
id=656117400"
[Link] = "[Link]
id=656118341"
[Link] = "[Link]
id=656121766"
[Link] = "[Link]
id=656118852"
[Link] = "[Link]
id=656117878"
[Link] = "[Link]
id=656114359"
[Link] = "[Link]
id=656115606"
end
)

AnimationsTab:Button(
"Mage",
function()
[Link] = "[Link]
id=707742142"
[Link] = "[Link]
id=707855907"
[Link] = "[Link]
id=707897309"
[Link] = "[Link]
id=707861613"
[Link] = "[Link]
id=707853694"
[Link] = "[Link]
id=707826056"
[Link] = "[Link]
id=707829716"
end
)

AnimationsTab:Button(
"Levitation",
function()
[Link] = "[Link]
id=616006778"
[Link] = "[Link]
id=616008087"
[Link] = "[Link]
id=616013216"
[Link] = "[Link]
id=616010382"
[Link] = "[Link]
id=616008936"
[Link] = "[Link]
id=616003713"
[Link] = "[Link]
id=616005863"
end
)

AnimationsTab:Button(
"Knight",
function()
[Link] = "[Link]
id=657595757"
[Link] = "[Link]
id=657568135"
[Link] = "[Link]
id=657552124"
[Link] = "[Link]
id=657564596"
[Link] = "[Link]
id=658409194"
[Link] = "[Link]
id=658360781"
[Link] = "[Link]
id=657600338"
end
)

AnimationsTab:Button(
"Elder",
function()
[Link] = "[Link]
id=845397899"
[Link] = "[Link]
id=845400520"
[Link] = "[Link]
id=845403856"
[Link] = "[Link]
id=845386501"
[Link] = "[Link]
id=845398858"
[Link] = "[Link]
id=845392038"
[Link] = "[Link]
id=845396048"
end
)

AnimationsTab:Button(
"Cartoony",
function()
[Link] = "[Link]
id=742637544"
[Link] = "[Link]
id=742638445"
[Link] = "[Link]
id=742640026"
[Link] = "[Link]
id=742638842"
[Link] = "[Link]
id=742637942"
[Link] = "[Link]
id=742636889"
[Link] = "[Link]
id=742637151"
end
)

AnimationsTab:Button(
"Bubbly",
function()
[Link] = "[Link]
id=910004836"
[Link] = "[Link]
id=910009958"
[Link] = "[Link]
id=910034870"
[Link] = "[Link]
id=910025107"
[Link] = "[Link]
id=910016857"
[Link] = "[Link]
id=910001910"
[Link] = "[Link]
id=910030921"
[Link] = "[Link]
end
)

AnimationsTab:Button(
"Astronaut",
function()
[Link] = "[Link]
id=891621366"
[Link] = "[Link]
id=891633237"
[Link] = "[Link]
id=891667138"
[Link] = "[Link]
id=891636393"
[Link] = "[Link]
id=891627522"
[Link] = "[Link]
id=891609353"
[Link] = "[Link]
id=891617961"
end
)

local CreditsTab = s:Tab("Credits")

CreditsTab:Label(
"dawn#9990 - Made Dimag X"
)

CreditsTab:Label(
"Dimag16 - Dimag16???"
)

You might also like