View difference between Paste ID: Dih41FPp and bQEGN4N0
SHOW: | | - or go back to the newest paste.
1-
local TheBigGuiParent = game:GetService("Players").LocalPlayer:FindFirstChildOfClass("PlayerGui")
1+
-- edited by bork so it works with proto XD
2
local topkek = {}
3-
_G.HUBPW = "Please sub to GoogledMusic"
3+
topkek.patch = '1.0.5a'
4-
function CreateInstance(cls,props)
4+
topkek.data = {}
5-
	local inst = Instance.new(cls)
5+
topkek.commandbase = {}
6-
	for i,v in pairs(props) do
6+
topkek.navigation = {}
7-
		inst[i] = v
7+
topkek.banmgr = {}
8
topkek.lplr = game:GetService('Players').LocalPlayer
9-
	return inst
9+
10
topkek.tools = {}
11
topkek.tools.gui = {}
12-
function createStartUp()
12+
topkek.tools.util = {}
13-
	local StartUp = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="StartUp",})
13+
topkek.tools.animator = {}
14-
	local StartUp2 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,1,0,150),Rotation=0,Selectable=false,Size=UDim2.new(1,-251,0,50),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = StartUp})
14+
15-
	local StartUp3 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=2,Name="Details",Parent = StartUp2})
15+
topkek.windows = {}
16-
	local StartUp4 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp3})
16+
topkek.windows.lplr = {}
17-
	local StartUp5 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp3})
17+
topkek.windows.server = {}
18-
	local StartUp6 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp3})
18+
topkek.windows.players = {}
19-
	local StartUp7 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp3})
19+
topkek.windows.destruction = {}
20-
	local StartUp8 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=7,MultiLine=false,Text="Password",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-321,0,10),Rotation=0,Selectable=true,Size=UDim2.new(0,382,0,30),SizeConstraint=0,Visible=true,ZIndex=2,Name="PWBox",Parent = StartUp2})
20+
topkek.windows.scripts = {}
21-
	local StartUp9 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="LOGIN",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,75,0,10),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,30),SizeConstraint=0,Visible=true,ZIndex=2,Name="Login",Parent = StartUp2})
21+
topkek.windows.misc = {}
22-
	local StartUp10 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="ABORT",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-110,0,10),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,30),SizeConstraint=0,Visible=true,ZIndex=2,Name="Abort",Parent = StartUp2})
22+
23-
	local StartUp11 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.70980393886566,0,0),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-321,0,10),Rotation=0,Selectable=false,Size=UDim2.new(0,382,0,30),SizeConstraint=0,Visible=false,ZIndex=3,Name="Status",Parent = StartUp2})
23+
topkek.misc = {}
24-
	local StartUp12 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=7,MultiLine=false,Text="Password",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-321,0,10),Rotation=0,Selectable=true,Size=UDim2.new(0,382,0,30),SizeConstraint=0,Visible=true,ZIndex=2,Name="PWBox",Parent = StartUp2})
24+
25-
	local StartUp13 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,50,1,1),Rotation=0,Selectable=false,Size=UDim2.new(0,200,1,-2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Buttons",Parent = StartUp})
25+
topkek.gui = game:GetObjects("rbxassetid://678309209")[1] 
26-
	local StartUp14 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = StartUp13})
26+
topkek.gui.Parent = game:GetService("CoreGui")
27-
	local StartUp15 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = StartUp14})
27+
28-
	local StartUp16 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = StartUp14})
28+
topkek.center = topkek.gui.Main
29-
	local StartUp17 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = StartUp14})
29+
topkek.holder = topkek.center.Holder
30-
	local StartUp18 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = StartUp14})
30+
topkek.topbar = topkek.center.Topbar
31-
	local StartUp19 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="Command Systems",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Command Systems",Parent = StartUp13})
31+
topkek.template = topkek.holder.Template
32-
	local StartUp20 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="WILL EVENTUALLY BE HERE",TextColor3=Color3.new(0.8666667342186,0,0.011764707043767),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.22745099663734,0.22745099663734,0.22745099663734),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,1,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Note",Parent = StartUp19})
32+
topkek.navigator = topkek.center.Navigation
33-
	local StartUp21 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="Copy Place",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,90),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Copy Place",Parent = StartUp13})
33+
34-
	local StartUp22 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="SCREW RC7",TextColor3=Color3.new(0.8666667342186,0,0.011764707043767),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.22745099663734,0.22745099663734,0.22745099663734),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,1,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Note",Parent = StartUp21})
34+
AllowHovers = false
35-
	local StartUp23 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="DEX Explorer",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,145),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Explorer Gui",Parent = StartUp13})
35+
PlayerChatHook, UpdateBanlist = nil
36-
	local StartUp24 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="NEEDS AN UPDATE",TextColor3=Color3.new(0.8666667342186,0,0.011764707043767),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.22745099663734,0.22745099663734,0.22745099663734),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,1,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Note",Parent = StartUp23})
36+
cmd = {}
37-
	local StartUp25 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="Game Gui",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,200),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Game Gui",Parent = StartUp13})
37+
38-
	local StartUp26 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="[PF] Ghost Aim",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,260),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=false,ZIndex=2,Name="PF Aimbot",Parent = StartUp13})
38+
--// data //--
39-
	local StartUp27 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="PATCHED - CAN'T LOAD",TextColor3=Color3.new(0.8666667342186,0,0.011764707043767),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.22745099663734,0.22745099663734,0.22745099663734),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,1,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Note",Parent = StartUp26})
39+
topkek.data.windows = {
40-
	local StartUp28 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="Sparrow's Map",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,255),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Sparrow's Map",Parent = StartUp13})
40+
	'Home',
41-
	local StartUp29 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="NEEDS AN UPDATE",TextColor3=Color3.new(0.8666667342186,0,0.011764707043767),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.22745099663734,0.22745099663734,0.22745099663734),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,1,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Note",Parent = StartUp28})
41+
	'LocalPlayer',
42-
	local StartUp30 = CreateInstance("ImageLabel",{Image="rbxgameasset://Images/captain manegg",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-75,1,-190),Rotation=0,Selectable=false,Size=UDim2.new(0,150,0,180),SizeConstraint=0,Visible=false,ZIndex=2,Name="JackSparrowImg",Parent = StartUp13})
42+
	'Server',
43-
	local StartUp31 = CreateInstance("TextLabel",{Font=4,FontSize=11,Text=">",TextColor3=Color3.new(1,1,1),TextScaled=false,TextSize=32,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-20,0,10),Rotation=0,Selectable=false,Size=UDim2.new(0,30,0,25),SizeConstraint=0,Visible=false,ZIndex=4,Name="CurrScript",Parent = StartUp13})
43+
	'Players',
44-
	local StartUp32 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="USERNAME",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = StartUp13})
44+
	'Destruction',
45-
	local StartUp33 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=7,MultiLine=false,Text="BETA KEY",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,1,-35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="BetaBox",Parent = StartUp13})
45+
	'Scripts',
46-
	local StartUp34 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.70980393886566,0,0),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,1,-70),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=false,ZIndex=3,Name="Status",Parent = StartUp13})
46+
	'Catalog',
47-
	local StartUp35 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,1,0,20),Rotation=0,Selectable=false,Size=UDim2.new(1,-251,0,105),SizeConstraint=0,Visible=true,ZIndex=1,Name="TitleBar",Parent = StartUp})
47+
	'Music',
48-
	local StartUp36 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=2,Name="Details",Parent = StartUp35})
48+
	'Hats',
49-
	local StartUp37 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp36})
49+
	'Faces',
50-
	local StartUp38 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp36})
50+
	'Settings',
51-
	local StartUp39 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp36})
51+
	'Commands',
52-
	local StartUp40 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp36})
52+
	'Banlist',
53-
	local StartUp41 = CreateInstance("ImageLabel",{Image="rbxassetid://435789468",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-363,0,-20),Rotation=0,Selectable=false,Size=UDim2.new(0,576,0,150),SizeConstraint=0,Visible=true,ZIndex=3,Name="ImageTitle",Parent = StartUp35})
53+
54-
	local StartUp42 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="pls sub to googledmusic k thx",TextColor3=Color3.new(0.54901963472366,0.54901963472366,0.54901963472366),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.22745099663734,0.22745099663734,0.22745099663734),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,1,-22),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Note",Parent = StartUp35})
54+
55-
	local StartUp43 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="Update Logs",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-160,0,10),Rotation=0,Selectable=true,Size=UDim2.new(0,150,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Updates",Parent = StartUp35})
55+
color3 = function(r,g,b)
56-
	local StartUp44 = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="ShowLogin",Parent = StartUp})
56+
	return Color3.new(r/255, g/255, b/255)
57-
	local StartUp45 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="HOME",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-110,1,0),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,30),SizeConstraint=0,Visible=true,ZIndex=10,Name="HomeBtn",Parent = StartUp44})
57+
58-
	local StartUp46 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-363,1,2),Rotation=0,Selectable=false,Size=UDim2.new(1,-504,1,-201),SizeConstraint=0,Visible=true,ZIndex=1,Name="ClippedHolder",Parent = StartUp})
58+
--// doggo dropdown //--
59-
	local StartUp47 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=2,Name="Details",Parent = StartUp46})
59+
-- thanks krystal
60-
	local StartUp48 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp47})
60+
GUI = {
61-
	local StartUp49 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp47})
61+
	TextBox = {
62-
	local StartUp50 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp47})
62+
		Settings = {
63-
	local StartUp51 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=2,Name="Border",Parent = StartUp47})
63+
			Font = Enum.Font.SourceSans;
64-
	local StartUp52 = CreateInstance("ScrollingFrame",{BottomImage="",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="http://www.roblox.com/asset/?id=444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,50,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,-100,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ScrollingFrame",Parent = StartUp46})
64+
			FontSize = Enum.FontSize.Size14;
65-
	local StartUp53 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="[v0.0.0] Jan 1, 2016",TextColor3=Color3.new(0.54901963472366,0.54901963472366,0.54901963472366),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=false,ZIndex=1,Name="Template",Parent = StartUp52})
65+
		};
66-
	local StartUp54 = CreateInstance("TextLabel",{Font=3,FontSize=6,Text="Update Info",TextColor3=Color3.new(0.54901963472366,0.54901963472366,0.54901963472366),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,25,1,0),Rotation=0,Selectable=false,Size=UDim2.new(1,-25,0,15),SizeConstraint=0,Visible=true,ZIndex=1,Name="SubTemplate",Parent = StartUp53})
66+
		Color = {
67-
	local StartUp55 = CreateInstance("TextLabel",{Font=3,FontSize=6,Text="[+]",TextColor3=Color3.new(0.54901963472366,0.54901963472366,0.54901963472366),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-17,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,15,0,15),SizeConstraint=0,Visible=true,ZIndex=1,Name="Tag",Parent = StartUp54})
67+
			Main = Color3.fromRGB(5,8,11);
68-
	return StartUp
68+
			Border = Color3.fromRGB(27,42,53);
69
			Text = Color3.fromRGB(199,199,199);
70
		};
71-
function startUpScript(guis)
71+
		New = function(Position, Size, Parent, ...)
72-
	local k = guis.ShowLogin
72+
			local arguments = {...};
73-
k.Parent = guis.Parent
73+
74
			local TextBox = Instance.new("TextBox", Parent);
75-
game:GetService("UserInputService").InputChanged:connect(function(input, OnGui)
75+
			TextBox.BackgroundColor3 = GUI.DropDown.Color.Main;
76-
	if input.UserInputType == Enum.UserInputType.MouseMovement then
76+
			TextBox.BorderColor3 = GUI.DropDown.Color.Border;
77-
		local Pos = input.Position
77+
			TextBox.Font = GUI.TextBox.Settings.Font;
78-
		if k.HomeBtn.AbsolutePosition.X - Pos.X <= 100 then
78+
			TextBox.FontSize = GUI.TextBox.Settings.FontSize;
79-
			if k.HomeBtn.AbsolutePosition.Y - Pos.Y <= 100 then
79+
			TextBox.TextColor3 = GUI.TextBox.Color.Text;
80-
				k.HomeBtn:TweenPosition(UDim2.new(1, -110, 1, -40), "InOut", "Quad", 0.1)
80+
			TextBox.Position = Position;
81-
			else
81+
			TextBox.Size = Size;
82-
				k.HomeBtn:TweenPosition(UDim2.new(1, -110, 1, 0), "InOut", "Quad", 0.1)
82+
			if #arguments then
83
				if arguments[1] then
84
					TextBox.Text = tostring(arguments[1]);
85-
			k.HomeBtn:TweenPosition(UDim2.new(1, -110, 1, 0), "InOut", "Quad", 0.1)
85+
86
					TextBox.Text = "";
87
				end	
88
			end		
89
			return TextBox;
90
		end;
91-
--//REWRITE THIS
91+
	};
92-
local sGuis = createStartUp()
92+
	DropDown = {
93-
sGuis.Parent = game.CoreGui
93+
		Settings = {
94
			ScrollerAmount = 5; --A scroller will appear at this amount.
95-
startUpScript(sGuis)
95+
			ScrollBarThickness = 6;
96
		};
97-
local Connections = {}
97+
		Gfx = {
98
			Scroller = "rbxassetid://606572419";
99-
sGuis.Frame:findFirstChild("PWBox"):Destroy()
99+
		};
100
		Color = {
101-
local PWBox = sGuis.Frame.PWBox
101+
			Main = color3(107, 36, 36);
102-
local StatusBox = sGuis.Frame.Status
102+
			Secondary = color3(113, 39, 39);
103-
local LoginBtn = sGuis.Frame.Login
103+
			Border = color3(127, 44, 44);
104-
local CancelBtn = sGuis.Frame.Abort
104+
			Text = Color3.fromRGB(199,199,199);
105-
local Buttons = sGuis.Buttons
105+
		};
106-
local UpdFrame = sGuis.ClippedHolder
106+
		New = function(Position, Size, Parent, ...)
107-
local TitleBar = sGuis.TitleBar
107+
			local vValue = {};
108
			local arguments = {...};
109-
local cScript = Buttons.CurrScript
109+
			local vSelected = Instance.new("StringValue");
110
			vSelected.Value = "nil";
111-
local Attempts = 0
111+
112-
local MaxAttempts = 3
112+
			if arguments then
113-
local IsMsg = false
113+
				if type(arguments) == "table" then
114-
local ScriptName = "Game Gui"
114+
					for i=1,#(arguments) do
115
						if type(arguments[i]) == "table" then
116-
local HomeConn1, HomeConn2, HomeConn3 = nil, nil, nil
116+
							for f=1,#(arguments[i]) do
117
								table.insert(vValue, tostring((arguments[i])[f]));
118-
_G.Exploit = (function()
118+
							end
119-
	local Intriga = INTRIGAENV or false
119+
120-
    local Elysian = ELYSIAN_INITIATED or false
120+
							table.insert(vValue, tostring(arguments[i]));
121-
	local RC7 = fullaccess or false
121+
122-
	local Seven = get_nil_instances or false
122+
123-
	local Cerberus = iscerberusthread or false
123+
					vSelected.Value = (vValue[1]);
124-
	local Protosmasher = is_protosmasher_closure or false
124+
125-
    local RaindropV2 = Raindrop or false
125+
126-
    local ID = _G.ID or false
126+
127-
    local SumonEX = SUMONEX_ENV or false
127+
			local Main = Instance.new("TextButton", Parent);
128
			Main.BackgroundColor3 = GUI.DropDown.Color.Main;
129-
	return (
129+
			Main.BorderColor3 = GUI.DropDown.Color.Border;
130-
		(Intriga and "Intriga") or
130+
			Main.Position = Position;
131-
		(Elysian and "Elysian") or
131+
			Main.Size = Size;
132-
		(RC7 and "RC7") or
132+
			Main.TextColor3 = GUI.DropDown.Color.Text;
133-
		((Seven and not Protosmasher) and "Seven") or
133+
			Main.FontSize = Enum.FontSize.Size14;
134-
		(Cerberus and "Cerberus") or
134+
			Main.TextStrokeTransparency = 0.5;
135-
		(Protosmasher and "Protosmasher") or 
135+
			Main.TextXAlignment = Enum.TextXAlignment.Left;
136-
		(RaindropV2 and "Raindrop") or
136+
			Main.Font = Enum.Font.SourceSans;
137-
		(ID and "ID") or
137+
			Main.Text = "  "..tostring(vSelected.Value);
138-
		(SumonEX and "SumonEX") or
138+
			Main.ZIndex = 3
139-
		"Unknown Exploit"
139+
140-
	)
140+
			local Icon = Instance.new("TextLabel", Main);
141-
end)()
141+
			Icon.SizeConstraint = Enum.SizeConstraint.RelativeYY;
142
			Icon.BackgroundColor3 = GUI.DropDown.Color.Secondary;
143-
InitHomeBtn = function()
143+
			Icon.BorderColor3 = GUI.DropDown.Color.Border;
144
			Icon.Position = UDim2.new(1,-2,1,-2);
145
			Icon.Size = UDim2.new(-1,4,-1,4);
146
			Icon.TextColor3 = GUI.DropDown.Color.Text;
147-
MSG = function(String, Colour, oString)
147+
			Icon.FontSize = Enum.FontSize.Size14;
148-
	StatusBox.Visible = true
148+
			Icon.TextStrokeTransparency = 0.5;
149-
	StatusBox.TextColor3 = Colour
149+
			Icon.Font = Enum.Font.SourceSans;
150-
	StatusBox.Text = String:upper()
150+
			Icon.Text = "V"
151-
	wait(oString ~= nil and 1 or 3)
151+
			Icon.ZIndex = 4
152-
	local meta = nil
152+
153-
	if getrawmetatable then
153+
			local Holder, Search;
154-
		meta = getrawmetatable(Instance.new('RemoteEvent'))
154+
			local ClearHolder = function()
155-
		if _G.Exploit == "RC7" then
155+
				if Holder then
156-
			fullaccess(meta)
156+
					Holder:ClearAllChildren();
157-
		elseif _G.Exploit == "Protosmasher" then
157+
					Holder.Size = UDim2.new(1,0,0,0);
158-
			changereadonly(meta, false)
158+
					Holder.Visible = false;
159
					if Search then
160-
		setfenv(1,getfenv(meta.__newindex))
160+
						Search.Visible = false;
161
					end
162-
	local loadstring = getfenv().loadstring
162+
163-
	if oString ~= nil then
163+
			end;
164-
		local s, e = oString
164+
165
			local CreateButton;
166-
			if s then
166+
			local RefreshDropDown = function()
167-
				s()
167+
				if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
168-
			else
168+
					if not Holder or not Holder:IsA("Frame") then
169-
				error(e)
169+
						Holder = nil; Search = nil;
170
						Holder = Instance.new("Frame",Main);
171
						Holder.Size = UDim2.new(1,0,0,0);
172
						Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
173-
			InitHomeBtn()
173+
						Holder.BorderColor3 = GUI.DropDown.Color.Border;
174
						Holder.Visible = false;
175-
		wait(2)
175+
						Holder.ZIndex = 3
176
					end
177-
	StatusBox.Visible = false
177+
				elseif #vValue > (GUI.DropDown.Settings.ScrollerAmount) then
178
					if not Holder or not Holder:IsA("ScrollingFrame") then
179
						Holder = nil; Search = nil;
180-
Init = function()
180+
						Search = GUI.TextBox.New(UDim2.new(0,0,0,0),UDim2.new(1,0,0,Main.AbsoluteSize.Y),Main);
181-
	local Tmp = UpdFrame.ScrollingFrame.Template
181+
						Search.Visible = false;
182-
	Tmp.Parent = Tmp.Parent.Parent
182+
						Search.ZIndex = 4
183
						Search.Changed:connect(function(p)
184-
	sGuis.Buttons.NameTag.Text = game.Players.LocalPlayer.Name:upper()
184+
							if p == "Text" then
185
								CreateButton(Search.Text);
186-
	sGuis.Buttons:TweenPosition(UDim2.new(0, 50, 0, 1))
186+
							end
187-
	wait(1)
187+
188-
	sGuis.Frame:TweenPosition(UDim2.new(0, 250, 0, 150))
188+
						Holder = Instance.new("ScrollingFrame",Main);
189-
	sGuis.TitleBar:TweenPosition(UDim2.new(0, 250, 0, 20))
189+
						Holder.BackgroundColor3 = GUI.DropDown.Color.Main;
190
						Holder.BorderColor3 = GUI.DropDown.Color.Border;
191-
	TitleBar.Updates:Destroy()
191+
						Holder.TopImage = GUI.DropDown.Gfx.Scroller;
192-
	UpdFrame:Destroy()
192+
						Holder.MidImage = GUI.DropDown.Gfx.Scroller;
193
						Holder.BottomImage = GUI.DropDown.Gfx.Scroller;
194
						Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * (GUI.DropDown.Settings.ScrollerAmount-1));
195-
	PWBox.Text = _G.HUBPW
195+
						Holder.Position = UDim2.new(0,0,0,Main.AbsoluteSize.Y)
196
						Holder.ScrollBarThickness = GUI.DropDown.Settings.ScrollBarThickness;
197-
	--[[for i, v in pairs(Buttons:GetChildren()) do
197+
						Holder.Visible = false;
198-
		if v:IsA("TextButton") and v.Name ~= "ConfirmCode" then
198+
						Holder.ZIndex = 3;
199-
			Connections["Function" .. tostring(i + 2)] = v.MouseButton1Click:connect(function()
199+
200-
				ScriptName = v.Name
200+
201-
				if cScript.Visible ~= true then
201+
				if #vValue == 1 and vSelected.Value ~= vValue[1] then
202-
					cScript.Visible = true
202+
					vSelected.Value = vValue[1];
203
				elseif #vValue == 0 then
204-
				cScript.Position = UDim2.new(0, -20, 0, v.Position.Y.Offset)
204+
					vSelected.Value = "nil";
205
					warn("Table amount is nil.");
206
				end
207-
	end]]
207+
				Main.Text = "  "..tostring(vSelected.Value);
208
				--ClearHolder();
209
			end;
210-
json_encode = function(t)
210+
211-
	return game.HttpService:JSONEncode(t)
211+
			local Debounce = false;
212
			CreateButton = function(searches)
213
				if Debounce == false then
214-
json_decode = function(s)
214+
					Debounce = true;
215-
	return game.HttpService:JSONDecode(s)
215+
					ClearHolder()
216
					Holder.Visible = true;
217
					local Searched = 0;
218-
EndScript = function(AB)
218+
					if #vValue > 0 then
219-
	for i = 1, #Connections do
219+
						for i=1,#vValue do
220-
		Connections[i]:disconnect()
220+
							if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "") then
221
								Searched = Searched + 1;
222
							end
223-
	sGuis.Frame:TweenPosition(UDim2.new(1, 0, 0, 150))
223+
224-
	sGuis.TitleBar:TweenPosition(UDim2.new(1, 0, 0, 20))
224+
						for i=1,#vValue do
225-
	wait(1)
225+
							if (searches ~= nil and string.find(string.lower(vValue[i]), string.lower(searches)) and searches ~= "" and Searched > 0) or searches == nil or searches == "" or Searched <= 0 then
226-
	sGuis.Buttons:TweenPosition(UDim2.new(0, 50, 1, 0))
226+
								local Select = Instance.new("TextButton", Holder);
227-
	wait(1)
227+
								Select.BackgroundColor3 = GUI.DropDown.Color.Main;
228
								Select.BorderColor3 = GUI.DropDown.Color.Border;
229-
	game.CoreGui.StartUp:Destroy() 
229+
								Select.BackgroundTransparency = 1;
230
								Select.BorderSizePixel = 0;
231-
	if AB then
231+
								Select.Position = Position;
232-
		if game.CoreGui:findFirstChild("ShowLogin") then
232+
								if #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
233-
			HomeConn1:disconnect()
233+
									Select.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y);
234-
			HomeConn2:disconnect()
234+
								else
235-
			HomeConn3:disconnect()
235+
									Select.Size = UDim2.new(1,-(GUI.DropDown.Settings.ScrollBarThickness),0,Main.AbsoluteSize.Y);
236-
			game.CoreGui.ShowLogin:Destroy()
236+
237
								Select.Position = UDim2.new(0,0,0,(Main.AbsoluteSize.Y) * (#Holder:GetChildren() - 1)) 
238
								Select.TextColor3 = GUI.DropDown.Color.Text;
239
								Select.FontSize = Enum.FontSize.Size14;
240
								Select.TextStrokeTransparency = 0.5;
241-
-- GAMES
241+
								Select.Font = Enum.Font.SourceSans;
242-
function Lumber()
242+
								Select.Text = tostring(vValue[i]);
243-
local function createLumber()
243+
								Select.ZIndex = 3
244-
	local Lumber = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="StartUp",})
244+
								Select.MouseButton1Click:connect(function()
245-
	local Lumber2 = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=true,Position=UDim2.new(0,50,0,100),Rotation=0,Selectable=false,Size=UDim2.new(0,400,0,300),SizeConstraint=0,Visible=true,ZIndex=2,Name="Holder",Parent = Lumber})
245+
									vSelected.Value = vValue[i];
246-
	local Lumber3 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Lumber2})
246+
									ClearHolder();
247-
	local Lumber4 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber3})
247+
									RefreshDropDown();
248-
	local Lumber5 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber3})
248+
249-
	local Lumber6 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber3})
249+
								if  #vValue <= (GUI.DropDown.Settings.ScrollerAmount) then
250-
	local Lumber7 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber3})
250+
									Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * i);
251-
	local Lumber8 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Time 2 Chop Some Wood",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="TitleBar",Parent = Lumber2})
251+
								elseif Holder:IsA("ScrollingFrame") then
252-
	local Lumber9 = CreateInstance("TextLabel",{Font=4,FontSize=5,Text="Click and drag",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,2),Rotation=0,Selectable=false,Size=UDim2.new(1,-5,0,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Lumber8})
252+
									Search.Visible = true;
253-
	local Lumber10 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-35,0,35),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="FloatTog",Parent = Lumber2})
253+
									if #Holder:GetChildren() >= 1 then
254-
	local Lumber11 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Float:",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(-6.1999998092651,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Note",Parent = Lumber10})
254+
										Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
255-
	local Lumber12 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-35,0,70),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="FreeLandTog",Parent = Lumber2})
255+
										Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());--GUI.DropDown.Settings.ScrollerAmount);
256-
	local Lumber13 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Buy Land 4 Free:",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(-6.1999998092651,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Note",Parent = Lumber12})
256+
										if #Holder:GetChildren() >= GUI.DropDown.Settings.ScrollerAmount then
257-
	local Lumber14 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-35,0,105),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="AllWhitelistTog",Parent = Lumber2})
257+
											Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * GUI.DropDown.Settings.ScrollerAmount);
258-
	local Lumber15 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Whitelisted 2 All:",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(-6.1999998092651,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Note",Parent = Lumber14})
258+
											Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * #Holder:GetChildren());
259-
	local Lumber16 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-35,0,140),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="NoClip",Parent = Lumber2})
259+
										end
260-
	local Lumber17 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="NoClip:",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(-6.1999998092651,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Note",Parent = Lumber16})
260+
									elseif #Holder:GetChildren() < 1 then
261-
	local Lumber18 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="TP (Your) Wood 2 You",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="TPWood",Parent = Lumber2})
261+
										Holder.CanvasSize = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
262-
	local Lumber19 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Get Dragger",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,70),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Dragger",Parent = Lumber2})
262+
										Holder.Size = UDim2.new(1,0,0,Main.AbsoluteSize.Y * 1);
263-
	local Lumber20 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Get Tele Tool",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,105),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="TPTool",Parent = Lumber2})
263+
264-
	local Lumber21 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,15,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,300),SizeConstraint=0,Visible=true,ZIndex=2,Name="Extension",Parent = Lumber2})
264+
265-
	local Lumber22 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Lumber21})
265+
							end
266-
	local Lumber23 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber22})
266+
267-
	local Lumber24 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber22})
267+
268-
	local Lumber25 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber22})
268+
					Debounce = false;
269-
	local Lumber26 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Lumber22})
269+
270-
	local Lumber27 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="WAYPOINT LIST",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Lumber21})
270+
			end;
271-
	local Lumber28 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,1,-45),SizeConstraint=0,Visible=true,ZIndex=3,Name="WayPointList",Parent = Lumber21})
271+
272-
	local Lumber29 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Some Text Here",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.04313725605607,0.04313725605607,0.04313725605607),BackgroundTransparency=1,BorderColor3=Color3.new(0,0,0),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,2),Rotation=0,Selectable=true,Size=UDim2.new(1,-4,0,20),SizeConstraint=0,Visible=false,ZIndex=4,Name="Template",Parent = Lumber28})
272+
			RefreshDropDown();
273-
	local Lumber30 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="Player",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.5,10,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="PlayerBox",Parent = Lumber2})
273+
274-
	local Lumber31 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="WalkSpeed",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.5,10,0,175),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="SpeedBox",Parent = Lumber2})
274+
			Main.MouseButton1Click:connect(function()
275-
	local Lumber32 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Tp To Player",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Teleport",Parent = Lumber2})
275+
				CreateButton()
276-
	local Lumber33 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change WalkSpeed",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,175),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="PlayerSpeed",Parent = Lumber2})
276+
				if #vValue >= GUI.DropDown.Settings.ScrollerAmount and Search ~= nil then
277-
	local Lumber34 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Dupe Slot 1",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,140),Rotation=0,Selectable=true,Size=UDim2.new(0.5,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="SaveDupe",Parent = Lumber2})
277+
					Search:CaptureFocus();
278-
	return Lumber
278+
					Search.Text = "";
279
				end
280
			end)
281-
	--//LUMBER TYCOON 2
281+
282-
local service = setmetatable({}, {
282+
			topkek.lplr:GetMouse().Button1Down:connect(function()
283-
	__index = function(t, k)
283+
				ClearHolder()
284-
		return game:GetService(k)
284+
285
286-
})
286+
			return {
287
				Update = function()
288-
local Gui = createLumber()
288+
					RefreshDropDown();
289-
Gui.Parent = service.CoreGui
289+
				end;
290-
local Holder = Gui.Holder
290+
				GetValue = function()
291
					RefreshDropDown();
292-
local Bools = {
292+
					return vValue;
293-
	["Float"] = false,
293+
				end;
294-
	["NoClip"] = false,
294+
				GetSelected = function()
295-
	["BasicGold"] = false, -- deprecated
295+
					RefreshDropDown();
296-
	["WalkSpeed"] = {false, 16},
296+
					return vSelected.Value;
297-
	["Whitelisted"] = false,
297+
				end;
298-
	["FreeStuff"] = false,
298+
				SetTable = function(F)
299-
	["Light"] = false
299+
					vValue = F;
300
					RefreshDropDown(); 
301-
local Exploit = (function()
301+
				end;
302-
	local Intriga = INTRIGAENV or false
302+
				Changed = function(F)
303-
    local Elysian = ELYSIAN_INITIATED or false
303+
					vSelected.Changed:connect(function()
304-
	local RC7 = fullaccess or false
304+
						ypcall(function() 
305-
	local Seven = get_nil_instances or false
305+
							F(vSelected.Value);
306-
	local Cerberus = iscerberusthread or false
306+
307-
	local Protosmasher = is_protosmasher_closure or false
307+
					end)
308-
    local RaindropV2 = Raindrop or false
308+
					return "ChangedEvent Hooked";
309-
    local ID = _G.ID or false
309+
				end;
310-
    local SumonEX = SUMONEX_ENV or false
310+
				AddValue = function(obj)
311
					local Type = type(obj);
312-
	return (
312+
					if Type == "table" then
313-
		(Intriga and "Intriga") or
313+
						for i=1,#obj do
314-
		(Elysian and "Elysian") or
314+
							table.insert(vValue, obj[i])
315-
		(RC7 and "RC7") or
315+
316-
		((Seven and not Protosmasher) and "Seven") or
316+
					elseif Type == "string" or Type == "number" or Type == "boolean" then
317-
		(Cerberus and "Cerberus") or
317+
						table.insert(vValue, obj)
318-
		(Protosmasher and "Protosmasher") or 
318+
319-
		(RaindropV2 and "Raindrop") or
319+
					RefreshDropDown();
320-
		(ID and "ID") or
320+
				end;
321-
		(SumonEX and "SumonEX") or
321+
				RemoveValue = function(obj)
322-
		"Unknown Exploit"
322+
					local Type = type(obj);
323-
	)
323+
					if Type == "table" then
324-
end)()
324+
						for i=1,#vValue do
325-
local Meta = getrawmetatable(game)
325+
							for f=1,#obj do
326-
local oMeta = {}
326+
								if tostring(obj[f]) == tostring(vValue[i]) then
327
									table.remove(vValue,i)
328-
local WayPoints = {
328+
329-
	["Spawn"] 				= CFrame.new(155, 3, 74),
329+
							end
330-
	["Wood R Us"] 			= CFrame.new(265, 3, 57),
330+
331-
	["Land Store"] 			= CFrame.new(258, 3, -99),
331+
332-
	["Dock"] 				= CFrame.new(1114, -1, -197),
332+
						for i=1,#vValue do
333-
	["Link's Logic"] 		= CFrame.new(4605, 3, -727),
333+
							if tostring(obj) == tostring(vValue[i]) then
334-
	["Cave"] 				= CFrame.new(3581, -179, 430),
334+
								table.remove(vValue,i)
335-
	["Volcano"] 			= CFrame.new(-1585, 622, 1140),
335+
							end
336-
	["Swamp"] 				= CFrame.new(-1209, 132, -801),
336+
337-
	["Palm Island"] 		= CFrame.new(2549, -5, -42),
337+
338-
	["Fancy Furnishings"] 	= CFrame.new(491, 3, -1720),
338+
					RefreshDropDown();
339-
	["Boxed Cars"] 			= CFrame.new(509, 3, -1463),
339+
				end;
340-
	["Fine Arts Shop"] 		= CFrame.new(5207, -166, 719),
340+
				ClearValue = function()
341-
	["Bob's Shack"] 		= CFrame.new(260, 8, -2542),
341+
					vValue = {};
342-
	["Bridge"] 				= CFrame.new(113, 11, -977),
342+
					RefreshDropDown();
343-
	["End Times"] 			= CFrame.new(113, -214, -951),
343+
				end;
344-
	["Shrine of Sight"] 	= CFrame.new(-1600, 195, 919),
344+
			}
345-
	["The Den"] 			= CFrame.new(323, 41, 1930),
345+
		end;
346
	};
347-
local Pad
347+
};
348-
local Light
348+
--// util //--
349-
CreatePad = function()
349+
function topkek.tools.util.Object(o, p)
350-
	local p = Instance.new("Part", service.Players.LocalPlayer.Character)
350+
	local a, b = pcall(function()
351-
	p.Size = Vector3.new(5, 1, 5)
351+
		Instance.new(o)
352-
	p.CFrame = p.Parent.Torso.CFrame * CFrame.new(0, -3.5, 0)
352+
353-
	p.Transparency = 1
353+
	if not a then
354-
	p.Name = "Pad"
354+
355-
	p.Anchored = true
355+
356-
	return p
356+
	local obj = Instance.new(o)
357
	for prop, val in pairs(p) do
358-
CreateLight = function()
358+
		pcall(function()
359-
	local p = Instance.new("PointLight", service.Players.LocalPlayer.Character.Torso)
359+
			obj[prop] = val 
360-
	p.Enabled = true
360+
361-
	p.Range = 20
361+
362-
	p.Name = "Light"
362+
	return obj
363-
	return p
363+
364
365
function topkek.tools.util.getContainer(n)
366-
InitMeta = function()
366+
	if topkek.holder:FindFirstChild(n) then
367-
	if Exploit == "RC7" then
367+
		return topkek.holder[n]
368-
		fullaccess(Meta)
368+
369-
	elseif Exploit == "Protosmasher" then
369+
		print("menu not found; returning template")
370-
		changereadonly(Meta, false)
370+
		return topkek.holder['Template']
371
	end
372-
	for i,v in pairs(Meta) do
372+
373-
		oMeta[i] = v
373+
374
function topkek.tools.util.play(id)
375-
	Meta.__index = function(Inst, Method)
375+
	local mu = Instance.new("Sound", game:GetService('Workspace'))
376-
		if Method == "FireServer" then
376+
	mu.Volume = 1
377-
			if Inst.Name == "ReportGoogleAnalyticsEvent" then
377+
	mu.Looped = true
378-
				return function(self, ...)
378+
	mu.Pitch = 1
379-
					warn("[PROTECT] Attempted to send a google analytics error report")
379+
	mu.SoundId = "rbxassetid://"..tostring(id)
380
	mu:Play()
381-
			elseif Inst.Name == "Ban" then
381+
382-
				return function(self, ...)
382+
383-
					warn("[PROTECT] Attempted to ban the localplayer")
383+
function topkek.tools.util.getTorso(plr) --r15 compatibility lole
384
	if plr.Character then
385-
			else
385+
		if plr.Character:FindFirstChild('UpperTorso') then
386-
				return oMeta.__index(Inst, Method)
386+
			return plr.Character.UpperTorso
387
		elseif plr.Character:FindFirstChild('Torso') then
388-
		elseif Method == "InvokeServer" then
388+
			return plr.Character.Torso
389-
			if Inst.Name == "AddLog" then
389+
390-
				return function(self, first, ...)
390+
			return nil
391-
					if first == "Exploit" then
391+
392-
						warn("[PROTECT] Attempted to send an exploit log")
392+
393
end
394-
						return oMeta.__index(Inst, Meta)
394+
395
function topkek.tools.util.recurseRemove(x,type_)
396
	local function recurse(x)
397-
			elseif Inst.Name == "Level" then
397+
		for i, v in pairs(x:GetChildren()) do
398-
				return function(self, ...)
398+
			pcall(function()
399-
					local tab = {Instance.new("RemoteFunction").InvokeServer(self, ...)}
399+
				if v:IsA(type_) then
400-
					tab[1] = 2
400+
401-
					return unpack(tab)
401+
402
				if #(v:GetChildren())>0 then
403-
			elseif Inst.Name == "ConfirmIdentity" and Bools.Whitelisted then
403+
					recurse(v)
404-
				return function(self, ...)
404+
405-
					local tab = {Instance.new("RemoteFunction").InvokeServer(self, ...)}
405+
406-
					tab[1] = true
406+
407-
					return unpack(tab)
407+
408
	recurse(x)
409-
			elseif Inst.Name == "ClientIsWhitelisted" and Bools.Whitelisted then
409+
410-
				return function(self, ...)
410+
411-
					local tab = {Instance.new("RemoteFunction").InvokeServer(self, ...)}
411+
function topkek.tools.util.recurseFunc(type_,func)
412-
					tab[1] = true
412+
	local function recurse(x)
413-
					return unpack(tab)
413+
		for i, v in pairs(x:GetChildren()) do
414
			pcall(function()
415-
			elseif Inst.Name == "AttemptPurchase" and Bools.FreeStuff then
415+
				if v:IsA(type_) then
416-
				return function(self, ...)
416+
					func(v)
417-
					local tab = {Instance.new("RemoteFunction").InvokeServer(self, ...)}
417+
418-
					tab[1] = true
418+
				if #(v:GetChildren())>0 then
419-
					return unpack(tab)
419+
					recurse(v)
420
				end
421-
			else
421+
422-
				return oMeta.__index(Inst, Method)
422+
423
	end
424-
		elseif Method == "Invoke" then
424+
	recurse(game)
425-
			if Inst.Name == "Set" then
425+
426-
				return function(self, value, pass, ...)
426+
function topkek.tools.util.trowel()
427-
					local word = ""
427+
	local T = Instance.new('Tool', game.Players.LocalPlayer.Backpack)
428-
					if pass ~= "zebras" then
428+
	T.Name = 'Custom Trowel'
429-
						word = pass
429+
430
	local p = Instance.new('Part')
431-
						if value < 1 then
431+
	p.Name = 'Handle'
432-
							word = value
432+
	p.Size = Vector3.new(1,4.4,1)
433
	p.Parent = T
434
	
435-
					if not _G.savePass then
435+
	local specialMesh = Instance.new('SpecialMesh')
436-
						_G.savePass = word
436+
	specialMesh.MeshId = 'rbxasset://fonts/trowel.mesh'
437
	specialMesh.MeshType = 'FileMesh'
438-
					return unpack({Instance.new("BindableFunction").Invoke(self, value, pass, ...)})
438+
	specialMesh.TextureId = 'rbxasset://textures/TrowelTexture.png'
439
	specialMesh.Parent = T.Handle
440-
			elseif Inst.Name == "PlayerIsWhitelisted" and Bools.Whitelisted then
440+
441-
				return function(self, player, player2, ...)
441+
	local sound = Instance.new'Sound'
442-
					local tab = {Instance.new("BindableFunction").Invoke(self, value, pass, ...)}
442+
	sound.Name = 'build'
443-
					tab[1] = true
443+
	sound.SoundId = 'rbxasset://sounds//bass.wav'
444-
					return unpack(tab)
444+
	sound.Volume = 1
445
	sound.Parent = T.Handle
446-
			else
446+
	 
447-
				return oMeta.__index(Inst, Method)
447+
	local brickHeight = 100
448
	local trowelSpeed = 0.05
449-
		elseif Method == "Kick" then
449+
	local brickWidth = 500
450-
			if Inst == service.Players.LocalPlayer then
450+
	local mouseConnection
451-
				warn("[PROTECT] Attempted to kick the localplayer")
451+
	 
452
	function newBrick(CF, P, color)
453
	 local brick = Instance.new('Part')
454
	 brick.BrickColor = color
455-
			return oMeta.__index(Inst, Method)
455+
	 brick.CFrame = CF * CFrame.new(P + brick.Size / 2)
456
	 brick.Parent = game.Workspace
457
	 brick:MakeJoints()
458
	 brick.Material = 'Neon'
459
	 brick.Name = 'DeleteMe'
460-
Teleport = function(CF)
460+
	 return  brick, P + brick.Size
461-
	service.Players.LocalPlayer.Character:SetPrimaryPartCFrame(CF)
461+
462
	 
463
	function genBrick(cFrame)
464-
GetPlayers = function(Str)
464+
	 local randBrickColor = BrickColor.Random()
465-
	local Users = {} 
465+
	 assert(brickWidth > 0)
466-
	for newString in Str:gmatch("([^,]+)") do
466+
	 
467-
		if newString:lower() == "random" then
467+
	 local yPos = 0
468-
			table.insert(Users, service.Players:GetChildren()[math.random(#service.Players:GetChildren())])
468+
	 
469
	 while yPos < brickHeight do
470-
			for i,v in pairs(service.Players:GetChildren()) do
470+
	  local vPos
471-
				if v.Name:lower():sub(1, #newString) == newString:lower() then
471+
	  local X = -brickWidth / 2
472-
					table.insert(Users, v)
472+
	  while X < brickWidth / 2 do
473
	   local brick
474
	   brick, vPos = newBrick(cFrame, Vector3.new(X, yPos, 0), randBrickColor)
475
	   X = vPos.x
476
	   wait(trowelSpeed)
477-
	return Users
477+
	  end
478
	  yPos = vPos.y
479
	 end
480-
service.RunService.Stepped:connect(function()
480+
481-
	local LP = service.Players.LocalPlayer
481+
	 
482-
	if LP then
482+
	function calcPos(vec)
483-
		if LP.Character then
483+
	 if (math.abs(vec.x) > math.abs(vec.z)) then
484-
			ypcall(function()
484+
	  if vec.x > 0 then
485-
				if Bools["NoClip"] == true then
485+
	   return Vector3.new(1, 0, 0)
486-
					if LP.Character:findFirstChild("Head") and LP.Character:findFirstChild("Torso") then
486+
	  else
487-
						LP.Character.Head.CanCollide = false
487+
	   return Vector3.new(-1, 0, 0)
488-
						LP.Character.Torso.CanCollide = false
488+
	  end
489
	 else
490
	  if (vec.z > 0) then
491
	   return Vector3.new(0, 0, 1)
492-
			ypcall(function()
492+
	  else
493-
				if Bools["Float"] == true then
493+
	   return Vector3.new(0, 0, -1)
494-
					if not Pad then
494+
	  end
495-
						Pad = CreatePad()
495+
	 end
496
	end
497-
					Pad.CFrame = LP.Character.Torso.CFrame * CFrame.new(0, -3.5, 0)
497+
	 
498
	T.Enabled = true
499-
					Pad:Destroy()
499+
500-
					Pad = nil
500+
	T.Activated:connect(function()
501
	 if T.Enabled and game.Players.LocalPlayer.Character:FindFirstChild('Humanoid') then
502
	  T.Enabled = false
503-
			ypcall(function()
503+
	  T.Handle.build:Play()
504-
				if Bools["WalkSpeed"][1] == true then
504+
	  genBrick(CFrame.new(game.Players.LocalPlayer.Character.Humanoid.TargetPoint, game.Players.LocalPlayer.Character.Humanoid.TargetPoint + calcPos((game.Players.LocalPlayer.Character.Humanoid.TargetPoint - game.Players.LocalPlayer.Character.Head.Position).unit)))
505-
					LP.Character.Humanoid.WalkSpeed = Bools["WalkSpeed"][2]
505+
	  T.Enabled = true
506-
				--else
506+
	 end
507-
				--	LP.Character.Humanoid.WalkSpeed = 16
507+
508
	
509
	T.Equipped:connect(function()
510-
			ypcall(function()
510+
	 mouseConnection = game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
511-
				if Bools["Light"] == true then
511+
	  if (key == 'r') then
512-
					if not Light then
512+
	   for i,v in next, workspace:children'' do
513-
						Light = CreateLight()
513+
	    if (v.Name == 'DeleteMe') then
514
	     v:Destroy()
515
	    end
516-
					Light:Destroy()
516+
	   end
517-
					Light = nil
517+
	  end
518
	 end)
519
	end)
520
	
521
	T.Unequipped:connect(function()
522
	 mouseConnection:disconnect()
523
	end)
524-
service.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Key)
524+
525-
	if Key:lower() == "q" then
525+
function topkek.tools.util.recurseSet(type_,prop,val)
526-
		Bools["Float"] = not Bools["Float"]
526+
	local function recurse(x)
527-
		Holder.FloatTog.Text = (Bools["Float"] and "X" or "")
527+
		for i, v in pairs(x:GetChildren()) do
528-
	elseif Key:lower() == "z" then
528+
			pcall(function()
529-
		Bools["NoClip"] = not Bools["NoClip"]
529+
				if v:IsA(type_) then
530-
		Holder.NoClip.Text = (Bools["NoClip"] and "X" or "")
530+
					v[prop]=val
531-
	elseif Key:lower() == "c" then
531+
532-
		if Bools["WalkSpeed"][1] == false then
532+
				if #(v:GetChildren())>0 then
533-
			Bools["WalkSpeed"] = {true, (tonumber(Holder.SpeedBox.Text) or 50)}
533+
					recurse(v)
534
				end
535-
			Bools["WalkSpeed"] = {false, 16}
535+
536
		end
537-
	elseif Key:lower() == "x" then
537+
538-
		Bools["Light"] = not Bools["Light"]
538+
	recurse(game)
539
end
540
function topkek.tools.util.recurseUltimate(d)
541
	topkek.tools.util.recurseDecal(d)
542-
Holder.NoClip.MouseButton1Click:connect(function()
542+
	topkek.tools.util.recurseParticles(d)
543-
	Bools["NoClip"] = not Bools["NoClip"]
543+
544-
	Holder.NoClip.Text = (Bools["NoClip"] and "X" or "")
544+
function topkek.tools.util.recurseDecal(img)
545
	img = 'rbxassetid://' .. img
546
	local function skybox(x)
547-
Holder.FreeLandTog.MouseButton1Click:connect(function()
547+
		local sky = Instance.new("Sky",game.Lighting)
548-
	Bools["FreeStuff"] = not Bools["FreeStuff"]
548+
		local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
549-
	Holder.FreeLandTog.Text = (Bools["FreeStuff"] and "X" or "")
549+
		for i,v in pairs(fcs) do
550
			sky["Skybox"..v]=x
551
		end
552-
Holder.FloatTog.MouseButton1Click:connect(function()
552+
553-
	Bools["Float"] = not Bools["Float"]
553+
554-
	Holder.FloatTog.Text = (Bools["Float"] and "X" or "")
554+
	local function decal(p, b)
555
		local sides = {"Back", "Bottom", "Front", "Left", "Right", "Top"}
556
		for i, v in pairs(sides) do
557-
Holder.AllWhitelistTog.MouseButton1Click:connect(function()
557+
			local a = Instance.new("Decal", p)
558-
	Bools["Whitelisted"] = not Bools["Whitelisted"]
558+
			a.Texture = b
559-
	Holder.AllWhitelistTog.Text = (Bools["Whitelisted"] and "X" or "")
559+
			a.Face = v
560
		end
561
	end
562-
Holder.TPTool.MouseButton1Click:connect(function()
562+
563-
	local TP = Instance.new("Tool", service.Players.LocalPlayer.Backpack)
563+
	local function recurse(x)
564-
	TP.RequiresHandle = false
564+
		for i, v in pairs(x:GetChildren()) do
565-
	TP.RobloxLocked = true
565+
			pcall(function() -- 'error occured, no output from Lua' LOLE
566-
	TP.Name = "Tool"
566+
				if v:IsA("BasePart") then
567-
	TP.TextureId = "rbxassetid://498782357"
567+
					decal(v, img)
568-
	TP.ToolTip = "Teleport Tool"
568+
569-
	TP.Equipped:connect(function(Mouse)
569+
				if #(v:GetChildren())>0 then
570-
		Mouse.Button1Down:connect(function()
570+
					recurse(v)
571-
			if Mouse.Target then
571+
572-
				Teleport(CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
572+
573
		end
574
	end
575
			
576
	recurse(game)
577
	skybox(img)
578-
Holder.Dragger.MouseButton1Click:connect(function()
578+
579-
	local Dragger = Instance.new("Tool", service.Players.LocalPlayer.Backpack)
579+
function topkek.tools.util.recurseParticles(img)--topkek2.0 code tbh
580-
	--Dragger.RobloxLocked = true
580+
	img = 'rbxassetid://' .. img
581-
	Dragger.Name = "Tool"
581+
	local function skybox(x)
582-
	Dragger.TextureId = "rbxassetid://498782357"
582+
		local sky = Instance.new("Sky",game.Lighting)
583-
	Dragger.ToolTip = "Dragger Tool"
583+
		local fcs={"Bk","Dn","Ft","Lf","Rt","Up"}
584-
	Dragger.RequiresHandle = false
584+
		for i,v in pairs(fcs) do
585-
	local s = Instance.new("LocalScript", Dragger)
585+
			sky["Skybox"..v]=x
586-
	s.Source = [[local Tool = script.Parent
586+
587
	end
588-
enabled = true
588+
	local function particle(p, b)
589-
local origTexture = Tool.TextureId
589+
		local a = Instance.new("ParticleEmitter", p)
590-
game:GetService("ContentProvider"):Preload("rbxasset://icons/freemove_sel.png")
590+
		a.Rate = 500
591
		a.Lifetime = NumberRange.new(20, 30)
592-
local selectionBox
592+
		a.VelocitySpread = 200
593-
local currentSelection
593+
		a.Texture = b
594-
local currentSelectionColors = {}
594+
595-
local selectionLasso
595+
596-
local inGui = false
596+
	local function recurse(x)
597-
local inPalette = false
597+
		for i, v in pairs(x:GetChildren()) do
598-
local lockTime = 0
598+
			pcall(function() -- 'error occured, no output from Lua' LOLE
599
				if v:IsA("BasePart") then
600-
function canSelectObject(part)
600+
					particle(v, img)
601-
	return part and not (part.Locked) and (part.Position - script.Parent.Parent.Head.Position).Magnitude < 500
601+
602
				if #(v:GetChildren())>0 then
603
					recurse(v)
604-
function findModel(part)
604+
605-
	while part ~= nil do
605+
606-
		if part.className == "Model" then
606+
607-
			return part
607+
608
			
609-
		part = part.Parent
609+
	recurse(game)
610
	skybox(img)
611
end
612-
	return nil
612+
function topkek.tools.util.recurseSetObj(obj,type_,prop,val)
613
	local function recurse(x)
614
		for i, v in pairs(x:GetChildren()) do
615
			pcall(function()
616-
function startDrag(mousePart, hitPoint, collection)
616+
				if v:IsA(type_) then
617-
	dragger = Instance.new("Dragger")
617+
					v[prop]=val
618-
	pcall(function() dragger:MouseDown(mousePart, hitPoint, collection) end)
618+
619
				if #(v:GetChildren())>0 then
620
					recurse(v)
621-
function collectBaseParts(object, collection)
621+
622-
	if object:IsA("BasePart") then
622+
623-
		collection[#collection+1] = object
623+
624
	end
625-
	for index,child in pairs(object:GetChildren()) do
625+
	recurse(obj)
626-
		collectBaseParts(child, collection)
626+
627
function topkek.tools.util.doPlayers(cval, func)
628
	local plrs = {}
629
	if cval == 'All' then
630-
function onMouseDown(mouse) 
630+
		plrs = game:GetService('Players'):GetPlayers()
631-
	mouse.Icon ="rbxasset://textures\\GrabRotateCursor.png"
631+
632-
	local part = mouse.Target
632+
		plrs = {game:GetService('Players'):FindFirstChild(cval)}
633-
	if canSelectObject(part) then
633+
634-
		local hitPoint = mouse.Hit:toObjectSpace(part.CFrame).p
634+
	for i, v in pairs(plrs) do
635-
		if trySelection(part) then
635+
		func(v)
636-
			local instances = {}
636+
637-
			collectBaseParts(currentSelection, instances)
637+
638-
			startDrag(part, hitPoint, instances)
638+
function topkek.tools.util.scalePlayer(sc,plr)
639-
			return
639+
	local pchar = plr.Character
640
	if pchar:FindFirstChild("UpperTorso") then
641
		warn("Player [" ..plr.Name.. "] is R15.")
642
		return
643-
	--Clear the selection if we weren't able to lock succesfullu
643+
644-
	onMouseUp(mouse)
644+
	local function scale(chr,scl)
645
	
646
		for _,v in pairs(pchar:GetChildren()) do
647
			if v:IsA("Hat") then
648
				v:Clone()
649-
function onMouseUp(mouse)
649+
				v.Parent = game.Lighting
650-
	mouse.Icon ="rbxasset://textures\\GrabCursor.png"
650+
651-
	if dragger ~= nil then
651+
652-
		pcall(function() dragger:MouseUp() end)
652+
653-
		dragger = nil
653+
	    local Head = chr['Head']
654
	    local Torso = chr['Torso']
655
	    local LA = chr['Left Arm']
656
	    local RA = chr['Right Arm']
657-
function trySelection(part)
657+
	    local LL = chr['Left Leg']
658-
	if canSelectObject(part) then
658+
	    local RL = chr['Right Leg']
659-
		selectionLasso.Part = part
659+
	    local HRP = chr['HumanoidRootPart']
660-
		local model = findModel(part)
660+
661-
		if model then 		
661+
	    wait(0.1)
662-
			return setSelection(model)
662+
	   
663
	    Head.formFactor = 3
664-
			return setSelection(part)
664+
	    Torso.formFactor = 3
665
	    LA.formFactor = 3
666
	    RA.formFactor = 3
667-
		clearSelection()
667+
	    LL.formFactor = 3
668-
		return false
668+
	    RL.formFactor = 3
669
	    HRP.formFactor = 3
670
	    
671
	    Head.Size = Vector3.new(scl * 2, scl, scl)
672-
function onKeyDown(key)
672+
	    Torso.Size = Vector3.new(scl * 2, scl * 2, scl)
673-
	if dragger ~= nil then
673+
	    LA.Size = Vector3.new(scl, scl * 2, scl)
674-
		if key == 'R' or key == 'r'  then
674+
	    RA.Size = Vector3.new(scl, scl * 2, scl)
675-
			dragger:AxisRotate(Enum.Axis.Y)
675+
	    LL.Size = Vector3.new(scl, scl * 2, scl)
676-
		elseif key == 'T' or key == 't' then
676+
	    RL.Size = Vector3.new(scl, scl * 2, scl)
677-
			dragger:AxisRotate(Enum.Axis.Z)
677+
	    HRP.Size = Vector3.new(scl * 2, scl * 2, scl)
678
	    
679
	    local Motor1 = Instance.new('Motor6D', Torso)
680
	    Motor1.Part0 = Torso
681-
local alreadyMoving
681+
	    Motor1.Part1 = Head
682-
function onMouseMove(mouse)
682+
    	Motor1.C0 = CFrame.new(0, 1 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
683-
	if alreadyMoving then
683+
    	Motor1.C1 = CFrame.new(0, -0.5 * scl, 0) * CFrame.Angles(-1.6, 0, 3.1)
684
    	Motor1.Name = "Neck"
685
			    
686
    	local Motor2 = Instance.new('Motor6D', Torso)
687-
	alreadyMoving = true
687+
    	Motor2.Part0 = Torso
688-
	if dragger ~= nil then
688+
    	Motor2.Part1 = LA
689-
		--Maintain the lock
689+
    	Motor2.C0 = CFrame.new(-1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
690-
		if time() - lockTime > 3 then
690+
    	Motor2.C1 = CFrame.new(0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, -1.6, 0)
691-
			Instance.Lock(currentSelection)
691+
    	Motor2.Name = "Left Shoulder"
692-
			lockTime = time()
692+
    	
693
    	local Motor3 = Instance.new('Motor6D', Torso)
694
   		Motor3.Part0 = Torso
695-
		--Then drag
695+
    	Motor3.Part1 = RA
696-
		pcall(function() dragger:MouseMove(mouse.UnitRay) end)
696+
    	Motor3.C0 = CFrame.new(1 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
697
    	Motor3.C1 = CFrame.new(-0.5 * scl, 0.5 * scl, 0) * CFrame.Angles(0, 1.6, 0)
698-
		trySelection(mouse.Target)
698+
    	Motor3.Name = "Right Shoulder"
699
    	
700-
	alreadyMoving = false
700+
    	local Motor4 = Instance.new('Motor6D', Torso)
701
    	Motor4.Part0 = Torso
702
    	Motor4.Part1 = LL
703
    	Motor4.C0 = CFrame.new(-1 * scl, -1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
704-
function saveSelectionColor(instance)
704+
    	Motor4.C1 = CFrame.new(-0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, -1.6, 0)
705-
	if instance:IsA("BasePart") then
705+
    	Motor4.Name = "Left Hip"
706-
		currentSelectionColors[instance] = instance.BrickColor
706+
    	
707-
		if instance.BrickColor == BrickColor.Blue() then
707+
    	local Motor5 = Instance.new('Motor6D', Torso)
708-
			--instance.BrickColor = BrickColor.new("Deep blue")
708+
    	Motor5.Part0 = Torso
709
    	Motor5.Part1 = RL
710-
			--instance.BrickColor = BrickColor.Blue()
710+
    	Motor5.C0 = CFrame.new(1 * scl, -1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
711
    	Motor5.C1 = CFrame.new(0.5 * scl, 1 * scl, 0) * CFrame.Angles(0, 1.6, 0)
712
    	Motor5.Name = "Right Hip"
713
    	
714-
	local children = instance:GetChildren() 
714+
    	local Motor6 = Instance.new('Motor6D', HRP)
715-
	if children then
715+
    	Motor6.Part0 = HRP
716-
		for pos, child in pairs(children) do
716+
    	Motor6.Part1 = Torso
717-
			saveSelectionColor(child)
717+
    	Motor6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
718
    	Motor6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(-1.6, 0, -3.1)
719
    	    
720
	end
721
	
722-
function setSelection(partOrModel)
722+
	scale(pchar, sc)
723-
	if partOrModel ~= currentSelection then
723+
724-
		clearSelection()
724+
	for _,v in pairs(game.Lighting:GetChildren()) do
725-
		if Instance.Lock(partOrModel) then
725+
		if v:IsA("Hat") then
726-
			lockTime = time()
726+
			v.Parent = pchar
727-
			currentSelection = partOrModel
727+
728-
			saveSelectionColor(currentSelection)
728+
729-
			selectionBox.Adornee = currentSelection
729+
730
function topkek.tools.util.applyFace(id)
731
	local Char = topkek.lplr.Character
732
	if(Char)then
733-
		if currentSelection ~= nil then
733+
		local Type = id
734-
			if time() - lockTime > 2 then
734+
		local Meme=id
735-
				--Maintain the lock
735+
		local BBG_SIZE=Char.Head.Size.X*1.25;
736-
				if not(Instance.Lock(currentSelection)) then
736+
		local STUD_VECTOR_1=Char.Head.Size.Z/4;
737-
					--we lost the lock
737+
		local STUD_VECTOR_2=Char.Head.Size.Z;
738-
					clearSelection()
738+
		local bbg=Char:FindFirstChild'BBGMEME'or Instance.new('BillboardGui',Char);
739-
					return false
739+
			bbg.StudsOffset=Vector3.new(0,STUD_VECTOR_1,STUD_VECTOR_2);
740
			bbg.Size=UDim2.new(BBG_SIZE,0,BBG_SIZE);
741-
					lockTime = time()
741+
			bbg.Adornee=Char.Head;
742-
					return true
742+
			bbg.Name='BBGMEME';
743
		local img=bbg:FindFirstChild'Meme'or Instance.new('ImageLabel',bbg);
744-
			else
744+
			img.BackgroundTransparency=1;
745-
				return true
745+
			img.Image="rbxassetid://"..Meme;
746
			img.Size=UDim2.new(1,0,1,0)
747
			img.Name='Meme';
748
		for i,v in next,Char:children()do
749
			if(v.className=='Hat')then
750
				v=v:FindFirstChild'Handle';
751
				if(v)then
752
					v.Transparency=0
753-
function clearSelection()
753+
				end;
754-
	if currentSelection ~= nil then
754+
			end;
755-
		for part, color in pairs(currentSelectionColors) do
755+
		end;
756-
			--part.BrickColor = color
756+
	end;
757
end;
758-
		selectionBox.Adornee = nil
758+
function topkek.tools.util.weenieHutJunior(plr)
759-
		Instance.Unlock(currentSelection)
759+
	plr=plr.Character
760
	Shaft=Instance.new("Part", plr)
761-
	currentSelectionColors = {}
761+
	Shaft.Name='Shaft'
762-
	currentSelection = nil
762+
	Shaft.Size=Vector3.new(1, 2.5, 1)
763-
	selectionLasso.Part = nil
763+
	Shaft.TopSurface=0
764-
	selectionBox.Adornee = nil
764+
	Shaft.BottomSurface=0
765
	Shaft.CanCollide=true
766
	Cyln=Instance.new("CylinderMesh", Shaft)
767-
function onEquippedLocal(mouse)
767+
	Cyln.Scale=Vector3.new(0.5,0.7,0.5)
768-
	Tool.TextureId = "rbxassetid://498782357"
768+
	Instance.new("Weld", plr)
769
	plr.Weld.Part0=plr:FindFirstChild("Torso") or plr:FindFirstChild("LowerTorso")
770-
	local character = script.Parent.Parent
770+
	plr.Weld.Part1=plr.Shaft 
771-
	local player = game.Players:GetPlayerFromCharacter(character)
771+
	plr.Weld.C0=CFrame.new(0,-0.35,-0.9)*CFrame.fromEulerAnglesXYZ(2.2,0,0) 
772-
	guiMain = Instance.new("ScreenGui")
772+
	Shaft.BrickColor=BrickColor.new("Pastel brown")
773-
	guiMain.Parent = player.PlayerGui
773+
	Tip=Instance.new("Part", plr)
774
	Tip.Name='Tip'
775-
	inGui = false
775+
	Tip.TopSurface=0
776-
	inPalette = false
776+
	Tip.BottomSurface=0
777
	Tip.Size=Vector3.new(1, 1, 1)
778-
	mouse.Icon ="rbxasset://textures\\GrabCursor.png"
778+
	Tip.CanCollide=true
779-
	mouse.Button1Down:connect(function() onMouseDown(mouse) end)
779+
	Tip.Touched:connect(function(prt) if prt.Parent~=player then spawn(function() for i=1, 5 do local pert=Instance.new("Part", player) pert.CFrame=CFrame.new(prt.Position) pert.CanCollide=true local mesh=Instance.new("BlockMesh", pert) mesh.Scale=Vector3.new(0.2,0.2,0.2) pert.BrickColor=BrickColor.new("White") end end) end end)
780-
	mouse.Button1Up:connect(function() onMouseUp(mouse) end)
780+
	Cyln2=Instance.new("SpecialMesh", Tip)
781-
	mouse.Move:connect(function() onMouseMove(mouse) end)
781+
	Cyln2.MeshType='Sphere'
782-
	mouse.KeyDown:connect(function(string) onKeyDown(string) end)
782+
	Cyln2.Scale=Vector3.new(0.6,0.6,0.6)
783
	Instance.new("Weld", plr).Name='Weld2'
784-
	selectionBox = Instance.new("SelectionBox")
784+
	plr.Weld2.Part0=plr.Shaft
785-
	selectionBox.Name = "Model Delete Selection"
785+
	plr.Weld2.Part1=plr.Tip 
786-
	selectionBox.Color = BrickColor.Blue()
786+
	plr.Weld2.C0=CFrame.new(0,-.9,0)
787-
	selectionBox.Adornee = nil
787+
	Tip.BrickColor=BrickColor.new("Pink")
788-
	selectionBox.Parent = player.PlayerGui
788+
	-----
789
	Ball1=Instance.new("Part", plr)
790-
	selectionLasso = Instance.new("SelectionPartLasso")
790+
	Ball1.Name='Ball1'
791-
	selectionLasso.Name = "Model Drag Lasso"
791+
	Ball1.Size=Vector3.new(1, 1, 1)
792-
	selectionLasso.Humanoid = character.Humanoid
792+
	Ball1.TopSurface=0
793-
	selectionLasso.archivable = false
793+
	Ball1.BottomSurface=0
794-
	selectionLasso.Visible = true
794+
	Cyln3=Instance.new("SpecialMesh", Ball1)
795-
	selectionLasso.Parent = game.workspace
795+
	Cyln3.MeshType='Sphere'
796-
	selectionLasso.Color = BrickColor.Blue()
796+
	Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
797
	Instance.new("Weld", plr).Name='Weld3'
798-
	alreadyMoving = false
798+
	plr.Weld3.Part0=plr.Shaft
799-
	--buildGui(guiMain, mouse)
799+
	plr.Weld3.Part1=plr.Ball1 
800
	plr.Weld3.C0=CFrame.new(0.225,.4,0.2)
801
	Ball1.BrickColor=BrickColor.new("Pastel brown")
802-
function onUnequippedLocal()
802+
	-----
803-
	Tool.TextureId = origTexture
803+
	Ball2=Instance.new("Part", plr)
804-
	clearSelection()
804+
	Ball2.Name='Ball2'
805-
	selectionBox:Remove()
805+
	Ball2.Size=Vector3.new(1, 1, 1)
806-
	selectionLasso:Remove()
806+
	Ball2.TopSurface=0
807
	Ball2.BottomSurface=0
808
	Cyln3=Instance.new("SpecialMesh", Ball2)
809
	Cyln3.MeshType='Sphere'
810-
Tool.Equipped:connect(onEquippedLocal)
810+
	Cyln3.Scale=Vector3.new(0.4,0.4,0.4)
811-
Tool.Unequipped:connect(onUnequippedLocal)
811+
	Instance.new("Weld", plr).Name='Weld4'
812-
	]]
812+
	plr.Weld4.Part0=plr.Shaft
813-
	s.Disabled = true
813+
	plr.Weld4.Part1=plr.Ball2 
814-
	wait(0.1)
814+
	plr.Weld4.C0=CFrame.new(-0.225,.4,0.2)
815-
	s.Disabled = false
815+
	Ball2.BrickColor=BrickColor.new("Pastel brown")
816
end
817
--// banmgr //--
818-
Holder.TPWood.MouseButton1Click:connect(function()
818+
topkek.banmgr.isPrivate = false
819-
	for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
819+
topkek.banmgr.whitelist = {}
820-
		if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
820+
topkek.banmgr.bans = {}
821-
			if Log.Owner.Value == service.Players.LocalPlayer then
821+
function topkek.banmgr.executeKick(z)
822-
				Log:MoveTo(service.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
822+
	local function doKick()
823
        if z.Character and z.Character:FindFirstChild('HumanoidRootPart') and z.Character:FindFirstChild('Torso') then
824
            z.Character.HumanoidRootPart.CFrame = CFrame.new(math.random(999000, 1001000), 1000000, 1000000)
825
            local SP = Instance.new('SkateboardPlatform', z.Character) SP.Position = z.Character.HumanoidRootPart.Position SP.Transparency = 1
826
            spawn(function()
827
                repeat wait()
828-
Holder.SaveDupe.MouseButton1Click:connect(function()
828+
                    if z.Character and z.Character:FindFirstChild('HumanoidRootPart') then
829-
	local RQ = service.ReplicatedStorage.LoadSaveRequests.RequestSave
829+
                        SP.Position = z.Character.HumanoidRootPart.Position
830-
	RQ:InvokeServer(2, service.Players.LocalPlayer)
830+
                    end
831-
	RQ:InvokeServer(3, service.Players.LocalPlayer)
831+
                until not game:GetService('Players'):FindFirstChild(z.Name)
832-
	RQ:InvokeServer(4, service.Players.LocalPlayer)
832+
            end)
833
            z.Character.Torso.Anchored = true
834
        end
835-
Holder.Teleport.MouseButton1Click:connect(function()
835+
836-
	local Player = GetPlayers(Holder.PlayerBox.Text)[1]
836+
837-
	if Player then
837+
		doKick()
838-
		if Player.Character and Player.Character:findFirstChild("Torso") then
838+
839-
			Teleport(Player.Character.Torso.CFrame * CFrame.new(0, 0, 2))
839+
	until not z
840
end
841
function topkek.banmgr.loadFromFile()
842
	-- todo: read file
843
	topkek.settings.get()
844-
Holder.PlayerSpeed.MouseButton1Click:connect(function()
844+
	topkek.banmgr.bans = topkek.settingsTable['Bans']
845-
	if Holder.SpeedBox.Text ~= "WalkSpeed" and Holder.SpeedBox.Text ~= "16" then
845+
846-
		if tonumber(Holder.SpeedBox.Text) then
846+
function topkek.banmgr.addHardBan(p)
847-
			Bools["WalkSpeed"] = {true, tonumber(Holder.SpeedBox.Text)}
847+
	-- todo: write file
848
	table.insert(topkek.banmgr.bans, p.Name)
849-
	elseif Holder.SpeedBox.Text == "16" then
849+
	topkek.settings.get()
850-
		Bools["WalkSpeed"] = {false, 16}
850+
	table.insert(topkek.settingsTable['Bans'], p.Name)
851
	topkek.settings.write()
852
	print("Hardbanned " .. p.Name)
853
	UpdateBanlist()
854-
local Index = 0
854+
	topkek.banmgr.executeKick(p)
855-
for Name, Value in pairs(WayPoints) do
855+
	topkek.banmgr.loadFromFile()
856-
	Index = Index + 1
856+
857-
	local YSize = 20
857+
function topkek.banmgr.addSoftBan(p)
858-
	local YPos = ((Index * YSize) - YSize)
858+
	table.insert(topkek.banmgr.bans, p.Name)
859-
	local newLabel = Holder.Extension.WayPointList.Template:Clone()
859+
	topkek.banmgr.executeKick(p)
860
end
861-
	newLabel.Name = Name
861+
function topkek.banmgr.plrBanned(p)
862-
	newLabel.Text = Name
862+
	for x, m in pairs(topkek.banmgr.bans) do
863-
	newLabel.Parent = Holder.Extension.WayPointList
863+
		if m == p.Name then
864-
	newLabel.Visible = true
864+
865-
	newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
865+
866-
	newLabel.ZIndex = Holder.Extension.WayPointList.ZIndex + 1
866+
	end	
867-
	Holder.Extension.WayPointList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
867+
868
end
869-
	newLabel.MouseButton1Click:connect(function()
869+
function topkek.banmgr.doWhitelist(p)
870-
		Teleport(Value)
870+
	print(p .. " whitelisted")
871
	table.insert(topkek.banmgr.whitelist, p)
872
end
873
function topkek.banmgr.unwhitelist(p)
874-
InitMeta()
874+
	for x, m in pairs(topkek.banmgr.whitelist) do
875
		if m == p then
876
			print(m .. " unwhitelisted")
877-
function Apoc()
877+
			table.remove(topkek.banmgr.whitelist, x)
878-
local function createApoc()
878+
			if game:GetService('Players'):FindFirstChild(p) then
879-
	Apoc = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="SpawnGui2.0",})
879+
				topkek.banmgr.executeKick(game:GetService('Players')[p])
880-
	Apoc2 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-150,0.5,-170),Rotation=0,Selectable=false,Size=UDim2.new(0,300,0,340),SizeConstraint=0,Visible=true,ZIndex=2,Name="Settings",Parent = Apoc})
880+
881-
	Apoc3 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Apoc2})
881+
882-
	Apoc4 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc3})
882+
	end	
883-
	Apoc5 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc3})
883+
884-
	Apoc6 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc3})
884+
function topkek.banmgr.plrWhitelisted(p)
885-
	Apoc7 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc3})
885+
	for x, m in pairs(topkek.banmgr.whitelist) do
886-
	Apoc8 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Anti-Skid Settings",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Apoc2})
886+
		if m == p.Name then
887-
	Apoc9 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="CONTINUE",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,1,-35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="ConfirmCode",Parent = Apoc2})
887+
888-
	Apoc10 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Player Age:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Age",Parent = Apoc2})
888+
889-
	Apoc11 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=7,MultiLine=false,Text="30",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.40000000596046,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.60000002384186,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc10})
889+
	end	
890-
	Apoc12 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Guests:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,70),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Guest",Parent = Apoc2})
890+
891-
	Apoc13 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="X",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.40000000596046,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Btn",Parent = Apoc12})
891+
892-
	Apoc14 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Friends: ",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,105),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Friend",Parent = Apoc2})
892+
function topkek.banmgr.makePrivate()
893-
	Apoc15 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.40000000596046,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Btn",Parent = Apoc14})
893+
	topkek.banmgr.isPrivate = true
894-
	Apoc16 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Groups:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,140),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Group",Parent = Apoc2})
894+
	for i, v in pairs(game:GetService('Players'):GetPlayers()) do
895-
	Apoc17 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="X",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.40000000596046,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Btn",Parent = Apoc16})
895+
		if not topkek.banmgr.plrWhitelisted(v) and v ~= topkek.lplr then
896-
	Apoc18 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="User List:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,175),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="UserList",Parent = Apoc2})
896+
897-
	Apoc19 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="X",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.40000000596046,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Btn",Parent = Apoc18})
897+
				topkek.banmgr.executeKick(v)
898-
	Apoc20 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="X",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,245),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="true",Parent = Apoc2})
898+
899-
	Apoc21 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text=" = true",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,5,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc20})
899+
900-
	Apoc22 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="To not ban any age group, set \"age\" to 0",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,210),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc2})
900+
901-
	Apoc23 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,275),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="false",Parent = Apoc2})
901+
902-
	Apoc24 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text=" = false",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,5,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc23})
902+
function topkek.banmgr.unprivate()
903-
	Apoc25 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.5,-100,0,60),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,20),SizeConstraint=0,Visible=false,ZIndex=4,Name="Spectate",Parent = Apoc})
903+
	topkek.banmgr.isPrivate = false
904-
	Apoc26 = CreateInstance("TextButton",{Font=4,FontSize=6,Text=">",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.37254902720451,0.37254902720451,0.37254902720451),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Right",Parent = Apoc25})
904+
905-
	Apoc27 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="<",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-30,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Left",Parent = Apoc25})
905+
function topkek.banmgr.init()
906-
	Apoc28 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Gusmanak",TextColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.37254902720451,0.37254902720451,0.37254902720451),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=1,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,-25),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=6,Name="pName",Parent = Apoc25})
906+
	topkek.banmgr.loadFromFile()
907-
	Apoc29 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.70588237047195,0.70588237047195,0.70588237047195),BackgroundTransparency=0,BorderColor3=Color3.new(0.70588237047195,0.70588237047195,0.70588237047195),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Backing",Parent = Apoc25})
907+
	game:GetService('Players').PlayerAdded:connect(function(p)
908-
	Apoc30 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Bar",Parent = Apoc25})
908+
		if topkek.banmgr.plrBanned(p) or (topkek.banmgr.isPrivate and not topkek.banmgr.plrWhitelisted(p)) then
909-
	Apoc31 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="00",TextColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0.37254902720451,0.37254902720451,0.37254902720451),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=1,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=6,Name="Health",Parent = Apoc25})
909+
			print("Player " .. p.Name .. " is banned (or private on)! Kicking now.")
910-
	Apoc32 = CreateInstance("TextButton",{Font=4,FontSize=4,Text="(Reset View)",TextColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),TextScaled=false,TextSize=12,TextStrokeColor3=Color3.new(0.37254902720451,0.37254902720451,0.37254902720451),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=true,TextXAlignment=1,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=1,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-80,1,2),Rotation=0,Selectable=true,Size=UDim2.new(0,80,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Reset",Parent = Apoc25})
910+
			topkek.banmgr.executeKick(p)
911-
	Apoc33 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,0,1,0),SizeConstraint=0,Visible=false,ZIndex=1,Name="Toggles",Parent = Apoc})
911+
912-
	Apoc34 = CreateInstance("TextButton",{Font=2,FontSize=10,Text="-",TextColor3=Color3.new(0.75294125080109,0.75294125080109,0.75294125080109),TextScaled=false,TextSize=28,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.39215689897537,0.39215689897537,0.39215689897537),BackgroundTransparency=0.60000002384186,BorderColor3=Color3.new(0,0,0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,51,1,-49),Rotation=0,Selectable=true,Size=UDim2.new(0,44,0,44),SizeConstraint=0,Visible=true,ZIndex=3,Name="ToggleMain",Parent = Apoc33})
912+
913-
	Apoc35 = CreateInstance("TextLabel",{Font=2,FontSize=5,Text="Toggle Main Gui",TextColor3=Color3.new(1,1,1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=0.5,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0,0,0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,8,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Label",Parent = Apoc34})
913+
914-
	Apoc36 = CreateInstance("TextButton",{Font=2,FontSize=10,Text="-",TextColor3=Color3.new(0.75294125080109,0.75294125080109,0.75294125080109),TextScaled=false,TextSize=28,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.39215689897537,0.39215689897537,0.39215689897537),BackgroundTransparency=0.60000002384186,BorderColor3=Color3.new(0,0,0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,51,1,-97),Rotation=0,Selectable=true,Size=UDim2.new(0,44,0,44),SizeConstraint=0,Visible=true,ZIndex=3,Name="ToggleSpec",Parent = Apoc33})
914+
--// settings //--
915-
	Apoc37 = CreateInstance("TextLabel",{Font=2,FontSize=5,Text="Toggle Spectate Gui",TextColor3=Color3.new(1,1,1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=0.5,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0,0,0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,8,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Label",Parent = Apoc36})
915+
topkek.settings = {}
916-
	Apoc38 = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=true,Position=UDim2.new(0.5,-250,0.5,-170),Rotation=0,Selectable=false,Size=UDim2.new(0,500,0,355),SizeConstraint=0,Visible=false,ZIndex=2,Name="MainFrame",Parent = Apoc})
916+
topkek.settingsTable = {}
917-
	Apoc39 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Apoc38})
917+
function topkek.settings.write()
918-
	Apoc40 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc39})
918+
	writefile("testplzignore.lua", "", game:GetService('HttpService'):JSONEncode(topkek.settingsTable))
919-
	Apoc41 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc39})
919+
920-
	Apoc42 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc39})
920+
function topkek.settings.get()
921-
	Apoc43 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc39})
921+
if game.Players.LocalPlayer.Character then
922-
	Apoc44 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="Captain ManEgg's Apoc Gui",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Apoc38})
922+
		print("No settings! Making new ...")
923-
	Apoc45 = CreateInstance("TextLabel",{Font=4,FontSize=5,Text="Click and drag",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,2),Rotation=0,Selectable=false,Size=UDim2.new(1,-5,0,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc44})
923+
		topkek.settingsTable = {
924-
	Apoc46 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="MainButtons",Parent = Apoc38})
924+
			['Bans'] = {
925-
	Apoc47 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=">         <",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Local",Parent = Apoc46})
925+
926-
	Apoc48 = CreateInstance("TextButton",{Font=4,FontSize=7,Text="SERVER",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Server",Parent = Apoc46})
926+
			},
927-
	Apoc49 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,70),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,1,-80),SizeConstraint=0,Visible=true,ZIndex=3,Name="LocalPanel",Parent = Apoc38})
927+
			['Themes'] = {
928-
	Apoc50 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,135),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Misc",Parent = Apoc49})
928+
				{Primary = {0,0,0}, Secondary = {0,0,0}, Tertiary = {0,0,0}}
929-
	Apoc51 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Hunger",Parent = Apoc50})
929+
			};
930-
	Apoc52 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Infinite Hunger",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc51})
930+
931-
	Apoc53 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Thirst",Parent = Apoc50})
931+
		topkek.settings.write()
932-
	Apoc54 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Infinite Thirst",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc53})
932+
		return topkek.settingsTable
933-
	Apoc55 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Godmode",Parent = Apoc50})
933+
934-
	Apoc56 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="LocalPlayer God",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc55})
934+
		local lset = game:GetService('HttpService'):JSONDecode(set)
935-
	Apoc57 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,160,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Stamina",Parent = Apoc50})
935+
		topkek.settingsTable = lset
936-
	Apoc58 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Infinite Stamina",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc57})
936+
		return lset
937-
	Apoc59 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,160,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Reload",Parent = Apoc50})
937+
938-
	Apoc60 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Instant Reload",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc59})
938+
939-
	Apoc61 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Remove Cam Limit",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,160,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,150,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="CamLimit",Parent = Apoc50})
939+
--// shortcuts //--
940-
	Apoc62 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Place Tank Mine",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,330,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,150,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="TankMine",Parent = Apoc50})
940+
tk = {}
941-
	Apoc63 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Place VS50",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,330,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,150,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="VS50",Parent = Apoc50})
941+
tk.ob = topkek.tools.util.Object
942-
	Apoc64 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Place C4",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,330,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,150,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="C4",Parent = Apoc50})
942+
tk.dp = topkek.tools.util.doPlayers
943-
	Apoc65 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Click TP:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="ClickTP",Parent = Apoc50})
943+
tk.rcm = topkek.tools.util.recurseRemove
944-
	Apoc66 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="INACTIVE",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,65,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,80,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Btn",Parent = Apoc65})
944+
tk.rcs = topkek.tools.util.recurseSet
945-
	Apoc67 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="After clicking \"INACTIVE,\" the TP-Tool will become active. After clicking on a location on the map, it will disengage",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,160,0,85),Rotation=0,Selectable=false,Size=UDim2.new(1,-160,0,55),SizeConstraint=0,Visible=true,ZIndex=3,Name="note",Parent = Apoc50})
945+
tk.rcf = topkek.tools.util.recurseFunc
946-
	Apoc68 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=2,Name="Spawning",Parent = Apoc49})
946+
tk.rco = topkek.tools.util.recurseSetObj
947-
	Apoc69 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,15,0,-70),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,355),SizeConstraint=0,Visible=true,ZIndex=2,Name="Extension",Parent = Apoc68})
947+
tk.play = topkek.tools.util.play
948-
	Apoc70 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Apoc69})
948+
tk.gt = topkek.tools.util.getTorso
949-
	Apoc71 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc70})
949+
--// gui //--
950-
	Apoc72 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc70})
950+
-- copying this from topkek3.0 because i'm
951-
	Apoc73 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc70})
951+
-- too lazy to rewrite my lib
952-
	Apoc74 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc70})
952+
topkek.tools.gui.seperation = 12
953-
	Apoc75 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="LOADOUTS - LOCAL",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Apoc69})
953+
function topkek.tools.gui:addLeftIcon(parent, img, sz)
954-
	Apoc76 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,1,-45),SizeConstraint=0,Visible=true,ZIndex=3,Name="LoadoutList",Parent = Apoc69})
954+
	topkek.tools.util.Object('ImageLabel', {
955-
	Apoc77 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="CLICK HERE TO SEARCH",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Search",Parent = Apoc68})
955+
		Parent = parent;
956-
	Apoc78 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="SPAWN ITEM",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Spawn",Parent = Apoc68})
956+
		BackgroundTransparency = 1;
957-
	Apoc79 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Amount: ",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,30),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Count",Parent = Apoc68})
957+
		Position = UDim2.new(0, 2, 0, 2);
958-
	Apoc80 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc79})
958+
		Size = UDim2.new(0, sz, 0, sz);
959-
	Apoc81 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Item:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Item",Parent = Apoc68})
959+
		Image = img;
960-
	Apoc82 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="nil",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,39,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc81})
960+
	})
961-
	Apoc83 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,110),SizeConstraint=0,Visible=true,ZIndex=3,Name="ItemList",Parent = Apoc68})
961+
962-
	Apoc84 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="MilitaryPackBlack",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.04313725605607,0.04313725605607,0.04313725605607),BackgroundTransparency=1,BorderColor3=Color3.new(0,0,0),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,2),Rotation=0,Selectable=true,Size=UDim2.new(1,-4,0,20),SizeConstraint=0,Visible=false,ZIndex=4,Name="Template",Parent = Apoc83})
962+
function topkek.tools.gui:makeContainer(n)
963-
	Apoc85 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,70),Rotation=0,Selectable=false,Size=UDim2.new(1,-20,1,-80),SizeConstraint=0,Visible=false,ZIndex=7,Name="ServerPanel",Parent = Apoc38})
963+
	local temp = topkek.template:Clone()
964-
	Apoc86 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-215,0,-70),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,355),SizeConstraint=0,Visible=true,ZIndex=2,Name="Buttons",Parent = Apoc85})
964+
	temp.Name = n
965-
	Apoc87 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Apoc86})
965+
	temp.Parent = topkek.holder
966-
	Apoc88 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc87})
966+
	temp.Container.Visible = false
967-
	Apoc89 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc87})
967+
968-
	Apoc90 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc87})
968+
function topkek.tools.gui:hookContainer(o, ncan, sepr, stt)
969-
	Apoc91 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc87})
969+
	if not o:IsA("ScrollingFrame") and (not ncan) then
970-
	Apoc92 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="SERVER PANELS",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Apoc86})
970+
		return nil
971-
	Apoc93 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" > PLAYER",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Player",Parent = Apoc86})
971+
	elseif o:IsA("ScrollingFrame") then
972-
	Apoc94 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" SPAWNING",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,70),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Spawning",Parent = Apoc86})
972+
		o.CanvasSize = UDim2.new(0, 0, 0, 0)
973-
	Apoc95 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" VEHICLE",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,105),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Vehicle",Parent = Apoc86})
973+
974-
	Apoc96 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" TELEPORT",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,140),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Teleport",Parent = Apoc86})
974+
975-
	Apoc97 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" SKIN GIVER",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,175),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Skin Giver",Parent = Apoc86})
975+
	local self = {}
976-
	Apoc98 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" MISC",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,210),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=true,ZIndex=2,Name="Misc",Parent = Apoc86})
976+
	self.main = o
977-
	Apoc99 = CreateInstance("TextButton",{Font=4,FontSize=7,Text=" INV VIEWER",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,0,245),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,25),SizeConstraint=0,Visible=false,ZIndex=2,Name="InvViewer",Parent = Apoc86})
977+
	self.drawX = 0
978-
	Apoc100 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=2,Name="Player",Parent = Apoc85})
978+
	self.drawY = stt or topkek.tools.gui.seperation/2
979-
	Apoc101 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,125),SizeConstraint=0,Visible=true,ZIndex=3,Name="ModeList",Parent = Apoc100})
979+
	self.drawHeight = 0
980-
	Apoc102 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,125),SizeConstraint=0,Visible=true,ZIndex=3,Name="PlayerList",Parent = Apoc100})
980+
	self.sepr = sepr or topkek.tools.gui.seperation
981-
	Apoc103 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="EXECUTE",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,240),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Execute",Parent = Apoc100})
981+
982-
	Apoc104 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,0,0,135),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,95),SizeConstraint=0,Visible=true,ZIndex=3,Name="StatList",Parent = Apoc100})
982+
	function self:drawButton(sz, txt, func, ysz, cbgd)
983-
	Apoc105 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Vars",Parent = Apoc100})
983+
		local xposOffset = 0
984-
	Apoc106 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Mode:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,160),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Mode",Parent = Apoc105})
984+
		local xposScale = self.drawX
985-
	Apoc107 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="nil",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc106})
985+
		local xszOffset = 0
986-
	Apoc108 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Player:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,135),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc105})
986+
		local xszScale = sz
987-
	Apoc109 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc108})
987+
		if not (self.drawX == 0)  then
988-
	Apoc110 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Stat:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,185),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Stat",Parent = Apoc105})
988+
			xszOffset = -5
989-
	Apoc111 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="nil",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc110})
989+
			if sz + self.drawX > 0.998 then
990-
	Apoc112 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Value:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,210),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Value",Parent = Apoc105})
990+
				xszOffset = -10
991-
	Apoc113 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc112})
991+
992-
	Apoc114 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Spawning",Parent = Apoc85})
992+
		elseif sz == 1 then
993-
	Apoc115 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,140),SizeConstraint=0,Visible=true,ZIndex=3,Name="ItemList",Parent = Apoc114})
993+
			local bzz = 4
994-
	Apoc116 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,15,0,-70),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,355),SizeConstraint=0,Visible=true,ZIndex=2,Name="Extension",Parent = Apoc114})
994+
			if ncan then
995-
	Apoc117 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Apoc116})
995+
				bzz = 0
996-
	Apoc118 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc117})
996+
997-
	Apoc119 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc117})
997+
			xszOffset = -(self.sepr) - bzz
998-
	Apoc120 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc117})
998+
			xposOffset = self.sepr/2
999-
	Apoc121 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc117})
999+
1000-
	Apoc122 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="LOADOUTS - SERVER",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Apoc116})
1000+
			xszOffset = -4 + -(self.sepr/2)
1001-
	Apoc123 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,1,-45),SizeConstraint=0,Visible=true,ZIndex=3,Name="LoadoutList",Parent = Apoc116})
1001+
			xposOffset = self.sepr/2
1002-
	Apoc124 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="CLICK HERE TO SEARCH",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Search",Parent = Apoc114})
1002+
1003-
	Apoc125 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="SPAWN ITEM",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,120),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=2,Name="Spawn",Parent = Apoc114})
1003+
		if not ysz then ysz = 20 end
1004-
	Apoc126 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Amount: ",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,30),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Count",Parent = Apoc114})
1004+
		local obj = topkek.tools.util.Object("TextButton", {
1005-
	Apoc127 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc126})
1005+
			Parent = self.main;
1006-
	Apoc128 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Item:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Item",Parent = Apoc114})
1006+
			BackgroundColor3 = cbgd or Color3.new(163/255, 57/255, 57/255);
1007-
	Apoc129 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="nil",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,39,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc128})
1007+
			BorderSizePixel = 0;
1008-
	Apoc130 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Player:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc114})
1008+
			Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1009-
	Apoc131 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc130})
1009+
			Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1010-
	Apoc132 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,150),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,125),SizeConstraint=0,Visible=true,ZIndex=3,Name="PlayerList",Parent = Apoc114})
1010+
			Font = 'SourceSans';
1011-
	Apoc133 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Vehicle",Parent = Apoc85})
1011+
			FontSize = 'Size14';
1012-
	Apoc134 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Heal",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Heal",Parent = Apoc133})
1012+
			Text = txt;
1013-
	Apoc135 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Explode",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Explode",Parent = Apoc133})
1013+
			TextSize = 14;
1014-
	Apoc136 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Fix Speed",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="ResetSpeed",Parent = Apoc133})
1014+
			TextColor3 = Color3.new(199/255, 199/255, 199/255);
1015-
	Apoc137 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Go To",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,120),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="GoTo",Parent = Apoc133})
1015+
		})
1016-
	Apoc138 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Bring",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,150),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Bring",Parent = Apoc133})
1016+
		obj.MouseButton1Down:connect(function()
1017-
	Apoc139 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change Speed",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,180),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Speed",Parent = Apoc133})
1017+
			spawn(func)
1018-
	Apoc140 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Cycler",Parent = Apoc133})
1018+
1019-
	Apoc141 = CreateInstance("TextButton",{Font=4,FontSize=6,Text=">",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.76999998092651,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Right",Parent = Apoc140})
1019+
		if ysz > self.drawHeight then
1020-
	Apoc142 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="<",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.18999999761581,-1,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Left",Parent = Apoc140})
1020+
			self.drawHeight = ysz
1021-
	Apoc143 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Vehicle Not Set",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.25,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0.5,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Lbl",Parent = Apoc140})
1021+
1022-
	Apoc144 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change Horn",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Horn",Parent = Apoc133})
1022+
		self.drawX = self.drawX + sz
1023-
	Apoc145 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,220,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,110),SizeConstraint=0,Visible=true,ZIndex=3,Name="PlayerList",Parent = Apoc133})
1023+
		if self.drawX > 0.998 then
1024-
	Apoc146 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Dupe",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,240),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Dupe",Parent = Apoc133})
1024+
			self.drawY = self.drawY + 3 + self.drawHeight
1025-
	Apoc147 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Vars",Parent = Apoc133})
1025+
			self.drawX = 0
1026-
	Apoc148 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Player:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,145),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc147})
1026+
			self.drawHeight = 0
1027-
	Apoc149 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc148})
1027+
			if (not ncan) then
1028-
	Apoc150 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Offroad:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,175),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Offroad",Parent = Apoc147})
1028+
				self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1029-
	Apoc151 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc150})
1029+
1030-
	Apoc152 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Onroad:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,205),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Onroad",Parent = Apoc147})
1030+
1031-
	Apoc153 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc152})
1031+
		return obj
1032-
	Apoc154 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Horn ID:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,235),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Horn",Parent = Apoc147})
1032+
1033-
	Apoc155 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc154})
1033+
1034-
	Apoc156 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Godmode",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,110,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Godmode",Parent = Apoc133})
1034+
	function self:GetChildren()
1035-
	Apoc157 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Ungodmode",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,110,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Ungodmode",Parent = Apoc133})
1035+
		return self.main:GetChildren()
1036-
	Apoc158 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Teleport",Parent = Apoc85})
1036+
1037-
	Apoc159 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Main",Parent = Apoc158})
1037+
1038-
	Apoc160 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Teleport",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Teleport",Parent = Apoc159})
1038+
	function self:getDrawY()
1039-
	Apoc161 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,110),SizeConstraint=0,Visible=true,ZIndex=4,Name="PlayerList",Parent = Apoc159})
1039+
		return self.drawY
1040-
	Apoc162 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Add WayPoint",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,120),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="AddWP",Parent = Apoc159})
1040+
1041-
	Apoc163 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Remove WayPoint",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,150),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="RemWP",Parent = Apoc159})
1041+
1042-
	Apoc164 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,15,0,-70),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,355),SizeConstraint=0,Visible=true,ZIndex=2,Name="Extension",Parent = Apoc159})
1042+
	function self:setDrawY(y)
1043-
	Apoc165 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=3,Name="Details",Parent = Apoc164})
1043+
		self.drawY = y
1044-
	Apoc166 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc165})
1044+
1045-
	Apoc167 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc165})
1045+
1046-
	Apoc168 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc165})
1046+
	function self:drawTextBox(sz, txt, ysz, cbgd)
1047-
	Apoc169 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=4,Name="Border",Parent = Apoc165})
1047+
		local xposOffset = 0
1048-
	Apoc170 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="WAYPOINT LIST",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="NameTag",Parent = Apoc164})
1048+
		local xposScale = self.drawX
1049-
	Apoc171 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,1,-45),SizeConstraint=0,Visible=true,ZIndex=3,Name="WayPointList",Parent = Apoc164})
1049+
		local xszOffset = 0
1050-
	Apoc172 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Vars",Parent = Apoc158})
1050+
		local xszScale = sz
1051-
	Apoc173 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Mode:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Method",Parent = Apoc172})
1051+
		if not (self.drawX == 0)  then
1052-
	Apoc174 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Goto",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Btn",Parent = Apoc173})
1052+
			xszOffset = -5
1053-
	Apoc175 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Location: ",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc172})
1053+
			if sz + self.drawX > 0.998 then
1054-
	Apoc176 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc175})
1054+
				xszOffset = -10
1055-
	Apoc177 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Type:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,30),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Type",Parent = Apoc172})
1055+
1056-
	Apoc178 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Player",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Btn",Parent = Apoc177})
1056+
		elseif sz == 1 then
1057-
	Apoc179 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Name:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,180),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="wName",Parent = Apoc172})
1057+
			xszOffset = -(self.sepr) - 5
1058-
	Apoc180 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc179})
1058+
			xposOffset = self.sepr/2
1059-
	Apoc181 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="X Pos:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="X",Parent = Apoc172})
1059+
1060-
	Apoc182 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc181})
1060+
			xszOffset = -4 + -(self.sepr/2)
1061-
	Apoc183 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Z Pos:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,150),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Z",Parent = Apoc172})
1061+
			xposOffset = self.sepr/2
1062-
	Apoc184 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc183})
1062+
1063-
	Apoc185 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Y Pos:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,120),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Y",Parent = Apoc172})
1063+
		if not ysz then ysz = 20 end
1064-
	Apoc186 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc185})
1064+
		local obj = topkek.tools.util.Object("TextBox", {
1065-
	Apoc187 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Misc",Parent = Apoc85})
1065+
			Parent = self.main;
1066-
	Apoc188 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Vars",Parent = Apoc187})
1066+
			BackgroundColor3 = cbgd or color3(153, 52, 52); 
1067-
	Apoc189 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Message:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Message",Parent = Apoc188})
1067+
			BorderSizePixel = 0;
1068-
	Apoc190 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=0,TextYAlignment=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.20000000298023,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.80000001192093,0,0,50),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc189})
1068+
			Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1069-
	Apoc191 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Colour:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Colour",Parent = Apoc188})
1069+
			Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1070-
	Apoc192 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.20784315466881,0.65490198135376,0.15686275064945),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.20000000298023,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Green",Parent = Apoc191})
1070+
			Font = 'SourceSans';
1071-
	Apoc193 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.65490198135376,0,0.0078431377187371),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.20000000298023,30,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Red",Parent = Apoc191})
1071+
			FontSize = 'Size14';
1072-
	Apoc194 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.89019614458084,0.89019614458084,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.20000000298023,60,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Yellow",Parent = Apoc191})
1072+
			Text = txt;
1073-
	Apoc195 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.2549019753933,0.94509810209274,0.94509810209274),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.20000000298023,90,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Blue",Parent = Apoc191})
1073+
			TextSize = 14;
1074-
	Apoc196 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="X",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.20000000298023,120,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="White",Parent = Apoc191})
1074+
			TextColor3 = Color3.new(199/255, 199/255, 199/255);
1075-
	Apoc197 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Player:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc188})
1075+
		})
1076-
	Apoc198 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc197})
1076+
		if ysz > self.drawHeight then
1077-
	Apoc199 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="ID:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,120),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="ID",Parent = Apoc188})
1077+
			self.drawHeight = ysz
1078-
	Apoc200 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc199})
1078+
1079-
	Apoc201 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Main",Parent = Apoc187})
1079+
		self.drawX = self.drawX + sz
1080-
	Apoc202 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Send MSG",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,180),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="SendMSG",Parent = Apoc201})
1080+
		if self.drawX > 0.998 then
1081-
	Apoc203 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,110),SizeConstraint=0,Visible=true,ZIndex=4,Name="PlayerList",Parent = Apoc201})
1081+
			self.drawY = self.drawY + 3 + self.drawHeight
1082-
	Apoc204 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Kill All Zombies",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="KillZombies",Parent = Apoc201})
1082+
			self.drawX = 0
1083-
	Apoc205 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Stop Music",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.34999999403954,0,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="StopMusic",Parent = Apoc201})
1083+
			self.drawHeight = 0
1084-
	Apoc206 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Play Music",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.34999999403954,0,0,180),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="PlayMusic",Parent = Apoc201})
1084+
			self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1085-
	Apoc207 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Clear Spawned Loot",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,240),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="ClearLoot",Parent = Apoc201})
1085+
1086-
	Apoc208 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change Shirt",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.69999998807907,0,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Shirt",Parent = Apoc201})
1086+
		return obj
1087-
	Apoc209 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change Pants",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.69999998807907,0,0,180),Rotation=0,Selectable=true,Size=UDim2.new(0.30000001192093,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Pants",Parent = Apoc201})
1087+
1088-
	Apoc210 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="Skin Giver",Parent = Apoc85})
1088+
1089-
	Apoc211 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Vars",Parent = Apoc210})
1089+
	function self:drawImage(sz, img, ysz)
1090-
	Apoc212 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Primary:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Primary",Parent = Apoc211})
1090+
		local xposOffset = 0
1091-
	Apoc213 = CreateInstance("ImageButton",{Image="",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0.5,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,35,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=9,Name="Mat",Parent = Apoc212})
1091+
		local xposScale = self.drawX
1092-
	Apoc214 = CreateInstance("ImageButton",{Image="",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0.5,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=9,Name="Col",Parent = Apoc212})
1092+
		local xszOffset = 0
1093-
	Apoc215 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Player:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,75),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc211})
1093+
		local xszScale = sz
1094-
	Apoc216 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc215})
1094+
		if not (self.drawX == 0)  then
1095-
	Apoc217 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Slot: ",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,105),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Slot",Parent = Apoc211})
1095+
			xszOffset = -5
1096-
	Apoc218 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1.3999999761581,5,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc217})
1096+
			if sz + self.drawX > 0.998 then
1097-
	Apoc219 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Secondary:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,35),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Secondary",Parent = Apoc211})
1097+
				xszOffset = -12
1098-
	Apoc220 = CreateInstance("ImageButton",{Image="",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0.5,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=9,Name="Col",Parent = Apoc219})
1098+
1099-
	Apoc221 = CreateInstance("ImageButton",{Image="",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0.5,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,35,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=9,Name="Mat",Parent = Apoc219})
1099+
		elseif sz == 1 then
1100-
	Apoc222 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Main",Parent = Apoc210})
1100+
			xszOffset = -(self.sepr) - 5
1101-
	Apoc223 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,125),SizeConstraint=0,Visible=true,ZIndex=4,Name="MaterialList",Parent = Apoc222})
1101+
			xposOffset = self.sepr/2
1102-
	Apoc224 = CreateInstance("ImageButton",{Image="",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0.5,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.14901961386204,0.14901961386204,0.14901961386204),BackgroundTransparency=0,BorderColor3=Color3.new(0.094117656350136,0.51764708757401,0.12549020349979),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,4,0,4),Rotation=0,Selectable=true,Size=UDim2.new(0,42,0,42),SizeConstraint=0,Visible=false,ZIndex=4,Name="Template",Parent = Apoc223})
1102+
1103-
	Apoc225 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0.50999999046326,0,0,135),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,125),SizeConstraint=0,Visible=true,ZIndex=4,Name="PlayerList",Parent = Apoc222})
1103+
			xszOffset = -5 + -(self.sepr/2)
1104-
	Apoc226 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Set Skin",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,135),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="SetSkin",Parent = Apoc222})
1104+
			xposOffset = self.sepr/2
1105-
	Apoc227 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Spawn Crate",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,165),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="SpawnCrate",Parent = Apoc222})
1105+
1106-
	Apoc228 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=false,ZIndex=2,Name="InvViewer",Parent = Apoc85})
1106+
		if not ysz then ysz = 20 end
1107-
	Apoc229 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Heal",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Heal",Parent = Apoc228})
1107+
		local obj = topkek.tools.util.Object("ImageLabel", {
1108-
	Apoc230 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Explode",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Explode",Parent = Apoc228})
1108+
			Parent = self.main;
1109-
	Apoc231 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Fix Speed",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,90),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="ResetSpeed",Parent = Apoc228})
1109+
			BackgroundTransparency = 1;
1110-
	Apoc232 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Go To",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,120),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="GoTo",Parent = Apoc228})
1110+
			BorderColor3 = Color3.new(27, 42, 53);
1111-
	Apoc233 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Bring",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,150),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Bring",Parent = Apoc228})
1111+
			BorderSizePixel = 0;
1112-
	Apoc234 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change Speed",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,180),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Speed",Parent = Apoc228})
1112+
			Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1113-
	Apoc235 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Cycler",Parent = Apoc228})
1113+
			Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1114-
	Apoc236 = CreateInstance("TextButton",{Font=4,FontSize=6,Text=">",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.76999998092651,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Right",Parent = Apoc235})
1114+
			Image = img;
1115-
	Apoc237 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="<",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.18999999761581,-1,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Left",Parent = Apoc235})
1115+
		})
1116-
	Apoc238 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Vehicle Not Set",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.25,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0.5,0,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Lbl",Parent = Apoc235})
1116+
		if ysz > self.drawHeight then
1117-
	Apoc239 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Change Horn",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,210),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Horn",Parent = Apoc228})
1117+
			self.drawHeight = ysz
1118-
	Apoc240 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,220,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0.49000000953674,0,0,110),SizeConstraint=0,Visible=true,ZIndex=3,Name="PlayerList",Parent = Apoc228})
1118+
1119-
	Apoc241 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Dupe",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,240),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Dupe",Parent = Apoc228})
1119+
		self.drawX = self.drawX + sz
1120-
	Apoc242 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,0),SizeConstraint=0,Visible=true,ZIndex=4,Name="Vars",Parent = Apoc228})
1120+
		if self.drawX > 0.998 then
1121-
	Apoc243 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Player:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,145),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Player",Parent = Apoc242})
1121+
			self.drawY = self.drawY + 3 + self.drawHeight
1122-
	Apoc244 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc243})
1122+
			self.drawX = 0
1123-
	Apoc245 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Offroad:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,175),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Offroad",Parent = Apoc242})
1123+
			self.drawHeight = 0
1124-
	Apoc246 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc245})
1124+
			if (not ncan) then
1125-
	Apoc247 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Onroad:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,205),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Onroad",Parent = Apoc242})
1125+
				self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1126-
	Apoc248 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc247})
1126+
1127-
	Apoc249 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Horn ID:",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,220,0,235),Rotation=0,Selectable=false,Size=UDim2.new(0.20000000298023,0,0,25),SizeConstraint=0,Visible=true,ZIndex=3,Name="Horn",Parent = Apoc242})
1127+
1128-
	Apoc250 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,100,0,5),Rotation=0,Selectable=true,Size=UDim2.new(1,39,0,20),SizeConstraint=0,Visible=true,ZIndex=3,Name="Box",Parent = Apoc249})
1128+
		return obj
1129-
	Apoc251 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Godmode",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,110,0,30),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Godmode",Parent = Apoc228})
1129+
1130-
	Apoc252 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Ungodmode",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,110,0,60),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=4,Name="Ungodmode",Parent = Apoc228})
1130+
1131-
	Apoc253 = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=true,Position=UDim2.new(0.5,-250,0.5,-170),Rotation=0,Selectable=false,Size=UDim2.new(0,500,0,355),SizeConstraint=0,Visible=false,ZIndex=6,Name="OutputPanel",Parent = Apoc})
1131+
	function self:drawText(sz, txt, ysz)
1132-
	Apoc254 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=7,Name="Details",Parent = Apoc253})
1132+
		local xposOffset = 0
1133-
	Apoc255 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc254})
1133+
		local xposScale = self.drawX
1134-
	Apoc256 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc254})
1134+
		local xszOffset = 0
1135-
	Apoc257 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc254})
1135+
		local xszScale = sz
1136-
	Apoc258 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc254})
1136+
		if not (self.drawX == 0)  then
1137-
	Apoc259 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="DEBUGGING CONSOLE",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=7,Name="NameTag",Parent = Apoc253})
1137+
			xszOffset = -5
1138-
	Apoc260 = CreateInstance("TextLabel",{Font=4,FontSize=5,Text="Click and drag",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,2),Rotation=0,Selectable=false,Size=UDim2.new(1,-5,0,0),SizeConstraint=0,Visible=true,ZIndex=8,Name="note",Parent = Apoc259})
1138+
			if sz + self.drawX > 0.998 then
1139-
	Apoc261 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,1,-105),SizeConstraint=0,Visible=true,ZIndex=7,Name="Output",Parent = Apoc253})
1139+
				xszOffset = -10
1140-
	Apoc262 = CreateInstance("TextLabel",{Font=4,FontSize=5,Text="[00:00.0] Message Here",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,-4,0,14),SizeConstraint=0,Visible=false,ZIndex=7,Name="Template",Parent = Apoc261})
1140+
1141-
	Apoc263 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,230,1,-30),Rotation=0,Selectable=true,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=7,Name="ScrollLock",Parent = Apoc253})
1141+
		elseif sz == 1 then
1142-
	Apoc264 = CreateInstance("TextLabel",{Font=4,FontSize=6,Text="Lock Scrolling",TextColor3=Color3.new(0.59607845544815,0.59607845544815,0.59607845544815),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,10,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=7,Name="note",Parent = Apoc263})
1142+
			local bzz = 5
1143-
	Apoc265 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Clear Console",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,120,1,-30),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=7,Name="Clear",Parent = Apoc253})
1143+
			if ncan then
1144-
	Apoc266 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=4,FontSize=6,MultiLine=false,Text="",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,1,-60),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,0,20),SizeConstraint=0,Visible=true,ZIndex=7,Name="Box",Parent = Apoc253})
1144+
				bzz = 0
1145-
	Apoc267 = CreateInstance("TextButton",{Font=4,FontSize=6,Text="Execute",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=2,TextYAlignment=0,AutoButtonColor=true,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,10,1,-30),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,20),SizeConstraint=0,Visible=true,ZIndex=7,Name="Execute",Parent = Apoc253})
1145+
1146-
	Apoc268 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,5,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,200,0,355),SizeConstraint=0,Visible=true,ZIndex=6,Name="Extension",Parent = Apoc253})
1146+
			xszOffset = -(self.sepr) - bzz
1147-
	Apoc269 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.88627457618713,0.88627457618713,0.88627457618713),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,0),SizeConstraint=0,Visible=true,ZIndex=8,Name="Details",Parent = Apoc268})
1147+
			xposOffset = self.sepr/2
1148-
	Apoc270 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc269})
1148+
1149-
	Apoc271 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc269})
1149+
			xszOffset = -4 + -(self.sepr/2)
1150-
	Apoc272 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,1,-1),Rotation=0,Selectable=false,Size=UDim2.new(1,2,0,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc269})
1150+
			xposOffset = self.sepr/2
1151-
	Apoc273 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.61960786581039,0.40000003576279,0.2039215862751),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-1,0,-1),Rotation=0,Selectable=false,Size=UDim2.new(0,2,1,2),SizeConstraint=0,Visible=true,ZIndex=8,Name="Border",Parent = Apoc269})
1151+
1152-
	Apoc274 = CreateInstance("TextLabel",{Font=4,FontSize=7,Text="COMMANDS",TextColor3=Color3.new(0.48627454042435,0.48627454042435,0.48627454042435),TextScaled=false,TextSize=24,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.68627452850342,0.68627452850342,0.68627452850342),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=7,Name="NameTag",Parent = Apoc268})
1152+
		if not ysz then ysz = 20 end
1153-
	Apoc275 = CreateInstance("ScrollingFrame",{BottomImage="rbxassetid://444968148",CanvasPosition=Vector2.new(0,0),CanvasSize=UDim2.new(0,0,0,0),MidImage="rbxassetid://444968148",ScrollBarThickness=5,ScrollingEnabled=true,TopImage="rbxassetid://444968148",Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.95294123888016,0.95294123888016,0.95294123888016),BackgroundTransparency=0,BorderColor3=Color3.new(0.70980393886566,0.70980393886566,0.70980393886566),BorderSizePixel=3,ClipsDescendants=true,Draggable=false,Position=UDim2.new(0,10,0,35),Rotation=0,Selectable=true,Size=UDim2.new(1,-20,1,-45),SizeConstraint=0,Visible=true,ZIndex=7,Name="CmdList",Parent = Apoc268})
1153+
		local obj = topkek.tools.util.Object("TextLabel", {
1154-
	Apoc276 = CreateInstance("TextLabel",{Font=4,FontSize=5,Text="Kill [p]",TextColor3=Color3.new(0.61568629741669,0.61568629741669,0.61568629741669),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,-5,0,20),SizeConstraint=0,Visible=false,ZIndex=7,Name="Template",Parent = Apoc275})
1154+
			Parent = self.main;
1155-
	return Apoc
1155+
			BackgroundColor3 = Color3.new(148/255, 51/255, 51/255);
1156
			BorderSizePixel = 0;
1157
			Position = UDim2.new(xposScale, xposOffset, 0, self.drawY);
1158-
	--//Apocalypse Rising: Reimagined
1158+
			Size = UDim2.new(xszScale, xszOffset, 0, ysz);
1159-
local service = setmetatable({}, {
1159+
			Font = 'SourceSans';
1160-
	__index = function(t, k)
1160+
			FontSize = 'Size14';
1161-
		return game:GetService(k)
1161+
			Text = txt;
1162
			TextSize = 14;
1163-
})
1163+
			TextColor3 = Color3.new(199/255, 199/255, 199/255);
1164-
local Gui = createApoc()
1164+
1165-
Gui.Parent = service.CoreGui
1165+
		})
1166
		if ysz > self.drawHeight then
1167-
--//MAIN GUI VARS
1167+
			self.drawHeight = ysz
1168-
Main = Gui:WaitForChild("MainFrame")
1168+
1169-
Spec = Gui:WaitForChild("Spectate")
1169+
		self.drawX = self.drawX + sz
1170-
Output = Gui:WaitForChild("OutputPanel")
1170+
		if self.drawX > 0.998 then
1171-
Settings = Gui:WaitForChild("Settings")
1171+
			self.drawY = self.drawY + 3 + self.drawHeight
1172-
Toggles = Gui:WaitForChild("Toggles")
1172+
			self.drawX = 0
1173-
--//SUB GUI VARS
1173+
			self.drawHeight = 0
1174-
local Btns = Main:WaitForChild("MainButtons")
1174+
			if (not ncan) then
1175-
local sPanel = Main:WaitForChild("ServerPanel")
1175+
				self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1176-
local lPanel = Main:WaitForChild("LocalPanel")
1176+
1177-
local newMap = service.Lighting.Map:Clone()
1177+
1178-
local newTarg = newMap.Frame.Targ
1178+
		return obj
1179-
local sBtns = sPanel.Buttons
1179+
1180-
local VehicleFr = sPanel.Vehicle
1180+
1181-
local SkinFr = sPanel["Skin Giver"]
1181+
1182-
local MiscFr = sPanel.Misc
1182+
	function self:drawScrollingContainer(ysz)
1183-
local SpawnFr = sPanel.Spawning
1183+
		local sz = UDim2.new(1, -(self.sepr/2) - 11, 0, ysz)
1184-
local PlayerFr = sPanel.Player
1184+
		local pos = UDim2.new(0, self.sepr/2, 0, self.drawY)
1185-
local TpFr = sPanel.Teleport
1185+
		local obj = topkek.tools.util.Object("ScrollingFrame", {
1186-
local InvFr = sPanel.InvViewer
1186+
			Parent = self.main;
1187-
local lSpawnFr = lPanel.Spawning
1187+
			BackgroundColor3 = color3(117, 42, 42);
1188-
local lMiscFr = lPanel.Misc
1188+
			BorderSizePixel = 0;
1189-
local Template = lPanel.Spawning.ItemList.Template
1189+
			Position = pos;
1190-
local sTemplate = SkinFr.Main.MaterialList.Template
1190+
			Size = sz;
1191-
local oTemplate = Output.Output.Template
1191+
			BottomImage = 'rbxassetid://368504177';
1192-
local cTemplate = Output.Extension.CmdList.Template
1192+
			MidImage = 'rbxassetid://368504177';
1193
			TopImage = 'rbxassetid://368504177';
1194-
--//NON-GUI VARS
1194+
			ScrollBarThickness = 5;
1195-
_G.ApocPass = "0"
1195+
		})
1196-
_G.Functions = {}
1196+
1197
		self.drawY = self.drawY + 5 + ysz
1198-
local CurrCol, CurrVeh, CurrPlr, CurrSnd = "White", nil, nil, nil
1198+
		self.drawX = 0
1199
		self.drawHeight = 0
1200-
local Scale = {
1200+
		if (not ncan) then
1201-
	["X"] = 23.9, 
1201+
			self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1202-
	["Z"] = 23.9
1202+
1203
		return topkek.tools.gui:hookContainer(obj, false, 10, 3)
1204
	end
1205-
local Alpha = {"A", "C", "d", "g", "L", "p", "s", "T", "Z"}
1205+
1206-
local Fillers = {"a", "B", "i", "P", "Y", "S"}
1206+
	function self:drawContainer(xsz, ysz, xz, tz, sep)
1207
		local sz = UDim2.new(xsz, -(self.sepr/2) - 11, 0, ysz)
1208-
local Colours = {21, 23, 37, 106, 24, 107, 104, 1022, 141, 1011, 1007, 26, 192, 18, 5, 1010, 1004, 1009, 1020, 1032, 1, 1003, 1017, 1013, 301, 1006, 194, 194, 332, 333 ,226, 346, 361, 327, 1001, 335, 329, 309, 337, 194, 1016, 1026, 1006, 1027, 331, 325, 226, 1024, 105, 324, 1027, 347, 346, 1022, 1019, 133, 1018, 1021, 338, 315}
1208+
		local pos = UDim2.new(tz or 0, self.sepr/2, 0, self.drawY)
1209-
local Materials = {18662154, 183187728, 183187755, 183187762, 183187712, 183187778, 183187786, 183187745, 183187739}
1209+
		local obj = topkek.tools.util.Object("Frame", {
1210-
local Badges = {117136259, 117135712, 117135325, 160133328, 160133359, 117136113, 117135579, 117135227, 160133256, 160133290}
1210+
			Parent = self.main;
1211-
local BanSettings = {
1211+
			BackgroundColor3 = color3(117, 42, 42);
1212-
	["LIST"] = true,
1212+
			BorderSizePixel = 0;
1213-
	["GROUPS"] = true,
1213+
			Position = pos;
1214-
	["FRIENDS"] = false,
1214+
			Size = sz;
1215-
	["GUESTS"] = true,
1215+
		})
1216-
	["AGE"] = 30,
1216+
		if not xz then
1217
			self.drawY = self.drawY + 5 + ysz
1218-
	["SET"] = false
1218+
1219
		self.drawX = 0
1220-
local Bools = {
1220+
		self.drawHeight = 0
1221-
	["Stamina"] = false,
1221+
		if (not ncan) then
1222-
	["Hunger"] = false,
1222+
			self.main.CanvasSize = UDim2.new(0, 0, 0, self.drawY + 5)
1223-
	["Thirst"] = false,
1223+
1224-
	["Godmode"] = false,
1224+
		return topkek.tools.gui:hookContainer(obj, sep or 12, 5)
1225-
	["Reload"] = false,
1225+
1226-
	["ClickTP"] = false
1226+
1227
	function self:addSpacing()
1228-
local input, Commands, GPS, Locations, Allowed, LoopHealed, WayPoints, Banned = {}, {}, {}, {}, {}, {}, {}, {}
1228+
		self.drawY = self.drawY + 3
1229-
local VehicleSpeeds = {
1229+
1230-
	["PoliceCar"] = {68, 36},
1230+
1231-
	["DeliveryVan"] = {58, 30},
1231+
	function self:center()
1232-
	["Bicycle"] = {36, 28},
1232+
		local a,c,b=
1233-
	["Tractor"] = {45, 40},
1233+
			self.main.Position.X.Scale,
1234-
	["Pickup2"] = {58, 40},
1234+
				self.main.Position.X.Offset,self.main.Size.Y.Offset
1235-
	["Jeep"] = {58, 40},
1235+
		self.main.Position=UDim2.new(a,c+2, 0.5, -(b/2))
1236-
	["SUV"] = {60, 42},
1236+
	end	
1237-
	["ATV"] = {52, 46},
1237+
1238-
	["Jeep2"] = {58, 40},
1238+
	return self
1239-
	["Motorside"] = {55, 35},
1239+
1240-
	["Motorcycle"] = {55, 35},
1240+
1241-
	["Car"] = {60, 35},
1241+
--//anim//--
1242-
	["Firetruck"] = {66, 36},
1242+
topkek.tools.animator.animateTo = function(source, dest)
1243-
	["Ural2"] = {55, 35},
1243+
	-- holder2holder:
1244-
	["Ural"] = {55, 35},
1244+
	-- invis holder
1245-
	["Pickup"] = {58, 40},
1245+
	-- clone holder; vis
1246-
	["Humvee2"] = {62, 40},
1246+
	-- move holder to right
1247-
	["Humvee"] = {62, 40},
1247+
	-- vis dest container
1248-
	["Ambulance"] = {65, 35},
1248+
	-- tween clone holder left
1249
	-- tween dest holder right
1250-
local Loadouts = {
1250+
	print("nav",source,dest)
1251-
	{["Name"] = "Breacher", ["List"] = {
1251+
	topkek.holder.Visible = false
1252-
		["Entrencher"] = 1,
1252+
	local hclone = topkek.holder:Clone()
1253-
		["OmniLight"] = 1,
1253+
	hclone.Parent = topkek.center
1254-
		["Painkillers"] = 4,
1254+
	hclone.Name = 'animclone'
1255-
		["ACOG"] = 1,
1255+
	hclone.Visible = true
1256-
		["MRE"] = 2,
1256+
	topkek.holder.Position = UDim2.new(-1, 0, 0, 30)
1257-
		["Detonator"] = 1,
1257+
	source.Visible = false
1258-
		["Compass"] = 1,
1258+
	dest.Visible = true
1259-
		["M4A1"] = 1,
1259+
	dest.Container.Visible = true
1260-
		["Map"] = 1,
1260+
	dest.Container.ZIndex = 1
1261-
		["MilitaryPackBlack"] = 1,
1261+
	dest.ZIndex = 1
1262-
		["GPS"] = 1,
1262+
	topkek.holder.Visible = true
1263-
		["BloodBag"] = 4,
1263+
	topkek.holder:TweenPosition(UDim2.new(0, 150, 0, 30), "Out", "Quad", 0.3)
1264-
		["WaterBottle"] = 2,
1264+
	hclone:TweenPosition(UDim2.new(1, 0, 0, 30), "Out", "Quad", 0.3)
1265-
		["STANAGAmmo100"] = 8,
1265+
	wait(0.3)
1266-
		["Grip"] = 1,
1266+
1267-
		["Sabre"] = 1,
1267+
topkek.tools.animator.initialAnimation = function()
1268-
		["Suppressor556"] = 1,
1268+
	-- initanim:
1269-
	}},
1269+
	-- join both composites
1270-
	{["Name"] = "Overwatch", ["List"] = {
1270+
	-- delete composites; vis solid
1271-
		["Entrencher"] = 1,
1271+
	-- tween solid to nav topbar
1272-
		["OmniLight"] = 1,
1272+
	-- copy topbar plrname; move outside region
1273-
		["ACOG"] = 1,
1273+
	-- tween in clone topbar
1274-
		["MRE"] = 2,
1274+
	-- delete clone and solid; vis topbar
1275-
		["Detonator"] = 1,
1275+
	-- tween down topbar
1276-
		["VS50"] = 2,
1276+
	-- tween holder out
1277-
		["Compass"] = 1,
1277+
	local function abspos(x)
1278-
		["Map"] = 1,
1278+
		return UDim2.new(0, x.AbsolutePosition.X, 0, x.AbsolutePosition.Y)
1279-
		["MilitaryPackBlack"] = 1,
1279+
1280-
		["M14"] = 1,
1280+
	local function abssz(x)
1281-
		["GPS"] = 1,
1281+
		return UDim2.new(0, x.AbsoluteSize.X, 0, x.AbsoluteSize.Y)
1282-
		["BloodBag"] = 4,
1282+
1283-
		["WaterBottle"] = 2,
1283+
	local holder = topkek.holder
1284-
		["M14Ammo50"] = 11,
1284+
	local nav = topkek.navigator
1285-
		["Grip"] = 1,
1285+
	local topnav = nav.Topbar
1286-
		["Sabre"] = 1,
1286+
	local topbar = topkek.topbar
1287-
		["Supressor762"] = 1,
1287+
	local pname = topbar.PlayerName:Clone()
1288-
	}},
1288+
	local solid = topkek.gui.Solid
1289-
	{["Name"] = "Mercenary", ["List"] = {
1289+
	topkek.center.Size = UDim2.new(0, 150, 0, 30)
1290-
		["Entrencher"] = 1,
1290+
	topkek.gui.Composite1:TweenPosition(UDim2.new(0.5, -50, 0.5, -50), 'Out', 'Quad', 0.5)
1291-
		["OmniLight"] = 1,
1291+
	topkek.gui.Composite2:TweenPosition(UDim2.new(0.5, 0, 0.5, -50), 'Out', 'Quad', 0.5)
1292-
		["Mk 17"] = 1,
1292+
	wait(0.52)
1293-
		["ACOG"] = 1,
1293+
	solid.Visible = true
1294-
		["MRE"] = 2,
1294+
	topkek.gui.Composite1:Destroy()
1295-
		["Detonator"] = 1,
1295+
	topkek.gui.Composite2:Destroy()
1296-
		["Compass"] = 1,
1296+
	wait(3)
1297-
		["Map"] = 1,
1297+
	solid.Label:TweenPosition(UDim2.new(0, 0, 1.5, 0), 'Out', 'Quad', 0.5)
1298-
		["MilitaryPackBlack"] = 1,
1298+
	solid:TweenSizeAndPosition(abssz(topnav), abspos(topnav), 'Out', 'Linear', 0.6)
1299-
		["GPS"] = 1,
1299+
	wait(0.52)
1300-
		["BloodBag"] = 4,
1300+
	solid.Label:Destroy()
1301-
		["WaterBottle"] = 2,
1301+
	wait(0.12)
1302-
		["C4"] = 1,
1302+
	topkek.center.Visible = true
1303-
		["M14Ammo50"] = 11,
1303+
	topnav.Visible = true
1304-
		["Grip"] = 1,
1304+
	solid:Destroy()
1305-
		["Sabre"] = 1,
1305+
	pname.Position = UDim2.new(0, -170, 0, 0)
1306-
		["Supressor762"] = 1,
1306+
	pname.Parent = topnav
1307-
	}},
1307+
	pname.Visible = true
1308-
	{["Name"] = "Spec Ops", ["List"] = {
1308+
	pname:TweenPosition(UDim2.new(0, 10, 0, 0), 'Out', 'Quad', 0.2)
1309-
		["Entrencher"] = 1,
1309+
	wait(0.25)
1310-
		["OmniLight"] = 1,
1310+
	topkek.center:TweenSize(UDim2.new(0, 150, 0, 395), 'Out', 'Quad', 0.3)
1311-
		["ACOG"] = 1,
1311+
	spawn(topkek.navigation.buildNavigator)
1312-
		["Laser"] = 1,
1312+
	wait(0.35)
1313-
		["Detonator"] = 1,
1313+
	topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'In', 'Quad', 0.3)
1314-
		["Compass"] = 1,
1314+
	wait(0.35)
1315-
		["Map"] = 1,
1315+
	topbar.PlayerName.Visible = true
1316-
		["C4"] = 3,
1316+
	pname:Destroy()
1317-
		["MilitaryPackBlack"] = 1,
1317+
	AllowHovers = true
1318-
		["M9Ammo32"] = 2,
1318+
1319-
		["MP5"] = 1,
1319+
--//nav//--
1320-
		["GPS"] = 1,
1320+
topkek.navigation.currentContainer = topkek.tools.util.getContainer('Home')
1321-
		["BallisticSpecOps"] = 1,
1321+
topkek.navigation.windowState = 0
1322-
		["CamoSpecialBottom"] = 1,
1322+
topkek.navigation.gotoContainer = function(cont)
1323-
		["G18"] = 1,
1323+
	topkek.tools.animator.animateTo(topkek.navigation.currentContainer, cont)
1324-
		["BloodBad"] = 7,
1324+
	topkek.navigation.currentContainer = cont
1325-
		["MaskSpecOps"] = 1,
1325+
1326-
		["MP5Ammo"] = 8,
1326+
topkek.navigation.buildNavigator = function()
1327-
		["Suppressor9"] = 1,
1327+
	local nav = topkek.navigator
1328-
		["Sabre"] = 1,
1328+
	local hook = topkek.tools.gui:hookContainer(nav.Scroll, false)
1329-
		["CamoSpecialTop"] = 1,
1329+
	local btns = {}
1330-
	}},
1330+
	for l, x in pairs(topkek.data.windows) do
1331-
	{["Name"] = "Terrorist", ["List"] = {
1331+
		local container = topkek.tools.util.getContainer(x)
1332-
		["Map"] = 1,
1332+
		local btn = hook:drawButton(1, x, function() topkek.navigation.gotoContainer(container) end, 25)
1333-
		["OmniLight"] = 1,
1333+
		local ZPos = btn.Position
1334-
		["MilitaryPackBlack"] = 1,
1334+
		btn.Position = btn.Position - UDim2.new(0, 0, 0, 5)
1335-
		["GPS"] = 1,
1335+
		btn:TweenPosition(ZPos, 'Out', 'Bounce', 0.2)
1336-
		["C4"] = 10,
1336+
		btn.LayoutOrder = l
1337-
		["Entrencher"] = 1,
1337+
		btn.ZIndex = 4
1338-
		["Detonator"] = 1,
1338+
		local OPos = btn.Position
1339-
		["AK-47"] = 1,
1339+
		btn.MouseEnter:connect(function()
1340-
		["Compass"] = 1,
1340+
			if AllowHovers == false then
1341-
		["Sabre"] = 1,
1341+
1342-
		["AK47Ammo75"] = 9,
1342+
1343-
	}},
1343+
			for i, v in pairs(btns) do
1344-
	{["Name"] = "Support", ["List"] = {
1344+
				if v[1] ~= btn then
1345-
		["Map"] = 1,
1345+
					v[1]:TweenPosition(v[2], 'Out', 'Quad', 0.1)
1346-
		["OmniLight"] = 1,
1346+
1347-
		["C4"] = 2,
1347+
1348-
		["MilitaryPackBlack"] = 1,
1348+
			btn:TweenPosition(OPos + UDim2.new(0, 3, 0, 0), 'Out', 'Quad', 0.1)
1349-
		["M9Ammo32"] = 2,
1349+
1350-
		["ACOG"] = 1,
1350+
		btn.MouseLeave:connect(function()
1351-
		["GPS"] = 1,
1351+
			btn:TweenPosition(OPos, 'Out', 'Quad', 0.1)
1352-
		["Grip"] = 1,
1352+
1353-
		["G18"] = 1,
1353+
		table.insert(btns, {btn, OPos})
1354-
		["STANAGAmmo100"] = 5,
1354+
		wait()	
1355-
		["BloodBad"] = 11,
1355+
1356-
		["Detonator"] = 1,
1356+
1357-
		["SCAR-L"] = 1,
1357+
topkek.navigation.buildTopbar = function()
1358-
		["Compass"] = 1,
1358+
	local top = topkek.topbar
1359-
		["Sabre"] = 1,
1359+
	local FELabel = top.Controllers.IsFE
1360-
		["Entrencher"] = 1,
1360+
	top.PlayerName.Text = topkek.lplr.Name
1361-
	}},
1361+
	if game:GetService('Workspace').FilteringEnabled == true then
1362-
	{["Name"] = "Rusher", ["List"] = {
1362+
		FELabel.Text = "FE Game"
1363-
		["Map"] = 1,
1363+
		FELabel.TextColor3 = BrickColor.new("Bright red").Color
1364-
		["OmniLight"] = 1,
1364+
1365-
		["MilitaryPackBlack"] = 1,
1365+
		FELabel.Text = "Not FE"
1366-
		["Painkillers"] = 3,
1366+
		FELabel.TextColor3 = BrickColor.new("Bright green").Color
1367-
		["C4"] = 2,
1367+
1368-
		["GPS"] = 1,
1368+
	top.Controllers.Hide.MouseButton1Down:connect(function()
1369-
		["PPSHAmmo"] = 8,
1369+
		if topkek.navigation.windowState == 0 then
1370-
		["G18Ammo"] = 2,
1370+
			topkek.navigation.windowState = 1
1371-
		["G18"] = 1,
1371+
			topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.2)
1372-
		["BloodBad"] = 5,
1372+
1373-
		["Detonator"] = 1,
1373+
			topkek.navigation.windowState = 0
1374-
		["PPSH"] = 1,
1374+
			topkek.center:TweenSize(UDim2.new(0, 470, 0, 395), 'Out', 'Quint', 0.2)
1375-
		["Compass"] = 1,
1375+
1376-
		["Sabre"] = 1,
1376+
	end)	
1377-
		["Entrencher"] = 1,
1377+
	top.Controllers.Exit.MouseButton1Down:connect(function()
1378-
	}},
1378+
		topkek.center:TweenSize(UDim2.new(0, 470, 0, 30), 'Out', 'Quint', 0.3)
1379-
	{["Name"] = "Demolition", ["List"] = {
1379+
		wait(0.31)
1380-
		["Entrencher"] = 1,
1380+
		topkek.center:TweenSize(UDim2.new(0, 0, 0, 0), 'Out', 'Quint', 0.3)
1381-
		["OmniLight"] = 1,
1381+
		PlayerChatHook:disconnect()
1382-
		["ACOG"] = 1,
1382+
1383-
		["Laser"] = 1,
1383+
1384-
		["Detonator"] = 1,
1384+
1385-
		["VS50"] = 2,
1385+
topkek.navigation.initCommandBar = function()
1386-
		["Compass"] = 1,
1386+
	DistributedCmdBar, cmd = topkek.holder.Command, {}
1387-
		["AK47Ammo75"] = 5,
1387+
	loadstring(game:GetObjects("rbxassetid://685510751")[1].Source)()
1388-
		["Map"] = 1,
1388+
	DistributedCmdBar.FocusLost:connect(function(e)
1389-
		["MilitaryPackBlack"] = 1,
1389+
		if e == true then
1390-
		["M9Ammo32"] = 2,
1390+
			cmd.commands.run(DistributedCmdBar.Text)
1391-
		["GPS"] = 1,
1391+
			DistributedCmdBar.Text = ''
1392-
		["TM46"] = 2,
1392+
1393-
		["AK-104"] = 1,
1393+
1394-
		["C4"] = 3,
1394+
1395-
		["BloodBad"] = 4,
1395+
	PlayerChatHook = cmd.players.PlayerChatted:connect(function (_, plr, msg, _)
1396-
		["Sabre"] = 1,
1396+
		if cmd.util.isadmin(plr.Name) then
1397-
		["G18"] = 1,
1397+
			if msg:sub(1,1) == cmd.prefix or msg:sub(1,1) == cmd.hidden then
1398-
	}},
1398+
				cmd.commands.run(msg:sub(2, #msg))
1399-
	{["Name"] = "M.Q.C", ["List"] = {
1399+
1400-
		["Entrencher"] = 1,
1400+
1401-
		["OmniLight"] = 1,
1401+
1402-
		["Painkillers"] = 3,
1402+
1403-
		["HK 21"] = 1,
1403+
topkek.navigation.buildHomePage = function()
1404-
		["M14Ammo 50"] = 8,
1404+
	local count = 0
1405-
		["Grip"] = 1,
1405+
	for _, _ in pairs(cmd.commands.store) do count = count + 1 end
1406-
		["Laser"] = 1,
1406+
	local hook = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Home').Container, true)
1407-
		["Detonator"] = 1,
1407+
	hook:drawText(1, 'T0PK3K 4.0 ProtoSmasher Edition edited by bork')
1408-
		["Compass"] = 1,
1408+
	hook:drawText(1, 'Patch version 1.0.5')
1409-
		["Map"] = 1,
1409+
	hook:drawText(1, 'Commandbase patch version 1.0.0')
1410-
		["CCO"] = 1,
1410+
	hook:drawText(1, 'Number of commands: ' .. tostring(count))
1411-
		["MilitaryPackBlack"] = 1,
1411+
	local stime = hook:drawText(1, 'Server Time: 0')
1412-
		["M9Ammo32"] = 2,
1412+
1413-
		["GPS"] = 1,
1413+
		while true do
1414-
		["BloodBad"] = 5,
1414+
			stime.Text = 'Server Time: ' .. tostring(game:GetService('Workspace').DistributedGameTime)
1415-
		["C4"] = 2,
1415+
			wait(0.5)
1416-
		["Sabre"] = 1,
1416+
1417-
		["G18"] = 1,
1417+
1418-
	}},
1418+
	local ssz = hook:drawText(1, 'Server Size: 0')
1419-
	{["Name"] = "Vehicle Repair", ["List"] = {
1419+
1420-
		["ReinforcedWheel"] = 6,
1420+
		while true do
1421-
		["JerryCan"] = 4,
1421+
			ssz.Text = 'Server Size: ' .. tostring(game:GetService('Players').NumPlayers)
1422-
		["BallisticGlass"] = 1,
1422+
			wait(0.5)
1423-
		["FuelTank"] = 1,
1423+
1424-
		["ScrapMetal"] = 1,
1424+
1425-
		["EngineParts"] = 1,
1425+
	local fe = game:GetService('Workspace').FilteringEnabled
1426-
		["ArmorPlates"] = 1,
1426+
	hook:drawText(1, 'FilteringEnabled: ' .. (fe and "YES" or "NO"))
1427-
	}},
1427+
	hook:drawText(1, 'PlaceId: ' .. tostring(game.PlaceId))
1428
	hook:drawText(1, 'same', 55)
1429-
local Modes = {
1429+
1430-
	["Player"] = {},
1430+
topkek.navigation.buildContainers = function()
1431-
	["Vehicle"] = {},
1431+
	for _, v in pairs(topkek.data.windows) do
1432-
	["Local"] = {},
1432+
		topkek.tools.gui:makeContainer(v)
1433-
	["Stat"] = {},
1433+
1434-
	["Local"] = {},
1434+
1435-
	["Misc"] = {}
1435+
1436
topkek.navigation.initCommandBar()
1437-
local Meta = getrawmetatable(game)
1437+
topkek.navigation.buildContainers()
1438-
local OldIndex = Meta.__index
1438+
topkek.navigation.buildTopbar()
1439
topkek.navigation.buildHomePage()
1440-
local Exploit = (function()
1440+
wait()
1441-
	local Intriga = INTRIGAENV or false
1441+
1442-
    local Elysian = ELYSIAN_INITIATED or false
1442+
1443-
	local RC7 = fullaccess or false
1443+
--// actual code below lole //--
1444-
	local Seven = get_nil_instances or false
1444+
1445-
	local Cerberus = iscerberusthread or false
1445+
--// PLAYERS //--
1446-
	local Protosmasher = is_protosmasher_closure or false
1446+
local plrwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Players').Container)
1447
local search = plrwin:drawButton(1, '', function()end)
1448-
	return (
1448+
drop = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), search, {'All'})
1449-
		(Intriga and "Intriga") or
1449+
function fixPlayerDrop()
1450-
		(Elysian and "Elysian") or
1450+
	local t = {'All'}
1451-
		(RC7 and "RC7") or
1451+
	for i, v in pairs(game.Players:GetPlayers()) do
1452-
		((Seven and not Protosmasher) and "Seven") or
1452+
		table.insert(t, v.Name)
1453-
		(Cerberus and "Cerberus") or
1453+
1454-
		(Protosmasher and "Protosmasher") or 
1454+
	drop.SetTable(t)
1455-
		"Unknown Exploit"
1455+
1456-
	)
1456+
game.Players.PlayerAdded:connect(function()
1457-
end)()
1457+
	fixPlayerDrop()
1458
end)
1459-
local Selected = {
1459+
game.Players.PlayerRemoving:connect(function()
1460-
	Obj = nil,
1460+
	fixPlayerDrop()
1461-
	Primary = {
1461+
1462-
		Col = 1,
1462+
plrFrame = plrwin:drawContainer(1, 100)
1463-
		Mat = 1
1463+
headshotContainer = plrFrame:drawContainer(0.4, 94, true)
1464-
	},
1464+
headshotContainer:setDrawY(20)
1465-
	Secondary = {
1465+
headshot = headshotContainer:drawImage(1, "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png", 74)
1466-
		Col = 1,
1466+
headshotContainer:setDrawY(0)
1467-
		Mat = 1
1467+
userNameText = headshotContainer:drawText(1, "[All]")
1468
userNameText.ClipsDescendants = true
1469
userNameText.Font = Enum.Font.SourceSansBold
1470
infoContainer = plrFrame:drawContainer(0.5, 94, true, 0.5)
1471-
local Remotes = service.Lighting.Remote
1471+
infoContainer.BackgroundColor3 = color3(108, 38, 38)
1472-
local Scrolled = false
1472+
userIdText = infoContainer:drawText(1, "ID: 0")
1473-
local ServerLock = false
1473+
userAgeText = infoContainer:drawText(1, "Age: 0")
1474-
local Notif = true
1474+
userTeamText = infoContainer:drawText(1, "Team: Neutral")
1475
cval = 'All'
1476-
--//SETTING PROPERTIES
1476+
fixPlayerDrop()
1477-
newMap.Parent = service.CoreGui
1477+
1478-
newMap.Frame.Visible = false
1478+
function updatePlayer(plri)
1479-
newTarg.Image = "rbxassetid://493660854"
1479+
	local plr = game:GetService('Players'):FindFirstChild(plri)
1480-
newTarg.Visible = false
1480+
	if not plr and plri ~= 'All' then
1481
		print("Couldn't find player!")
1482-
if service.Workspace.mapname.Value == "Reimagined" then
1482+
		updatePlayer(topkek.lplr)
1483-
	Scale["X"] = 11.947
1483+
1484-
	Scale["Z"] = 11.947
1484+
		headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=1&width=420&height=420&format=png"
1485-
	newMap.Frame.Map.Image = "rbxassetid://182438539"
1485+
		userNameText.Text = "[All]"
1486-
elseif service.Workspace.mapname.Value == "Amend" then
1486+
		userIdText.Text = 'ID: [multiple]'
1487-
	Scale["X"] = 13.653
1487+
		userAgeText.Text = 'Age: [multiple]'
1488-
	Scale["Z"] = 14.4
1488+
		userTeamText.Text = 'Team: [multiple]'
1489-
	newMap.Frame.Map.Image = "rbxassetid://285584991"
1489+
		cval = 'All'
1490
	end
1491
	local team = plr.TeamColor
1492-
local Remotes = service.Lighting.Remote
1492+
	if team == nil then
1493-
--//REMOTE FUNCTIONS
1493+
		team = 'Neutral'
1494-
ChangeVal = function(inst, val)
1494+
1495-
	if CheckPass() then
1495+
		team = tostring(team)
1496-
		Remotes.ChangeValue:FireServer(_G.ApocPass, inst, val)
1496+
1497
	headshot.Image = "https://www.roblox.com/bust-thumbnail/image?userId=" .. tostring(plr.UserId) .. "&width=420&height=420&format=png"
1498-
end; _G.Functions["ChangeVal"] = ChangeVal
1498+
	userNameText.Text = plr.Name
1499
	userIdText.Text = 'ID: ' .. tostring(plr.UserId)
1500-
ChangePar = function(inst, par)
1500+
	userAgeText.Text = 'Age: ' .. tostring(plr.AccountAge)
1501-
	if CheckPass() then
1501+
	userTeamText.Text = 'Team: ' .. team
1502-
		Remotes.ChangeParent:FireServer(_G.ApocPass, inst, par)
1502+
	cval = plr.Name
1503
	
1504-
end; _G.Functions["ChangePar"] = ChangePar
1504+
1505
drop.Changed(updatePlayer)
1506-
CreateVal = function(name, par, val)
1506+
--actual code ------__-
1507-
	Remotes.CreateValue:FireServer(name, par, val) 
1507+
plrwin:addSpacing()
1508-
end; _G.Functions["CreateVal"] = CreateVal
1508+
plrwin:drawButton(1/2, 'Kick', function()
1509
	tk.dp(cval, function(p)
1510-
Damage = function(plr, num)
1510+
		topkek.banmgr.executeKick(p)
1511-
	if CheckPass() then
1511+
1512-
		Remotes.AddDamage:FireServer(_G.ApocPass, plr.Character.Humanoid, num)
1512+
1513
1514-
end; _G.Functions["Damage"] = Damage
1514+
plrwin:drawButton(1/2, 'Ban', function()
1515
	tk.dp(cval, function(p)
1516-
Heal = function(plr, num)
1516+
		topkek.banmgr.addSoftBan(p)
1517-
	Remotes.AddHealth:FireServer(plr.Character.Humanoid, num)
1517+
1518-
end; _G.Functions["Heal"] = Heal
1518+
1519
plrwin:drawButton(1/2,'Friendlag', function()
1520-
AddItem = function(slot, id)
1520+
	tk.dp(cval, function(p)
1521-
	Remotes.AddObject:FireServer(slot, id)
1521+
		for i = 1, 10 do
1522-
end; _G.Functions["AddItem"] = AddItem
1522+
1523
				while wait() do
1524-
DropItem = function(slot, id)
1524+
		    		game.Players.LocalPlayer:RequestFriendship(p)
1525-
	Remotes.DropItem:FireServer(slot, id)
1525+
		  	  		game.Players.LocalPlayer:RevokeFriendship(p)
1526-
end; _G.Functions["DropItem"] = DropItem
1526+
1527
			end)
1528-
Destroy = function(inst)
1528+
1529-
	if CheckPass() then
1529+
1530-
		Remotes.Destruct:FireServer(_G.ApocPass, inst)
1530+
1531
plrwin:drawButton(1/2, 'Hardban', function()
1532-
end; _G.Functions["Destroy"] = Destroy
1532+
	tk.dp(cval, function(p)
1533
		topkek.banmgr.addHardBan(p)
1534-
DmgZombie = function(zomb, num)
1534+
1535-
	Remotes.DamageZombie:FireServer(zomb.Humanoid, num)
1535+
1536-
end; _G.Functions["DmgZombie"] = DmgZombie
1536+
plrwin:addSpacing()
1537
plrwin:drawButton(1/2, 'Bring', function()
1538-
SendMsg = function(plr, col, str)
1538+
	tk.dp(cval, function(z)
1539-
	Remotes.SendMessage:FireServer(plr, col, str)
1539+
		if z.Character then
1540-
end; _G.Functions["SendMsg"] = SendMsg
1540+
			z.Character.HumanoidRootPart.CFrame =
1541
				game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
1542-
Teleport = function(mode, plr)
1542+
1543-
	return Remotes.TeleportRequest:InvokeServer(mode, math.floor(tick() % 1 + 100000), tostring(plr))
1543+
1544-
end; _G.Functions["Teleport"] = Teleport
1544+
1545
plrwin:drawButton(1/2, 'Goto', function()
1546-
ColGun = function(Primary, Secondary)
1546+
	tk.dp(cval, function(z)
1547-
	Remotes.ColorGun:FireServer(Primary.Col, Primary.Mat, Secondary.Col, Secondary.Mat)
1547+
		game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
1548-
end; _G.Functions["ColGun"] = ColGun
1548+
			z.Character.HumanoidRootPart.CFrame * CFrame.new(1,1,1)
1549
	end)
1550-
CreateSounds = function()
1550+
1551-
	return Remotes.CreateSounds:InvokeServer()
1551+
plrwin:addSpacing()
1552-
end; _G.Functions["CreateSounds"] = CreateSounds
1552+
plrwin:drawButton(1/3, 'Kill', function()
1553
	tk.dp(cval, function(p)
1554-
SetSoundID = function(sound, id)
1554+
		if p.Character and p.Character:FindFirstChild("Humanoid") then
1555-
	if CheckPass() then
1555+
			p.Character.Humanoid.Health = 0
1556-
		Remotes.SoundIdSet:FireServer(_G.ApocPass, sound, "rbxassetid://" .. tostring(id))
1556+
1557
	end)
1558-
end; _G.Functions["SetSoundID"] = SetSoundID
1558+
1559
plrwin:drawButton(1/3, 'Seizure', function()
1560-
PlaySound = function(sound)
1560+
	tk.dp(cval, function(p)
1561-
	Remotes.PlaySound:FireServer(sound, 1, 1)
1561+
		if p.Character and p.Character:FindFirstChild("Humanoid") and tk.gt(p) then
1562-
end; _G.Functions["PlaySound"] = PlaySound
1562+
1563
				p.Character.Humanoid.PlatformStand = true
1564-
StopSound = function(sound)
1564+
				tk.gt(p).CFrame = tk.gt(p).CFrame * CFrame.Angles(math.rad(90),0,0) 
1565-
	Remotes.StopSound:FireServer(sound)
1565+
				repeat 
1566-
end; _G.Functions["StopSound"] = StopSound
1566+
					wait()
1567
					p.Character.Humanoid.PlatformStand = true
1568-
SetPitch = function(sound, num)
1568+
					tk.gt(p).Velocity = Vector3.new(math.random(-10,10),-5,math.random(-10,10)) 
1569-
	if CheckPass() then
1569+
					tk.gt(p).RotVelocity = Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) 
1570-
		Remotes.SoundPitchLocalSet:FireServer(_G.ApocPass, sound, num)
1570+
				until not p.Character:FindFirstChild("Humanoid") or not tk.gt(p)
1571
			end)
1572-
end; _G.Functions["SetPitch"] = SetPitch
1572+
1573
	end)
1574-
Check = function(type)
1574+
1575-
	Remotes:findFirstChild("Check" .. type):FireServer()
1575+
plrwin:drawButton(1/3, 'Stun', function()
1576-
end; _G.Functions["CheckPants"] = function() Check("Pants") end; _G.Functions["CheckShirt"] = function() Check("Shirt") end
1576+
	tk.dp(cval, function(p)
1577
		if p.Character and p.Character:FindFirstChild("Humanoid") then
1578-
PlaceMaterial = function(obj, pos, own, build)
1578+
			p.Character.Humanoid.PlatformStand = true
1579-
	Remotes.PlaceMaterial:FireServer(obj, pos, own, build)
1579+
			p.Character.Torso.CFrame = p.Character.Torso.CFrame * CFrame.Angles(math.rad(90),0,0) 
1580-
end; _G.Functions["PlaceMaterial"] = PlaceMaterial
1580+
1581
	end)
1582-
SetCF = function(mod, cf)
1582+
1583-
	Remotes.SetCFrame:FireServer(mod, cf)
1583+
plrwin:drawButton(1/3, 'Freeze', function()
1584-
end; _G.Functions["SetCF"] = SetCF
1584+
	tk.dp(cval, function(p)
1585
		if p.Character then
1586-
SetHealth = function(type, num)
1586+
			tk.gt(p).Anchored = true
1587-
	if CheckPass() then
1587+
1588-
		Remotes.HealthSet:FireServer(_G.ApocPass, type, num)
1588+
1589
end)
1590-
end; _G.Functions["SetHealth"] = SetHealth
1590+
plrwin:drawButton(1/3, 'Thaw', function()
1591
	tk.dp(cval, function(p)
1592-
Det = function(c4)
1592+
		if p.Character then
1593-
	if not CheckDet() then
1593+
			tk.gt(p).Anchored = false
1594-
		FixDet()
1594+
1595
	end)
1596-
	Remotes.Detonate:FireServer(c4)
1596+
1597-
end; _G.Functions["Detonate"] = Det
1597+
plrwin:drawButton(1/3, 'Superslow', function()
1598
	tk.dp(cval, function(p)
1599-
Invis = function(part)
1599+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1600-
	if CheckPass() then
1600+
			p.Character.Humanoid.WalkSpeed = 1
1601-
		Remotes.BreakWindow2:FireServer(_G.ApocPass, part, true)
1601+
1602
	end)
1603-
end; _G.Functions["InvisPart"] = Invis
1603+
1604
plrwin:drawButton(1/3, 'Highjump', function()
1605-
GiveBadge = function(id)
1605+
	tk.dp(cval, function(p)
1606-
	Remotes.AwardBadge:FireServer(id)
1606+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1607-
end; _G.Functions["GiveBadge"] = GiveBadge
1607+
			p.Character.Humanoid.JumpPower = 125
1608
		end
1609-
CreateChem = function(col)
1609+
1610-
	Remotes.CreateChemlight:FireServer(Deobfuscate(service.Lighting.LootDrops[col .. "Chemlight"].ObjectID.Value))
1610+
1611-
end; _G.Functions["CreateRedChem"] = function() CreateChem("Red") end; _G.Functions["CreateBlueChem"] = function() CreateChem("Blue") end; _G.Functions["CreateGreenChem"] = function() CreateChem("Green") end
1611+
plrwin:drawButton(1/3, 'God', function()
1612
	tk.dp(cval, function(p)
1613-
CreateOmni = function()
1613+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1614-
	Remotes.CreateOmni:FireServer()
1614+
			p.Character.Humanoid.MaxHealth = math.huge
1615-
end; _G.Functions["CreateOmni"] = CreateOmni
1615+
			p.Character.Humanoid.Health = math.huge
1616
		end
1617-
--//DEPRECATED REMOTES
1617+
1618-
_G.Functions.Deprecated = {}
1618+
1619
plrwin:drawButton(1/3, 'Semigod', function()
1620-
GiveCredits = function(num)
1620+
	tk.dp(cval, function(p)
1621-
	Remotes.UpdateCredits:FireServer(num)
1621+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1622-
end; _G.Functions.Deprecated["GiveCredits"] = GiveCredits
1622+
			p.Character.Humanoid.MaxHealth = 9e9
1623
			p.Character.Humanoid.Health = 9e9
1624-
ChangeProp = function(inst, prop, val)
1624+
1625-
	if CheckPass() then
1625+
1626-
		Remotes.ChangeProperty:FireServer(_G.ApocPass, inst, prop, val)
1626+
1627
plrwin:drawButton(1/3, 'Fast', function()
1628-
end; _G.Functions.Deprecated["ChangeProp"] = ChangeProp
1628+
	tk.dp(cval, function(p)
1629
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1630-
RepPart = function(inst, cf)
1630+
			p.Character.Humanoid.WalkSpeed = 50
1631-
	if CheckPass() then
1631+
1632-
		Remotes.ReplicatePart:FireServer(_G.ApocPass, inst, cf)
1632+
1633
end)
1634-
end; _G.Functions.Deprecated["RepPart"] = RepPart
1634+
Follow = false;
1635
plrwin:drawButton(1/3, 'Annoy', function()
1636-
--//GENERIC FUNCTIONS
1636+
	tk.dp(cval, function(p)
1637-
CheckPass = function()
1637+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1638-
	if _G.ApocPass ~= "0" then
1638+
			if Follow == true then
1639-
		return true
1639+
				Follow = false; return
1640
			else Follow = true end
1641-
		warn("Failed to aquire the network key. Process aborted.")
1641+
			while Follow == true do
1642
				game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame=
1643
					p.Character.HumanoidRootPart.CFrame
1644
				wait()
1645-
CheckDet = function()
1645+
1646-
	local slots = service.Players.LocalPlayer.playerstats.utilityslots:GetChildren()
1646+
1647-
	for i = 1, #slots do
1647+
1648-
		local slot = slots[i]
1648+
1649-
		if slot:findFirstChild("ObjectID") then
1649+
plrwin:drawButton(1/3, 'Freefall', function()
1650-
			if slot.ObjectID.Value == service.Lighting.LootDrops.Detonator.ObjectID.Value then
1650+
	tk.dp(cval, function(p)
1651-
				return true
1651+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1652
			p.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame * CFrame.new(0, 10000, 0)		
1653
		end
1654
	end)
1655
end)
1656
plrwin:drawButton(1/3, 'Destroy', function()
1657-
FixDet = function()
1657+
	tk.dp(cval, function(p)
1658-
	local slots = service.Players.LocalPlayer.playerstats.utilityslots:GetChildren()
1658+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1659-
	local deb = false
1659+
			p.Character.Humanoid:Destroy()
1660-
	for i = 1, #slots do
1660+
1661-
		local slot = slots[i]
1661+
1662-
		if not slot:findFirstChild("ObjectID") then
1662+
1663-
			AddItem(slot, Deobfuscate(service.Lighting.LootDrops.Detonator.ObjectID.Value))
1663+
plrwin:drawButton(1/3, 'Fix', function()
1664-
			deb = true
1664+
	tk.dp(cval, function(p)
1665-
			break
1665+
		if p.Character and p.Character:FindFirstChild('Humanoid') then
1666
			p.Character.Humanoid.Health = 100
1667
			p.Character.Humanoid.MaxHealth = 100
1668-
	if deb == false then
1668+
			p.Character.Humanoid.JumpPower = 100
1669-
		AddItem(service.Players.LocalPlayer.playerstats.utilityslots.slot1, Deobfuscate(service.Lighting.LootDrops.Detonator.ObjectID.Value))
1669+
			p.Character.Humanoid.WalkSpeed = 16
1670
			p.Character.Humanoid.PlatformStand = false
1671
			p.Character.Humanoid.Jump = true
1672
		end
1673-
Multiplier = function(Val)
1673+
1674-
	for z = 1, #Alpha do
1674+
1675-
		if Alpha[z] == Val then
1675+
plrwin:drawButton(1/3, 'Respawn', function()
1676-
			return z
1676+
	tk.dp(cval, function(p)
1677
		if p.Character then
1678
			local a1 = Instance.new("Model", game:service'Workspace')
1679-
	return "0"
1679+
			local a2 = Instance.new("Part", game:service'Workspace')
1680
			a2.CanCollide = true
1681
			a2.Anchored = true
1682-
Deobfuscate = function(Val)
1682+
			a2.CFrame = CFrame.new(10000, 10000, 10000)
1683-
	local nVal = ""
1683+
			a2.Name = "Torso"
1684-
	for i = 1, 10 do
1684+
			local a3 = Instance.new("Humanoid", a1)
1685-
		nVal = nVal .. Multiplier(Val:sub(i, i))
1685+
			a3.MaxHealth=100;a3.Health=100
1686
			p.Character = a1
1687-
	return tonumber(nVal) 
1687+
			a3.Health=0
1688
		end
1689
	end)
1690-
Obfuscate = function(Val)
1690+
1691-
	local nVal = ""
1691+
plrwin:addSpacing()
1692-
	Val = tostring(Val)
1692+
local nameInp
1693-
	for i = 1, 10 - string.len(Val) do
1693+
plrwin:drawButton(1/3, 'Name', function()
1694-
		nVal = Fillers[math.random(1, 6)] .. nVal
1694+
	tk.dp(cval, function(z)
1695
		local Character = z.Character
1696-
	for i = 1, string.len(Val) do
1696+
		local newName = Instance.new("Model", z.Character)
1697-
		local num = tonumber(Val:sub(i, i))
1697+
		newName.Name = nameInp.Text
1698-
		if num > 0 then
1698+
		local cl = Character:WaitForChild("Head"):Clone()
1699-
			nVal = nVal .. Alpha[num]
1699+
		cl.Parent = newName
1700
		cl:WaitForChild("face"):Destroy()
1701-
			nVal = nVal .. Fillers[math.random(1, 6)]
1701+
		local hum = Instance.new("Humanoid", newName)
1702
		hum.Name = "NameTag"
1703
		hum.MaxHealth = 0
1704-
	return nVal 
1704+
		hum.Health = 0
1705
		local weld = Instance.new("Weld", cl)
1706
		weld.Part0 = cl
1707-
Kill = function(plr)
1707+
		weld.Part1 = Character:WaitForChild("Head")
1708-
	service.Workspace:WaitForChild(plr.Name):WaitForChild("Head")
1708+
		Character:WaitForChild("Head").Transparency = 1
1709-
	Destroy(plr.Character.Head)
1709+
		wait(.5)
1710
		cl.BrickColor = Character:WaitForChild("Head").BrickColor
1711
	end)
1712-
Kick = function(plr)
1712+
1713-
	if service.Workspace:findFirstChild(plr.Name) then
1713+
nameInp = plrwin:drawTextBox(2/3, '')
1714-
		SetCF(plr.Character, CFrame.new(9e9, 9e9, 9e9))
1714+
local chatInp
1715
plrwin:drawButton(1/3, 'Chat', function()
1716-
	wait(0.5)
1716+
	tk.dp(cval, function(z)
1717-
	if plr then
1717+
		game:GetService('Chat'):Chat(z.Charcter, chatInp.Text)
1718-
		Destroy(plr)
1718+
1719
end)
1720
chatInp = plrwin:drawTextBox(2/3, '')
1721
local disgInp
1722-
ChangeSkin = function(Slot, Primary, Secondary)
1722+
plrwin:drawButton(1/3, 'Disguise', function()
1723-
	ChangeVal(Slot, Primary.Col)
1723+
	tk.dp(cval, function(p)
1724-
	ChangeVal(Slot.material, Primary.Mat)
1724+
		local id = 0
1725-
	ChangeVal(Slot.secondary, Secondary.Col)
1725+
		if tonumber(disgInp.Text) then
1726-
	ChangeVal(Slot.secondary.material, Secondary.Mat)
1726+
			id = tonumber(disgInp.Text)
1727
		else
1728
			id = game:GetService('Players'):GetUserIdFromNameAsync(disgInp.Text)
1729-
InitMeta = function()
1729+
1730-
	if Exploit == "RC7" then
1730+
		if p.Character:FindFirstChild("Humanoid") then
1731-
		fullaccess(Meta)
1731+
			p.Character.Humanoid.Health = 0
1732-
	elseif Exploit == "Protosmasher" then
1732+
1733-
		changereadonly(Meta, false)
1733+
		p.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
1734
	end)
1735-
	Meta.__index = function(Inst, Method)
1735+
1736-
		if Method == "FireServer" and Inst == service.Lighting.Remote.ChangeValue then
1736+
disgInp = plrwin:drawTextBox(2/3, 'ROBLOX')
1737-
			return function(self, key, ...)
1737+
plrwin:addSpacing()
1738-
				_G.ApocPass = key
1738+
clrR = plrwin:drawTextBox(1/3, '0')
1739-
				return unpack({Instance.new("RemoteEvent").FireServer(self, key, ...)})
1739+
clrG = plrwin:drawTextBox(1/3, '0')
1740
clrB = plrwin:drawTextBox(1/3, '0')
1741-
		elseif Method == "FireServer" and Inst.Name == "ReportGoogleAnalyticsEvent" then
1741+
function getColor()
1742-
			return function()
1742+
	local r = tonumber(clrR.Text)
1743-
				warn("Redirected google analytics event")
1743+
	local g = tonumber(clrG.Text)
1744
	local b = tonumber(clrB.Text)
1745
	if not (r and g and b) then return Color3.new(0,0,0) end
1746-
			return OldIndex(Inst, Method)
1746+
	return Color3.new(r/255, g/255, b/255)
1747
end
1748
plrwin:drawButton(1/3, 'Sparkles', function()
1749-
	--wait()
1749+
	tk.dp(cval, function(z)
1750-
	--Meta.__index = OldIndex
1750+
		Instance.new("Sparkles", tk.gt(z)).SparkleColor = getColor()
1751
	end)
1752
end)
1753-
RemoveAnti = function()
1753+
plrwin:drawButton(1/3, 'Smoke', function()
1754-
	if service.Players.LocalPlayer.PlayerScripts:findFirstChild("LocalScript") then
1754+
	tk.dp(cval, function(z)
1755-
		service.Players.LocalPlayer.PlayerScripts.LocalScript:Destroy()
1755+
		Instance.new("Smoke", tk.gt(z)).Color = getColor()
1756
1757
	end)
1758
end)
1759-
GetZombie = function()
1759+
plrwin:drawButton(1/3, 'Fire', function()
1760-
	local Zombies = service.Workspace.Zombies:GetChildren()
1760+
	tk.dp(cval, function(z)
1761-
	for i = 1, #Zombies do
1761+
		local fr = Instance.new("Fire", tk.gt(z))
1762-
		for z = 1, #Zombies[i]:GetChildren() do
1762+
		fr.Color = getColor()
1763-
			local Zombie = Zombies[i]:GetChildren()[z]
1763+
		fr.Heat = 30
1764-
			if #Zombie:GetChildren() > 0 then
1764+
		fr.Size = 20
1765-
				return Zombie
1765+
1766
end)
1767
plrwin:drawButton(1/3, 'Forcefield', function()
1768
	tk.dp(cval, function(z)
1769
		if z.Character then
1770
			Instance.new("ForceField", z.Character)
1771-
GetHorde = function(del)
1771+
1772-
	--del:true = return all zombies
1772+
1773-
	local Horde = {}
1773+
1774-
	local Zombies = service.Workspace.Zombies:GetChildren()
1774+
plrwin:drawButton(1/3, 'Select', function()
1775-
	for i = 1, #Zombies do
1775+
	tk.dp(cval, function(z)
1776-
		for z = 1, #Zombies[i]:GetChildren() do
1776+
		if z.Character and tk.gt(z) then
1777-
			local Zombie = Zombies[i]:GetChildren()[z]
1777+
			Instance.new("SelectionBox", tk.gt(z)).Adornee = tk.gt(z)
1778-
			if #Zombie:GetChildren() > 0 and (del == false and #Horde < 15 or del) then
1778+
1779-
				table.insert(Horde, Zombie)
1779+
1780
end)
1781
plrwin:drawButton(1/3, 'Sphere', function()
1782
	tk.dp(cval, function(z)
1783-
	return Horde
1783+
		if z.Character and tk.gt(z) then
1784
			Instance.new("SelectionSphere", tk.gt(z)).Adornee = tk.gt(z)
1785
		end
1786-
GetPlayers = function(Str)
1786+
1787-
	local Users = {} 
1787+
1788-
	for newString in Str:gmatch("([^,]+)") do
1788+
plrwin:drawButton(1/3, 'Fling', function()
1789-
		if newString:lower() == "me" then
1789+
	tk.dp(cval, function(z)
1790-
			table.insert(Users, service.Players.LocalPlayer)
1790+
		spawn(function() --kohls admin commands lol
1791-
		elseif newString:lower() == "all" then
1791+
			if z.Character and tk.gt(z) then 
1792-
			for _, Player in pairs(service.Players:GetChildren()) do
1792+
				local xran, zran
1793-
				table.insert(Users, Player)
1793+
				repeat xran = math.random(5555, 9999) until math.abs(xran) >= 5555
1794
				repeat zran = math.random(5555, 9999) until math.abs(zran) >= 5555
1795-
		elseif newString:lower() == "others" then
1795+
				z.Character.Humanoid.Sit = true 
1796-
			for _, Player in pairs(service.Players:GetChildren()) do 
1796+
				tk.gt(z).Velocity = Vector3.new(0,0,0)
1797-
				if Player ~= service.Players.LocalPlayer then
1797+
				local frc = Instance.new("BodyForce", tk.gt(z))
1798-
					table.insert(Users, Player)
1798+
				frc.Name = "BFRC" 
1799
				frc.force = Vector3.new(xran*4,9999*5,zran*4) 
1800
				game:GetService("Debris"):AddItem(frc, 0.1)
1801-
		elseif newString:lower() == "random" then
1801+
1802-
			table.insert(Users, service.Players:GetChildren()[math.random(#service.Players:GetChildren())])
1802+
1803
	end)
1804-
			for i,v in pairs(service.Players:GetChildren()) do
1804+
1805-
				if v.Name:lower():sub(1, #newString) == newString:lower() then
1805+
plrwin:drawButton(1/3, 'Explode', function()
1806-
					table.insert(Users, v)
1806+
	tk.dp(cval, function(z)
1807
		if z.Character and tk.gt(z) then
1808
			local explosion = Instance.new("Explosion")
1809
			explosion.Position = tk.gt(z).Position
1810
			explosion.Parent = workspace
1811-
	return Users
1811+
1812
	end)
1813
end)
1814-
GetPos = function(goto, current)
1814+
plrwin:drawButton(1/3, 'Nuke', function()
1815-
	local X = tonumber(goto.x) - tonumber(current.x)
1815+
	tk.dp(cval, function(z)
1816-
	local Y = tonumber(goto.y) - tonumber(current.y)
1816+
		if z.Character and tk.gt(z) then
1817-
	local Z = tonumber(goto.z) - tonumber(current.z)
1817+
			local torso = tk.gt(z)
1818-
	return Vector3.new(X, Y, Z)
1818+
			local nuke = Instance.new("Part", game.Workspace)
1819
			local opos = torso.CFrame
1820
			nuke.BrickColor = BrickColor.new("Bright yellow")
1821-
AddPos = function(Vec)
1821+
			nuke.TopSurface = Enum.SurfaceType.Smooth
1822-
	local Angle = (math.random(1, 63) / 10)
1822+
			nuke.BottomSurface = Enum.SurfaceType.Smooth
1823-
	return Vec + Vector3.new(5 * math.cos(Angle), 0, 5 * math.sin(Angle))
1823+
			nuke.Anchored = true
1824
			nuke.CanCollide = false
1825
			nuke.Shape = "Ball"				
1826-
AddCF = function(CF)
1826+
			nuke.Transparency = 0.5
1827-
	local Angle = (math.random(1, 63) / 10)
1827+
			nuke.CFrame = torso.CFrame		
1828-
	return CF * CFrame.new(5 * math.cos(Angle), 0, 5 * math.sin(Angle))
1828+
			nuke.Size = Vector3.new(1, 1, 1)
1829
			nuke.Touched:connect(function(p)
1830
				local expl = Instance.new("Explosion", p)
1831-
GetPrim = function(Mod)
1831+
				expl.BlastPressure = 50000
1832-
	local p 
1832+
				expl.BlastRadius = 50
1833-
	r = function(k)
1833+
				expl.Position = p.Position
1834-
		for i, v in pairs(k:GetChildren()) do
1834+
				p.Material = Enum.Material.CorrodedMetal
1835-
			if v:IsA("BasePart") then
1835+
				p:BreakJoints()
1836-
				p = v
1836+
1837-
				break
1837+
			for i = 1, 150 do
1838
				nuke.Size = Vector3.new(i, i, i)
1839-
			r(v)
1839+
				nuke.CFrame = opos
1840
				wait(0.08)
1841
			end
1842-
	r(Mod)
1842+
			nuke:Destroy()
1843-
	return p
1843+
1844
	end)
1845
end)
1846-
SpawnItem = function(Mode, Str, Plr)
1846+
plrwin:drawButton(1/3, 'No Tools', function()
1847-
	local Drop = service.Lighting.LootDrops:findFirstChild(Str)
1847+
	tk.dp(cval, function(p)
1848-
	if Mode == "L" and Drop then -- local
1848+
		for _, t in pairs(p.Backpack:GetChildren()) do
1849-
		local newDrop = Drop:Clone()
1849+
1850-
		newDrop.Parent = service.Workspace.DropLoot
1850+
1851-
		newDrop:MoveTo(AddPos(service.Players.LocalPlayer.Character.Torso.Position))
1851+
1852-
	elseif Mode == "S" and Drop then -- server
1852+
1853-
		PlaceMaterial(Drop, AddPos(GetPos(Plr.Character.Torso.Position, GetPrim(Drop).Position)))
1853+
plrwin:drawButton(1/3, 'Take Tools', function()
1854-
		service.Workspace:WaitForChild(Drop.Name)
1854+
	tk.dp(cval, function(p)
1855-
		ChangePar(service.Workspace[Drop.Name], service.Workspace.DropLoot)
1855+
		for _, t in pairs(p.Backpack:GetChildren()) do
1856
			t.Parent = game:service'Players'.LocalPlayer.Backpack
1857
		end
1858
	end)
1859-
InitSound = function()
1859+
1860-
	local Sound = CreateSounds()
1860+
plrwin:drawButton(1/3, 'BTools', function()
1861-
	ChangePar(Sound, service.Workspace)
1861+
	tk.dp(cval, function(p)
1862-
	if service.Workspace:findFirstChild(Sound.Name) then
1862+
		local a = Instance.new("HopperBin")
1863-
		CreateVal("pmesound", service.Workspace[Sound.Name], "")
1863+
		a.BinType = "GameTool"
1864
		a.Parent = p.Backpack
1865-
	local WS = service.Workspace:GetChildren()
1865+
		local a = Instance.new("HopperBin")
1866-
	for i = 1, #WS do
1866+
		a.BinType = "Clone"
1867-
		local obj = WS[i]
1867+
		a.Parent = p.Backpack
1868-
		if obj:IsA("Sound") then
1868+
		local a = Instance.new("HopperBin")
1869-
			if obj:findFirstChild("pmesound") then
1869+
		a.BinType = "Hammer"
1870-
				Sound = obj
1870+
		a.Parent = p.Backpack
1871-
				break
1871+
1872-
			else
1872+
1873-
				StopSound(obj)
1873+
plrwin:drawButton(1/3, 'Hotdog', function()
1874-
				Destroy(obj)
1874+
	tk.dp(cval, function(p)
1875
		if p.Character and tk.gt(p) then
1876
			topkek.tools.util.weenieHutJunior(p)
1877
		end
1878-
	if service.Workspace:findFirstChild(Sound.Name) then
1878+
1879-
		SetPitch(service.Workspace:findFirstChild(Sound.Name), 1)
1879+
1880
plrwin:drawButton(1/3, 'Quicksand', function()
1881-
	return service.Workspace:findFirstChild(Sound.Name)
1881+
	tk.dp(cval, function(z)
1882
		if z.Character and z.Character:FindFirstChild("Humanoid") then
1883
			local tor = tk.gt(z)
1884-
GetPlrIndex = function(Player)
1884+
			local hole = Instance.new("Part", z.Character)
1885-
	local Players = service.Players:GetChildren()
1885+
			hole.Anchored = true
1886-
	for i = 1, #Players do
1886+
			hole.Name = "Hole"
1887-
		local nPlayer = Players[i]
1887+
			hole.FormFactor = Enum.FormFactor.Custom
1888-
		if nPlayer == Player then
1888+
			hole.Size = Vector3.new(7, 1, 7)
1889-
			return tonumber(i)
1889+
			hole.CanCollide = false
1890
			hole.CFrame = tor.CFrame * CFrame.new(0,-3.3,0)
1891
			hole.BrickColor = BrickColor.new("Cool yellow")
1892
			hole.Material = Enum.Material.Sand
1893
			local hm = Instance.new("CylinderMesh", hole)
1894-
GetVehIndex = function(Vehicle)
1894+
			tor.Anchored = true
1895-
	local Vehicles = service.Workspace.Vehicles:GetChildren()
1895+
			if z.Character:FindFirstChild("Humanoid") then
1896-
	for i = 1, #Vehicles do
1896+
				z.Character.Humanoid.Jump = true
1897-
		local nVehicle = Vehicles[i]
1897+
1898-
		if nVehicle == Vehicle then
1898+
			for x,m in pairs(z.Character:GetChildren()) do
1899-
			return tonumber(i)
1899+
				if m:IsA("BasePart") or m:IsA("MeshPart") then
1900
					m.CanCollide = false
1901
				end
1902
			end
1903
			for i=1,75 do
1904-
AdjustPlr = function(Forward)
1904+
				tor.CFrame=tor.CFrame*CFrame.new(0,-0.1,0)
1905-
	local Players = service.Players:GetChildren()
1905+
				wait(0.06)
1906-
	local pIndex = GetPlrIndex(CurrPlr)
1906+
1907-
	if not pIndex then
1907+
			tor.CFrame=tor.CFrame*CFrame.new(0,
1908-
		pIndex = 1
1908+
				-500,0
1909
			)
1910-
	if Forward == true then
1910+
			z.Character.Humanoid.Health = 0
1911-
		pIndex = pIndex + 1
1911+
1912-
		if pIndex > service.Players.NumPlayers then
1912+
1913-
			pIndex = 1
1913+
1914
plrwin:drawButton(1/3, 'Insane', function()
1915
	tk.dp(cval, function(p)
1916-
		pIndex = pIndex - 1
1916+
		if p.Character and tk.gt(p) then
1917-
		if pIndex < 1 then
1917+
			for i,v in pairs(tk.gt(p):GetChildren()) do
1918-
			pIndex = service.Players.NumPlayers
1918+
				if v:IsA("Motor6D") then
1919
					spawn(function()
1920
						while v do
1921-
	if not CurrPlr or service.Lighting:findFirstChild(Players[pIndex].Name) or (not service.Lighting:findFirstChild(Players[pIndex].Name) and not service.Workspace:findFirstChild(Players[pIndex].Name)) then
1921+
							v.C0=v.C0*CFrame.Angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))
1922-
		AdjustPlr(Forward)
1922+
							wait()
1923-
		SendMsg(service.Players.LcoalPlayer, "Can't find " .. Players[pIndex].Name .. "'s character", "Yellow")
1923+
1924
					end)
1925-
		if Players[pIndex] ~= nil then
1925+
1926-
			CurrPlr = Players[pIndex]
1926+
1927-
			service.Workspace.CurrentCamera.CameraSubject = CurrPlr.Character.Humanoid
1927+
1928-
		elseif Players[pIndex] == nil then
1928+
1929-
			Players[pIndex] = service.Players.NumPlayers
1929+
1930-
			CurrPlr = Players[pIndex]
1930+
plrwin:drawButton(1/3, 'Invisible', function()
1931-
			service.Workspace.CurrentCamera.CameraSubject = CurrPlr.Character.Humanoid
1931+
	tk.dp(cval, function(p)
1932
		tk.rco(p.Character, 'BasePart', 'Transparency', 1)
1933
		tk.rco(p.Character, 'MeshPart', 'Transparency', 1)
1934
	end)
1935
end)
1936-
AdjustVeh = function(Forward)
1936+
plrwin:drawButton(1/3, 'Visible', function()
1937-
	local Vehicles = service.Workspace.Vehicles:GetChildren()
1937+
	tk.dp(cval, function(p)
1938-
	local vIndex = GetVehIndex(CurrVeh)
1938+
		tk.rco(p.Character, 'BasePart', 'Transparency', 0)
1939
		tk.rco(p.Character, 'MeshPart', 'Transparency', 0)
1940-
	if CurrVeh == nil or not vIndex then
1940+
1941-
		CurrVeh = Vehicles[1]
1941+
1942-
		vIndex = GetVehIndex(CurrVeh)
1942+
plrwin:drawButton(1/3, 'Bighead', function()
1943
	tk.dp(cval, function(z)
1944
		if z.Character then
1945-
	if Forward == true then
1945+
			if z.Character:FindFirstChild('Head') then
1946-
		vIndex = vIndex + 1
1946+
				z.Character.Head.Mesh.Scale=Vector3.new(5,5,5)
1947-
		if vIndex > #Vehicles then
1947+
1948-
			vIndex = 1
1948+
1949
	end)
1950
end)
1951-
		vIndex = vIndex - 1
1951+
plrwin:drawButton(1/3, 'Goldify', function()
1952-
		if vIndex < 1 then
1952+
	tk.dp(cval, function(z)
1953-
			vIndex = #Vehicles
1953+
		if z.Character then
1954
			tk.rco(z.Character, 'BasePart', 'Material', 'Marble')
1955
			tk.rco(z.Character, 'MeshPart', 'Material', 'Marble')
1956
			tk.rco(z.Character, 'BasePart', 'BrickColor', BrickColor.new('Bright yellow'))
1957-
	if Vehicles[vIndex] ~= nil then
1957+
			tk.rco(z.Character, 'MeshPart', 'BrickColor', BrickColor.new('Bright yellow'))
1958-
		CurrVeh = Vehicles[vIndex]
1958+
1959-
	elseif Vehicles[vIndex] == nil then
1959+
1960-
		Vehicles[vIndex] = #Vehicles
1960+
1961-
		CurrVeh = Vehicles[vIndex]
1961+
plrwin:drawButton(1/3, 'Neon', function()
1962
	tk.dp(cval, function(z)
1963
		if z.Character then
1964-
	VehicleFr.Cycler.Lbl.Text = CurrVeh.Name:upper()
1964+
			tk.rco(z.Character, 'BasePart', 'Material', 'Neon')
1965
			tk.rco(z.Character, 'MeshPart', 'Material', 'Neon')
1966
		end
1967-
GenList = function(Array, Parent, ClickFunc)
1967+
1968-
	local FixMaterial = function(Str)
1968+
1969-
		--[[local Items = {
1969+
plrwin:drawButton(1/3, 'Shiny', function()
1970-
			"Wooden Slabs",
1970+
	tk.dp(cval, function(z)
1971-
			"Bricks",
1971+
		if z.Character then
1972-
			"Stone Bricks",
1972+
			tk.rco(z.Character, 'BasePart', 'Reflectance', 1)
1973-
			"Timber",
1973+
			tk.rcm(z.Character, 'MeshPart')
1974-
			"Stone Walls",
1974+
1975-
			"Wooden Planks",
1975+
1976-
			"Metal Truss"
1976+
1977
plrwin:drawButton(1/3, 'Shrek', function()
1978-
		if Str:find("Material") then
1978+
	tk.dp(cval, function(z)
1979-
			local Index = tonumber(Str:gsub("Material", ""))
1979+
		if z.Character then
1980-
			return Items[Index]
1980+
			local pchar = z.Character
1981-
		end]]
1981+
			for i,v in pairs(pchar:GetChildren()) do
1982-
		return Str
1982+
				if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("CharacterMesh") or v:IsA("Shirt") or v:IsA("Pants") then
1983
					v:Destroy()
1984
				end
1985
			end
1986-
		local Array = Array
1986+
			for i,v in pairs(pchar.Head:GetChildren()) do
1987-
		local Parent = Parent
1987+
				if v:IsA("Decal") or v:IsA("SpecialMesh") then
1988-
		local ClickFunc = ClickFunc
1988+
1989-
		for i, v in pairs(Parent:GetChildren()) do
1989+
1990-
			if v ~= Template and v~= cTemplate then
1990+
1991-
				v:Destroy()
1991+
1992
			local mesh = Instance.new("SpecialMesh", pchar.Head)
1993
			mesh.MeshType = "FileMesh"
1994-
		Parent.CanvasSize = UDim2.new(0, 0, 0, 0)
1994+
			pchar.Head.Mesh.MeshId = "http://www.roblox.com/asset/?id=19999257"
1995
			pchar.Head.Mesh.Offset = Vector3.new(-0.1, 0.1, 0)
1996-
		for i = 1, #Array do
1996+
			pchar.Head.Mesh.TextureId = "http://www.roblox.com/asset/?id=156397869"
1997-
			local Entry = Array[i]
1997+
1998-
			local YSize = 20
1998+
			local Shirt = Instance.new("Shirt", z.Character)
1999-
			local YPos = ((i * YSize) - YSize)
1999+
			local Pants = Instance.new("Pants", z.Character)
2000-
			local newLabel = (Parent.Name == "CmdList" and cTemplate or Template):Clone()
2000+
2001
			Shirt.ShirtTemplate = "rbxassetid://133078194"
2002-
			newLabel.Name = Entry.Name
2002+
			Pants.PantsTemplate = "rbxassetid://133078204"
2003-
			newLabel.Text = (Parent.Name == "CmdList" and Entry.Usage or FixMaterial(Entry.Name)):upper()
2003+
2004-
			newLabel.Parent = Parent
2004+
2005-
			newLabel.Visible = true
2005+
2006-
			newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
2006+
plrwin:drawButton(1/3, 'Duck', function()
2007-
			newLabel.ZIndex = Parent.ZIndex + 1
2007+
	tk.dp(cval, function(z)
2008-
			Parent.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
2008+
		if z.Character then
2009
			local pchar = z.Character
2010-
			if newLabel:IsA("TextButton") then
2010+
		    for i,v in pairs(pchar:GetChildren()) do
2011-
				input[#input + 1] = newLabel.MouseButton1Click:connect(function()
2011+
			    if v:IsA("Hat") or v:IsA("Accessory") then
2012-
					if Parent.Name == "LoadoutList" then
2012+
				    v:Destroy()
2013-
						ClickFunc(newLabel, Entry)
2013+
			    end
2014
		    end
2015-
						ClickFunc(newLabel)
2015+
		    local duck = Instance.new("SpecialMesh", z.Character.HumanoidRootPart)
2016
		    duck.MeshType = "FileMesh"
2017-
				end)
2017+
		    duck.MeshId = "http://www.roblox.com/asset/?id=9419831"
2018
		    duck.TextureId = "http://www.roblox.com/asset/?id=9419827"
2019
		    duck.Scale = Vector3.new(5, 5, 5)
2020
		    tk.rco(z.Character, 'Instance', 'Transparency', 1)
2021
			z.Character.HumanoidRootPart.Transparency = 0
2022
		end
2023-
GenSkinList = function(Array, Mode)
2023+
2024-
	--//Mode=Mat - material list --//Mode=Col - colour list
2024+
2025-
	local Parent = SkinFr.Main.MaterialList
2025+
plrwin:drawButton(1/3, 'Spheres', function()
2026-
	local Template = sTemplate
2026+
	tk.dp(cval, function(z)
2027-
	for _, v in pairs(Parent:GetChildren()) do
2027+
		if z.Character then
2028-
		if v ~= sTemplate then
2028+
			tk.rco(z.Character, 'BasePart', 'Shape', 'Cylinder')
2029
		end
2030
	end)
2031
end)
2032-
	local temp = {}
2032+
plrwin:drawButton(1/3, 'Big', function()
2033-
	for i = 1, #Array do
2033+
	tk.dp(cval, function(z)
2034-
		if not temp[math.floor(i / 7) + 1] then
2034+
		if z.Character then
2035-
			temp[math.floor(i / 7) + 1] = {}
2035+
			topkek.tools.util.scalePlayer(5, z)
2036
		end
2037-
		table.insert(temp[math.floor(i / 7) + 1], #temp[math.floor(i / 7) + 1] + 1, Array[i])
2037+
2038
end)
2039
plrwin:drawButton(1/3, 'Small', function()
2040-
	for i = 1, #temp do
2040+
	tk.dp(cval, function(z)
2041-
		local YSize, XSize = 46, 46
2041+
		if z.Character then
2042-
		local YPos, XPos = ((i * YSize) - YSize), 0
2042+
			topkek.tools.util.scalePlayer(5, z)
2043-
		for q = 1, #temp[i] do
2043+
2044-
			XPos = ((q * XSize) - XSize)
2044+
2045-
			local newLabel = Template:Clone()
2045+
2046-
			newLabel.Parent = Parent
2046+
plrwin:drawButton(1/3, 'Giraffe', function()
2047-
			newLabel.Visible = true
2047+
	tk.dp(cval, function(z)
2048-
			newLabel.Position = UDim2.new(0, XPos + 4, 0, YPos + 4)
2048+
		if z.Character then
2049
			local char=z.Character
2050-
			if Mode == "Mat" then
2050+
			local h=char.Head
2051-
				newLabel.Image = "rbxassetid://" .. temp[i][q]
2051+
			local tor=char:FindFirstChild("Torso")
2052-
			else
2052+
			if not tor then return end
2053-
				newLabel.Image = ""
2053+
			tor.Neck.C0=tor.Neck.C0*CFrame.new(0,0,5)
2054-
				newLabel.BackgroundColor3 = BrickColor.new(temp[i][q]).Color
2054+
			local fn=Instance.new("Part",char)
2055
			fn.Size=Vector3.new(1,5.5,1)
2056
			fn.Name="FakeNeck"
2057-
			GetVal = function(Val)
2057+
			fn.Anchored=false
2058-
				for i, v in pairs(Array) do
2058+
			fn.CanCollide=false
2059-
					if v == Val then
2059+
			if char:FindFirstChild("Body Colors") then
2060-
						return i
2060+
				fn.BrickColor=char["Body Colors"].HeadColor
2061
			end
2062
			local cm=Instance.new("CylinderMesh",fn)
2063
			local we=Instance.new("Weld",h)
2064
			we.Part0=h
2065-
			newLabel.MouseButton1Click:connect(function()
2065+
			we.Part1=fn
2066-
				if Mode == "Mat" then
2066+
			we.C1=we.C1*CFrame.new(0,2.6,0)
2067-
					Selected.Obj.Image = newLabel.Image
2067+
2068-
					if Selected.Obj.Parent.Name == "Primary" then
2068+
2069-
						Selected.Primary.Mat = GetVal(temp[i][q])
2069+
2070
plrwin:drawButton(1/3, 'Dab', function()
2071-
						Selected.Secondary.Mat = GetVal(temp[i][q])
2071+
	tk.dp(cval, function(z)
2072
		if z.Character and z.Character:FindFirstChild("Torso") then
2073
			local chr = z.Character
2074-
					Selected.Obj.Image = ""
2074+
			chr.Animate.Disabled = true
2075-
					Selected.Obj.BackgroundColor3 = newLabel.BackgroundColor3
2075+
	        chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
2076-
					if Selected.Obj.Parent.Name == "Primary" then
2076+
	        chr.Torso["Right Shoulder"].C1 = CFrame.new(-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)
2077-
						Selected.Primary.Col = GetVal(temp[i][q])
2077+
	        chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
2078
		end
2079-
						Selected.Secondary.Col = GetVal(temp[i][q])
2079+
2080
end)
2081
plrwin:drawButton(1/3, 'Force Follow', function()
2082
	tk.dp(cval, function(z)
2083
		game:GetService("RunService"):BindToRenderStep("_", 0, function()
2084-
		Parent.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
2084+
			z.Character.Humanoid:MoveTo(topkek.lplr.Character.Head.Position)
2085
		end)
2086
	end)
2087
end)
2088-
GenPlrSkinList = function(Skins)
2088+
plrwin:drawButton(1/3, 'Camlock', function()
2089
	tk.dp(cval, function(z)
2090
		z.CameraMode = "LockFirstPerson"
2091
	end)
2092-
AddMode = function(Arr, Name, Func)
2092+
2093-
	if not Modes[Arr] then
2093+
--// SERVER //--
2094-
		Modes[Arr] = {}
2094+
local servwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Server').Container)
2095
local detailWin = servwin:drawContainer(1, 100, nil, nil, 18)
2096
detailWin:drawText(1, 'Job ID: ' .. (game.JobId and (game.JobId ~= "") or "???"))
2097-
	Modes[Arr][#Modes[Arr] + 1] = {
2097+
detailWin:drawText(1, 'Game Name: ' .. game:service'MarketplaceService':GetProductInfo(game.PlaceId).Name)
2098-
		["Name"] = Name,
2098+
detailWin:drawText(1, 'Creator Name: ' .. game:GetService('Players'):GetNameFromUserIdAsync(game.CreatorId))
2099-
		["Func"] = Func
2099+
detailWin:drawText(1, 'Genre: ' .. tostring(game.Genre))
2100
servwin:drawButton(1/2, 'Shutdown', function()
2101
	workspace.Gravity = 0/0
2102
end)
2103-
AddCmd = function(Name, Func, Usage)
2103+
servwin:drawButton(1/2, 'Clear', function()
2104-
	Commands[#Commands + 1] = {
2104+
	for i,v in pairs(game:service'Workspace':GetChildren()) do
2105-
		["Name"] = Name,
2105+
		if (not v:IsA("Terrain"))and(v.Name~="Camera") then
2106-
		["Func"] = Func,
2106+
2107-
		["Usage"] = Usage
2107+
2108
	end
2109
end)
2110
servwin:drawButton(1/2, 'Baseplate', function()
2111-
FindCommand = function(Command)
2111+
	for X = -2500, 2500, 512 do
2112-
	for _, Cmd in pairs(Commands) do
2112+
		for Z = -2500, 2500, 512 do
2113-
		if Cmd.Name == Command then
2113+
			local P = Instance.new("Part")
2114-
			return Cmd
2114+
		    P.Anchored = true
2115
		    P.Locked = true
2116
		    P.Size = Vector3.new(512,3,512)
2117
		    P.CFrame = CFrame.new(X,0,Z)
2118
		    P.BrickColor = BrickColor.Green()
2119-
TPToCoord = function(goto)
2119+
		    P.Parent = game:service'Workspace'
2120-
	local p = service.ReplicatedStorage.Effects
2120+
2121-
	local p2 = p.Bullet
2121+
2122-
	PlaceMaterial(p, AddPos(GetPos(goto, p2.Position)))
2122+
2123-
	service.Workspace:WaitForChild(p.Name)
2123+
servwin:drawButton(1/2, 'Reset', function()
2124-
	if service.Workspace[p.Name][p2.Name].Position ~= goto then
2124+
	for i,v in pairs(game:service'Workspace':GetChildren()) do
2125-
		SetCF(service.Workspace[p.Name], CFrame.new(goto.x, goto.y, goto.z))
2125+
		if (not v:IsA("Terrain"))and(v.Name~="Camera") then
2126
			v:Destroy()
2127-
	ChangePar(service.Workspace[p.Name][p2.Name], service.Workspace.Locations)
2127+
2128-
	print(Teleport("Me To", p2.Name))
2128+
2129-
	if service.Workspace:findFirstChild(p.Name) then
2129+
	for X = -2500, 2500, 512 do
2130-
		Destroy(service.Workspace[p.Name])
2130+
		for Z = -2500, 2500, 512 do
2131
			local P = Instance.new("Part")
2132-
	wait(0.5)
2132+
		    P.Anchored = true
2133-
	if service.Workspace.Locations:findFirstChild(p2.Name) then
2133+
		    P.Locked = true
2134-
		Destroy(service.Workspace.Locations[p2.Name])
2134+
		    P.Size = Vector3.new(512,3,512)
2135
		    P.CFrame = CFrame.new(X,0,Z)
2136
		    P.BrickColor = BrickColor.Green()
2137
		    P.Parent = game:service'Workspace'
2138-
IsInGroup = function(Plr, Id)
2138+
2139-
	return game:HttpPost("https://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=" .. Plr.userId .. "&groupid=" .. Id, "{}", true)
2139+
2140
	for i, v in pairs(game:GetService('Players'):GetPlayers()) do
2141
		local a1 = Instance.new("Model", game:service'Workspace')
2142-
IsFriendsWith = function(Plr1, Plr2)
2142+
		local a2 = Instance.new("Part", game:service'Workspace')
2143-
	return game:HttpPost("http://assetgame.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsFriendsWith&playerId=" .. Plr1.userId .. "&userId=" .. Plr2.userId, "{}", true)
2143+
		a2.CanCollide = true
2144
		a2.Anchored = true
2145
		a2.CFrame = CFrame.new(10000, 10000, 10000)
2146-
CheckBanned = function(plr)
2146+
		a2.Name = "Torso"
2147-
	local tf, Bans = pcall(function()
2147+
		local a3 = Instance.new("Humanoid", a1)
2148-
		return service.HttpService:JSONDecode([==[{"AGE":"30","GUEST":true,"USERS":{"AntiShield":56989668,"DeadzoneStu":64677340,"lolipoop75":79708513,"Guest23432894":143832136,"xTrashruka":137317837,"xHaruka":9794534,"IDatedMySoda":113387109,"V3rmillionModerators":105547026,"PoonDoctor":150922275,"XD_P":150560344,"Dvest":52623435,"ramiBloxes":117400724,"TawanmanCAM":68402323,"root_1":149775875,"G4eLApoc":141396702,"ZutharKaddin":11527445,"Vyntir":138364455,"trex121y":62677084,"bossboyrob3_0":151207490,"isoboss2":135722345,"nick12334568":62449430,"yoloswagfam":107841403,"ecologicodin457":139895538,"BxdMelodiic":123920043,"danielbotero2005":149363370,"sample2349":120510385,"LSINGISFORPVSSIES":145362439,"V1rus_Hack3r":151716287,"carterisstupid":64550952,"3xploitr":147614156,"gag_e":63233606,"sdfer32tfsdarqwrfca":158015558,"deathkiller274894":37729503,"drake358":39775145,"Kelsaaay":99993497,"BreakingDemons":2402019,"Skygall":63509456,"junioredsmo229":152021832,"AyDeus":157954818,"Plutohs":16951026,"sadurn":67045400,"Elysianstars":34638208,"patrikthepirate":84192997,"logandreamheart":28315101,"Mercurye":3664608,"mar_rod2008":145427672,"dragonbladejosh":8301657,"sniperkdog":77668690,"galalit":49492819,"legendarybroface":108178986,"yoger99":70113332,"thelegendhokage":105870493,"aphmau6557":156377012,"sctch656":115138021,"stevendomo":63629607,"8x2x3":68570634,"eagerskaternick":30879448,"lmaoboiii":145996651,"superpeacock84":71529558,"inkboyinkling":113172287,"master6256":14610763,"bigbut143":8696911,"Die5_Chris":157499538,"I_2Tap":157387806,"3xtempia":141184884,"Iongshots":157089226,"shefhy":119232937,"OiledUpMilfs":103885268,"Rick_Harrison5":155232497,"MikeWarrenALT":98863988,"ArctixYT":16071263,"Fr33Killz":99662177,"Giantdiqwilly":146347126,"deathstone12":42671867,"schtibli":157856309,"Everglows":52856027,"weerjkl123":17610965,"xOmqChance":53749613,"ArensKaddin":23084301,"UnlimitedRazor":39772004,"xXSticksAndStuffXx":123891230,"bucktooth52":19337975,"Jokerrr666":157162041,"Baby_Apocc":153536882,"Apocgod9":150537753,"PitchPleasee":156893747,"Shottaker9":150536897,"Averull":126090537,"knightsceem56":44462739,"froobstar101":115838346,"darion23":6408089,"Madi042403":160400803,"deded":2658,"youseville":43731708,"YouDontNomie":130342600,"Harambes_Worker":157900332,"Guest_1010101":147233901,"apocgoddess9":150534415,"ZeIsius":42531807,"Incestu":157915870,"NoMoreHopeInHell":126008929,"LeonAsura":36245695,"ItsTiger":25524028,"iiGetBannedAlot":152190770,"halowarspros":59234217,"Lighteninq":20635764,"Icramis":75833466,"LaggyAf":112754072,"xXxShadowLordxXx":575218,"1x1x_x1":111209363,"victiny1223":47819471,"SteamWarning":44408213,"CallMeMrHacker_Boi":158687532,"Deceased_Children":124106145,"Teecer":112415154,"GearsOnlineHacker12":150219650,"Vezra":123448574,"Jgaming8alt":97840906,"ReebokPump":16333,"RevengeOfAzaleth":153470117,"bananas":20827,"vque":78597210,"98billion":1378318,"EternityGod":11463582,"chrisbraxton":90327867,"TheCleverCowXD":44532810,"darklegend1206":25164323,"DonaldTrumpisNein":156151724,"Int_riga":158014957,"fleeflobber16":27372092,"Dpimp2016":84972607,"Zeekip":71264118,"Bapplez":24485401,"xXTheEncrypticXx":16689252,"CancerlnAfrica":135910894,"EpicHero103":30410734,"xXScarletDeathXx":41789984,"Jhon_D0e":135830651,"Forum_Admin":111250117,"allison042403":24824385,"xxbdittxx":63598674,"beastbrianisawesome":27622806,"lMadara":87280113,"samroblox12345":14772017,"lawrencerogers34":48571732,"Numli":151030699,"Gino940":127640669,"coolrandomhero":49257904,"Nice_IP":111275310,"T0xicVap3":21844652,"FoxtrotZuIu":116270678,"Microwavable_Hamster":111224452,"VendingMachinePro":158484289,"jgaming8":47743041,"derpmaster655":160189881,"redkiller256":37286661,"Sucid":97594568,"Ap0cMarauder":57088917,"mhau17":76402963,"ColdDarkOrlandoRock":140379999,"drainprint":159415679,"ChameleonBuilding":150995871,"PopshotOG":126169891,"mrihackedyou234":130374875,"Full_Restart":156743146,"GTRGhost":88146258,"StevekingofRB":66806164,"Diondev":71397472,"SirYesSirs":76443132,"LordMop":14872477,"Andrew_Man":111311513,"HykelDaniel":128840256,"Commander_Pixis":136485055,"redrooms":24655896,"Jack_Trent":112394924,"Pinknoxious":30588675,"WashingMachineProf":158179757,"griffin":6639,"Arthim":152054172,"shotcaller9":150534005,"GusmanOq":62368719,"Intrigaisingenious":149776871,"Eddy":17938,"awesomeinat":57049860,"airwalke":100438832,"Harambe_Snipe":158824393,"thansar62":115025101,"NicoAyanoKun":65545014,"Beastly25101":118899926,"COOL_GIRLNUMBER111":152954269,"NSNSSDanny":109751860,"unwrappedtortilla":29637665,"coolguy1020414":34496072,"Anesthesian":79776769,"kittycatcat23":155917711,"Seehla897":48998257,"LilUziVertXLilYatchy":161482359,"itchymadgamesrules":119913832,"qnff":160518204,"xTOXICxFLAMEx":114699600,"xTOXICxCLOUDSx":87634857,"IoInut123":99767237,"kingpavlo":21366422,"DesiredBytes":64836803,"RetroBeing":80534921,"chasenaquin12":38148313,"iiDylanx":24367289,"sune1122":55563651,"feb123":20816511,"Dafrox":67819707,"bereghostyoloko":70465937,"WoofItsDylan":32118510,"Zelnus":35123490,"XtremeHackerWiz":101670717,"WedgemanSebastian7":101685449,"LyricalZoran":101598073,"xOMGLIFE":101761709,"wiaam214":21672902,"WinsDark":52537948,"DARKHATERS02":91732823,"LordCrazy13":21799524,"12103net":45124586,"harrishan12":64137772,"222rules222":9179310,"111rules111":9179245,"leon1610":74198828,"YoureFramed":91512397,"wolfiren":99358373,"joinmod555":24713004,"AyeePikachu":73966295,"KirbySkillz":66204472,"TheSprazzMaster":51313898,"Belmetheus":5165906,"MrFalse":90980711,"Youfunnykid":25716187,"iiDrunkExploit":103978554,"G2GSoon":90980615,"ReDZBUX":53923638,"jack1241425":103885761,"Inhales":60804599,"Anaesthxtics":36656885,"OverlordActual":22537940,"Klieff":98734319,"ExploitationPolice":103883855,"lnstances":71871682,"joonatiikkaja":16747014,"DannyKlient":4393567,"DonDonTT":103428449,"demandings":100287350,"RoyalFusion":31324630,"Altxn":31501344,"Ima1x1x1x1Man":103591857,"Frexix":13303147,"GS9Crips":102596731,"EndlessNathan":65040375,"appie87":88435646,"Sensorus":18626882,"punts":66224569,"randomcup":13370582,"FrankFromStateFarm":103076859,"ZaxbySauce":41667779,"lolman536":38976810,"DancingBuddha":10787791,"BlOoDhAwKXXX":80178253,"Tayo118":6709678,"caleria":2281897,"CloudlessMemories":61960946,"RandomStuffWithEva":94434173,"Banned4Lyfe23":25319660,"12q45":2875075,"loveswagger99":77011410,"ssmarines58":71959429,"Acxialeted":78991792,"Veloxys":33838080,"Moisturizor":100987908,"iiPxramore":72826089,"divyate":88514834,"pinsnow":37658697,"ThreadContext":87674290,"booya155":42430779,"KuIIion":64543345,"symmetrics":85789534,"doomlordxl":3692138,"exhed":10816971,"NoobyUnicorns":63711230,"KingVersace1":29264468,"NggaWeMadeIt":103446501,"colesins":72217641,"robowbow21":101128403,"Noiisia":56527025,"Void90":15130756,"ProYan":28690338,"DrPurpleModz":22804596,"AyeeZakq":98402741,"PrinceOfHeaven":53205365,"tflash10":68990410,"rjfoxy":23952063,"Sarinis":65227768,"iLordVex":39635253,"agatecloud4":165187317,"slime_squad":114086082,"jab1127":66252,"iivant":159988187,"tiiqui2002":104347451,"Adaptivity":85822005,"zoincs":64876083,"bobbysboy":80676316,"rileytheawsomeist":75745525,"maaumiwantrobux":97629484,"ospencerrr":51909203,"crash5565":48120005,"robloxplayer_1337":168336917,"unloyalist":30262807,"awesomerodrick14":33644471,"brofistunited":71068502,"Joker_MrJ":157138769,"SourceQuery":135766628,"infidelgaming":155116709,"badjack04":98348137,"exgrath77":29987958,"worldcontroller":16087927,"movingboy":165834989,"GalaxyExploder400":167629787,"gta3435":169095649,"supergodzilla906":158250405,"WowILikedHarambe":169669680,"skintron":99871807,"AlexGaming14324":156427397,"NexusXI":87381019,"BrandonDuane":40594324,"gtadude14":92008253,"dorkjordan2":160528674,"vale455":41738988,"xxucomeudiexx":76482490,"Thy_Yuno":64836803,"stevewonder98":46039652,"solidwolf688":71985262,"zombiegun24":100600355,"pandaloverguy12354":77829846,"jpscool":49744175,"STARITE":9416228,"rowpow1":109432519,"Moonlightkianys":140155208,"Boopbot5":38809646,"stevenRISINGs":127534747,"roberto2223":63329799,"TluXisM":63010454,"ApocHobo1":114154989,"Robo_MadnessYT":149164579,"iKyxis":80463115,"mackjack122":121317462,"TheEpicRobro":111224394,"wisemark2002":96583298,"hoodedsloth233":162566064,"xtriggeredss":147187311,"xxdevildogsxx":29302875,"gijewtherealamerican":98218078,"laganalexjoey12345":137355533,"spectrewolf87":136710228,"malachix25":151989181,"intervectional":120657432,"xstevec2":69327986,"TrickyMove":100199318,"spazzn":31008681,"gamerfff":90101909,"SniperAmericano2":167410155,"grimlock89":63288044,"Undermist":90414653,"SP02_PRICE":177463526,"Xxkillergamings":89444623,"kobeh83":177236936,"AltF4Noobs":97313073,"duckey24":91016036,"fazepapaq":161853207,"EpicRage57":148473956,"MO_BO":164171441,"mattTEHboss1":19593675,"CandyKing108":45876353,"rebeccapitcher":77406028,"iiAsithis":87981989,"isaacstepp101":136398121,"Boss27martin":68358928,"SuKcMyPus3YPlease":188974626,"iiphenixii1":100094543,"fitimizcool":149955616,"Bzrrr":205702294,"sean56418":14935685,"larrylikes":98408281,"strikefighter77":124114843,"pineapleface":120179860,"Dev_Defense":53262005,"Prismous":34524990,"killerblizzardbeast":196826467,"zack21jumpstreet":145081947,"Ontroxity":143618902,"cuddlydavis":65686726,"AR_FAL":145391142,"HeavyDoge9":94612616,"ApocTrueTryhard":226138364,"jessica21307":134768551,"FreedomFighter2233":85911450,"bradgren12":228144344,"OpObryan111":70858758,"brayan_genry":137087546,"Dissess":100290834,"sedranice":235446558,"NotNitro":192536255,"SogBots":34469098,"GOKU18414":189855508,"jesceykiller2000":52233325,"Codayz13":95930284,"wixerd":101880738,"ernestoide04":50776578,"JaHLoVe927":106978541,"ferretlover5334":162971254,"SoyChonoris":123352843,"nikolaspazxD":92989899,"SrLoboR":217732606,"Masterofawesome151":144246209,"privateP1":190927160,"DJCASH255":44526843,"XxRapMixX":131818503,"loveing32":44176498,"youmadbro20001":47331523,"pawerwawer28":86453520,"gaggercool":100291408,"tig3r18":156606584,"SEVERUNDERPANTS0001":93189762,"FearRaiser13":194655390,"isaac_cops":167083713,"rance0725":41804917,"ReeveTheOne":79731837,"kie2690":239638420,"iSRamosXI":74941199,"RealMinecraftSAS":89328242,"JudiousDantdm":220502771,"cadincbr253":56139026,"copmanbossking":148266905,"viroblox16":89524988,"cbr252":42624944,"darkcarlos79":48787096,"Drick118":61850843,"YOUTUBE90124":236940122,"Marjio":81866245,"IIIIIIIIIlIIIIl":234527531,"djdog175":17556121,"jigsawmaster12":224120478,"bradyh805":51898104,"brandon84":2649840,"gamerkiner":220829603,"Exokio":72578854,"Prozvonit":24492564,"StaticHyena2400":236413681,"icecreampewds":40423690,"ComfortableAlissa":35766091,"rogomes5599":104545566,"blackkillers11":119132688,"Ustin75":52229767,"nyts15":72275900,"TIERNLUK":52714459,"victor_023":193845953,"Likelololol":108006421,"theLOLmaster67":205765659,"isa5526":60517771,"austin54357":68981959,"BasewarsBots":179711852,"mark197787":51005891,"iiNightWielder":218790566},"GROUPS":{"Kaddin Family":1245720,"Code_Squad":2893755}}]==])
2148+
		a3.MaxHealth=100;a3.Health=100
2149
		v.Character = a1
2150-
	if plr == service.Players.LocalPlayer or (BanSettings.FRIENDS == true and IsFriendsWith(plr, service.Players.LocalPlayer) == "true") then
2150+
		a3.Health=0
2151-
		--or Plr.Name == Bans.PMEAcc
2151+
2152-
			--run a custom version which will update a var on my host to update this
2152+
2153-
		return false
2153+
servwin:drawButton(1, 'Remove Sounds', function()
2154
	tk.rcm(game, 'Sound')
2155-
	if Bans and type(Bans) == "table" then
2155+
2156-
		for i,v in pairs(Bans.USERS) do
2156+
servwin:addSpacing()
2157-
			if plr.Name == i or plr.userId == v and BanSettings.LIST then
2157+
servwin:drawButton(1, 'Break All', function()
2158-
				return true
2158+
	workspace:BreakJoints(workspace:GetChildren())
2159
end)
2160
local gravInp
2161-
		for i,v in pairs(Bans.GROUPS) do
2161+
servwin:drawButton(1/3, 'Gravity', function()
2162-
			if IsInGroup(plr, v) == "true" and BanSettings.GROUPS then
2162+
	if not tonumber(gravInp.Text) then return end
2163-
				return true
2163+
	workspace.Gravity = tonumber(gravInp.Text)
2164
end)
2165
gravInp = servwin:drawTextBox(2/3, '')
2166
servwin:addSpacing()
2167-
	if plr.AccountAge < tonumber(BanSettings.AGE) then
2167+
servwin:drawButton(1, 'Reset Lighting', function()
2168-
		return true
2168+
	local l = game:service'Lighting'
2169
	l.Ambient = Color3.new(0, 0, 0)
2170-
	if plr.Name:sub(1, 6) == "Guest " and BanSettings.GUEST then
2170+
	l.Brightness = 1
2171-
		return true
2171+
	l.GlobalShadows = true
2172
	l.Outlines = true
2173-
	if Banned[plr.Name] == true then
2173+
	l.FogEnd = 100000
2174-
		return true
2174+
	l.FogStart = 0
2175
	l:SetMinutesAfterMidnight(12*60)
2176
end)
2177
local brightInp
2178
servwin:drawButton(1/3, 'Brightness', function()
2179-
Init = function()
2179+
	if not tonumber(brightInp.Text) then return end
2180-
	RemoveAnti()
2180+
	game:GetService('Lighting').Brightness = tonumber(brightInp.Text)
2181-
	--SpoofGA()
2181+
2182-
	UpdatePlayers()
2182+
brightInp = servwin:drawTextBox(2/3, '100')
2183-
	LoadLists()
2183+
local fogInp
2184
servwin:drawButton(1/3, 'Fog', function()
2185-
	local Vehicles = service.Workspace.Vehicles:GetChildren()
2185+
	if not tonumber(fogInp.Text) then return end
2186-
	local Players = service.Players:GetChildren()
2186+
	game:GetService('Lighting').FogEnd = tonumber(fogInp.Text)
2187-
	local lMod = service.Workspace.Locations:GetChildren()
2187+
2188-
	local WS = service.Workspace:GetChildren()
2188+
fogInp = servwin:drawTextBox(2/3, '0')
2189
local timeInp
2190-
	CurrVeh = Vehicles[1]
2190+
servwin:drawButton(1/3, 'Hour', function()
2191-
	CurrPlr = Players[1]
2191+
	if not tonumber(timeInp.Text) then return end
2192-
	CurrSnd = InitSound()
2192+
	game:GetService('Lighting'):SetMinutesAfterMidnight(60*tonumber(timeInp.Text))
2193
end)
2194-
	VehicleFr.Cycler.Lbl.Text = CurrVeh.Name:upper()
2194+
timeInp = servwin:drawTextBox(2/3, '12')
2195
servwin:addSpacing()
2196-
	if Remotes:findFirstChild("BanService") then
2196+
-- private server crap
2197-
		Destroy(Remotes.BanService)
2197+
local privateToggle
2198
local privStatus = false
2199-
	for _, Vehicle in pairs(Vehicles) do
2199+
privateToggle = servwin:drawButton(1, 'Private Server OFF', function()
2200-
		if not Vehicle:IsA("Model") then
2200+
	if privStatus == false then
2201-
			Destroy(Vehicle)
2201+
		privStatus = true
2202
		privateToggle.Text = 'Private Server ON'
2203-
			ConnectV(Vehicle)
2203+
		topkek.banmgr.makePrivate()
2204-
			input[#input + 1] = Vehicle.Changed:connect(function(prop)
2204+
2205-
				if prop == "Name" and Vehicle[prop] == "VehicleWreck" then
2205+
		privateToggle.Text = 'Private Server OFF'
2206-
					GPS[Vehicle] = false
2206+
		topkek.banmgr.unprivate()
2207
	end
2208
end)
2209
servwin:addSpacing()
2210
servwin:drawText(1, 'Whitelist')
2211-
	for _, Player in pairs(Players) do
2211+
local plrAddInp
2212-
		if not CheckBanned(Player) then
2212+
servwin:drawButton(1/3, 'Add', function()
2213
	topkek.banmgr.doWhitelist(plrAddInp.Text)
2214-
				Player:WaitForChild("playerstats")
2214+
	ReorderWL()
2215-
				ConnectP(Player)
2215+
2216
plrAddInp = servwin:drawTextBox(2/3, '')
2217
wlCont = servwin:drawScrollingContainer(100)
2218-
			if Player ~= service.Players.LocalPlayer then
2218+
function ReorderWL()
2219-
				Kick(Player)
2219+
	local wl = topkek.banmgr.whitelist
2220
	for i,v in pairs(wlCont:GetChildren()) do
2221
		v:Destroy()
2222
	end
2223-
	for i = 1, #lMod do
2223+
	wlCont:setDrawY(3)
2224-
		local Location = lMod[i]
2224+
	for i,v in pairs(wl) do
2225-
		if Location:IsA("BasePart") and not Location:IsA("Script") then
2225+
		wlCont:drawText(2/3, v)
2226-
			table.insert(Locations, Location)
2226+
		wlCont:drawButton(1/3, 'Remove', function()
2227
			topkek.banmgr.unwhitelist(v)
2228
			ReorderWL()
2229-
	for i = 1, #WS do
2229+
		end) 
2230-
		local Sound = WS[i]
2230+
2231-
		if Sound:IsA("Sound") and not Sound:findFirstChild("pmesound") then
2231+
2232-
			StopSound(Sound)
2232+
ReorderWL()
2233-
			Destroy(Sound)
2233+
--// LOCALPLAYER //--
2234
local lpwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('LocalPlayer').Container)
2235
lpwin:drawButton(1, 'Reset Camera', function()
2236-
	spawn(function() -- spectate bar handle
2236+
	game.Workspace.CurrentCamera:remove()
2237-
		local health, maxhealth 
2237+
	wait(.1)
2238-
		local Char
2238+
	game.Workspace.CurrentCamera.CameraSubject = topkek.lplr.Character.Humanoid or 
2239-
		while wait() do
2239+
		game.Workspace[topkek.lplr.Name].Humanoid
2240-
			if _G.ApocPass ~= "0" and Gui ~= nil and CurrPlr ~= nil then
2240+
	game.Workspace.CurrentCamera.CameraType = "Custom"
2241-
				Char = (CurrPlr ~= nil and service.Workspace:findFirstChild(CurrPlr.Name) or service.Players.LocalPlayer.Character)
2241+
2242-
				health = Char.Humanoid.Health or 0
2242+
lpwin:drawButton(1, 'Respawn', function()
2243-
				maxhealth = Char.Humanoid.MaxHealth or 0
2243+
	local a1 = Instance.new("Model", game:service'Workspace')
2244
	local a2 = Instance.new("Part", game:service'Workspace')
2245-
				Spec.Bar.Size = UDim2.new(health / maxhealth, 0, 1, 0)
2245+
	a2.CanCollide = true
2246-
				Spec.Health.Text = tostring(math.floor(health))
2246+
	a2.Anchored = true
2247-
				Spec.pName.Text = (CurrPlr == nil and "Gusmanak" or CurrPlr.Name)
2247+
	a2.CFrame = CFrame.new(10000, 10000, 10000)
2248
	a2.Name = "Torso"
2249-
				if not CurrPlr then
2249+
	local a3 = Instance.new("Humanoid", a1)
2250-
					CurrPlr = service.Players.LocalPlayer
2250+
	a3.MaxHealth=100;a3.Health=100
2251-
					Char = CurrPlr.Character
2251+
	topkek.lplr.Character = a1
2252-
					service.Workspace.CurrentCamera = Char.Humanoid
2252+
	a3.Health=0
2253
end)
2254
lpwin:drawButton(1, 'Rejoin', function()
2255-
			for _, Player in pairs(service.Players:GetChildren()) do
2255+
	game:GetService('TeleportService'):Teleport(game.PlaceId)
2256-
				spawn(function()
2256+
2257-
					if GPS[Player.Name] ~= nil and GPS[Player.Name][1] == true then
2257+
lpwin:addSpacing()
2258-
						local Blip = GPS[Player.Name][2]
2258+
lpwin:drawButton(1/2, 'God', function()
2259-
						if service.Workspace:findFirstChild(Player.Name) then
2259+
	if topkek.lplr.Character:FindFirstChild("Humanoid") then
2260-
							local Char = Player.Character
2260+
		topkek.lplr.Character.Humanoid.MaxHealth = math.huge
2261-
							local Pos = Char.Torso.Position
2261+
		topkek.lplr.Character.Humanoid.Health = math.huge
2262-
							local X = tostring(math.floor(Pos.x))
2262+
2263-
							local Y = tostring(math.floor(Pos.y))
2263+
2264-
							local Z = tostring(math.floor(Pos.z))
2264+
lpwin:drawButton(1/2, 'Semigod', function()
2265-
							Blip.Tag.Text = "[" .. X .. ", " .. Y .. ", " .. Z .. "] " .. Player.Name
2265+
	if topkek.lplr.Character:FindFirstChild("Humanoid") then
2266-
							Blip.Position = UDim2.new(0.5, ((Pos.x / Scale["X"]) - 128), 0.5, ((Pos.z / Scale["Z"]) - 128))
2266+
		topkek.lplr.Character.Humanoid.MaxHealth = 9e9
2267
		topkek.lplr.Character.Humanoid.Health = 9e9
2268
	end
2269-
				end)
2269+
2270
Loopgod = false
2271-
			for _, Vehicle in pairs(service.Workspace.Vehicles:GetChildren()) do
2271+
lpwin:drawButton(1, 'Loopgod', function()
2272-
				spawn(function()
2272+
	if Loopgod == false then
2273-
					if Vehicle.Name ~= "VehicleWreck" and GPS[Vehicle] ~= nil and GPS[Vehicle][1] == true and GetPrim(Vehicle) then
2273+
		Loopgod = true
2274-
						local Blip = GPS[Vehicle][2]
2274+
2275-
						local Pos = GetPrim(Vehicle).Position
2275+
2276-
						local X = tostring(math.floor(Pos.x))
2276+
				topkek.lplr.Character.Humanoid.MaxHealth = math.huge
2277-
						local Y = tostring(math.floor(Pos.y))
2277+
				topkek.lplr.Character.Humanoid.Health = math.huge
2278-
						local Z = tostring(math.floor(Pos.z))
2278+
2279-
						Blip.Tag.Text = "[" .. X .. ", " .. Y .. ", " .. Z .. "] " .. Vehicle.Name
2279+
			until Loopgod == false
2280-
						Blip.Position = UDim2.new(0.5, ((Pos.x / Scale["X"]) - 128), 0.5, ((Pos.z / Scale["Z"]) - 128))
2280+
		end)	
2281
	else
2282-
				end)
2282+
		Loopgod = false
2283
	end
2284
end)
2285
lpwin:addSpacing()
2286-
	UpdateBlips()
2286+
plrwin:addSpacing()
2287
local Lev, Clip, Fly
2288
lpwin:drawButton(1/2, 'Levitate', function()
2289-
UpdatePlayers = function()
2289+
	if Lev == true then
2290
		Lev = false
2291-
		local Players = service.Players:GetChildren()
2291+
2292-
		GenList(Players, MiscFr:findFirstChild("Main").PlayerList, function(Lbl)
2292+
2293-
			MiscFr.Vars.Player.Box.Text = Lbl.Name
2293+
	Lev = true
2294
	repeat
2295-
		GenList(Players, PlayerFr.PlayerList, function(Lbl)
2295+
		topkek.lplr.Character.Humanoid:ChangeState(10)
2296-
			PlayerFr.Vars.Player.Box.Text = Lbl.Name
2296+
		wait(0)
2297
	until Lev == false
2298-
		GenList(Players, SkinFr.Main.PlayerList, function(Lbl)
2298+
2299-
			SkinFr.Vars.Player.Box.Text = Lbl.Name
2299+
lpwin:drawButton(1/2, 'Noclip', function()
2300
	if Clip == true then
2301-
		GenList(Players, SpawnFr.PlayerList, function(Lbl)
2301+
		Clip = false
2302-
			SpawnFr.Player.Box.Text = Lbl.Name
2302+
2303
	end
2304-
		if TpFr.Vars.Type.Btn.Text == "Player" then
2304+
	Clip = true
2305-
			GenList(Players, TpFr.Main.PlayerList, function(Lbl)
2305+
	game:GetService("RunService").Stepped:connect(function()
2306-
				TpFr.Vars.Player.Box.Text = Lbl.Name
2306+
		tk.gt(topkek.lplr).CanCollide = not Clip
2307
		topkek.lplr.Character.Head.CanCollide = not Clip
2308
		topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
2309-
		GenList(Players, VehicleFr.PlayerList, function(Lbl)
2309+
		if topkek.lplr.Character.UpperTorso then
2310-
			VehicleFr.Vars.Player.Box.Text = Lbl.Name
2310+
			topkek.lplr.Character.LowerTorso.CanCollide = not Clip
2311
		end
2312
	end)
2313
	topkek.lplr.Character.HumanoidRootPart.Changed:connect(function()
2314
		tk.gt(topkek.lplr).CanCollide = not Clip
2315-
MakeBlip = function(Obj, IsPlr)
2315+
		topkek.lplr.Character.Head.CanCollide = not Clip
2316-
	local Targ = newTarg:Clone()
2316+
		topkek.lplr.Character.HumanoidRootPart.CanCollide = not Clip
2317-
	Targ.Parent = newMap.Frame
2317+
		if topkek.lplr.Character.UpperTorso then
2318-
	Targ.Visible = true
2318+
			topkek.lplr.Character.LowerTorso.CanCollide = not Clip
2319-
	Targ.Name = Obj.Name
2319+
2320-
	Targ.ImageColor3 = GetBlipCol(Obj, IsPlr)
2320+
2321-
	local Tag = Instance.new("TextLabel", Targ)
2321+
2322-
	Tag.Name = "Tag"
2322+
lpwin:drawButton(1/2, 'Fly', function()
2323-
	Tag.BackgroundTransparency = 1
2323+
	if Fly == true then
2324-
	Tag.Position = UDim2.new(1, -100, 0.5, -15)
2324+
		Fly = false
2325-
	Tag.Size = UDim2.new(0, 100, 0, 30)
2325+
2326-
	Tag.Font = "SourceSansBold"
2326+
2327-
	Tag.FontSize = "Size18"
2327+
	Fly = true
2328-
	Tag.TextColor3 = Color3.new(255/255, 255/255, 255/255)
2328+
  local mouse=game.Players.LocalPlayer:GetMouse''
2329-
	Tag.TextStrokeTransparency = 0.8
2329+
  localplayer=game.Players.LocalPlayer
2330-
	Tag.TextXAlignment = "Left"
2330+
  game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
2331-
	Tag.Visible = false
2331+
  local torso = game.Players.LocalPlayer.Character.HumanoidRootPart
2332-
	Tag.ZIndex = 10
2332+
  local speed=0
2333-
	local Btn = Instance.new("TextButton", Targ)
2333+
  local keys={a=false,d=false,w=false,s=false} 
2334-
	Btn.Position = UDim2.new(0.5, -15, 0.5, -15)
2334+
  local e1
2335-
	Btn.Size = UDim2.new(0, 30, 0, 30)
2335+
  local e2
2336-
	Btn.BackgroundTransparency = 1
2336+
  local function start()
2337-
	Btn.Text = ""
2337+
   local pos = Instance.new("BodyPosition",torso)
2338-
	Btn.ZIndex = 10
2338+
   local gyro = Instance.new("BodyGyro",torso)
2339-
	Btn.Name = "Btn"
2339+
   pos.Name="EPIXPOS"
2340-
	return Targ
2340+
   pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
2341
   pos.position = torso.Position
2342
   gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9) 
2343-
RemoveBlip = function(Obj)
2343+
   gyro.cframe = torso.CFrame
2344-
	local Blip = GPS[Obj.Name]
2344+
   repeat
2345-
	if Blip ~= nil and Blip[2] == true then
2345+
    wait()
2346-
		Blip[1] = false
2346+
    localplayer.Character.Humanoid.PlatformStand=true
2347-
		Blip[2]:Destroy()
2347+
    local new=gyro.cframe - gyro.cframe.p + pos.position
2348
    if not keys.w and not keys.s and not keys.a and not keys.d then
2349
     speed=1
2350
    end 
2351-
GetTimeStamp = function(t)
2351+
    if keys.w then 
2352-
	local t = t or tick()
2352+
     new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
2353-
	local Hours = math.floor(((t / 3600) % 24))
2353+
     speed=speed+0.01
2354-
	local Minutes = math.floor((t / 60) % 60)
2354+
2355-
	local Seconds = math.floor(t % 60)
2355+
    if keys.s then 
2356-
	if Hours < 10 then
2356+
     new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
2357-
		Hours = "0" .. tostring(Hours)
2357+
     speed=speed+0.01
2358
    end
2359-
	if Minutes < 10 then
2359+
    if keys.d then 
2360-
		Minutes = "0" .. tostring(Minutes)
2360+
     new = new * CFrame.new(speed,0,0)
2361
     speed=speed+0.01
2362-
	if Seconds < 10 then
2362+
2363-
		Seconds = "0" .. tostring(Seconds)
2363+
    if keys.a then 
2364
     new = new * CFrame.new(-speed,0,0)
2365-
	return tostring(Hours) .. ":" .. tostring(Minutes) .. ":" .. tostring(Seconds)
2365+
     speed=speed+0.01
2366
    end
2367
    if speed>5 then
2368-
GetMsgCol = function(MsgType)
2368+
     speed=5
2369-
	local Col
2369+
2370-
	if MsgType == Enum.MessageType.MessageOutput then
2370+
    pos.position=new.p
2371-
		Col = Color3.new(157/255, 157/255, 157/255)
2371+
    if keys.w then
2372-
	elseif MsgType == Enum.MessageType.MessageInfo then
2372+
     gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
2373-
		Col = Color3.new(139/255, 139/255, 255/255)
2373+
    elseif keys.s then
2374-
	elseif MsgType == Enum.MessageType.MessageWarning then
2374+
     gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
2375-
		Col = Color3.new(255/255, 163/255, 71/255)
2375+
    else
2376-
	elseif MsgType == Enum.MessageType.MessageError then
2376+
     gyro.cframe = workspace.CurrentCamera.CoordinateFrame
2377-
		Col = Color3.new(255/255, 139/255, 139/255)
2377+
2378
   until not Fly
2379-
	return Col
2379+
   if gyro then gyro:Destroy() end
2380
   if pos then pos:Destroy() end
2381
   flying=false
2382-
GetBlipCol = function(Obj, IsPlr)
2382+
   localplayer.Character.Humanoid.PlatformStand=false
2383-
	if IsPlr then
2383+
   speed=0
2384-
		if Obj == service.Players.LocalPlayer then
2384+
  end
2385-
			return Color3.new(26/255, 16/255, 165/255)
2385+
  e1=mouse.KeyDown:connect(function(key)
2386
   if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
2387-
			if CheckGroup(Obj.Name, service.Players.LocalPlayer.PlayerGui.MyGroup.Bin.groupid.Value) then
2387+
   if key=="w" then
2388-
				return Color3.new(26/255, 16/255, 165/255)
2388+
    keys.w=true
2389-
			else
2389+
   elseif key=="s" then
2390-
				return Color3.new(131/255, 15/255, 14/255)
2390+
    keys.s=true
2391
   elseif key=="a" then
2392
    keys.a=true
2393
   elseif key=="d" then
2394-
		return Color3.new(51/255, 91/255, 5/255)
2394+
    keys.d=true
2395
   end
2396
  end)
2397
  e2=mouse.KeyUp:connect(function(key)
2398-
DivideStr = function(Str)
2398+
   if key=="w" then
2399-
	local temp = {}
2399+
    keys.w=false
2400-
	for i = 1, Str:len() do
2400+
   elseif key=="s" then
2401-
		if not temp[math.floor(i / 90) + 1] then
2401+
    keys.s=false
2402-
			temp[math.floor(i / 90) + 1] = ""
2402+
   elseif key=="a" then
2403
    keys.a=false
2404-
		temp[math.floor(i / 90) + 1] = temp[math.floor(i / 90) + 1] .. Str:sub(i, i)
2404+
   elseif key=="d" then
2405
    keys.d=false
2406-
	return temp
2406+
   end
2407
  end)
2408
  start()
2409-
RemoveLines = function(Str)
2409+
2410-
	Str = Str:gsub("\n", "; ")
2410+
lpwin:drawButton(1/2, 'Highjump', function()
2411-
	Str = Str:gsub("\t", "")
2411+
	local thrust = Instance.new("BodyVelocity")
2412-
	return Str
2412+
	game:GetService('UserInputService').InputBegan:connect(function(i, b)
2413
		if i.KeyCode == Enum.KeyCode.Space then
2414
			print("Got jump")
2415-
GetEarlyLogs = function()
2415+
			coroutine.resume(coroutine.create(function()
2416-
	local Logs = service.LogService:GetLogHistory()
2416+
				thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart
2417-
	local YSize = 15
2417+
				thrust.velocity = Vector3.new(0,50,0)
2418-
	for q = 1, #Logs do
2418+
				thrust.maxForce = Vector3.new(0,4e+050,0)
2419-
		local StrTab = DivideStr(Logs[q].message)
2419+
				wait(0.2)
2420-
		local MsgType = Logs[q].messageType
2420+
				thrust.Parent = nil 
2421-
		local TimeStamp = Logs[q].timestamp
2421+
			end))
2422-
		--for i = 1, #StrTab do
2422+
2423-
			local YPos = ((YSize * (#Logs == 0 and 1 or #Logs + 1)) - YSize) + ((5 * (#Logs == 0 and 1 or #Logs + 1)) - 5)
2423+
2424
end)
2425-
			local newLabel = oTemplate:Clone()
2425+
lpwin:addSpacing()
2426-
			newLabel.Parent = Output.Output
2426+
local apprInp
2427-
			newLabel.Visible = true
2427+
lpwin:drawButton(1/3, 'Appearance', function()
2428-
			newLabel.Position = UDim2.new(0, 0, 0, YPos)
2428+
	local id = 0
2429-
			newLabel.Text = "[" .. GetTimeStamp(TimeStamp) .. "] " .. RemoveLines(Logs[q].message)
2429+
	if tonumber(apprInp.Text) then
2430-
			newLabel.Name = "LogEntry"
2430+
		id = tonumber(apprInp.Text)
2431-
			newLabel.TextColor3 = GetMsgCol(MsgType)
2431+
2432
		id = game:GetService('Players'):GetUserIdFromNameAsync(apprInp.Text)
2433-
			Output.Output.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 5)
2433+
2434-
		--end
2434+
	if topkek.lplr.Character:FindFirstChild("Humanoid") then
2435
		topkek.lplr.Character.Humanoid.Health = 0
2436
	end
2437
	topkek.lplr.CharacterAppearance = 'https://assetgame.roblox.com/Asset/CharacterFetch.ashx?userId=' .. tostring(id)
2438-
GetCode = function()
2438+
2439-
	local str = service.Geometry:FindFirstChild("nonononononono").Value 
2439+
apprInp = lpwin:drawTextBox(2/3, 'ROBLOX')
2440-
	local out = {}
2440+
local teamInp
2441-
	local z = ""
2441+
lpwin:drawButton(1/3, 'Team', function()
2442-
	for word in string.gmatch(str, "%w%w%w%w") do
2442+
	topkek.lplr.TeamColor = BrickColor.new(teamInp.Text)
2443-
		for i,c in pairs({string.byte(word, 1, 4)}) do
2443+
2444-
			c = c - 48
2444+
teamInp = lpwin:drawTextBox(2/3, 'Bright red')
2445-
			for place = 1, 6 do
2445+
lpwin:drawButton(1/2, 'Naked', function()
2446-
				out[(i - 1) * 6 + place] = (out[(i - 1) * 6 + place] or 0) + (c) % 2
2446+
	topkek.lplr:ClearCharacterAppearance()
2447-
				c = math.floor((c) / 2)
2447+
2448
lpwin:drawButton(1/2, 'Neutral', function()
2449
	topkek.lplr.Neutral = true
2450
end)
2451-
	for i = 2, #out, 2 do
2451+
lpwin:addSpacing()
2452-
		z = string.reverse(z) .. string.char(97 + out[i] + out[i - 1] * 2)
2452+
lpwin:drawButton(1/2, 'Orb', function()
2453
	game.Players.LocalPlayer.Character = nil
2454-
	local stack = #str
2454+
	--lp:Destroy()
2455-
	local out = ""
2455+
	local cam = game.Workspace.CurrentCamera
2456-
	for word in string.gmatch(str, "%w%w%w%w") do
2456+
	local m = Instance.new("Model", game.Workspace)
2457-
		out = out .. string.char(48 + tonumber(table.concat({string.byte(word, 1, 4)})) % 74)
2457+
	m.Name = game.Players.LocalPlayer.Name
2458
	local hum = Instance.new("Humanoid", m)
2459-
	return out
2459+
	hum.Health = 0
2460
	hum.MaxHealth = 0
2461
	local orb = Instance.new("Part", m)
2462-
AntiSkidStuff = function()
2462+
	orb.Size = Vector3.new(1, 1, 1)
2463-
	if BanSettings.SET == true then
2463+
	orb.Shape = "Ball"
2464
	orb.Name = "Head"
2465
	orb.Anchored = true
2466
	orb.CanCollide = true
2467-
	local Cons = {}
2467+
	orb.BottomSurface = Enum.SurfaceType.Smooth
2468-
	local RemoveCons = function()
2468+
	orb.TopSurface = Enum.SurfaceType.Smooth
2469-
		for i = 1, #Cons do
2469+
	orb.Transparency = 0
2470-
			Cons[i]:disconnect()
2470+
2471
		while true do
2472
			wait(0.1)
2473
			if orb then
2474-
	for i = 1, #Settings:GetChildren() do
2474+
				orb.BrickColor = BrickColor.Random()
2475-
		local Lbl = Settings:GetChildren()[i]
2475+
			else break end
2476-
		if Lbl:IsA("TextLabel") and Lbl:findFirstChild("Btn") then
2476+
2477-
			Cons[#Cons + 1] = Lbl.Btn.MouseButton1Click:connect(function()
2477+
2478-
				Lbl.Btn.Text = (Lbl.Btn.Text == "X" and "" or "X")
2478+
	cam.CameraSubject = orb
2479
	cam.CameraType = Enum.CameraType.Fixed
2480
	game:GetService("RunService").RenderStepped:connect(function()
2481
		orb.CFrame = cam.CoordinateFrame * CFrame.new(0, -2, -6)
2482
	end)
2483-
	Cons[#Cons + 1] = Settings.ConfirmCode.MouseButton1Click:connect(function()
2483+
	game.Players.LocalPlayer.Chatted:connect(function(a)
2484-
		BanSettings.AGE = tonumber(Settings.Age.Box.Text)
2484+
		game:GetService("Chat"):Chat(orb, a)
2485-
		BanSettings.GROUPS = (Settings.Group.Btn.Text == "X" and true or false)
2485+
2486-
		BanSettings.GUESTS = (Settings.Guest.Btn.Text == "X" and true or false)
2486+
2487-
		BanSettings.FRIENDS = (Settings.Friend.Btn.Text == "X" and true or false)
2487+
lpwin:drawButton(1/2, 'Freecam', function()
2488-
		BanSettings.LIST = (Settings.UserList.Btn.Text == "X" and true or false)
2488+
	local cam = game.Workspace.CurrentCamera
2489-
		BanSettings.SET = true
2489+
	cam.CameraType = "Fixed"
2490
	cam.CameraSubject = nil
2491-
		Settings.Visible = false
2491+
	topkek.lplr.Character = nil
2492-
		Main.Visible = true
2492+
2493-
		Spec.Visible = true
2493+
lpwin:drawButton(1/2, 'NoGrav', function()
2494-
		Toggles.Visible = true
2494+
	if topkek.lplr.Character then
2495
		for x,m in pairs(topkek.lplr.Character:GetChildren()) do
2496-
		wait(1)
2496+
			if m:IsA("BasePart") then
2497-
		_G.ApocPass = GetCode()
2497+
				local bf = Instance.new("BodyForce", m)
2498-
		--[[if getrawmetatable ~= nil then
2498+
				bf.force = Vector3.new(0, 192.25, 0) * m:GetMass()
2499-
			InitMeta()
2499+
2500-
		end]]
2500+
			if m:IsA("Hat") or m:IsA("Accessory") then
2501
				if m:findFirstChild("Handle") then
2502-
		local c = 0
2502+
					local bf = Instance.new("BodyForce", m.Handle)
2503-
		repeat
2503+
					bf.force = Vector3.new(0, 192.25, 0) * m.Handle:GetMass()
2504-
			wait(1)
2504+
2505-
			c = c + 1
2505+
2506-
			print("iteration: " .. tostring(c))
2506+
2507-
		until
2507+
2508-
			_G.ApocPass ~= "0"
2508+
2509
lpwin:drawButton(1/2, 'Trowel', function()
2510-
		warn("Using " .. Exploit)
2510+
	topkek.tools.util.trowel()
2511-
		warn("Network key: " .. tostring(_G.ApocPass))
2511+
2512-
		SendMsg(service.Players.LocalPlayer, "Green", "Network key acquired")
2512+
lpwin:addSpacing()
2513
lpwin:drawButton(1/2, 'Fedora', function()
2514-
		Init()
2514+
	local hats={
2515-
		RemoveCons()
2515+
		98346834,
2516
		215751161,
2517
		119916949,
2518
		72082328,
2519-
LoadLists = function()
2519+
		147180077,
2520-
	GenList(Modes["Player"], PlayerFr.ModeList, function(Lbl)
2520+
		100929604,
2521-
		PlayerFr.Vars.Mode.Box.Text = Lbl.Name
2521+
		63043890,
2522
		1285307,
2523-
	GenList(service.Lighting.LootDrops:GetChildren(), SpawnFr.ItemList, function(Lbl)
2523+
		1029025,
2524-
		SpawnFr.Item.Box.Text = Lbl.Name
2524+
		334663683,
2525-
		SpawnFr.Count.Box.Text = "1"
2525+
		259423244
2526
	}
2527-
	GenList(service.Lighting.LootDrops:GetChildren(), lSpawnFr.ItemList, function(Lbl)
2527+
	game:GetObjects("rbxassetid://" .. tostring(hats[math.random(1,#hats)]))[1].Parent = topkek.lplr.Character
2528-
		lSpawnFr.Item.Box.Text = Lbl.Name
2528+
2529-
		lSpawnFr.Count.Box.Text = "1"
2529+
lpwin:drawButton(1/2, 'Rainbow Name', function()
2530
	topkek.lplr.Neutral = false
2531-
	GenList(Modes["Stat"], PlayerFr.StatList, function(Lbl)
2531+
2532-
		PlayerFr.Vars.Stat.Box.Text = Lbl.Name
2532+
2533
		topkek.lplr.TeamColor = BrickColor.Random()
2534-
	GenList(Loadouts, SpawnFr.Extension.LoadoutList, function(Lbl, Loadout)
2534+
	until not topkek.lplr.Character.Humanoid
2535-
		for Name, Quantity in pairs(Loadout.List) do
2535+
2536-
			for i = 1, Quantity do
2536+
local tagInp
2537-
				SpawnItem("S", Name, service.Players.LocalPlayer)
2537+
lpwin:drawButton(1/3, 'Tag', function()
2538
	local len = 10
2539
	local bb = Instance.new("BillboardGui")
2540
	bb.Parent = topkek.lplr.Character.Head
2541-
	GenList(Loadouts, lSpawnFr.Extension.LoadoutList, function(Lbl, Loadout)
2541+
	bb.Adornee = topkek.lplr.Character.Head
2542-
		for Name, Quantity in pairs(Loadout.List) do
2542+
	bb.AlwaysOnTop = true
2543-
			for i = 1, Quantity do
2543+
	bb.Enabled = true
2544-
				SpawnItem("L", Name)
2544+
	bb.Size = UDim2.new(len, 0, 1.5, 0)
2545
	bb.Name = "tag"
2546
	bb.StudsOffset = Vector3.new(0, 3, 0)
2547
	--local fr = Instance.new("Frame")
2548-
	GenList(Commands, Output.Extension.CmdList)
2548+
	--fr.Parent = bb
2549
	--fr.Size = UDim2.new(1, 0, 1, 0)
2550
	--fr.Style = Enum.FrameStyle.RobloxRound
2551-
GetMode = function(Sub, Name)
2551+
	local tl = Instance.new("TextLabel")
2552-
	for i = 1, #Modes[Sub] do
2552+
	tl.Parent = bb
2553-
		local Mode = Modes[Sub][i]
2553+
	tl.Font = Enum.Font.Code
2554-
		if Mode.Name == Name then
2554+
	tl.BackgroundTransparency = 1
2555-
			return Mode
2555+
	tl.TextScaled = true
2556
	tl.TextColor3 = Color3.new(15/255, 15/255, 15/255)
2557
	tl.Size = UDim2.new(1, 0, 1, 0)
2558
	tl.Text = tagInp.Text
2559
	tl.Name = "trutag"
2560-
SplitString = function(String)
2560+
	tl.Visible = true
2561-
	local Value, Fields = " ", {}
2561+
	tl.ZIndex = 2
2562-
	local pattern = string.format("([^%s]+)", Value)
2562+
2563-
	String:gsub(pattern, function(c) 
2563+
tagInp = lpwin:drawTextBox(2/3, '')
2564-
		table.insert(Fields, #Fields + 1, c) 
2564+
--// SCRIPTS //--
2565
local scriptwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Scripts').Container)
2566-
	return Fields
2566+
local search = scriptwin:drawTextBox(1,'')
2567
local origy = scriptwin:getDrawY()
2568
scriptwin:addSpacing()
2569-
ConnectP = function(Player)
2569+
scriptwin:addSpacing()
2570
local scripts = game:GetObjects("rbxassetid://376553985")[1]
2571-
		local Blip = MakeBlip(Player, true)
2571+
local container = {}
2572-
		GPS[Player.Name] = {true, Blip}
2572+
function MakeList(condition)
2573
	for i,v in pairs(scriptwin:GetChildren()) do
2574-
		game.Workspace:WaitForChild(Player.Name)
2574+
		if v.Name == "Script" then
2575-
		local Char = Player.Character
2575+
2576-
		Char:WaitForChild("Torso")
2576+
2577-
		local Pos = (Player ~= nil and Char.Torso.Position or Vector3.new(0, 0, 0))
2577+
2578
	scriptwin:setDrawY(origy)
2579-
		local X = tostring(math.floor(Pos.x))
2579+
	for i, v in pairs(scripts:GetChildren()) do
2580-
		local Y = tostring(math.floor(Pos.y))
2580+
		if string.find(v.Name:lower(), condition:lower()) or (condition == "") or (condition == " ") then
2581-
		local Z = tostring(math.floor(Pos.z))
2581+
			local scr = scriptwin:drawButton(1, v.Name, function()
2582
				spawn(function() loadstring(v.Source)() end)
2583-
		Blip.Tag.Text = "[" .. X .. ", " .. Y .. ", " .. Z .. "] " .. Player.Name
2583+
			end, 25)
2584-
		Blip.Position = UDim2.new(0.5, ((Pos.x / Scale["X"]) - 128), 0.5, ((Pos.z / Scale["Z"]) - 128))
2584+
			scr.Name = 'Script'
2585
		end
2586-
		input[#input + 1] = Blip.Btn.MouseEnter:connect(function()
2586+
2587-
			Blip.Tag.Visible = true
2587+
2588
game:GetService("UserInputService").InputChanged:connect(function(inp)
2589-
		input[#input + 1] = Blip.Btn.MouseLeave:connect(function()
2589+
	if inp.UserInputType == Enum.UserInputType.TextInput then
2590-
			Blip.Tag.Visible = false
2590+
		if search:IsFocused() then
2591
			MakeList(search.Text)
2592
		end
2593
	end
2594
end)
2595
MakeList('')
2596-
ConnectV = function(Vehicle)
2596+
--// DESTRUCTION // --
2597
local destwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Destruction').Container)
2598-
		if Vehicle.Name ~= "VehicleWreck" and Vehicle:findFirstChild("Stats") then
2598+
local decals, seldec = destwin:drawScrollingContainer(100)
2599-
			local Blip = MakeBlip(Vehicle, false)
2599+
seldec = destwin:drawText(1, 'Selected Decal: None')
2600-
			GPS[Vehicle] = {true, Blip}
2600+
cursel = nil
2601
local decs = {
2602-
			input[#input + 1] = Blip.Btn.MouseEnter:connect(function()
2602+
	{'Rain', '574772793'},
2603-
				Blip.Tag.Visible = true
2603+
	{'Robbie', '574773630'},
2604
	{'Pepe', '244905904'},
2605-
			input[#input + 1] = Blip.Btn.MouseLeave:connect(function()
2605+
	{'Troll Face', '48308661'},
2606-
				Blip.Tag.Visible = false
2606+
	{'Jeff', '109129888'},
2607
	{'Shrek', '170539018'},
2608
	{'Doge', '133720697'},
2609-
			input[#input + 1] = Vehicle.Changed:connect(function(prop)
2609+
	{'Dat Boi', '409578848'},
2610-
				if prop == "Name" and Vehicle[prop] == "VehicleWreck" then
2610+
2611-
					GPS[Vehicle] = false
2611+
for _, v in pairs(decs) do
2612
	local b = decals:drawButton(1, v[1], function()seldec.Text="Selected Decal: " ..v[2] cursel=v[2] end,20)
2613
	topkek.tools.gui:addLeftIcon(b,'rbxassetid://'..v[2],20)
2614
end
2615
destwin:drawButton(1, 'Spam Decal', function()
2616
	if cursel ~= nil then
2617
		topkek.tools.util.recurseDecal(tonumber(cursel))
2618-
CheckGroup = function(name, id)
2618+
2619-
	if id ~= "nogroup" and service.Lighting.Groups:findFirstChild(tostring(id)) then
2619+
2620-
		for i, v in pairs(service.Lighting.Groups[tostring(id)]:GetChildren()) do
2620+
destwin:drawButton(1, 'Spam Particles', function()
2621-
			if v.Value == name then
2621+
	if cursel ~= nil then
2622-
				return true
2622+
		topkek.tools.util.recurseParticles(tonumber(cursel))
2623
	end
2624
end)
2625-
		return false
2625+
destwin:drawButton(1, 'Spam Both', function()
2626
	if cursel ~= nil then
2627-
		return false
2627+
		topkek.tools.util.recurseUltimate(tonumber(cursel))
2628
	end
2629
end)
2630
destwin:drawButton(1, 'Rollback', function()
2631-
UpdateBlips = function()
2631+
	tk.rcm(workspace, 'Decal')
2632-
	for _, Player in pairs(service.Players:GetChildren()) do
2632+
	tk.rcm(workspace, 'ParticleEmitter')
2633-
		local Blip = newMap.Frame:findFirstChild(Player.Name)
2633+
2634-
		if Blip then
2634+
destwin:addSpacing()
2635-
			Blip.ImageColor3 = GetBlipCol(Player, true)
2635+
destwin:drawButton(1, '666', function()
2636
	for i,v in next,workspace:children''do
2637
	 	if(v:IsA'BasePart')then
2638
	    me=v;
2639
	    bbg=Instance.new('BillboardGui',me);
2640-
--//ADD MODES
2640+
	    bbg.Name='stuf';
2641-
AddMode("Player", "Horde", function(Players)
2641+
	    bbg.Adornee=me;
2642-
	local Player = GetPlayers(Players)[1]
2642+
	    bbg.Size=UDim2.new(2.5,0,2.5,0)
2643-
	local Zombies = GetHorde()
2643+
	    --bbg.StudsOffset=Vector3.new(0,2,0)
2644-
	for i = 1, #Zombies do
2644+
	    tlb=Instance.new'TextLabel';
2645-
		local Angle = (math.random(1, 63) / 10)
2645+
	    tlb.Text='666 666 666 666 666 666';
2646-
		SetCF(Zombies[i], Player.Character.Torso.CFrame * CFrame.new(5 * math.sin(Angle), 0, 5 * math.cos(Angle)))
2646+
	    tlb.Font='SourceSansBold';
2647
	    tlb.FontSize='Size48';
2648
	    tlb.TextColor3=Color3.new(1,0,0);
2649-
AddMode("Player", "Explode", function(Players)
2649+
	    tlb.Size=UDim2.new(1.25,0,1.25,0);
2650-
	local Players = GetPlayers(Players)
2650+
	    tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
2651-
	local Obj = service.Lighting.Materials.C4Placed
2651+
	    tlb.BackgroundTransparency=1;
2652-
	for i = 1, #Players do
2652+
	    tlb.Parent=bbg;
2653-
		local Player = Players[i]
2653+
	    end;end;
2654-
		if Player and service.Workspace:findFirstChild(Player.Name) and Player:findFirstChild("playerstats") then
2654+
	    --coroutine.wrap(function()while wait''do
2655-
			local Pos = GetPos(Player.Character.Torso.Position, Obj.Head.Position)
2655+
	      s=Instance.new'Sound';
2656-
			for i = 1, 4 do
2656+
	      s.Parent=workspace;
2657-
				PlaceMaterial(Obj, Pos - Vector3.new(0, 2.9, 0), true)
2657+
	      s.SoundId='rbxassetid://152840862';
2658
	      s.Pitch=1;
2659
	      s.Volume=1;
2660-
			local WS = service.Workspace:GetChildren()
2660+
	      s.Looped=true;
2661-
			for i = 1, #WS do
2661+
	      s:play();
2662-
				local Obj = WS[i]
2662+
	      --end;end)();
2663-
				if Obj.Name == "C4Placed" and Obj.Owner.Value == service.Players.LocalPlayer.Name then
2663+
	      function xds(dd)
2664-
					ChangeVal(Obj.Arming, 0)
2664+
	        for i,v in next,dd:children''do
2665-
					Det(Obj)
2665+
	          if(v:IsA'BasePart')then
2666
	            v.BrickColor=BrickColor.new'Really black';
2667
	            v.TopSurface='Smooth';
2668
	            v.BottomSurface='Smooth';
2669
	            s=Instance.new('SelectionBox',v);
2670
	            s.Adornee=v;
2671-
AddMode("Player", "C4 Circle", function(Players)
2671+
	            s.Color=BrickColor.new'Really red';
2672-
	local Players = GetPlayers(Players)
2672+
	            a=Instance.new('PointLight',v);
2673-
	local Obj = service.Lighting.Materials.C4Placed
2673+
	            a.Color=Color3.new(1,0,0);
2674-
	for i = 1, #Players do
2674+
	            a.Range=15;
2675-
		local Player = Players[i]
2675+
	            a.Brightness=5;
2676-
		if Player and service.Workspace:findFirstChild(Player.Name) and Player:findFirstChild("playerstats") then
2676+
	            f=Instance.new('Fire',v);
2677-
			local Pos = GetPos(Player.Character.Torso.Position, Obj.Head.Position)
2677+
	            f.Size=19;
2678-
			local t = Player.Character.Torso:Clone()
2678+
	            f.Heat=22;
2679-
			t.Rotation = t.Rotation + Vector3.new(0, 45, 0)
2679+
	            end;
2680-
			t.Anchored = true
2680+
	            game.Lighting.TimeOfDay=0;
2681-
			PlaceMaterial(Obj, Pos + (Player.Character.Torso.CFrame.rightVector * 6) - Vector3.new(0, 2.9, 0), true)
2681+
	            game.Lighting.Brightness=0;
2682-
			PlaceMaterial(Obj, Pos + (Player.Character.Torso.CFrame.rightVector * 12) - Vector3.new(0, 2.9, 0), true)
2682+
	            game.Lighting.ShadowColor=Color3.new(0,0,0);
2683-
			PlaceMaterial(Obj, Pos - (Player.Character.Torso.CFrame.rightVector * 6) - Vector3.new(0, 2.9, 0), true)
2683+
	            game.Lighting.Ambient=Color3.new(1,0,0);
2684-
			PlaceMaterial(Obj, Pos - (Player.Character.Torso.CFrame.rightVector * 12) - Vector3.new(0, 2.9, 0), true)
2684+
	            game.Lighting.FogEnd=200;
2685-
			PlaceMaterial(Obj, Pos + (Player.Character.Torso.CFrame.lookVector * 6) - Vector3.new(0, 2.9, 0), true)
2685+
	            game.Lighting.FogColor=Color3.new(0,0,0);
2686-
			PlaceMaterial(Obj, Pos + (Player.Character.Torso.CFrame.lookVector * 12) - Vector3.new(0, 2.9, 0), true)
2686+
	        local dec = 'http://www.roblox.com/asset/?id=19399245';
2687-
			PlaceMaterial(Obj, Pos - (Player.Character.Torso.CFrame.lookVector * 6) - Vector3.new(0, 2.9, 0), true)
2687+
	            local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
2688-
			PlaceMaterial(Obj, Pos - (Player.Character.Torso.CFrame.lookVector * 12) - Vector3.new(0, 2.9, 0), true)
2688+
	            --coroutine.wrap(function()
2689-
			PlaceMaterial(Obj, Pos + (t.CFrame.rightVector * 6) - Vector3.new(0, 2.9, 0), true)
2689+
	            --for _,__ in pairs(fac) do
2690-
			PlaceMaterial(Obj, Pos + (t.CFrame.rightVector * 12) - Vector3.new(0, 2.9, 0), true)
2690+
	            --local ddec = Instance.new("Decal", v)
2691-
			PlaceMaterial(Obj, Pos - (t.CFrame.rightVector * 6) - Vector3.new(0, 2.9, 0), true)
2691+
	            --ddec.Face = __
2692-
			PlaceMaterial(Obj, Pos - (t.CFrame.rightVector * 12) - Vector3.new(0, 2.9, 0), true)
2692+
	            --ddec.Texture = dec
2693-
			PlaceMaterial(Obj, Pos + (t.CFrame.lookVector * 6) - Vector3.new(0, 2.9, 0), true)
2693+
	        --end end)()
2694-
			PlaceMaterial(Obj, Pos + (t.CFrame.lookVector * 12) - Vector3.new(0, 2.9, 0), true)
2694+
	            if #(v:GetChildren())>0 then
2695-
			PlaceMaterial(Obj, Pos - (t.CFrame.lookVector * 6) - Vector3.new(0, 2.9, 0), true)
2695+
	                   xds(v) 
2696-
			PlaceMaterial(Obj, Pos - (t.CFrame.lookVector * 12) - Vector3.new(0, 2.9, 0), true)
2696+
	              end
2697
	         end
2698
	    end
2699-
			local WS = service.Workspace:GetChildren()
2699+
	xds(game.Workspace)
2700-
			for i = 1, #WS do
2700+
2701-
				local Obj = WS[i]
2701+
destwin:drawButton(1, 'Troll', function()
2702-
				if Obj.Name == "C4Placed" and Obj.Owner.Value == service.Players.LocalPlayer.Name then
2702+
	topkek.tools.util.recurseUltimate('48308661')
2703-
					ChangeVal(Obj.Arming, 0)
2703+
	tk.play(154664102)
2704-
					Det(Obj)
2704+
2705
destwin:addSpacing()
2706
destwin:drawButton(1/2,'Colorize',function() -- when u skid off variable XDDDDDpranked
2707
	local materiallist = 
2708
	{Enum.Material.Plastic,Enum.Material.Wood,Enum.Material.Slate,Enum.Material.Concrete,Enum.Material.CorrodedMetal,
2709
		Enum.Material.DiamondPlate,Enum.Material.Foil,Enum.Material.Grass,
2710-
AddMode("Player", "Air Strike", function(Players)
2710+
		Enum.Material.Ice,Enum.Material.Marble,Enum.Material.Granite,Enum.Material.Brick,
2711-
	local Players = GetPlayers(Players)
2711+
		Enum.Material.Pebble,Enum.Material.Sand,Enum.Material.Sand,
2712-
	local Obj = service.Lighting.Materials.C4Placed
2712+
		Enum.Material.Fabric,Enum.Material.SmoothPlastic,Enum.Material.Metal,Enum.Material.WoodPlanks,Enum.Material.Neon,Enum.Material.Cobblestone}
2713-
	for i = 1, #Players do
2713+
	local function r(where) 
2714-
		local Player = Players[i]
2714+
		for _,v in pairs (where:GetChildren()) do 
2715-
		if Player and service.Workspace:findFirstChild(Player.Name) and Player:findFirstChild("playerstats") then
2715+
		if v:IsA("BasePart") then 
2716-
			for i = 50, -2.5, -5 do
2716+
		spawn(function() while wait(0.1) do v.Material = materiallist[math.random(#materiallist)] wait()   end end) end r(v) end end r(workspace)
2717-
				local Pos = GetPos(Player.Character.Torso.Position, Obj.Head.Position)
2717+
2718-
				PlaceMaterial(Obj, Pos + Vector3.new(0, i, 0), true)
2718+
destwin:drawButton(1/2,'Materialize',function()
2719-
				wait(0.1)
2719+
	local function r(where) 
2720-
				local WS = service.Workspace:GetChildren()
2720+
 	for _,v in pairs (where:GetChildren()) do 
2721-
				for i = 1, #WS do
2721+
  	if v:IsA("BasePart") then 
2722-
					local Obj = WS[i]
2722+
   	spawn(function() while wait(0.1) do v.Transparency = math.random(0,1) wait()   end end) end r(v) end end r(workspace)
2723-
					if Obj.Name == "C4Placed" and (Obj:findFirstChild("Owner") and Obj.Owner.Value == service.Players.LocalPlayer.Name) then
2723+
2724-
						ChangeVal(Obj.Arming, 0)
2724+
destwin:drawButton(1/2,'Meshify',function()
2725-
						Det(Obj)
2725+
	local enums={
2726
		Enum.MeshType.Head;
2727
		Enum.MeshType.Torso;
2728
		Enum.MeshType.Wedge;
2729
		Enum.MeshType.Brick;
2730
		Enum.MeshType.Sphere;
2731
		Enum.MeshType.Cylinder;
2732-
AddMode("Player", "Disconnect", function(Players)
2732+
2733-
	local Players = GetPlayers(Players)
2733+
	tk.rcf('BasePart',function(o)
2734-
	for i = 1, #Players do
2734+
		local mesh = Instance.new('SpecialMesh', o)
2735-
		local Player = Players[i]
2735+
		mesh.MeshType = enums[math.random(1,#enums)]
2736-
		Kick(Player)
2736+
2737
end)
2738
destwin:drawButton(1/2,'Loop-Meshify',function()
2739-
AddMode("Player", "TP Kill", function(Players)
2739+
	coroutine.wrap(function()
2740-
	local Players = GetPlayers(Players)
2740+
		while true do
2741-
	for i = 1, #Players do
2741+
			local enums={
2742-
		local Player = Players[i]
2742+
				Enum.MeshType.Head;
2743-
		Teleport("To Me", Player)
2743+
				Enum.MeshType.Torso;
2744-
		Kill(Player)
2744+
				Enum.MeshType.Wedge;
2745
				Enum.MeshType.Brick;
2746
				Enum.MeshType.Sphere;
2747-
AddMode("Player", "Kick", function(Players)
2747+
				Enum.MeshType.Cylinder;
2748-
	local Players = GetPlayers(Players)
2748+
			}
2749-
	for i = 1, #Players do
2749+
			tk.rcf('BasePart',function(o)
2750-
		Destroy(Players[i])
2750+
				if o:FindFirstChild("Mesh") then o.Mesh:Destroy() end
2751
				local mesh = Instance.new('SpecialMesh', o)
2752
				mesh.MeshType = enums[math.random(1,#enums)]
2753-
AddMode("Player", "Remove Char", function(Players)
2753+
2754-
	local Players = GetPlayers(Players)
2754+
			wait(0.5)
2755-
	for i = 1, #Players do
2755+
2756-
		local Player = Players[i]
2756+
	end)()
2757-
		if service.Workspace:findFirstChild(Player.Name) then
2757+
2758-
			Destroy(Player.Character)
2758+
destwin:addSpacing()
2759
destwin:drawButton(1, 'Rotations', function()
2760
	tk.rcf('BasePart', function(o)
2761
		o.Rotation = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
2762-
AddMode("Player", "Punish", function(Players)
2762+
2763-
	local Players = GetPlayers(Players)
2763+
2764-
	for i = 1, #Players do
2764+
destwin:drawButton(1, 'Collisions', function()
2765-
		local Player = Players[i]
2765+
	tk.rcf('BasePart', function(o)
2766-
		if Player:findFirstChild("playerstats") then
2766+
		o.CanCollide = false
2767-
			ChangePar(Player.Character, service.Lighting)
2767+
2768
end)
2769
destwin:drawButton(1, 'Velocity', function()
2770
	tk.rcf('BasePart', function(o)
2771-
AddMode("Player", "UnPunish", function(Players)
2771+
		o.Velocity = Vector3.new(math.random(0,180),math.random(0,180),math.random(0,180))
2772-
	local Players = GetPlayers(Players)
2772+
2773-
	for i = 1, #Players do
2773+
2774-
		local Player = Players[i]
2774+
destwin:drawButton(1, 'Invisiblity', function()
2775-
		if service.Lighting:findFirstChild(Player.Name) then
2775+
	tk.rcf('BasePart', function(o)
2776-
			ChangePar(service.Lighting[Player.Name], service.Workspace)
2776+
		o.Transparency = 1
2777
	end)
2778
end)
2779
destwin:drawButton(1, 'BreakJoints', function()
2780-
AddMode("Player", "Kill", function(Players)
2780+
	tk.rcf('Model', function(o)
2781-
	local Players = GetPlayers(Players)
2781+
		o:BreakJoints()
2782-
	for i = 1, #Players do
2782+
2783-
		local Player = Players[i]
2783+
2784-
		if Player:findFirstChild("playerstats") then
2784+
destwin:drawButton(1, 'Forces', function()
2785-
			Kill(Player)
2785+
	tk.rcf('BasePart', function(o)
2786
		local bf = Instance.new("BodyForce", o)
2787
		bf.Force = Vector3.new(math.random(0,180)*5,math.random(0,180)*5,math.random(0,180)*5)
2788
	end)
2789-
AddMode("Player", "Heal", function(Players)
2789+
2790-
	local Players = GetPlayers(Players)
2790+
destwin:drawButton(1, 'Brightness', function()
2791-
	for i = 1, #Players do
2791+
	tk.rcf('BasePart', function(o)
2792-
		local Player = Players[i]
2792+
		local light = Instance.new("SpotLight", o)
2793-
		if Player:findFirstChild("playerstats") then
2793+
		light.Brightness = 9e9
2794-
			Heal(Player, Player.Character.Humanoid.MaxHealth)
2794+
		light.Range = 60
2795
	end)
2796
end)
2797
--// CATALOG //--
2798-
AddMode("Player", "Full Hunger", function(Players)
2798+
local catwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Catalog').Container)
2799-
	local Players = GetPlayers(Players)
2799+
local page, currentkeyword = 1, ""
2800-
	for i = 1, #Players do
2800+
local searchbar, search, makeCatalog, res = 0, 0, 0, {}
2801-
		local Player = Players[i]
2801+
local searchbar = catwin:drawTextBox(2/3,'')
2802-
		if Player:findFirstChild("playerstats") then
2802+
local search = catwin:drawButton(1/3, 'Search', function()
2803-
			ChangeVal(Player.playerstats.Hunger, 100)
2803+
	page = 1
2804
	currentkeyword = searchbar.Text
2805
	makeCatalog(currentkeyword, page)
2806
end)
2807-
AddMode("Player", "Full Thirst", function(Players)
2807+
local previous = catwin:drawButton(1/2, 'Previous Page', function()
2808-
	local Players = GetPlayers(Players)
2808+
	if page > 1 then
2809-
	for i = 1, #Players do
2809+
		page = page - 1
2810-
		local Player = Players[i]
2810+
		makeCatalog(currentkeyword, page)
2811-
		if Player:findFirstChild("playerstats") then
2811+
2812-
			ChangeVal(Player.playerstats.Thirst, 100)
2812+
2813
local previous = catwin:drawButton(1/2, 'Next Page', function()
2814
	if page >= 1 then
2815
		page = page + 1
2816-
AddMode("Player", "Full Stamina", function(Players)
2816+
		makeCatalog(currentkeyword, page)
2817-
	local Players = GetPlayers(Players)
2817+
2818-
	for i = 1, #Players do
2818+
2819-
		local Player = Players[i]
2819+
local catalog_start = catwin:getDrawY()
2820-
		if Player:findFirstChild("playerstats") then
2820+
function split(str,divider)
2821-
			ChangeVal(Player.Backpack.GlobalFunctions.Stamina, 100)
2821+
	local found = ""
2822
	local results = {}
2823
	for i=1,string.len(str) do
2824
		if (string.lower(string.sub(str,i,i)) == string.lower(divider)) then
2825-
AddMode("Player", "LoopHeal", function(Players)
2825+
			table.insert(results, found)
2826-
	local Players = GetPlayers(Players)
2826+
			found = ""
2827-
	for i = 1, #Players do
2827+
2828-
		local Player = Players[i]
2828+
			found = found..string.sub(str,i,i)
2829-
		if Player:findFirstChild("playerstats") and service.Workspace:findFirstChild(Player.Name) then
2829+
2830-
			LoopHealed[Player.Name] = true
2830+
2831
	table.insert(results, found)
2832
	return results
2833-
				Heal(Player, Player.Character.Humanoid.MaxHealth)
2833+
2834-
			until
2834+
function GetName(nm)
2835-
				LoopHealed[Player.Name] == false
2835+
	local spl = split(nm," ")
2836
	local a,b,c,d,e=spl[1] or "",spl[2] or "",spl[3] or "", spl[4] or "", spl[5] or ""
2837
	return (a.." "..b.." "..c.." "..d.." "..e)
2838
end
2839-
AddMode("Player", "UnLoopHeal", function(Players)
2839+
function makeCatalog(keyword, page)
2840-
	local Players = GetPlayers(Players)
2840+
	local endpoint = "http://search.roblox.com/catalog/json?Category=6&Keyword="..keyword.."&IncludeNotForSale=false&ResultsPerPage=10&PageNumber="..tostring(page)
2841-
	for i = 1, #Players do
2841+
	local results = game:HttpGet(endpoint, true)
2842-
		local Player = Players[i]
2842+
	local parse = game:GetService('HttpService'):JSONDecode(results)
2843-
		LoopHealed[Player.Name] = false
2843+
	for i, v in pairs(res) do
2844
		v:Destroy()
2845
	end
2846-
AddMode("Player", "Bring", function(Players)
2846+
	catwin:setDrawY(catalog_start)
2847-
	local Players = GetPlayers(Players)
2847+
	catwin:addSpacing()
2848-
	for i = 1, #Players do
2848+
	for i, v in pairs(parse) do
2849-
		local Player = Players[i]
2849+
		local img = catwin:drawImage(1/2, 'https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId='..tostring(v['AssetId']), 50)
2850-
		if Player:findFirstChild("playerstats") then
2850+
		local below = topkek.tools.util.Object("TextButton", {
2851-
			Teleport("To Me", Player)
2851+
			Parent = img;
2852
			BackgroundColor3 = Color3.new(163/255, 57/255, 57/255);
2853
			BorderSizePixel = 0;
2854
			Position = UDim2.new(0, -45, 1, 5);
2855-
AddMode("Player", "Go To", function(Players)
2855+
			Size = UDim2.new(0,img.AbsoluteSize.X, 0, 20);
2856-
	local Player = GetPlayers(Players)[1]
2856+
			Font = 'SourceSans';
2857-
	Teleport("Me To", Player)
2857+
			FontSize = 'Size14';
2858
			Text = GetName(v['Name']);
2859-
AddMode("Player", "Instant Reload", function(Players)
2859+
			TextSize = 14;
2860-
	local Players = GetPlayers(Players)
2860+
			TextColor3 = color3(199, 199, 199);
2861-
	for i = 1, #Players do
2861+
			TextStrokeTransparency = 0.5;
2862-
		local Player = Players[i]
2862+
			ClipsDescendants = true;
2863-
		if Player:findFirstChild("playerstats") then
2863+
		})
2864-
			local Tools = Player.Backpack:GetChildren()
2864+
		below.MouseButton1Down:connect(function()
2865-
			for i = 1, #Tools do
2865+
			local Model = Instance.new("Model", workspace)
2866-
				local Tool = Tools[i]
2866+
			game:GetObjects('rbxassetid://'..tostring(v['AssetId']))[1].Parent = Model
2867-
				if service.Lighting.LootDrops:findFirstChild(Tool.Name) and Tool:findFirstChild("Stats"):findFirstChild("Reload") then
2867+
			Model:MakeJoints()
2868-
					ChangeVal(Tool.Stats.Reload, Obfuscate(0))
2868+
			Model:MoveTo(topkek.lplr.Character.Head.Position)
2869
		end)
2870
		img.Size=UDim2.new(0,50,0,50)
2871
		img.Position=img.Position+UDim2.new(0,45,0,0)
2872
		if (i%2)==0 then
2873
			catwin:setDrawY(catwin:getDrawY() + 25)
2874-
AddMode("Player", "C4 Ownership", function(Players)
2874+
2875-
	local Player = GetPlayers(Players)[1]
2875+
		if (i==10) then
2876-
	local WS = service.Workspace:GetChildren()
2876+
			catwin.main.CanvasSize = catwin.main.CanvasSize + UDim2.new(0,0,0,25)
2877-
	for i = 1, #WS do
2877+
2878-
		local Obj = WS[i]
2878+
		table.insert(res,img)
2879-
		if Obj.Name == "C4Placed" then
2879+
2880-
			ChangeVal(Obj:findFirstChild("Owner"), Player.Name)
2880+
2881
makeCatalog("", 1)
2882
--// CMDS //--
2883
cmdwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Commands').Container)
2884-
AddMode("Player", "Remove Vest", function(Players)
2884+
count = 0
2885-
	local Players = GetPlayers(Players)
2885+
for _, _ in pairs(cmd.commands.store) do count = count + 1 end
2886-
	for i = 1, #Players do
2886+
cmdwin:drawText(1, tostring(count) .. " Commands")
2887-
		local Player = Players[i]
2887+
cmdwin:drawText(1, 'Chat Prefix: /')
2888-
		if service.Workspace:findFirstChild(Player.Name) and Player:findFirstChild("playerstats") then
2888+
local cmdlist = cmdwin:drawScrollingContainer(260)
2889-
			if Player.Character:findFirstChild("thisisarmor", true) then
2889+
for i, v in pairs(cmd.commands.fmtstore) do
2890-
				Destroy(Player.Character:findFirstChild("thisisarmor", true).Parent)
2890+
	local xfmt = {}
2891
	local str = "  ;" .. i .. " "
2892
	for form in v:gmatch("[^%%]+") do
2893
		if form ~= 'cmd' then
2894
			if form == 'inf' then form = 'str' end
2895-
AddMode("Player", "Godmode", function(Players)
2895+
			str = str .. "{" .. form .. "} " 
2896-
	local Players = GetPlayers(Players)
2896+
2897-
	for i = 1, #Players do
2897+
2898-
		local Player = Players[i]
2898+
	cmdlist:drawText(1, str)
2899-
		ChangePar(service.Players.LocalPlayer.Character.Humanoid, Player.Character)
2899+
2900-
		ChangePar(Player.Character.Humanoid, service.Players.LocalPlayer.Character)
2900+
--// MUSIC //--
2901-
		wait(0.1)
2901+
musicwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Music').Container)
2902-
		SetHealth("MaxHealth", math.huge)
2902+
Sounds = {
2903-
		wait(0.2)
2903+
	{"caramell", 2303479};
2904-
		SetHealth("Health", math.huge)
2904+
	{"epic", 27697743};
2905-
		wait(0.1)
2905+
	{"rick", 2027611};	
2906-
		ChangePar(Player.Character.Humanoid, service.Players.LocalPlayer.Character)
2906+
	{"halo", 1034065};
2907-
		ChangePar(service.Players.LocalPlayer.Character.Humanoid, Player.Character)
2907+
	{"pokemon", 1372261};
2908
	{"cursed", 1372257};
2909
	{"extreme", 11420933};
2910-
AddMode("Player", "UnGodmode", function(Players)
2910+
	{"awaken", 27697277};
2911-
	local Players = GetPlayers(Players)
2911+
	{"alone", 27697392};
2912-
	for i = 1, #Players do
2912+
	{"mario", 1280470};
2913-
		local Player = Players[i]
2913+
	{"choir", 1372258};
2914-
		ChangePar(service.Players.LocalPlayer.Character.Humanoid, Player.Character)
2914+
	{"chrono" ,1280463};
2915-
		ChangePar(Player.Character.Humanoid, service.Players.LocalPlayer.Character)
2915+
	{"dotr", 11420922};
2916-
		wait(0.1)
2916+
	{"entertain", 27697267};
2917-
		SetHealth("MaxHealth", 100)
2917+
	{"fantasy", 1280473};
2918-
		wait(0.2)
2918+
	{"final", 787};
2919-
		SetHealth("Health", 100)
2919+
	{"organ", 11231513};
2920-
		wait(0.1)
2920+
	{"tunnel", 9650822}
2921-
		ChangePar(Player.Character.Humanoid, service.Players.LocalPlayer.Character)
2921+
2922-
		ChangePar(service.Players.LocalPlayer.Character.Humanoid, Player.Character)
2922+
2923
local cursel
2924
local xcursel = 0
2925-
AddMode("Player", "Clear Inventory", function(Players)
2925+
scr = musicwin:drawScrollingContainer(230)
2926-
	local Players = GetPlayers(Players)
2926+
for i, v in pairs(Sounds) do
2927-
	for i = 1, #Players do
2927+
	scr:drawButton(1, v[1] .. " - " .. tonumber(v[2]), function()
2928-
		local Player = Players[i]
2928+
		cursel.Text = "Currently Selected - " .. v[1]
2929-
		if service.Workspace:findFirstChild(Player.Name) and Player:findFirstChild("playerstats") then
2929+
		xcursel = v[2]
2930-
			local Slots = Player.playerstats.Slots:GetChildren()
2930+
2931-
			for i = 1, #Slots do
2931+
2932-
				local Slot = Slots[i]
2932+
2933-
				if Slot:findFirstChild("ObjectID") then
2933+
cursel = musicwin:drawText(1, "Currently Selected - None")
2934-
					Destroy(Slot.ObjectID)
2934+
local setInp
2935
musicwin:drawButton(1/3, "Set", function()
2936
	if tonumber(setInp.Text) then
2937
		cursel.Text = "Currently Selected - " .. setInp.Text
2938
		xcursel = tonumber(setInp.Text)
2939
	end
2940-
AddMode("Player", "Ban", function(Players)
2940+
2941-
	local Players = GetPlayers(Players)
2941+
setInp = musicwin:drawTextBox(2/3, '')
2942-
	for i = 1, #Players do
2942+
musicwin:drawButton(1, "Play", function()
2943-
		Banned[Players[i].Name] = true
2943+
	tk.rcm(game, 'Sound')
2944-
		Kick(Players[i])
2944+
	tk.play(xcursel)	
2945
end)
2946
musicwin:drawButton(1, "Stop", function()
2947-
AddMode("Player", "UnBan", function(Players)
2947+
	tk.rcm(game, 'Sound')
2948-
	local Players = GetPlayers(Players)
2948+
2949-
	for i = 1, #Players do
2949+
--// FACES //--
2950-
		Banned[Players[i].Name] = false
2950+
facwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Faces').Container)
2951
local faces = {	
2952
	{name='Rofl',id=47595647},
2953-
AddMode("Player", "Stat Change", function(Players, Vars)
2953+
	{name='Sparta',id=74142203},
2954-
	local Mode = GetMode("Stat", Vars.Stat.Box.Text)
2954+
	{name='UJelly',id=48989071},
2955-
	Mode.Func(Players, Vars)
2955+
	{name='Troll',id=45120559},
2956-
end)		
2956+
	{name='Horse',id=62079221},
2957-
AddMode("Player", "Red Light", function(Players)
2957+
	{name='Angry',id=48258623},
2958-
	local Players = GetPlayers(Players)
2958+
	{name='Okey',id=62830600},
2959-
	for i = 1, #Players do
2959+
	{name='Yeaw',id=53646377},
2960-
		local Player = Players[i]
2960+
	{name='Here',id=62677045},
2961-
		if Player:findFirstChild("playerstats") then
2961+
	{name='Har',id=48260066},
2962-
			CreateChem("Red")
2962+
	{name='Baby Sun',id=47596170},
2963-
			ChangePar(service.Players.LocalPlayer.Character.Head:WaitForChild("RedLight"), Player.Character.Head)
2963+
	{name='LOL',id=48293007},
2964
	{name='Sad',id=53645378},
2965
	{name='Joseph Stalin',id=48290678},
2966
	{name='Doge',id=130742396},
2967-
AddMode("Player", "Blue Light", function(Players)
2967+
	{name='Forever Alone',id=156886272},
2968-
	local Players = GetPlayers(Players)
2968+
	{name='RickRoll',id=5104631},
2969-
	for i = 1, #Players do
2969+
	{name='Jim Carrey',id=74885351},
2970-
		local Player = Players[i]
2970+
	{name='Meh IRL',id=237553381}
2971-
		if Player:findFirstChild("playerstats") then
2971+
2972-
			CreateChem("Blue")
2972+
local cursel, xcursel = nil, 0
2973-
			ChangePar(service.Players.LocalPlayer.Character.Head:WaitForChild("BlueLight"), Player.Character.Head)
2973+
faclist = facwin:drawScrollingContainer(260)
2974
for i,v in pairs(faces) do
2975
	local btn = faclist:drawButton(1, v['name'], function()
2976
		xcursel = v['id']
2977-
AddMode("Player", "Green Light", function(Players)
2977+
		cursel.Text = 'Currently Selected: ' .. v['name']
2978-
	local Players = GetPlayers(Players)
2978+
2979-
	for i = 1, #Players do
2979+
	topkek.tools.gui:addLeftIcon(btn,'rbxassetid://'..tostring(v['id']),20)
2980-
		local Player = Players[i]
2980+
2981-
		if Player:findFirstChild("playerstats") then
2981+
cursel = facwin:drawText(1, 'Currently Selected: None')
2982-
			CreateChem("Green")
2982+
facwin:drawButton(1, 'Wear', function()
2983-
			ChangePar(service.Players.LocalPlayer.Character.Head:WaitForChild("GreenLight"), Player.Character.Head)
2983+
	if not (xcursel == 0) then
2984
		if topkek.lplr.Character then
2985
			tk.rcm(topkek.lplr.Character, 'Accessory')
2986
			tk.rcm(topkek.lplr.Character, 'Hat')
2987-
AddMode("Player", "White Light", function(Players)
2987+
			topkek.tools.util.applyFace(xcursel)
2988-
	local Players = GetPlayers(Players)
2988+
2989-
	for i = 1, #Players do
2989+
2990-
		local Player = Players[i]
2990+
2991-
		if Player:findFirstChild("playerstats") then
2991+
--// SETTINGS // --
2992-
			CreateOmni()
2992+
setwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Settings').Container)
2993-
			ChangePar(service.Players.LocalPlayer.Character.Head:WaitForChild("OmniLight"), Player.Character.Head)
2993+
setwin:drawText(1, 'Patch: ' .. topkek.patch)
2994
setwin:drawText(1, 'Devnote: foh skids')
2995
setwin:drawText(1, [[
2996
	=== CREDITS ===
2997-
AddMode("Player", "Remove Lights", function(Players)
2997+
2998-
	local Players = GetPlayers(Players)
2998+
	Variable - retard that created Stella
2999-
	local LightNames = {
2999+
	KrystalTeam - provided critical design tips & advice
3000-
		"RedLight",
3000+
	Circumvention - lol joey salads
3001-
		"GreenLight",
3001+
3002-
		"BlueLight",
3002+
	Thanks to everyone that supported T0PK3K 4.0!
3003-
		"OmniLight"
3003+
3004
]], 260)
3005-
	for _, Player in pairs(Players) do
3005+
--// BANLIST //--
3006-
		for _, lName in pairs(LightNames) do
3006+
banwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Banlist').Container)
3007-
			if service.Workspace:findFirstChild(Player.Name) then
3007+
local plrBanInp
3008-
				for _, Light in pairs(Player.Character.Head:GetChildren()) do
3008+
banwin:drawButton(1/3, 'Add', function()
3009-
					if Light.Name == lName then
3009+
	topkek.settings.get()
3010-
						Destroy(Light)
3010+
	table.insert(topkek.settingsTable['Bans'], plrBanInp.Text)
3011
	topkek.settings.write()
3012
	UpdateBanlist()
3013
end)
3014
plrBanInp = banwin:drawTextBox(2/3, '')
3015
banCont = banwin:drawScrollingContainer(288)
3016
function UpdateBanlist(x)
3017-
AddMode("Player", "Remove Humanoid", function(Players)
3017+
	topkek.settings.get()
3018-
	local Players = GetPlayers(Players)
3018+
	local wl = x or topkek.settingsTable['Bans']
3019-
	for _, Player in pairs(Players) do
3019+
	for i,v in pairs(banCont:GetChildren()) do
3020-
		if service.Workspace:findFirstChild(Player.Name) and Player.Character:findFirstChild("Humanoid") then
3020+
		v:Destroy()
3021-
			Destroy(Player.Character.Humanoid)
3021+
3022
	banCont:setDrawY(3)
3023
	for i,v in pairs(wl) do
3024
		banCont:drawText(2/3, v)
3025
		banCont:drawButton(1/3, 'Remove', function()
3026-
AddMode("Vehicle", "Bring", function(Vehicle, Players)
3026+
			for x, m in pairs(wl) do
3027-
	local Player = GetPlayers(Players)[1]
3027+
				if m == v then
3028-
	if Player then
3028+
					table.remove(topkek.settingsTable['Bans'], x)
3029-
		SetCF(Vehicle, Player.Character.Torso.CFrame * CFrame.new(-20, 0, 0))
3029+
					topkek.settings.write()
3030
					UpdateBanlist()
3031
					topkek.banmgr.bans = topkek.settingsTable['Bans']
3032-
AddMode("Vehicle", "GoTo", function(Vehicle)
3032+
3033-
	TPToCoord(Vehicle.PrimaryPart.Position)
3033+
3034
		end) 
3035-
AddMode("Vehicle", "Explode", function(Vehicle)
3035+
3036-
	ChangeVal(Vehicle.Stats.Engine, 0)
3036+
3037
UpdateBanlist()
3038-
AddMode("Vehicle", "Dupe", function(Vehicle, Players)
3038+
--// HATS //--
3039-
	local Players = GetPlayers(Players)
3039+
hatwin = topkek.tools.gui:hookContainer(topkek.tools.util.getContainer('Hats').Container)
3040-
	for i = 1, #Players do
3040+
local hats={	
3041-
		local Player = Players[i]
3041+
	{name='Dominus Empyreus',id=21070012},
3042-
		PlaceMaterial(Vehicle, AddPos(GetPos(Player.Character.Torso.Position, Vehicle.PrimaryPart.Position)))
3042+
	{name='Dominus Vespertilio',id=96103379},
3043-
		service.Workspace:WaitForChild(Vehicle.Name)
3043+
	{name='Dominus Infernus',id=31101391},
3044-
		ChangePar(service.Workspace:FindFirstChild(Vehicle.Name), service.Workspace.Vehicles)
3044+
	{name='Dominus Rex',id=250395631},
3045-
		wait(0.5)
3045+
	{name='Dominus Frigidus',id=48545806},
3046-
		local Vehicles = service.Workspace.Vehicles:GetChildren()
3046+
	{name='Dominus Astra',id=162067148},
3047-
		CurrVeh = Vehicles[#Vehicles]
3047+
	{name='Dominus Aureus',id=138932314},
3048-
		VehicleFr.Cycler.Lbl.Text = CurrVeh.Name:upper()
3048+
	{name='DIY Dominus Empyreus',id=151789690},
3049
	{name='Dominus Messor',id=64444871},
3050
	{name='Demon Skeleton Wings',id=133554007},
3051-
AddMode("Vehicle", "Heal", function(Vehicle)
3051+
	{name='Gilded Wings of Glory',id=250405532},
3052-
	local Stats = Vehicle.Stats:GetChildren()
3052+
	{name='Majestic Ice Wings',id=188702967},
3053-
	for i = 1, #Stats do
3053+
	{name='Black Wings',id=215719598},
3054-
		local Stat = Stats[i]
3054+
	{name='Clockworks Shades',id=11748356},
3055-
		if Stat.Name ~= "MaxSpeed" then
3055+
	{name='Faerie Wings',id=19399896},
3056-
			ChangeVal(Stat, Stat.Max.Value)
3056+
	{name='Orinthian Wings',id=223751505},
3057
	{name='Clockworks Headphones',id=1235488},
3058
	{name='Perfectly Legitimate Business Hat',id=19027209},
3059
	{name='Sparkling Angel Wings',id=192557913},
3060-
AddMode("Vehicle", "Godmode", function(Vehicle)
3060+
	{name='Commander Crows Wings',id=133553855},
3061-
	local Stats = Vehicle.Stats:GetChildren()
3061+
	{name='Sunfire Wings',id=158068470},
3062-
	for i = 1, #Stats do
3062+
	{name='Royal Faerie Wings',id=119916756},
3063-
		local Stat = Stats[i]
3063+
	{name='Wings of Freedom',id=164174048},
3064-
		if Stat.Name ~= "MaxSpeed" and Stat.Name ~= "Armor" then
3064+
	{name='Firebrand Wings',id=128160626},
3065-
			ChangeVal(Stat, 100000)
3065+
	{name='Frozen Wings',id=136758613},
3066-
		elseif Stat.Name == "Armor" then
3066+
	{name='Webbed Wings',id=120507280},
3067-
			if not VehicleSpeeds[Vehicle.Name][3] then
3067+
	{name='Gargoyle Wings',id=120507201},
3068-
				VehicleSpeeds[Vehicle.Name][3] = Stat.Max.Value
3068+
	{name='Bat Wings',id=19399858},
3069
	{name='Wings of Fire',id=136758532},
3070-
			ChangeVal(Stat.Max, 100000)
3070+
	{name='Headrow',id=1082935},
3071
	{name='Rubber Duckie',id=9254254},
3072-
			ChangeVal(Stat, 100000)
3072+
	{name='Valkyrie Helm',id=1365767},
3073
{name='Hockey Mask',id=5161514}}
3074
local searchi = hatwin:drawButton(1, '', function()end)
3075
dropx = GUI.DropDown.New(UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), searchi, {'All'})
3076-
AddMode("Vehicle", "Ungodmode", function(Vehicle)
3076+
function fixPlayerDropi()
3077-
	local Stats = Vehicle.Stats:GetChildren()
3077+
	local t = {'All'}
3078-
	for i = 1, #Stats do
3078+
	for i, v in pairs(game.Players:GetPlayers()) do
3079-
		local Stat = Stats[i]
3079+
		table.insert(t, v.Name)
3080-
		if Stat.Name ~= "MaxSpeed" and Stat.Name ~= "Armor" then
3080+
3081-
			ChangeVal(Stat, Stat:GetChildren()[1].Value)
3081+
	dropx.SetTable(t)
3082-
		elseif Stat.Name == "Armor" then
3082+
3083-
			ChangeVal(Stat.Max, VehicleSpeeds[Vehicle.Name][3])
3083+
game.Players.PlayerAdded:connect(function()
3084
	fixPlayerDropi()
3085-
			ChangeVal(Stat, VehicleSpeeds[Vehicle.Name][3])
3085+
3086
game.Players.PlayerRemoving:connect(function()
3087
	fixPlayerDropi()
3088
end)
3089-
AddMode("Vehicle", "Horn", function(Vehicle, empty, Vars)
3089+
local eval = 'All'
3090-
	local ID = Vars.Horn.Box.Text
3090+
dropx.Changed(function(p) eval = p end)
3091-
	SetSoundID(Vehicle.Essentials.Base.Horn, ID)
3091+
fixPlayerDrop()
3092
3093-
AddMode("Vehicle", "ResetSpeed", function(Vehicle)
3093+
local hatInp
3094-
	ChangeVal(Vehicle.Stats.MaxSpeed, VehicleSpeeds[Vehicle.Name][1])
3094+
hatlist = hatwin:drawScrollingContainer(260)
3095-
	ChangeVal(Vehicle.Stats.MaxSpeed.Offroad, VehicleSpeeds[Vehicle.Name][2])
3095+
for i,v in pairs(hats) do
3096
	hatlist:drawButton(1, v['name'], function()
3097-
AddMode("Vehicle", "Speed", function(Vehicle, empty, Vars)
3097+
		hatInp.Text = tostring(v['id']) 
3098-
	local OffRoad = Vars.Offroad.Box.Text
3098+
3099-
	local OnRoat = Vars.Onroad.Box.Text
3099+
3100
hatwin:drawButton(1/3, 'Wear', function()
3101-
	if OffRoad ~= "" and OffRoad ~= " " then
3101+
	local hat = game:GetObjects("rbxassetid://"..tonumber(hatInp.Text))[1]
3102-
		ChangeVal(Vehicle.Stats.MaxSpeed.Offroad, tonumber(OffRoad))
3102+
	tk.dp(eval, function(x)
3103
		if x.Character then
3104-
	if OnRoat ~= "" and OnRoat ~= " " then
3104+
			hat:Clone().Parent = x.Character
3105-
		ChangeVal(Vehicle.Stats.MaxSpeed, tonumber(OnRoat))
3105+
3106
	end)
3107
end)
3108
3109-
AddMode("Stat", "Player Kills", function(Players, Vars)
3109+
3110-
	local Players = GetPlayers(Players)
3110+
hatInp = hatwin:drawTextBox(2/3, '')
3111-
	for i = 1, #Players do
3111+
topkek.tools.animator.initialAnimation()
3112-
		local Player = Players[i]
3112+
topkek.banmgr.init()