0% found this document useful (0 votes)
649 views110 pages

Roblox FE Script Hub Overview

The document defines objects and properties for a script hub GUI in Roblox. It creates frames, labels, buttons and other objects to display a scrolling list of script buttons. When clicked, the script buttons run different scripts like killing or teleporting players, playing animations, and spawning building tools.

Uploaded by

cuenta lee4
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)
649 views110 pages

Roblox FE Script Hub Overview

The document defines objects and properties for a script hub GUI in Roblox. It creates frames, labels, buttons and other objects to display a scrolling list of script buttons. When clicked, the script buttons run different scripts like killing or teleporting players, playing animations, and spawning building tools.

Uploaded by

cuenta lee4
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
  • UI Elements Setup
  • Visibility and Interaction Functions
  • Animation and Input Control
  • Tool and Gear Assignment
  • Command Execution Scripts
  • Gui Component Creation
  • Dynamic UI Elements
  • Settings and Configuration
  • Drop-down Menu UI
  • Utility Functions
  • Mesh and Part Creation
  • Animation Hooks
  • Admin Commands
  • Player Control and Interaction
  • Special Effects Commands
  • Character Animation Management
  • General Settings
  • Execution Management
  • Environment Modifications
  • Camera and View Control
  • Music and Sound Integration
  • Settings Adjustments
  • Script Concluding Elements

-- Objects

local FEScriptHub = [Link]("ScreenGui")


local MainFrame = [Link]("Frame")
local LabelClose = [Link]("Frame")
local TextLabel = [Link]("TextLabel")
local Close = [Link]("TextButton")
local Scripts = [Link]("ScrollingFrame")
local clickill = [Link]("TextButton")
local clicktp = [Link]("TextButton")
local dabondahaterslol = [Link]("TextButton")
local aaaaaaaaaa = [Link]("TextButton")
local bloks = [Link]("TextButton")
local btools = [Link]("TextButton")
local giantassaxe = [Link]("TextButton")
local godxd = [Link]("TextButton")
local admin = [Link]("TextButton")
local murdereveryone = [Link]("TextButton")
local kill = [Link]("TextButton")
local topqueque = [Link]("TextButton")
local runingoutofideas = [Link]("TextButton")
local oof = [Link]("TextButton")
local whydoustillreadthis = [Link]("TextButton")

-- Properties

[Link] = "FE Script Hub"


[Link] = [Link]

[Link] = "MainFrame"
[Link] = FEScriptHub
[Link] = true
MainFrame.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = true
[Link] = true
[Link] = [Link](0, 200, 0, 31)

[Link] = "Label/Close"
[Link] = MainFrame
LabelClose.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0, 100, 0, 100)

[Link] = LabelClose
TextLabel.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.20000000298023
[Link] = [Link](0, 200, 0, 31)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "FE Script Hub"
TextLabel.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = true
[Link] = 14
[Link] = true

[Link] = "Close"
[Link] = LabelClose
Close.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 1
[Link] = [Link](0, 171, 0, 0)
[Link] = [Link](0, 29, 0, 30)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "+"
Close.TextColor3 = [Link](1, 1, 1)
[Link] = true
[Link] = 14
[Link] = true

Close.MouseButton1Down:connect(function()
if [Link] == false then
[Link] = true
[Link] = "-"
else
[Link] = false
[Link] = "+"
end
end)

[Link] = "Scripts"
[Link] = MainFrame
Scripts.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.20000000298023
[Link] = [Link](0, 0, 0, 29)
[Link] = [Link](0, 200, 0, 150)
[Link] = false
[Link] = [Link](0, 0, 24.6, 0)

[Link] = "clickill"
[Link] = Scripts
clickill.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "FE Click Kill"
clickill.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

clickill.MouseButton1Down:connect(function()
local Tool = [Link]("HopperBin", [Link])
[Link] = "FE Kill Tool"

local Mouse = [Link]:GetMouse()

[Link]:connect(function()
Mouse.Button1Down:connect(function()
if [Link] == true then
if [Link] and [Link]:IsA('Model') then

[Link][[Link]]:Move([Link]([Link],[Link],[Link]
ge))
end
end
end)
end)
end)
[Link] = "clicktp"
[Link] = Scripts
clicktp.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 49)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "FE Click TP Tool"
clicktp.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

clicktp.MouseButton1Down:connect(function()
local Player = [Link]
local Mouse = Player:GetMouse()
local UserInputService = game:GetService('UserInputService')

local HoldingControl = false

Mouse.Button1Down:connect(function()
if HoldingControl then
[Link]:MoveTo([Link].p)
end
end)

[Link]:connect(function(Input, Processed)
if [Link] == [Link] then
if [Link] == [Link] then
HoldingControl = true
elseif [Link] == [Link] then
HoldingControl = true
end
end
end)

[Link]:connect(function(Input, Processed)
if [Link] == [Link] then
if [Link] == [Link] then
HoldingControl = false
elseif [Link] == [Link] then
HoldingControl = false
end
end
end)
end)

[Link] = "dabondahaterslol"
[Link] = Scripts
dabondahaterslol.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 98)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Dab"
dabondahaterslol.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14
dabondahaterslol.MouseButton1Down:connect(function()
while wait(1) do
for i,v in pairs(game:GetService('Players'):GetChildren()) do
Player = [Link]
AnimationId = "248263260"
local Anim = [Link]("Animation")
[Link] = "rbxassetid://"..AnimationId
local k = [Link][Player].[Link]:LoadAnimation(Anim)
k:Play() --Play the animation
k:AdjustSpeed(2)
end
end
end)

[Link] = "aaaaaaaaaa"
[Link] = Scripts
aaaaaaaaaa.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 148)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Insane"
aaaaaaaaaa.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

aaaaaaaaaa.MouseButton1Down:connect(function()
while wait(1) do
for i,v in pairs(game:GetService('Players'):GetChildren()) do
Player = [Link]
AnimationId = "33796059"
local Anim = [Link]("Animation")
[Link] = "rbxassetid://"..AnimationId
local k = [Link][Player].[Link]:LoadAnimation(Anim)
k:Play() --Play the animation
k:AdjustSpeed(99)
end
end
end)

[Link] = "bloks"
[Link] = Scripts
bloks.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 197)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Spam Blocks"
bloks.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

bloks.MouseButton1Down:connect(function()
for i=1,20 do
wait(1)
for _,v in pairs([Link]:GetChildren()) do
if v:IsA'Accoutrement' then
[Link]=[Link]
[Link] = [Link]
end
end
for i,v in pairs([Link]:GetChildren()) do
if v:IsA'Accoutrement' then
for ape,hax in pairs([Link]:GetChildren()) do
hax:Destroy()
end
wait'.1'
[Link]=[Link]
end
end
for _,v in pairs([Link]:GetChildren()) do
v:Destroy()
end
local prt=[Link]("Model", workspace);
[Link]("Part", prt).Name="Torso";
[Link]("Part", prt).Name="Head";
[Link]("Humanoid", prt).Name="Humanoid";
[Link]=prt

repeat wait(1) until [Link]:FindFirstChild'Head'


for lol,dad in pairs([Link]:GetChildren()) do
if dad:IsA'Accoutrement' then
[Link] = [Link]
end
end
for _,v in pairs([Link]:GetChildren()) do
v:Destroy()
end
local prt2=[Link]("Model", workspace);
[Link]("Part", prt).Name="Torso";
[Link]("Part", prt).Name="Head";
[Link]("Humanoid", prt).Name="Humanoid";
[Link]=prt
end
end)

[Link] = "btools"
[Link] = Scripts
btools.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 247)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "BTools"
btools.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

btools.MouseButton1Down:connect(function()
--fe cafe hammertool script only works for Chicken Express Restaurant!--
maind = nil
if workspace:FindFirstChild'GiveSystem' then
if [Link]:FindFirstChild'GiveItem' then
maind = [Link]
end
end
if workspace:FindFirstChild'HandToCentre' then
if [Link]:FindFirstChild'SendItem' then
maind = [Link]
end
end
if maind == nil then
print'could not find give event :('
return
end
tool = [Link]'Tool'
me = game:GetService'Players'.LocalPlayer
[Link] = false
[Link] = '[Link]
[Link] = 'ya like jazz?'
[Link] = [Link]
buttonf = nil
[Link]:connect(function()
local m = game:GetService'Players'.LocalPlayer:GetMouse()
[Link] = 'rbxasset://textures/[Link]'
buttonf = m.Button1Down:connect(function()
if [Link] == nil then return end
local ob = [Link]
if ob:IsA'BasePart' or ob:IsA'WedgePart' then
if ob:IsDescendantOf([Link]) then return end
[Link] = 'rbxasset://textures/[Link]'
local ex = [Link]'Explosion'
[Link] = 0
[Link] = [Link]
[Link] = workspace
maind:FireServer(workspace, ob)
wait(0.3)
[Link] = 'rbxasset://textures/[Link]'
end
end)
end)
[Link]:connect(function()
if buttonf ~= nil then
buttonf:Disconnect()
buttonf = nil
end
local m = game:GetService'Players'.LocalPlayer:GetMouse()
[Link] = ''
end)
end)

[Link] = "giantassaxe"
[Link] = Scripts
giantassaxe.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 298)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Sword"
giantassaxe.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

giantassaxe.MouseButton1Down:connect(function()
--how to hammer 101 this only works for city life--
plr = "LocalPlayer" --player to give tool to
plr = game:GetService'Players'[plr]
game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '7',
'1055299')
lp = game:GetService'Players'.LocalPlayer
hat = [Link]:WaitForChild'meme'
hammer = [Link]
[Link] = lp:FindFirstChildOfClass'Backpack'
--DIRTY HACKS TO PARENT HAT/TOOLS WITH REPLICATION ON FE--
[Link] = nil
[Link] = [Link]
game:GetService'RunService'.Stepped:wait()
[Link] = [Link]
for i = 1,3 do
local lol = lp:FindFirstChildOfClass'Backpack':FindFirstChildOfClass'HopperBin'
if lol:FindFirstChild'LocalScript' then lol:Destroy() end
end
end)

[Link] = "godxd"
[Link] = Scripts
godxd.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 349)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "God"
godxd.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

godxd.MouseButton1Down:connect(function()
[Link] = 1
local l = [Link]["1"]:Clone()
[Link] = [Link]
[Link] = "Humanoid"
wait(0.1)
[Link]["1"]:Destroy()
[Link] = [Link]
[Link] = true
wait(0.1)
[Link] = false
[Link] = "None"
end)

[Link] = "admin"
[Link] = Scripts
admin.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 399)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "MML Admin(i think it bypasses fe)"
admin.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

admin.MouseButton1Down:connect(function()
require(520532182).giveAdmin"LocalPlayer"
end)

[Link] = "murdereveryone"
[Link] = Scripts
murdereveryone.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 450)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Kill All"
murdereveryone.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

murdereveryone.MouseButton1Down:connect(function()
for i, v in next, Players:GetPlayers() do
v:Move([Link]([Link]*0))
end
end)

[Link] = "kill"
[Link] = Scripts
kill.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 500)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Kill"
kill.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14

kill.MouseButton1Down:connect(function()
-- Objects

local ScreenGui = [Link]("ScreenGui")


local Frame = [Link]("Frame")
local TextBox69 = [Link]("TextBox")
local TextButton = [Link]("TextButton")
local TextButton_2 = [Link]("TextButton")

-- Properties

[Link] = [Link]

[Link] = ScreenGui
Frame.BackgroundColor3 = [Link](1, 1, 1)
[Link] = [Link](0, 0, 0, 288)
[Link] = [Link](0, 277, 0, 175)

[Link] = Frame
TextBox69.BackgroundColor3 = [Link](1, 1, 1)
[Link] = [Link](0, 38, 0, 30)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = 14

[Link] = Frame
TextButton.BackgroundColor3 = [Link](1, 1, 1)
[Link] = [Link](0, 38, 0, 111)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "kill"
[Link] = 14

TextButton.MouseButton1Down:connect(function()
local target = [Link][[Link]]
repeat
wait()
target:Move([Link]([Link]*0))
until not target:FindFirstChild("Head")
end)

TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = [Link](1, 1, 1)
TextButton_2.BackgroundTransparency = 1
TextButton_2.Position = [Link](0, 240, 0, 0)
TextButton_2.Size = [Link](0, 37, 0, 28)
TextButton_2.Font = [Link]
TextButton_2.FontSize = [Link].Size14
TextButton_2.Text = "X"
TextButton_2.TextColor3 = [Link](1, 0, 0)
TextButton_2.TextScaled = true
TextButton_2.TextSize = 14
TextButton_2.TextWrapped = true

TextButton_2.MouseButton1Down:connect(function()
ScreenGui:Destroy()
end)
end)

[Link] = "topqueque"
[Link] = Scripts
topqueque.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 551)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Topk3k(for some how some commands bypasses)"
topqueque.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = true
[Link] = 14
[Link] = true

topqueque.MouseButton1Down:connect(function()
-- Epic Script Leaked By Scratchy!
-- Subscribe for more EPIC scripts! [Link]
fFrczkFJuwHJguR6SXx5Q?sub_confirmation=1

_G.Rc7Notification = function(a,b,c)
game:GetService("CoreGui"):WaitForChild("RobloxGui").SendNotification:Fire(a, b,
"rbxassetid://776252057", c)
end
local topkek = {}
[Link] = '1.0.5a'
[Link] = {}
[Link] = {}
[Link] = {}
[Link] = {}
[Link] = game:GetService('Players').LocalPlayer

[Link] = {}
[Link] = {}
[Link] = {}
[Link] = {}

[Link] = {}
[Link] = {}
[Link] = {}
[Link] = {}
[Link] = {}
[Link] = {}
[Link] = {}

[Link] = {}

local NewGuiPart1 = [Link]("ScreenGui", [Link])


[Link] = "4.0"
-------
local NewGuiPart2 = [Link]("Frame")
[Link] = true
NewGuiPart2.BackgroundColor3 = [Link](0.509804, 0.184314, 0.184314)
[Link] = 0
[Link] = "Main"
[Link] = [Link](0, 300, 0, 50)
[Link] = true
[Link] = [Link](0, 470, 0, 395)
[Link] = false
[Link] = true
[Link] = true
[Link] = NewGuiPart1
-------
local NewGuiPart3 = [Link]("Frame")
NewGuiPart3.BackgroundColor3 = [Link](0.623529, 0.223529, 0.223529)
[Link] = 0
[Link] = "Topbar"
[Link] = [Link](0, 150, 0, 0)
[Link] = [Link](0, 320, 0, 30)
[Link] = NewGuiPart2
-------
local NewGuiPart4 = [Link]("TextLabel")
[Link] = 1
[Link] = "PlayerName"
[Link] = [Link](0, -140, 0, 0)
[Link] = [Link](0.5, 0, 1, 0)
[Link] = false
[Link] = 4
[Link] = [Link]
[Link] = [Link].Size18
[Link] = "Player1"
NewGuiPart4.TextColor3 = [Link](1, 1, 1)
[Link] = [Link]
[Link] = NewGuiPart3
-------
local NewGuiPart5 = [Link]("Frame")
[Link] = 1
[Link] = "Controllers"
[Link] = [Link](1, -128, 0, 3)
[Link] = [Link](0, 125, 1, -6)
[Link] = NewGuiPart3
-------
local NewGuiPart6 = [Link]("TextButton")
[Link] = true
[Link] = false
NewGuiPart6.BackgroundColor3 = [Link](0.552941, 0.105882, 0.105882)
[Link] = 0
[Link] = "Exit"
[Link] = [Link](1, -24, 0, 0)
[Link] = true
[Link] = [Link](0, 24, 0, 24)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = ""
[Link] = NewGuiPart5
-------
local NewGuiPart7 = [Link]("TextButton")
[Link] = true
[Link] = false
NewGuiPart7.BackgroundColor3 = [Link](0.780392, 0.34902, 0)
[Link] = 0
[Link] = "Hide"
[Link] = [Link](1, -50, 0, 0)
[Link] = true
[Link] = [Link](0, 24, 0, 24)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = ""
[Link] = NewGuiPart5
-------
local NewGuiPart8 = [Link]("TextLabel")
[Link] = 1
[Link] = "IsFE"
[Link] = [Link](0, 65, 1, 0)
[Link] = [Link].Size18
[Link] = "Not FE"
NewGuiPart8.TextColor3 = [Link](0.333333, 0.666667, 0)
[Link] = 0.69999998807907
[Link] = [Link]
[Link] = NewGuiPart5
-------
local NewGuiPart9 = [Link]("TextLabel")
[Link] = 1
[Link] = "Stella"
[Link] = [Link](0, -150, 0, 0)
[Link] = [Link](1, 150, 1, 0)
[Link] = 2
[Link] = [Link]
[Link] = [Link].Size18
[Link] = "[Stella]"
NewGuiPart9.TextColor3 = [Link](0.054902, 0.0745098, 0.498039)
[Link] = NewGuiPart3
-------
local NewGuiPart10 = [Link]("Frame")
[Link] = 1
[Link] = "Holder"
[Link] = [Link](0, 150, 0, 30)
[Link] = [Link](0, 320, 0, 365)
[Link] = NewGuiPart2
-------
local NewGuiPart11 = [Link]("Frame")
[Link] = 1
[Link] = "Home"
[Link] = [Link](1, 0, 1, 0)
[Link] = NewGuiPart10
-------
local NewGuiPart12 = [Link]("TextLabel")
[Link] = 1
[Link] = 0
[Link] = "Title1"
[Link] = [Link](0, 30, 0, 3)
[Link] = true
[Link] = [Link](1, -30, 0, 40)
[Link] = [Link]
[Link] = [Link].Size42
[Link] = "T0PK3K 4.0"
NewGuiPart12.TextColor3 = [Link](1, 1, 1)
[Link] = 0.5
[Link] = [Link]
[Link] = NewGuiPart11
-------
local NewGuiPart13 = [Link]("TextLabel")
[Link] = 1
[Link] = 0
[Link] = "Title2"
[Link] = [Link](0.600000024, 5, 0, -5)
[Link] = [Link](0.400000006, 0, 1, 0)
[Link] = [Link]
[Link] = [Link].Size18
[Link] = "by nosyliam"
NewGuiPart13.TextColor3 = [Link](1, 1, 1)
[Link] = 0.5
[Link] = [Link]
[Link] = [Link]
[Link] = NewGuiPart12
-------
local NewGuiPart14 = [Link]("Frame")
NewGuiPart14.BackgroundColor3 = [Link](0.509804, 0.184314, 0.184314)
NewGuiPart14.BorderColor3 = [Link](0.32549, 0, 0)
[Link] = "Container"
[Link] = [Link](0, 16, 0, 50)
[Link] = [Link](1, -30, 0, 250)
[Link] = NewGuiPart11
-------
local NewGuiPart15 = [Link]("TextLabel")
NewGuiPart15.BackgroundColor3 = [Link](0.639216, 0.223529, 0.223529)
[Link] = 0
[Link] = "Message"
[Link] = [Link](0, 15, 0, 305)
[Link] = [Link](1, -30, 0, 25)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "Server Message: variable is gay"
NewGuiPart15.TextColor3 = [Link](0.886275, 0.886275, 0.886275)
[Link] = 0.69999998807907
[Link] = NewGuiPart11
-------
local NewGuiPart16 = [Link]("TextBox")
NewGuiPart16.BackgroundColor3 = [Link](0.639216, 0.223529, 0.223529)
NewGuiPart16.BorderColor3 = [Link](0.32549, 0, 0)
[Link] = "Command"
[Link] = [Link](0, 15, 0, 335)
[Link] = [Link](1, -30, 0, 20)
[Link] = [Link]
[Link] = [Link].Size12
[Link] = "Press ; to enter a command"
NewGuiPart16.TextColor3 = [Link](0.819608, 0.819608, 0.819608)
[Link] = 0.80000001192093
[Link] = 0.30000001192093
[Link] = NewGuiPart10
-------
local NewGuiPart17 = [Link]("Frame")
[Link] = 1
[Link] = "Template"
[Link] = [Link](1, 0, 1, 0)
[Link] = false
[Link] = 2
[Link] = NewGuiPart10
-------
local NewGuiPart18 = [Link]("ScrollingFrame")
[Link] = true
NewGuiPart18.BackgroundColor3 = [Link](0.509804, 0.184314, 0.184314)
NewGuiPart18.BorderColor3 = [Link](0.32549, 0, 0)
[Link] = "Container"
[Link] = [Link](0, 15, 0, 10)
[Link] = true
[Link] = [Link](1, -30, 0, 320)
[Link] = 2
[Link] = "rbxassetid://368504177"
[Link] = [Link](0, 0, 0, 0)
[Link] = "rbxassetid://368504177"
[Link] = 5
[Link] = "rbxassetid://368504177"
[Link] = true
[Link] = NewGuiPart17
-------
local NewGuiPart19 = [Link]("Frame")
NewGuiPart19.BackgroundColor3 = [Link](0.509804, 0.184314, 0.184314)
[Link] = 1
NewGuiPart19.BorderColor3 = [Link](0.32549, 0, 0)
[Link] = "Navigator"
[Link] = [Link](0, 16, 0, 10)
[Link] = [Link](1, -30, 0, 60)
[Link] = false
[Link] = NewGuiPart10
-------
local NewGuiPart20 = [Link]("Frame")
NewGuiPart20.BackgroundColor3 = [Link](0.509804, 0.184314, 0.184314)
NewGuiPart20.BorderColor3 = [Link](0.32549, 0, 0)
[Link] = "NavMain"
[Link] = [Link](0, 22, 0, 0)
[Link] = [Link](1, -44, 0, 60)
[Link] = NewGuiPart19
-------
local NewGuiPart21 = [Link]("TextButton")
[Link] = true
NewGuiPart21.BackgroundColor3 = [Link](0.631373, 0.223529, 0.223529)
[Link] = 0
[Link] = "NavLeft"
[Link] = true
[Link] = [Link](0, 17, 1, 0)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = ""
[Link] = NewGuiPart19
-------
local NewGuiPart22 = [Link]("TextButton")
[Link] = true
NewGuiPart22.BackgroundColor3 = [Link](0.631373, 0.223529, 0.223529)
[Link] = 0
[Link] = "NavRight"
[Link] = [Link](1, -17, 0, 0)
[Link] = true
[Link] = [Link](0, 17, 1, 0)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = ""
[Link] = NewGuiPart19
-------
local NewGuiPart23 = [Link]("Frame")
[Link] = true
NewGuiPart23.BackgroundColor3 = [Link](0.470588, 0.164706, 0.164706)
[Link] = 0
[Link] = "Navigation"
[Link] = [Link](0, 150, 1, 0)
[Link] = 2
[Link] = NewGuiPart2
-------
local NewGuiPart24 = [Link]("Frame")
NewGuiPart24.BackgroundColor3 = [Link](0.623529, 0.223529, 0.223529)
[Link] = 0
[Link] = "Topbar"
[Link] = [Link](1, 0, 0, 30)
[Link] = 3
[Link] = NewGuiPart23
-------
local NewGuiPart25 = [Link]("ScrollingFrame")
NewGuiPart25.BackgroundColor3 = [Link](0.470588, 0.164706, 0.164706)
[Link] = 0
[Link] = "Scroll"
[Link] = [Link](0, 0, 0, 30)
[Link] = true
[Link] = [Link](1, 0, 1, -30)
[Link] = 3
[Link] = "rbxassetid://368504177"
[Link] = "rbxassetid://368504177"
[Link] = 6
[Link] = "rbxassetid://368504177"
[Link] = true
[Link] = NewGuiPart23
-------
local NewGuiPart26 = [Link]("Frame")
[Link] = 1
[Link] = "Composite1"
[Link] = [Link](-1, 0, 0.5, -50)
[Link] = [Link](0, 50, 0, 100)
[Link] = true
[Link] = NewGuiPart1
-------
local NewGuiPart27 = [Link]("TextLabel")
NewGuiPart27.BackgroundColor3 = [Link](0.623529, 0.223529, 0.223529)
[Link] = 0
[Link] = "Label"
[Link] = [Link](2, 0, 1, 0)
[Link] = [Link]
[Link] = [Link].Size96
[Link] = "T"
NewGuiPart27.TextColor3 = [Link](1, 1, 1)
[Link] = NewGuiPart26
-------
local NewGuiPart28 = [Link]("Frame")
[Link] = 1
[Link] = "Composite2"
[Link] = [Link](1, 0, 0.5, -50)
[Link] = [Link](0, 50, 0, 100)
[Link] = true
[Link] = NewGuiPart1
-------
local NewGuiPart29 = [Link]("TextLabel")
NewGuiPart29.BackgroundColor3 = [Link](0.623529, 0.223529, 0.223529)
[Link] = 0
[Link] = "Label"
[Link] = [Link](-1, 0, 0, 0)
[Link] = [Link](2, 0, 1, 0)
[Link] = [Link]
[Link] = [Link].Size96
[Link] = "T"
NewGuiPart29.TextColor3 = [Link](1, 1, 1)
[Link] = NewGuiPart28
-------
local NewGuiPart30 = [Link]("Frame")
NewGuiPart30.BackgroundColor3 = [Link](0.623529, 0.223529, 0.223529)
[Link] = "Solid"
[Link] = [Link](0.5, -50, 0.5, -50)
[Link] = false
[Link] = true
[Link] = NewGuiPart1
-------
local NewGuiPart31 = [Link]("TextLabel")
NewGuiPart31.BackgroundColor3 = [Link](0.623529, 0.223529, 0.223529)
[Link] = 0
[Link] = "Label"
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = [Link].Size96
[Link] = "T"
NewGuiPart31.TextColor3 = [Link](1, 1, 1)
[Link] = NewGuiPart30
[Link] = [Link]["4.0"].Main
[Link] = [Link]["4.0"].[Link]
[Link] = [Link]["4.0"].[Link]
[Link] = [Link]["4.0"].[Link]
[Link] = [Link]["4.0"].[Link]

AllowHovers = false
PlayerChatHook, UpdateBanlist = nil
cmd = {}

--// data //--


[Link] = {
'Home',
'LocalPlayer',
'Server',
'Players',
'Destruction',
'Scripts',
'Catalog',
'Music',
'Hats',
'Faces',
'Settings',
'Commands',
'Banlist',
}

color3 = function(r,g,b)
return [Link](r/255, g/255, b/255)
end
--// doggo dropdown //--
-- thanks krystal
GUI = {
TextBox = {
Settings = {
Font = [Link];
FontSize = [Link].Size14;
};
Color = {
Main = [Link](5,8,11);
Border = [Link](27,42,53);
Text = [Link](199,199,199);
};
New = function(Position, Size, Parent, ...)
local arguments = {...};

local TextBox = [Link]("TextBox", Parent);


TextBox.BackgroundColor3 = [Link];
TextBox.BorderColor3 = [Link];
[Link] = [Link];
[Link] = [Link];
TextBox.TextColor3 = [Link];
[Link] = Position;
[Link] = Size;
if #arguments then
if arguments[1] then
[Link] = tostring(arguments[1]);
else
[Link] = "";
end
end
return TextBox;
end;
};
DropDown = {
Settings = {
ScrollerAmount = 5; --A scroller will appear at this amount.
ScrollBarThickness = 6;
};
Gfx = {
Scroller = "rbxassetid://606572419";
};
Color = {
Main = color3(107, 36, 36);
Secondary = color3(113, 39, 39);
Border = color3(127, 44, 44);
Text = [Link](199,199,199);
};
New = function(Position, Size, Parent, ...)
local vValue = {};
local arguments = {...};
local vSelected = [Link]("StringValue");
[Link] = "nil";

if arguments then
if type(arguments) == "table" then
for i=1,#(arguments) do
if type(arguments[i]) == "table" then
for f=1,#(arguments[i]) do
[Link](vValue,
tostring((arguments[i])[f]));
end
else
[Link](vValue,
tostring(arguments[i]));
end
end
[Link] = (vValue[1]);
end
end

local Main = [Link]("TextButton", Parent);


Main.BackgroundColor3 = [Link];
Main.BorderColor3 = [Link];
[Link] = Position;
[Link] = Size;
Main.TextColor3 = [Link];
[Link] = [Link].Size14;
[Link] = 0.5;
[Link] = [Link];
[Link] = [Link];
[Link] = " "..tostring([Link]);
[Link] = 3

local Icon = [Link]("TextLabel", Main);


[Link] = [Link];
Icon.BackgroundColor3 = [Link];
Icon.BorderColor3 = [Link];
[Link] = [Link](1,-2,1,-2);
[Link] = [Link](-1,4,-1,4);
Icon.TextColor3 = [Link];
[Link] = [Link].Size14;
[Link] = 0.5;
[Link] = [Link];
[Link] = "V"
[Link] = 4

local Holder, Search;


local ClearHolder = function()
if Holder then
Holder:ClearAllChildren();
[Link] = [Link](1,0,0,0);
[Link] = false;
if Search then
[Link] = false;
end
end
end;

local CreateButton;
local RefreshDropDown = function()
if #vValue <= ([Link]) then
if not Holder or not Holder:IsA("Frame") then
Holder = nil; Search = nil;
Holder = [Link]("Frame",Main);
[Link] = [Link](1,0,0,0);
Holder.BackgroundColor3 =
[Link];
Holder.BorderColor3 =
[Link];
[Link] = false;
[Link] = 3
end
elseif #vValue > ([Link])
then
if not Holder or not Holder:IsA("ScrollingFrame")
then
Holder = nil; Search = nil;
Search =
[Link]([Link](0,0,0,0),[Link](1,0,0,[Link].Y),Main);
[Link] = false;
[Link] = 4
[Link]:connect(function(p)
if p == "Text" then
CreateButton([Link]);
end
end)
Holder = [Link]("ScrollingFrame",Main);
Holder.BackgroundColor3 =
[Link];
Holder.BorderColor3 =
[Link];
[Link] = [Link];
[Link] = [Link];
[Link] = [Link];
[Link] =
[Link](1,0,0,[Link].Y * ([Link]-1));
[Link] =
[Link](0,0,0,[Link].Y)
[Link] =
[Link];
[Link] = false;
[Link] = 3;
end
end
if #vValue == 1 and [Link] ~= vValue[1] then
[Link] = vValue[1];
elseif #vValue == 0 then
[Link] = "nil";
warn("Table amount is nil.");
end
[Link] = " "..tostring([Link]);
--ClearHolder();
end;

local Debounce = false;


CreateButton = function(searches)
if Debounce == false then
Debounce = true;
ClearHolder()
[Link] = true;
local Searched = 0;
if #vValue > 0 then
for i=1,#vValue do
if (searches ~= nil and
[Link]([Link](vValue[i]), [Link](searches)) and searches ~= "")
then
Searched = Searched + 1;
end
end
for i=1,#vValue do
if (searches ~= nil and
[Link]([Link](vValue[i]), [Link](searches)) and searches ~= "" and
Searched > 0) or searches == nil or searches == "" or Searched <= 0 then
local Select =
[Link]("TextButton", Holder);
Select.BackgroundColor3 =
[Link];
Select.BorderColor3 =
[Link];
[Link] = 1;
[Link] = 0;
[Link] = Position;
if #vValue <=
([Link]) then
[Link] =
[Link](1,0,0,[Link].Y);
else
[Link] = [Link](1,-
([Link]),0,[Link].Y);
end
[Link] = [Link](0,0,0,
([Link].Y) * (#Holder:GetChildren() - 1))
Select.TextColor3 =
[Link];
[Link] =
[Link].Size14;
[Link] =
0.5;
[Link] = [Link];
[Link] = tostring(vValue[i]);
[Link] = 3

Select.MouseButton1Click:connect(function()
[Link] = vValue[i];
ClearHolder();
RefreshDropDown();
end)
if #vValue <=
([Link]) then
[Link] =
[Link](1,0,0,[Link].Y * i);
elseif Holder:IsA("ScrollingFrame")
then
[Link] = true;
if #Holder:GetChildren() >= 1
then
[Link] =
[Link](1,0,0,[Link].Y * #Holder:GetChildren());
[Link] =
[Link](1,0,0,[Link].Y * #Holder:GetChildren());--
[Link]);
if #Holder:GetChildren()
>= [Link] then
[Link] =
[Link](1,0,0,[Link].Y * [Link]);
[Link]
= [Link](1,0,0,[Link].Y * #Holder:GetChildren());
end
elseif #Holder:GetChildren()
< 1 then
[Link] =
[Link](1,0,0,[Link].Y * 1);
[Link] =
[Link](1,0,0,[Link].Y * 1);
end
end
end
end
end
Debounce = false;
end
end;

RefreshDropDown();

Main.MouseButton1Click:connect(function()
CreateButton()
if #vValue >= [Link] and
Search ~= nil then
Search:CaptureFocus();
[Link] = "";
end
end)

[Link]:GetMouse().Button1Down:connect(function()
ClearHolder()
end)

return {
Update = function()
RefreshDropDown();
end;
GetValue = function()
RefreshDropDown();
return vValue;
end;
GetSelected = function()
RefreshDropDown();
return [Link];
end;
SetTable = function(F)
vValue = F;
RefreshDropDown();
end;
Changed = function(F)
[Link]:connect(function()
ypcall(function()
F([Link]);
end)
end)
return "ChangedEvent Hooked";
end;
AddValue = function(obj)
local Type = type(obj);
if Type == "table" then
for i=1,#obj do
[Link](vValue, obj[i])
end
elseif Type == "string" or Type == "number" or Type
== "boolean" then
[Link](vValue, obj)
end
RefreshDropDown();
end;
RemoveValue = function(obj)
local Type = type(obj);
if Type == "table" then
for i=1,#vValue do
for f=1,#obj do
if tostring(obj[f]) ==
tostring(vValue[i]) then
[Link](vValue,i)
end
end
end
else
for i=1,#vValue do
if tostring(obj) == tostring(vValue[i])
then
[Link](vValue,i)
end
end
end
RefreshDropDown();
end;
ClearValue = function()
vValue = {};
RefreshDropDown();
end;
}
end;
};
};
--// util //--
function [Link](o, p)
local a, b = pcall(function()
[Link](o)
end)
if not a then
return
end
local obj = [Link](o)
for prop, val in pairs(p) do
pcall(function()
obj[prop] = val
end)
end
return obj
end

function [Link](n)
if [Link]["4.0"].[Link]:FindFirstChild(n)
then
return [Link]["4.0"].[Link][n]
else
print("menu not found; returning template")
return [Link]['Template']
end
end

function [Link](id)
local mu = [Link]("Sound", game:GetService('Workspace'))
[Link] = 1
[Link] = true
[Link] = 1
[Link] = "rbxassetid://"..tostring(id)
mu:Play()
end

function [Link](plr) --r15 compatibility lole


if [Link] then
if [Link]:FindFirstChild('UpperTorso') then
return [Link]
elseif [Link]:FindFirstChild('Torso') then
return [Link]
else
return nil
end
end
end
function [Link](x,type_)
local function recurse(x)
for i, v in pairs(x:GetChildren()) do
pcall(function()
if v:IsA(type_) then
v:Destroy()
end
if #(v:GetChildren())>0 then
recurse(v)
end
end)
end
end
recurse(x)
end

function [Link](type_,func)
local function recurse(x)
for i, v in pairs(x:GetChildren()) do
pcall(function()
if v:IsA(type_) then
func(v)
end
if #(v:GetChildren())>0 then
recurse(v)
end
end)
end
end
recurse(game)
end
function [Link]()
local T = [Link]('Tool', [Link])
[Link] = 'Custom Trowel'

local p = [Link]('Part')
[Link] = 'Handle'
[Link] = [Link](1,4.4,1)
[Link] = T

local specialMesh = [Link]('SpecialMesh')


[Link] = 'rbxasset://fonts/[Link]'
[Link] = 'FileMesh'
[Link] = 'rbxasset://textures/[Link]'
[Link] = [Link]

local sound = [Link]'Sound'


[Link] = 'build'
[Link] = 'rbxasset://sounds//[Link]'
[Link] = 1
[Link] = [Link]

local brickHeight = 100


local trowelSpeed = 0.05
local brickWidth = 500
local mouseConnection

function newBrick(CF, P, color)


local brick = [Link]('Part')
[Link] = color
[Link] = CF * [Link](P + [Link] / 2)
[Link] = [Link]
brick:MakeJoints()
[Link] = 'Neon'
[Link] = 'DeleteMe'
return brick, P + [Link]
end

function genBrick(cFrame)
local randBrickColor = [Link]()
assert(brickWidth > 0)

local yPos = 0

while yPos < brickHeight do


local vPos
local X = -brickWidth / 2
while X < brickWidth / 2 do
local brick
brick, vPos = newBrick(cFrame, [Link](X, yPos, 0), randBrickColor)
X = vPos.x
wait(trowelSpeed)
end
yPos = vPos.y
end
end

function calcPos(vec)
if ([Link](vec.x) > [Link](vec.z)) then
if vec.x > 0 then
return [Link](1, 0, 0)
else
return [Link](-1, 0, 0)
end
else
if (vec.z > 0) then
return [Link](0, 0, 1)
else
return [Link](0, 0, -1)
end
end
end

[Link] = true

[Link]:connect(function()
if [Link] and
[Link]:FindFirstChild('Humanoid') then
[Link] = false
[Link]:Play()

genBrick([Link]([Link],
[Link] +
calcPos(([Link] -
[Link]).unit)))
[Link] = true
end
end)

[Link]:connect(function()
mouseConnection =
[Link]:GetMouse().KeyDown:connect(function(key)
if (key == 'r') then
for i,v in next, workspace:children'' do
if ([Link] == 'DeleteMe') then
v:Destroy()
end
end
end
end)
end)

[Link]:connect(function()
mouseConnection:disconnect()
end)
end
function [Link](type_,prop,val)
local function recurse(x)
for i, v in pairs(x:GetChildren()) do
pcall(function()
if v:IsA(type_) then
v[prop]=val
end
if #(v:GetChildren())>0 then
recurse(v)
end
end)
end
end
recurse(game)
end
function [Link](d)
[Link](d)
[Link](d)
end
function [Link](img)
img = 'rbxassetid://' .. img
local function skybox(x)
local sky = [Link]("Sky",[Link])
local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
for i,v in pairs(fcs) do
sky["Skybox"..v]=x
end
end

local function decal(p, b)


local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
for i, v in pairs(sides) do
local a = [Link]("Decal", p)
[Link] = b
[Link] = v
end
end

local function recurse(x)


for i, v in pairs(x:GetChildren()) do
pcall(function() -- 'error occured, no output from Lua' LOLE
if v:IsA("BasePart") then
decal(v, img)
end
if #(v:GetChildren())>0 then
recurse(v)
end
end)
end
end

recurse(game)
skybox(img)
end
function [Link](img)--topkek2.0 code tbh
img = 'rbxassetid://' .. img
local function skybox(x)
local sky = [Link]("Sky",[Link])
local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
for i,v in pairs(fcs) do
sky["Skybox"..v]=x
end
end
local function particle(p, b)
local a = [Link]("ParticleEmitter", p)
[Link] = 500
[Link] = [Link](20, 30)
[Link] = 200
[Link] = b
end

local function recurse(x)


for i, v in pairs(x:GetChildren()) do
pcall(function() -- 'error occured, no output from Lua' LOLE
if v:IsA("BasePart") then
particle(v, img)
end
if #(v:GetChildren())>0 then
recurse(v)
end
end)
end
end

recurse(game)
skybox(img)
end
function [Link](obj,type_,prop,val)
local function recurse(x)
for i, v in pairs(x:GetChildren()) do
pcall(function()
if v:IsA(type_) then
v[prop]=val
end
if #(v:GetChildren())>0 then
recurse(v)
end
end)
end
end
recurse(obj)
end
function [Link](cval, func)
local plrs = {}
if cval == 'All' then
plrs = game:GetService('Players'):GetPlayers()
else
plrs = {game:GetService('Players'):FindFirstChild(cval)}
end
for i, v in pairs(plrs) do
func(v)
end
end
function [Link](sc,plr)
local pchar = [Link]
if pchar:FindFirstChild("UpperTorso") then
warn("Player [" ..[Link].. "] is R15.")
return
end
local function scale(chr,scl)

for _,v in pairs(pchar:GetChildren()) do


if v:IsA("Hat") then
v:Clone()
[Link] = [Link]
end
end

local Head = chr['Head']


local Torso = chr['Torso']
local LA = chr['Left Arm']
local RA = chr['Right Arm']
local LL = chr['Left Leg']
local RL = chr['Right Leg']
local HRP = chr['HumanoidRootPart']

wait(0.1)

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

[Link] = [Link](scl * 2, scl, scl)


[Link] = [Link](scl * 2, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl * 2, scl * 2, scl)

local Motor1 = [Link]('Motor6D', Torso)


Motor1.Part0 = Torso
Motor1.Part1 = Head
Motor1.C0 = [Link](0, 1 * scl, 0) * [Link](-1.6, 0, 3.1)
Motor1.C1 = [Link](0, -0.5 * scl, 0) * [Link](-1.6, 0, 3.1)
[Link] = "Neck"

local Motor2 = [Link]('Motor6D', Torso)


Motor2.Part0 = Torso
Motor2.Part1 = LA
Motor2.C0 = [Link](-1 * scl, 0.5 * scl, 0) * [Link](0, -1.6, 0)
Motor2.C1 = [Link](0.5 * scl, 0.5 * scl, 0) * [Link](0, -1.6, 0)
[Link] = "Left Shoulder"

local Motor3 = [Link]('Motor6D', Torso)


Motor3.Part0 = Torso
Motor3.Part1 = RA
Motor3.C0 = [Link](1 * scl, 0.5 * scl, 0) * [Link](0, 1.6, 0)
Motor3.C1 = [Link](-0.5 * scl, 0.5 * scl, 0) * [Link](0, 1.6, 0)
[Link] = "Right Shoulder"

local Motor4 = [Link]('Motor6D', Torso)


Motor4.Part0 = Torso
Motor4.Part1 = LL
Motor4.C0 = [Link](-1 * scl, -1 * scl, 0) * [Link](0, -1.6, 0)
Motor4.C1 = [Link](-0.5 * scl, 1 * scl, 0) * [Link](0, -1.6, 0)
[Link] = "Left Hip"

local Motor5 = [Link]('Motor6D', Torso)


Motor5.Part0 = Torso
Motor5.Part1 = RL
Motor5.C0 = [Link](1 * scl, -1 * scl, 0) * [Link](0, 1.6, 0)
Motor5.C1 = [Link](0.5 * scl, 1 * scl, 0) * [Link](0, 1.6, 0)
[Link] = "Right Hip"

local Motor6 = [Link]('Motor6D', HRP)


Motor6.Part0 = HRP
Motor6.Part1 = Torso
Motor6.C0 = [Link](0, 0, 0) * [Link](-1.6, 0, -3.1)
Motor6.C1 = [Link](0, 0, 0) * [Link](-1.6, 0, -3.1)

end

scale(pchar, sc)

for _,v in pairs([Link]:GetChildren()) do


if v:IsA("Hat") then
[Link] = pchar
end
end
end
function [Link](id)
local Char = [Link]
if(Char)then
local Type = id
local Meme=id
local BBG_SIZE=[Link].X*1.25;
local STUD_VECTOR_1=[Link].Z/4;
local STUD_VECTOR_2=[Link].Z;
local bbg=Char:FindFirstChild'BBGMEME'or
[Link]('BillboardGui',Char);
[Link]=[Link](0,STUD_VECTOR_1,STUD_VECTOR_2);
[Link]=[Link](BBG_SIZE,0,BBG_SIZE);
[Link]=[Link];
[Link]='BBGMEME';
local img=bbg:FindFirstChild'Meme'or [Link]('ImageLabel',bbg);
[Link]=1;
[Link]="rbxassetid://"..Meme;
[Link]=[Link](1,0,1,0)
[Link]='Meme';
for i,v in next,Char:children()do
if([Link]=='Hat')then
v=v:FindFirstChild'Handle';
if(v)then
[Link]=0
end;
end;
end;
end;
end;
function [Link](plr)
plr=[Link]
Shaft=[Link]("Part", plr)
[Link]='Shaft'
[Link]=[Link](1, 2.5, 1)
[Link]=0
[Link]=0
[Link]=true
Cyln=[Link]("CylinderMesh", Shaft)
[Link]=[Link](0.5,0.7,0.5)
[Link]("Weld", plr)
[Link].Part0=plr:FindFirstChild("Torso") or
plr:FindFirstChild("LowerTorso")
[Link].Part1=[Link]
[Link].C0=[Link](0,-0.35,-0.9)*[Link](2.2,0,0)
[Link]=[Link]("Pastel brown")
Tip=[Link]("Part", plr)
[Link]='Tip'
[Link]=0
[Link]=0
[Link]=[Link](1, 1, 1)
[Link]=true
[Link]:connect(function(prt) if [Link]~=player then spawn(function()
for i=1, 5 do local pert=[Link]("Part", player)
[Link]=[Link]([Link]) [Link]=true local
mesh=[Link]("BlockMesh", pert) [Link]=[Link](0.2,0.2,0.2)
[Link]=[Link]("White") end end) end end)
Cyln2=[Link]("SpecialMesh", Tip)
[Link]='Sphere'
[Link]=[Link](0.6,0.6,0.6)
[Link]("Weld", plr).Name='Weld2'
plr.Weld2.Part0=[Link]
plr.Weld2.Part1=[Link]
plr.Weld2.C0=[Link](0,-.9,0)
[Link]=[Link]("Pink")
-----
Ball1=[Link]("Part", plr)
[Link]='Ball1'
[Link]=[Link](1, 1, 1)
[Link]=0
[Link]=0
Cyln3=[Link]("SpecialMesh", Ball1)
[Link]='Sphere'
[Link]=[Link](0.4,0.4,0.4)
[Link]("Weld", plr).Name='Weld3'
plr.Weld3.Part0=[Link]
plr.Weld3.Part1=plr.Ball1
plr.Weld3.C0=[Link](0.225,.4,0.2)
[Link]=[Link]("Pastel brown")
-----
Ball2=[Link]("Part", plr)
[Link]='Ball2'
[Link]=[Link](1, 1, 1)
[Link]=0
[Link]=0
Cyln3=[Link]("SpecialMesh", Ball2)
[Link]='Sphere'
[Link]=[Link](0.4,0.4,0.4)
[Link]("Weld", plr).Name='Weld4'
plr.Weld4.Part0=[Link]
plr.Weld4.Part1=plr.Ball2
plr.Weld4.C0=[Link](-0.225,.4,0.2)
[Link]=[Link]("Pastel brown")
end
--// banmgr //--
[Link] = false
[Link] = {}
[Link] = {}
function [Link](z)
local function doKick()
if [Link] and [Link]:FindFirstChild('HumanoidRootPart') and
[Link]:FindFirstChild('Torso') then
[Link] = [Link]([Link](999000,
1001000), 1000000, 1000000)
local SP = [Link]('SkateboardPlatform', [Link]) [Link]
= [Link] [Link] = 1
spawn(function()
repeat wait()
if [Link] and
[Link]:FindFirstChild('HumanoidRootPart') then
[Link] = [Link]
end
until not game:GetService('Players'):FindFirstChild([Link])
end)
[Link] = true
end
end
repeat
doKick()
wait()
until not z
end
function [Link]()
-- todo: read file
[Link]()
[Link] = [Link]['Bans']
end
function [Link](p)
-- todo: write file
[Link]([Link], [Link])
[Link]()
[Link]([Link]['Bans'], [Link])
[Link]()
print("Hardbanned " .. [Link])
UpdateBanlist()
[Link](p)
[Link]()
end
function [Link](p)
[Link]([Link], [Link])
[Link](p)
end
function [Link](p)
for x, m in pairs([Link]) do
if m == [Link] then
return true
end
end
return false
end
function [Link](p)
print(p .. " whitelisted")
[Link]([Link], p)
end
function [Link](p)
for x, m in pairs([Link]) do
if m == p then
print(m .. " unwhitelisted")
[Link]([Link], x)
if game:GetService('Players'):FindFirstChild(p) then
[Link](game:GetService('Players')[p])
end
end
end
end
function [Link](p)
for x, m in pairs([Link]) do
if m == [Link] then
return true
end
end
return false
end
function [Link]()
[Link] = true
for i, v in pairs(game:GetService('Players'):GetPlayers()) do
if not [Link](v) and v ~= [Link] then
spawn(function()
[Link](v)
end)
end
end
end
function [Link]()
[Link] = false
end
function [Link]()
[Link]()
game:GetService('Players').PlayerAdded:connect(function(p)
if [Link](p) or ([Link] and not
[Link](p)) then
print("Player " .. [Link] .. " is banned (or private on)! Kicking
now.")
[Link](p)
end
end)
end
--// settings //--
[Link] = {}
[Link] = {}
function [Link]()
--writefile("[Link]", "",
game:GetService('HttpService'):JSONEncode([Link]))
end
function [Link]()
if [Link] then
print("No settings! Making new ...")
[Link] = {
['Bans'] = {

},
['Themes'] = {
{Primary = {0,0,0}, Secondary = {0,0,0}, Tertiary =
{0,0,0}}
};
}
[Link]()
return [Link]
else
local lset = game:GetService('HttpService'):JSONDecode(set)
[Link] = lset
return lset
end
end
--// shortcuts //--
tk = {}
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
[Link] = [Link]
--// gui //--
-- copying this from topkek3.0 because i'm
-- too lazy to rewrite my lib
[Link] = 12
function [Link]:addLeftIcon(parent, img, sz)
[Link]('ImageLabel', {
Parent = parent;
BackgroundTransparency = 1;
Position = [Link](0, 2, 0, 2);
Size = [Link](0, sz, 0, sz);
Image = img;
})
end
function [Link]:makeContainer(n)
local temp = [Link]:Clone()
[Link] = n
[Link] = [Link]
[Link] = false
end
function [Link]:hookContainer(o, ncan, sepr, stt)
if not o:IsA("ScrollingFrame") and (not ncan) then
return nil
elseif o:IsA("ScrollingFrame") then
[Link] = [Link](0, 0, 0, 0)
end

local self = {}
[Link] = o
[Link] = 0
[Link] = stt or [Link]/2
[Link] = 0
[Link] = sepr or [Link]

function self:drawButton(sz, txt, func, ysz, cbgd)


local xposOffset = 0
local xposScale = [Link]
local xszOffset = 0
local xszScale = sz
if not ([Link] == 0) then
xszOffset = -5
if sz + [Link] > 0.998 then
xszOffset = -10
end
elseif sz == 1 then
local bzz = 4
if ncan then
bzz = 0
end
xszOffset = -([Link]) - bzz
xposOffset = [Link]/2
else
xszOffset = -4 + -([Link]/2)
xposOffset = [Link]/2
end
if not ysz then ysz = 20 end
local obj = [Link]("TextButton", {
Parent = [Link];
BackgroundColor3 = cbgd or [Link](163/255, 57/255, 57/255);
BorderSizePixel = 0;
Position = [Link](xposScale, xposOffset, 0, [Link]);
Size = [Link](xszScale, xszOffset, 0, ysz);
Font = 'SourceSans';
FontSize = 'Size14';
Text = txt;
TextSize = 14;
TextColor3 = [Link](199/255, 199/255, 199/255);
})
obj.MouseButton1Down:connect(function()
spawn(func)
end)
if ysz > [Link] then
[Link] = ysz
end
[Link] = [Link] + sz
if [Link] > 0.998 then
[Link] = [Link] + 3 + [Link]
[Link] = 0
[Link] = 0
if (not ncan) then
[Link] = [Link](0, 0, 0, [Link] + 5)
end
end
return obj
end

function self:GetChildren()
return [Link]:GetChildren()
end

function self:getDrawY()
return [Link]
end

function self:setDrawY(y)
[Link] = y
end

function self:drawTextBox(sz, txt, ysz, cbgd)


local xposOffset = 0
local xposScale = [Link]
local xszOffset = 0
local xszScale = sz
if not ([Link] == 0) then
xszOffset = -5
if sz + [Link] > 0.998 then
xszOffset = -10
end
elseif sz == 1 then
xszOffset = -([Link]) - 5
xposOffset = [Link]/2
else
xszOffset = -4 + -([Link]/2)
xposOffset = [Link]/2
end
if not ysz then ysz = 20 end
local obj = [Link]("TextBox", {
Parent = [Link];
BackgroundColor3 = cbgd or color3(153, 52, 52);
BorderSizePixel = 0;
Position = [Link](xposScale, xposOffset, 0, [Link]);
Size = [Link](xszScale, xszOffset, 0, ysz);
Font = 'SourceSans';
FontSize = 'Size14';
Text = txt;
TextSize = 14;
TextColor3 = [Link](199/255, 199/255, 199/255);
})
if ysz > [Link] then
[Link] = ysz
end
[Link] = [Link] + sz
if [Link] > 0.998 then
[Link] = [Link] + 3 + [Link]
[Link] = 0
[Link] = 0
[Link] = [Link](0, 0, 0, [Link] + 5)
end
return obj
end

function self:drawImage(sz, img, ysz)


local xposOffset = 0
local xposScale = [Link]
local xszOffset = 0
local xszScale = sz
if not ([Link] == 0) then
xszOffset = -5
if sz + [Link] > 0.998 then
xszOffset = -12
end
elseif sz == 1 then
xszOffset = -([Link]) - 5
xposOffset = [Link]/2
else
xszOffset = -5 + -([Link]/2)
xposOffset = [Link]/2
end
if not ysz then ysz = 20 end
local obj = [Link]("ImageLabel", {
Parent = [Link];
BackgroundTransparency = 1;
BorderColor3 = [Link](27, 42, 53);
BorderSizePixel = 0;
Position = [Link](xposScale, xposOffset, 0, [Link]);
Size = [Link](xszScale, xszOffset, 0, ysz);
Image = img;
})
if ysz > [Link] then
[Link] = ysz
end
[Link] = [Link] + sz
if [Link] > 0.998 then
[Link] = [Link] + 3 + [Link]
[Link] = 0
[Link] = 0
if (not ncan) then
[Link] = [Link](0, 0, 0, [Link] + 5)
end
end
return obj
end

function self:drawText(sz, txt, ysz)


local xposOffset = 0
local xposScale = [Link]
local xszOffset = 0
local xszScale = sz
if not ([Link] == 0) then
xszOffset = -5
if sz + [Link] > 0.998 then
xszOffset = -10
end
elseif sz == 1 then
local bzz = 5
if ncan then
bzz = 0
end
xszOffset = -([Link]) - bzz
xposOffset = [Link]/2
else
xszOffset = -4 + -([Link]/2)
xposOffset = [Link]/2
end
if not ysz then ysz = 20 end
local obj = [Link]("TextLabel", {
Parent = [Link];
BackgroundColor3 = [Link](148/255, 51/255, 51/255);
BorderSizePixel = 0;
Position = [Link](xposScale, xposOffset, 0, [Link]);
Size = [Link](xszScale, xszOffset, 0, ysz);
Font = 'SourceSans';
FontSize = 'Size14';
Text = txt;
TextSize = 14;
TextColor3 = [Link](199/255, 199/255, 199/255);

})
if ysz > [Link] then
[Link] = ysz
end
[Link] = [Link] + sz
if [Link] > 0.998 then
[Link] = [Link] + 3 + [Link]
[Link] = 0
[Link] = 0
if (not ncan) then
[Link] = [Link](0, 0, 0, [Link] + 5)
end
end
return obj
end

function self:drawScrollingContainer(ysz)
local sz = [Link](1, -([Link]/2) - 11, 0, ysz)
local pos = [Link](0, [Link]/2, 0, [Link])
local obj = [Link]("ScrollingFrame", {
Parent = [Link];
BackgroundColor3 = color3(117, 42, 42);
BorderSizePixel = 0;
Position = pos;
Size = sz;
BottomImage = 'rbxassetid://368504177';
MidImage = 'rbxassetid://368504177';
TopImage = 'rbxassetid://368504177';
ScrollBarThickness = 5;
})

[Link] = [Link] + 5 + ysz


[Link] = 0
[Link] = 0
if (not ncan) then
[Link] = [Link](0, 0, 0, [Link] + 5)
end
return [Link]:hookContainer(obj, false, 10, 3)
end

function self:drawContainer(xsz, ysz, xz, tz, sep)


local sz = [Link](xsz, -([Link]/2) - 11, 0, ysz)
local pos = [Link](tz or 0, [Link]/2, 0, [Link])
local obj = [Link]("Frame", {
Parent = [Link];
BackgroundColor3 = color3(117, 42, 42);
BorderSizePixel = 0;
Position = pos;
Size = sz;
})
if not xz then
[Link] = [Link] + 5 + ysz
end
[Link] = 0
[Link] = 0
if (not ncan) then
[Link] = [Link](0, 0, 0, [Link] + 5)
end
return [Link]:hookContainer(obj, sep or 12, 5)
end

function self:addSpacing()
[Link] = [Link] + 3
end

function self:center()
local a,c,b=
[Link],
[Link],[Link]
[Link]=[Link](a,c+2, 0.5, -(b/2))
end

return self
end

--//anim//--
[Link] = function(source, dest)
-- holder2holder:
-- invis holder
-- clone holder; vis
-- move holder to right
-- vis dest container
-- tween clone holder left
-- tween dest holder right
print("nav",source,dest)
[Link] = false
local hclone = [Link]:Clone()
[Link] = [Link]
[Link] = 'animclone'
[Link] = true
[Link] = [Link](-1, 0, 0, 30)
[Link] = false
[Link] = true
[Link] = true
[Link] = 1
[Link] = 1
[Link] = true
[Link]:TweenPosition([Link](0, 150, 0, 30), "Out", "Quad", 0.3)
hclone:TweenPosition([Link](1, 0, 0, 30), "Out", "Quad", 0.3)
wait(0.3)
end
[Link] = function()
-- initanim:
-- join both composites
-- delete composites; vis solid
-- tween solid to nav topbar
-- copy topbar plrname; move outside region
-- tween in clone topbar
-- delete clone and solid; vis topbar
-- tween down topbar
-- tween holder out
local function abspos(x)
return [Link](0, [Link].X, 0, [Link].Y)
end
local function abssz(x)
return [Link](0, [Link].X, 0, [Link].Y)
end
local holder = [Link]
local nav = [Link]
local topnav =
[Link]["4.0"].[Link]
local topbar = [Link]
local pname =
[Link]["4.0"].[Link]:Clone()
local solid = [Link]["4.0"].Solid
[Link] = [Link](0, 150, 0, 30)

[Link]["4.0"].Composite1:TweenPosition([Link](0.5,
-50, 0.5, -50), 'Out', 'Quad', 0.5)

[Link]["4.0"].Composite2:TweenPosition([Link](0.5,
0, 0.5, -50), 'Out', 'Quad', 0.5)
wait(0.52)
[Link] = true
[Link]["4.0"].Composite1:Destroy()
[Link]["4.0"].Composite2:Destroy()
wait(3)
[Link]:TweenPosition([Link](0, 0, 1.5, 0), 'Out', 'Quad', 0.5)
solid:TweenSizeAndPosition(abssz(topnav), abspos(topnav), 'Out', 'Linear',
0.6)
wait(0.52)
[Link]:Destroy()
wait(0.12)
[Link] = true
[Link] = true
solid:Destroy()
[Link] = [Link](0, -170, 0, 0)
[Link] = topnav
[Link] = true
pname:TweenPosition([Link](0, 10, 0, 0), 'Out', 'Quad', 0.2)
wait(0.25)
[Link]:TweenSize([Link](0, 150, 0, 395), 'Out', 'Quad', 0.3)
spawn([Link])
wait(0.35)
[Link]:TweenSize([Link](0, 470, 0, 395), 'In', 'Quad', 0.3)
wait(0.35)
[Link] = true
pname:Destroy()
AllowHovers = true
end
--//nav//--
[Link] = [Link]('Home')
[Link] = 0
[Link] = function(cont)
[Link]([Link], cont)
[Link] = cont
end
[Link] = function()
local nav = [Link]["4.0"].[Link]
local hook = [Link]:hookContainer([Link], false)
local btns = {}
for l, x in pairs([Link]) do
local container = [Link](x)
local btn = hook:drawButton(1, x, function()
[Link](container) end, 25)
local ZPos = [Link]
[Link] = [Link] - [Link](0, 0, 0, 5)
btn:TweenPosition(ZPos, 'Out', 'Bounce', 0.2)
[Link] = l
[Link] = 4
local OPos = [Link]
[Link]:connect(function()
if AllowHovers == false then
return
end
for i, v in pairs(btns) do
if v[1] ~= btn then
v[1]:TweenPosition(v[2], 'Out', 'Quad', 0.1)
end
end
btn:TweenPosition(OPos + [Link](0, 3, 0, 0), 'Out', 'Quad',
0.1)
end)
[Link]:connect(function()
btn:TweenPosition(OPos, 'Out', 'Quad', 0.1)
end)
[Link](btns, {btn, OPos})
wait()
end
end
[Link] = function()
local top = [Link]
local FELabel = [Link]
[Link] = [Link]
if game:GetService('Workspace').FilteringEnabled == true then
[Link] = "FE Game"
FELabel.TextColor3 = [Link]("Bright red").Color
else
[Link] = "Not FE"
FELabel.TextColor3 = [Link]("Bright green").Color
end
[Link].MouseButton1Down:connect(function()
if [Link] == 0 then
[Link] = 1
[Link]:TweenSize([Link](0, 470, 0, 30), 'Out', 'Quint',
0.2)
else
[Link] = 0
[Link]:TweenSize([Link](0, 470, 0, 395), 'Out',
'Quint', 0.2)
end
end)
[Link].MouseButton1Down:connect(function()
[Link]:TweenSize([Link](0, 470, 0, 30), 'Out', 'Quint', 0.3)
wait(0.31)
[Link]:TweenSize([Link](0, 0, 0, 0), 'Out', 'Quint', 0.3)
PlayerChatHook:disconnect()
end)

end
[Link] = function()
DistributedCmdBar, cmd = [Link], {}
--weathered-down version of my cmdscript for topkek
cmd = {}

-- ** defines ** --
[Link] = (function(a) return game:service(a) end)
[Link] = (function() return [Link]'Players':GetPlayers() end)
[Link] = [Link]('Players')
[Link] = [Link]

[Link] = ';'
[Link] = '/'

[Link] = {}
[Link] = {}
[Link] = {}

[Link] = {}
[Link] = false

-- ** util ** --
[Link] = function(str, pos)
local increment = 1
for spc in str:gmatch("[^ ]+") do
if increment == pos then
return spc
end
increment = increment + 1
end
return ''
end
[Link] = function(str, re_enc)
str = [Link](str)
local players = {}
if re_enc == true then
if str == 'me' then
return {[Link]}
end
if str == 'all' then
return [Link]:GetPlayers()
end
if str == 'others' then
for i, v in pairs([Link]:GetPlayers()) do
if v ~= [Link] then
[Link](players, v)
end
end
end
for i, v in pairs([Link]:GetPlayers()) do
if [Link]([Link]):sub(1, #str) == str then
[Link](players, v)
end
end
return players
else
for seper in str:gmatch("[^,]+") do
for i, v in pairs([Link](seper, true)) do
[Link](players, v)
end
end
return players
end
end
[Link] = function(str, fmt)
local args = {}
local encountered = 0
local position = 1
for form in fmt:gmatch("[^%%]+") do
if position == 1 then
args['command'] = [Link](str, position)
end
if form == 'inf' then
args[position] = str:sub(encountered, #str)
end
if form == 'int' then
local fetch = [Link](str, position)
if tonumber(fetch) == nil then
return nil
end
args[position] = {'integer', data = fetch}
end
if form == 'str' then
local fetch = [Link](str, position)
args[position] = {'string', data = fetch}
end
if form == 'plrs' then
args[position] = [Link]([Link](str, position),
false)
end
encountered = encountered + ((#[Link](str, position)) + 1)
position = position + 1
end
return args
end
[Link] = function(p)
if p == [Link] then
return true
else
for i, v in pairs([Link]) do
if v == [Link] then
return true
end
end
return false
end
end
[Link] = function(Players)
-- modified by nosyliam
local TickWait = 1
local Dead = false
local BeltPositions = { }
local ExplodeSounds = { }

for ___, player in pairs(Players) do


pcall(function()
local Me = player
local Char = [Link]
local Torso = [Link]
local Color = "Medium stone gray"
local Dead = false

local Position = [Link](0,100,0)


local function NewPart(Parent)
local Part = [Link]("Part", Parent)
[Link] = false
[Link] = "Custom"
[Link] = Position
[Link] = "Smooth"
[Link] = "Smooth"
[Link] = [Link](Color)
Position = Position + [Link](0,[Link].Y + 10,0)
return Part
end

local Model = Char:FindFirstChild("Bomb")


if Model then Model:Destroy() end

Model = [Link]("Model", Char)


[Link] = "Bomb"

local Belt = NewPart(Model)


[Link] = [Link](2.2,0.5,1.2)
[Link](BeltPositions, Belt)
local Weld = [Link]("Weld", Belt)
Weld.Part0 = Belt
Weld.Part1 = Torso
Weld.C0 = [Link](0,1.1,0)
local Light = [Link]("PointLight", Belt)
[Link] = 15
[Link] = 5
[Link] = [Link](1,0,0)
local Beep = [Link]("Sound", Belt)
[Link] = "[Link]
local ExplodeSound = [Link]("Sound", Belt)
[Link] = "[Link]
(tonumber(([Link](1776.66^2)+17).."."..[Link]("36",3))*77)+0.00003
--144507765
[Link] = 2.8
[Link] = 3
[Link](ExplodeSounds, ExplodeSound)

local Back = NewPart(Model)


[Link] = [Link](1.5,1.5,0.5)
local Weld = [Link]("Weld", Back)
Weld.Part0 = Back
Weld.Part1 = Torso
Weld.C0 = [Link](0,0.1,-0.75)

local StrapLeft = NewPart(Model)


[Link] = [Link](0.2,0.5,1.6)
local Weld = [Link]("Weld", StrapLeft)
Weld.Part0 = StrapLeft
Weld.Part1 = Torso
Weld.C0 = [Link](0.65,-0.9,-0.2)

local BuckleLeft = NewPart(Model)


[Link] = [Link](0.2,1.5,0.2)
local Weld = [Link]("Weld", BuckleLeft)
Weld.Part0 = BuckleLeft
Weld.Part1 = Torso
Weld.C0 = [Link](0.65,0.1,0.5)

local StrapRight = NewPart(Model)


[Link] = [Link](0.2,0.5,1.6)
local Weld = [Link]("Weld", StrapRight)
Weld.Part0 = StrapRight
Weld.Part1 = Torso
Weld.C0 = [Link](-0.65,-0.9,-0.2)

local BuckleRight = NewPart(Model)


[Link] = [Link](0.2,1.5,0.2)
local Weld = [Link]("Weld", BuckleRight)
Weld.Part0 = BuckleRight
Weld.Part1 = Torso
Weld.C0 = [Link](-0.65,0.1,0.5)

[Link](function()
repeat
wait(TickWait)
[Link] = not [Link]
Beep:Play()
until Dead == true
end)()
end)
end

local Tool = [Link]("HopperBin", [Link])


[Link] = "Bomb Vest"

[Link]:connect(function(Mouse)
TickWait = 0.3
[Link] = "[Link]

Mouse.Button1Down:connect(function()
if Dead == false then
Dead = true
for i, Belt in pairs(BeltPositions) do
[Link](function()
pcall(function() ExplodeSounds[i]:Play() end)
wait(1.4)
local Explosion = [Link]("Explosion", workspace)
[Link] = [Link]
[Link] = 100000
[Link] = 0.7
[Link] = "CratersAndDebris"
[Link] = 50
[Link]:connect(function(Part, Distance)
[Link] = false
if Distance <= 10 then
Part:BreakJoints()
end
end)
end)()
end
end
end)
end)

[Link]:connect(function()
TickWait = 1
end)
end
[Link] = function(p)
function giant(p, size)
local pchar = [Link]
if pchar then
local function scale(chr,scl)

for _,v in pairs(pchar:GetChildren()) do


if v:IsA("Hat") then
v:Clone()
[Link] = [Link]
end
end

local Head = chr['Head']


local Torso = chr['Torso']
local LA = chr['Left Arm']
local RA = chr['Right Arm']
local LL = chr['Left Leg']
local RL = chr['Right Leg']
local HRP = chr['HumanoidRootPart']

wait(0.1)

[Link] = 3
[Link] = 3
[Link] = 3
[Link] = 3
[Link] = 3
[Link] = 3
[Link] = 3
[Link] = [Link](scl * 2, scl, scl)
[Link] = [Link](scl * 2, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl * 2, scl * 2, scl)

local Motor1 = [Link]('Motor6D', Torso)


Motor1.Part0 = Torso
Motor1.Part1 = Head
Motor1.C0 = [Link](0, 1 * scl, 0) * [Link](-1.6, 0,
3.1)
Motor1.C1 = [Link](0, -0.5 * scl, 0) * [Link](-1.6, 0,
3.1)
[Link] = "Neck"

local Motor2 = [Link]('Motor6D', Torso)


Motor2.Part0 = Torso
Motor2.Part1 = LA
Motor2.C0 = [Link](-1 * scl, 0.5 * scl, 0) * [Link](0,
-1.6, 0)
Motor2.C1 = [Link](0.5 * scl, 0.5 * scl, 0) *
[Link](0, -1.6, 0)
[Link] = "Left Shoulder"

local Motor3 = [Link]('Motor6D', Torso)


Motor3.Part0 = Torso
Motor3.Part1 = RA
Motor3.C0 = [Link](1 * scl, 0.5 * scl, 0) * [Link](0,
1.6, 0)
Motor3.C1 = [Link](-0.5 * scl, 0.5 * scl, 0) *
[Link](0, 1.6, 0)
[Link] = "Right Shoulder"

local Motor4 = [Link]('Motor6D', Torso)


Motor4.Part0 = Torso
Motor4.Part1 = LL
Motor4.C0 = [Link](-1 * scl, -1 * scl, 0) * [Link](0,
-1.6, 0)
Motor4.C1 = [Link](-0.5 * scl, 1 * scl, 0) * [Link](0,
-1.6, 0)
[Link] = "Left Hip"

local Motor5 = [Link]('Motor6D', Torso)


Motor5.Part0 = Torso
Motor5.Part1 = RL
Motor5.C0 = [Link](1 * scl, -1 * scl, 0) * [Link](0,
1.6, 0)
Motor5.C1 = [Link](0.5 * scl, 1 * scl, 0) * [Link](0,
1.6, 0)
[Link] = "Right Hip"

local Motor6 = [Link]('Motor6D', HRP)


Motor6.Part0 = HRP
Motor6.Part1 = Torso
Motor6.C0 = [Link](0, 0, 0) * [Link](-1.6, 0, -3.1)
Motor6.C1 = [Link](0, 0, 0) * [Link](-1.6, 0, -3.1)
end

scale(pchar, size)
[Link] = 15 * size

for _,v in pairs([Link]:GetChildren()) do


if v:IsA("Hat") then
[Link] = pchar
end
end
end
end

local plr = p
giant(plr, 3)
for i, v in pairs([Link]:GetChildren()) do
if v:IsA("BasePart") then
[Link]:connect(function(p)
if [Link].X<30 then
[Link] = false
p:BreakJoints()
end
end)
end
end

local csize = 3

local sgui = [Link]("ScreenGui", [Link])


local base = [Link]("Frame", sgui)
[Link] = 1
[Link] = [Link](0, 110, 0, 200)
[Link] = [Link](1, -120, 1, -180)
local indicator = [Link]("TextLabel", base)
[Link] = [Link](1, 0, 0, 25)
indicator.TextColor3 = [Link](1, 1, 1)
[Link] = 0
[Link] = [Link].Size18
[Link] = [Link]
[Link] = "Current Size: 3"
local PlusOne = [Link]("TextButton", base)
PlusOne.BackgroundColor3 = [Link](214/255, 214/255, 214/255)
[Link] = [Link](0, 0, 0, 40)
[Link] = [Link](1, 0, 0.5, -50)
[Link] = 2
[Link] = [Link]
[Link] = [Link].Size24
[Link] = "+1 Size"
local MinusOne = [Link]("TextButton", base)
MinusOne.BackgroundColor3 = [Link](214/255, 214/255, 214/255)
[Link] = [Link](0, 0, 0.5, 10)
[Link] = [Link](1, 0, 0.5, -50)
[Link] = "-1 Size"
[Link] = 2
[Link] = [Link]
[Link] = [Link].Size24

PlusOne.MouseButton1Down:connect(function()
csize = csize + 1
giant(plr, csize)
[Link] = "Current Size: "..tostring(csize)
end)

MinusOne.MouseButton1Down:connect(function()
csize = csize - 1
giant(plr, csize)
[Link] = "Current Size: "..tostring(csize)
end)
end
[Link].R15 = function()
rcode=[[local function Init()
wait()
local function ConChar(P)
Character = [Link]

local R15Model = [Link]("Model")


[Link] = "R15Model"
[Link] = Character

local function
CreateLimb(Name,Color,Size,Transparency,ConnectToLimb,MotorName,C0,C1,MeshId)
local Part = [Link]("Part")
[Link] = "Custom"
[Link] = Size
[Link] = Color
[Link] = false
[Link] = Name
[Link] = (Transparency == 0.001 and 0 or
Transparency)
[Link] = "Smooth"
[Link] = "Smooth"

local Motor = [Link]("Motor6D")


Motor.C0 = C0
Motor.C1 = C1
Motor.Part0 = ConnectToLimb
Motor.Part1 = Part
[Link] = MotorName
[Link] = 0.1
[Link] = ConnectToLimb

if MeshId then
local Mesh = [Link]("SpecialMesh")
[Link] = "FileMesh"
[Link] = MeshId
[Link] = [Link](0.99,0.99,0.99)
[Link] = Part
end

if MeshId and Transparency == 0.001 then


local ShirtTexturePart = [Link]("Part")
[Link] = "Custom"
[Link] = Size
[Link] = Color
[Link] = false
[Link] = "ShirtTexturePart"
[Link] = Transparency
[Link] = "Smooth"
[Link] = "Smooth"

local Mesh = [Link]("SpecialMesh")


[Link] = "FileMesh"
[Link] = MeshId
[Link] = ShirtTexturePart

local Weld = [Link]("Weld")


Weld.Part0 = Part
Weld.Part1 = ShirtTexturePart
[Link] = ShirtTexturePart

[Link] = Part
end
[Link] = R15Model
return Part
end

local HumanoidRootPart =
CreateLimb("HumanoidRootPart",[Link]("Medium stone
grey"),[Link](1,1,1),1,[Link],"RootConnector",[Link]()
,[Link](0,0.7,0))
local LowerTorso =
CreateLimb("LowerTorso",[Link]("Bright
blue"),[Link](1,1,1),0.001,HumanoidRootPart,"Root",[Link](0, 0, 0, 1, 0,
0, 0, 1, 0, 0, 0, 1),[Link](0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387941715")
local UpperTorso =
CreateLimb("UpperTorso",[Link]("Bright
blue"),[Link](1,1,1),0.001,LowerTorso,"Waist",[Link](0, 0.404105991, 0, 1,
0, 0, 0, 1, 0, 0, 0, 1),[Link](0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387941468")
local Head = CreateLimb("Head",[Link]("Bright
yellow"),[Link](1,1,1),0,UpperTorso,"Neck",[Link](0, 1.26949596,
0.0428609997, 1, 0, 0, 0, 1, 0, 0, 0, 1),[Link](0, -0.635110021, 0, 1, 0, 0, 0,
1, 0, 0, 0, 1),"rbxassetid://387941905")
local LeftUpperArm =
CreateLimb("LeftUpperArm",[Link]("Bright yellow"),[Link](1, 0.672,
1),0.001,UpperTorso,"LeftShoulder",[Link](-1.50177097, 0.924546003, 0, 1, 0,
-0, 0, 0.999044001, 0.0437170006, 0, -0.0437170006, 0.999044001),[Link](0,
0.336115986, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938468")
local LeftLowerArm =
CreateLimb("LeftLowerArm",[Link]("Bright yellow"),[Link](1, 0.703,
1),0.001,LeftUpperArm,"LeftElbow",[Link](0, -0.336115986, 0, 1, 0, 0, 0,
0.999044001, -0.0437170006, 0, 0.0437170006, 0.999044001),[Link](0,
0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387938971")
local LeftHand =
CreateLimb("LeftHand",[Link]("Bright yellow"),[Link](1, 0.352,
1),0.001,LeftLowerArm,"LeftWrist",[Link](0, -0.351512015, 0, 1, 0, 0, 0, 1, 0,
0, 0, 1),[Link](0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387939233")
local RightUpperArm =
CreateLimb("RightUpperArm",[Link]("Bright yellow"),[Link](1, 0.671,
1),0.001,UpperTorso,"RightShoulder",[Link](1.50049305, 0.923726022, 0, 1, 0,
-0, 0, 0.999041617, 0.0437709838, 0, -0.0437709838, 0.999041617),[Link](0,
0.335705996, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940113")
local RightLowerArm =
CreateLimb("RightLowerArm",[Link]("Bright yellow"),[Link](1, 0.703,
1),0.001,RightUpperArm,"RightElbow",[Link](0, -0.335705996, 0, 1, 0, 0, 0,
0.999041617, -0.0437709838, 0, 0.0437709838, 0.999041617),[Link](0,
0.351512015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940356")
local RightHand =
CreateLimb("RightHand",[Link]("Bright yellow"),[Link](1, 0.352,
1),0.001,RightLowerArm,"RightWrist",[Link](0, -0.351512015, 0, 1, 0, 0, 0, 1,
0, 0, 0, 1),[Link](0, 0.175756007, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387940548")
local LeftUpperLeg =
CreateLimb("LeftUpperLeg",[Link]("Br. yellowish green"),[Link](1,
0.775, 1),0.001,LowerTorso,"LeftHip",[Link](-0.457044005, -0.498115987, 0, 1,
0, -0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),[Link](0, 0.387418985, 0,
1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387939645")
local LeftLowerLeg =
CreateLimb("LeftLowerLeg",[Link]("Br. yellowish green"),[Link](1,
0.829, 1),0.001,LeftUpperLeg,"LeftKnee",[Link](0, -0.387418985, 0, 1,
9.95820074e-007, 9.13360125e-008, -9.99999997e-007, 0.995820105, 0.0913360119, 0,
-0.0913360119, 0.995820105),[Link](0, 0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387939489")
local LeftFoot = CreateLimb("LeftFoot",[Link]("Br.
yellowish green"),[Link](1, 0.415,
1),0.001,LeftLowerLeg,"LeftAnkle",[Link](0, -0.414570987, 0, 1, 0, 0, 0, 1, 0,
0, 0, 1),[Link](0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387939912")
local RightUpperLeg =
CreateLimb("RightUpperLeg",[Link]("Br. yellowish green"),[Link](1,
0.775, 1),0.001,LowerTorso,"RightHip",[Link](0.451141, -0.498115987, 0, 1, 0,
-0, 0, 1, 0.000100999998, 0, -0.000100999998, 1),[Link](0, 0.387418985, 0, 1,
0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940976")
local RightLowerLeg =
CreateLimb("RightLowerLeg",[Link]("Br. yellowish green"),[Link](1,
0.829, 1),0.001,RightUpperLeg,"RightKnee",[Link](0, -0.387418985, 0, 1, 0, -0,
0, 0.995820105, 0.0913360119, 0, -0.0913360119, 0.995820105),[Link](0,
0.414570987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),"rbxassetid://387940802")
local RightFoot =
CreateLimb("RightFoot",[Link]("Br. yellowish green"),[Link](1, 0.415,
1),0.001,RightLowerLeg,"RightAnkle",[Link](0, -0.414570987, 0, 1, 0, 0, 0, 1,
0, 0, 0, 1),[Link](0, 0.207286, 0, 1, 0, 0, 0, 1, 0, 0, 0,
1),"rbxassetid://387941196")

--if
Character:WaitForChild("Head"):WaitForChild("Mesh").MeshId ~= "" then
-- [Link] = [Link]
--end

Character:WaitForChild("Animate").Disabled = false
local Anim = game:GetObjects("rbxassetid://401967017")[1];
print("aobj", tostring(Anim))
for i, v in pairs(Anim:GetChildren()) do
[Link] = script
end
[Link] = Character

local function Clear(Name,Alternative,ColorParts)


local Part = Character:WaitForChild(Name)
[Link] = (Name == "Head" and 0.99 or 1)
local function ChildAdded(Ins)
delay(0.05,function()
if [Link] == "face" then
if
Alternative:FindFirstChild("face") then
Alternative:FindFirstChild("face"):Destroy() end
[Link] = Alternative
elseif Ins:IsA("Motor6D") and
[Link]([Link],1,5) ~= "Fake_" then
[Link] = "Fake_"..[Link]
elseif [Link] == "HeadWeld" then
delay(0.05,function()
[Link] = Head
Ins.Part0 = Head
Ins.C1 = [Link](0,0,0.05)
* Ins.C1
end)
elseif not Ins:IsA("Weld") then
Ins:Destroy()
end
end)
end
for _,Sub in pairs(Part:GetChildren()) do
ChildAdded(Sub)
end
[Link]:connect(ChildAdded)

local function Color()


for _,Sub in pairs(ColorParts) do
[Link] = [Link]
local TexturePart =
Sub:FindFirstChild("ShirtTexturePart")
if TexturePart then
[Link] =
[Link]
end
end
end
Color()
[Link]:connect(Color)
end

Clear("HumanoidRootPart",HumanoidRootPart,
{HumanoidRootPart})
Clear("Head",Head,{Head})
Clear("Torso",nil,{LowerTorso,UpperTorso})
Clear("Left Arm",nil,{LeftLowerArm,LeftUpperArm,LeftHand})
Clear("Right Arm",nil,
{RightLowerArm,RightUpperArm,RightHand})
Clear("Left Leg",nil,{LeftLowerLeg,LeftUpperLeg,LeftFoot})
Clear("Right Leg",nil,
{RightLowerLeg,RightUpperLeg,RightFoot})

local ShirtUsed = false


local function ChildAdded(Ins)
if Ins:IsA("Hat") and [Link]([Link],1,7) ~=
"Scaled_" then
delay(0.05,function()
local Mesh =
Ins:WaitForChild("Handle"):WaitForChild("Mesh")
[Link] = [Link]
[Link] = [Link]
[Link] = "Scaled_"..[Link]
end)
elseif Ins:IsA("Shirt") then
ShirtUsed = true
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
elseif Ins:IsA("Pants") then
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
[Link] =
[Link]
if [Link]
== "" then

[Link] = [Link]

[Link] = [Link]
end
end
end

for _,Sub in pairs(Character:GetChildren()) do


ChildAdded(Sub)
end
[Link]:connect(ChildAdded)
loadstring([Link])()
end
ConChar(game:service'Players'.LocalPlayer)
end

Init()]]
spawn(function() loadstring(rcode)() end)
end
[Link] = function(p, size)
-- omfg thanks var
local pchar = [Link]
local function scale(chr,scl)
for _,v in pairs(pchar:GetChildren()) do
if v:IsA("Hat") then
v:Clone()
[Link] = [Link]
end
end

local Head = chr['Head']


local Torso = chr['Torso']
local LA = chr['Left Arm']
local RA = chr['Right Arm']
local LL = chr['Left Leg']
local RL = chr['Right Leg']
local HRP = chr['HumanoidRootPart']

wait(0.1)

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

[Link] = [Link](scl * 2, scl, scl)


[Link] = [Link](scl * 2, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl, scl * 2, scl)
[Link] = [Link](scl * 2, scl * 2, scl)

local Motor1 = [Link]('Motor6D', Torso)


Motor1.Part0 = Torso
Motor1.Part1 = Head
Motor1.C0 = [Link](0, 1 * scl, 0) * [Link](-1.6, 0, 3.1)
Motor1.C1 = [Link](0, -0.5 * scl, 0) * [Link](-1.6, 0, 3.1)
[Link] = "Neck"

local Motor2 = [Link]('Motor6D', Torso)


Motor2.Part0 = Torso
Motor2.Part1 = LA
Motor2.C0 = [Link](-1 * scl, 0.5 * scl, 0) * [Link](0, -1.6,
0)
Motor2.C1 = [Link](0.5 * scl, 0.5 * scl, 0) * [Link](0,
-1.6, 0)
[Link] = "Left Shoulder"

local Motor3 = [Link]('Motor6D', Torso)


Motor3.Part0 = Torso
Motor3.Part1 = RA
Motor3.C0 = [Link](1 * scl, 0.5 * scl, 0) * [Link](0, 1.6,
0)
Motor3.C1 = [Link](-0.5 * scl, 0.5 * scl, 0) * [Link](0,
1.6, 0)
[Link] = "Right Shoulder"
local Motor4 = [Link]('Motor6D', Torso)
Motor4.Part0 = Torso
Motor4.Part1 = LL
Motor4.C0 = [Link](-1 * scl, -1 * scl, 0) * [Link](0, -1.6,
0)
Motor4.C1 = [Link](-0.5 * scl, 1 * scl, 0) * [Link](0, -1.6,
0)
[Link] = "Left Hip"

local Motor5 = [Link]('Motor6D', Torso)


Motor5.Part0 = Torso
Motor5.Part1 = RL
Motor5.C0 = [Link](1 * scl, -1 * scl, 0) * [Link](0, 1.6, 0)
Motor5.C1 = [Link](0.5 * scl, 1 * scl, 0) * [Link](0, 1.6,
0)
[Link] = "Right Hip"

local Motor6 = [Link]('Motor6D', HRP)


Motor6.Part0 = HRP
Motor6.Part1 = Torso
Motor6.C0 = [Link](0, 0, 0) * [Link](-1.6, 0, -3.1)
Motor6.C1 = [Link](0, 0, 0) * [Link](-1.6, 0, -3.1)

end

scale(pchar, size)

for _,v in pairs([Link]:GetChildren()) do


if v:IsA("Hat") then
[Link] = pchar
end
end
end
[Link] = function(t, v)
for i, __ in pairs(t) do
if __ == v then
return true
end
end
return false
end
[Link] = function(r, g, b)
local ar, ag, ab = r, g, b
if r == 255 and g < 255 and b == 0 then
ag = g + 8.5
end
if g == 255 and r > 0 and b == 0 then
ar = r - 8.5
end
if g == 255 and b < 255 and r == 0 then
ab = b + 8.5
end
if b == 255 and g > 0 and r == 0 then
ag = g - 8.5
end
if b == 255 and r < 255 and g == 0 then
ar = r + 8.5
end
if r == 255 and b > 0 and g == 0 then
ab = b - 8.5
end
return {ar, ag, ab}
end
-- ** interface ** --
game:GetService('UserInputService').InputBegan:connect(function(inp)
if [Link] == [Link] then
if [Link] == [Link] then
DistributedCmdBar:CaptureFocus()
end
end
end)

-- ** commands ** --
[Link] = {}
[Link] = {}

[Link] = function(cmdz, fmt, func)


[Link][cmdz] = (function(str) [Link](function()
pcall(function() func([Link](str, fmt)) end) end)() end)
[Link][cmdz] = fmt
end

[Link] = function(str)
local cmdz = [Link](str, 1)
if not [Link][cmdz] then
return nil
else
[Link][cmdz](str)
end
end

-- // actual commands // --

[Link]('kill', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = 0
end
end)

[Link]('clone', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = true
local clone = [Link]:Clone()
[Link] = [Link]
clone:MoveTo([Link])
end
end)

[Link]('damage', 'cmd%plrs%int', function(args)


for i, v in pairs(args[2]) do
[Link]:TakeDamage(args[3].data)
end
end)

[Link]('freeze', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = true
end
end)

[Link]('thaw', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = false
end
end)
Fly = false;
[Link]('fly', 'cmd', function(args)
if Fly == true then
Fly = false
return
end
Fly = true
local mouse=[Link]:GetMouse''
localplayer=[Link]
[Link]:WaitForChild("HumanoidRootPart")
local torso = [Link]
local speed=0
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=1
end
if keys.w then
new = new + [Link] * speed
speed=speed+0.01
end
if keys.s then
new = new - [Link] * speed
speed=speed+0.01
end
if keys.d then
new = new * [Link](speed,0,0)
speed=speed+0.01
end
if keys.a then
new = new * [Link](-speed,0,0)
speed=speed+0.01
end
if speed>5 then
speed=5
end
[Link]=new.p
if keys.w then
[Link] = [Link]*[Link](-
[Link](speed*15),0,0)
elseif keys.s then
[Link] =
[Link]*[Link]([Link](speed*15),0,0)
else
[Link] = [Link]
end
until not Fly
if gyro then gyro:Destroy() end
if pos then pos:Destroy() end
flying=false
[Link]=false
speed=0
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
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)
[Link]('tp', 'cmd%plrs%plrs', function(args)
local players = args[2]
local target = args[3][1]
for i, player in pairs(args[2]) do
[Link] =
[Link]
end
end)

[Link]('naked', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
v:ClearCharacterAppearance()
end
end)
[Link]('sgod', 'cmd%plrs', function(args)
for i, v in pairs(args[2]) do
[Link] = 999999999
[Link] = 999999999
end
end)

[Link]('ws', 'cmd%plrs%int', function(args)


for i, v in pairs(args[2]) do
[Link] = args[3].data
end
end)

[Link]('lag', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link](function()
for i = 1, 200 do
ypcall(function()
[Link](function()
for i = 1, 1000 do
[Link]("HopperBin",
[Link]).Name = ('AAAAAAA '):rep(1000)
end
end)()
end)
wait()
end
end)()
end
end)

[Link]('ban', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]([Link], [Link])
[Link] = nil
end
end)

[Link]('lagban', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]([Link], [Link])
[Link](function()
for i = 1, 200 do
ypcall(function()
[Link](function()
for i = 1, 1000 do
[Link]("HopperBin",
[Link]).Name = ('AAAAAAA '):rep(1000)
end
end)()
end)
wait()
end
end)()
end
end)

[Link]('punish', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = [Link]
end
end)

[Link]('unpunish', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = [Link]
end
end)

[Link]('respawn', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local a1 = [Link]("Model", [Link])
local a2 = [Link]("Part", [Link])
[Link] = true
[Link] = true
[Link] = [Link](10000, 10000, 10000)
[Link] = "Torso"
local a3 = [Link]("Humanoid", a1)
[Link]=100;[Link]=100
[Link] = a1
[Link]=0
end
end)

[Link]('shutdown', 'cmd', function(args)


for i, v in pairs([Link]('Players'):GetPlayers()) do
[Link] = nil
end
end)

[Link]('music', 'cmd%int', function(args)


local a = [Link]("Sound")
[Link] = "rbxassetid://" .. tostring(args[2].data)
[Link] = true
[Link] = 1
[Link] = [Link]
a:Play()

end)

[Link]('sit', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = true
end
end)

[Link]('jump', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = true
end
end)

[Link]('stun', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = true
end
end)

[Link]('unstun', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = false
end
end)
[Link]('loopstate', 'cmd%int', function(args)
[Link]([Link](function()
repeat
ypcall(function()
[Link]:ChangeState(args[2].data) end)
wait(0)
until [Link] == nil
end))
end)

[Link]('invis', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local function dloop(o)
for i, v in pairs(o:GetChildren()) do
pcall(function() [Link] = 1 end)
dloop(v)
end
end
dloop([Link])
end
end)

[Link]('vis', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local function dloop(o)
for i, v in pairs(o:GetChildren()) do
pcall(function() [Link] = 0 end)
dloop(v)
end
end
[Link] = 1
dloop([Link])
end
end)

[Link]('nuke', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
if [Link] then
local nuke = [Link]("Part", [Link])
[Link] = true
[Link] = false
[Link] = "Symmetric"
[Link] = "Ball"
[Link] = [Link](1,1,1)
[Link] = [Link]("New Yeller")
[Link] = 0.5
[Link] = 0.2
[Link] = 0
[Link] = 0
[Link]:connect(function (hit)
if hit and [Link] then
local boom = [Link]("Explosion",
[Link])
[Link] = [Link]
[Link] = 11
[Link] = [Link]
end
end)
local CF = [Link]
[Link] = CF
for i = 1,333 do
[Link] = [Link] + [Link](3,3,3)
[Link] = CF
wait(1/44)
end
nuke:Destroy()
end
end
end)

[Link]('explode', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]("Explosion", [Link]).Position =
[Link]
end
end)

[Link]('hat', 'cmd%plrs%int', function(args)


for i, v in pairs(args[2]) do
[Link]('InsertService'):LoadAsset(args[3].data):GetChildren()
[1].Parent = [Link]
end
end)

[Link]('chat', 'cmd%plrs%inf', function(args)


for i, v in pairs(args[2]) do
game:GetService('Chat'):Chat([Link], args[3], 1)
end
end)

[Link]('god', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = [Link]
[Link] = [Link]
end
end)

[Link]('ungod', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = 100
[Link] = 100
end
end)

[Link]('rh', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = nil
end
end)

[Link]('fire', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]('Fire', [Link])
end
end)

[Link]('insane', 'cmd%plrs', function(args)


for x, m in pairs(args[2]) do
for i,v in pairs([Link]:GetChildren()) do
if v:IsA("Motor6D") then
[Link](function()
while v do
v.C0=v.C0*[Link]([Link](-
180,180),[Link](-180,180),[Link](-180,180))
wait()
end
end)()
end
end
end
end)

[Link]('admin', 'cmd%plrs',function(args)
for i, v in pairs(args[2]) do
--[Link]([Link], [Link])
[Link]:connect(function(msg)
if msg:sub(1,1) == [Link] or msg:sub(1,1) == [Link]
then
[Link](msg:sub(2, #msg))
end
end)
end
end)

[Link]('nosound', 'cmd', function(args)


local function dx(o)
for i, v in pairs(o:GetChildren()) do
if v:IsA("Sound") then
v:Stop()
end
dx(v)
end
end
dx([Link])
end)

[Link]('duck', 'cmd%plrs', function(args)


for _,p in pairs(args[2]) do
local pchar = [Link]
for i,v in pairs([Link]:GetChildren()) do
if v:IsA("Decal") then
v:Destroy()
end
end
for i,v in pairs(pchar:GetChildren()) do
if v:IsA("Hat") then
v:Destroy()
end
end
local duck = [Link]("SpecialMesh", [Link])
[Link] = "FileMesh"
[Link] = "[Link]
[Link] = "[Link]
[Link] = [Link](5, 5, 5)
[Link] = 1
pchar["Left Arm"].Transparency = 1
pchar["Right Arm"].Transparency = 1
pchar["Left Leg"].Transparency = 1
pchar["Right Leg"].Transparency = 1
[Link] = 1
end
end)

[Link]('shrek', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local pchar = [Link]
for i,v in pairs(pchar:GetChildren()) do
if v:IsA("Hat") or v:IsA("CharacterMesh") or v:IsA("Shirt") or
v:IsA("Pants") then
v:Destroy()
end
end
for i,v in pairs([Link]:GetChildren()) do
if v:IsA("Decal") or v:IsA("SpecialMesh") then
v:Destroy()
end
end

local mesh = [Link]("SpecialMesh", [Link])


[Link] = "FileMesh"
[Link] = "[Link]
[Link] = [Link](-0.1, 0.1, 0)
[Link] = "[Link]

local Shirt = [Link]("Shirt", [Link])


local Pants = [Link]("Pants", [Link])

[Link] = "rbxassetid://133078194"
[Link] = "rbxassetid://133078204"
end
end)

[Link]('nograv', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
for x, m in pairs([Link]:GetChildren()) do
if m:IsA("BasePart") then
local bf = [Link]("BodyForce", m)
[Link] = [Link](0, 192.25, 0) * m:GetMass()
end
if m:IsA("Hat") then
if m:findFirstChild("Handle") then
local bf = [Link]("BodyForce", [Link])
[Link] = [Link](0, 192.25, 0) *
[Link]:GetMass()
end
end
end
end
end)

[Link]('loopheal', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link](function()
while wait() do
if [Link] then
[Link] = 1000
[Link] = 1000
end
end
end)()
end
end)

[Link]('hulk', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link](v)
end
end)

[Link]('sky', 'cmd%int', function(args)


local ID = args[2].data
local sky = [Link]("Sky", [Link])
[Link] = "rbxassetid://" .. ID
[Link] = "rbxassetid://" .. ID
[Link] = "rbxassetid://" .. ID
[Link] = "rbxassetid://" .. ID
[Link] = "rbxassetid://" .. ID
[Link] = "rbxassetid://" .. ID
end)

[Link]('bombs', 'cmd%plrs', function(args)


[Link](args[2])
end)

[Link]('control', 'cmd%plrs', function(args)


-- variable
local pchar = args[2][1].Character
local char = [Link]
[Link] = true
local w = [Link]("Weld", [Link])
w.Part0 = [Link]
w.Part1 = [Link]
local w2 = [Link]("Weld", [Link])
w2.Part0 = [Link]
w2.Part1 = [Link]
local w3 = [Link]("Weld", pchar:findFirstChild("Right Arm"))
w3.Part0 = pchar:findFirstChild("Right Arm")
w3.Part1 = pchar:findFirstChild("Right Arm")
local w4 = [Link]("Weld", pchar:findFirstChild("Left Arm"))
w4.Part0 = pchar:findFirstChild("Left Arm")
w4.Part1 = pchar:findFirstChild("Left Arm")
local w5 = [Link]("Weld", pchar:findFirstChild("Right Leg"))
w5.Part0 = pchar:findFirstChild("Right Leg")
w5.Part1 = pchar:findFirstChild("Right Leg")
local w6 = [Link]("Weld", pchar:findFirstChild("Left Leg"))
w6.Part0 = pchar:findFirstChild("Left Leg")
w6.Part1 = pchar:findFirstChild("Left Leg")
[Link]:Destroy()
for i,v in pairs(pchar:GetChildren()) do
if v:IsA("BasePart") then
[Link] = false
end
end
for i,v in pairs(char:GetChildren()) do
if v:IsA("BasePart") then
[Link] = 1
elseif v:IsA("Hat") then
v:Destroy()
end
end
[Link] = char
repeat
[Link] = true
wait()
until [Link] == nil
end)

[Link]('rtag', 'cmd%inf', function(args)


local len = 10; local player = [Link]
local bb = [Link]("BillboardGui")
[Link] = [Link]
[Link] = [Link]
[Link] = true
[Link] = true
[Link] = [Link](len, 0, 1.5, 0)
[Link] = "tag"
[Link] = [Link](0, 3, 0)
--local fr = [Link]("Frame")
--[Link] = bb
--[Link] = [Link](1, 0, 1, 0)
--[Link] = [Link]
local tl = [Link]("TextLabel")
[Link] = bb
[Link] = 1
[Link] = true
tl.TextColor3 = [Link](255/255, 255/255, 255/255)
[Link] = [Link](1, 0, 1, 0)
[Link] = args[2]
[Link] = "trutag"
[Link] = true
[Link] = 2
[Link](function()
local r, g, b = 255, 0, 0
repeat
tl.TextColor3 = [Link](r/255, g/255, b/255)
local bo = [Link](r, g, b)
r = bo[1]; g = bo[2]; b = bo[3];
wait()
until bb == nil
end)()
end)

[Link]('smoke', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]('Smoke', [Link])
end
end)

[Link]('btools', 'cmd%plrs', function(args)


for i, p in pairs(args[2]) do
local a = [Link]("HopperBin")
[Link] = "GameTool"
[Link] = [Link]
local a = [Link]("HopperBin")
[Link] = "Clone"
[Link] = [Link]
local a = [Link]("HopperBin")
[Link] = "Hammer"
[Link] = [Link]
end
end)

con = nil;
[Link]('noclip', 'cmd', function(args)
[Link] = false
con = game:GetService('RunService').Stepped:connect(function()
if [Link] == true then
con:disconnect()
else
[Link] = false
[Link] = false
end
end)
end)

[Link]('clip', 'cmd', function(args)


[Link] = true
end)

[Link]('gear', 'cmd%plrs%int', function(args)


local gear =
game:GetService("InsertService"):LoadAsset(args[3].data):GetChildren()[1]
if not gear then return end
for i, v in pairs(args[2]) do
gear:Clone().Parent = [Link]
end
end)

[Link]('kick', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = nil
end
end)

[Link]('r15', 'cmd', function(args)


[Link].R15()
end)

[Link]('char', 'cmd%plrs%str', function(args)


if tonumber(args[3].data) ~= nil then
args[3].data = tonumber(args[3].data)
else
args[3].data = [Link]:GetUserIdFromNameAsync(args[3].data)
end
for i, v in pairs(args[2]) do
[Link] =
'[Link] .. args[3].data
pcall(function() [Link] = 0 end)
end
end)

[Link]('noob', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] =
'[Link]
pcall(function() [Link] = 0 end)
end
end)

[Link]('ff', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]("ForceField", [Link])
end
end)

[Link]('unff', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
for x, m in pairs([Link]:GetChildren()) do
if m:IsA("ForceField") then
[Link] = nil
end
end
end
end)

[Link]('guest', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] =
'[Link]
pcall(function() [Link] = 0 end)
end
end)

[Link]('giraffe', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local char=[Link]
local h=[Link]
local tor=[Link]
[Link].C0=[Link].C0*[Link](0,0,5)
local fn=[Link]("Part",char)
[Link]=[Link](1,5.5,1)
[Link]="FakeNeck"
[Link]=false
[Link]=false
if char:FindFirstChild("Body Colors") then
[Link]=char["Body Colors"].HeadColor
end
local cm=[Link]("CylinderMesh",fn)
local we=[Link]("Weld",h)
we.Part0=h
we.Part1=fn
we.C1=we.C1*[Link](0,2.6,0)
end
end)

[Link]('notools', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
for x, m in pairs([Link]:GetChildren()) do
[Link] = nil
end
end
end)

[Link]('taketools', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
for x, m in pairs([Link]:GetChildren()) do
[Link] = [Link]
end
end
end)

[Link]('confuse', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = -16
end
end)

[Link]('spin', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
for i,v in pairs([Link]:GetChildren()) do
if [Link] == "Spinning" then
v:Destroy()
end
end
local Torso = [Link]
local BG = [Link]("BodyGyro", Torso)
[Link] = "Spinning"
[Link] = [Link](0, [Link], 0)
BG.P = 11111
[Link] = [Link]
repeat wait(1/44)
[Link] = [Link] * [Link](0,[Link](30),0)
until not BG or [Link] ~= Torso
end
end)

[Link]('fling', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local pchar = [Link]
if pchar:FindFirstChild("Humanoid") then
local xran
local zran
repeat
xran = [Link](-9999,9999)
until [Link](xran) >= 5555
repeat
zran = [Link](-9999,9999)
until [Link](zran) >= 5555
[Link] = true
[Link] = [Link](0,0,0)
local BF = [Link]("BodyForce", [Link])
[Link] = [Link](xran * 4, 9999 * 5, zran * 4)
end
end
end)

[Link]('burn', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
spawn(function()
wait(0.1)
local fire=[Link]("Fire", [Link])
wait(0.1)
local fire=[Link]("Fire", [Link])
wait(0.1)
local fire=[Link]("Fire", [Link]["Left Arm"])
wait(0.1)
local fire=[Link]("Fire", [Link]["Right Leg"])
wait(0.5)
[Link]:BreakJoints();
end)
end
end)

[Link]('printcmds', 'cmd', function(args)


for i, v in pairs([Link]) do
print(i, '==', v)
end
end)

[Link]('gun', 'cmd%plrs', function(args)


local a = game:GetService("InsertService"):LoadAsset(130113146):GetChildren()
[1]
local b = game:GetService("InsertService"):LoadAsset(67747912):GetChildren()
[1]
local c = game:GetService("InsertService"):LoadAsset(95354288):GetChildren()
[1]
for i, v in pairs(args[2]) do
a:Clone().Parent = [Link]
b:Clone().Parent = [Link]
c:Clone().Parent = [Link]
end
end)

[Link]('goto', 'cmd%plrs', function(args)


local target = args[2][1]
[Link] =
[Link]
end)

[Link]('select', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]("SelectionBox", [Link]).Adornee = [Link]
end
end)

[Link]('sphere', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link]("SelectionSphere", [Link]).Adornee = [Link]
end
end)

[Link]('bring', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] =
[Link]
end
end)
[Link]('knife', 'cmd%plrs', function(args)
local knife =
game:GetService("InsertService"):LoadAsset(170897263):GetChildren()[1]
for i, v in pairs(args[2]) do
knife:Clone().Parent = v
end
end)

[Link]('shades', 'cmd%plrs', function(args)


local shades =
game:GetService('InsertService'):LoadAsset(11748356):GetChildren()[1]
for i, v in pairs(args[2]) do
shades:Clone().Parent = [Link]
end
end)

[Link]('alien', 'cmd%plrs', function(args)


-- variable
for i, v in pairs(args[2]) do
local pchar = [Link]
if pchar:FindFirstChild('Shirt') then
[Link]:Destroy()
end
if pchar:FindFirstChild('Pants') then
[Link]:Destroy()
end
if pchar:FindFirstChild('Shirt Graphic') then
pchar['Shirt Graphic'].Graphic = ''
end
for i,v in pairs(pchar:GetChildren()) do
if v:IsA('Hat') then
v:Destroy()
end
end
local ayy2 = game:GetObjects("rbxassetid://397033642")[1]
[Link] = pchar
local BC = pchar['Body Colors']
[Link] = [Link]('Fossil')
[Link] = [Link]('Fossil')
[Link] = [Link]('Fossil')
[Link] = [Link]('Fossil')
[Link] = [Link]('Fossil')
[Link] = [Link]('Fossil')
end
end)

[Link]('team', 'cmd%plrs%str', function(args)


for i, v in pairs(args[2]) do
for x, m in pairs(game:GetService('Teams'):GetTeams()) do
if ([Link]):lower():sub(1, #args[3].data) ==
(args[3].data):lower() then
[Link] = [Link]
end
end
end
end)

[Link]('particles', 'cmd%plrs%int', function(args)


for i, v in pairs(args[2]) do
[Link]("ParticleEmitter", [Link]).Texture = args[3].data
end
end)

[Link]('ghost', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local pchar = [Link]
[Link] = 0.5
[Link] = 0.5
pchar["Left Arm"].Transparency = 0.5
pchar["Right Arm"].Transparency = 0.5
pchar["Left Leg"].Transparency = 0.5
pchar["Right Leg"].Transparency = 0.5
[Link] = 0.5
end
end)

[Link]('firstperson', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
[Link] = [Link]
end
end)

[Link]('creeper', 'cmd%plrs', function(args)


for i, v in pairs(args[2]) do
local pchar = [Link]
if pchar then
if pchar:FindFirstChild("Shirt") then
[Link] = [Link]
end
if pchar:FindFirstChild("Pants") then
[Link] = [Link]
end
if pchar:FindFirstChild("Shirt Graphic") then
pchar["Shirt Graphic"].Graphic = ""
end
for i,v in pairs(pchar:GetChildren()) do
if v:IsA("Hat") then
v:Destroy()
end
end
[Link].C0 = [Link](0,1,0) *
[Link]([Link](90),[Link](180),0)
[Link]["Right Shoulder"].C0 = [Link](0,-1.5,-.5) *
[Link](0,[Link](90),0)
[Link]["Left Shoulder"].C0 = [Link](0,-1.5,-.5) *
[Link](0,[Link](-90),0)
[Link]["Right Hip"].C0 = [Link](0,-1,.5) *
[Link](0,[Link](90),0)
[Link]["Left Hip"].C0 = [Link](0,-1,.5) *
[Link](0,[Link](-90),0)
pchar["Body Colors"].HeadColor = [Link]("Bright green")
pchar["Body Colors"].LeftArmColor = [Link]("Bright
green")
pchar["Body Colors"].LeftLegColor = [Link]("Bright
green")
pchar["Body Colors"].RightArmColor = [Link]("Bright
green")
pchar["Body Colors"].RightLegColor = [Link]("Bright
green")
pchar["Body Colors"].TorsoColor = [Link]("Bright green")
end
end
end)

[Link]('insert', 'cmd%int', function(args)


local m = [Link]('InsertService'):LoadAsset(args[2].data)
[Link] = [Link]
m:MoveTo([Link])
m:MakeJoints()
end)

[Link]('nolimbs', 'cmd%plrs', function(args)


for i, v in pairs([Link]:GetPlayers()) do
[Link]['Right Leg'].Parent = nil
[Link]['Left Leg'].Parent = nil
[Link]['Right Arm'].Parent = nil
[Link]['Left Arm'].Parent = nil
end
end)

[Link]('recurseremove', 'cmd%str', function(args)


local function a(o)
for i,v in pairs(o:GetChildren()) do
if v:IsA(args[2].data) then
[Link]=nil
end
a(v)
end
end
a([Link])
end)

[Link]('name', 'cmd%plrs%inf', function(args)


for i, v in pairs(args[2]) do
local tchar = [Link]
for x, m in pairs(tchar:GetChildren()) do
if m:FindFirstChild('nm') then
[Link] = nil
end
end
[Link] = ''
local ntag = [Link]("Model", tchar)
[Link] = args[3]
local nhead = [Link]:Clone()
[Link] = ntag
local nhum = [Link]("Humanoid", ntag)
[Link] = 0
[Link] = 0
[Link] = 'nm'
local nweld = [Link]("Weld", nhead)
nweld.Part0 = nhead
nweld.Part1 = [Link]
end
end)

[Link]('track', 'cmd%plrs%inf', function(args)


for i, v in pairs(args[2]) do
local tchar = [Link]
for x, m in pairs(tchar:GetChildren()) do
if m:FindFirstChild('nm') then
[Link] = nil
end
end
[Link] = ''
local ntag = [Link]("Model", [Link])
[Link] = [Link]
local nhead = [Link]:Clone()
[Link] = ntag
local nhum = [Link]("Humanoid", ntag)
[Link] = 0
[Link] = 0
[Link] = 'nm'
local nweld = [Link]("Weld", nhead)
nweld.Part0 = nhead
nweld.Part1 = [Link]
end
end)

[Link]('rname', 'cmd%plrs', function(args)


local player = [Link]
[Link] = false
repeat
wait()
[Link] = [Link]()
until not [Link]
end)

[Link]('fogend', 'cmd%int', function(args)


[Link] = args[2].data
end)

[Link]('fogstart', 'cmd%int', function(args)


[Link] = args[2].data
end)

[Link]('time', 'cmd%int', function(args)


[Link]:SetMinutesAfterMidnight(60 * args[2].data)
end)

[Link]('ambient', 'cmd%int%int%int', function(args)


[Link] = [Link](args[2].data/255, args[3].data/255,
args[4].data/255)
end)

[Link]('fogcolor', 'cmd%int%int%int', function(args)


[Link] = [Link](args[2].data/255, args[3].data/255,
args[4].data/255)
end)

[Link]('sword', 'cmd%plrs', function(args)


local sword =
game:GetService('InsertService'):LoadAsset(125013769):GetChildren()[1]
for i, v in pairs(args[2]) do
sword:Clone().Parent = [Link]
end
end)
[Link]('paranoid', 'cmd%plrs', function(args)
for i, v in pairs([Link]:GetChildren()) do
if v:IsA("BasePart") then
[Link] = true
end
end
end)

[Link]('size', 'cmd%plrs%int', function(args)


for i, v in pairs(args[2]) do
[Link](v, args[3].data)
end
end)

[Link]('unlockws', 'cmd%plrs', function(args)


local function dloop(o)
for i, v in pairs(o:GetChildren()) do
if v:IsA("BasePart") then
[Link] = false
end
if v:IsA("Model") then
v:BreakJoints()
end
dloop(v)
end
end
dloop([Link])
end)

[Link]('change', 'cmd%plrs%str%inf', function(args)


for i, v in pairs(args[2]) do
if v:FindFirstChild("leaderstats") then
if [Link]:FindFirstChild(args[3].data) then
if [Link][args[3].data]:IsA("StringValue") then
[Link][args[3].data].Value = args[4]
end
if [Link][args[3].data]:IsA("NumberValue") or
[Link][args[3].data]:IsA("IntValue") then
print(args[4])
if tonumber(args[4]) ~= nil then
[Link][args[3].data].Value =
tonumber(args[4])
end
end
end
end
end
end)

---------------------------

-- ** init ** --

local count = 0
for _, _ in pairs([Link]) do count = count + 1 end

warn("loaded nosyliam's cmdscript [a]")


warn(tostring(count).." commands")
[Link]:connect(function(e)
if e == true then
[Link]([Link])
[Link] = ''
end
end)

--PlayerChatHook = [Link]:connect(function (_, plr, msg,


_)
-- if [Link]([Link]) then
-- if msg:sub(1,1) == [Link] or msg:sub(1,1) == [Link] then
-- [Link](msg:sub(2, #msg))
-- end
-- end
-- end)
end
[Link] = function()
local count = 0
for _, _ in pairs([Link]) do count = count + 1 end
local hook =
[Link]:hookContainer([Link]('Home').Container,
true)
hook:drawText(1, 'T0PK3K 4.0 ex-7 edition by TheMichalos')
hook:drawText(1, 'Patch version 1.0.5')
hook:drawText(1, 'Commandbase patch version 1.0.0')
hook:drawText(1, 'Number of commands: ' .. tostring(count))
local stime = hook:drawText(1, 'Server Time: 0')
spawn(function()
while true do
[Link] = 'Server Time: ' ..
tostring(game:GetService('Workspace').DistributedGameTime)
wait(0.5)
end
end)
local ssz = hook:drawText(1, 'Server Size: 0')
spawn(function()
while true do
[Link] = 'Server Size: ' ..
tostring(game:GetService('Players').NumPlayers)
wait(0.5)
end
end)
local fe = game:GetService('Workspace').FilteringEnabled
hook:drawText(1, 'FilteringEnabled: ' .. (fe and "YES" or "NO"))
hook:drawText(1, 'PlaceId: ' .. tostring([Link]))
hook:drawText(1, 'same', 55)
end
[Link] = function()
for _, v in pairs([Link]) do
[Link]:makeContainer(v)
end
end

[Link]()
[Link]()
[Link]()
[Link]()
wait()
--// actual code below lole //--

--// PLAYERS //--


local plrwin =
[Link]:hookContainer([Link]('Players').Container)
local search = plrwin:drawButton(1, '', function()end)
drop = [Link]([Link](0, 0, 0, 0), [Link](1, 0, 1, 0), search,
{'All'})
function fixPlayerDrop()
local t = {'All'}
for i, v in pairs([Link]:GetPlayers()) do
[Link](t, [Link])
end
[Link](t)
end
[Link]:connect(function()
fixPlayerDrop()
end)
[Link]:connect(function()
fixPlayerDrop()
end)
plrFrame = plrwin:drawContainer(1, 100)
headshotContainer = plrFrame:drawContainer(0.4, 94, true)
headshotContainer:setDrawY(20)
headshot = headshotContainer:drawImage(1, "[Link]
thumbnail/image?userId=1&width=420&height=420&format=png", 74)
headshotContainer:setDrawY(0)
userNameText = headshotContainer:drawText(1, "[All]")
[Link] = true
[Link] = [Link]
infoContainer = plrFrame:drawContainer(0.5, 94, true, 0.5)
infoContainer.BackgroundColor3 = color3(108, 38, 38)
userIdText = infoContainer:drawText(1, "ID: 0")
userAgeText = infoContainer:drawText(1, "Age: 0")
userTeamText = infoContainer:drawText(1, "Team: Neutral")
cval = 'All'
fixPlayerDrop()

function updatePlayer(plri)
local plr = game:GetService('Players'):FindFirstChild(plri)
if not plr and plri ~= 'All' then
print("Couldn't find player!")
updatePlayer([Link])
else
[Link] = "[Link]
userId=1&width=420&height=420&format=png"
[Link] = "[All]"
[Link] = 'ID: [multiple]'
[Link] = 'Age: [multiple]'
[Link] = 'Team: [multiple]'
cval = 'All'
end
local team = [Link]
if team == nil then
team = 'Neutral'
else
team = tostring(team)
end
[Link] = "[Link] ..
tostring([Link]) .. "&width=420&height=420&format=png"
[Link] = [Link]
[Link] = 'ID: ' .. tostring([Link])
[Link] = 'Age: ' .. tostring([Link])
[Link] = 'Team: ' .. team
cval = [Link]

end
[Link](updatePlayer)
--actual code ------__-
plrwin:addSpacing()
plrwin:drawButton(1/2, 'Kick', function()
[Link](cval, function(p)
[Link](p)
end)
end)

plrwin:drawButton(1/2, 'Ban', function()


[Link](cval, function(p)
[Link](p)
end)
end)
plrwin:drawButton(1/2,'Friendlag', function()
[Link](cval, function(p)
for i = 1, 10 do
spawn(function()
while wait() do
[Link]:RequestFriendship(p)
[Link]:RevokeFriendship(p)
end
end)
end
end)
end)
plrwin:drawButton(1/2, 'Hardban', function()
[Link](cval, function(p)
[Link](p)
end)
end)
plrwin:addSpacing()
plrwin:drawButton(1/2, 'Bring', function()
[Link](cval, function(z)
if [Link] then
[Link] =

game:service'Players'.[Link] *
[Link](1,1,1)
end
end)
end)
plrwin:drawButton(1/2, 'Goto', function()
[Link](cval, function(z)
game:service'Players'.[Link] =
[Link] * [Link](1,1,1)
end)
end)
plrwin:addSpacing()
plrwin:drawButton(1/3, 'Kill', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild("Humanoid") then
[Link] = 0
end
end)
end)
plrwin:drawButton(1/3, 'Seizure', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild("Humanoid") and [Link](p)
then
spawn(function()
[Link] = true
[Link](p).CFrame = [Link](p).CFrame *
[Link]([Link](90),0,0)
repeat
wait()
[Link] = true
[Link](p).Velocity = [Link]([Link](-10,10),-
5,[Link](-10,10))
[Link](p).RotVelocity = [Link]([Link](-
5,5),[Link](-5,5),[Link](-5,5))
until not [Link]:FindFirstChild("Humanoid") or not
[Link](p)
end)
end
end)
end)
plrwin:drawButton(1/3, 'Stun', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild("Humanoid") then
[Link] = true
[Link] = [Link] *
[Link]([Link](90),0,0)
end
end)
end)
plrwin:drawButton(1/3, 'Freeze', function()
[Link](cval, function(p)
if [Link] then
[Link](p).Anchored = true
end
end)
end)
plrwin:drawButton(1/3, 'Thaw', function()
[Link](cval, function(p)
if [Link] then
[Link](p).Anchored = false
end
end)
end)
plrwin:drawButton(1/3, 'Superslow', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] = 1
end
end)
end)
plrwin:drawButton(1/3, 'Highjump', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] = 125
end
end)
end)
plrwin:drawButton(1/3, 'God', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] = [Link]
[Link] = [Link]
end
end)
end)
plrwin:drawButton(1/3, 'Semigod', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] = 9e9
[Link] = 9e9
end
end)
end)
plrwin:drawButton(1/3, 'Fast', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] = 50
end
end)
end)
Follow = false;
plrwin:drawButton(1/3, 'Annoy', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
if Follow == true then
Follow = false; return
else Follow = true end
while Follow == true do

game:service'Players'.[Link]=
[Link]
wait()
end
end
end)
end)
plrwin:drawButton(1/3, 'Freefall', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] =
[Link] * [Link](0, 10000, 0)
end
end)
end)
plrwin:drawButton(1/3, 'Destroy', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link]:Destroy()
end
end)
end)
plrwin:drawButton(1/3, 'Fix', function()
[Link](cval, function(p)
if [Link] and [Link]:FindFirstChild('Humanoid') then
[Link] = 100
[Link] = 100
[Link] = 100
[Link] = 16
[Link] = false
[Link] = true
end
end)
end)
plrwin:drawButton(1/3, 'Respawn', function()
[Link](cval, function(p)
if [Link] then
local a1 = [Link]("Model", game:service'Workspace')
local a2 = [Link]("Part", game:service'Workspace')
[Link] = true
[Link] = true
[Link] = [Link](10000, 10000, 10000)
[Link] = "Torso"
local a3 = [Link]("Humanoid", a1)
[Link]=100;[Link]=100
[Link] = a1
[Link]=0
end
end)
end)
plrwin:addSpacing()
local nameInp
plrwin:drawButton(1/3, 'Name', function()
[Link](cval, function(z)
local Character = [Link]
local newName = [Link]("Model", [Link])
[Link] = [Link]
local cl = Character:WaitForChild("Head"):Clone()
[Link] = newName
cl:WaitForChild("face"):Destroy()
local hum = [Link]("Humanoid", newName)
[Link] = "NameTag"
[Link] = 0
[Link] = 0
local weld = [Link]("Weld", cl)
weld.Part0 = cl
weld.Part1 = Character:WaitForChild("Head")
Character:WaitForChild("Head").Transparency = 1
wait(.5)
[Link] = Character:WaitForChild("Head").BrickColor
end)
end)
nameInp = plrwin:drawTextBox(2/3, '')
local chatInp
plrwin:drawButton(1/3, 'Chat', function()
[Link](cval, function(z)
game:GetService('Chat'):Chat([Link], [Link])
end)
end)
chatInp = plrwin:drawTextBox(2/3, '')
local disgInp
plrwin:drawButton(1/3, 'Disguise', function()
[Link](cval, function(p)
local id = 0
if tonumber([Link]) then
id = tonumber([Link])
else
id =
game:GetService('Players'):GetUserIdFromNameAsync([Link])
end
if [Link]:FindFirstChild("Humanoid") then
[Link] = 0
end
[Link] =
'[Link] .. tostring(id)
end)
end)
disgInp = plrwin:drawTextBox(2/3, 'ROBLOX')
plrwin:addSpacing()
clrR = plrwin:drawTextBox(1/3, '0')
clrG = plrwin:drawTextBox(1/3, '0')
clrB = plrwin:drawTextBox(1/3, '0')
function getColor()
local r = tonumber([Link])
local g = tonumber([Link])
local b = tonumber([Link])
if not (r and g and b) then return [Link](0,0,0) end
return [Link](r/255, g/255, b/255)
end
plrwin:drawButton(1/3, 'Sparkles', function()
[Link](cval, function(z)
[Link]("Sparkles", [Link](z)).SparkleColor = getColor()
end)
end)
plrwin:drawButton(1/3, 'Smoke', function()
[Link](cval, function(z)
[Link]("Smoke", [Link](z)).Color = getColor()

end)
end)
plrwin:drawButton(1/3, 'Fire', function()
[Link](cval, function(z)
local fr = [Link]("Fire", [Link](z))
[Link] = getColor()
[Link] = 30
[Link] = 20
end)
end)
plrwin:drawButton(1/3, 'Forcefield', function()
[Link](cval, function(z)
if [Link] then
[Link]("ForceField", [Link])
end
end)
end)
plrwin:drawButton(1/3, 'Select', function()
[Link](cval, function(z)
if [Link] and [Link](z) then
[Link]("SelectionBox", [Link](z)).Adornee = [Link](z)
end
end)
end)
plrwin:drawButton(1/3, 'Sphere', function()
[Link](cval, function(z)
if [Link] and [Link](z) then
[Link]("SelectionSphere", [Link](z)).Adornee = [Link](z)
end
end)
end)
plrwin:drawButton(1/3, 'Fling', function()
[Link](cval, function(z)
spawn(function() --kohls admin commands lol
if [Link] and [Link](z) then
local xran, zran
repeat xran = [Link](5555, 9999) until [Link](xran)
>= 5555
repeat zran = [Link](5555, 9999) until [Link](zran)
>= 5555
[Link] = true
[Link](z).Velocity = [Link](0,0,0)
local frc = [Link]("BodyForce", [Link](z))
[Link] = "BFRC"
[Link] = [Link](xran*4,9999*5,zran*4)
game:GetService("Debris"):AddItem(frc, 0.1)
end
end)
end)
end)
plrwin:drawButton(1/3, 'Explode', function()
[Link](cval, function(z)
if [Link] and [Link](z) then
local explosion = [Link]("Explosion")
[Link] = [Link](z).Position
[Link] = workspace
end
end)
end)
plrwin:drawButton(1/3, 'Nuke', function()
[Link](cval, function(z)
if [Link] and [Link](z) then
local torso = [Link](z)
local nuke = [Link]("Part", [Link])
local opos = [Link]
[Link] = [Link]("Bright yellow")
[Link] = [Link]
[Link] = [Link]
[Link] = true
[Link] = false
[Link] = "Ball"
[Link] = 0.5
[Link] = [Link]
[Link] = [Link](1, 1, 1)
[Link]:connect(function(p)
local expl = [Link]("Explosion", p)
[Link] = 50000
[Link] = 50
[Link] = [Link]
[Link] = [Link]
p:BreakJoints()
end)
for i = 1, 150 do
[Link] = [Link](i, i, i)
[Link] = opos
wait(0.08)
end
nuke:Destroy()
end
end)
end)
plrwin:drawButton(1/3, 'No Tools', function()
[Link](cval, function(p)
for _, t in pairs([Link]:GetChildren()) do
t:Destroy()
end
end)
end)
plrwin:drawButton(1/3, 'Take Tools', function()
[Link](cval, function(p)
for _, t in pairs([Link]:GetChildren()) do
[Link] = game:service'Players'.[Link]
end
end)
end)
plrwin:drawButton(1/3, 'BTools', function()
[Link](cval, function(p)
local a = [Link]("HopperBin")
[Link] = "GameTool"
[Link] = [Link]
local a = [Link]("HopperBin")
[Link] = "Clone"
[Link] = [Link]
local a = [Link]("HopperBin")
[Link] = "Hammer"
[Link] = [Link]
end)
end)
plrwin:drawButton(1/3, 'Hotdog', function()
[Link](cval, function(p)
if [Link] and [Link](p) then
[Link](p)
end
end)
end)
plrwin:drawButton(1/3, 'Quicksand', function()
[Link](cval, function(z)
if [Link] and [Link]:FindFirstChild("Humanoid") then
local tor = [Link](z)
local hole = [Link]("Part", [Link])
[Link] = true
[Link] = "Hole"
[Link] = [Link]
[Link] = [Link](7, 1, 7)
[Link] = false
[Link] = [Link] * [Link](0,-3.3,0)
[Link] = [Link]("Cool yellow")
[Link] = [Link]
local hm = [Link]("CylinderMesh", hole)
[Link] = true
if [Link]:FindFirstChild("Humanoid") then
[Link] = true
end
for x,m in pairs([Link]:GetChildren()) do
if m:IsA("BasePart") or m:IsA("MeshPart") then
[Link] = false
end
end
for i=1,75 do
[Link]=[Link]*[Link](0,-0.1,0)
wait(0.06)
end
[Link]=[Link]*[Link](0,
-500,0
)
[Link] = 0
end
end)
end)
plrwin:drawButton(1/3, 'Insane', function()
[Link](cval, function(p)
if [Link] and [Link](p) then
for i,v in pairs([Link](p):GetChildren()) do
if v:IsA("Motor6D") then
spawn(function()
while v do
v.C0=v.C0*[Link]([Link](-
180,180),[Link](-180,180),[Link](-180,180))
wait()
end
end)
end
end
end
end)
end)
plrwin:drawButton(1/3, 'Invisible', function()
[Link](cval, function(p)
[Link]([Link], 'BasePart', 'Transparency', 1)
[Link]([Link], 'MeshPart', 'Transparency', 1)
end)
end)
plrwin:drawButton(1/3, 'Visible', function()
[Link](cval, function(p)
[Link]([Link], 'BasePart', 'Transparency', 0)
[Link]([Link], 'MeshPart', 'Transparency', 0)
end)
end)
plrwin:drawButton(1/3, 'Bighead', function()
[Link](cval, function(z)
if [Link] then
if [Link]:FindFirstChild('Head') then
[Link]=[Link](5,5,5)
end
end
end)
end)
plrwin:drawButton(1/3, 'Goldify', function()
[Link](cval, function(z)
if [Link] then
[Link]([Link], 'BasePart', 'Material', 'Marble')
[Link]([Link], 'MeshPart', 'Material', 'Marble')
[Link]([Link], 'BasePart', 'BrickColor',
[Link]('Bright yellow'))
[Link]([Link], 'MeshPart', 'BrickColor',
[Link]('Bright yellow'))
end
end)
end)
plrwin:drawButton(1/3, 'Neon', function()
[Link](cval, function(z)
if [Link] then
[Link]([Link], 'BasePart', 'Material', 'Neon')
[Link]([Link], 'MeshPart', 'Material', 'Neon')
end
end)
end)
plrwin:drawButton(1/3, 'Shiny', function()
[Link](cval, function(z)
if [Link] then
[Link]([Link], 'BasePart', 'Reflectance', 1)
[Link]([Link], 'MeshPart')
end
end)
end)
plrwin:drawButton(1/3, 'Shrek', function()
[Link](cval, function(z)
if [Link] then
local pchar = [Link]
for i,v in pairs(pchar:GetChildren()) do
if v:IsA("Hat") or v:IsA("Accessory") or
v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
v:Destroy()
end
end
for i,v in pairs([Link]:GetChildren()) do
if v:IsA("Decal") or v:IsA("SpecialMesh") then
v:Destroy()
end
end

local mesh = [Link]("SpecialMesh", [Link])


[Link] = "FileMesh"
[Link] = "[Link]
id=19999257"
[Link] = [Link](-0.1, 0.1, 0)
[Link] = "[Link]
id=156397869"

local Shirt = [Link]("Shirt", [Link])


local Pants = [Link]("Pants", [Link])

[Link] = "rbxassetid://133078194"
[Link] = "rbxassetid://133078204"
end
end)
end)
plrwin:drawButton(1/3, 'Duck', function()
[Link](cval, function(z)
if [Link] then
local pchar = [Link]
for i,v in pairs(pchar:GetChildren()) do
if v:IsA("Hat") or v:IsA("Accessory") then
v:Destroy()
end
end
local duck = [Link]("SpecialMesh",
[Link])
[Link] = "FileMesh"
[Link] = "[Link]
[Link] = "[Link]
[Link] = [Link](5, 5, 5)
[Link]([Link], 'Instance', 'Transparency', 1)
[Link] = 0
end
end)
end)
plrwin:drawButton(1/3, 'Spheres', function()
[Link](cval, function(z)
if [Link] then
[Link]([Link], 'BasePart', 'Shape', 'Cylinder')
end
end)
end)
plrwin:drawButton(1/3, 'Big', function()
[Link](cval, function(z)
if [Link] then
[Link](5, z)
end
end)
end)
plrwin:drawButton(1/3, 'Small', function()
[Link](cval, function(z)
if [Link] then
[Link](5, z)
end
end)
end)
plrwin:drawButton(1/3, 'Giraffe', function()
[Link](cval, function(z)
if [Link] then
local char=[Link]
local h=[Link]
local tor=char:FindFirstChild("Torso")
if not tor then return end
[Link].C0=[Link].C0*[Link](0,0,5)
local fn=[Link]("Part",char)
[Link]=[Link](1,5.5,1)
[Link]="FakeNeck"
[Link]=false
[Link]=false
if char:FindFirstChild("Body Colors") then
[Link]=char["Body Colors"].HeadColor
end
local cm=[Link]("CylinderMesh",fn)
local we=[Link]("Weld",h)
we.Part0=h
we.Part1=fn
we.C1=we.C1*[Link](0,2.6,0)
end
end)
end)
plrwin:drawButton(1/3, 'Dab', function()
[Link](cval, function(z)
if [Link] and [Link]:FindFirstChild("Torso") then
local chr = [Link]
[Link] = true
[Link]["Left Shoulder"].C1 = [Link](0, 0.699999988, 0,
0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359,
-0.0885213241, 0.965925813, -0.243210346)
[Link]["Right Shoulder"].C1 = [Link](-0.600000024, 0.5,
-0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788,
0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
[Link]["Neck"].C1 = [Link](0, -0.600000024, 0, -0.866025388,
0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653,
0.342020124)
end
end)
end)
plrwin:drawButton(1/3, 'Force Follow', function()
[Link](cval, function(z)
game:GetService("RunService"):BindToRenderStep("_", 0, function()
[Link]:MoveTo([Link])
end)
end)
end)
plrwin:drawButton(1/3, 'Camlock', function()
[Link](cval, function(z)
[Link] = "LockFirstPerson"
end)
end)
--// SERVER //--
local servwin =
[Link]:hookContainer([Link]('Server').Container)
local detailWin = servwin:drawContainer(1, 100, nil, nil, 18)
detailWin:drawText(1, 'Job ID: ' .. ([Link] and ([Link] ~= "") or "???"))
detailWin:drawText(1, 'Game Name: ' ..
game:service'MarketplaceService':GetProductInfo([Link]).Name)
detailWin:drawText(1, 'Creator Name: ' ..
game:GetService('Players'):GetNameFromUserIdAsync([Link]))
--detailWin:drawText(1, 'Genre: ' .. tostring([Link]))
servwin:drawButton(1/2, 'Shutdown', function()
[Link] = 0/0
end)
servwin:drawButton(1/2, 'Clear', function()
for i,v in pairs(game:service'Workspace':GetChildren()) do
if (not v:IsA("Terrain"))and([Link]~="Camera") then
v:Destroy()
end
end
end)
servwin:drawButton(1/2, 'Baseplate', function()
for X = -2500, 2500, 512 do
for Z = -2500, 2500, 512 do
local P = [Link]("Part")
[Link] = true
[Link] = true
[Link] = [Link](512,3,512)
[Link] = [Link](X,0,Z)
[Link] = [Link]()
[Link] = game:service'Workspace'
end
end
end)
servwin:drawButton(1/2, 'Reset', function()
for i,v in pairs(game:service'Workspace':GetChildren()) do
if (not v:IsA("Terrain"))and([Link]~="Camera") then
v:Destroy()
end
end
for X = -2500, 2500, 512 do
for Z = -2500, 2500, 512 do
local P = [Link]("Part")
[Link] = true
[Link] = true
[Link] = [Link](512,3,512)
[Link] = [Link](X,0,Z)
[Link] = [Link]()
[Link] = game:service'Workspace'
end
end
for i, v in pairs(game:GetService('Players'):GetPlayers()) do
local a1 = [Link]("Model", game:service'Workspace')
local a2 = [Link]("Part", game:service'Workspace')
[Link] = true
[Link] = true
[Link] = [Link](10000, 10000, 10000)
[Link] = "Torso"
local a3 = [Link]("Humanoid", a1)
[Link]=100;[Link]=100
[Link] = a1
[Link]=0
end
end)
servwin:drawButton(1, 'Remove Sounds', function()
[Link](game, 'Sound')
end)
servwin:addSpacing()
servwin:drawButton(1, 'Break All', function()
workspace:BreakJoints(workspace:GetChildren())
end)
local gravInp
servwin:drawButton(1/3, 'Gravity', function()
if not tonumber([Link]) then return end
[Link] = tonumber([Link])
end)
gravInp = servwin:drawTextBox(2/3, '')
servwin:addSpacing()
servwin:drawButton(1, 'Reset Lighting', function()
local l = game:service'Lighting'
[Link] = [Link](0, 0, 0)
[Link] = 1
[Link] = true
[Link] = true
[Link] = 100000
[Link] = 0
l:SetMinutesAfterMidnight(12*60)
end)
local brightInp
servwin:drawButton(1/3, 'Brightness', function()
if not tonumber([Link]) then return end
game:GetService('Lighting').Brightness = tonumber([Link])
end)
brightInp = servwin:drawTextBox(2/3, '100')
local fogInp
servwin:drawButton(1/3, 'Fog', function()
if not tonumber([Link]) then return end
game:GetService('Lighting').FogEnd = tonumber([Link])
end)
fogInp = servwin:drawTextBox(2/3, '0')
local timeInp
servwin:drawButton(1/3, 'Hour', function()
if not tonumber([Link]) then return end

game:GetService('Lighting'):SetMinutesAfterMidnight(60*tonumber([Link]))
end)
timeInp = servwin:drawTextBox(2/3, '12')
servwin:addSpacing()
-- private server crap
local privateToggle
local privStatus = false
privateToggle = servwin:drawButton(1, 'Private Server OFF', function()
if privStatus == false then
privStatus = true
[Link] = 'Private Server ON'
[Link]()
else
[Link] = 'Private Server OFF'
[Link]()
end
end)
servwin:addSpacing()
servwin:drawText(1, 'Whitelist')
local plrAddInp
servwin:drawButton(1/3, 'Add', function()
[Link]([Link])
ReorderWL()
end)
plrAddInp = servwin:drawTextBox(2/3, '')
wlCont = servwin:drawScrollingContainer(100)
function ReorderWL()
local wl = [Link]
for i,v in pairs(wlCont:GetChildren()) do
v:Destroy()
end
wlCont:setDrawY(3)
for i,v in pairs(wl) do
wlCont:drawText(2/3, v)
wlCont:drawButton(1/3, 'Remove', function()
[Link](v)
ReorderWL()
end)
end
end
ReorderWL()
--// LOCALPLAYER //--
local lpwin =
[Link]:hookContainer([Link]('LocalPlayer').Contai
ner)
lpwin:drawButton(1, 'Reset Camera', function()
[Link]:remove()
wait(.1)
[Link] = [Link]
or
[Link][[Link]].Humanoid
[Link] = "Custom"
end)
lpwin:drawButton(1, 'Respawn', function()
local a1 = [Link]("Model", game:service'Workspace')
local a2 = [Link]("Part", game:service'Workspace')
[Link] = true
[Link] = true
[Link] = [Link](10000, 10000, 10000)
[Link] = "Torso"
local a3 = [Link]("Humanoid", a1)
[Link]=100;[Link]=100
[Link] = a1
[Link]=0
end)
lpwin:drawButton(1, 'Rejoin', function()
game:GetService('TeleportService'):Teleport([Link])
end)
lpwin:addSpacing()
lpwin:drawButton(1/2, 'God', function()
if [Link]:FindFirstChild("Humanoid") then
[Link] = [Link]
[Link] = [Link]
end
end)
lpwin:drawButton(1/2, 'Semigod', function()
if [Link]:FindFirstChild("Humanoid") then
[Link] = 9e9
[Link] = 9e9
end
end)
Loopgod = false
lpwin:drawButton(1, 'Loopgod', function()
if Loopgod == false then
Loopgod = true
spawn(function()
repeat
[Link] = [Link]
[Link] = [Link]
wait()
until Loopgod == false
end)
else
Loopgod = false
end
end)
lpwin:addSpacing()
plrwin:addSpacing()
local Lev, Clip, Fly
lpwin:drawButton(1/2, 'Levitate', function()
if Lev == true then
Lev = false
return
end
Lev = true
repeat
[Link]:ChangeState(10)
wait(0)
until Lev == false
end)
lpwin:drawButton(1/2, 'Noclip', function()
if Clip == true then
Clip = false
return
end
Clip = true
game:GetService("RunService").Stepped:connect(function()
[Link]([Link]).CanCollide = not Clip
[Link] = not Clip
[Link] = not Clip
if [Link] then
[Link] = not Clip
end
end)
[Link]:connect(function()
[Link]([Link]).CanCollide = not Clip
[Link] = not Clip
[Link] = not Clip
if [Link] then
[Link] = not Clip
end
end)
end)
lpwin:drawButton(1/2, 'Fly', function()
if Fly == true then
Fly = false
return
end
Fly = true
local mouse=[Link]:GetMouse''
localplayer=[Link]
[Link]:WaitForChild("HumanoidRootPart")
local torso = [Link]
local speed=0
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=1
end
if keys.w then
new = new + [Link] * speed
speed=speed+0.01
end
if keys.s then
new = new - [Link] * speed
speed=speed+0.01
end
if keys.d then
new = new * [Link](speed,0,0)
speed=speed+0.01
end
if keys.a then
new = new * [Link](-speed,0,0)
speed=speed+0.01
end
if speed>5 then
speed=5
end
[Link]=new.p
if keys.w then
[Link] = [Link]*[Link](-
[Link](speed*15),0,0)
elseif keys.s then
[Link] =
[Link]*[Link]([Link](speed*15),0,0)
else
[Link] = [Link]
end
until not Fly
if gyro then gyro:Destroy() end
if pos then pos:Destroy() end
flying=false
[Link]=false
speed=0
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
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)
lpwin:drawButton(1/2, 'Highjump', function()
local thrust = [Link]("BodyVelocity")
game:GetService('UserInputService').InputBegan:connect(function(i, b)
if [Link] == [Link] then
print("Got jump")
[Link]([Link](function()
[Link] =
[Link]
[Link] = [Link](0,50,0)
[Link] = [Link](0,4e+050,0)
wait(0.2)
[Link] = nil
end))
end
end)
end)
lpwin:addSpacing()
local apprInp
lpwin:drawButton(1/3, 'Appearance', function()
local id = 0
if tonumber([Link]) then
id = tonumber([Link])
else
id = game:GetService('Players'):GetUserIdFromNameAsync([Link])
end
if [Link]:FindFirstChild("Humanoid") then
[Link] = 0
end
[Link] =
'[Link] .. tostring(id)
end)
apprInp = lpwin:drawTextBox(2/3, 'ROBLOX')
local teamInp
lpwin:drawButton(1/3, 'Team', function()
[Link] = [Link]([Link])
end)
teamInp = lpwin:drawTextBox(2/3, 'Bright red')
lpwin:drawButton(1/2, 'Naked', function()
[Link]:ClearCharacterAppearance()
end)
lpwin:drawButton(1/2, 'Neutral', function()
[Link] = true
end)
lpwin:addSpacing()
lpwin:drawButton(1/2, 'Orb', function()
[Link] = nil
--lp:Destroy()
local cam = [Link]
local m = [Link]("Model", [Link])
[Link] = [Link]
local hum = [Link]("Humanoid", m)
[Link] = 0
[Link] = 0
local orb = [Link]("Part", m)
[Link] = [Link](1, 1, 1)
[Link] = "Ball"
[Link] = "Head"
[Link] = true
[Link] = true
[Link] = [Link]
[Link] = [Link]
[Link] = 0
spawn(function()
while true do
wait(0.1)
if orb then
[Link] = [Link]()
else break end
end
end)
[Link] = orb
[Link] = [Link]
game:GetService("RunService").RenderStepped:connect(function()
[Link] = [Link] * [Link](0, -2, -6)
end)
[Link]:connect(function(a)
game:GetService("Chat"):Chat(orb, a)
end)
end)
lpwin:drawButton(1/2, 'Freecam', function()
local cam = [Link]
[Link] = "Fixed"
[Link] = nil
[Link] = nil
end)
lpwin:drawButton(1/2, 'NoGrav', function()
if [Link] then
for x,m in pairs([Link]:GetChildren()) do
if m:IsA("BasePart") then
local bf = [Link]("BodyForce", m)
[Link] = [Link](0, 192.25, 0) * m:GetMass()
end
if m:IsA("Hat") or m:IsA("Accessory") then
if m:findFirstChild("Handle") then
local bf = [Link]("BodyForce", [Link])
[Link] = [Link](0, 192.25, 0) *
[Link]:GetMass()
end
end
end
end
end)
lpwin:drawButton(1/2, 'Trowel', function()
[Link]()
end)
lpwin:addSpacing()
lpwin:drawButton(1/2, 'Fedora', function()
local hats={
98346834,
215751161,
119916949,
72082328,
147180077,
100929604,
63043890,
1285307,
1029025,
334663683,
259423244
}
game:GetObjects("rbxassetid://" .. tostring(hats[[Link](1,#hats)]))
[1].Parent = [Link]
end)
lpwin:drawButton(1/2, 'Rainbow Name', function()
[Link] = false
repeat
wait()
[Link] = [Link]()
until not [Link]
end)
local tagInp
lpwin:drawButton(1/3, 'Tag', function()
local len = 10
local bb = [Link]("BillboardGui")
[Link] = [Link]
[Link] = [Link]
[Link] = true
[Link] = true
[Link] = [Link](len, 0, 1.5, 0)
[Link] = "tag"
[Link] = [Link](0, 3, 0)
--local fr = [Link]("Frame")
--[Link] = bb
--[Link] = [Link](1, 0, 1, 0)
--[Link] = [Link]
local tl = [Link]("TextLabel")
[Link] = bb
[Link] = [Link]
[Link] = 1
[Link] = true
tl.TextColor3 = [Link](15/255, 15/255, 15/255)
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = "trutag"
[Link] = true
[Link] = 2
end)
tagInp = lpwin:drawTextBox(2/3, '')
--// SCRIPTS //--
--local scriptwin =
[Link]:hookContainer([Link]('Scripts').Container)
--local search = scriptwin:drawTextBox(1,'')
--local origy = scriptwin:getDrawY()
--scriptwin:addSpacing()
--scriptwin:addSpacing()
--local scripts = game:GetObjects("rbxassetid://376553985")[1]
--local container = {}
--function MakeList(condition)
-- for i,v in pairs(scriptwin:GetChildren()) do
-- if [Link] == "Script" then
-- v:Destroy()
-- end
-- end
--scriptwin:setDrawY(origy)
--for i, v in pairs(scripts:GetChildren()) do
-- if [Link]([Link]:lower(), condition:lower()) or (condition == "")
or (condition == " ") then
-- local scr = scriptwin:drawButton(1, [Link], function()
-- spawn(function() loadstring([Link])() end)
-- end, 25)
-- [Link] = 'Script'
-- end
-- end
--end
--game:GetService("UserInputService").InputChanged:connect(function(inp)
-- if [Link] == [Link] then
-- if search:IsFocused() then
-- MakeList([Link])
-- end
--end
--end)
--MakeList('')
--// DESTRUCTION // --
local destwin =
[Link]:hookContainer([Link]('Destruction').Contai
ner)
local decals, seldec = destwin:drawScrollingContainer(100)
seldec = destwin:drawText(1, 'Selected Decal: None')
cursel = nil
local decs = {
{'Rain', '574772793'},
{'Robbie', '574773630'},
{'Pepe', '244905904'},
{'Troll Face', '48308661'},
{'Jeff', '109129888'},
{'Shrek', '170539018'},
{'Doge', '133720697'},
{'Dat Boi', '409578848'},
}
for _, v in pairs(decs) do
local b = decals:drawButton(1, v[1], function()[Link]="Selected Decal: "
..v[2] cursel=v[2] end,20)
[Link]:addLeftIcon(b,'rbxassetid://'..v[2],20)
end
destwin:drawButton(1, 'Spam Decal', function()
if cursel ~= nil then
[Link](tonumber(cursel))
end
end)
destwin:drawButton(1, 'Spam Particles', function()
if cursel ~= nil then
[Link](tonumber(cursel))
end
end)
destwin:drawButton(1, 'Spam Both', function()
if cursel ~= nil then
[Link](tonumber(cursel))
end
end)
destwin:drawButton(1, 'Rollback', function()
[Link](workspace, 'Decal')
[Link](workspace, 'ParticleEmitter')
end)
destwin:addSpacing()
destwin:drawButton(1, '666', function()
for i,v in next,workspace:children''do
if(v:IsA'BasePart')then
me=v;
bbg=[Link]('BillboardGui',me);
[Link]='stuf';
[Link]=me;
[Link]=[Link](2.5,0,2.5,0)
--[Link]=[Link](0,2,0)
tlb=[Link]'TextLabel';
[Link]='666 666 666 666 666 666';
[Link]='SourceSansBold';
[Link]='Size48';
tlb.TextColor3=[Link](1,0,0);
[Link]=[Link](1.25,0,1.25,0);
[Link]=[Link](-0.125,-22,-1.1,0);
[Link]=1;
[Link]=bbg;
end;end;
--[Link](function()while wait''do
s=[Link]'Sound';
[Link]=workspace;
[Link]='rbxassetid://152840862';
[Link]=1;
[Link]=1;
[Link]=true;
s:play();
--end;end)();
function xds(dd)
for i,v in next,dd:children''do
if(v:IsA'BasePart')then
[Link]=[Link]'Really black';
[Link]='Smooth';
[Link]='Smooth';
s=[Link]('SelectionBox',v);
[Link]=v;
[Link]=[Link]'Really red';
a=[Link]('PointLight',v);
[Link]=[Link](1,0,0);
[Link]=15;
[Link]=5;
f=[Link]('Fire',v);
[Link]=19;
[Link]=22;
end;
[Link]=0;
[Link]=0;
[Link]=[Link](0,0,0);
[Link]=[Link](1,0,0);
[Link]=200;
[Link]=[Link](0,0,0);
local dec = '[Link]
local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
--[Link](function()
--for _,__ in pairs(fac) do
--local ddec = [Link]("Decal", v)
--[Link] = __
--[Link] = dec
--end end)()
if #(v:GetChildren())>0 then
xds(v)
end
end
end
xds([Link])
end)
destwin:drawButton(1, 'Troll', function()
[Link]('48308661')
[Link](154664102)
end)
destwin:addSpacing()
destwin:drawButton(1/2,'Colorize',function() -- when u skid off variable
XDDDDDpranked
local materiallist =

{[Link],[Link],[Link],[Link]
e,[Link],
[Link],[Link],[Link],

[Link],[Link],[Link],[Link],
[Link],[Link],[Link],

[Link],[Link],[Link],[Link].
WoodPlanks,[Link],[Link]}
local function r(where)
for _,v in pairs (where:GetChildren()) do
if v:IsA("BasePart") then
spawn(function() while wait(0.1) do [Link] =
materiallist[[Link](#materiallist)] wait() end end) end r(v) end end
r(workspace)
end)
destwin:drawButton(1/2,'Materialize',function()
local function r(where)
for _,v in pairs (where:GetChildren()) do
if v:IsA("BasePart") then
spawn(function() while wait(0.1) do [Link] = [Link](0,1) wait()
end end) end r(v) end end r(workspace)
end)
destwin:drawButton(1/2,'Meshify',function()
local enums={
[Link];
[Link];
[Link];
[Link];
[Link];
[Link];
}
[Link]('BasePart',function(o)
local mesh = [Link]('SpecialMesh', o)
[Link] = enums[[Link](1,#enums)]
end)
end)
destwin:drawButton(1/2,'Loop-Meshify',function()
[Link](function()
while true do
local enums={
[Link];
[Link];
[Link];
[Link];
[Link];
[Link];
}
[Link]('BasePart',function(o)
if o:FindFirstChild("Mesh") then [Link]:Destroy() end
local mesh = [Link]('SpecialMesh', o)
[Link] = enums[[Link](1,#enums)]
end)
wait(0.5)
end
end)()
end)
destwin:addSpacing()
destwin:drawButton(1, 'Rotations', function()
[Link]('BasePart', function(o)
[Link] =
[Link]([Link](0,180),[Link](0,180),[Link](0,180))
end)
end)
destwin:drawButton(1, 'Collisions', function()
[Link]('BasePart', function(o)
[Link] = false
end)
end)
destwin:drawButton(1, 'Velocity', function()
[Link]('BasePart', function(o)
[Link] =
[Link]([Link](0,180),[Link](0,180),[Link](0,180))
end)
end)
destwin:drawButton(1, 'Invisiblity', function()
[Link]('BasePart', function(o)
[Link] = 1
end)
end)
destwin:drawButton(1, 'BreakJoints', function()
[Link]('Model', function(o)
o:BreakJoints()
end)
end)
destwin:drawButton(1, 'Forces', function()
[Link]('BasePart', function(o)
local bf = [Link]("BodyForce", o)
[Link] =
[Link]([Link](0,180)*5,[Link](0,180)*5,[Link](0,180)*5)
end)
end)
destwin:drawButton(1, 'Brightness', function()
[Link]('BasePart', function(o)
local light = [Link]("SpotLight", o)
[Link] = 9e9
[Link] = 60
end)
end)
--// CATALOG //--
local catwin =
[Link]:hookContainer([Link]('Catalog').Container)
local page, currentkeyword = 1, ""
local searchbar, search, makeCatalog, res = 0, 0, 0, {}
local searchbar = catwin:drawTextBox(2/3,'')
local search = catwin:drawButton(1/3, 'Search', function()
page = 1
currentkeyword = [Link]
makeCatalog(currentkeyword, page)
end)
local previous = catwin:drawButton(1/2, 'Previous Page', function()
if page > 1 then
page = page - 1
makeCatalog(currentkeyword, page)
end
end)
local previous = catwin:drawButton(1/2, 'Next Page', function()
if page >= 1 then
page = page + 1
makeCatalog(currentkeyword, page)
end
end)
local catalog_start = catwin:getDrawY()
function split(str,divider)
local found = ""
local results = {}
for i=1,[Link](str) do
if ([Link]([Link](str,i,i)) == [Link](divider)) then
[Link](results, found)
found = ""
else
found = found..[Link](str,i,i)
end
end
[Link](results, found)
return results
end
function GetName(nm)
local spl = split(nm," ")
local a,b,c,d,e=spl[1] or "",spl[2] or "",spl[3] or "", spl[4] or "", spl[5]
or ""
return (a.." "..b.." "..c.." "..d.." "..e)
end
--function makeCatalog(keyword, page)
--local endpoint = "[Link]
Category=6&Keyword="..keyword.."&IncludeNotForSale=false&ResultsPerPage=10&PageNumb
er="..tostring(page)
--local results = game:HttpGet(endpoint, true)
--local parse = game:GetService('HttpService'):JSONDecode(results)
--for i, v in pairs(res) do
--v:Destroy()
--end
--catwin:setDrawY(catalog_start)
--catwin:addSpacing()
--for i, v in pairs(parse) do
--local img = catwin:drawImage(1/2,
'[Link]
width=420&height=420&assetId='..tostring(v['AssetId']), 50)
--local below = [Link]("TextButton", {
-- Parent = img;
-- BackgroundColor3 = [Link](163/255, 57/255, 57/255);
-- BorderSizePixel = 0;
-- Position = [Link](0, -45, 1, 5);
-- Size = [Link](0,[Link].X, 0, 20);
-- Font = 'SourceSans';
-- FontSize = 'Size14';
-- Text = GetName(v['Name']);
-- TextSize = 14;
-- TextColor3 = color3(199, 199, 199);
-- TextStrokeTransparency = 0.5;
-- ClipsDescendants = true;
--})
-- below.MouseButton1Down:connect(function()
-- local Model = [Link]("Model", workspace)
-- game:GetObjects('rbxassetid://'..tostring(v['AssetId']))
[1].Parent = Model
-- Model:MakeJoints()
-- Model:MoveTo([Link])
--end)
--[Link]=[Link](0,50,0,50)
--[Link]=[Link]+[Link](0,45,0,0)
-- if (i%2)==0 then
-- catwin:setDrawY(catwin:getDrawY() + 25)
--end
-- if (i==10) then
-- [Link] = [Link] +
[Link](0,0,0,25)
-- end
-- [Link](res,img)
--end
--end
--makeCatalog("", 1)
--// CMDS //--
cmdwin =
[Link]:hookContainer([Link]('Commands').Container
)
count = 0
for _, _ in pairs([Link]) do count = count + 1 end
cmdwin:drawText(1, tostring(count) .. " Commands")
cmdwin:drawText(1, 'Chat Prefix: /')
local cmdlist = cmdwin:drawScrollingContainer(260)
for i, v in pairs([Link]) do
local xfmt = {}
local str = " ;" .. i .. " "
for form in v:gmatch("[^%%]+") do
if form ~= 'cmd' then
if form == 'inf' then form = 'str' end
str = str .. "{" .. form .. "} "
end
end
cmdlist:drawText(1, str)
end
--// MUSIC //--
musicwin =
[Link]:hookContainer([Link]('Music').Container)
Sounds = {
{"caramell", 2303479};
{"epic", 27697743};
{"rick", 2027611};
{"halo", 1034065};
{"pokemon", 1372261};
{"cursed", 1372257};
{"extreme", 11420933};
{"awaken", 27697277};
{"alone", 27697392};
{"mario", 1280470};
{"choir", 1372258};
{"chrono" ,1280463};
{"dotr", 11420922};
{"entertain", 27697267};
{"fantasy", 1280473};
{"final", 787};
{"organ", 11231513};
{"tunnel", 9650822}
}

local cursel
local xcursel = 0
scr = musicwin:drawScrollingContainer(230)
for i, v in pairs(Sounds) do
scr:drawButton(1, v[1] .. " - " .. tonumber(v[2]), function()
[Link] = "Currently Selected - " .. v[1]
xcursel = v[2]
end)
end

cursel = musicwin:drawText(1, "Currently Selected - None")


local setInp
musicwin:drawButton(1/3, "Set", function()
if tonumber([Link]) then
[Link] = "Currently Selected - " .. [Link]
xcursel = tonumber([Link])
end
end)
setInp = musicwin:drawTextBox(2/3, '')
musicwin:drawButton(1, "Play", function()
[Link](game, 'Sound')
[Link](xcursel)
end)
musicwin:drawButton(1, "Stop", function()
[Link](game, 'Sound')
end)
--// FACES //--
facwin =
[Link]:hookContainer([Link]('Faces').Container)
local faces = {
{name='Rofl',id=47595647},
{name='Sparta',id=74142203},
{name='UJelly',id=48989071},
{name='Troll',id=45120559},
{name='Horse',id=62079221},
{name='Angry',id=48258623},
{name='Okey',id=62830600},
{name='Yeaw',id=53646377},
{name='Here',id=62677045},
{name='Har',id=48260066},
{name='Baby Sun',id=47596170},
{name='LOL',id=48293007},
{name='Sad',id=53645378},
{name='Joseph Stalin',id=48290678},
{name='Doge',id=130742396},
{name='Forever Alone',id=156886272},
{name='RickRoll',id=5104631},
{name='Jim Carrey',id=74885351},
{name='Meh IRL',id=237553381}
}
local cursel, xcursel = nil, 0
faclist = facwin:drawScrollingContainer(260)
for i,v in pairs(faces) do
local btn = faclist:drawButton(1, v['name'], function()
xcursel = v['id']
[Link] = 'Currently Selected: ' .. v['name']
end)
[Link]:addLeftIcon(btn,'rbxassetid://'..tostring(v['id']),20)
end
cursel = facwin:drawText(1, 'Currently Selected: None')
facwin:drawButton(1, 'Wear', function()
if not (xcursel == 0) then
if [Link] then
[Link]([Link], 'Accessory')
[Link]([Link], 'Hat')
[Link](xcursel)
end
end
end)
--// SETTINGS // --
setwin =
[Link]:hookContainer([Link]('Settings').Container
)
setwin:drawText(1, 'Patch: ' .. [Link])
setwin:drawText(1, 'Devnote: foh skids')
setwin:drawText(1, [[
=== CREDITS ===

Variable - retard that created Stella


KrystalTeam - provided critical design tips & advice
Circumvention - lol joey salads

Thanks to everyone that supported T0PK3K 4.0!

]], 260)
--// BANLIST //--
banwin =
[Link]:hookContainer([Link]('Banlist').Container)
local plrBanInp
banwin:drawButton(1/3, 'Add', function()
[Link]()
[Link]([Link]['Bans'], [Link])
[Link]()
UpdateBanlist()
end)
plrBanInp = banwin:drawTextBox(2/3, '')
banCont = banwin:drawScrollingContainer(288)
function UpdateBanlist(x)
[Link]()
local wl = x or [Link]['Bans']
for i,v in pairs(banCont:GetChildren()) do
v:Destroy()
end
banCont:setDrawY(3)
for i,v in pairs(wl) do
banCont:drawText(2/3, v)
banCont:drawButton(1/3, 'Remove', function()
for x, m in pairs(wl) do
if m == v then
[Link]([Link]['Bans'], x)
[Link]()
UpdateBanlist()
[Link] = [Link]['Bans']
end
end
end)
end
end
UpdateBanlist()
--// HATS //--
hatwin =
[Link]:hookContainer([Link]('Hats').Container)
local hats={
{name='Dominus Empyreus',id=21070012},
{name='Dominus Vespertilio',id=96103379},
{name='Dominus Infernus',id=31101391},
{name='Dominus Rex',id=250395631},
{name='Dominus Frigidus',id=48545806},
{name='Dominus Astra',id=162067148},
{name='Dominus Aureus',id=138932314},
{name='DIY Dominus Empyreus',id=151789690},
{name='Dominus Messor',id=64444871},
{name='Demon Skeleton Wings',id=133554007},
{name='Gilded Wings of Glory',id=250405532},
{name='Majestic Ice Wings',id=188702967},
{name='Black Wings',id=215719598},
{name='Clockworks Shades',id=11748356},
{name='Faerie Wings',id=19399896},
{name='Orinthian Wings',id=223751505},
{name='Clockworks Headphones',id=1235488},
{name='Perfectly Legitimate Business Hat',id=19027209},
{name='Sparkling Angel Wings',id=192557913},
{name='Commander Crows Wings',id=133553855},
{name='Sunfire Wings',id=158068470},
{name='Royal Faerie Wings',id=119916756},
{name='Wings of Freedom',id=164174048},
{name='Firebrand Wings',id=128160626},
{name='Frozen Wings',id=136758613},
{name='Webbed Wings',id=120507280},
{name='Gargoyle Wings',id=120507201},
{name='Bat Wings',id=19399858},
{name='Wings of Fire',id=136758532},
{name='Headrow',id=1082935},
{name='Rubber Duckie',id=9254254},
{name='Valkyrie Helm',id=1365767},
{name='Hockey Mask',id=5161514}}
local searchi = hatwin:drawButton(1, '', function()end)
dropx = [Link]([Link](0, 0, 0, 0), [Link](1, 0, 1, 0), searchi,
{'All'})
function fixPlayerDropi()
local t = {'All'}
for i, v in pairs([Link]:GetPlayers()) do
[Link](t, [Link])
end
[Link](t)
end
[Link]:connect(function()
fixPlayerDropi()
end)
[Link]:connect(function()
fixPlayerDropi()
end)
local eval = 'All'
[Link](function(p) eval = p end)
fixPlayerDrop()

local hatInp
hatlist = hatwin:drawScrollingContainer(260)
for i,v in pairs(hats) do
hatlist:drawButton(1, v['name'], function()
[Link] = tostring(v['id'])
end)
end
hatwin:drawButton(1/3, 'Wear', function()
local hat = game:GetObjects("rbxassetid://"..tonumber([Link]))[1]
[Link](eval, function(x)
if [Link] then
hat:Clone().Parent = [Link]
end
end)
end)

hatInp = hatwin:drawTextBox(2/3, '')


[Link]()
[Link]()

_G.Rc7Notification("Leaked by Scratchy","T0pk3k 4.0 Script Leaked!",5)


wait(5)
if [Link] == true then
_G.Rc7Notification("Filtering","Fltering is Enabled",5)
else
_G.Rc7Notification("Filtering","Fltering is Disabled",5)
end
end)

[Link] = "runingoutofideas"
[Link] = Scripts
runingoutofideas.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 603)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "fe hax gui lite"
runingoutofideas.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14
[Link] = true

runingoutofideas.MouseButton1Down:connect(function()
--made in literally 5 minutes, just a copy paste of the only working buttons on fe
hax gui

hi = game:GetObjects('rbxassetid://928597043')[1]
[Link] = [Link]
[Link].MouseButton1Down:Connect(function()
for i =1,100 do
spawn(function()
while wait() do
for i,v in pairs(game:GetService'Players':GetPlayers()) do
if [Link] ~= nil and [Link]:FindFirstChild'Head' then
for _,x in pairs([Link]:GetChildren()) do
if x:IsA'Sound' then [Link] = true end
end
end
end
end
end)
end
end)
--hot fly script by RGEENEUS cuz im too lazy to make one
local speed = 50 -- This is the fly speed. Change it to whatever you like. The
variable can be changed while running
local c
local h
local bv
local bav
local cam
local flying
local p = game:GetService'Players'.LocalPlayer
local buttons = {W = false, S = false, A = false, D = false, Moving = false}
local startFly = function () -- Call this function to begin flying
if not [Link] or not [Link] or flying then return end
c = [Link]
h = [Link]
[Link] = true
cam = workspace:WaitForChild('Camera')
bv = [Link]("BodyVelocity")
bav = [Link]("BodyAngularVelocity")
[Link], [Link], bv.P = [Link](0, 0, 0), [Link](10000, 10000,
10000), 1000
[Link], [Link], bav.P = [Link](0, 0, 0),
[Link](10000, 10000, 10000), 1000
[Link] = [Link]
[Link] = [Link]
flying = true
[Link]:connect(function() flying = false end)
end
local endFly = function () -- Call this function to stop flying
if not [Link] or not flying then return end
[Link] = false
bv:Destroy()
bav:Destroy()
flying = false
end
game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
if GPE then return end
for i, e in pairs(buttons) do
if i ~= "Moving" and [Link] == [Link][i] then
buttons[i] = true
[Link] = true
end
end
end)
game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
if GPE then return end
local a = false
for i, e in pairs(buttons) do
if i ~= "Moving" then
if [Link] == [Link][i] then
buttons[i] = false
end
if buttons[i] then a = true end
end
end
[Link] = a
end)
local setVec = function (vec)
return vec * (speed / [Link])
end
game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly
function, called every frame
if flying and c and [Link] then
local p = [Link]
local cf = [Link]
local ax, ay, az = cf:toEulerAnglesXYZ()
c:SetPrimaryPartCFrame([Link](p.x, p.y, p.z) * [Link](ax, ay, az))
if [Link] then
local t = [Link]()
if buttons.W then t = t + (setVec([Link])) end
if buttons.S then t = t - (setVec([Link])) end
if buttons.A then t = t - (setVec([Link])) end
if buttons.D then t = t + (setVec([Link])) end
c:TranslateBy(t * step)
end
end
end)
[Link].MouseButton1Down:Connect(function()
local lol = game:GetService'Players'.[Link]
pcall(function()
for i,v in pairs(lol:GetChildren()) do
if [Link] ~= 'Head' and [Link] ~= 'Torso' and [Link] ~= 'HumanoidRootPart' then
v:Destroy()
end
end
local ok = lol:FindFirstChild'Torso'
if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
[Link]('Humanoid', lol)
if [Link]:FindFirstChild'Rank' then
[Link]:FindFirstChild'Rank':Destroy() end
local nouxd = lol:FindFirstChild'Torso'
wait'1'
[Link] = [Link] + [Link](1,1,1)
if nouxd then [Link] = 1 end
wait'.3'
startFly()
end)
end)
end)

[Link] = "oof"
[Link] = Scripts
oof.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 655)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "oof"
oof.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14
[Link] = true

oof.MouseButton1Down:connect(function()
while wait() do
for i,v in pairs(game:GetService'Players':GetPlayers()) do
if [Link] ~= nil and [Link]:FindFirstChild'Head' then
for _,x in pairs([Link]:GetChildren()) do
if x:IsA'Sound' then [Link] = true end
end
end
end
end
end)

[Link] = "whydoustillreadthis"
[Link] = Scripts
whydoustillreadthis.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.5
[Link] = [Link](0, 0, 0, 707)
[Link] = [Link](0, 200, 0, 50)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "FE Animation GUI"
whydoustillreadthis.TextColor3 = [Link](0.454902, 0.454902, 0.454902)
[Link] = 14
[Link] = true

whydoustillreadthis.MouseButton1Down:connect(function()
--FE Animation Gui Made by Dark Magic Rblx in ROBLOX Studio, please give credits if
you use this.
--You can use all and me in the Name Here Section!
gui = [Link]("ScreenGui",[Link])
[Link] = "FE Animation Gui by Dark Magic Rblx"
box = [Link]("Frame",gui)
[Link] = [Link](0,400,0,100)
[Link] = [Link](0,800,0,500)
[Link] = 0
box.BackgroundColor3 = [Link](167,0,0)
[Link] = 5
box.BorderColor3 = [Link](27,42,53)

o = [Link]("TextBox",gui)
[Link] = "Speed Here"
[Link] = [Link](0,150,0,15)
[Link] = [Link](0,1000,0,590)
[Link] = 0
o.BackgroundColor3 = [Link](0,0,0)
[Link] = 0
[Link] = "Arcade"
o.TextColor3 = [Link](255,255,255)
[Link] = true
[Link] = true
[Link] = "Speed Here"

a = [Link]("TextBox",gui)
[Link] = "ID Here"
[Link] = [Link](0,300,0,25)
[Link] = [Link](0,900,0,530)
[Link] = 0
a.BackgroundColor3 = [Link](0,0,0)
[Link] = 0
[Link] = "Arcade"
a.TextColor3 = [Link](255,255,255)
[Link] = true
[Link] = true
[Link] = "ID Here"

b = [Link]("TextBox",gui)
[Link] = "Namehere"
[Link] = [Link](0,300,0,25)
[Link] = [Link](0,900,0,560)
[Link] = 0
b.BackgroundColor3 = [Link](0,0,0)
[Link] = 0
[Link] = "Arcade"
b.TextColor3 = [Link](255,255,255)
[Link] = true
[Link] = true
[Link] = "Name here"

c = [Link]("TextButton",gui)
[Link] = "Animation"
[Link] = [Link](0,100,0,40)
[Link] = [Link](0,800,0,520)
[Link] = 0
c.BackgroundColor3 = [Link](0,0,0)
[Link] = 0
[Link] = "Arcade"
c.TextColor3 = [Link](255,255,255)
[Link] = true
[Link] = true
[Link] = "Animation"

d = [Link]("TextButton",gui)
[Link] = "Player"
[Link] = [Link](0,100,0,40)
[Link] = [Link](0,800,0,560)
[Link] = 0
d.BackgroundColor3 = [Link](0,0,0)
[Link] = 0
[Link] = "Arcade"
d.TextColor3 = [Link](255,255,255)
[Link] = true
[Link] = true
[Link] = "Player"

cred = [Link]("TextLabel",gui)
[Link] = "Credits"
[Link] = [Link](0,400,0,20)
[Link] = [Link](0,800,0,500)
[Link] = 0
cred.BackgroundColor3 = [Link](0,0,0)
[Link] = 5
box.BorderColor3 = [Link](27,42,53)
[Link] = "Arcade"
[Link] = "Size24"
cred.TextColor3 = [Link](255,255,255)
[Link] = "FE Animation Gui by Dark Magic Rblx!"
[Link] = 19

c.MouseButton1Down:connect(function()
local AnimationId = gui["ID Here"].Text
local Anim = [Link]("Animation")
[Link] = "rbxassetid://"..AnimationId
local Player = [Link]:FindFirstChild([Link])
if Player ~= nil then
local k = [Link]:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(gui["Speed Here"].Text)
end
if [Link] =="me" then
local k = [Link]:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(gui["Speed Here"].Text)
end
if [Link] =="all" then
for i,v in pairs([Link]:GetChildren()) do
local k = [Link]:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(gui["Speed Here"].Text)
end
end
end)

d.MouseButton1Down:connect(function()
local AnimationId = gui["ID Here"].Text
local Anim = [Link]("Animation")
[Link] = "rbxassetid://"..AnimationId
local Player = [Link]:FindFirstChild([Link])
if Player ~= nil then
local k = [Link]:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(gui["Speed Here"].Text)
end
if [Link] =="me" then
local k = [Link]:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(gui["Speed Here"].Text)
end
if [Link] =="all" then
for i,v in pairs([Link]:GetChildren()) do
local k = [Link]:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(gui["Speed Here"].Text)
end
end
end)
end)

-- Objects
local FEScriptHub = Instance.new("ScreenGui")
local MainFrame = Instance.new("Frame")
local LabelClose = Instance.
Close.BackgroundTransparency = 1
Close.Position = UDim2.new(0, 171, 0, 0)
Close.Size = UDim2.new(0, 29, 0, 30)
Close.Font = E
clicktp.Name = "clicktp"
clicktp.Parent = Scripts
clicktp.BackgroundColor3 = Color3.new(0, 0, 0)
clicktp.BackgroundTransparen
dabondahaterslol.MouseButton1Down:connect(function()
while wait(1) do
for i,v in pairs(game:GetService('Players'):GetChildren
end
end
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
if v:IsA'Accoutrement' then
for ape,hax in pair
maind = workspace.HandToCentre.SendItem
end
end
if maind == nil then
print'could not find give event :('
return
end
tool = In
plr = game:GetService'Players'[plr]
game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('meme', '7', 
'1055299')
lp
end)
murdereveryone.Name = "murdereveryone"
murdereveryone.Parent = Scripts
murdereveryone.BackgroundColor3 = Color3.new(0, 0
TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
TextButton.Position = UDim2.new(0, 38, 0, 111)
TextButton.Size = UDim2.new(
topkek.patch = '1.0.5a'
topkek.data = {}
topkek.commandbase = {}
topkek.navigation = {}
topkek.banmgr = {}
topkek.lplr = game

You might also like