· 6 years ago · Oct 11, 2019, 05:30 PM
1-- Instances:
2
3local ScreenGui = Instance.new("ScreenGui")
4local Gui = Instance.new("Frame")
5local ScrollingFrame = Instance.new("ScrollingFrame")
6local fecheck = Instance.new("TextButton")
7local tp = Instance.new("TextButton")
8local noclip = Instance.new("TextButton")
9local fly = Instance.new("TextButton")
10local RoseHub = Instance.new("TextButton")
11local cam = Instance.new("TextButton")
12local madcity = Instance.new("TextButton")
13local mm2 = Instance.new("TextButton")
14local happybutton = Instance.new("TextButton")
15local sadbutton = Instance.new("TextButton")
16local jumpscare = Instance.new("TextButton")
17local full = Instance.new("TextButton")
18local Dex = Instance.new("TextButton")
19local lolLabel = Instance.new("TextLabel")
20local Credits = Instance.new("TextLabel")
21local Credits_2 = Instance.new("TextLabel")
22local Open = Instance.new("TextButton")
23
24--Properties:
25
26ScreenGui.Parent = game.CoreGui
27
28Gui.Name = "Gui"
29Gui.Parent = ScreenGui
30Gui.Active = true
31Gui.BackgroundColor3 = Color3.new(0, 0, 0)
32Gui.BorderColor3 = Color3.new(1, 0, 0)
33Gui.Position = UDim2.new(-0.000271946192, 0, 0.579083085, 0)
34Gui.Size = UDim2.new(0, 232, 0, 188)
35Gui.Visible = false
36
37ScrollingFrame.Parent = Gui
38ScrollingFrame.Active = true
39ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
40ScrollingFrame.BorderColor3 = Color3.new(1, 0, 0)
41ScrollingFrame.Position = UDim2.new(0.0416080281, 0, 0.17967841, 0)
42ScrollingFrame.Size = UDim2.new(0, 211, 0, 120)
43
44fecheck.Name = "fecheck"
45fecheck.Parent = ScrollingFrame
46fecheck.Active = false
47fecheck.BackgroundColor3 = Color3.new(0, 0, 0)
48fecheck.BorderColor3 = Color3.new(1, 0.666667, 1)
49fecheck.Position = UDim2.new(0.0508474559, 0, 0.0370456427, 0)
50fecheck.Size = UDim2.new(0, 76, 0, 21)
51fecheck.Font = Enum.Font.SourceSans
52fecheck.Text = "(F9)Fe Check"
53fecheck.TextColor3 = Color3.new(1, 0, 0)
54fecheck.TextSize = 14
55fecheck.MouseButton1Down:connect(function()
56 wait(1)
57if game.Workspace.FilteringEnabled == true then
58game.StarterGui:SetCore("SendNotification", {
59Title = "FE Enabled";
60Text = "Consider Using FE Scripts!";
61 })
62else
63game.StarterGui:SetCore("SendNotification", {
64Title = "FE Disabled";
65Text = "Have Fun Exploiting!";
66 })
67end
68
69end)
70
71tp.Name = "tp"
72tp.Parent = ScrollingFrame
73tp.Active = false
74tp.BackgroundColor3 = Color3.new(0, 0, 0)
75tp.BorderColor3 = Color3.new(1, 0.666667, 1)
76tp.Position = UDim2.new(0.542988718, 0, 0.037671417, 0)
77tp.Size = UDim2.new(0, 76, 0, 21)
78tp.Font = Enum.Font.SourceSans
79tp.Text = "Ctrl Tp"
80tp.TextColor3 = Color3.new(1, 0, 0)
81tp.TextSize = 14
82tp.MouseButton1Down:connect(function()
83 local Plr = game:GetService("Players").LocalPlayer
84local Mouse = Plr:GetMouse()
85
86Mouse.Button1Down:connect(function()
87if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
88if not Mouse.Target then return end
89Plr.Character:MoveTo(Mouse.Hit.p)
90end)
91end)
92
93noclip.Name = "noclip"
94noclip.Parent = ScrollingFrame
95noclip.Active = false
96noclip.BackgroundColor3 = Color3.new(0, 0, 0)
97noclip.BorderColor3 = Color3.new(1, 0.666667, 1)
98noclip.Position = UDim2.new(0.0500977337, 0, 0.165330991, 0)
99noclip.Size = UDim2.new(0, 76, 0, 21)
100noclip.Font = Enum.Font.SourceSans
101noclip.Text = "No Clip"
102noclip.TextColor3 = Color3.new(1, 0, 0)
103noclip.TextSize = 14
104noclip.MouseButton1Down:connect(function()
105 noclip = false
106game:GetService('RunService').Stepped:connect(function()
107if noclip then
108game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
109end
110end)
111plr = game.Players.LocalPlayer
112mouse = plr:GetMouse()
113mouse.KeyDown:connect(function(key)
114
115if key == "e" then
116noclip = not noclip
117game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
118end
119end)
120print('Loaded')
121print('Press "e" to noclip')
122end)
123
124fly.Name = "fly"
125fly.Parent = ScrollingFrame
126fly.Active = false
127fly.BackgroundColor3 = Color3.new(0, 0, 0)
128fly.BorderColor3 = Color3.new(1, 0.666667, 1)
129fly.Position = UDim2.new(0.542988718, 0, 0.165330991, 0)
130fly.Size = UDim2.new(0, 76, 0, 21)
131fly.Font = Enum.Font.SourceSans
132fly.Text = "(e)Fly"
133fly.TextColor3 = Color3.new(1, 0, 0)
134fly.TextSize = 14
135fly.MouseButton1Down:connect(function()
136 repeat wait()
137 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
138local mouse = game.Players.LocalPlayer:GetMouse()
139repeat wait() until mouse
140local plr = game.Players.LocalPlayer
141local torso = plr.Character.Torso
142local flying = true
143local deb = true
144local ctrl = {f = 0, b = 0, l = 0, r = 0}
145local lastctrl = {f = 0, b = 0, l = 0, r = 0}
146local maxspeed = 50
147local speed = 0
148
149function Fly()
150local bg = Instance.new("BodyGyro", torso)
151bg.P = 9e4
152bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
153bg.cframe = torso.CFrame
154local bv = Instance.new("BodyVelocity", torso)
155bv.velocity = Vector3.new(0,0.1,0)
156bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
157repeat wait()
158plr.Character.Humanoid.PlatformStand = true
159if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
160speed = speed+.5+(speed/maxspeed)
161if speed > maxspeed then
162speed = maxspeed
163end
164elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
165speed = speed-1
166if speed < 0 then
167speed = 0
168end
169end
170if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
171bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
172lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
173elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
174bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
175else
176bv.velocity = Vector3.new(0,0.1,0)
177end
178bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
179until not flying
180ctrl = {f = 0, b = 0, l = 0, r = 0}
181lastctrl = {f = 0, b = 0, l = 0, r = 0}
182speed = 0
183bg:Destroy()
184bv:Destroy()
185plr.Character.Humanoid.PlatformStand = false
186end
187mouse.KeyDown:connect(function(key)
188if key:lower() == "e" then
189if flying then flying = false
190else
191flying = true
192Fly()
193end
194elseif key:lower() == "w" then
195ctrl.f = 1
196elseif key:lower() == "s" then
197ctrl.b = -1
198elseif key:lower() == "a" then
199ctrl.l = -1
200elseif key:lower() == "d" then
201ctrl.r = 1
202end
203end)
204mouse.KeyUp:connect(function(key)
205if key:lower() == "w" then
206ctrl.f = 0
207elseif key:lower() == "s" then
208ctrl.b = 0
209elseif key:lower() == "a" then
210ctrl.l = 0
211elseif key:lower() == "d" then
212ctrl.r = 0
213end
214end)
215Fly()
216end)
217
218RoseHub.Name = "Rose Hub"
219RoseHub.Parent = ScrollingFrame
220RoseHub.Active = false
221RoseHub.BackgroundColor3 = Color3.new(0, 0, 0)
222RoseHub.BorderColor3 = Color3.new(1, 0.666667, 1)
223RoseHub.Position = UDim2.new(0.0508474559, 0, 0.27906692, 0)
224RoseHub.Size = UDim2.new(0, 76, 0, 21)
225RoseHub.Font = Enum.Font.SourceSans
226RoseHub.Text = "Rose Hub"
227RoseHub.TextColor3 = Color3.new(1, 0, 0)
228RoseHub.TextSize = 14
229RoseHub.MouseButton1Down:connect(function()
230 local start = tick()
231local VERSION = "3.0.3"
232local message = [[We're back! https://discord.me/rosehub]]
233print'Rose Hub process started.'
234local coreGui = game:GetService("CoreGui")
235local tweening = false
236local scriptsTabText = ""
237local feTabText = ""
238local gameScriptsTabText = ""
239local guiTabText = ""
240local darkBack = false
241local lightBack = true
242local tweenService = game:GetService("TweenService")
243local tweenSpeed = 0.70
244local colorPickerOpen = false
245local backColor = Color3.fromRGB(255, 255, 255)
246local lightColor = Color3.fromRGB(255, 255, 255)
247local darkColor = Color3.fromRGB(150, 150, 150)
248local textColor = Color3.fromRGB(255, 255, 255)
249local httpService = game:GetService("HttpService")
250local savingSettings = false
251local mainSettings = nil
252local lighting = game:GetService("Lighting")
253local workspace = game:GetService("Workspace")
254local chat = game:GetService("Chat")
255local delete = {"RoseHub", "Introooo", "ColorPick"}
256
257function FindTable(Table, Name)
258 for i,v in pairs(Table) do
259 if v == Name then
260 return true
261 end end
262 return false
263end
264
265for i,v in pairs(coreGui:GetDescendants()) do
266 if v:IsA("ScreenGui") then
267 if FindTable(delete, v.Name) then
268 v:Destroy()
269 end
270end
271end
272
273local defaultSettings = {
274 ["BackgroundColorR"] = 59,
275 ["BackgroundColorG"] = 59,
276 ["BackgroundColorB"] = 59,
277 ["PickerColorR"] = 59,
278 ["PickerColorG"] = 59,
279 ["PickerColorB"] = 59,
280 ["ChangePickerBackground"] = true,
281 ["Transparency"] = 0.7,
282 ["RainbowOn"] = false,
283 ["RainbowSpeed"] = 75,
284}
285
286local function round(num)
287 return math.floor(num * 10^3 + 0.5) / 10^3
288end
289
290if writefile and readfile and pcall(function() readfile("RoseHubSettings.txt") end) then
291 local file = readfile("RoseHubSettings.txt")
292 local continue = true
293 local write = false
294 if pcall(function() httpService:JSONDecode(file) end) then
295 file = httpService:JSONDecode(readfile("RoseHubSettings.txt"))
296 mainSettings = file
297 else
298 mainSettings = defaultSettings
299 writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
300 warn("Settings file corrupted, creating new.")
301 continue = false
302 end
303 if continue then
304 for setting,value in pairs(defaultSettings) do
305 if file[setting] == nil then
306 writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
307 warn(setting.." is missing, setting to default.")
308 file[setting] = defaultSettings[setting]
309 write = true
310 elseif file[setting] ~= nil then
311 if type(file[setting]) ~= type(defaultSettings[setting]) then
312 warn(setting.." is invalid, overwriting.")
313 write = true
314 file[setting] = defaultSettings[setting]
315 end
316 end
317 end
318 if write == true then
319 warn("Fixing settings file.")
320 mainSettings = file
321 writefile("RoseHubSettings.txt", httpService:JSONEncode(mainSettings))
322 write = false
323 end
324 end
325else
326 mainSettings = defaultSettings
327 if writefile then
328 warn("Rose Hub settings missing, creating new.")
329 writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
330 end
331end
332
333local savedColor = Color3.fromRGB(mainSettings.BackgroundColorR, mainSettings.BackgroundColorG, mainSettings.BackgroundColorB)
334local mainTransparency = mainSettings.Transparency
335local enableRainbow = mainSettings.RainbowOn
336local rainbowCount = mainSettings.RainbowSpeed
337local mainTrans = mainSettings.Transparency
338local changeColorPickerBack = mainSettings.ChangePickerBackground
339local colorPickerBack = Color3.fromRGB(mainSettings.PickerColorR, mainSettings.PickerColorG, mainSettings.PickerColorB)
340
341local function saveSetting(backColor, pickerColor, changeBack, tranparency, rainbowOn, rainbowSpeed)
342 local settingsTab = {
343 ["BackgroundColorR"] = round(backColor.r*255),
344 ["BackgroundColorG"] = round(backColor.g*255),
345 ["BackgroundColorB"] = round(backColor.b*255),
346 ["PickerColorR"] = round(pickerColor.r*255),
347 ["PickerColorG"] = round(pickerColor.g*255),
348 ["PickerColorB"] = round(pickerColor.b*255),
349 ["ChangePickerBackground"] = changeBack,
350 ["Transparency"] = round(tranparency),
351 ["RainbowOn"] = rainbowOn,
352 ["RainbowSpeed"] = rainbowSpeed,
353 }
354 writefile("RoseHubSettings.txt", httpService:JSONEncode(settingsTab))
355end
356
357if darkBack then
358 backColor = Color3.fromRGB(150, 150, 150)
359end
360
361local scripttabList = {
362 {"Infinite Yield", "MjBzRjmT", 1},
363 {"Knife V3", "W833RBFr", 1},
364 {"Bird Wings", "RQ9b8UTv", 1},
365 {"M4A1", "eP1zq8tb", 1},
366 {"Dungun", "90M7Mi8e", 1},
367 {"Bomb Vest", "tG1PPuMd", 1},
368 {"Music Bars", "SvYebC2r", 1},
369 {"Omni God", "87NeeChc", 1},
370 {"Pain Titan", "Hg5L8EtM", 1,},
371 {"Reaper Titan", "B0q3QBg6", 1},
372 {"Alter Chat", "ZSB4pN9R", 1},
373 {"Hoverbike", 01268225564, 2},
374 {"Rail Gun Titan", "0wFiFdwM", 1},
375 {"True Hero", "P8AQ2ebJ", 1},
376 {"Celestial Wheel", "bymTcgzf", 1},
377 {"Knive V4", "j0Ns1w1S", 1},
378 {"Ravenger Claws", "D7GxxvWL", 1},
379 {"John Doe", "m5wHsLhr", 1},
380 {"Messor Titan", "4bSrkLtA", 1},
381 {"Clown Titan", "L0WLDZvc", 1},
382 {"Chara", "HrWjgXtb", 1},
383 {"Shedlesky Rage", "2SPz35LS", 1},
384 {"LunchaThug", "x6GWFC5K", 1},
385 {"Nazi Flag", "ZCZNxFBD", 1},
386 {"Psychopath", "DGqk3bqY", 1},
387 {"Fireworks Wand", "GB29NAPv", 1},
388 {"Psycho Clown", "UgxKqKwE", 1},
389 {"Inferno", "qhMGk36S", 1},
390 {"Police Titan", "UCmufLU8", 1},
391 {"Galaxy Titan", "nKNdCrKj", 1},
392 {"Holy Wrench", "cKSh0a8C", 1},
393 {"Krystal Dance", "j7EqLfbP", 1},
394 {"Pee", "3CYmA0Pz", 1},
395 {"Jihad", "vSujnuaF", 1},
396 {"Hermit Purple", "R3C3ajQV", 1},
397 {"Golden Gun", "2574Sd9E", 1},
398 {"Goku", "yAXZZF9r", 1},
399 {"Emoji", "vKPcMKnm", 1},
400 {"Damn Son", "AMLHT8aJ", 1},
401 {"Devuzi", "q0mt2peM", 1},
402 {"Flash", "gGSVVq1H", 1},
403 {"Teal Scythe", "0TUBSaxt", 1},
404 {"Demon Demise", "ghMDMW63", 1},
405 {"Red Sayan", "uC5DBvf9", 1},
406 {"Ban Hammer", "1ynQ4Mu0", 1},
407 {"Dick Gun", "UR9FBjcj", 1},
408 {"Dat Boi", "Sz7KJHay", 1},
409 {"Watermelon Trap", "pypsM3hj", 1},
410 {"Whip", "XDsek3Rf", 1},
411 {"School Shooter", "EmmwRFDA", 1},
412 {"9/11", "3UmV26hG", 1},
413 {"Bong", "8Kb08E9s", 1},
414 {"Horse", "MVph7nmq", 1},
415 {"Scythe", "fEEVkJba", 1},
416 {"Disco Fog", "xg8d4PS0", 1},
417 {"Disco Mesh", "GvtPCRVR", 1},
418 {"Russian Dance", "RADQ2vH8", 1},
419 {"Sun God", "0uJhLJ5m", 1},
420 {"Rolling Light Ball", "S4Hj3MPd", 1},
421 {"Red Death Scythe", "KJ5nqeVF", 1},
422 {"Crystal Pistols", "GDLZ4VAq", 1},
423 {"Epic Sword", "DZVV9AGG", 1},
424 {"Circle Visualizer", "diJiteen", 1},
425 {"Hex Blade", "fA0bBELV", 1},
426 {"Bulldog", "nPPLxSA3", 1},
427 {"FS-627-SENDER", "R3m4gfuP", 1},
428 {"Voodoo Child", "w5TEtd0Q", 1},
429 {"Bye Bye", "XBysEMgg", 1},
430 {"Galil V2", "cnFz3h8D", 1},
431 {"Mario", "pKmtnc9u", 1},
432 {"Lighting Blade", "rMEe8R4N", 1},
433 {"Flamingo Skybox", "8rWM880e", 1},
434 {"Sin Unleashed", "ZQh5B023", 1},
435 {"Ravager", "VQEz6a6i", 1},
436 {"Brock", "Fe5YrxcY", 1},
437 {"M249", "J4ijx897", 1},
438 {"MG36", "zLZ4Auqn", 1},
439 {"Omega Scythe", "Ag8dKZYB", 1},
440 {"Omega Sword", "7JjxwhPn", 1},
441 {"Draw", "1322re6a", 1},
442 {"Gaydar", "s1P9sJub", 1},
443 {"Crimson Hell", "na3pQXNV", 1},
444 {"Psycho", "WNvhEZJw", 1},
445 {"R6", "yX1DMcvM", 1},
446 {"Elemental God", "mLz55spD", 1},
447 {"Cross Power", "mLz55spD", 1},
448 {"Blood Harvester", "qz0ufnwd", 1},
449 {"Mustard Gas", "sg2wg4y8", 1},
450 {"Gas Can", "xknu2gna", 1},
451 {"Frieza", "tpkyda6c", 1},
452 {"Sadistic Genocider V2", "nch0tn9u", 1},
453 {"Demon Nelf", "VcBmmGuz", 1},
454 {"Demonic Sword", "W2Hc3Tkd", 1},
455 {"Noob Power", "9YMc9FRj", 1},
456 {"Creep", "z7S1ugBF", 1},
457 {"Crazy Nuke", "6kbRdDk6", 1},
458 {"Sticky Bombs", "2A4U8xdA", 1},
459 {"Cloud Visualizer", "sMCnTvHa", 1},
460 {"Furfag", "FS1d8pB9", 1},
461 {"Another Fist", "ukLjYGS1", 1},
462 {"Eyozen", "VmQXnzZs", 1},
463 {"Shadow Blade", "E08uiXDL", 1},
464 {"Glock", "UwRX1avh", 1},
465 {"Star Glitcher", "uiXScmiC", 1},
466 {"Anti Kick", "uKUJcreq", 1},
467 {"Drone", "j2Ew6274", 1},
468}
469
470local fescripttabList = {
471 {"FE God", "KduGECH6", 1},
472 {"FE Fly", 1281055032, 2},
473 {"Spam", "74GjB7tB", 1},
474 {"FE Invisible", "dX3fieuT", 1},
475 {"Infinite Yield FE", "tzTXmYf2", 1},
476}
477
478local gameScriptsList = {
479 {"Virgo 3.0", "EwYDRD4Y", 1},
480 {"City Life Bomb Vest", "sLHGSBn1", 1},
481 {"City Life Suicide", "YdKKQ7yT", 1},
482 {"City Life Explosion", "vy78mqrG", 1},
483 {"CB:RO Aimbot", "t3yHg06t", 1},
484 {"Prison Life 2 GUI", "d6X2R39V", 1},
485 {"Jailbreak GUI", 1461971147, 2},
486 {"Apoc Tools v4", "0de4tAtR", 1},
487 {"Twisted Murderer Admin", "C7eTvR3y", 1},
488 {"Weapon Simulator Auto Farm", "fWguqvMr", 1},
489 {"Natural Disaster Auto Survival", "e1nMaYYB", 1},
490 {"Strucid Aimbot", "4ZQFyrS4", 1},
491}
492
493local guitabList = {
494 {"c00lgui", "Rz2EFsLU", 1},
495 {"Topkek 4.0", "d0CJRrcg", 1},
496 {"Topkek 3.0", "SikGfE9u", 1},
497 {"Ro-Xploit 4.0", 175137115, 2},
498 {"Ro-Xploit 5.0", 288646117, 2},
499 {"Ro-Xploit 6.0", 364364477, 2},
500 {"Dex 2.0", 492005721, 2},
501 {"Dex 3.0", 418957341, 2},
502 {"Clown Van", "a5UZuuiT", 1},
503 {"Hell Elevator GUI", "8NYWpf2T", 1},
504 {"Chams / Aimlock", "Yi7fzELj", 1},
505 {"YourMom GUI", "289110135", 2},
506 {"Pepe GUI", "277881926", 2},
507 {"Brack Hub", "PT9Gf7d5", 1},
508 {"Vesprin FE GUI", "1231351616", 2},
509 {"Music GUI", "U352cdsv", 1},
510 {"Dark Dex 2.0", "YzdzxuRX", 1},
511 {"GabX", "FTf9uem2", 1},
512}
513
514local mapsList = {
515 {"Clockwork Arena", "EvnXCXhP", 1},
516 {"Town Map", 1345094164, 2},
517 {"Cave Island", "t29C42rm", 1},
518 {"Nature Map", "gmF4Kq5B", 1},
519 {"Nazi Map", "az8sLCLT", 1},
520 {"Ritual Room", "hYCTFiAC", 1},
521 {"Stripper", "jztW5Vuy", 1},
522 {"Witch Map", "R9epW292", 1},
523 {"Rainbow Tunnel", "8bznLitn", 1},
524 {"Scary Map", "fNw46f74", 1},
525 {"Nazi Camp", "KJNk4STm", 1},
526 {"Night Club", 1281063730, 2},
527 {"Da Club", "6UyLJheX", 1},
528}
529
530local lists = {
531 {scripttabList, "Scripts"},
532 {fescripttabList, "FE Scripts"},
533 {gameScriptsList, "Game Scripts"},
534 {guitabList, "GUIs"},
535 {mapsList, "Maps"},
536}
537
538local tabs = {
539 "Home",
540 "Scripts",
541 "FE Scripts",
542 "GUIs",
543 "Maps",
544 "Audios",
545 "Decals",
546 "Executor",
547 "ScriptSearch",
548 "Game Scripts",
549 "Settings",
550 "Credits",
551}
552
553local threshold = 185
554local transBackRunning = false
555local tweenTable = {}
556local function updateBack(...)
557 local list = {...}
558 local color = list[1]
559 screenGui.Top.Main.BackgroundColor3 = color
560 if list[2] and changeColorPickerBack == true then
561 list[2].BackgroundColor3 = color
562 end
563 if round(color.g*255) >= threshold and round(color.b*255) >= threshold and darkBack == false or round(color.g*255) >= threshold and darkBack == false then
564 if lightBack == true and transBackRunning == true then
565 for _,tween in pairs(tweenTable) do
566 tween:Pause()
567 end
568 end
569 tweenTable = {}
570 darkBack = true
571 lightBack = false
572 for i,v in pairs(screenGui.Top.Important:GetDescendants()) do
573 local goal = {}
574 goal.BackgroundColor3 = darkColor
575 local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal)
576 table.insert(tweenTable, customTween)
577 end
578 transBackRunning = true
579 for _,tween in pairs(tweenTable) do
580 tween:Play()
581 end
582 tweenTable[1].Completed:Connect(function()
583 transBackRunning = false
584 end)
585 elseif round(color.g*255) < threshold and round(color.b*255) < threshold and lightBack == false or round(color.g*255) < threshold and lightBack == false then
586 if lightBack == true and transBackRunning == true then
587 for _,tween in pairs(tweenTable) do
588 tween:Pause()
589 end
590 end
591 tweenTable = {}
592 lightBack = true
593 darkBack = false
594 for i,v in pairs(screenGui.Top.Important:GetDescendants()) do
595 local goal = {}
596 goal.BackgroundColor3 = lightColor
597 local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal)
598 table.insert(tweenTable, customTween)
599 end
600 transBackRunning = true
601 for _,tween in pairs(tweenTable) do
602 tween:Play()
603 end
604 tweenTable[1].Completed:Connect(function()
605 transBackRunning = false
606 end)
607 end
608end
609
610local function createFrame(Active, BackgroundColor3, BackgroundTransparency, BorderSizePixel, ClipsDescendants, Name, Parent, Position, Size)
611 local Frame = Instance.new("Frame")
612 Frame.Active = Active
613 Frame.BackgroundColor3 = BackgroundColor3
614 Frame.BackgroundTransparency = BackgroundTransparency
615 Frame.BorderSizePixel = BorderSizePixel
616 Frame.ClipsDescendants = ClipsDescendants
617 Frame.Name = Name
618 Frame.Parent = Parent
619 Frame.Position = Position
620 Frame.Size = Size
621 return Frame
622end
623
624
625local function createTextLabel(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment, ZIndex)
626 local TextLabel = Instance.new("TextLabel")
627 TextLabel.BackgroundColor3 = BackgroundColor3
628 TextLabel.BackgroundTransparency = BackgroundTransparency
629 TextLabel.BorderSizePixel = BorderSizePixel
630 TextLabel.Font = Font
631 TextLabel.Name = Name
632 TextLabel.Parent = Parent
633 TextLabel.Position = Position
634 TextLabel.Size = Size
635 TextLabel.Text = Text
636 TextLabel.TextColor3 = TextColor3
637 TextLabel.TextSize = TextSize
638 TextLabel.TextWrapped = TextWrapped
639 TextLabel.TextXAlignment = TextXAlignment
640 TextLabel.TextYAlignment = TextYAlignment
641 TextLabel.ZIndex = ZIndex
642 return TextLabel
643end
644
645local function createTextBox(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, PlaceholderText, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment)
646 local TextBox = Instance.new("TextBox")
647 TextBox.BackgroundColor3 = BackgroundColor3
648 TextBox.BackgroundTransparency = BackgroundTransparency
649 TextBox.BorderSizePixel = BorderSizePixel
650 TextBox.Font = Font
651 TextBox.Name = Name
652 TextBox.Parent = Parent
653 TextBox.PlaceholderText = PlaceholderText
654 TextBox.Position = Position
655 TextBox.Size = Size
656 TextBox.Text = Text
657 TextBox.TextColor3 = TextColor3
658 TextBox.TextSize = TextSize
659 TextBox.TextWrapped = TextWrapped
660 TextBox.TextXAlignment = TextXAlignment
661 TextBox.TextYAlignment = TextYAlignment
662 return TextBox
663end
664
665local function createTextButton(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, ZIndex, func)
666 local TextButton = Instance.new("TextButton")
667 TextButton.BackgroundColor3 = BackgroundColor3
668 TextButton.BackgroundTransparency = BackgroundTransparency
669 TextButton.BorderSizePixel = BorderSizePixel
670 TextButton.Font = Font
671 TextButton.Name = Name
672 TextButton.Parent = Parent
673 TextButton.Position = Position
674 TextButton.Size = Size
675 TextButton.Text = Text
676 TextButton.TextColor3 = TextColor3
677 TextButton.TextSize = TextSize
678 TextButton.ZIndex = ZIndex
679 TextButton.MouseButton1Down:Connect(func)
680 return TextButton
681end
682
683local function createImageLabel(BackgroundTransparency, Image, Name, Parent, Position, Selectable, Size, ZIndex)
684 local ImageLabel = Instance.new("ImageLabel")
685 ImageLabel.BackgroundTransparency = BackgroundTransparency
686 ImageLabel.Image = Image
687 ImageLabel.Name = Name
688 ImageLabel.Parent = Parent
689 ImageLabel.Position = Position
690 ImageLabel.Selectable = Selectable
691 ImageLabel.Size = Size
692 ImageLabel.ZIndex = ZIndex
693 return ImageLabel
694end
695
696local function createScrollingFrame(BackgroundColor3, BackgroundTransparency, BorderSizePixel, BottomImage, CanvasSize, MidImage, Name, Parent, Position, Rotation, ScrollBarThickness, Selectable, Size, TopImage, Visible)
697 local ScrollingFrame = Instance.new("ScrollingFrame")
698 ScrollingFrame.BackgroundColor3 = BackgroundColor3
699 ScrollingFrame.BackgroundTransparency = BackgroundTransparency
700 ScrollingFrame.BorderSizePixel = BorderSizePixel
701 ScrollingFrame.BottomImage = BottomImage
702 ScrollingFrame.CanvasSize = CanvasSize
703 ScrollingFrame.MidImage = MidImage
704 ScrollingFrame.Name = Name
705 ScrollingFrame.Parent = Parent
706 ScrollingFrame.Position = Position
707 ScrollingFrame.Rotation = Rotation
708 ScrollingFrame.ScrollBarThickness = ScrollBarThickness
709 ScrollingFrame.Selectable = Selectable
710 ScrollingFrame.Size = Size
711 ScrollingFrame.TopImage = TopImage
712 ScrollingFrame.Visible = Visible
713 return ScrollingFrame
714end
715
716function CreateInstance(cls,props)
717 local inst = Instance.new(cls)
718 for i,v in pairs(props) do
719 inst[i] = v
720 end
721 return inst
722end
723
724local pickerCreated = false
725local ColorPicker do
726 ColorPicker = {}
727
728 local function createColorPick()
729 local ColorPick = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="ColorPick",})
730 local ColorPick2 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.39215689897537,0.39215689897537,0.39215689897537),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,450,0,330),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorPicker",Parent = ColorPick})
731 local ColorPickBack = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=colorPickerBack,BackgroundTransparency=0,BorderColor3=Color3.new(0.14509804546833,0.20784315466881,0.21176472306252),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=1,Name="Backdrop",Parent = ColorPick2})
732 local ColorPick3 = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.fromRGB(117, 117, 117),BackgroundTransparency=0.5,BorderColor3=Color3.new(0.14509804546833,0.20784315466881,0.21176472306252),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,25),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,-25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Content",Parent = ColorPickBack})
733 local ColorPick4 = CreateInstance("ImageLabel",{Image="rbxassetid://1072518502",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=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-30,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,13,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorStrip",Parent = ColorPick3})
734 local ColorPick5 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-260,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,35,1,-245),SizeConstraint=0,Visible=true,ZIndex=1,Name="Preview",Parent = ColorPick3})
735 local ColorPick6 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,-261,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,222,0,202),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorSpaceFrame",Parent = ColorPick3})
736 local ColorPick7 = CreateInstance("ImageLabel",{Image="rbxassetid://1072518406",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=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,1,0,1),Rotation=0,Selectable=false,Size=UDim2.new(0,220,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorSpace",Parent = ColorPick6})
737 local ColorPick8 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,210,0,190),Rotation=0,Selectable=false,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Scope",Parent = ColorPick7})
738 local ColorPick9 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,9,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,2,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Line",Parent = ColorPick8})
739 local ColorPick10 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,9),Rotation=0,Selectable=false,Size=UDim2.new(0,20,0,2),SizeConstraint=0,Visible=true,ZIndex=1,Name="Line",Parent = ColorPick8})
740 local ColorPick11 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.3137255012989,0.3137255012989,0.3137255012989),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,1),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,208),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick3})
741 local ColorPick12 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-2,0,-4),Rotation=0,Selectable=false,Size=UDim2.new(0,8,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick11})
742 local ColorPick13 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,8),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
743 local ColorPick14 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,3,0,7),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,3),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
744 local ColorPick15 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,4,0,6),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,5),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
745 local ColorPick16 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,7),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
746 local ColorPick17 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,9),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12})
747 local ColorPick18 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Hue",Parent = ColorPick3})
748 local ColorPick19 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick18})
749 local ColorPick20 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick19})
750 local ColorPick21 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick20})
751 local ColorPick22 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick21})
752 local ColorPick23 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22})
753 local ColorPick24 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22})
754 local ColorPick25 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22})
755 local ColorPick26 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick20})
756 local ColorPick27 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick26})
757 local ColorPick28 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27})
758 local ColorPick29 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27})
759 local ColorPick30 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27})
760 local ColorPick31 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Hue:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,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,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick18})
761 local ColorPick32 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,233),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Sat",Parent = ColorPick3})
762 local ColorPick33 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick32})
763 local ColorPick34 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick33})
764 local ColorPick35 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick34})
765 local ColorPick36 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick35})
766 local ColorPick37 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36})
767 local ColorPick38 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36})
768 local ColorPick39 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36})
769 local ColorPick40 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick34})
770 local ColorPick41 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick40})
771 local ColorPick42 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41})
772 local ColorPick43 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41})
773 local ColorPick44 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41})
774 local ColorPick45 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Sat:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,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,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick32})
775 local ColorPick46 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,255),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Val",Parent = ColorPick3})
776 local ColorPick47 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="255",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick46})
777 local ColorPick48 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick47})
778 local ColorPick49 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick48})
779 local ColorPick50 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick49})
780 local ColorPick51 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50})
781 local ColorPick52 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50})
782 local ColorPick53 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50})
783 local ColorPick54 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick48})
784 local ColorPick55 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick54})
785 local ColorPick56 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55})
786 local ColorPick57 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55})
787 local ColorPick58 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55})
788 local ColorPick59 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Val:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,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,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick46})
789 local ColorPick60 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,233),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Green",Parent = ColorPick3})
790 local ColorPick61 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick60})
791 local ColorPick62 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick61})
792 local ColorPick63 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick62})
793 local ColorPick64 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick63})
794 local ColorPick65 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64})
795 local ColorPick66 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64})
796 local ColorPick67 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64})
797 local ColorPick68 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick62})
798 local ColorPick69 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick68})
799 local ColorPick70 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69})
800 local ColorPick71 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69})
801 local ColorPick72 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69})
802 local ColorPick73 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Green:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,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,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick60})
803 local ColorPick74 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Red",Parent = ColorPick3})
804 local ColorPick75 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick74})
805 local ColorPick76 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick75})
806 local ColorPick77 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick76})
807 local ColorPick78 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick77})
808 local ColorPick79 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78})
809 local ColorPick80 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78})
810 local ColorPick81 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78})
811 local ColorPick82 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick76})
812 local ColorPick83 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick82})
813 local ColorPick84 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83})
814 local ColorPick85 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83})
815 local ColorPick86 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83})
816 local ColorPick87 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Red:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,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,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick74})
817 local ColorPick88 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,255),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Blue",Parent = ColorPick3})
818 local ColorPick89 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick88})
819 local ColorPick90 = 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=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick89})
820 local ColorPick91 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick90})
821 local ColorPick92 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick91})
822 local ColorPick93 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92})
823 local ColorPick94 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92})
824 local ColorPick95 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92})
825 local ColorPick96 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick90})
826 local ColorPick97 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),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(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick96})
827 local ColorPick98 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97})
828 local ColorPick99 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97})
829 local ColorPick100 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97})
830 local ColorPick101 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Blue:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,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,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick88})
831 local ColorPick102 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="OK",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.18823531270027,0.18823531270027,0.18823531270027),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-210,1,-28),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Ok",Parent = ColorPick3})
832 local ColorPick103 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="Cancel",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.18823531270027,0.18823531270027,0.18823531270027),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-105,1,-28),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Cancel",Parent = ColorPick3})
833 local ColorPick104 = 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,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,180,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="BasicColors",Parent = ColorPick3})
834 local ColorPick105 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Basic Colors",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),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,0,0,-5),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,26),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick104})
835 local ColorPick106 = 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,0,210),Rotation=0,Selectable=false,Size=UDim2.new(0,180,0,90),SizeConstraint=0,Visible=true,ZIndex=1,Name="CustomColors",Parent = ColorPick3})
836 local ColorPick107 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Custom Colors (RC = Set)",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),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,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick106})
837 local ColorPick108 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.fromRGB(84, 84, 84),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=1,Name="TopBar",Parent = ColorPick2})
838 createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", ColorPick108, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
839 local ColorPick109 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Color Picker",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,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,25,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,-50,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="WindowTitle",Parent = ColorPick108})
840 local ColorPick110 = CreateInstance("TextButton",{Font=4,FontSize=5,Text="X",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,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(1,-27,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Close",Parent = ColorPick108})
841 return ColorPick
842 end
843 local GuiTemplate = createColorPick()
844
845 ColorPicker.new = function()
846 pickerCreated = true
847 local newMt = setmetatable({},{})
848
849 local rootGui = GuiTemplate:Clone()
850 rootGui.Parent = coreGui
851 rootGui.Enabled = true
852 pickerGui = rootGui.ColorPicker
853 local pickerTopBar = pickerGui.TopBar
854 backDrop = pickerGui.Backdrop
855 local pickerFrame = pickerGui.Backdrop.Content
856 local colorSpace = pickerFrame.ColorSpaceFrame.ColorSpace
857 local colorStrip = pickerFrame.ColorStrip
858 local previewFrame = pickerFrame.Preview
859 local basicColorsFrame = pickerFrame.BasicColors
860 local customColorsFrame = pickerFrame.CustomColors
861 local okButton = pickerFrame.Ok
862 local cancelButton = pickerFrame.Cancel
863 local closeButton = pickerTopBar.Close
864
865 local colorScope = colorSpace.Scope
866 local colorArrow = pickerFrame.ArrowFrame.Arrow
867
868 local hueInput = pickerFrame.Hue.Input
869 local satInput = pickerFrame.Sat.Input
870 local valInput = pickerFrame.Val.Input
871
872 local redInput = pickerFrame.Red.Input
873 local greenInput = pickerFrame.Green.Input
874 local blueInput = pickerFrame.Blue.Input
875
876 local user = game:GetService("UserInputService")
877 local mouse = game:GetService("Players").LocalPlayer:GetMouse()
878
879 local hue,sat,val = Color3.toHSV(savedColor)
880 local red,green,blue = savedColor.r, savedColor.g, savedColor.b
881 local chosenColor = savedColor
882
883 local basicColors = {Color3.new(0,0,0),Color3.new(0.66666668653488,0,0),Color3.new(0,0.33333334326744,0),Color3.new(0.66666668653488,0.33333334326744,0),Color3.new(0,0.66666668653488,0),Color3.new(0.66666668653488,0.66666668653488,0),Color3.new(0,1,0),Color3.new(0.66666668653488,1,0),Color3.new(0,0,0.49803924560547),Color3.new(0.66666668653488,0,0.49803924560547),Color3.new(0,0.33333334326744,0.49803924560547),Color3.new(0.66666668653488,0.33333334326744,0.49803924560547),Color3.new(0,0.66666668653488,0.49803924560547),Color3.new(0.66666668653488,0.66666668653488,0.49803924560547),Color3.new(0,1,0.49803924560547),Color3.new(0.66666668653488,1,0.49803924560547),Color3.new(0,0,1),Color3.new(0.66666668653488,0,1),Color3.new(0,0.33333334326744,1),Color3.new(0.66666668653488,0.33333334326744,1),Color3.new(0,0.66666668653488,1),Color3.new(0.66666668653488,0.66666668653488,1),Color3.new(0,1,1),Color3.new(0.66666668653488,1,1),Color3.new(0.33333334326744,0,0),Color3.new(1,0,0),Color3.new(0.33333334326744,0.33333334326744,0),Color3.new(1,0.33333334326744,0),Color3.new(0.33333334326744,0.66666668653488,0),Color3.new(1,0.66666668653488,0),Color3.new(0.33333334326744,1,0),Color3.new(1,1,0),Color3.new(0.33333334326744,0,0.49803924560547),Color3.new(1,0,0.49803924560547),Color3.new(0.33333334326744,0.33333334326744,0.49803924560547),Color3.new(1,0.33333334326744,0.49803924560547),Color3.new(0.33333334326744,0.66666668653488,0.49803924560547),Color3.new(1,0.66666668653488,0.49803924560547),Color3.new(0.33333334326744,1,0.49803924560547),Color3.new(1,1,0.49803924560547),Color3.new(0.33333334326744,0,1),Color3.new(1,0,1),Color3.new(0.33333334326744,0.33333334326744,1),Color3.new(1,0.33333334326744,1),Color3.new(0.33333334326744,0.66666668653488,1),Color3.new(1,0.66666668653488,1),Color3.new(0.33333334326744,1,1),Color3.new(1,1,1)}
884 local customColors = {}
885
886 local function updateColor(noupdate)
887 local relativeX,relativeY,relativeStripY = 219 - hue*219, 199 - sat*199, 199 - val*199
888 local hsvColor = Color3.fromHSV(hue,sat,val)
889
890 if noupdate == 2 or not noupdate then
891 hueInput.Text = tostring(math.ceil(359*hue))
892 satInput.Text = tostring(math.ceil(255*sat))
893 valInput.Text = tostring(math.floor(255*val))
894 end
895 if noupdate == 1 or not noupdate then
896 redInput.Text = tostring(math.floor(255*red))
897 greenInput.Text = tostring(math.floor(255*green))
898 blueInput.Text = tostring(math.floor(255*blue))
899 end
900
901 chosenColor = Color3.new(red,green,blue)
902
903 colorScope.Position = UDim2.new(0,relativeX-9,0,relativeY-9)
904 colorStrip.ImageColor3 = Color3.fromHSV(hue,sat,1)
905 colorArrow.Position = UDim2.new(0,-2,0,relativeStripY-4)
906 previewFrame.BackgroundColor3 = chosenColor
907
908 updateBack(chosenColor, backDrop)
909
910 newMt.Color = chosenColor
911 if newMt.Changed then
912 newMt:Changed(chosenColor)
913 end
914 end
915
916 local function colorSpaceInput()
917 local relativeX = mouse.X - colorSpace.AbsolutePosition.X
918 local relativeY = mouse.Y - colorSpace.AbsolutePosition.Y
919
920 if relativeX < 0 then relativeX = 0 elseif relativeX > 219 then relativeX = 219 end
921 if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end
922
923 hue = (219 - relativeX)/219
924 sat = (199 - relativeY)/199
925
926 local hsvColor = Color3.fromHSV(hue,sat,val)
927 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
928
929 updateColor()
930 end
931
932 local function colorStripInput()
933 local relativeY = mouse.Y - colorStrip.AbsolutePosition.Y
934
935 if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end
936
937 val = (199 - relativeY)/199
938
939 local hsvColor = Color3.fromHSV(hue,sat,val)
940 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
941
942 updateColor()
943 end
944
945 local function hookButtons(frame,func)
946 frame.ArrowFrame.Up.InputBegan:Connect(function(input)
947 if input.UserInputType == Enum.UserInputType.MouseMovement then
948 frame.ArrowFrame.Up.BackgroundTransparency = 0.5
949 elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
950 local releaseEvent,runEvent
951
952 local startTime = tick()
953 local pressing = true
954 local startNum = tonumber(frame.Text)
955
956 if not startNum then return end
957
958 releaseEvent = user.InputEnded:Connect(function(input)
959 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
960 releaseEvent:Disconnect()
961 pressing = false
962 end)
963
964 startNum = startNum + 1
965 func(startNum)
966 while pressing do
967 if tick()-startTime > 0.3 then
968 startNum = startNum + 1
969 func(startNum)
970 end
971 wait(0.1)
972 end
973 end
974 end)
975
976 frame.ArrowFrame.Up.InputEnded:Connect(function(input)
977 if input.UserInputType == Enum.UserInputType.MouseMovement then
978 frame.ArrowFrame.Up.BackgroundTransparency = 1
979 end
980 end)
981
982 frame.ArrowFrame.Down.InputBegan:Connect(function(input)
983 if input.UserInputType == Enum.UserInputType.MouseMovement then
984 frame.ArrowFrame.Down.BackgroundTransparency = 0.5
985 elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
986 local releaseEvent,runEvent
987
988 local startTime = tick()
989 local pressing = true
990 local startNum = tonumber(frame.Text)
991
992 if not startNum then return end
993
994 releaseEvent = user.InputEnded:Connect(function(input)
995 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
996 releaseEvent:Disconnect()
997 pressing = false
998 end)
999
1000 startNum = startNum - 1
1001 func(startNum)
1002 while pressing do
1003 if tick()-startTime > 0.3 then
1004 startNum = startNum - 1
1005 func(startNum)
1006 end
1007 wait(0.1)
1008 end
1009 end
1010 end)
1011
1012 frame.ArrowFrame.Down.InputEnded:Connect(function(input)
1013 if input.UserInputType == Enum.UserInputType.MouseMovement then
1014 frame.ArrowFrame.Down.BackgroundTransparency = 1
1015 end
1016 end)
1017 end
1018
1019 colorSpace.InputBegan:Connect(function(input)
1020 if input.UserInputType == Enum.UserInputType.MouseButton1 then
1021 local releaseEvent,mouseEvent
1022
1023 releaseEvent = user.InputEnded:Connect(function(input)
1024 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
1025 releaseEvent:Disconnect()
1026 mouseEvent:Disconnect()
1027 end)
1028
1029 mouseEvent = user.InputChanged:Connect(function(input)
1030 if input.UserInputType == Enum.UserInputType.MouseMovement then
1031 colorSpaceInput()
1032 end
1033 end)
1034
1035 colorSpaceInput()
1036 end
1037 end)
1038
1039 colorStrip.InputBegan:Connect(function(input)
1040 if input.UserInputType == Enum.UserInputType.MouseButton1 then
1041 local releaseEvent,mouseEvent
1042
1043 releaseEvent = user.InputEnded:Connect(function(input)
1044 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
1045 releaseEvent:Disconnect()
1046 mouseEvent:Disconnect()
1047 end)
1048
1049 mouseEvent = user.InputChanged:Connect(function(input)
1050 if input.UserInputType == Enum.UserInputType.MouseMovement then
1051 colorStripInput()
1052 end
1053 end)
1054
1055 colorStripInput()
1056 end
1057 end)
1058
1059 local function updateHue(str)
1060 local num = tonumber(str)
1061 if num then
1062 hue = math.clamp(math.floor(num),0,359)/359
1063 local hsvColor = Color3.fromHSV(hue,sat,val)
1064 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
1065 hueInput.Text = tostring(hue*359)
1066 updateColor(1)
1067 end
1068 end
1069 hueInput.FocusLost:Connect(function() updateHue(hueInput.Text) end) hookButtons(hueInput,updateHue)
1070
1071 local function updateSat(str)
1072 local num = tonumber(str)
1073 if num then
1074 sat = math.clamp(math.floor(num),0,255)/255
1075 local hsvColor = Color3.fromHSV(hue,sat,val)
1076 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
1077 satInput.Text = tostring(sat*255)
1078 updateColor(1)
1079 end
1080 end
1081 satInput.FocusLost:Connect(function() updateSat(satInput.Text) end) hookButtons(satInput,updateSat)
1082
1083 local function updateVal(str)
1084 local num = tonumber(str)
1085 if num then
1086 val = math.clamp(math.floor(num),0,255)/255
1087 local hsvColor = Color3.fromHSV(hue,sat,val)
1088 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
1089 valInput.Text = tostring(val*255)
1090 updateColor(1)
1091 end
1092 end
1093 valInput.FocusLost:Connect(function() updateVal(valInput.Text) end) hookButtons(valInput,updateVal)
1094
1095 local function updateRed(str)
1096 local num = tonumber(str)
1097 if num then
1098 red = math.clamp(math.floor(num),0,255)/255
1099 local newColor = Color3.new(red,green,blue)
1100 hue,sat,val = Color3.toHSV(newColor)
1101 redInput.Text = tostring(red*255)
1102 updateColor(2)
1103 end
1104 end
1105 redInput.FocusLost:Connect(function() updateRed(redInput.Text) end) hookButtons(redInput,updateRed)
1106
1107 local function updateGreen(str)
1108 local num = tonumber(str)
1109 if num then
1110 green = math.clamp(math.floor(num),0,255)/255
1111 local newColor = Color3.new(red,green,blue)
1112 hue,sat,val = Color3.toHSV(newColor)
1113 greenInput.Text = tostring(green*255)
1114 updateColor(2)
1115 end
1116 end
1117 greenInput.FocusLost:Connect(function() updateGreen(greenInput.Text) end) hookButtons(greenInput,updateGreen)
1118
1119 local function updateBlue(str)
1120 local num = tonumber(str)
1121 if num then
1122 blue = math.clamp(math.floor(num),0,255)/255
1123 local newColor = Color3.new(red,green,blue)
1124 hue,sat,val = Color3.toHSV(newColor)
1125 blueInput.Text = tostring(blue*255)
1126 updateColor(2)
1127 end
1128 end
1129 blueInput.FocusLost:Connect(function() updateBlue(blueInput.Text) end) hookButtons(blueInput,updateBlue)
1130
1131 local colorChoice = Instance.new("TextButton")
1132 colorChoice.Name = "Choice"
1133 colorChoice.Size = UDim2.new(0,25,0,18)
1134 colorChoice.BorderColor3 = Color3.new(96/255,96/255,96/255)
1135 colorChoice.Text = ""
1136 colorChoice.AutoButtonColor = false
1137
1138 local row = 0
1139 local column = 0
1140 for i,v in pairs(basicColors) do
1141 local newColor = colorChoice:Clone()
1142 newColor.BackgroundColor3 = v
1143 newColor.Position = UDim2.new(0,1 + 30*column,0,21 + 23*row)
1144
1145 newColor.MouseButton1Click:Connect(function()
1146 red,green,blue = v.r,v.g,v.b
1147 local newColor = Color3.new(red,green,blue)
1148 hue,sat,val = Color3.toHSV(newColor)
1149 updateColor()
1150 end)
1151
1152 newColor.Parent = basicColorsFrame
1153 column = column + 1
1154 if column == 6 then row = row + 1 column = 0 end
1155 end
1156
1157 row = 0
1158 column = 0
1159 for i = 1,12 do
1160 local color = customColors[i] or Color3.new(0,0,0)
1161 local newColor = colorChoice:Clone()
1162 newColor.BackgroundColor3 = color
1163 newColor.Position = UDim2.new(0,1 + 30*column,0,20 + 23*row)
1164
1165 newColor.MouseButton1Click:Connect(function()
1166 local curColor = customColors[i] or Color3.new(0,0,0)
1167 red,green,blue = curColor.r,curColor.g,curColor.b
1168 hue,sat,val = Color3.toHSV(curColor)
1169 updateColor()
1170 end)
1171
1172 newColor.MouseButton2Click:Connect(function()
1173 customColors[i] = chosenColor
1174 newColor.BackgroundColor3 = chosenColor
1175 end)
1176
1177 newColor.Parent = customColorsFrame
1178 column = column + 1
1179 if column == 6 then row = row + 1 column = 0 end
1180 end
1181
1182 pickerTopBar.InputBegan:Connect(function(input)
1183 if input.UserInputType == Enum.UserInputType.MouseButton1 then
1184 local releaseEvent,mouseEvent
1185 local dragOffX,dragOffY = mouse.X-pickerTopBar.AbsolutePosition.X,mouse.Y-pickerTopBar.AbsolutePosition.Y
1186
1187 releaseEvent = user.InputEnded:Connect(function(input)
1188 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
1189 releaseEvent:Disconnect()
1190 mouseEvent:Disconnect()
1191 end)
1192
1193 mouseEvent = user.InputChanged:Connect(function(input)
1194 if input.UserInputType == Enum.UserInputType.MouseMovement then
1195 pickerGui.Position = UDim2.new(0,mouse.X-dragOffX,0,mouse.Y-dragOffY)
1196 end
1197 end)
1198 end
1199 end)
1200
1201 okButton.MouseButton1Click:Connect(function() if newMt.Confirm then newMt:Confirm(chosenColor) end pickerGui.Visible = false savedColor = chosenColor colorPickerOpen = false end)
1202 okButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0.4 end end)
1203 okButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0 end end)
1204
1205 cancelButton.MouseButton1Click:Connect(function() if newMt.Cancel then newMt:Cancel() end pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end)
1206 cancelButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0.4 end end)
1207 cancelButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0 end end)
1208
1209 closeButton.MouseButton1Click:Connect(function() pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end)
1210
1211 updateColor()
1212
1213 newMt.SetColor = function(self,color)
1214 red,green,blue = color.r,color.g,color.b
1215 hue,sat,val = Color3.toHSV(color)
1216 updateColor()
1217 end
1218
1219 newMt.Gui = rootGui
1220
1221 return newMt
1222 end
1223end
1224
1225local rainbowColors = {
1226 Color3.fromRGB(0, 0, 255),
1227 Color3.fromRGB(255, 0, 0),
1228 Color3.fromRGB(255, 255, 0),
1229 Color3.fromRGB(0, 255, 0),
1230 Color3.fromRGB(0, 255, 255),
1231}
1232
1233local rainbow = false
1234local customRainbow = false
1235local rainbowReset = false
1236local rainbowStart = 1
1237local currentRainbow = nil
1238
1239spawn(function()
1240 while wait() do
1241 if rainbow == true then
1242 for i,v in pairs(rainbowColors) do
1243 local start = rainbowColors[i]
1244 local rEnd = i + 1
1245 if not rainbowColors[rEnd] then
1246 rEnd = 1
1247 end
1248 if customRainbow == true then
1249 local back = screenGui.Top.Main.BackgroundColor3
1250 start = back
1251 end
1252 for num = rainbowCount, 1, -1 do
1253 currentRainbow = start:Lerp(rainbowColors[rEnd], (rainbowCount - num)/rainbowCount)
1254 if rainbow == true then
1255 updateBack(currentRainbow)
1256 else
1257 break
1258 end
1259 wait()
1260 end
1261 customRainbow = false
1262 end
1263 if rainbowReset == true then
1264 rainbowReset = false
1265 rainbow = false
1266 currentRainbow = screenGui.Top.Main.BackgroundColor3
1267 for num = rainbowCount, 1, -1 do
1268 currentRainbow = currentRainbow:Lerp(savedColor, (rainbowCount - num)/rainbowCount)
1269 updateBack(currentRainbow)
1270 if rainbow == true then
1271 rainbowReset = false
1272 break
1273 end
1274 wait()
1275 end
1276 wait()
1277 end
1278 end
1279 end
1280end)
1281
1282--Intro
1283screenGui = Instance.new("ScreenGui")
1284screenGui.Parent = coreGui
1285screenGui.Name = "Introooo"
1286screenGui.Enabled = false
1287
1288createFrame(false, Color3.fromRGB(59, 59, 59), 0, 0, true, "Intro", screenGui, UDim2.new(0.5, -188, 0.5, -84), UDim2.new(0, 376, 0, 169))
1289
1290createTextLabel(Color3.fromRGB(84, 84, 84), 0, 0, Enum.Font.SourceSansBold, "Top", screenGui.Intro, UDim2.new(0, 0, 0, 0), UDim2.new(0, 376, 0, 25), "</> Rose Hub </>", Color3.fromRGB(255, 255, 255), 25, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 1)
1291
1292createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Intro.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1293
1294createTextLabel(Color3.fromRGB(255, 255, 255), 1, 1, Enum.Font.SourceSansBold, "Loading", screenGui.Intro, UDim2.new(0, 88, 0, 139), UDim2.new(0, 200, 0, 30), "Loading...", Color3.fromRGB(255, 255, 255), 20, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1295
1296createTextLabel(Color3.fromRGB(255, 255, 255), 1, 1, Enum.Font.SourceSansBold, "Motto", screenGui.Intro, UDim2.new(0, 88, 0, 25), UDim2.new(0, 200, 0, 33), "MOTD: "..message.."", Color3.fromRGB(255, 255, 255), 17, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1297
1298createFrame(false, Color3.fromRGB(255, 255, 255), 0.65, 1, false, "Background", screenGui.Intro, UDim2.new(0, 19, 0, 75), UDim2.new(0, 338, 0, 33))
1299
1300createFrame(false, Color3.fromRGB(255, 255, 255), 0, 0, false, "Bar", screenGui.Intro.Background, UDim2.new(0, 0, 0, 0), UDim2.new(0, 0, 0, 33))
1301
1302createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Intro.Background, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1303
1304tweening = true
1305
1306screenGui.Intro.Size = UDim2.new(0, 0, 0, 25)
1307
1308wait()
1309
1310screenGui.Enabled = true
1311
1312screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5)
1313
1314wait(0.5)
1315wait()
1316
1317screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 169), "Out", "Quad", 0.5)
1318
1319wait(0.5)
1320
1321screenGui.Intro.Background.Bar:TweenSize(UDim2.new(1, 0, 0, 33), "Out", "Quad", 3)
1322
1323intro = screenGui
1324
1325--Create Gui
1326gui = Instance.new("ScreenGui")
1327gui.Parent = coreGui
1328gui.Name = "RoseHub"
1329gui.Enabled = false
1330
1331local uiScale = Instance.new("UIScale")
1332uiScale.Scale = 1.1
1333uiScale.Parent = gui
1334
1335createFrame(true, Color3.fromRGB(255, 255, 255), 1, 0, false, "Main", gui, UDim2.new(0.5, -180, 0.5, -172), UDim2.new(0, 361, 0, 344))
1336
1337gui.Main.Active = true
1338gui.Main.Draggable = true
1339gui.Main.ClipsDescendants = true
1340
1341createTextButton(Color3.fromRGB(84, 84, 84), 0, 0, Enum.Font.SourceSansBold, "Open", gui, UDim2.new(0, 0, 0.75, 0), UDim2.new(0, 75, 0, 30), "Open", textColor, 14, 1, function()
1342 if tweening == false then
1343 tweening = true
1344 gui.Open:TweenPosition(UDim2.new(0, -75, 0.75, 0), "Out", "Quad", 0.25)
1345 wait(0.25)
1346 gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5)
1347 wait(0.5)
1348 wait()
1349 gui.Main:TweenSize(UDim2.new(0, 361, 0, 347), "Out", "Quad", 0.5)
1350 wait(0.5)
1351 tweening = false
1352 end
1353end)
1354
1355createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", gui.Open, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1356
1357screenGui = gui.Main
1358
1359createFrame(true, Color3.fromRGB(84, 84, 84), 0, 0, false, "Top", screenGui, UDim2.new(0, 0, 0, 0), UDim2.new(0, 361, 0, 31))
1360createFrame(false, savedColor, 0, 0, false, "Main", screenGui.Top, UDim2.new(0, 0, 0.984, 0), UDim2.new(0, 361, 0, 313))
1361
1362createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Main, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1363
1364createFrame(false, Color3.fromRGB(117, 117, 117), 0.5, 0, false, "Tabs", screenGui.Top, UDim2.new(0, 0, 1, 0), UDim2.new(0, 110, 0, 313))
1365
1366createFrame(false, backColor, 1, 0, true, "Important", screenGui.Top, UDim2.new(0.36, 0, 1.516, 0), UDim2.new(0, 211, 0, 281))
1367
1368local underline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 20, 0, 25), UDim2.new(0, 70, 0, 2))
1369
1370--Create Tabs Function
1371local tabPos = 0
1372local oldTab = tabs[1]
1373for _,tab in pairs(tabs) do
1374 local tabFrame = createFrame(false, Color3.fromRGB(117, 117, 117), 0.75, 0, false, tab.."Tab", screenGui.Top.Important, UDim2.new(-1, 0, 0, 0), UDim2.new(0, 211, 0, 281))
1375 local tweenPos = tabPos + 22
1376 createTextButton(backColor, 1, 1, Enum.Font.SourceSansBold, tab, screenGui.Top.Tabs, UDim2.new(0, 0, 0, tabPos), UDim2.new(0, 110, 0, 26), tab, textColor, 14, 1, function()
1377 if tweening == false and tab ~= oldTab then
1378 tweening = true
1379 underline:TweenSizeAndPosition(UDim2.new(0, 2, 0, 0), UDim2.new(0, 55, 0, underline.Position.Y.Offset), "Out", "Quad", tweenSpeed)
1380 local newUnderline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 55, 0, tweenPos), UDim2.new(0, 0, 0, 2))
1381 newUnderline:TweenSizeAndPosition(UDim2.new(0, screenGui.Top.Tabs[tab].TextBounds.X, 0, 2), UDim2.new(0, 55 - screenGui.Top.Tabs[tab].TextBounds.X/2, 0, tweenPos), "Out", "Quad", tweenSpeed)
1382 screenGui.Top.Important[oldTab.."Tab"]:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", tweenSpeed)
1383 screenGui.Top.Important[tab.."Tab"]:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", tweenSpeed)
1384 screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", tweenSpeed/2)
1385 wait(tweenSpeed/2)
1386 screenGui.Top.CurrentTab.Label.Text = tab
1387 screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 109, 0, 31), "Out", "Quad", tweenSpeed/2)
1388 wait(tweenSpeed/2)
1389 screenGui.Top.Important[oldTab.."Tab"].Position = UDim2.new(-1, 0, 0, 0)
1390 underline:Destroy()
1391 underline = newUnderline
1392 oldTab = tab
1393 tweening = false
1394 end
1395 end)
1396 tabPos = tabPos + 26
1397end
1398screenGui.Top.Important[tabs[1].."Tab"].Position = UDim2.new(0, 0, 0, 0)
1399underline.Size = UDim2.new(0, screenGui.Top.Tabs[tabs[1]].TextBounds.X, 0, 2)
1400underline.Position = UDim2.new(0, 55 - screenGui.Top.Tabs[tabs[1]].TextBounds.X/2, 0, 22)
1401
1402createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Name", screenGui.Top, UDim2.new(0, 45, 0, 0), UDim2.new(0, 109, 1, 0), "Rose Hub "..VERSION, textColor, 18, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Center, 1)
1403
1404createTextButton(backColor, 1, 0, Enum.Font.SourceSansBold, "Close", screenGui.Top, UDim2.new(0.898, 0, 0, 0), UDim2.new(0, 36, 0, 31), "X", textColor, 18, 1, function()
1405 if tweening == false then
1406 tweening = true
1407 gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5)
1408 wait(0.5)
1409 gui.Main:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", 0.5)
1410 wait(0.5)
1411 wait()
1412 gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.25)
1413 wait(0.25)
1414 tweening = false
1415 end
1416end)
1417
1418local singleImageButton = Instance.new("ImageButton")
1419singleImageButton.BackgroundColor3 = backColor
1420singleImageButton.BackgroundTransparency = 1
1421singleImageButton.Image = "rbxassetid://708157521"
1422singleImageButton.Parent = screenGui.Top
1423singleImageButton.Position = UDim2.new(0.033, 0, 0.129, 0)
1424singleImageButton.ScaleType = Enum.ScaleType.Fit
1425singleImageButton.Size = UDim2.new(0, 24, 0, 23)
1426singleImageButton.MouseButton1Down:Connect(function()
1427 --Stuff
1428end)
1429
1430--Home Tab
1431createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Part1", screenGui.Top.Important.HomeTab, UDim2.new(0.024, 0, 0.009, 0), UDim2.new(0, 200, 0, 50), "Welcome to Rose Hub!", textColor, 20, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1432
1433createTextButton(backColor, 0.75, 0, Enum.Font.SourceSansBold, "Discord", screenGui.Top.Important.HomeTab, UDim2.new(0.024, 0, 0.721, 0), UDim2.new(0, 200, 0, 50), "Discord Server:\nhttps://discord.me/rosehub", textColor, 14, 1, function()
1434 local copy = true
1435 if pcall(function() Synapse:Copy("http://discord.me/rosehub") end) then
1436
1437 else
1438 local copy2 = setclipboard or Clipboard.set
1439 copy2("http://discord.me/rosehub")
1440
1441 end
1442
1443 screenGui.Top.Important.HomeTab.Discord.Text = "Copied!"
1444 wait(2)
1445 screenGui.Top.Important.HomeTab.Discord.Text = "Discord Server:\nhttps://discord.me/rosehub"
1446end)
1447
1448createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.HomeTab.Discord, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1449
1450createTextLabel(backColor, 1, 0, Enum.Font.SourceSans, "Explanation", screenGui.Top.Important.HomeTab, UDim2.new(0, 0, 0.174, 0), UDim2.new(0, 211, 0, 141), [[To get started click the tabs to find what scripts your looking for.
1451The scrolling bar is invisible so to scroll use your scroll wheel.
1452
1453Want scripts or features added?
1454
1455Join our Discord for Support donations and more!]], textColor, 14, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 4)
1456
1457--All Script Tabs
1458--Sort lists and insert them
1459for _,list in pairs(lists) do
1460 local toSort = {}
1461 local sortedList = {}
1462 local pos = 0
1463
1464 for _,v in pairs(list[1]) do
1465 table.insert(toSort, v[1])
1466 end
1467
1468 table.sort(toSort)
1469
1470 for i,name in pairs(toSort) do
1471 for i,actualTable in pairs(list[1]) do
1472 if name == actualTable[1] then
1473 table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]})
1474 end
1475 end
1476 end
1477
1478 --Make Holding Frame
1479 createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important[list[2].."Tab"], UDim2.new(0, 10, 0, 38), 0, 0, false, UDim2.new(1, -20, 1, -48), "", true)
1480
1481 --Function to create the buttons
1482 local function createButons(text)
1483 pos = 5
1484 for _,button in pairs(sortedList) do
1485 if text == "" or string.match(string.lower(button[1]), string.lower(text)) then
1486 createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSans, button[1], screenGui.Top.Important[list[2].."Tab"].Holder, UDim2.new(0, 5, 0, pos), UDim2.new(0, 181, 0, 20), button[1], textColor, 14, 1, function()
1487 if button[3] == 1 then
1488 loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))()
1489 elseif button[3] == 2 then
1490 loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)()
1491 end
1492 end)
1493 pos = pos + 23
1494 end
1495 end
1496 end
1497
1498 --Remove Buttons and create new on search
1499 local function removeButtons()
1500 for _,button in pairs(screenGui.Top.Important[list[2].."Tab"].Holder:GetChildren()) do
1501 button:Destroy()
1502 end
1503 end
1504
1505 --Search Function
1506 createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "Search", screenGui.Top.Important[list[2].."Tab"], "Search "..list[2], UDim2.new(0, 10, 0, 10), UDim2.new(1, -20, 0, 22), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
1507 createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important[list[2].."Tab"].Search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1508 screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderColor3 = textColor
1509 screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderText = "Search "..list[2]
1510 local function searchBar(chosenList)
1511 local search = screenGui.Top.Important[chosenList.."Tab"].Search
1512 local currentSearch = ""
1513 search.Changed:connect(function(property)
1514 if property == "Text" then
1515 if search.Text ~= "" and search.Text ~= currentSearch then
1516 currentSearch = search.Text
1517 removeButtons()
1518 createButons(search.Text)
1519 elseif search.Text == "" and currentSearch.Text ~= "" then
1520 currentSearch = search.Text
1521 removeButtons()
1522 createButons("")
1523 end
1524 end
1525 end)
1526 end
1527
1528 searchBar(list[2])
1529
1530 --Create Buttons with no search
1531 createButons("")
1532
1533 screenGui.Top.Important[list[2].."Tab"].Holder.CanvasSize = UDim2.new(1, 0, 0, pos + 2)
1534end
1535
1536--Executor Tab
1537local movedExec = false
1538local movingText = false
1539
1540local execHolder = createScrollingFrame(backColor, mainTrans, 0, "rbxasset://textures/ui/Scroll/scroll-bottom.png", UDim2.new(0, 0, 0, 0), "rbxasset://textures/ui/Scroll/scroll-middle.png", "Holder", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 10, 0, 10), 0, 10, false, UDim2.new(1, -20, 1, -56), "rbxasset://textures/ui/Scroll/scroll-top.png", true)
1541execHolder.Changed:connect(function(property)
1542 if property == "CanvasPosition" then
1543 if movingText == false then
1544 if execInput.TextBounds.Y - execHolder.CanvasPosition.Y <= 201 then
1545 movedExec = false
1546 else
1547 movedExec = true
1548 end
1549 end
1550 end
1551end)
1552
1553createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "execute", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 10, 1, -41), UDim2.new(0, 93, 0, 31), "Execute", textColor, 15, 3, function()
1554 pcall(function()
1555 loadstring(execInput.Text)()
1556 end)
1557end)
1558
1559createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ExecutorTab.execute, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1560
1561createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "clear", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 108, 1, -41), UDim2.new(0, 93, 0, 31), "Clear", textColor, 15, 3, function()
1562 execInput.Text = ""
1563end)
1564
1565createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ExecutorTab.clear, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1566
1567execInput = createTextBox(backColor, 1, 0, Enum.Font.SourceSans, "input", screenGui.Top.Important.ExecutorTab.Holder, "Input script here...", UDim2.new(0, 10, 0, 10), UDim2.new(0, 170, 1, 0), "", textColor, 14, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Top)
1568execInput.ClearTextOnFocus = false
1569execInput.MultiLine = true
1570execInput.Changed:connect(function(property)
1571 if property == "Text" then
1572 movingText = true
1573 execHolder.CanvasSize = UDim2.new(1, -20, 0, execInput.TextBounds.Y + execInput.TextSize + 10)
1574 if movedExec == false and execInput.TextBounds.Y - execHolder.CanvasPosition.Y >= 205 then
1575 execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y + 224 + execInput.TextSize + 10)
1576 movedExec = false
1577 elseif movedExec == true and execInput.TextBounds.Y < 224 then
1578 movedExec = false
1579 end
1580 movingText = false
1581 end
1582end)
1583
1584--Settings
1585createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "colorpickopen", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 10), UDim2.new(0, 93, 0, 31), "Color Picker", textColor, 15, 3, function()
1586 if colorPickerOpen == false then
1587 colorPickerOpen = true
1588 if rainbow == true then
1589 rainbow = false
1590 rainbowReset = true
1591 end
1592 if pickerCreated ~= true then
1593 ColorPicker.new()
1594 else
1595 pickerGui.Visible = true
1596 end
1597 end
1598end)
1599
1600createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.colorpickopen, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1601
1602createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "ResetGui", screenGui.Top.Important.SettingsTab, UDim2.new(0, 108, 0, 10), UDim2.new(0, 93, 0, 31), "Reset Gui", textColor, 15, 3, function()
1603 rainbowReset = true
1604 rainbow = false
1605 rainbowCount = 75
1606 changeColorPickerBack = true
1607 backDrop.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
1608 updateBack(Color3.fromRGB(59, 59, 59))
1609 savedColor = Color3.fromRGB(59, 59, 59)
1610end)
1611
1612createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.ResetGui, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1613
1614createFrame(false, backColor, mainTrans, 0, false, "RainbowFrame", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 46), UDim2.new(1, -20, 0, 111))
1615
1616createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "SpeedLabel", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 46), UDim2.new(0, 90, 0, 25), "Speed: "..tostring(rainbowCount), textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1617
1618createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1619
1620createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowSet", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 135, 0, 46), UDim2.new(0, 44, 0, 25), "Set", textColor, 15, 3, function()
1621 local speed = screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox.Text
1622 if tonumber(speed) and tonumber(speed) >= 1 then
1623 rainbowCount = tonumber(speed)
1624 screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel.Text = "Speed: "..tostring(speed)
1625 end
1626end)
1627
1628createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowSet, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1629
1630createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowBox", screenGui.Top.Important.SettingsTab.RainbowFrame, "", UDim2.new(0, 105, 0, 46), UDim2.new(0, 25, 0, 25), tostring(rainbowCount), textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, true)
1631
1632createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1633
1634createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowLabel", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 10), UDim2.new(0, 170, 0, 31), "Rainbow Background", textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1635
1636createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1637
1638createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowOn", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 76), UDim2.new(0, 83, 0, 25), "Enabled", textColor, 15, 3, function()
1639 if rainbow == false and colorPickerOpen == false then
1640 customRainbow = true
1641 rainbow = true
1642 rainbowReset = false
1643 end
1644end)
1645
1646createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowOn, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1647
1648createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowOff", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 98, 0, 76), UDim2.new(0, 83, 0, 25), "Disabled", textColor, 15, 3, function()
1649 if rainbow == true and colorPickerOpen == false then
1650 rainbow = false
1651 rainbowReset = true
1652 end
1653end)
1654
1655createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowOff, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1656
1657createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "ColorPickerBackgroundChangeLabel", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10,0, 162), UDim2.new(1, -20, 0, 31), "Change Color Picker Background", textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1658
1659createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.ColorPickerBackgroundChangeLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1660
1661createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PickerBackgroundOn", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 198), UDim2.new(0, 93, 0, 25), "Enabled", textColor, 15, 1, function()
1662 if changeColorPickerBack == false then
1663 changeColorPickerBack = true
1664 end
1665end)
1666
1667createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PickerBackgroundOff", screenGui.Top.Important.SettingsTab, UDim2.new(0, 108, 0, 198), UDim2.new(0, 93, 0, 25), "Disabled", textColor, 15, 1, function()
1668 if changeColorPickerBack == true then
1669 changeColorPickerBack = false
1670 end
1671end)
1672
1673createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "SaveSettings", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 228), UDim2.new(1, -20, 0, 31), "Save Settings", textColor, 15, 3, function()
1674 if savingSettings == false then
1675 savingSettings = true
1676 if writefile then
1677 local back = colorPickerBack
1678 if backDrop then
1679 back = backDrop.BackgroundColor3
1680 end
1681 saveSetting(savedColor, back, changeColorPickerBack, mainTrans, rainbow, rainbowCount)
1682 screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Settings Saved!"
1683 wait(1)
1684 else
1685 screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Exploit not Supported :("
1686 wait(1)
1687 end
1688 screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Save Settings"
1689 savingSettings = false
1690 end
1691end)
1692
1693createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.SaveSettings, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1694
1695--Credits
1696createTextLabel(backColor, 1, 1, Enum.Font.Highway, "CreditsTxt", screenGui.Top.Important.CreditsTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), [[Humanoid/prism131
1697
1698Zwolf#3762
1699
1700Alex the Great#9740
1701
1702tommie#0409
1703
1704Zinnia#2257
1705
1706Plutonus#0003]], textColor, 20, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1707
1708--Script Search
1709createTextButton(Color3.fromRGB(255, 255, 255), 0.7, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.ScriptSearchTab, UDim2.new(0.73, 0, 0.043, 0), UDim2.new(0, 50, 0, 28), "Search", Color3.fromRGB(255, 255, 255), 15, 3, function()
1710
1711end)
1712
1713createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ScriptSearchTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1714
1715createTextBox(Color3.fromRGB(255, 255, 255), 0.7, 0, Enum.Font.SourceSans, "scriptinput", screenGui.Top.Important.ScriptSearchTab, "", UDim2.new(0, 0, 0.046, 0), UDim2.new(0, 148, 0, 27), "", Color3.fromRGB(27, 42, 53), 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
1716
1717createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ScriptSearchTab.scriptinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1718
1719createTextButton(Color3.fromRGB(255, 255, 255), 0.7, 0, Enum.Font.SourceSansBold, "TextButton", screenGui.Top.Important.ScriptSearchTab, UDim2.new(0.028, 0, 0.164, 0), UDim2.new(0, 198, 0, 27), "", Color3.fromRGB(255, 255, 255), 14, 1, function()
1720
1721end)
1722
1723--Audios Tab
1724local volume = 1
1725local audioPage = 1
1726
1727local function stopSounds()
1728 for _,obj in pairs(lighting:GetChildren()) do
1729 if obj:IsA("Sound") then
1730 obj:Destroy()
1731 end
1732 end
1733
1734 for i,v in pairs(chat:GetChildren()) do
1735 if v:IsA("Sound") then
1736 v:Destroy()
1737 end
1738 end
1739
1740 for _,obj in pairs(workspace:GetChildren()) do
1741 if obj:IsA("Sound") then
1742 obj:Destroy()
1743 end
1744 end
1745end
1746
1747local function playSong(id)
1748 stopSounds()
1749 local sound = Instance.new("Sound")
1750 sound.Parent = lighting
1751 sound.SoundId = "rbxassetid://"..tostring(id)
1752 sound.Volume = volume
1753 sound.Name = "RoseHubSound"
1754 sound.Looped = true
1755 sound.Playing = true
1756end
1757
1758local audioHolder = createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 96), 0, 0, false, UDim2.new(1, -20, 0, 145), "", true)
1759
1760local audioInputBox = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "audioinput", screenGui.Top.Important.AudiosTab, "Search Audios", UDim2.new(0, 10, 0, 10), UDim2.new(0, 140, 0, 25), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
1761audioInputBox.PlaceholderColor3 = textColor
1762
1763createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.audioinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1764
1765createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "Stop", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 38), UDim2.new(0, 62, 0, 25), "Stop", textColor, 15, 1, function()
1766 stopSounds()
1767end)
1768
1769createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.Stop, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1770
1771local volumeBox = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "VolumeBox", screenGui.Top.Important.AudiosTab, "Volume", UDim2.new(0, 75, 0, 38), UDim2.new(0, 61, 0, 25), "Volume", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
1772
1773createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.VolumeBox, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1774
1775createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "Set", screenGui.Top.Important.AudiosTab, UDim2.new(0, 139, 0, 38), UDim2.new(0, 62, 0, 25), "Set", textColor, 15, 1, function()
1776 if tonumber(volumeBox.Text) then
1777 volume = tonumber(volumeBox.Text)
1778 pcall(function()
1779 lighting.RoseHubSound.Volume = volume
1780 end)
1781 end
1782end)
1783
1784createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.Set, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1785
1786local currentSong = createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "CurrentSong", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 66), UDim2.new(1, -20, 0, 25), "Current Song", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1787
1788createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.CurrentSong, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1789
1790createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PreviousPage", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 246), UDim2.new(0, 94, 0, 25), "Previous Page", textColor, 15, 1, function()
1791 if audioPage > 1 then
1792 audioPage = audioPage - 1
1793 createAudios(audioPage)
1794 end
1795end)
1796
1797createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.PreviousPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1798
1799createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "NextPage", screenGui.Top.Important.AudiosTab, UDim2.new(0, 107, 0, 246), UDim2.new(0, 94, 0, 25), "Next Page", textColor, 15, 1, function()
1800 audioPage = audioPage + 1
1801 createAudios(audioPage)
1802end)
1803
1804createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.NextPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1805
1806function createAudios(audioPage)
1807 local audioKeyword = audioInputBox.Text
1808 local json = "https://search.roblox.com/catalog/json?Category=Audio&Keyword="..audioKeyword.."&ResultsPerPage=25&PageNumber="..tostring(audioPage)
1809 local gotJson = game:HttpGet(json, true)
1810 local rawResult = httpService:JSONDecode(gotJson)
1811 local pos = 5
1812 for _,button in pairs(audioHolder:GetChildren()) do
1813 button:Destroy()
1814 end
1815 for _,tab in pairs(rawResult) do
1816 local scale = false
1817 local button = createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSans, tab.Name, screenGui.Top.Important.AudiosTab.Holder, UDim2.new(0, 5, 0, pos), UDim2.new(0, 181, 0, 20), tab.Name, textColor, 14, 1, function()
1818 playSong(tab.AssetId)
1819 currentSong.Text = tab.Name
1820 currentSong.TextScaled = scale
1821 end)
1822 if button.TextBounds.X > button.Size.X.Offset then
1823 button.TextScaled = true
1824 scale = true
1825 end
1826 pos = pos + 23
1827 end
1828 audioHolder.CanvasSize = UDim2.new(0, 0, 0, pos + 2)
1829end
1830
1831createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.AudiosTab, UDim2.new(0, 153, 0, 10), UDim2.new(0, 48, 0, 25), "Search", textColor, 15, 3, function()
1832 createAudios(1)
1833end)
1834
1835--Remove pcall
1836pcall(function()
1837 createAudios(1)
1838end)
1839
1840createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1841
1842--Decals Tab
1843local decalsPage = 1
1844
1845local decalsHolder = createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 68), 0, 0, false, UDim2.new(1, -20, 0, 173), "", true)
1846
1847createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.DecalsTab, UDim2.new(0, 153, 0, 10), UDim2.new(0, 48, 0, 25), "Search", textColor, 15, 3, function()
1848 createDecals(decalsPage)
1849end)
1850
1851createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1852
1853local decalInput = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "decalinput", screenGui.Top.Important.DecalsTab, "Search Decals", UDim2.new(0, 10, 0, 10), UDim2.new(0, 140, 0, 25), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center)
1854decalInput.PlaceholderColor3 = textColor
1855
1856createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.decalinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1857
1858local selectedDecal = createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "SelectedDecal", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 38), UDim2.new(1, -20, 0, 25), "Selected Decal", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1859
1860createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.SelectedDecal, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1861
1862createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PreviousPage", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 246), UDim2.new(0, 94, 0, 25), "Previous Page", textColor, 15, 1, function()
1863 if decalsPage > 1 then
1864 decalsPage = decalsPage - 1
1865 createDecals(decalsPage)
1866 end
1867end)
1868
1869createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.PreviousPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1870
1871createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "NextPage", screenGui.Top.Important.DecalsTab, UDim2.new(0, 107, 0, 246), UDim2.new(0, 94, 0, 25), "Next Page", textColor, 15, 1, function()
1872 decalsPage = decalsPage + 1
1873 createDecals(decalsPage)
1874end)
1875
1876createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.NextPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1877
1878function createDecals(decalsPage)
1879 local decalsKeyword = decalInput.Text
1880 local json = "https://search.roblox.com/catalog/json?Category=Decals&Keyword="..decalsKeyword.."&ResultsPerPage=50&PageNumber="..tostring(decalsPage)
1881 local gotJson = game:HttpGet(json, true)
1882 local rawResult = httpService:JSONDecode(gotJson)
1883 local xPos = 5
1884 local yPos = 5
1885 local ran = 0
1886 for _,button in pairs(decalsHolder:GetChildren()) do
1887 button:Destroy()
1888 end
1889 for _,tab in pairs(rawResult) do
1890 local singleImageButton = Instance.new("ImageButton")
1891 singleImageButton.BackgroundColor3 = backColor
1892 singleImageButton.BackgroundTransparency = 1
1893 singleImageButton.BorderSizePixel = 0
1894 singleImageButton.Image = "https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId="..tostring(tab.AssetId)
1895 singleImageButton.Parent = screenGui.Top.Important.DecalsTab.Holder
1896 singleImageButton.Position = UDim2.new(0, xPos, 0, yPos)
1897 singleImageButton.ScaleType = Enum.ScaleType.Fit
1898 singleImageButton.Size = UDim2.new(0, 89, 0, 89)
1899 singleImageButton.MouseButton1Down:Connect(function()
1900 local image = Instance.new("ImageLabel")
1901 image.Parent = coreGui
1902 image.Name = "DecalLoader"
1903 local returnVal = nil
1904 for i=1, 10 do
1905 local test = pcall(function()
1906 image.Image = "rbxassetid://"tostring(tab.AssetId)
1907 end)
1908 if test then
1909 returnVal = i
1910 break
1911 end
1912 end
1913 if returnVal ~= nil then
1914 selectedDecal.Text = tostring(tab.AssetId - returnVal)
1915 end
1916 end)
1917 ran = ran + 1
1918 xPos = xPos + 92
1919 if ran == 2 then
1920 ran = 0
1921 xPos = 5
1922 yPos = yPos + 92
1923 end
1924 end
1925 decalsHolder.CanvasSize = UDim2.new(0, 0, 0, yPos + 2)
1926end
1927pcall(function()
1928 createDecals(1)
1929end)
1930
1931--Final Stuff
1932createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1933
1934createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top, UDim2.new(0, 155, 0.194, 0), UDim2.new(0, 1, 0, 21))
1935
1936createFrame(false, backColor, 1, 0, true, "CurrentTab", screenGui.Top, UDim2.new(0, 165, 0, 0), UDim2.new(0, 109, 0, 31))
1937
1938createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Label", screenGui.Top.CurrentTab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 109, 0, 31), tabs[1], textColor, 18, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Center, 1)
1939
1940updateBack(savedColor)
1941
1942if enableRainbow == true then
1943 customRainbow = true
1944 rainbow = true
1945end
1946
1947gui.Main.Size = UDim2.new(0, 0, 0, 31)
1948gui.Open.Position = UDim2.new(0, -75, 0.75, 0)
1949
1950wait(3)
1951
1952intro.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5)
1953wait(0.5)
1954intro.Intro:TweenSize(UDim2.new(0, 0, 0, 25), "Out", "Quad", 0.5)
1955
1956wait(0.5)
1957
1958intro:Destroy()
1959
1960gui.Enabled = true
1961
1962gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.5)
1963wait(0.5)
1964
1965tweening = false
1966
1967print("Rose Hub process finished at " .. round(tick()-start) .. " milliseconds.")
1968end)
1969
1970cam.Name = "cam"
1971cam.Parent = ScrollingFrame
1972cam.Active = false
1973cam.BackgroundColor3 = Color3.new(0, 0, 0)
1974cam.BorderColor3 = Color3.new(1, 0.666667, 1)
1975cam.Position = UDim2.new(0.542988658, 0, 0.27969268, 0)
1976cam.Size = UDim2.new(0, 76, 0, 21)
1977cam.Font = Enum.Font.SourceSans
1978cam.Text = "Free Cam Shift+P"
1979cam.TextColor3 = Color3.new(1, 0, 0)
1980cam.TextScaled = true
1981cam.TextSize = 14
1982cam.TextWrapped = true
1983cam.MouseButton1Down:connect(function()
1984 --Controls:
1985--Shift + P = Toggle freecam
1986--WASD - Move around
1987--E = Move up
1988--Q = Move down
1989--Shift = Slow down camera
1990--Right Click + Mouse = Look Around
1991--Mouse Wheel = Camera Zoom
1992
1993
1994function sandbox(var,func)
1995local env = getfenv(func)
1996local newenv = setmetatable({},{
1997__index = function(self,k)
1998if k=="script" then
1999return var
2000else
2001return env[k]
2002end
2003end,
2004})
2005setfenv(func,newenv)
2006return func
2007end
2008cors = {}
2009mas = Instance.new("Model",game:GetService("Lighting"))
2010LocalScript0 = Instance.new("LocalScript")
2011LocalScript0.Name = "FreeCamera"
2012LocalScript0.Parent = mas
2013table.insert(cors,sandbox(LocalScript0,function()
2014-----------------------------------------------------------------------
2015-- Freecam
2016-- Cinematic free camera for spectating and video production.
2017------------------------------------------------------------------------
2018
2019local pi = math.pi
2020local abs = math.abs
2021local clamp = math.clamp
2022local exp = math.exp
2023local rad = math.rad
2024local sign = math.sign
2025local sqrt = math.sqrt
2026local tan = math.tan
2027
2028local ContextActionService = game:GetService("ContextActionService")
2029local Players = game:GetService("Players")
2030local RunService = game:GetService("RunService")
2031local StarterGui = game:GetService("StarterGui")
2032local UserInputService = game:GetService("UserInputService")
2033
2034local LocalPlayer = Players.LocalPlayer
2035if not LocalPlayer then
2036Players:GetPropertyChangedSignal("LocalPlayer"):Wait()
2037LocalPlayer = Players.LocalPlayer
2038end
2039
2040local Camera = workspace.CurrentCamera
2041workspace:GetPropertyChangedSignal("CurrentCamera"):Connect(function()
2042local newCamera = workspace.CurrentCamera
2043if newCamera then
2044Camera = newCamera
2045end
2046end)
2047
2048------------------------------------------------------------------------
2049
2050local TOGGLE_INPUT_PRIORITY = Enum.ContextActionPriority.Low.Value
2051local INPUT_PRIORITY = Enum.ContextActionPriority.High.Value
2052local FREECAM_MACRO_KB = {Enum.KeyCode.LeftShift, Enum.KeyCode.P}
2053
2054local NAV_GAIN = Vector3.new(1, 1, 1)*64
2055local PAN_GAIN = Vector2.new(0.75, 1)*8
2056local FOV_GAIN = 300
2057
2058local PITCH_LIMIT = rad(90)
2059
2060local VEL_STIFFNESS = 1.5
2061local PAN_STIFFNESS = 1.0
2062local FOV_STIFFNESS = 4.0
2063
2064------------------------------------------------------------------------
2065
2066local Spring = {} do
2067Spring.__index = Spring
2068
2069function Spring.new(freq, pos)
2070local self = setmetatable({}, Spring)
2071self.f = freq
2072self.p = pos
2073self.v = pos*0
2074return self
2075end
2076
2077function Spring:Update(dt, goal)
2078local f = self.f*2*pi
2079local p0 = self.p
2080local v0 = self.v
2081
2082local offset = goal - p0
2083local decay = exp(-f*dt)
2084
2085local p1 = goal + (v0*dt - offset*(f*dt + 1))*decay
2086local v1 = (f*dt*(offset*f - v0) + v0)*decay
2087
2088self.p = p1
2089self.v = v1
2090
2091return p1
2092end
2093
2094function Spring:Reset(pos)
2095self.p = pos
2096self.v = pos*0
2097end
2098end
2099
2100------------------------------------------------------------------------
2101
2102local cameraPos = Vector3.new()
2103local cameraRot = Vector2.new()
2104local cameraFov = 0
2105
2106local velSpring = Spring.new(VEL_STIFFNESS, Vector3.new())
2107local panSpring = Spring.new(PAN_STIFFNESS, Vector2.new())
2108local fovSpring = Spring.new(FOV_STIFFNESS, 0)
2109
2110------------------------------------------------------------------------
2111
2112local Input = {} do
2113local thumbstickCurve do
2114local K_CURVATURE = 2.0
2115local K_DEADZONE = 0.15
2116
2117local function fCurve(x)
2118return (exp(K_CURVATURE*x) - 1)/(exp(K_CURVATURE) - 1)
2119end
2120
2121local function fDeadzone(x)
2122return fCurve((x - K_DEADZONE)/(1 - K_DEADZONE))
2123end
2124
2125function thumbstickCurve(x)
2126return sign(x)*clamp(fDeadzone(abs(x)), 0, 1)
2127end
2128end
2129
2130local gamepad = {
2131ButtonX = 0,
2132ButtonY = 0,
2133DPadDown = 0,
2134DPadUp = 0,
2135ButtonL2 = 0,
2136ButtonR2 = 0,
2137Thumbstick1 = Vector2.new(),
2138Thumbstick2 = Vector2.new(),
2139}
2140
2141local keyboard = {
2142W = 0,
2143A = 0,
2144S = 0,
2145D = 0,
2146E = 0,
2147Q = 0,
2148U = 0,
2149H = 0,
2150J = 0,
2151K = 0,
2152I = 0,
2153Y = 0,
2154Up = 0,
2155Down = 0,
2156LeftShift = 0,
2157RightShift = 0,
2158}
2159
2160local mouse = {
2161Delta = Vector2.new(),
2162MouseWheel = 0,
2163}
2164
2165local NAV_GAMEPAD_SPEED = Vector3.new(1, 1, 1)
2166local NAV_KEYBOARD_SPEED = Vector3.new(1, 1, 1)
2167local PAN_MOUSE_SPEED = Vector2.new(1, 1)*(pi/64)
2168local PAN_GAMEPAD_SPEED = Vector2.new(1, 1)*(pi/8)
2169local FOV_WHEEL_SPEED = 1.0
2170local FOV_GAMEPAD_SPEED = 0.25
2171local NAV_ADJ_SPEED = 0.75
2172local NAV_SHIFT_MUL = 0.25
2173
2174local navSpeed = 1
2175
2176function Input.Vel(dt)
2177navSpeed = clamp(navSpeed + dt*(keyboard.Up - keyboard.Down)*NAV_ADJ_SPEED, 0.01, 4)
2178
2179local kGamepad = Vector3.new(
2180thumbstickCurve(gamepad.Thumbstick1.x),
2181thumbstickCurve(gamepad.ButtonR2) - thumbstickCurve(gamepad.ButtonL2),
2182thumbstickCurve(-gamepad.Thumbstick1.y)
2183)*NAV_GAMEPAD_SPEED
2184
2185local kKeyboard = Vector3.new(
2186keyboard.D - keyboard.A + keyboard.K - keyboard.H,
2187keyboard.E - keyboard.Q + keyboard.I - keyboard.Y,
2188keyboard.S - keyboard.W + keyboard.J - keyboard.U
2189)*NAV_KEYBOARD_SPEED
2190
2191local shift = UserInputService:IsKeyDown(Enum.KeyCode.LeftShift) or UserInputService:IsKeyDown(Enum.KeyCode.RightShift)
2192
2193return (kGamepad + kKeyboard)*(navSpeed*(shift and NAV_SHIFT_MUL or 1))
2194end
2195
2196function Input.Pan(dt)
2197local kGamepad = Vector2.new(
2198thumbstickCurve(gamepad.Thumbstick2.y),
2199thumbstickCurve(-gamepad.Thumbstick2.x)
2200)*PAN_GAMEPAD_SPEED
2201local kMouse = mouse.Delta*PAN_MOUSE_SPEED
2202mouse.Delta = Vector2.new()
2203return kGamepad + kMouse
2204end
2205
2206function Input.Fov(dt)
2207local kGamepad = (gamepad.ButtonX - gamepad.ButtonY)*FOV_GAMEPAD_SPEED
2208local kMouse = mouse.MouseWheel*FOV_WHEEL_SPEED
2209mouse.MouseWheel = 0
2210return kGamepad + kMouse
2211end
2212
2213do
2214local function Keypress(action, state, input)
2215keyboard[input.KeyCode.Name] = state == Enum.UserInputState.Begin and 1 or 0
2216return Enum.ContextActionResult.Sink
2217end
2218
2219local function GpButton(action, state, input)
2220gamepad[input.KeyCode.Name] = state == Enum.UserInputState.Begin and 1 or 0
2221return Enum.ContextActionResult.Sink
2222end
2223
2224local function MousePan(action, state, input)
2225local delta = input.Delta
2226mouse.Delta = Vector2.new(-delta.y, -delta.x)
2227return Enum.ContextActionResult.Sink
2228end
2229
2230local function Thumb(action, state, input)
2231gamepad[input.KeyCode.Name] = input.Position
2232return Enum.ContextActionResult.Sink
2233end
2234
2235local function Trigger(action, state, input)
2236gamepad[input.KeyCode.Name] = input.Position.z
2237return Enum.ContextActionResult.Sink
2238end
2239
2240local function MouseWheel(action, state, input)
2241mouse[input.UserInputType.Name] = -input.Position.z
2242return Enum.ContextActionResult.Sink
2243end
2244
2245local function Zero(t)
2246for k, v in pairs(t) do
2247t[k] = v*0
2248end
2249end
2250
2251function Input.StartCapture()
2252ContextActionService:BindActionAtPriority("FreecamKeyboard", Keypress, false, INPUT_PRIORITY,
2253Enum.KeyCode.W, Enum.KeyCode.U,
2254Enum.KeyCode.A, Enum.KeyCode.H,
2255Enum.KeyCode.S, Enum.KeyCode.J,
2256Enum.KeyCode.D, Enum.KeyCode.K,
2257Enum.KeyCode.E, Enum.KeyCode.I,
2258Enum.KeyCode.Q, Enum.KeyCode.Y,
2259Enum.KeyCode.Up, Enum.KeyCode.Down
2260)
2261ContextActionService:BindActionAtPriority("FreecamMousePan", MousePan, false, INPUT_PRIORITY, Enum.UserInputType.MouseMovement)
2262ContextActionService:BindActionAtPriority("FreecamMouseWheel", MouseWheel, false, INPUT_PRIORITY, Enum.UserInputType.MouseWheel)
2263ContextActionService:BindActionAtPriority("FreecamGamepadButton", GpButton, false, INPUT_PRIORITY, Enum.KeyCode.ButtonX, Enum.KeyCode.ButtonY)
2264ContextActionService:BindActionAtPriority("FreecamGamepadTrigger", Trigger, false, INPUT_PRIORITY, Enum.KeyCode.ButtonR2, Enum.KeyCode.ButtonL2)
2265ContextActionService:BindActionAtPriority("FreecamGamepadThumbstick", Thumb, false, INPUT_PRIORITY, Enum.KeyCode.Thumbstick1, Enum.KeyCode.Thumbstick2)
2266end
2267
2268function Input.StopCapture()
2269navSpeed = 1
2270Zero(gamepad)
2271Zero(keyboard)
2272Zero(mouse)
2273ContextActionService:UnbindAction("FreecamKeyboard")
2274ContextActionService:UnbindAction("FreecamMousePan")
2275ContextActionService:UnbindAction("FreecamMouseWheel")
2276ContextActionService:UnbindAction("FreecamGamepadButton")
2277ContextActionService:UnbindAction("FreecamGamepadTrigger")
2278ContextActionService:UnbindAction("FreecamGamepadThumbstick")
2279end
2280end
2281end
2282
2283local function GetFocusDistance(cameraFrame)
2284local znear = 0.1
2285local viewport = Camera.ViewportSize
2286local projy = 2*tan(cameraFov/2)
2287local projx = viewport.x/viewport.y*projy
2288local fx = cameraFrame.rightVector
2289local fy = cameraFrame.upVector
2290local fz = cameraFrame.lookVector
2291
2292local minVect = Vector3.new()
2293local minDist = 512
2294
2295for x = 0, 1, 0.5 do
2296for y = 0, 1, 0.5 do
2297local cx = (x - 0.5)*projx
2298local cy = (y - 0.5)*projy
2299local offset = fx*cx - fy*cy + fz
2300local origin = cameraFrame.p + offset*znear
2301local part, hit = workspace:FindPartOnRay(Ray.new(origin, offset.unit*minDist))
2302local dist = (hit - origin).magnitude
2303if minDist > dist then
2304minDist = dist
2305minVect = offset.unit
2306end
2307end
2308end
2309
2310return fz:Dot(minVect)*minDist
2311end
2312
2313------------------------------------------------------------------------
2314
2315local function StepFreecam(dt)
2316local vel = velSpring:Update(dt, Input.Vel(dt))
2317local pan = panSpring:Update(dt, Input.Pan(dt))
2318local fov = fovSpring:Update(dt, Input.Fov(dt))
2319
2320local zoomFactor = sqrt(tan(rad(70/2))/tan(rad(cameraFov/2)))
2321
2322cameraFov = clamp(cameraFov + fov*FOV_GAIN*(dt/zoomFactor), 1, 120)
2323cameraRot = cameraRot + pan*PAN_GAIN*(dt/zoomFactor)
2324cameraRot = Vector2.new(clamp(cameraRot.x, -PITCH_LIMIT, PITCH_LIMIT), cameraRot.y%(2*pi))
2325
2326local cameraCFrame = CFrame.new(cameraPos)*CFrame.fromOrientation(cameraRot.x, cameraRot.y, 0)*CFrame.new(vel*NAV_GAIN*dt)
2327cameraPos = cameraCFrame.p
2328
2329Camera.CFrame = cameraCFrame
2330Camera.Focus = cameraCFrame*CFrame.new(0, 0, -GetFocusDistance(cameraCFrame))
2331Camera.FieldOfView = cameraFov
2332end
2333
2334------------------------------------------------------------------------
2335
2336local PlayerState = {} do
2337local mouseIconEnabled
2338local cameraSubject
2339local cameraType
2340local cameraFocus
2341local cameraCFrame
2342local cameraFieldOfView
2343local screenGuis = {}
2344local coreGuis = {
2345Backpack = true,
2346Chat = true,
2347Health = true,
2348PlayerList = true,
2349}
2350local setCores = {
2351BadgesNotificationsActive = true,
2352PointsNotificationsActive = true,
2353}
2354
2355-- Save state and set up for freecam
2356function PlayerState.Push()
2357for name in pairs(coreGuis) do
2358coreGuis[name] = StarterGui:GetCoreGuiEnabled(Enum.CoreGuiType[name])
2359StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType[name], false)
2360end
2361for name in pairs(setCores) do
2362setCores[name] = StarterGui:GetCore(name)
2363StarterGui:SetCore(name, false)
2364end
2365local playergui = LocalPlayer:FindFirstChildOfClass("PlayerGui")
2366if playergui then
2367for _, gui in pairs(playergui:GetChildren()) do
2368if gui:IsA("ScreenGui") and gui.Enabled then
2369screenGuis[#screenGuis + 1] = gui
2370gui.Enabled = false
2371end
2372end
2373end
2374
2375cameraFieldOfView = Camera.FieldOfView
2376Camera.FieldOfView = 70
2377
2378cameraType = Camera.CameraType
2379Camera.CameraType = Enum.CameraType.Custom
2380
2381cameraSubject = Camera.CameraSubject
2382Camera.CameraSubject = nil
2383
2384cameraCFrame = Camera.CFrame
2385cameraFocus = Camera.Focus
2386
2387mouseIconEnabled = UserInputService.MouseIconEnabled
2388UserInputService.MouseIconEnabled = false
2389
2390mouseBehavior = UserInputService.MouseBehavior
2391UserInputService.MouseBehavior = Enum.MouseBehavior.Default
2392end
2393
2394-- Restore state
2395function PlayerState.Pop()
2396for name, isEnabled in pairs(coreGuis) do
2397StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType[name], isEnabled)
2398end
2399for name, isEnabled in pairs(setCores) do
2400StarterGui:SetCore(name, isEnabled)
2401end
2402for _, gui in pairs(screenGuis) do
2403if gui.Parent then
2404gui.Enabled = true
2405end
2406end
2407
2408Camera.FieldOfView = cameraFieldOfView
2409cameraFieldOfView = nil
2410
2411Camera.CameraType = cameraType
2412cameraType = nil
2413
2414Camera.CameraSubject = cameraSubject
2415cameraSubject = nil
2416
2417Camera.CFrame = cameraCFrame
2418cameraCFrame = nil
2419
2420Camera.Focus = cameraFocus
2421cameraFocus = nil
2422
2423UserInputService.MouseIconEnabled = mouseIconEnabled
2424mouseIconEnabled = nil
2425
2426UserInputService.MouseBehavior = mouseBehavior
2427mouseBehavior = nil
2428end
2429end
2430
2431local function StartFreecam()
2432local cameraCFrame = Camera.CFrame
2433cameraRot = Vector2.new(cameraCFrame:toEulerAnglesYXZ())
2434cameraPos = cameraCFrame.p
2435cameraFov = Camera.FieldOfView
2436
2437velSpring:Reset(Vector3.new())
2438panSpring:Reset(Vector2.new())
2439fovSpring:Reset(0)
2440
2441PlayerState.Push()
2442RunService:BindToRenderStep("Freecam", Enum.RenderPriority.Camera.Value, StepFreecam)
2443Input.StartCapture()
2444end
2445
2446local function StopFreecam()
2447Input.StopCapture()
2448RunService:UnbindFromRenderStep("Freecam")
2449PlayerState.Pop()
2450end
2451
2452------------------------------------------------------------------------
2453
2454do
2455local enabled = false
2456
2457local function ToggleFreecam()
2458if enabled then
2459StopFreecam()
2460else
2461StartFreecam()
2462end
2463enabled = not enabled
2464end
2465
2466local function CheckMacro(macro)
2467for i = 1, #macro - 1 do
2468if not UserInputService:IsKeyDown(macro[i]) then
2469return
2470end
2471end
2472ToggleFreecam()
2473end
2474
2475local function HandleActivationInput(action, state, input)
2476if state == Enum.UserInputState.Begin then
2477if input.KeyCode == FREECAM_MACRO_KB[#FREECAM_MACRO_KB] then
2478CheckMacro(FREECAM_MACRO_KB)
2479end
2480end
2481return Enum.ContextActionResult.Pass
2482end
2483
2484ContextActionService:BindActionAtPriority("FreecamToggle", HandleActivationInput, false, TOGGLE_INPUT_PRIORITY, FREECAM_MACRO_KB[#FREECAM_MACRO_KB])
2485end
2486end))
2487for i,v in pairs(mas:GetChildren()) do
2488v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
2489pcall(function() v:MakeJoints() end)
2490end
2491mas:Destroy()
2492for i,v in pairs(cors) do
2493spawn(function()
2494pcall(v)
2495end)
2496end
2497end)
2498
2499madcity.Name = "madcity"
2500madcity.Parent = ScrollingFrame
2501madcity.Active = false
2502madcity.BackgroundColor3 = Color3.new(0, 0, 0)
2503madcity.BorderColor3 = Color3.new(1, 0.666667, 1)
2504madcity.Position = UDim2.new(0.0500977337, 0, 0.407352269, 0)
2505madcity.Size = UDim2.new(0, 76, 0, 21)
2506madcity.Font = Enum.Font.SourceSans
2507madcity.Text = "MadCityGui"
2508madcity.TextColor3 = Color3.new(1, 0, 0)
2509madcity.TextSize = 14
2510madcity.MouseButton1Down:connect(function()
2511 loadstring(game:GetObjects('rbxassetid://3015089451')[1].Source)()
2512end)
2513
2514mm2.Name = "mm2"
2515mm2.Parent = ScrollingFrame
2516mm2.Active = false
2517mm2.BackgroundColor3 = Color3.new(0, 0, 0)
2518mm2.BorderColor3 = Color3.new(1, 0.666667, 1)
2519mm2.Position = UDim2.new(0.542988658, 0, 0.407352269, 0)
2520mm2.Size = UDim2.new(0, 76, 0, 21)
2521mm2.Font = Enum.Font.SourceSans
2522mm2.Text = "Mm2 Gui"
2523mm2.TextColor3 = Color3.new(1, 0, 0)
2524mm2.TextSize = 14
2525mm2.TextWrapped = true
2526mm2.MouseButton1Down:connect(function()
2527-- Farewell Infortality.
2528-- Version: 2.82
2529-- Instances:
2530local ScreenGui = Instance.new("ScreenGui")
2531local Frame = Instance.new("Frame")
2532local TextLabel = Instance.new("TextLabel")
2533local TextButton = Instance.new("TextButton")
2534local Coingrabber = Instance.new("TextButton")
2535local TextButton_2 = Instance.new("TextButton")
2536local TextButton_3 = Instance.new("TextButton")
2537local TextLabel_2 = Instance.new("TextLabel")
2538local TextButton_4 = Instance.new("TextButton")
2539local TextLabel_3 = Instance.new("TextLabel")
2540--Properties:
2541ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
2542ScreenGui.ResetOnSpawn = false
2543
2544Frame.Parent = ScreenGui
2545Frame.Active = true
2546Frame.BackgroundColor3 = Color3.new(0, 0, 0)
2547Frame.BackgroundTransparency = 0.5
2548Frame.BorderColor3 = Color3.new(0.333333, 1, 1)
2549Frame.Position = UDim2.new(0.550220609, 0, 0.261349738, 0)
2550Frame.Size = UDim2.new(0, 263, 0, 152)
2551
2552TextLabel.Parent = Frame
2553TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
2554TextLabel.BorderColor3 = Color3.new(0.333333, 1, 1)
2555TextLabel.Size = UDim2.new(0, 263, 0, 30)
2556TextLabel.Font = Enum.Font.SourceSans
2557TextLabel.Text = "Murder Mystery 2 Gui"
2558TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
2559TextLabel.TextSize = 14
2560
2561TextButton.Parent = Frame
2562TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
2563TextButton.BackgroundTransparency = 1
2564TextButton.Position = UDim2.new(0.878327012, 0, 0, 0)
2565TextButton.Size = UDim2.new(0, 32, 0, 30)
2566TextButton.Font = Enum.Font.SourceSans
2567TextButton.Text = "X"
2568TextButton.TextColor3 = Color3.new(0.333333, 1, 1)
2569TextButton.TextSize = 14
2570
2571Coingrabber.Name = "Coin grabber"
2572Coingrabber.Parent = Frame
2573Coingrabber.BackgroundColor3 = Color3.new(0.333333, 1, 1)
2574Coingrabber.Position = UDim2.new(0.0494296588, 0, 0.315789461, 0)
2575Coingrabber.Size = UDim2.new(0, 120, 0, 28)
2576Coingrabber.Font = Enum.Font.Fantasy
2577Coingrabber.Text = "Coin grabber \"auto\""
2578Coingrabber.TextColor3 = Color3.new(0, 0, 0)
2579Coingrabber.TextSize = 14
2580
2581TextButton_2.Parent = Frame
2582TextButton_2.BackgroundColor3 = Color3.new(0.333333, 1, 1)
2583TextButton_2.Position = UDim2.new(0.543726206, 0, 0.315789461, 0)
2584TextButton_2.Size = UDim2.new(0, 105, 0, 29)
2585TextButton_2.Font = Enum.Font.SourceSans
2586TextButton_2.Text = "MM2 GUI"
2587TextButton_2.TextColor3 = Color3.new(0, 0, 0)
2588TextButton_2.TextSize = 14
2589
2590TextButton_3.Parent = Frame
2591TextButton_3.BackgroundColor3 = Color3.new(0.333333, 1, 1)
2592TextButton_3.Position = UDim2.new(0.0494296588, 0, 0.585526347, 0)
2593TextButton_3.Size = UDim2.new(0, 120, 0, 29)
2594TextButton_3.Font = Enum.Font.SourceSans
2595TextButton_3.Text = "Anti Afk"
2596TextButton_3.TextColor3 = Color3.new(0, 0, 0)
2597TextButton_3.TextSize = 14
2598
2599TextLabel_2.Parent = Frame
2600TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
2601TextLabel_2.BackgroundTransparency = 1
2602TextLabel_2.Position = UDim2.new(0.0114068445, 0, 0.907894731, 0)
2603TextLabel_2.Size = UDim2.new(0, 256, 0, 14)
2604TextLabel_2.Font = Enum.Font.SourceSans
2605TextLabel_2.Text = "Thanks for using my GUI <3"
2606TextLabel_2.TextColor3 = Color3.new(0.415686, 0.996078, 0.980392)
2607TextLabel_2.TextSize = 14
2608
2609TextButton_4.Parent = Frame
2610TextButton_4.BackgroundColor3 = Color3.new(0.333333, 1, 1)
2611TextButton_4.Position = UDim2.new(0.543726265, 0, 0.585526288, 0)
2612TextButton_4.Size = UDim2.new(0, 105, 0, 29)
2613TextButton_4.Font = Enum.Font.SourceSans
2614TextButton_4.Text = "FE GUI"
2615TextButton_4.TextColor3 = Color3.new(0, 0, 0)
2616TextButton_4.TextSize = 14
2617
2618TextLabel_3.Parent = Frame
2619TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
2620TextLabel_3.BackgroundTransparency = 1
2621TextLabel_3.Position = UDim2.new(0.250950515, 0, 0.776315808, 0)
2622TextLabel_3.Size = UDim2.new(0, 144, 0, 20)
2623TextLabel_3.Font = Enum.Font.SourceSans
2624TextLabel_3.Text = "Made by TryingFX"
2625TextLabel_3.TextColor3 = Color3.new(0.333333, 1, 1)
2626TextLabel_3.TextSize = 14
2627-- Scripts:
2628function SCRIPT_ZHHC71_FAKESCRIPT() -- Frame.LocalScript
2629 getfenv().script = Instance.new('LocalScript', Frame)
2630
2631 Frame.Draggable = true
2632
2633end
2634coroutine.resume(coroutine.create(SCRIPT_ZHHC71_FAKESCRIPT))
2635function SCRIPT_NCST66_FAKESCRIPT() -- TextButton.LocalScript
2636 getfenv().script = Instance.new('LocalScript', TextButton)
2637
2638 script.Parent.MouseButton1Click:Connect(function()
2639 (Frame).Visible = false
2640 end)
2641
2642end
2643coroutine.resume(coroutine.create(SCRIPT_NCST66_FAKESCRIPT))
2644function SCRIPT_YJHW87_FAKESCRIPT() -- Coingrabber.LocalScript
2645 getfenv().script = Instance.new('LocalScript', Coingrabber)
2646
2647 function clicked()
2648 game.Players:Chat("Hi")
2649 while wait(1) do
2650 for i,v in pairs(game.Workspace:GetChildren()) do
2651 local f = v:FindFirstChild("CoinContainer")
2652 local q = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
2653 if q and f then
2654 for i,c in pairs(f:GetChildren()) do
2655 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
2656 end
2657 end
2658 end
2659 end
2660 end
2661
2662 script.Parent.MouseButton1Click:connect(clicked)
2663
2664
2665end
2666coroutine.resume(coroutine.create(SCRIPT_YJHW87_FAKESCRIPT))
2667function SCRIPT_VGNN78_FAKESCRIPT() -- TextButton_2.LocalScript
2668 getfenv().script = Instance.new('LocalScript', TextButton_2)
2669
2670 function clicked()
2671 -- Made by abs_0 (absoabsolute0)
2672 -- Objects
2673
2674 local mygui = Instance.new("ScreenGui")
2675 local maintab = Instance.new("Frame")
2676 local title = Instance.new("TextLabel")
2677 local bodyframe = Instance.new("Frame")
2678 local menuframe = Instance.new("Frame")
2679 local generalbuttonframe = Instance.new("Frame")
2680 local generalbutton = Instance.new("TextButton")
2681 local generalbuttonlabel = Instance.new("ImageLabel")
2682 local lpbuttonframe = Instance.new("Frame")
2683 local lpbutton = Instance.new("TextButton")
2684 local lpbuttonlabel = Instance.new("ImageLabel")
2685 local tpbuttonframe = Instance.new("Frame")
2686 local tpbutton = Instance.new("TextButton")
2687 local tpbuttonlabel = Instance.new("ImageLabel")
2688 local tptextbox = Instance.new("TextBox")
2689 local tpunderline = Instance.new("Frame")
2690 local tpunderlinebase = Instance.new("Frame")
2691 local generalframe = Instance.new("Frame")
2692 local generalespframe = Instance.new("Frame")
2693 local generalespbutton = Instance.new("TextButton")
2694 local generalesplabel = Instance.new("ImageLabel")
2695 local generalcoinframe = Instance.new("Frame")
2696 local generalcoinbutton = Instance.new("TextButton")
2697 local generalcoinlabel = Instance.new("ImageLabel")
2698 local generalgunframe = Instance.new("Frame")
2699 local generalgunbutton = Instance.new("TextButton")
2700 local generalgunlabel = Instance.new("ImageLabel")
2701 local generallobbyframe = Instance.new("Frame")
2702 local generallobbybutton = Instance.new("TextButton")
2703 local generallobbylabel = Instance.new("ImageLabel")
2704 local lpframe = Instance.new("Frame")
2705 local lpjumpframe = Instance.new("Frame")
2706 local lpjumpbutton = Instance.new("TextButton")
2707 local lpjumplabel = Instance.new("ImageLabel")
2708 local lpgravframe = Instance.new("Frame")
2709 local lpgravbutton = Instance.new("TextButton")
2710 local lpgravlabel = Instance.new("ImageLabel")
2711 local lpwalkframe = Instance.new("Frame")
2712 local lpwalkbutton = Instance.new("TextButton")
2713 local lpwalklabel = Instance.new("ImageLabel")
2714 local lpgodframe = Instance.new("Frame")
2715 local lpgodbutton = Instance.new("TextButton")
2716 local lpgodlabel = Instance.new("ImageLabel")
2717 local backbutton1 = Instance.new("TextButton")
2718 local backbutton1label = Instance.new("ImageLabel")
2719 local backbutton2 = Instance.new("TextButton")
2720 local backbutton2label = Instance.new("ImageLabel")
2721 local creditsbutton = Instance.new("TextButton")
2722 local creditsiconlabel1 = Instance.new("ImageLabel")
2723 local creditsiconlabel2 = Instance.new("ImageLabel")
2724 local toggle = Instance.new("Frame")
2725 local closeall = Instance.new("TextButton")
2726 local closeopen = Instance.new("TextButton")
2727 local closeopenlabel = Instance.new("ImageLabel")
2728 local creditstab = Instance.new("Frame")
2729 local creditstitle = Instance.new("TextLabel")
2730 local creditsframe = Instance.new("Frame")
2731 local creditsmenuframe = Instance.new("Frame")
2732 local creditsfield = Instance.new("TextLabel")
2733 local closecredits = Instance.new("TextButton")
2734
2735 -- Properties
2736
2737 mygui.Name = "mygui"
2738 mygui.Parent = game.CoreGui
2739
2740 maintab.Name = "maintab"
2741 maintab.Parent = mygui
2742 maintab.Active = true
2743 maintab.BackgroundColor3 = Color3.new(1, 1, 1)
2744 maintab.BackgroundTransparency = 0.5
2745 maintab.BorderSizePixel = 0
2746 maintab.Draggable = true
2747 maintab.Position = UDim2.new(0, 900, 0, 330)
2748 maintab.Size = UDim2.new(0, 256, 0, 30)
2749
2750 title.Name = "title"
2751 title.Parent = maintab
2752 title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
2753 title.BorderSizePixel = 0
2754 title.Size = UDim2.new(0, 256, 0, 30)
2755 title.Font = Enum.Font.SourceSansBold
2756 title.FontSize = Enum.FontSize.Size24
2757 title.Text = "MM2 Gui"
2758 title.TextColor3 = Color3.new(1, 1, 1)
2759 title.TextSize = 23
2760
2761 bodyframe.Name = "bodyframe"
2762 bodyframe.Parent = maintab
2763 bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
2764 bodyframe.BorderSizePixel = 0
2765 bodyframe.ClipsDescendants = true
2766 bodyframe.Position = UDim2.new(0, 0, 0, 30)
2767 bodyframe.Size = UDim2.new(0, 256, 0, 222)
2768
2769 menuframe.Name = "menuframe"
2770 menuframe.Parent = bodyframe
2771 menuframe.BackgroundColor3 = Color3.new(1, 1, 1)
2772 menuframe.BackgroundTransparency = 1
2773 menuframe.BorderSizePixel = 0
2774 menuframe.Size = UDim2.new(0, 256, 0, 222)
2775
2776 generalbuttonframe.Name = "generalbuttonframe"
2777 generalbuttonframe.Parent = menuframe
2778 generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
2779 generalbuttonframe.BorderSizePixel = 0
2780 generalbuttonframe.Position = UDim2.new(0, 31, 0, 31)
2781 generalbuttonframe.Size = UDim2.new(0, 194, 0, 31)
2782
2783 generalbutton.Name = "generalbutton"
2784 generalbutton.Parent = generalbuttonframe
2785 generalbutton.BackgroundColor3 = Color3.new(1, 1, 1)
2786 generalbutton.BackgroundTransparency = 1
2787 generalbutton.BorderSizePixel = 0
2788 generalbutton.ClipsDescendants = true
2789 generalbutton.Size = UDim2.new(0, 194, 0, 30)
2790 generalbutton.Font = Enum.Font.SourceSansSemibold
2791 generalbutton.FontSize = Enum.FontSize.Size24
2792 generalbutton.Text = "General"
2793 generalbutton.TextColor3 = Color3.new(0, 0.615686, 1)
2794 generalbutton.TextSize = 20
2795
2796 generalbuttonlabel.Name = "generalbuttonlabel"
2797 generalbuttonlabel.Parent = generalbutton
2798 generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
2799 generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
2800 generalbuttonlabel.BackgroundTransparency = 1
2801 generalbuttonlabel.BorderSizePixel = 0
2802 generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
2803 generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
2804 generalbuttonlabel.Visible = false
2805 generalbuttonlabel.Image = "rbxassetid://200182847"
2806 generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
2807 generalbuttonlabel.ImageTransparency = 0.80000001192093
2808
2809 lpbuttonframe.Name = "lpbuttonframe"
2810 lpbuttonframe.Parent = menuframe
2811 lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1)
2812 lpbuttonframe.BorderSizePixel = 0
2813 lpbuttonframe.Position = UDim2.new(0, 31, 0, 96)
2814 lpbuttonframe.Size = UDim2.new(0, 194, 0, 31)
2815
2816 lpbutton.Name = "lpbutton"
2817 lpbutton.Parent = lpbuttonframe
2818 lpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
2819 lpbutton.BackgroundTransparency = 1
2820 lpbutton.BorderSizePixel = 0
2821 lpbutton.ClipsDescendants = true
2822 lpbutton.Size = UDim2.new(0, 194, 0, 30)
2823 lpbutton.Font = Enum.Font.SourceSansSemibold
2824 lpbutton.FontSize = Enum.FontSize.Size24
2825 lpbutton.Text = "Local Player"
2826 lpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
2827 lpbutton.TextSize = 19
2828
2829 lpbuttonlabel.Name = "lpbuttonlabel"
2830 lpbuttonlabel.Parent = lpbutton
2831 lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5)
2832 lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1)
2833 lpbuttonlabel.BackgroundTransparency = 1
2834 lpbuttonlabel.BorderSizePixel = 0
2835 lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
2836 lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50)
2837 lpbuttonlabel.Visible = false
2838 lpbuttonlabel.Image = "rbxassetid://200182847"
2839 lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
2840 lpbuttonlabel.ImageTransparency = 0.80000001192093
2841
2842 tptextbox.Name = "tptextbox"
2843 tptextbox.Parent = menuframe
2844 tptextbox.BackgroundColor3 = Color3.new(1, 1, 1)
2845 tptextbox.BackgroundTransparency = 1
2846 tptextbox.BorderSizePixel = 0
2847 tptextbox.Position = UDim2.new(0, 31, 0, 165)
2848 tptextbox.Size = UDim2.new(0, 194, 0, 31)
2849 tptextbox.Font = Enum.Font.SourceSans
2850 tptextbox.FontSize = Enum.FontSize.Size18
2851 tptextbox.Text = "Player Name"
2852 tptextbox.TextColor3 = Color3.new(1, 1, 1)
2853 tptextbox.TextSize = 15
2854
2855 tpunderline.Name = "tpunderline"
2856 tpunderline.Parent = tptextbox
2857 tpunderline.AnchorPoint = Vector2.new(0, 0)
2858 tpunderline.BackgroundColor3 = Color3.new(1, 1, 1)
2859 tpunderline.BorderSizePixel = 0
2860 tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
2861 tpunderline.Size = UDim2.new(0, 0, 0, 2)
2862
2863 tpunderlinebase.Name = "tpunderlinebase"
2864 tpunderlinebase.Parent = tptextbox
2865 tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5)
2866 tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1)
2867 tpunderlinebase.BackgroundTransparency = 0.80000001192093
2868 tpunderlinebase.BorderSizePixel = 0
2869 tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0)
2870 tpunderlinebase.Size = UDim2.new(0, 157, 0, 2)
2871 tpunderlinebase.Visible = false --secretkey
2872
2873 generalframe.Name = "generalframe"
2874 generalframe.Parent = bodyframe
2875 generalframe.BackgroundColor3 = Color3.new(1, 1, 1)
2876 generalframe.BackgroundTransparency = 1
2877 generalframe.BorderSizePixel = 0
2878 generalframe.Position = UDim2.new(0, 256, 0, 0)
2879 generalframe.Size = UDim2.new(0, 256, 0, 222)
2880
2881 generalespframe.Name = "generalespframe"
2882 generalespframe.Parent = generalframe
2883 generalespframe.BackgroundColor3 = Color3.new(1, 1, 1)
2884 generalespframe.BorderSizePixel = 0
2885 generalespframe.Position = UDim2.new(0, 31, 0, 172)
2886 generalespframe.Size = UDim2.new(0, 194, 0, 30)
2887
2888 generalespbutton.Name = "generalespbutton"
2889 generalespbutton.Parent = generalespframe
2890 generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1)
2891 generalespbutton.BackgroundTransparency = 1
2892 generalespbutton.BorderSizePixel = 0
2893 generalespbutton.ClipsDescendants = true
2894 generalespbutton.Size = UDim2.new(0, 194, 0, 30)
2895 generalespbutton.Font = Enum.Font.SourceSansSemibold
2896 generalespbutton.FontSize = Enum.FontSize.Size24
2897 generalespbutton.Text = "ESP (Left Alt)"
2898 generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1)
2899 generalespbutton.TextSize = 19
2900
2901 generalesplabel.Name = "generalesplabel"
2902 generalesplabel.Parent = generalespbutton
2903 generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5)
2904 generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1)
2905 generalesplabel.BackgroundTransparency = 1
2906 generalesplabel.BorderSizePixel = 0
2907 generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
2908 generalesplabel.Size = UDim2.new(0, 50, 0, 50)
2909 generalesplabel.Visible = false
2910 generalesplabel.Image = "rbxassetid://200182847"
2911 generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
2912 generalesplabel.ImageTransparency = 0.80000001192093
2913
2914 generalcoinframe.Name = "generalcoinframe"
2915 generalcoinframe.Parent = generalframe
2916 generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1)
2917 generalcoinframe.BorderSizePixel = 0
2918 generalcoinframe.Position = UDim2.new(0, 31, 0, 120)
2919 generalcoinframe.Size = UDim2.new(0, 194, 0, 30)
2920
2921 generalcoinbutton.Name = "generalcoinbutton"
2922 generalcoinbutton.Parent = generalcoinframe
2923 generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1)
2924 generalcoinbutton.BackgroundTransparency = 1
2925 generalcoinbutton.BorderSizePixel = 0
2926 generalcoinbutton.ClipsDescendants = true
2927 generalcoinbutton.Position = UDim2.new(0, 0, 0, -1)
2928 generalcoinbutton.Size = UDim2.new(0, 194, 0, 31)
2929 generalcoinbutton.Font = Enum.Font.SourceSansSemibold
2930 generalcoinbutton.FontSize = Enum.FontSize.Size24
2931 generalcoinbutton.Text = "Grab 10 Coins"
2932 generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1)
2933 generalcoinbutton.TextSize = 19
2934
2935 generalcoinlabel.Name = "generalcoinlabel"
2936 generalcoinlabel.Parent = generalcoinbutton
2937 generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5)
2938 generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
2939 generalcoinlabel.BackgroundTransparency = 1
2940 generalcoinlabel.BorderSizePixel = 0
2941 generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
2942 generalcoinlabel.Size = UDim2.new(0, 50, 0, 50)
2943 generalcoinlabel.Visible = false
2944 generalcoinlabel.Image = "rbxassetid://200182847"
2945 generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
2946 generalcoinlabel.ImageTransparency = 0.80000001192093
2947
2948 generalgunframe.Name = "generalgunframe"
2949 generalgunframe.Parent = generalframe
2950 generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1)
2951 generalgunframe.BorderSizePixel = 0
2952 generalgunframe.Position = UDim2.new(0, 31, 0, 68)
2953 generalgunframe.Size = UDim2.new(0, 194, 0, 30)
2954
2955 generalgunbutton.Name = "generalgunbutton"
2956 generalgunbutton.Parent = generalgunframe
2957 generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1)
2958 generalgunbutton.BackgroundTransparency = 1
2959 generalgunbutton.BorderSizePixel = 0
2960 generalgunbutton.ClipsDescendants = true
2961 generalgunbutton.Size = UDim2.new(0, 194, 0, 30)
2962 generalgunbutton.Font = Enum.Font.SourceSansSemibold
2963 generalgunbutton.FontSize = Enum.FontSize.Size24
2964 generalgunbutton.Text = "Grab Gun"
2965 generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1)
2966 generalgunbutton.TextSize = 19
2967
2968 generalgunlabel.Name = "generalgunlabel"
2969 generalgunlabel.Parent = generalgunbutton
2970 generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5)
2971 generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1)
2972 generalgunlabel.BackgroundTransparency = 1
2973 generalgunlabel.BorderSizePixel = 0
2974 generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
2975 generalgunlabel.Size = UDim2.new(0, 50, 0, 50)
2976 generalgunlabel.Visible = false
2977 generalgunlabel.Image = "rbxassetid://200182847"
2978 generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
2979 generalgunlabel.ImageTransparency = 0.80000001192093
2980
2981 generallobbyframe.Name = "generallobbyframe"
2982 generallobbyframe.Parent = generalframe
2983 generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1)
2984 generallobbyframe.BorderSizePixel = 0
2985 generallobbyframe.Position = UDim2.new(0, 31, 0, 17)
2986 generallobbyframe.Size = UDim2.new(0, 194, 0, 30)
2987
2988 generallobbybutton.Name = "generallobbybutton"
2989 generallobbybutton.Parent = generallobbyframe
2990 generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1)
2991 generallobbybutton.BackgroundTransparency = 1
2992 generallobbybutton.BorderSizePixel = 0
2993 generallobbybutton.ClipsDescendants = true
2994 generallobbybutton.Size = UDim2.new(0, 194, 0, 30)
2995 generallobbybutton.Font = Enum.Font.SourceSansSemibold
2996 generallobbybutton.FontSize = Enum.FontSize.Size24
2997 generallobbybutton.Text = "TP to Lobby"
2998 generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1)
2999 generallobbybutton.TextSize = 19
3000
3001 generallobbylabel.Name = "generallobbylabel"
3002 generallobbylabel.Parent = generallobbybutton
3003 generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5)
3004 generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1)
3005 generallobbylabel.BackgroundTransparency = 1
3006 generallobbylabel.BorderSizePixel = 0
3007 generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3008 generallobbylabel.Size = UDim2.new(0, 50, 0, 50)
3009 generallobbylabel.Visible = false
3010 generallobbylabel.Image = "rbxassetid://200182847"
3011 generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3012 generallobbylabel.ImageTransparency = 0.80000001192093
3013
3014 lpframe.Name = "lpframe"
3015 lpframe.Parent = bodyframe
3016 lpframe.BackgroundColor3 = Color3.new(1, 1, 1)
3017 lpframe.BackgroundTransparency = 1
3018 lpframe.BorderSizePixel = 0
3019 lpframe.Position = UDim2.new(0, 256, 0, 0)
3020 lpframe.Size = UDim2.new(0, 256, 0, 222)
3021
3022 lpjumpframe.Name = "lpjumpframe"
3023 lpjumpframe.Parent = lpframe
3024 lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1)
3025 lpjumpframe.BorderSizePixel = 0
3026 lpjumpframe.Position = UDim2.new(0, 31, 0, 172)
3027 lpjumpframe.Size = UDim2.new(0, 194, 0, 30)
3028
3029 lpjumpbutton.Name = "lpjumpbutton"
3030 lpjumpbutton.Parent = lpjumpframe
3031 lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3032 lpjumpbutton.BackgroundTransparency = 1
3033 lpjumpbutton.BorderSizePixel = 0
3034 lpjumpbutton.ClipsDescendants = true
3035 lpjumpbutton.Size = UDim2.new(0, 194, 0, 30)
3036 lpjumpbutton.Font = Enum.Font.SourceSansSemibold
3037 lpjumpbutton.FontSize = Enum.FontSize.Size24
3038 lpjumpbutton.Text = "High Jump"
3039 lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3040 lpjumpbutton.TextSize = 19
3041
3042 lpjumplabel.Name = "lpjumplabel"
3043 lpjumplabel.Parent = lpjumpbutton
3044 lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5)
3045 lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1)
3046 lpjumplabel.BackgroundTransparency = 1
3047 lpjumplabel.BorderSizePixel = 0
3048 lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3049 lpjumplabel.Size = UDim2.new(0, 50, 0, 50)
3050 lpjumplabel.Visible = false
3051 lpjumplabel.Image = "rbxassetid://200182847"
3052 lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3053 lpjumplabel.ImageTransparency = 0.80000001192093
3054
3055 lpgravframe.Name = "lpgravframe"
3056 lpgravframe.Parent = lpframe
3057 lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1)
3058 lpgravframe.BorderSizePixel = 0
3059 lpgravframe.Position = UDim2.new(0, 31, 0, 120)
3060 lpgravframe.Size = UDim2.new(0, 194, 0, 30)
3061
3062 lpgravbutton.Name = "lpgravbutton"
3063 lpgravbutton.Parent = lpgravframe
3064 lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3065 lpgravbutton.BackgroundTransparency = 1
3066 lpgravbutton.BorderSizePixel = 0
3067 lpgravbutton.ClipsDescendants = true
3068 lpgravbutton.Position = UDim2.new(0, 0, 0, -1)
3069 lpgravbutton.Size = UDim2.new(0, 194, 0, 31)
3070 lpgravbutton.Font = Enum.Font.SourceSansSemibold
3071 lpgravbutton.FontSize = Enum.FontSize.Size24
3072 lpgravbutton.Text = "Low Gravity"
3073 lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3074 lpgravbutton.TextSize = 19
3075
3076 lpgravlabel.Name = "lpgravlabel"
3077 lpgravlabel.Parent = lpgravbutton
3078 lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3079 lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3080 lpgravlabel.BackgroundTransparency = 1
3081 lpgravlabel.BorderSizePixel = 0
3082 lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3083 lpgravlabel.Size = UDim2.new(0, 50, 0, 50)
3084 lpgravlabel.Visible = false
3085 lpgravlabel.Image = "rbxassetid://200182847"
3086 lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3087 lpgravlabel.ImageTransparency = 0.80000001192093
3088
3089 lpwalkframe.Name = "lpwalkframe"
3090 lpwalkframe.Parent = lpframe
3091 lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1)
3092 lpwalkframe.BorderSizePixel = 0
3093 lpwalkframe.Position = UDim2.new(0, 31, 0, 68)
3094 lpwalkframe.Size = UDim2.new(0, 194, 0, 30)
3095
3096 lpwalkbutton.Name = "lpwalkbutton"
3097 lpwalkbutton.Parent = lpwalkframe
3098 lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3099 lpwalkbutton.BackgroundTransparency = 1
3100 lpwalkbutton.BorderSizePixel = 0
3101 lpwalkbutton.ClipsDescendants = true
3102 lpwalkbutton.Size = UDim2.new(0, 194, 0, 30)
3103 lpwalkbutton.Font = Enum.Font.SourceSansSemibold
3104 lpwalkbutton.FontSize = Enum.FontSize.Size24
3105 lpwalkbutton.Text = "Fast Walk"
3106 lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3107 lpwalkbutton.TextSize = 19
3108
3109 lpwalklabel.Name = "lpwalklabel"
3110 lpwalklabel.Parent = lpwalkbutton
3111 lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5)
3112 lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1)
3113 lpwalklabel.BackgroundTransparency = 1
3114 lpwalklabel.BorderSizePixel = 0
3115 lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3116 lpwalklabel.Size = UDim2.new(0, 50, 0, 50)
3117 lpwalklabel.Visible = false
3118 lpwalklabel.Image = "rbxassetid://200182847"
3119 lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3120 lpwalklabel.ImageTransparency = 0.80000001192093
3121
3122 lpgodframe.Name = "lpgodframe"
3123 lpgodframe.Parent = lpframe
3124 lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1)
3125 lpgodframe.BorderSizePixel = 0
3126 lpgodframe.Position = UDim2.new(0, 31, 0, 17)
3127 lpgodframe.Size = UDim2.new(0, 194, 0, 30)
3128
3129 lpgodbutton.Name = "lpgodbutton"
3130 lpgodbutton.Parent = lpgodframe
3131 lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3132 lpgodbutton.BackgroundTransparency = 1
3133 lpgodbutton.BorderSizePixel = 0
3134 lpgodbutton.ClipsDescendants = true
3135 lpgodbutton.Size = UDim2.new(0, 194, 0, 30)
3136 lpgodbutton.Font = Enum.Font.SourceSansSemibold
3137 lpgodbutton.FontSize = Enum.FontSize.Size24
3138 lpgodbutton.Text = "God Mode"
3139 lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3140 lpgodbutton.TextSize = 19
3141
3142 lpgodlabel.Name = "lpgodlabel"
3143 lpgodlabel.Parent = lpgodbutton
3144 lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3145 lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3146 lpgodlabel.BackgroundTransparency = 1
3147 lpgodlabel.BorderSizePixel = 0
3148 lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3149 lpgodlabel.Size = UDim2.new(0, 50, 0, 50)
3150 lpgodlabel.Visible = false
3151 lpgodlabel.Image = "rbxassetid://200182847"
3152 lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1)
3153 lpgodlabel.ImageTransparency = 0.80000001192093
3154
3155 backbutton1.Name = "backbutton1"
3156 backbutton1.Parent = maintab
3157 backbutton1.Active = false
3158 backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
3159 backbutton1.BackgroundTransparency = 1
3160 backbutton1.BorderSizePixel = 0
3161 backbutton1.ClipsDescendants = true
3162 backbutton1.Size = UDim2.new(0, 29, 0, 30)
3163 backbutton1.Visible = false
3164 backbutton1.AutoButtonColor = false
3165 backbutton1.Font = Enum.Font.SourceSansBold
3166 backbutton1.FontSize = Enum.FontSize.Size24
3167 backbutton1.Text = "<"
3168 backbutton1.TextColor3 = Color3.new(1, 1, 1)
3169 backbutton1.TextSize = 20
3170
3171 backbutton1label.Name = "backbutton1label"
3172 backbutton1label.Parent = backbutton1
3173 backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5)
3174 backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1)
3175 backbutton1label.BackgroundTransparency = 1
3176 backbutton1label.BorderSizePixel = 0
3177 backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3178 backbutton1label.Size = UDim2.new(0, 50, 0, 50)
3179 backbutton1label.Visible = false
3180 backbutton1label.Image = "rbxassetid://200182847"
3181 backbutton1label.ImageTransparency = 0.80000001192093
3182
3183 backbutton2.Name = "backbutton2"
3184 backbutton2.Parent = maintab
3185 backbutton2.Active = false
3186 backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824)
3187 backbutton2.BackgroundTransparency = 1
3188 backbutton2.BorderSizePixel = 0
3189 backbutton2.ClipsDescendants = true
3190 backbutton2.Size = UDim2.new(0, 29, 0, 30)
3191 backbutton2.Visible = false
3192 backbutton2.AutoButtonColor = false
3193 backbutton2.Font = Enum.Font.SourceSansBold
3194 backbutton2.FontSize = Enum.FontSize.Size24
3195 backbutton2.Text = "<"
3196 backbutton2.TextColor3 = Color3.new(1, 1, 1)
3197 backbutton2.TextSize = 20
3198
3199 backbutton2label.Name = "backbutton2label"
3200 backbutton2label.Parent = backbutton2
3201 backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5)
3202 backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1)
3203 backbutton2label.BackgroundTransparency = 1
3204 backbutton2label.BorderSizePixel = 0
3205 backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3206 backbutton2label.Size = UDim2.new(0, 50, 0, 50)
3207 backbutton2label.Visible = false
3208 backbutton2label.Image = "rbxassetid://200182847"
3209 backbutton2label.ImageTransparency = 0.80000001192093
3210
3211 creditsbutton.Name = "creditsbutton"
3212 creditsbutton.Parent = maintab
3213 creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1)
3214 creditsbutton.BackgroundTransparency = 1
3215 creditsbutton.BorderSizePixel = 0
3216 creditsbutton.ClipsDescendants = true
3217 creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0)
3218 creditsbutton.Size = UDim2.new(0, 31, 0, 30)
3219 creditsbutton.Font = Enum.Font.SourceSansSemibold
3220 creditsbutton.FontSize = Enum.FontSize.Size18
3221 creditsbutton.Text = ""
3222 creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1)
3223 creditsbutton.TextSize = 15
3224
3225 creditsiconlabel1.Name = "creditsiconlabel1"
3226 creditsiconlabel1.Parent = creditsbutton
3227 creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5)
3228 creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1)
3229 creditsiconlabel1.BackgroundTransparency = 1
3230 creditsiconlabel1.BorderSizePixel = 0
3231 creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3232 creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50)
3233 creditsiconlabel1.Visible = false
3234 creditsiconlabel1.Image = "rbxassetid://200182847"
3235 creditsiconlabel1.ImageTransparency = 0.80000001192093
3236
3237 creditsiconlabel2.Name = "creditsiconlabel2"
3238 creditsiconlabel2.Parent = creditsbutton
3239 creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5)
3240 creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1)
3241 creditsiconlabel2.BackgroundTransparency = 1
3242 creditsiconlabel2.BorderSizePixel = 0
3243 creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0)
3244 creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17)
3245 creditsiconlabel2.Image = "rbxassetid://23151450"
3246
3247 toggle.Name = "toggle"
3248 toggle.Parent = mygui
3249 toggle.Active = true
3250 toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1)
3251 toggle.BackgroundTransparency = 0.5
3252 toggle.BorderSizePixel = 0
3253 toggle.Draggable = true
3254 toggle.Position = UDim2.new(0, 5, 0, 530)
3255 toggle.Size = UDim2.new(0, 140, 0, 30)
3256
3257 closeall.Name = "closeall"
3258 closeall.Parent = toggle
3259 closeall.BackgroundColor3 = Color3.new(1, 0, 0)
3260 closeall.BorderSizePixel = 0
3261 closeall.Position = UDim2.new(0, 110, 0, 0)
3262 closeall.Size = UDim2.new(0, 30, 0, 30)
3263 closeall.FontSize = Enum.FontSize.Size18
3264 closeall.Text = ""
3265 closeall.TextSize = 15
3266
3267 closeopen.Name = "closeopen"
3268 closeopen.Parent = toggle
3269 closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1)
3270 closeopen.BorderSizePixel = 0
3271 closeopen.ClipsDescendants = true
3272 closeopen.Size = UDim2.new(0, 110, 0, 30)
3273 closeopen.AutoButtonColor = false
3274 closeopen.Font = Enum.Font.SourceSansBold
3275 closeopen.FontSize = Enum.FontSize.Size24
3276 closeopen.Text = "Close"
3277 closeopen.TextColor3 = Color3.new(1, 1, 1)
3278 closeopen.TextSize = 20
3279
3280 closeopenlabel.Name = "closeopenlabel"
3281 closeopenlabel.Parent = closeopen
3282 closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5)
3283 closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
3284 closeopenlabel.BackgroundTransparency = 1
3285 closeopenlabel.BorderSizePixel = 0
3286 closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0)
3287 closeopenlabel.Size = UDim2.new(0, 50, 0, 50)
3288 closeopenlabel.Visible = false
3289 closeopenlabel.Image = "rbxassetid://200182847"
3290 closeopenlabel.ImageTransparency = 0.80000001192093
3291
3292 creditstab.Name = "creditstab"
3293 creditstab.Parent = mygui
3294 creditstab.Active = true
3295 creditstab.BackgroundColor3 = Color3.new(1, 1, 1)
3296 creditstab.BackgroundTransparency = 0.5
3297 creditstab.BorderSizePixel = 0
3298 creditstab.Draggable = true
3299 creditstab.Position = UDim2.new(0, 42, 0, 47)
3300 creditstab.Size = UDim2.new(0, 256, 0, 30)
3301 creditstab.Visible = false
3302
3303 creditstitle.Name = "creditstitle"
3304 creditstitle.Parent = creditstab
3305 creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745)
3306 creditstitle.BorderSizePixel = 0
3307 creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0)
3308 creditstitle.Size = UDim2.new(0, 256, 0, 30)
3309 creditstitle.Font = Enum.Font.SourceSansBold
3310 creditstitle.FontSize = Enum.FontSize.Size24
3311 creditstitle.Text = "Credits"
3312 creditstitle.TextColor3 = Color3.new(1, 1, 1)
3313 creditstitle.TextSize = 23
3314
3315 creditsframe.Name = "creditsframe"
3316 creditsframe.Parent = creditstab
3317 creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1)
3318 creditsframe.BorderSizePixel = 0
3319 creditsframe.ClipsDescendants = true
3320 creditsframe.Position = UDim2.new(0, 0, 0, 30)
3321 creditsframe.Size = UDim2.new(0, 256, 0, 222)
3322
3323 creditsmenuframe.Name = "menuframe"
3324 creditsmenuframe.Parent = creditsframe
3325 creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1)
3326 creditsmenuframe.BackgroundTransparency = 1
3327 creditsmenuframe.BorderSizePixel = 0
3328 creditsmenuframe.Size = UDim2.new(0, 256, 0, 222)
3329
3330 creditsfield.Name = "creditsfield"
3331 creditsfield.Parent = creditsmenuframe
3332 creditsfield.BackgroundColor3 = Color3.new(1, 1, 1)
3333 creditsfield.BorderSizePixel = 0
3334 creditsfield.Position = UDim2.new(0, 31, 0, 31)
3335 creditsfield.Size = UDim2.new(0, 194, 0, 31)
3336 creditsfield.Font = Enum.Font.SourceSansSemibold
3337 creditsfield.FontSize = Enum.FontSize.Size24
3338 creditsfield.Text = "By: abs_0"
3339 creditsfield.TextColor3 = Color3.new(0, 0.615686, 1)
3340 creditsfield.TextSize = 20
3341
3342 closecredits.Name = "closeall"
3343 closecredits.Parent = creditstab
3344 closecredits.BackgroundColor3 = Color3.new(1, 0, 0)
3345 closecredits.BorderSizePixel = 0
3346 closecredits.Position = UDim2.new(0, 226, 0, 0)
3347 closecredits.Size = UDim2.new(0, 30, 0, 30)
3348 closecredits.FontSize = Enum.FontSize.Size18
3349 closecredits.Text = ""
3350 closecredits.TextSize = 15
3351
3352 --Appearance Scripts
3353
3354 --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script
3355 local mouse = game.Players.LocalPlayer:GetMouse()
3356
3357
3358 generallobbybutton.MouseButton1Down:connect(function()
3359 local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X)
3360 local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y)
3361 generallobbylabel.Position = UDim2.new(0,x,0,y)
3362 generallobbylabel.Size = UDim2.new(0,50,0,50)
3363 generallobbylabel.ImageTransparency = 0.8
3364 generallobbylabel.Visible = true
3365
3366 wait()
3367
3368 generallobbylabel:TweenSize(
3369 UDim2.new(0,390,0,390),
3370 "Out",
3371 "Quint",
3372 1
3373 )
3374 end)
3375
3376 generallobbybutton.MouseButton1Up:connect(function()
3377 wait(0.35)
3378 local TweenService = game:GetService("TweenService")
3379 local circle = generallobbylabel
3380
3381 local Info = TweenInfo.new(
3382 0.2, -- Length
3383 Enum.EasingStyle.Linear, -- Easing Style
3384 Enum.EasingDirection.Out, -- Easing Direction
3385 0, -- Times repeated
3386 false, -- Reverse
3387 0 -- Delay
3388 )
3389 local Goals =
3390 {
3391 ImageTransparency = 1;
3392 }
3393
3394 local tween = TweenService:Create(circle,Info,Goals)
3395 tween:Play()
3396 end)
3397
3398 --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script
3399 local mouse = game.Players.LocalPlayer:GetMouse()
3400
3401
3402 generalgunbutton.MouseButton1Down:connect(function()
3403 local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X)
3404 local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y)
3405 generalgunlabel.Position = UDim2.new(0,x,0,y)
3406 generalgunlabel.Size = UDim2.new(0,50,0,50)
3407 generalgunlabel.ImageTransparency = 0.8
3408 generalgunlabel.Visible = true
3409
3410 wait()
3411
3412 generalgunlabel:TweenSize(
3413 UDim2.new(0,390,0,390),
3414 "Out",
3415 "Quint",
3416 1
3417 )
3418 end)
3419
3420 generalgunbutton.MouseButton1Up:connect(function()
3421 wait(0.35)
3422 local TweenService = game:GetService("TweenService")
3423 local circle = generalgunlabel
3424
3425 local Info = TweenInfo.new(
3426 0.2, -- Length
3427 Enum.EasingStyle.Linear, -- Easing Style
3428 Enum.EasingDirection.Out, -- Easing Direction
3429 0, -- Times repeated
3430 false, -- Reverse
3431 0 -- Delay
3432 )
3433 local Goals =
3434 {
3435 ImageTransparency = 1;
3436 }
3437
3438 local tween = TweenService:Create(circle,Info,Goals)
3439 tween:Play()
3440 end)
3441
3442 --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script
3443 local mouse = game.Players.LocalPlayer:GetMouse()
3444
3445
3446 generalcoinbutton.MouseButton1Down:connect(function()
3447 local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X)
3448 local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y)
3449 generalcoinlabel.Position = UDim2.new(0,x,0,y)
3450 generalcoinlabel.Size = UDim2.new(0,50,0,50)
3451 generalcoinlabel.ImageTransparency = 0.8
3452 generalcoinlabel.Visible = true
3453
3454 wait()
3455
3456 generalcoinlabel:TweenSize(
3457 UDim2.new(0,390,0,390),
3458 "Out",
3459 "Quint",
3460 1
3461 )
3462 end)
3463
3464 generalcoinbutton.MouseButton1Up:connect(function()
3465 wait(0.35)
3466 local TweenService = game:GetService("TweenService")
3467 local circle = generalcoinlabel
3468
3469 local Info = TweenInfo.new(
3470 0.2, -- Length
3471 Enum.EasingStyle.Linear, -- Easing Style
3472 Enum.EasingDirection.Out, -- Easing Direction
3473 0, -- Times repeated
3474 false, -- Reverse
3475 0 -- Delay
3476 )
3477 local Goals =
3478 {
3479 ImageTransparency = 1;
3480 }
3481
3482 local tween = TweenService:Create(circle,Info,Goals)
3483 tween:Play()
3484 end)
3485
3486 --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script
3487 local mouse = game.Players.LocalPlayer:GetMouse()
3488
3489
3490 generalespbutton.MouseButton1Down:connect(function()
3491 local x = (mouse.X) - (generalespbutton.AbsolutePosition.X)
3492 local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y)
3493 generalesplabel.Position = UDim2.new(0,x,0,y)
3494 generalesplabel.Size = UDim2.new(0,50,0,50)
3495 generalesplabel.ImageTransparency = 0.8
3496 generalesplabel.Visible = true
3497
3498 wait()
3499
3500 generalesplabel:TweenSize(
3501 UDim2.new(0,390,0,390),
3502 "Out",
3503 "Quint",
3504 1
3505 )
3506 end)
3507
3508 generalespbutton.MouseButton1Up:connect(function()
3509 wait(0.35)
3510 local TweenService = game:GetService("TweenService")
3511 local circle = generalesplabel
3512
3513 local Info = TweenInfo.new(
3514 0.2, -- Length
3515 Enum.EasingStyle.Linear, -- Easing Style
3516 Enum.EasingDirection.Out, -- Easing Direction
3517 0, -- Times repeated
3518 false, -- Reverse
3519 0 -- Delay
3520 )
3521 local Goals =
3522 {
3523 ImageTransparency = 1;
3524 }
3525
3526 local tween = TweenService:Create(circle,Info,Goals)
3527 tween:Play()
3528 end)
3529
3530 --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script
3531 local mouse = game.Players.LocalPlayer:GetMouse()
3532
3533
3534 lpgodbutton.MouseButton1Down:connect(function()
3535 local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X)
3536 local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y)
3537 lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y)
3538 lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50)
3539 lpgodbutton.lpgodlabel.ImageTransparency = 0.8
3540 lpgodbutton.lpgodlabel.Visible = true
3541
3542 wait()
3543
3544 lpgodbutton.lpgodlabel:TweenSize(
3545 UDim2.new(0,390,0,390),
3546 "Out",
3547 "Quint",
3548 1
3549 )
3550 end)
3551
3552 lpgodbutton.MouseButton1Up:connect(function()
3553 wait(0.35)
3554 local TweenService = game:GetService("TweenService")
3555 local circle = lpgodbutton.lpgodlabel
3556
3557 local Info = TweenInfo.new(
3558 0.2, -- Length
3559 Enum.EasingStyle.Linear, -- Easing Style
3560 Enum.EasingDirection.Out, -- Easing Direction
3561 0, -- Times repeated
3562 false, -- Reverse
3563 0 -- Delay
3564 )
3565 local Goals =
3566 {
3567 ImageTransparency = 1;
3568 }
3569
3570 local tween = TweenService:Create(circle,Info,Goals)
3571 tween:Play()
3572 end)
3573
3574 --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script
3575 local mouse = game.Players.LocalPlayer:GetMouse()
3576
3577
3578 lpwalkbutton.MouseButton1Down:connect(function()
3579 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then
3580 lpwalkbutton.TextColor3 = Color3.new(1,128/255,0)
3581 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0)
3582 else
3583 lpwalkbutton.TextColor3 = Color3.new(0,157/255,1)
3584 lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1)
3585 end
3586
3587 local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X)
3588 local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y)
3589 lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y)
3590 lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50)
3591 lpwalkbutton.lpwalklabel.ImageTransparency = 0.8
3592 lpwalkbutton.lpwalklabel.Visible = true
3593
3594 wait()
3595
3596 lpwalkbutton.lpwalklabel:TweenSize(
3597 UDim2.new(0,390,0,390),
3598 "Out",
3599 "Quint",
3600 1
3601 )
3602 end)
3603
3604 lpwalkbutton.MouseButton1Up:connect(function()
3605 wait(0.35)
3606 local TweenService = game:GetService("TweenService")
3607 local circle = lpwalkbutton.lpwalklabel
3608
3609 local Info = TweenInfo.new(
3610 0.2, -- Length
3611 Enum.EasingStyle.Linear, -- Easing Style
3612 Enum.EasingDirection.Out, -- Easing Direction
3613 0, -- Times repeated
3614 false, -- Reverse
3615 0 -- Delay
3616 )
3617 local Goals =
3618 {
3619 ImageTransparency = 1;
3620 }
3621
3622 local tween = TweenService:Create(circle,Info,Goals)
3623 tween:Play()
3624 end)
3625
3626 --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script
3627 local mouse = game.Players.LocalPlayer:GetMouse()
3628
3629 lpgravbutton.MouseButton1Down:connect(function()
3630 if game.Workspace.Gravity < 196.1 then
3631 lpgravbutton.TextColor3 = Color3.new(1,128/255,0)
3632 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0)
3633 else
3634 lpgravbutton.TextColor3 = Color3.new(0,157/255,1)
3635 lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1)
3636 end
3637
3638 local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X)
3639 local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y)
3640 lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y)
3641 lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50)
3642 lpgravbutton.lpgravlabel.ImageTransparency = 0.8
3643 lpgravbutton.lpgravlabel.Visible = true
3644
3645 wait()
3646
3647 lpgravbutton.lpgravlabel:TweenSize(
3648 UDim2.new(0,390,0,390),
3649 "Out",
3650 "Quint",
3651 1
3652 )
3653 end)
3654
3655 lpgravbutton.MouseButton1Up:connect(function()
3656 wait(0.35)
3657 local TweenService = game:GetService("TweenService")
3658 local circle = lpgravbutton.lpgravlabel
3659
3660 local Info = TweenInfo.new(
3661 0.2, -- Length
3662 Enum.EasingStyle.Linear, -- Easing Style
3663 Enum.EasingDirection.Out, -- Easing Direction
3664 0, -- Times repeated
3665 false, -- Reverse
3666 0 -- Delay
3667 )
3668 local Goals =
3669 {
3670 ImageTransparency = 1;
3671 }
3672
3673 local tween = TweenService:Create(circle,Info,Goals)
3674 tween:Play()
3675 end)
3676
3677 --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script
3678 local mouse = game.Players.LocalPlayer:GetMouse()
3679
3680
3681 lpjumpbutton.MouseButton1Down:connect(function()
3682 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 100 then
3683 lpjumpbutton.TextColor3 = Color3.new(1,128/255,0)
3684 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0)
3685 else
3686 lpjumpbutton.TextColor3 = Color3.new(0,157/255,1)
3687 lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1)
3688 end
3689
3690 local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X)
3691 local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y)
3692 lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y)
3693 lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50)
3694 lpjumpbutton.lpjumplabel.ImageTransparency = 0.8
3695 lpjumpbutton.lpjumplabel.Visible = true
3696
3697 wait()
3698
3699 lpjumpbutton.lpjumplabel:TweenSize(
3700 UDim2.new(0,390,0,390),
3701 "Out",
3702 "Quint",
3703 1
3704 )
3705 end)
3706
3707 lpjumpbutton.MouseButton1Up:connect(function()
3708 wait(0.35)
3709 local TweenService = game:GetService("TweenService")
3710 local circle = lpjumpbutton.lpjumplabel
3711
3712 local Info = TweenInfo.new(
3713 0.2, -- Length
3714 Enum.EasingStyle.Linear, -- Easing Style
3715 Enum.EasingDirection.Out, -- Easing Direction
3716 0, -- Times repeated
3717 false, -- Reverse
3718 0 -- Delay
3719 )
3720 local Goals =
3721 {
3722 ImageTransparency = 1;
3723 }
3724
3725 local tween = TweenService:Create(circle,Info,Goals)
3726 tween:Play()
3727 end)
3728
3729 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script
3730 local mouse = game.Players.LocalPlayer:GetMouse()
3731
3732
3733 generalbutton.MouseButton1Down:connect(function()
3734 local x = (mouse.X) - (generalbutton.AbsolutePosition.X)
3735 local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y)
3736 generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y)
3737 generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50)
3738 generalbutton.generalbuttonlabel.ImageTransparency = 0.8
3739 generalbutton.generalbuttonlabel.Visible = true
3740
3741 wait()
3742
3743 generalbutton.generalbuttonlabel:TweenSize(
3744 UDim2.new(0,390,0,390),
3745 "Out",
3746 "Quint",
3747 1
3748 )
3749 end)
3750
3751 generalbutton.MouseButton1Up:connect(function()
3752 wait(0.35)
3753 local TweenService = game:GetService("TweenService")
3754 local circle = generalbutton.generalbuttonlabel
3755
3756 local Info = TweenInfo.new(
3757 0.2, -- Length
3758 Enum.EasingStyle.Linear, -- Easing Style
3759 Enum.EasingDirection.Out, -- Easing Direction
3760 0, -- Times repeated
3761 false, -- Reverse
3762 0 -- Delay
3763 )
3764 local Goals =
3765 {
3766 ImageTransparency = 1;
3767 }
3768
3769 local tween = TweenService:Create(circle,Info,Goals)
3770 tween:Play()
3771 end)
3772
3773 --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript
3774 generalbutton.MouseButton1Click:connect(function()
3775 wait(0.25)
3776 menuframe:TweenPosition(
3777 UDim2.new(0,-256,0,0),
3778 "Out",
3779 "Quint",
3780 0.2
3781 )
3782 generalframe:TweenPosition(
3783 UDim2.new(0,0,0,0),
3784 "Out",
3785 "Quint",
3786 0.2
3787 )
3788 backbutton1.Visible = true
3789 backbutton1.Active = true
3790 maintab.title.Text = "General"
3791 maintab.title.TextSize = 19
3792 end)
3793
3794 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script
3795 local mouse = game.Players.LocalPlayer:GetMouse()
3796
3797
3798 lpbutton.MouseButton1Down:connect(function()
3799 local x = (mouse.X) - (lpbutton.AbsolutePosition.X)
3800 local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y)
3801 lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y)
3802 lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50)
3803 lpbutton.lpbuttonlabel.ImageTransparency = 0.8
3804 lpbutton.lpbuttonlabel.Visible = true
3805
3806 wait()
3807
3808 lpbuttonlabel:TweenSize(
3809 UDim2.new(0,390,0,390),
3810 "Out",
3811 "Quint",
3812 1
3813 )
3814 end)
3815
3816 lpbutton.MouseButton1Up:connect(function()
3817 wait(0.35)
3818 local TweenService = game:GetService("TweenService")
3819 local circle = lpbutton.lpbuttonlabel
3820
3821 local Info = TweenInfo.new(
3822 0.2, -- Length
3823 Enum.EasingStyle.Linear, -- Easing Style
3824 Enum.EasingDirection.Out, -- Easing Direction
3825 0, -- Times repeated
3826 false, -- Reverse
3827 0 -- Delay
3828 )
3829 local Goals =
3830 {
3831 ImageTransparency = 1;
3832 }
3833
3834 local tween = TweenService:Create(circle,Info,Goals)
3835 tween:Play()
3836 end)
3837
3838 --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript
3839 lpbutton.MouseButton1Click:connect(function()
3840 wait(0.25)
3841 menuframe:TweenPosition(
3842 UDim2.new(0,-256,0,0),
3843 "Out",
3844 "Quint",
3845 0.2
3846 )
3847 lpframe:TweenPosition(
3848 UDim2.new(0,0,0,0),
3849 "Out",
3850 "Quint",
3851 0.2
3852 )
3853 backbutton2.Visible = true
3854 backbutton2.Active = true
3855 maintab.title.Text = "Local Player"
3856 maintab.title.TextSize = 19
3857 end)
3858
3859 --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script
3860 local mouse = game.Players.LocalPlayer:GetMouse()
3861
3862
3863 tpbutton.MouseButton1Down:connect(function()
3864 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
3865 local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y)
3866 tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y)
3867 tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0)
3868 tpbutton.tpbuttonlabel.ImageTransparency = 0.8
3869 tpbutton.tpbuttonlabel.Visible = true
3870
3871 wait()
3872
3873 tpbutton.tpbuttonlabel:TweenSize(
3874 UDim2.new(0,75,0,75),
3875 "Out",
3876 "Quint",
3877 0.9
3878 )
3879 end)
3880
3881 tpbutton.MouseButton1Up:connect(function()
3882 wait(0.35)
3883 local TweenService = game:GetService("TweenService")
3884 local circle = tpbutton.tpbuttonlabel
3885
3886 local Info = TweenInfo.new(
3887 0.2, -- Length
3888 Enum.EasingStyle.Linear, -- Easing Style
3889 Enum.EasingDirection.Out, -- Easing Direction
3890 0, -- Times repeated
3891 false, -- Reverse
3892 0 -- Delay
3893 )
3894 local Goals =
3895 {
3896 ImageTransparency = 1;
3897 }
3898
3899 local tween = TweenService:Create(circle,Info,Goals)
3900 tween:Play()
3901 end)
3902
3903 --mygui.maintab.bodyframe.menuframe.tptextbox.matscript
3904 --[[tptextbox.Focused:connect(function()
3905 local mouse = game.Players.LocalPlayer:GetMouse()
3906 tptextbox.tpunderline.BackgroundTransparency = 0
3907 local x = (mouse.X) - (tpbutton.AbsolutePosition.X)
3908 tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!!
3909
3910 wait()
3911 tptextbox.tpunderline:TweenSizeAndPosition(
3912 UDim2.new(0,156,0,2),
3913 UDim2.new(0,0,0,30),
3914 "Out",
3915 "Quint",
3916 0.2
3917 )
3918 end)]]--
3919
3920 --mygui.maintab.backbutton1.Script
3921 local mouse = game.Players.LocalPlayer:GetMouse()
3922
3923 backbutton1.MouseButton1Down:connect(function()
3924 backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0)
3925 backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0)
3926 backbutton1.backbutton1label.ImageTransparency = 0.8
3927 backbutton1.backbutton1label.Visible = true
3928
3929 wait()
3930
3931 backbutton1.backbutton1label:TweenSize(
3932 UDim2.new(0,60,0,60),
3933 "Out",
3934 "Quint",
3935 0.25
3936 )
3937 end)
3938
3939 backbutton1.MouseButton1Up:connect(function()
3940 wait(0.35)
3941 local TweenService = game:GetService("TweenService")
3942 local circle = backbutton1.backbutton1label
3943
3944 local Info = TweenInfo.new(
3945 0.2, -- Length
3946 Enum.EasingStyle.Linear, -- Easing Style
3947 Enum.EasingDirection.Out, -- Easing Direction
3948 0, -- Times repeated
3949 false, -- Reverse
3950 0 -- Delay
3951 )
3952 local Goals =
3953 {
3954 ImageTransparency = 1;
3955 }
3956
3957 local tween = TweenService:Create(circle,Info,Goals)
3958 tween:Play()
3959 end)
3960
3961 --mygui.maintab.backbutton1.TransitionScript
3962 backbutton1.MouseButton1Click:connect(function()
3963 wait(0.2)
3964 menuframe:TweenPosition(
3965 UDim2.new(0,0,0,0),
3966 "Out",
3967 "Quint",
3968 0.2
3969 )
3970 generalframe:TweenPosition(
3971 UDim2.new(0,256,0,0),
3972 "Out",
3973 "Quint",
3974 0.2
3975 )
3976 backbutton1.Visible = false
3977 backbutton1.Active = false
3978 maintab.title.Text = "MM2 Gui"
3979 maintab.title.TextSize = 20
3980 end)
3981
3982 --mygui.maintab.backbutton2.Script
3983 local mouse = game.Players.LocalPlayer:GetMouse()
3984
3985
3986 backbutton2.MouseButton1Down:connect(function()
3987 backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0)
3988 backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0)
3989 backbutton2.backbutton2label.ImageTransparency = 0.8
3990 backbutton2.backbutton2label.Visible = true
3991
3992 wait()
3993
3994 backbutton2.backbutton2label:TweenSize(
3995 UDim2.new(0,60,0,60),
3996 "Out",
3997 "Quint",
3998 0.25
3999 )
4000 end)
4001
4002 backbutton2.MouseButton1Up:connect(function()
4003 wait(0.35)
4004 local TweenService = game:GetService("TweenService")
4005 local circle = backbutton2.backbutton2label
4006
4007 local Info = TweenInfo.new(
4008 0.2, -- Length
4009 Enum.EasingStyle.Linear, -- Easing Style
4010 Enum.EasingDirection.Out, -- Easing Direction
4011 0, -- Times repeated
4012 false, -- Reverse
4013 0 -- Delay
4014 )
4015 local Goals =
4016 {
4017 ImageTransparency = 1;
4018 }
4019
4020 local tween = TweenService:Create(circle,Info,Goals)
4021 tween:Play()
4022 end)
4023
4024 --mygui.maintab.backbutton2.TransitionScript
4025 backbutton2.MouseButton1Click:connect(function()
4026 wait(0.2)
4027 menuframe:TweenPosition(
4028 UDim2.new(0,0,0,0),
4029 "Out",
4030 "Quint",
4031 0.2
4032 )
4033 lpframe:TweenPosition(
4034 UDim2.new(0,256,0,0),
4035 "Out",
4036 "Quint",
4037 0.2
4038 )
4039 backbutton2.Visible = false
4040 backbutton2.Active = false
4041 backbutton2.Parent.title.Text = "MM2 Gui"
4042 backbutton2.Parent.title.TextSize = 20
4043 end)
4044
4045 --mygui.maintab.creditsbutton.Script
4046 local mouse = game.Players.LocalPlayer:GetMouse()
4047
4048
4049 creditsbutton.MouseButton1Down:connect(function()
4050 local x = (mouse.X) - (creditsbutton.AbsolutePosition.X)
4051 local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y)
4052 creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y)
4053 creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0)
4054 creditsbutton.creditsiconlabel1.ImageTransparency = 0.8
4055 creditsbutton.creditsiconlabel1.Visible = true
4056
4057 wait()
4058
4059 creditsbutton.creditsiconlabel1:TweenSize(
4060 UDim2.new(0,75,0,75),
4061 "Out",
4062 "Quint",
4063 0.9
4064 )
4065 end)
4066
4067 creditsbutton.MouseButton1Up:connect(function()
4068 wait(0.35)
4069 local TweenService = game:GetService("TweenService")
4070 local circle = creditsbutton.creditsiconlabel1
4071
4072 local Info = TweenInfo.new(
4073 0.2, -- Length
4074 Enum.EasingStyle.Linear, -- Easing Style
4075 Enum.EasingDirection.Out, -- Easing Direction
4076 0, -- Times repeated
4077 false, -- Reverse
4078 0 -- Delay
4079 )
4080 local Goals =
4081 {
4082 ImageTransparency = 1;
4083 }
4084
4085 local tween = TweenService:Create(circle,Info,Goals)
4086 tween:Play()
4087 end)
4088
4089 --mygui.maintab.creditsbutton.CreditsWindowScript
4090 creditsbutton.MouseButton1Click:connect(function()
4091 creditstab.Visible = true
4092 creditstab.Active = true
4093 end)
4094
4095 --mygui.creditstab.closecredits.Script
4096 closecredits.MouseButton1Click:connect(function()
4097 creditstab.Visible = false
4098 creditstab.Active = false
4099 end)
4100
4101 --mygui.toggle.closeopen.CloseOpenScript
4102 closeopen.MouseButton1Click:connect(function()
4103 if
4104 (maintab.Visible == true) and
4105 (maintab.Active == true) then
4106 maintab.Visible = false
4107 maintab.Active = false
4108 closeopen.Text = "Open"
4109 else
4110 maintab.Visible = true
4111 maintab.Active = true
4112 closeopen.Text = "Close"
4113 end
4114 end)
4115
4116 --mygui.toggle.closeopen.Script
4117 local mouse = game.Players.LocalPlayer:GetMouse()
4118
4119
4120 closeopen.MouseButton1Down:connect(function()
4121 local x = (mouse.X) - (closeopen.AbsolutePosition.X)
4122 local y = (mouse.Y) - (closeopen.AbsolutePosition.Y)
4123 closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y)
4124 closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50)
4125 closeopen.closeopenlabel.ImageTransparency = 0.8
4126 closeopen.closeopenlabel.Visible = true
4127
4128 wait()
4129
4130 closeopen.closeopenlabel:TweenSize(
4131 UDim2.new(0,240,0,240),
4132 "Out",
4133 "Quint",
4134 1
4135 )
4136 end)
4137
4138 closeopen.MouseButton1Up:connect(function()
4139 wait(0.35)
4140 local TweenService = game:GetService("TweenService")
4141 local circle = closeopen.closeopenlabel
4142
4143 local Info = TweenInfo.new(
4144 0.2, -- Length
4145 Enum.EasingStyle.Linear, -- Easing Style
4146 Enum.EasingDirection.Out, -- Easing Direction
4147 0, -- Times repeated
4148 false, -- Reverse
4149 0 -- Delay
4150 )
4151 local Goals =
4152 {
4153 ImageTransparency = 1;
4154 }
4155
4156 local tween = TweenService:Create(circle,Info,Goals)
4157 tween:Play()
4158 end)
4159
4160 --mygui.toggle.closeall.Script
4161 closeall.MouseButton1Click:connect(function()
4162 mygui:Remove()
4163 end)
4164
4165 -- Scripts
4166
4167 lpgravbutton.MouseButton1Down:connect(function()
4168 if game.Workspace.Gravity > 196.1 then
4169 game.Workspace.Gravity = 50
4170 else
4171 game.Workspace.Gravity = 196.2
4172 end
4173 end)
4174
4175 lpwalkbutton.MouseButton1Down:connect(function()
4176 if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed == 16 then
4177 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5
4178 else
4179 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
4180 end
4181 end)
4182
4183 lpjumpbutton.MouseButton1Down:connect(function()
4184 if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 50 then
4185 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
4186 else
4187 game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
4188 end
4189 end)
4190
4191 lpgodbutton.MouseButton1Down:connect(function()
4192 game.Players.LocalPlayer.Character.Humanoid:Remove()
4193 Instance.new('Humanoid', game.Players.LocalPlayer.Character)
4194 end)
4195
4196 generallobbybutton.MouseButton1Down:connect(function()
4197 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
4198 end)
4199
4200 generalgunbutton.MouseButton1Down:connect(function()
4201 game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
4202 end)
4203
4204 generalcoinbutton.MouseButton1Down:connect(function()
4205 for i = 10, 1, -1 do
4206 for i,v in pairs(game.Workspace:GetChildren()) do
4207 local s = v:FindFirstChild("CoinContainer")
4208 local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
4209 if e and s then
4210 for i,c in pairs(s:GetChildren()) do
4211 c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
4212 end
4213 end
4214 end
4215 wait(0.7)
4216 end
4217 end)
4218
4219 --[[tpbutton.MouseButton1Down:connect(function()
4220 for i,v in pairs(game.Workspace:GetChildren()) do
4221 if tptextbox.Text:lower() == v.Name:lower() then
4222 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
4223 else
4224 print("Player not found")
4225 end
4226 end
4227 end)]]--
4228
4229
4230
4231
4232 --script
4233 local parent = tptextbox --insert textbox name!
4234 local mouse = game.Players.LocalPlayer:GetMouse()
4235
4236 local xsize = parent.Size.X.Offset
4237 local ysize = parent.Size.Y.Offset
4238 parent.Visible = true
4239 parent.Active = true
4240 parent.Selectable = true
4241
4242 local Underline = Instance.new("Frame")
4243 local UnderlineBase = Instance.new("Frame")
4244
4245 Underline.Name = "Underline"
4246 Underline.Parent = parent
4247 Underline.BackgroundColor3 = parent.TextColor3
4248 Underline.BorderSizePixel = 0
4249 Underline.Position = UDim2.new(0, 0, 1, 0)
4250 Underline.Size = UDim2.new(0, 0, 0, 1)
4251
4252 UnderlineBase.Name = "UnderlineBase"
4253 UnderlineBase.Parent = parent
4254 UnderlineBase.BackgroundColor3 = parent.TextColor3
4255 UnderlineBase.BackgroundTransparency = 0.85
4256 UnderlineBase.BorderSizePixel = 0
4257 UnderlineBase.Position = UDim2.new(0, 0, 1, 0)
4258 UnderlineBase.Size = UDim2.new(0, xsize, 0, 1)
4259
4260 parent.Focused:connect(function()
4261 local x = (mouse.X) - (parent.AbsolutePosition.X)
4262 Underline.BackgroundTransparency = 0
4263 Underline.Position = UDim2.new(0,x,1,0)
4264 wait()
4265 Underline:TweenSizeAndPosition(
4266 UDim2.new(0, xsize, 0, 1),
4267 UDim2.new(0, 0, 1, 0),
4268 "Out",
4269 "Quint",
4270 0.2
4271 )
4272 end)
4273
4274 parent.FocusLost:connect(function(enterPressed)
4275 if parent.Text == "" then
4276 parent.Text = "Player Name"
4277 end
4278
4279 local TweenService = game:GetService("TweenService")
4280
4281 local Info = TweenInfo.new(
4282 0.15,
4283 Enum.EasingStyle.Linear,
4284 Enum.EasingDirection.Out,
4285 0,
4286 false,
4287 0
4288 )
4289 local Goals =
4290 {
4291 BackgroundTransparency = 1;
4292 }
4293
4294 local tween = TweenService:Create(Underline,Info,Goals)
4295 tween:Play()
4296
4297 wait(0.15)
4298 Underline.Size = UDim2.new(0,0,0,1)
4299
4300 if enterPressed then
4301 for i,v in pairs(game.Workspace:GetChildren()) do
4302 if tptextbox.Text:lower() == v.Name:lower() then
4303 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
4304 else
4305 print("Player not found")
4306 end
4307 end
4308 print(true)
4309 elseif tptextbox.Text ~= "Player Name" then
4310 tptextbox.Text = "Press Enter to TP"
4311 end
4312 end)
4313
4314 --/script
4315
4316 if enterPressed then
4317 for i,v in pairs(game.Workspace:GetChildren()) do
4318 if tptextbox.Text:lower() == v.Name:lower() then
4319 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame
4320 else
4321 print("Player not found")
4322 end
4323 end
4324 end
4325
4326 generalespbutton.MouseButton1Down:connect(function()
4327 --credits to Nebula Hub for the esp + aimbot
4328 PLAYER = game.Players.LocalPlayer
4329 MOUSE = PLAYER:GetMouse()
4330 CC = game.Workspace.CurrentCamera
4331
4332 ENABLED = false
4333 ESP_ENABLED = false
4334
4335 _G.FREE_FOR_ALL = true
4336
4337 _G.BIND = 50
4338 _G.ESP_BIND = 52
4339 _G.CHANGE_AIM = 'q'
4340
4341 _G.AIM_AT = 'Head'
4342
4343 wait(1)
4344
4345 function GetNearestPlayerToMouse()
4346 local PLAYERS = {}
4347 local PLAYER_HOLD = {}
4348 local DISTANCES = {}
4349 for i, v in pairs(game.Players:GetPlayers()) do
4350 if v ~= PLAYER then
4351 table.insert(PLAYERS, v)
4352 end
4353 end
4354 for i, v in pairs(PLAYERS) do
4355 if _G.FREE_FOR_ALL == false then
4356 if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
4357 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
4358 if AIM ~= nil then
4359 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
4360 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
4361 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
4362 local DIFF = math.floor((POS - AIM.Position).magnitude)
4363 PLAYER_HOLD[v.Name .. i] = {}
4364 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
4365 PLAYER_HOLD[v.Name .. i].plr = v
4366 PLAYER_HOLD[v.Name .. i].diff = DIFF
4367 table.insert(DISTANCES, DIFF)
4368 end
4369 end
4370 elseif _G.FREE_FOR_ALL == true then
4371 local AIM = v.Character:FindFirstChild(_G.AIM_AT)
4372 if AIM ~= nil then
4373 local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
4374 local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
4375 local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
4376 local DIFF = math.floor((POS - AIM.Position).magnitude)
4377 PLAYER_HOLD[v.Name .. i] = {}
4378 PLAYER_HOLD[v.Name .. i].dist = DISTANCE
4379 PLAYER_HOLD[v.Name .. i].plr = v
4380 PLAYER_HOLD[v.Name .. i].diff = DIFF
4381 table.insert(DISTANCES, DIFF)
4382 end
4383 end
4384 end
4385
4386 if unpack(DISTANCES) == nil then
4387 return false
4388 end
4389
4390 local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
4391 if L_DISTANCE > 20 then
4392 return false
4393 end
4394
4395 for i, v in pairs(PLAYER_HOLD) do
4396 if v.diff == L_DISTANCE then
4397 return v.plr
4398 end
4399 end
4400 return false
4401 end
4402
4403 GUI_MAIN = Instance.new('ScreenGui', game.CoreGui)
4404 GUI_TARGET = Instance.new('TextLabel', GUI_MAIN)
4405 GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN)
4406
4407 GUI_MAIN.Name = 'AIMBOT'
4408
4409 GUI_TARGET.Size = UDim2.new(0,200,0,30)
4410 GUI_TARGET.BackgroundTransparency = 0.5
4411 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil')
4412 GUI_TARGET.BorderSizePixel = 0
4413 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0)
4414 GUI_TARGET.Text = 'AIMBOT : OFF'
4415 GUI_TARGET.TextColor3 = Color3.new(1,1,1)
4416 GUI_TARGET.TextStrokeTransparency = 1
4417 GUI_TARGET.TextWrapped = true
4418 GUI_TARGET.FontSize = 'Size24'
4419 GUI_TARGET.Font = 'SourceSansBold'
4420
4421 GUI_AIM_AT.Size = UDim2.new(0,200,0,20)
4422 GUI_AIM_AT.BackgroundTransparency = 0.5
4423 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil')
4424 GUI_AIM_AT.BorderSizePixel = 0
4425 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30)
4426 GUI_AIM_AT.Text = 'AIMING : HEAD'
4427 GUI_AIM_AT.TextColor3 = Color3.new(1,1,1)
4428 GUI_AIM_AT.TextStrokeTransparency = 1
4429 GUI_AIM_AT.TextWrapped = true
4430 GUI_AIM_AT.FontSize = 'Size18'
4431 GUI_AIM_AT.Font = 'SourceSansBold'
4432
4433 local TRACK = false
4434
4435 function CREATE(BASE, COLOR)
4436 local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui)
4437 local ESP_DOT = Instance.new('Frame', ESP_MAIN)
4438 local ESP_NAME = Instance.new('TextLabel', ESP_MAIN)
4439
4440 ESP_MAIN.Name = 'ESP'
4441 ESP_MAIN.Adornee = BASE
4442 ESP_MAIN.AlwaysOnTop = true
4443 ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0)
4444 ESP_MAIN.Size = UDim2.new(0, 5, 0, 5)
4445
4446 ESP_DOT.Name = 'DOT'
4447 ESP_DOT.BackgroundColor3 = COLOR
4448 ESP_DOT.BackgroundTransparency = 0.3
4449 ESP_DOT.BorderSizePixel = 0
4450 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
4451 ESP_DOT.Size = UDim2.new(2, 0, 2, 0)
4452 ESP_DOT.Visible = true
4453 ESP_DOT.ZIndex = 10
4454
4455 ESP_NAME.Name = 'NAME'
4456 ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255)
4457 ESP_NAME.BackgroundTransparency = 1
4458 ESP_NAME.BorderSizePixel = 0
4459 ESP_NAME.Position = UDim2.new(0, 0, 0, -40)
4460 ESP_NAME.Size = UDim2.new(1, 0, 10, 0)
4461 ESP_NAME.Visible = true
4462 ESP_NAME.ZIndex = 10
4463 ESP_NAME.Font = 'ArialBold'
4464 ESP_NAME.FontSize = 'Size14'
4465 ESP_NAME.Text = BASE.Parent.Name:upper()
4466 ESP_NAME.TextColor3 = COLOR
4467 end
4468
4469 function CLEAR()
4470 for _,v in pairs(PLAYER.PlayerGui:children()) do
4471 if v.Name == 'ESP' and v:IsA('BillboardGui') then
4472 v:Destroy()
4473 end
4474 end
4475 end
4476
4477 local Remote = game:service'ReplicatedStorage'.GetPlayerData
4478 local player_roles = Remote:InvokeServer()
4479 function FIND()
4480 CLEAR()
4481 TRACK = true
4482 spawn(function()
4483 while wait() do
4484 if TRACK then
4485 CLEAR()
4486 local a,b = ypcall(function()
4487 for name,player in pairs(player_roles)do
4488 if game:service'Players':FindFirstChild(name) ~= nil then
4489 local v = game:service'Players':FindFirstChild(name)
4490 if v.Character and v.Character:FindFirstChild('Head') then
4491 if v.Character:FindFirstChild('Head') then
4492 if player.Dead ~= true then
4493 if player.Role == "Murderer"then
4494 CREATE(v.Character.Head, Color3.new(1,0,0))
4495 elseif player.Role == "Sheriff" or player.Role == "Hero" then
4496 CREATE(v.Character.Head, Color3.new(0,0,1))
4497 else
4498 CREATE(v.Character.Head, Color3.new(0,1,0))
4499 end
4500 end
4501 end
4502 end
4503 end
4504 end
4505 end)
4506 end
4507 end
4508 wait(1)
4509 end)
4510 end
4511 coroutine.wrap(function()
4512 while wait()do
4513 player_roles = Remote:InvokeServer()
4514 end
4515 end)()
4516
4517 MOUSE.KeyDown:connect(function(KEY)
4518 KEY = KEY:lower():byte()
4519 if KEY == _G.BIND then
4520 ENABLED = true
4521 end
4522 end)
4523
4524 MOUSE.KeyUp:connect(function(KEY)
4525 KEY = KEY:lower():byte()
4526 if KEY == _G.BIND then
4527 ENABLED = false
4528 end
4529 end)
4530
4531 MOUSE.KeyDown:connect(function(KEY)
4532 KEY = KEY:lower():byte()
4533 if KEY == _G.ESP_BIND then
4534 if ESP_ENABLED == false then
4535 FIND()
4536 ESP_ENABLED = true
4537 print('ESP : ON')
4538 elseif ESP_ENABLED == true then
4539 wait()
4540 CLEAR()
4541 TRACK = false
4542 ESP_ENABLED = false
4543 print('ESP : OFF')
4544 end
4545 end
4546 end)
4547
4548 MOUSE.KeyDown:connect(function(KEY)
4549 if KEY == _G.CHANGE_AIM then
4550 if _G.AIM_AT == 'Head' then
4551 _G.AIM_AT = 'Torso'
4552 GUI_AIM_AT.Text = 'AIMING : TORSO'
4553 elseif _G.AIM_AT == 'Torso' then
4554 _G.AIM_AT = 'Head'
4555 GUI_AIM_AT.Text = 'AIMING : HEAD'
4556 end
4557 end
4558 end)
4559
4560 game:GetService('RunService').RenderStepped:connect(function()
4561 if ENABLED then
4562 local TARGET = GetNearestPlayerToMouse()
4563 if (TARGET ~= false) then
4564 local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
4565 if AIM then
4566 CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
4567 end
4568 GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
4569 else
4570 GUI_TARGET.Text = 'AIMBOT : OFF'
4571 end
4572 end
4573 end)
4574
4575 repeat
4576 wait()
4577 if ESP_ENABLED == true then
4578 FIND()
4579 end
4580 until ESP_ENABLED == false
4581
4582
4583 wait()
4584
4585 _G.FREE_FOR_ALL = true
4586
4587 _G.BIND = 50 -- LEFT CTRL
4588 _G.ESP_BIND = 52 -- LEFT ALT
4589 end)
4590
4591 local plr = game.Players.LocalPlayer
4592
4593 plr:GetMouse().KeyDown:connect(function(KeyUp)
4594 if KeyUp == "0" then
4595 plr.Character.Humanoid.WalkSpeed = 35
4596 end
4597 end)
4598
4599 plr:GetMouse().KeyUp:connect(function(KeyUp)
4600 if KeyUp == "0" then
4601 plr.Character.Humanoid.WalkSpeed = 16
4602 end
4603 end)
4604 end
4605
4606 script.Parent.MouseButton1Click:connect(clicked)
4607
4608end
4609coroutine.resume(coroutine.create(SCRIPT_VGNN78_FAKESCRIPT))
4610function SCRIPT_PYSD77_FAKESCRIPT() -- TextButton_3.LocalScript
4611 getfenv().script = Instance.new('LocalScript', TextButton_3)
4612
4613 function clicked()
4614 local antiafk = false
4615
4616 local AntiAFKKickGUI = Instance.new("ScreenGui")
4617 local MainFrame = Instance.new("Frame")
4618 local Button = Instance.new("TextButton")
4619 local Deco = Instance.new("TextLabel")
4620
4621 AntiAFKKickGUI.Name = "AntiAFKKickGUI"
4622 AntiAFKKickGUI.Parent = game.CoreGui
4623
4624 MainFrame.Name = "MainFrame"
4625 MainFrame.Parent = AntiAFKKickGUI
4626 MainFrame.Active = true
4627 MainFrame.BackgroundColor3 = Color3.new(0.596978, 0.436078, 0.996978)
4628 MainFrame.BorderSizePixel = 0
4629 MainFrame.Draggable = true
4630 MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
4631 MainFrame.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
4632
4633 Button.Name = "Button"
4634 Button.Parent = MainFrame
4635 Button.BackgroundColor3 = Color3.new(0, 0, 0)
4636 Button.BorderSizePixel = 0
4637 Button.Position = UDim2.new(0.25, 0, 0.400000006, 0)
4638 Button.Size = UDim2.new(0.5, 0, 0.400000006, 0)
4639 Button.Font = Enum.Font.SourceSans
4640 Button.FontSize = Enum.FontSize.Size14
4641 Button.Text = "FUCK ITS OFF"
4642 Button.TextColor3 = Color3.new(1, 0, 0)
4643 Button.TextScaled = true
4644 Button.TextSize = 14
4645 Button.TextWrapped = true
4646
4647 Deco.Name = "Deco"
4648 Deco.Parent = MainFrame
4649 Deco.BackgroundColor3 = Color3.new(1, 1, 1)
4650 Deco.BackgroundTransparency = 0.89999997615814
4651 Deco.BorderSizePixel = 0
4652 Deco.Size = UDim2.new(1, 0, 0.300000012, 0)
4653 Deco.Font = Enum.Font.SourceSansBold
4654 Deco.FontSize = Enum.FontSize.Size14
4655 Deco.Text = "ANTI AFK"
4656 Deco.TextColor3 = Color3.new(1, 1, 1)
4657 Deco.TextScaled = true
4658 Deco.TextSize = 14
4659 Deco.TextWrapped = true
4660
4661 Button.MouseButton1Down:connect(function()
4662 if antiafk == false then
4663 antiafk = true
4664 Button.TextColor3 = Color3.new(0, 1, 0)
4665 Button.Text = "THAT SHIT ON"
4666 else
4667 antiafk = false
4668 Button.TextColor3 = Color3.new(1, 0, 0)
4669 Button.Text = "THAT SHIT OFF"
4670 end
4671 end)
4672
4673 spawn(function()
4674 while true do
4675 wait()
4676 if antiafk == true then
4677 wait(math.random(0.3,1))
4678 local a = math.random(1,5)
4679 if a == 1 then
4680 keypress(0x57)
4681 wait()
4682 keyrelease(0x57)
4683 end
4684 if a == 2 then
4685 keypress(0x53)
4686 wait()
4687 keyrelease(0x53)
4688 end
4689 if a == 3 then
4690 keypress(0x44)
4691 wait()
4692 keyrelease(0x44)
4693 end
4694 if a == 4 then
4695 keypress(0x41)
4696 wait()
4697 keyrelease(0x41)
4698 end
4699 if a == 5 then
4700 --keypress(0x20)
4701 wait() -- uncomment if you want to enable spacebar
4702 --keyrelease(0x20)
4703 end
4704 end
4705 end
4706 end)
4707 end
4708
4709 script.Parent.MouseButton1Click:connect(clicked)
4710
4711end
4712coroutine.resume(coroutine.create(SCRIPT_PYSD77_FAKESCRIPT))
4713function SCRIPT_XARK71_FAKESCRIPT() -- TextButton_4.LocalScript
4714 getfenv().script = Instance.new('LocalScript', TextButton_4)
4715
4716 function clicked()
4717 -- Credit to Timeless/xFunnieuss for the partial names/short names
4718
4719 -- Objects
4720
4721 local HyperTotal = Instance.new("ScreenGui")
4722 local MainFrame = Instance.new("Frame")
4723 local TopFrame = Instance.new("Frame")
4724 local Title = Instance.new("TextLabel")
4725 local EnterUsername = Instance.new("TextBox")
4726 local CloseGUI = Instance.new("TextButton")
4727 local CreditTXT = Instance.new("TextLabel")
4728 local Sections = Instance.new("Frame")
4729 local INTRO = Instance.new("Frame")
4730 local FE_CHECK = Instance.new("TextLabel")
4731 local Guide1 = Instance.new("TextLabel")
4732 local Guide2 = Instance.new("TextLabel")
4733 local Credit = Instance.new("TextLabel")
4734 local RocketPropulsion = Instance.new("Frame")
4735 local ROCKETPROPULSIONGUIDE = Instance.new("TextLabel")
4736 local Push = Instance.new("TextButton")
4737 local Flatten = Instance.new("TextButton")
4738 local Float = Instance.new("TextButton")
4739 local Max = Instance.new("TextButton")
4740 local AimHead = Instance.new("TextButton")
4741 local SlowAttract = Instance.new("TextButton")
4742 local Experimental = Instance.new("TextButton")
4743 local Multiple = Instance.new("TextButton")
4744 local Teleportation = Instance.new("Frame")
4745 local TELEPORTATIONGUIDE = Instance.new("TextLabel")
4746 local TeleportTo = Instance.new("TextButton")
4747 local LockOn = Instance.new("TextButton")
4748 local LockArm = Instance.new("TextButton")
4749 local LockLeg = Instance.new("TextButton")
4750 local LockHead = Instance.new("TextButton")
4751 local LockMax = Instance.new("TextButton")
4752 local LockAbove = Instance.new("TextButton")
4753 local Trail = Instance.new("TextButton")
4754 local Tools = Instance.new("Frame")
4755 local TOOLSGUIDE = Instance.new("TextLabel")
4756 local Kill = Instance.new("TextButton")
4757 local KillSurvive = Instance.new("TextButton")
4758 local Attach = Instance.new("TextButton")
4759 local Bring = Instance.new("TextButton")
4760 local SuperSpin = Instance.new("TextButton")
4761 local FreeFall = Instance.new("TextButton")
4762 local AttachExperimental = Instance.new("TextButton")
4763 local GiveTool = Instance.new("TextButton")
4764 local Basic = Instance.new("Frame")
4765 local BASICGUIDE = Instance.new("TextLabel")
4766 local Speed = Instance.new("TextButton")
4767 local JumpHeight = Instance.new("TextButton")
4768 local Chat = Instance.new("TextButton")
4769 local Spam = Instance.new("TextButton")
4770 local Fly = Instance.new("TextButton")
4771 local Noclip = Instance.new("TextButton")
4772 local HipHeight = Instance.new("TextButton")
4773 local STATCHANGE = Instance.new("TextBox")
4774 local CHATBOX = Instance.new("TextBox")
4775 local Local_Player = Instance.new("Frame")
4776 local Local_PlayerGUIDE = Instance.new("TextLabel")
4777 local CrazySpin = Instance.new("TextButton")
4778 local CrouchRocket = Instance.new("TextButton")
4779 local Haunted = Instance.new("TextButton")
4780 local CloneIllusion = Instance.new("TextButton")
4781 local Levitate = Instance.new("TextButton")
4782 local Dinosaur = Instance.new("TextButton")
4783 local Glitchy = Instance.new("TextButton")
4784 local NoLimbs = Instance.new("TextButton")
4785 local Animations = Instance.new("Frame")
4786 local ANIMATIONSGUIDE = Instance.new("TextLabel")
4787 local _18 = Instance.new("TextButton")
4788 local Hide = Instance.new("TextButton")
4789 local PushLock = Instance.new("TextButton")
4790 local SlamOn = Instance.new("TextButton")
4791 local LevitateOn = Instance.new("TextButton")
4792 local Dance = Instance.new("TextButton")
4793 local ExperimentalAnimation = Instance.new("TextButton")
4794 local Carpet = Instance.new("TextButton")
4795 local Extra = Instance.new("Frame")
4796 local EXTRAGUIDE = Instance.new("TextLabel")
4797 local Sit = Instance.new("TextButton")
4798 local Jump = Instance.new("TextButton")
4799 local PlatformStand = Instance.new("TextButton")
4800 local Freeze = Instance.new("TextButton")
4801 local Insane = Instance.new("TextButton")
4802 local TPVoid = Instance.new("TextButton")
4803 local Unknown = Instance.new("TextButton")
4804 local Reset = Instance.new("TextButton")
4805 local SelectTabs = Instance.new("ScrollingFrame")
4806 local RocketPropulsionTAB = Instance.new("TextButton")
4807 local TeleportationTAB = Instance.new("TextButton")
4808 local ToolsTAB = Instance.new("TextButton")
4809 local AnimationsTAB = Instance.new("TextButton")
4810 local BasicTAB = Instance.new("TextButton")
4811 local Local_PlayerTAB = Instance.new("TextButton")
4812 local ExtraTAB = Instance.new("TextButton")
4813 local SideTopFrame = Instance.new("Frame")
4814 local SideTitle = Instance.new("TextLabel")
4815 local OpenGUI = Instance.new("TextButton")
4816 local SideCreditTXT = Instance.new("TextLabel")
4817 local SideFrame = Instance.new("Frame")
4818 local BrickFrame = Instance.new("Frame")
4819
4820 -- Properties
4821
4822 HyperTotal.Name = "HyperTotal"
4823 HyperTotal.Parent = game.CoreGui
4824
4825 MainFrame.Name = "MainFrame"
4826 MainFrame.Parent = HyperTotal
4827 MainFrame.Active = true
4828 MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
4829 MainFrame.BackgroundTransparency = 1
4830 MainFrame.Draggable = true
4831 MainFrame.Position = UDim2.new(0.348623842, 0, 1, 0)
4832 MainFrame.Size = UDim2.new(0, 350, 0, 270)
4833
4834 TopFrame.Name = "TopFrame"
4835 TopFrame.Parent = MainFrame
4836 TopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4837 TopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4838 TopFrame.BorderSizePixel = 2
4839 TopFrame.Position = UDim2.new(-0.286500663, 0, 0, 0)
4840 TopFrame.Size = UDim2.new(0, 450, 0, 40)
4841 TopFrame.ZIndex = 9
4842
4843 Title.Name = "Title"
4844 Title.Parent = TopFrame
4845 Title.BackgroundColor3 = Color3.new(1, 1, 1)
4846 Title.BackgroundTransparency = 1
4847 Title.Position = UDim2.new(0.356534153, 0, 0, 0)
4848 Title.Size = UDim2.new(0, 150, 0, 40)
4849 Title.ZIndex = 10
4850 Title.Font = Enum.Font.SourceSansItalic
4851 Title.FontSize = Enum.FontSize.Size36
4852 Title.Text = "HyperTotal"
4853 Title.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
4854 Title.TextSize = 35
4855 Title.TextWrapped = true
4856
4857 EnterUsername.Name = "EnterUsername"
4858 EnterUsername.Parent = TopFrame
4859 EnterUsername.BackgroundColor3 = Color3.new(1, 1, 1)
4860 EnterUsername.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
4861 EnterUsername.BorderSizePixel = 2
4862 EnterUsername.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0)
4863 EnterUsername.Size = UDim2.new(0, 120, 0, 24)
4864 EnterUsername.ZIndex = 10
4865 EnterUsername.Font = Enum.Font.SourceSans
4866 EnterUsername.FontSize = Enum.FontSize.Size14
4867 EnterUsername.Text = ""
4868 EnterUsername.TextScaled = true
4869 EnterUsername.TextSize = 14
4870 EnterUsername.TextWrapped = true
4871
4872 CloseGUI.Name = "CloseGUI"
4873 CloseGUI.Parent = TopFrame
4874 CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
4875 CloseGUI.BackgroundTransparency = 1
4876 CloseGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
4877 CloseGUI.Size = UDim2.new(0, 40, 0, 40)
4878 CloseGUI.ZIndex = 10
4879 CloseGUI.Font = Enum.Font.SourceSansBold
4880 CloseGUI.FontSize = Enum.FontSize.Size60
4881 CloseGUI.Text = "X"
4882 CloseGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
4883 CloseGUI.TextSize = 50
4884 CloseGUI.TextWrapped = true
4885
4886 CreditTXT.Name = "CreditTXT"
4887 CreditTXT.Parent = TopFrame
4888 CreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
4889 CreditTXT.BackgroundTransparency = 1
4890 CreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
4891 CreditTXT.Rotation = -17
4892 CreditTXT.Size = UDim2.new(0, 90, 0, 20)
4893 CreditTXT.ZIndex = 10
4894 CreditTXT.Font = Enum.Font.SourceSansItalic
4895 CreditTXT.FontSize = Enum.FontSize.Size24
4896 CreditTXT.Text = "illremember"
4897 CreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
4898 CreditTXT.TextSize = 20
4899 CreditTXT.TextWrapped = true
4900
4901 Sections.Name = "Sections"
4902 Sections.Parent = MainFrame
4903 Sections.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
4904 Sections.BackgroundTransparency = 1
4905 Sections.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4906 Sections.BorderSizePixel = 2
4907 Sections.Position = UDim2.new(0, 0, 0.148395061, 0)
4908 Sections.Size = UDim2.new(0, 350, 0, 230)
4909
4910 INTRO.Name = "INTRO"
4911 INTRO.Parent = Sections
4912 INTRO.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
4913 INTRO.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4914 INTRO.BorderSizePixel = 2
4915 INTRO.Size = UDim2.new(0, 350, 0, 230)
4916
4917 FE_CHECK.Name = "FE_CHECK"
4918 FE_CHECK.Parent = INTRO
4919 FE_CHECK.BackgroundColor3 = Color3.new(1, 1, 1)
4920 FE_CHECK.BackgroundTransparency = 1
4921 FE_CHECK.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
4922 FE_CHECK.Size = UDim2.new(0, 332, 0, 50)
4923 FE_CHECK.Font = Enum.Font.ArialBold
4924 FE_CHECK.FontSize = Enum.FontSize.Size14
4925 FE_CHECK.Text = "Error loading FE Checker"
4926 FE_CHECK.TextScaled = true
4927 FE_CHECK.TextSize = 14
4928 FE_CHECK.TextWrapped = true
4929
4930 Guide1.Name = "Guide1"
4931 Guide1.Parent = INTRO
4932 Guide1.BackgroundColor3 = Color3.new(1, 1, 1)
4933 Guide1.BackgroundTransparency = 1
4934 Guide1.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
4935 Guide1.Size = UDim2.new(0, 332, 0, 80)
4936 Guide1.Font = Enum.Font.ArialBold
4937 Guide1.FontSize = Enum.FontSize.Size14
4938 Guide1.Text = "Click on one of the sections to the left to begin exploiting FE Sections! Enter a name in the textbox (top left) to affect that player. You don't have to write their full username."
4939 Guide1.TextScaled = true
4940 Guide1.TextSize = 14
4941 Guide1.TextStrokeColor3 = Color3.new(0.831373, 0.831373, 0.831373)
4942 Guide1.TextStrokeTransparency = 0.5
4943 Guide1.TextWrapped = true
4944
4945 Guide2.Name = "Guide2"
4946 Guide2.Parent = INTRO
4947 Guide2.BackgroundColor3 = Color3.new(1, 1, 1)
4948 Guide2.BackgroundTransparency = 1
4949 Guide2.Position = UDim2.new(0.0286500659, 0, 0.217753619, 0)
4950 Guide2.Size = UDim2.new(0, 332, 0, 50)
4951 Guide2.Font = Enum.Font.ArialBold
4952 Guide2.FontSize = Enum.FontSize.Size14
4953 Guide2.Text = "This GUI is dedicated to exploiting FE Sections, affecting yourself and others"
4954 Guide2.TextScaled = true
4955 Guide2.TextSize = 14
4956 Guide2.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
4957 Guide2.TextStrokeTransparency = 0
4958 Guide2.TextWrapped = true
4959
4960 Credit.Name = "Credit"
4961 Credit.Parent = INTRO
4962 Credit.BackgroundColor3 = Color3.new(1, 1, 1)
4963 Credit.BackgroundTransparency = 1
4964 Credit.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
4965 Credit.Size = UDim2.new(0, 332, 0, 50)
4966 Credit.Font = Enum.Font.ArialBold
4967 Credit.FontSize = Enum.FontSize.Size14
4968 Credit.Text = "By illremember"
4969 Credit.TextColor3 = Color3.new(0.92549, 0.607843, 0.0901961)
4970 Credit.TextScaled = true
4971 Credit.TextSize = 14
4972 Credit.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
4973 Credit.TextWrapped = true
4974
4975 RocketPropulsion.Name = "RocketPropulsion"
4976 RocketPropulsion.Parent = Sections
4977 RocketPropulsion.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
4978 RocketPropulsion.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
4979 RocketPropulsion.BorderSizePixel = 2
4980 RocketPropulsion.Size = UDim2.new(0, 350, 0, 230)
4981 RocketPropulsion.Visible = false
4982
4983 ROCKETPROPULSIONGUIDE.Name = "ROCKETPROPULSIONGUIDE"
4984 ROCKETPROPULSIONGUIDE.Parent = RocketPropulsion
4985 ROCKETPROPULSIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
4986 ROCKETPROPULSIONGUIDE.BackgroundTransparency = 1
4987 ROCKETPROPULSIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
4988 ROCKETPROPULSIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
4989 ROCKETPROPULSIONGUIDE.Font = Enum.Font.ArialBold
4990 ROCKETPROPULSIONGUIDE.FontSize = Enum.FontSize.Size14
4991 ROCKETPROPULSIONGUIDE.Text = "Fling and push others, works best in a group of people."
4992 ROCKETPROPULSIONGUIDE.TextScaled = true
4993 ROCKETPROPULSIONGUIDE.TextSize = 14
4994 ROCKETPROPULSIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
4995 ROCKETPROPULSIONGUIDE.TextStrokeTransparency = 0
4996 ROCKETPROPULSIONGUIDE.TextWrapped = true
4997
4998 Push.Name = "Push"
4999 Push.Parent = RocketPropulsion
5000 Push.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5001 Push.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5002 Push.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5003 Push.Size = UDim2.new(0, 140, 0, 25)
5004 Push.Font = Enum.Font.SourceSans
5005 Push.FontSize = Enum.FontSize.Size14
5006 Push.Text = "Push"
5007 Push.TextScaled = true
5008 Push.TextSize = 14
5009 Push.TextWrapped = true
5010
5011 Flatten.Name = "Flatten"
5012 Flatten.Parent = RocketPropulsion
5013 Flatten.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5014 Flatten.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5015 Flatten.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5016 Flatten.Size = UDim2.new(0, 140, 0, 25)
5017 Flatten.Font = Enum.Font.SourceSans
5018 Flatten.FontSize = Enum.FontSize.Size14
5019 Flatten.Text = "Flatten"
5020 Flatten.TextScaled = true
5021 Flatten.TextSize = 14
5022 Flatten.TextWrapped = true
5023
5024 Float.Name = "Float"
5025 Float.Parent = RocketPropulsion
5026 Float.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5027 Float.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5028 Float.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5029 Float.Size = UDim2.new(0, 140, 0, 25)
5030 Float.Font = Enum.Font.SourceSans
5031 Float.FontSize = Enum.FontSize.Size14
5032 Float.Text = "Float"
5033 Float.TextScaled = true
5034 Float.TextSize = 14
5035 Float.TextWrapped = true
5036
5037 Max.Name = "Max"
5038 Max.Parent = RocketPropulsion
5039 Max.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5040 Max.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5041 Max.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5042 Max.Size = UDim2.new(0, 140, 0, 25)
5043 Max.Font = Enum.Font.SourceSans
5044 Max.FontSize = Enum.FontSize.Size14
5045 Max.Text = "Max"
5046 Max.TextScaled = true
5047 Max.TextSize = 14
5048 Max.TextWrapped = true
5049
5050 AimHead.Name = "AimHead"
5051 AimHead.Parent = RocketPropulsion
5052 AimHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5053 AimHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5054 AimHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5055 AimHead.Size = UDim2.new(0, 140, 0, 25)
5056 AimHead.Font = Enum.Font.SourceSans
5057 AimHead.FontSize = Enum.FontSize.Size14
5058 AimHead.Text = "AimHead"
5059 AimHead.TextScaled = true
5060 AimHead.TextSize = 14
5061 AimHead.TextWrapped = true
5062
5063 SlowAttract.Name = "SlowAttract"
5064 SlowAttract.Parent = RocketPropulsion
5065 SlowAttract.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5066 SlowAttract.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5067 SlowAttract.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5068 SlowAttract.Size = UDim2.new(0, 140, 0, 25)
5069 SlowAttract.Font = Enum.Font.SourceSans
5070 SlowAttract.FontSize = Enum.FontSize.Size14
5071 SlowAttract.Text = "SlowAttract"
5072 SlowAttract.TextScaled = true
5073 SlowAttract.TextSize = 14
5074 SlowAttract.TextWrapped = true
5075
5076 Experimental.Name = "Experimental"
5077 Experimental.Parent = RocketPropulsion
5078 Experimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5079 Experimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5080 Experimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5081 Experimental.Size = UDim2.new(0, 140, 0, 25)
5082 Experimental.Font = Enum.Font.SourceSans
5083 Experimental.FontSize = Enum.FontSize.Size14
5084 Experimental.Text = "Experimental"
5085 Experimental.TextScaled = true
5086 Experimental.TextSize = 14
5087 Experimental.TextWrapped = true
5088
5089 Multiple.Name = "Multiple"
5090 Multiple.Parent = RocketPropulsion
5091 Multiple.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5092 Multiple.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5093 Multiple.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5094 Multiple.Size = UDim2.new(0, 140, 0, 25)
5095 Multiple.Font = Enum.Font.SourceSans
5096 Multiple.FontSize = Enum.FontSize.Size14
5097 Multiple.Text = "Multiple"
5098 Multiple.TextScaled = true
5099 Multiple.TextSize = 14
5100 Multiple.TextWrapped = true
5101
5102 Teleportation.Name = "Teleportation"
5103 Teleportation.Parent = Sections
5104 Teleportation.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5105 Teleportation.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5106 Teleportation.BorderSizePixel = 2
5107 Teleportation.Size = UDim2.new(0, 350, 0, 230)
5108 Teleportation.Visible = false
5109
5110 TELEPORTATIONGUIDE.Name = "TELEPORTATIONGUIDE"
5111 TELEPORTATIONGUIDE.Parent = Teleportation
5112 TELEPORTATIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5113 TELEPORTATIONGUIDE.BackgroundTransparency = 1
5114 TELEPORTATIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5115 TELEPORTATIONGUIDE.Size = UDim2.new(0, 332, 0, 35)
5116 TELEPORTATIONGUIDE.Font = Enum.Font.ArialBold
5117 TELEPORTATIONGUIDE.FontSize = Enum.FontSize.Size14
5118 TELEPORTATIONGUIDE.Text = "Teleport to and annoy other players."
5119 TELEPORTATIONGUIDE.TextScaled = true
5120 TELEPORTATIONGUIDE.TextSize = 14
5121 TELEPORTATIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5122 TELEPORTATIONGUIDE.TextStrokeTransparency = 0
5123 TELEPORTATIONGUIDE.TextWrapped = true
5124
5125 TeleportTo.Name = "TeleportTo"
5126 TeleportTo.Parent = Teleportation
5127 TeleportTo.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5128 TeleportTo.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5129 TeleportTo.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5130 TeleportTo.Size = UDim2.new(0, 140, 0, 25)
5131 TeleportTo.Font = Enum.Font.SourceSans
5132 TeleportTo.FontSize = Enum.FontSize.Size14
5133 TeleportTo.Text = "Teleport To"
5134 TeleportTo.TextScaled = true
5135 TeleportTo.TextSize = 14
5136 TeleportTo.TextWrapped = true
5137
5138 LockOn.Name = "LockOn"
5139 LockOn.Parent = Teleportation
5140 LockOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5141 LockOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5142 LockOn.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5143 LockOn.Size = UDim2.new(0, 140, 0, 25)
5144 LockOn.Font = Enum.Font.SourceSans
5145 LockOn.FontSize = Enum.FontSize.Size14
5146 LockOn.Text = "Lock On"
5147 LockOn.TextScaled = true
5148 LockOn.TextSize = 14
5149 LockOn.TextWrapped = true
5150
5151 LockArm.Name = "LockArm"
5152 LockArm.Parent = Teleportation
5153 LockArm.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5154 LockArm.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5155 LockArm.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5156 LockArm.Size = UDim2.new(0, 140, 0, 25)
5157 LockArm.Font = Enum.Font.SourceSans
5158 LockArm.FontSize = Enum.FontSize.Size14
5159 LockArm.Text = "Lock Arm"
5160 LockArm.TextScaled = true
5161 LockArm.TextSize = 14
5162 LockArm.TextWrapped = true
5163
5164 LockLeg.Name = "LockLeg"
5165 LockLeg.Parent = Teleportation
5166 LockLeg.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5167 LockLeg.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5168 LockLeg.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5169 LockLeg.Size = UDim2.new(0, 140, 0, 25)
5170 LockLeg.Font = Enum.Font.SourceSans
5171 LockLeg.FontSize = Enum.FontSize.Size14
5172 LockLeg.Text = "Lock Leg"
5173 LockLeg.TextScaled = true
5174 LockLeg.TextSize = 14
5175 LockLeg.TextWrapped = true
5176
5177 LockHead.Name = "LockHead"
5178 LockHead.Parent = Teleportation
5179 LockHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5180 LockHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5181 LockHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5182 LockHead.Size = UDim2.new(0, 140, 0, 25)
5183 LockHead.Font = Enum.Font.SourceSans
5184 LockHead.FontSize = Enum.FontSize.Size14
5185 LockHead.Text = "LockHead"
5186 LockHead.TextScaled = true
5187 LockHead.TextSize = 14
5188 LockHead.TextWrapped = true
5189
5190 LockMax.Name = "LockMax"
5191 LockMax.Parent = Teleportation
5192 LockMax.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5193 LockMax.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5194 LockMax.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5195 LockMax.Size = UDim2.new(0, 140, 0, 25)
5196 LockMax.Font = Enum.Font.SourceSans
5197 LockMax.FontSize = Enum.FontSize.Size14
5198 LockMax.Text = "Lock Max"
5199 LockMax.TextScaled = true
5200 LockMax.TextSize = 14
5201 LockMax.TextWrapped = true
5202
5203 LockAbove.Name = "LockAbove"
5204 LockAbove.Parent = Teleportation
5205 LockAbove.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5206 LockAbove.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5207 LockAbove.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5208 LockAbove.Size = UDim2.new(0, 140, 0, 25)
5209 LockAbove.Font = Enum.Font.SourceSans
5210 LockAbove.FontSize = Enum.FontSize.Size14
5211 LockAbove.Text = "Lock Above"
5212 LockAbove.TextScaled = true
5213 LockAbove.TextSize = 14
5214 LockAbove.TextWrapped = true
5215
5216 Trail.Name = "Trail"
5217 Trail.Parent = Teleportation
5218 Trail.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5219 Trail.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5220 Trail.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5221 Trail.Size = UDim2.new(0, 140, 0, 25)
5222 Trail.Font = Enum.Font.SourceSans
5223 Trail.FontSize = Enum.FontSize.Size14
5224 Trail.Text = "Trail"
5225 Trail.TextScaled = true
5226 Trail.TextSize = 14
5227 Trail.TextWrapped = true
5228
5229 Tools.Name = "Tools"
5230 Tools.Parent = Sections
5231 Tools.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5232 Tools.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5233 Tools.BorderSizePixel = 2
5234 Tools.Size = UDim2.new(0, 350, 0, 230)
5235 Tools.Visible = false
5236
5237 TOOLSGUIDE.Name = "TOOLSGUIDE"
5238 TOOLSGUIDE.Parent = Tools
5239 TOOLSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5240 TOOLSGUIDE.BackgroundTransparency = 1
5241 TOOLSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5242 TOOLSGUIDE.Size = UDim2.new(0, 332, 0, 35)
5243 TOOLSGUIDE.Font = Enum.Font.ArialBold
5244 TOOLSGUIDE.FontSize = Enum.FontSize.Size14
5245 TOOLSGUIDE.Text = "Do cool commands on others, as long as you have tools in your inventory."
5246 TOOLSGUIDE.TextScaled = true
5247 TOOLSGUIDE.TextSize = 14
5248 TOOLSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5249 TOOLSGUIDE.TextStrokeTransparency = 0
5250 TOOLSGUIDE.TextWrapped = true
5251
5252 Kill.Name = "Kill"
5253 Kill.Parent = Tools
5254 Kill.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5255 Kill.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5256 Kill.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5257 Kill.Size = UDim2.new(0, 140, 0, 25)
5258 Kill.Font = Enum.Font.SourceSans
5259 Kill.FontSize = Enum.FontSize.Size14
5260 Kill.Text = "Kill"
5261 Kill.TextScaled = true
5262 Kill.TextSize = 14
5263 Kill.TextWrapped = true
5264
5265 KillSurvive.Name = "KillSurvive"
5266 KillSurvive.Parent = Tools
5267 KillSurvive.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5268 KillSurvive.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5269 KillSurvive.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5270 KillSurvive.Size = UDim2.new(0, 140, 0, 25)
5271 KillSurvive.Font = Enum.Font.SourceSans
5272 KillSurvive.FontSize = Enum.FontSize.Size14
5273 KillSurvive.Text = "Kill Survive"
5274 KillSurvive.TextScaled = true
5275 KillSurvive.TextSize = 14
5276 KillSurvive.TextWrapped = true
5277
5278 Attach.Name = "Attach"
5279 Attach.Parent = Tools
5280 Attach.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5281 Attach.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5282 Attach.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5283 Attach.Size = UDim2.new(0, 140, 0, 25)
5284 Attach.Font = Enum.Font.SourceSans
5285 Attach.FontSize = Enum.FontSize.Size14
5286 Attach.Text = "Attach"
5287 Attach.TextScaled = true
5288 Attach.TextSize = 14
5289 Attach.TextWrapped = true
5290
5291 Bring.Name = "Bring"
5292 Bring.Parent = Tools
5293 Bring.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5294 Bring.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5295 Bring.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5296 Bring.Size = UDim2.new(0, 140, 0, 25)
5297 Bring.Font = Enum.Font.SourceSans
5298 Bring.FontSize = Enum.FontSize.Size14
5299 Bring.Text = "Bring"
5300 Bring.TextScaled = true
5301 Bring.TextSize = 14
5302 Bring.TextWrapped = true
5303
5304 SuperSpin.Name = "SuperSpin"
5305 SuperSpin.Parent = Tools
5306 SuperSpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5307 SuperSpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5308 SuperSpin.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5309 SuperSpin.Size = UDim2.new(0, 140, 0, 25)
5310 SuperSpin.Font = Enum.Font.SourceSans
5311 SuperSpin.FontSize = Enum.FontSize.Size14
5312 SuperSpin.Text = "Super Spin"
5313 SuperSpin.TextScaled = true
5314 SuperSpin.TextSize = 14
5315 SuperSpin.TextWrapped = true
5316
5317 FreeFall.Name = "FreeFall"
5318 FreeFall.Parent = Tools
5319 FreeFall.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5320 FreeFall.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5321 FreeFall.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5322 FreeFall.Size = UDim2.new(0, 140, 0, 25)
5323 FreeFall.Font = Enum.Font.SourceSans
5324 FreeFall.FontSize = Enum.FontSize.Size14
5325 FreeFall.Text = "Free Fall"
5326 FreeFall.TextScaled = true
5327 FreeFall.TextSize = 14
5328 FreeFall.TextWrapped = true
5329
5330 AttachExperimental.Name = "AttachExperimental"
5331 AttachExperimental.Parent = Tools
5332 AttachExperimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5333 AttachExperimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5334 AttachExperimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5335 AttachExperimental.Size = UDim2.new(0, 140, 0, 25)
5336 AttachExperimental.Font = Enum.Font.SourceSans
5337 AttachExperimental.FontSize = Enum.FontSize.Size14
5338 AttachExperimental.Text = "Attach Experimental"
5339 AttachExperimental.TextScaled = true
5340 AttachExperimental.TextSize = 14
5341 AttachExperimental.TextWrapped = true
5342
5343 GiveTool.Name = "GiveTool"
5344 GiveTool.Parent = Tools
5345 GiveTool.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5346 GiveTool.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5347 GiveTool.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5348 GiveTool.Size = UDim2.new(0, 140, 0, 25)
5349 GiveTool.Font = Enum.Font.SourceSans
5350 GiveTool.FontSize = Enum.FontSize.Size14
5351 GiveTool.Text = "Give Tool"
5352 GiveTool.TextScaled = true
5353 GiveTool.TextSize = 14
5354 GiveTool.TextWrapped = true
5355
5356 Basic.Name = "Basic"
5357 Basic.Parent = Sections
5358 Basic.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5359 Basic.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5360 Basic.BorderSizePixel = 2
5361 Basic.Size = UDim2.new(0, 350, 0, 230)
5362 Basic.Visible = false
5363
5364 BASICGUIDE.Name = "BASICGUIDE"
5365 BASICGUIDE.Parent = Basic
5366 BASICGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5367 BASICGUIDE.BackgroundTransparency = 1
5368 BASICGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5369 BASICGUIDE.Size = UDim2.new(0, 332, 0, 35)
5370 BASICGUIDE.Font = Enum.Font.ArialBold
5371 BASICGUIDE.FontSize = Enum.FontSize.Size14
5372 BASICGUIDE.Text = "Change/alter your own player."
5373 BASICGUIDE.TextScaled = true
5374 BASICGUIDE.TextSize = 14
5375 BASICGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5376 BASICGUIDE.TextStrokeTransparency = 0
5377 BASICGUIDE.TextWrapped = true
5378
5379 Speed.Name = "Speed"
5380 Speed.Parent = Basic
5381 Speed.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5382 Speed.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5383 Speed.Position = UDim2.new(0.0286500659, 0, 0.348405778, 0)
5384 Speed.Size = UDim2.new(0, 100, 0, 25)
5385 Speed.Font = Enum.Font.SourceSans
5386 Speed.FontSize = Enum.FontSize.Size14
5387 Speed.Text = "Speed"
5388 Speed.TextScaled = true
5389 Speed.TextSize = 14
5390 Speed.TextWrapped = true
5391
5392 JumpHeight.Name = "JumpHeight"
5393 JumpHeight.Parent = Basic
5394 JumpHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5395 JumpHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5396 JumpHeight.Position = UDim2.new(0.343800783, 0, 0.348405778, 0)
5397 JumpHeight.Size = UDim2.new(0, 100, 0, 25)
5398 JumpHeight.Font = Enum.Font.SourceSans
5399 JumpHeight.FontSize = Enum.FontSize.Size14
5400 JumpHeight.Text = "JumpHeight"
5401 JumpHeight.TextScaled = true
5402 JumpHeight.TextSize = 14
5403 JumpHeight.TextWrapped = true
5404
5405 Chat.Name = "Chat"
5406 Chat.Parent = Basic
5407 Chat.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5408 Chat.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5409 Chat.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0)
5410 Chat.Size = UDim2.new(0, 140, 0, 25)
5411 Chat.Font = Enum.Font.SourceSans
5412 Chat.FontSize = Enum.FontSize.Size14
5413 Chat.Text = "Chat"
5414 Chat.TextScaled = true
5415 Chat.TextSize = 14
5416 Chat.TextWrapped = true
5417
5418 Spam.Name = "Spam"
5419 Spam.Parent = Basic
5420 Spam.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5421 Spam.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5422 Spam.Position = UDim2.new(0.54435122, 0, 0.653260887, 0)
5423 Spam.Size = UDim2.new(0, 140, 0, 25)
5424 Spam.Font = Enum.Font.SourceSans
5425 Spam.FontSize = Enum.FontSize.Size14
5426 Spam.Text = "Spam"
5427 Spam.TextScaled = true
5428 Spam.TextSize = 14
5429 Spam.TextWrapped = true
5430
5431 Fly.Name = "Fly"
5432 Fly.Parent = Basic
5433 Fly.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5434 Fly.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5435 Fly.Position = UDim2.new(0.54435122, 0, 0.827463746, 0)
5436 Fly.Size = UDim2.new(0, 140, 0, 25)
5437 Fly.Font = Enum.Font.SourceSans
5438 Fly.FontSize = Enum.FontSize.Size14
5439 Fly.Text = "Fly"
5440 Fly.TextScaled = true
5441 Fly.TextSize = 14
5442 Fly.TextWrapped = true
5443
5444 Noclip.Name = "Noclip"
5445 Noclip.Parent = Basic
5446 Noclip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5447 Noclip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5448 Noclip.Position = UDim2.new(0.0286500659, 0, 0.827463746, 0)
5449 Noclip.Size = UDim2.new(0, 140, 0, 25)
5450 Noclip.Font = Enum.Font.SourceSans
5451 Noclip.FontSize = Enum.FontSize.Size14
5452 Noclip.Text = "Noclip"
5453 Noclip.TextScaled = true
5454 Noclip.TextSize = 14
5455 Noclip.TextWrapped = true
5456
5457 HipHeight.Name = "HipHeight"
5458 HipHeight.Parent = Basic
5459 HipHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5460 HipHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5461 HipHeight.Position = UDim2.new(0.658951521, 0, 0.348405778, 0)
5462 HipHeight.Size = UDim2.new(0, 100, 0, 25)
5463 HipHeight.Font = Enum.Font.SourceSans
5464 HipHeight.FontSize = Enum.FontSize.Size14
5465 HipHeight.Text = "HipHeight"
5466 HipHeight.TextScaled = true
5467 HipHeight.TextSize = 14
5468 HipHeight.TextWrapped = true
5469
5470 STATCHANGE.Name = "STATCHANGE"
5471 STATCHANGE.Parent = Basic
5472 STATCHANGE.BackgroundColor3 = Color3.new(1, 1, 1)
5473 STATCHANGE.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
5474 STATCHANGE.BorderSizePixel = 2
5475 STATCHANGE.Position = UDim2.new(0.315150708, 0, 0.217753619, 0)
5476 STATCHANGE.Size = UDim2.new(0, 120, 0, 18)
5477 STATCHANGE.ZIndex = 3
5478 STATCHANGE.Font = Enum.Font.SourceSans
5479 STATCHANGE.FontSize = Enum.FontSize.Size14
5480 STATCHANGE.Text = ""
5481 STATCHANGE.TextScaled = true
5482 STATCHANGE.TextSize = 14
5483 STATCHANGE.TextWrapped = true
5484
5485 CHATBOX.Name = "CHATBOX"
5486 CHATBOX.Parent = Basic
5487 CHATBOX.BackgroundColor3 = Color3.new(1, 1, 1)
5488 CHATBOX.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235)
5489 CHATBOX.BorderSizePixel = 2
5490 CHATBOX.Position = UDim2.new(0.143250331, 0, 0.522608697, 0)
5491 CHATBOX.Size = UDim2.new(0, 240, 0, 18)
5492 CHATBOX.ZIndex = 3
5493 CHATBOX.Font = Enum.Font.SourceSans
5494 CHATBOX.FontSize = Enum.FontSize.Size14
5495 CHATBOX.Text = ""
5496 CHATBOX.TextScaled = true
5497 CHATBOX.TextSize = 14
5498 CHATBOX.TextWrapped = true
5499
5500 Local_Player.Name = "Local_Player"
5501 Local_Player.Parent = Sections
5502 Local_Player.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5503 Local_Player.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5504 Local_Player.BorderSizePixel = 2
5505 Local_Player.Size = UDim2.new(0, 350, 0, 230)
5506 Local_Player.Visible = false
5507
5508 Local_PlayerGUIDE.Name = "Local_PlayerGUIDE"
5509 Local_PlayerGUIDE.Parent = Local_Player
5510 Local_PlayerGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5511 Local_PlayerGUIDE.BackgroundTransparency = 1
5512 Local_PlayerGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5513 Local_PlayerGUIDE.Size = UDim2.new(0, 332, 0, 35)
5514 Local_PlayerGUIDE.Font = Enum.Font.ArialBold
5515 Local_PlayerGUIDE.FontSize = Enum.FontSize.Size14
5516 Local_PlayerGUIDE.Text = "Perform cool tricks on yourself."
5517 Local_PlayerGUIDE.TextScaled = true
5518 Local_PlayerGUIDE.TextSize = 14
5519 Local_PlayerGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5520 Local_PlayerGUIDE.TextStrokeTransparency = 0
5521 Local_PlayerGUIDE.TextWrapped = true
5522
5523 CrazySpin.Name = "CrazySpin"
5524 CrazySpin.Parent = Local_Player
5525 CrazySpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5526 CrazySpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5527 CrazySpin.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5528 CrazySpin.Size = UDim2.new(0, 140, 0, 25)
5529 CrazySpin.Font = Enum.Font.SourceSans
5530 CrazySpin.FontSize = Enum.FontSize.Size14
5531 CrazySpin.Text = "Crazy Spin"
5532 CrazySpin.TextScaled = true
5533 CrazySpin.TextSize = 14
5534 CrazySpin.TextWrapped = true
5535
5536 CrouchRocket.Name = "CrouchRocket"
5537 CrouchRocket.Parent = Local_Player
5538 CrouchRocket.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5539 CrouchRocket.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5540 CrouchRocket.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5541 CrouchRocket.Size = UDim2.new(0, 140, 0, 25)
5542 CrouchRocket.Font = Enum.Font.SourceSans
5543 CrouchRocket.FontSize = Enum.FontSize.Size14
5544 CrouchRocket.Text = "Crouch Rocket"
5545 CrouchRocket.TextScaled = true
5546 CrouchRocket.TextSize = 14
5547 CrouchRocket.TextWrapped = true
5548
5549 Haunted.Name = "Haunted"
5550 Haunted.Parent = Local_Player
5551 Haunted.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5552 Haunted.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5553 Haunted.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5554 Haunted.Size = UDim2.new(0, 140, 0, 25)
5555 Haunted.Font = Enum.Font.SourceSans
5556 Haunted.FontSize = Enum.FontSize.Size14
5557 Haunted.Text = "Haunted"
5558 Haunted.TextScaled = true
5559 Haunted.TextSize = 14
5560 Haunted.TextWrapped = true
5561
5562 CloneIllusion.Name = "CloneIllusion"
5563 CloneIllusion.Parent = Local_Player
5564 CloneIllusion.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5565 CloneIllusion.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5566 CloneIllusion.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5567 CloneIllusion.Size = UDim2.new(0, 140, 0, 25)
5568 CloneIllusion.Font = Enum.Font.SourceSans
5569 CloneIllusion.FontSize = Enum.FontSize.Size14
5570 CloneIllusion.Text = "Clone Illusion"
5571 CloneIllusion.TextScaled = true
5572 CloneIllusion.TextSize = 14
5573 CloneIllusion.TextWrapped = true
5574
5575 Levitate.Name = "Levitate"
5576 Levitate.Parent = Local_Player
5577 Levitate.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5578 Levitate.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5579 Levitate.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5580 Levitate.Size = UDim2.new(0, 140, 0, 25)
5581 Levitate.Font = Enum.Font.SourceSans
5582 Levitate.FontSize = Enum.FontSize.Size14
5583 Levitate.Text = "Levitate"
5584 Levitate.TextScaled = true
5585 Levitate.TextSize = 14
5586 Levitate.TextWrapped = true
5587
5588 Dinosaur.Name = "Dinosaur"
5589 Dinosaur.Parent = Local_Player
5590 Dinosaur.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5591 Dinosaur.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5592 Dinosaur.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5593 Dinosaur.Size = UDim2.new(0, 140, 0, 25)
5594 Dinosaur.Font = Enum.Font.SourceSans
5595 Dinosaur.FontSize = Enum.FontSize.Size14
5596 Dinosaur.Text = "Dinosaur"
5597 Dinosaur.TextScaled = true
5598 Dinosaur.TextSize = 14
5599 Dinosaur.TextWrapped = true
5600
5601 Glitchy.Name = "Glitchy"
5602 Glitchy.Parent = Local_Player
5603 Glitchy.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5604 Glitchy.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5605 Glitchy.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5606 Glitchy.Size = UDim2.new(0, 140, 0, 25)
5607 Glitchy.Font = Enum.Font.SourceSans
5608 Glitchy.FontSize = Enum.FontSize.Size14
5609 Glitchy.Text = "Glitchy"
5610 Glitchy.TextScaled = true
5611 Glitchy.TextSize = 14
5612 Glitchy.TextWrapped = true
5613
5614 NoLimbs.Name = "NoLimbs"
5615 NoLimbs.Parent = Local_Player
5616 NoLimbs.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5617 NoLimbs.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5618 NoLimbs.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5619 NoLimbs.Size = UDim2.new(0, 140, 0, 25)
5620 NoLimbs.Font = Enum.Font.SourceSans
5621 NoLimbs.FontSize = Enum.FontSize.Size14
5622 NoLimbs.Text = "No Limbs"
5623 NoLimbs.TextScaled = true
5624 NoLimbs.TextSize = 14
5625 NoLimbs.TextWrapped = true
5626
5627 Animations.Name = "Animations"
5628 Animations.Parent = Sections
5629 Animations.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5630 Animations.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5631 Animations.BorderSizePixel = 2
5632 Animations.Size = UDim2.new(0, 350, 0, 230)
5633 Animations.Visible = false
5634
5635 ANIMATIONSGUIDE.Name = "ANIMATIONSGUIDE"
5636 ANIMATIONSGUIDE.Parent = Animations
5637 ANIMATIONSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5638 ANIMATIONSGUIDE.BackgroundTransparency = 1
5639 ANIMATIONSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5640 ANIMATIONSGUIDE.Size = UDim2.new(0, 332, 0, 35)
5641 ANIMATIONSGUIDE.Font = Enum.Font.ArialBold
5642 ANIMATIONSGUIDE.FontSize = Enum.FontSize.Size14
5643 ANIMATIONSGUIDE.Text = "Do cool commands with animations on others."
5644 ANIMATIONSGUIDE.TextScaled = true
5645 ANIMATIONSGUIDE.TextSize = 14
5646 ANIMATIONSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5647 ANIMATIONSGUIDE.TextStrokeTransparency = 0
5648 ANIMATIONSGUIDE.TextWrapped = true
5649
5650 _18.Name = "18+"
5651 _18.Parent = Animations
5652 _18.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5653 _18.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5654 _18.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5655 _18.Size = UDim2.new(0, 140, 0, 25)
5656 _18.Font = Enum.Font.SourceSans
5657 _18.FontSize = Enum.FontSize.Size14
5658 _18.Text = "18+"
5659 _18.TextScaled = true
5660 _18.TextSize = 14
5661 _18.TextWrapped = true
5662
5663 Hide.Name = "Hide"
5664 Hide.Parent = Animations
5665 Hide.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5666 Hide.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5667 Hide.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5668 Hide.Size = UDim2.new(0, 140, 0, 25)
5669 Hide.Font = Enum.Font.SourceSans
5670 Hide.FontSize = Enum.FontSize.Size14
5671 Hide.Text = "Hide"
5672 Hide.TextScaled = true
5673 Hide.TextSize = 14
5674 Hide.TextWrapped = true
5675
5676 PushLock.Name = "PushLock"
5677 PushLock.Parent = Animations
5678 PushLock.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5679 PushLock.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5680 PushLock.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5681 PushLock.Size = UDim2.new(0, 140, 0, 25)
5682 PushLock.Font = Enum.Font.SourceSans
5683 PushLock.FontSize = Enum.FontSize.Size14
5684 PushLock.Text = "Push Lock"
5685 PushLock.TextScaled = true
5686 PushLock.TextSize = 14
5687 PushLock.TextWrapped = true
5688
5689 SlamOn.Name = "SlamOn"
5690 SlamOn.Parent = Animations
5691 SlamOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5692 SlamOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5693 SlamOn.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5694 SlamOn.Size = UDim2.new(0, 140, 0, 25)
5695 SlamOn.Font = Enum.Font.SourceSans
5696 SlamOn.FontSize = Enum.FontSize.Size14
5697 SlamOn.Text = "Slam On"
5698 SlamOn.TextScaled = true
5699 SlamOn.TextSize = 14
5700 SlamOn.TextWrapped = true
5701
5702 LevitateOn.Name = "LevitateOn"
5703 LevitateOn.Parent = Animations
5704 LevitateOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5705 LevitateOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5706 LevitateOn.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5707 LevitateOn.Size = UDim2.new(0, 140, 0, 25)
5708 LevitateOn.Font = Enum.Font.SourceSans
5709 LevitateOn.FontSize = Enum.FontSize.Size14
5710 LevitateOn.Text = "Levitate On"
5711 LevitateOn.TextScaled = true
5712 LevitateOn.TextSize = 14
5713 LevitateOn.TextWrapped = true
5714
5715 Dance.Name = "Dance"
5716 Dance.Parent = Animations
5717 Dance.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5718 Dance.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5719 Dance.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5720 Dance.Size = UDim2.new(0, 140, 0, 25)
5721 Dance.Font = Enum.Font.SourceSans
5722 Dance.FontSize = Enum.FontSize.Size14
5723 Dance.Text = "Dance"
5724 Dance.TextScaled = true
5725 Dance.TextSize = 14
5726 Dance.TextWrapped = true
5727
5728 ExperimentalAnimation.Name = "ExperimentalAnimation"
5729 ExperimentalAnimation.Parent = Animations
5730 ExperimentalAnimation.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5731 ExperimentalAnimation.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5732 ExperimentalAnimation.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5733 ExperimentalAnimation.Size = UDim2.new(0, 140, 0, 25)
5734 ExperimentalAnimation.Font = Enum.Font.SourceSans
5735 ExperimentalAnimation.FontSize = Enum.FontSize.Size14
5736 ExperimentalAnimation.Text = "Experimental Animation"
5737 ExperimentalAnimation.TextScaled = true
5738 ExperimentalAnimation.TextSize = 14
5739 ExperimentalAnimation.TextWrapped = true
5740
5741 Carpet.Name = "Carpet"
5742 Carpet.Parent = Animations
5743 Carpet.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5744 Carpet.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5745 Carpet.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5746 Carpet.Size = UDim2.new(0, 140, 0, 25)
5747 Carpet.Font = Enum.Font.SourceSans
5748 Carpet.FontSize = Enum.FontSize.Size14
5749 Carpet.Text = "Carpet"
5750 Carpet.TextScaled = true
5751 Carpet.TextSize = 14
5752 Carpet.TextWrapped = true
5753
5754 Extra.Name = "Extra"
5755 Extra.Parent = Sections
5756 Extra.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
5757 Extra.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5758 Extra.BorderSizePixel = 2
5759 Extra.Size = UDim2.new(0, 350, 0, 230)
5760 Extra.Visible = false
5761
5762 EXTRAGUIDE.Name = "EXTRAGUIDE"
5763 EXTRAGUIDE.Parent = Extra
5764 EXTRAGUIDE.BackgroundColor3 = Color3.new(1, 1, 1)
5765 EXTRAGUIDE.BackgroundTransparency = 1
5766 EXTRAGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0)
5767 EXTRAGUIDE.Size = UDim2.new(0, 332, 0, 35)
5768 EXTRAGUIDE.Font = Enum.Font.ArialBold
5769 EXTRAGUIDE.FontSize = Enum.FontSize.Size14
5770 EXTRAGUIDE.Text = "Extra commands for yourself."
5771 EXTRAGUIDE.TextScaled = true
5772 EXTRAGUIDE.TextSize = 14
5773 EXTRAGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667)
5774 EXTRAGUIDE.TextStrokeTransparency = 0
5775 EXTRAGUIDE.TextWrapped = true
5776
5777 Sit.Name = "Sit"
5778 Sit.Parent = Extra
5779 Sit.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5780 Sit.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5781 Sit.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0)
5782 Sit.Size = UDim2.new(0, 140, 0, 25)
5783 Sit.Font = Enum.Font.SourceSans
5784 Sit.FontSize = Enum.FontSize.Size14
5785 Sit.Text = "Sit"
5786 Sit.TextScaled = true
5787 Sit.TextSize = 14
5788 Sit.TextWrapped = true
5789
5790 Jump.Name = "Jump"
5791 Jump.Parent = Extra
5792 Jump.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5793 Jump.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5794 Jump.Position = UDim2.new(0.54435122, 0, 0.261304349, 0)
5795 Jump.Size = UDim2.new(0, 140, 0, 25)
5796 Jump.Font = Enum.Font.SourceSans
5797 Jump.FontSize = Enum.FontSize.Size14
5798 Jump.Text = "Jump"
5799 Jump.TextScaled = true
5800 Jump.TextSize = 14
5801 Jump.TextWrapped = true
5802
5803 PlatformStand.Name = "PlatformStand"
5804 PlatformStand.Parent = Extra
5805 PlatformStand.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5806 PlatformStand.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5807 PlatformStand.Position = UDim2.new(0.54435122, 0, 0.435507238, 0)
5808 PlatformStand.Size = UDim2.new(0, 140, 0, 25)
5809 PlatformStand.Font = Enum.Font.SourceSans
5810 PlatformStand.FontSize = Enum.FontSize.Size14
5811 PlatformStand.Text = "Platform Stand"
5812 PlatformStand.TextScaled = true
5813 PlatformStand.TextSize = 14
5814 PlatformStand.TextWrapped = true
5815
5816 Freeze.Name = "Freeze"
5817 Freeze.Parent = Extra
5818 Freeze.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5819 Freeze.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5820 Freeze.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0)
5821 Freeze.Size = UDim2.new(0, 140, 0, 25)
5822 Freeze.Font = Enum.Font.SourceSans
5823 Freeze.FontSize = Enum.FontSize.Size14
5824 Freeze.Text = "Freeze"
5825 Freeze.TextScaled = true
5826 Freeze.TextSize = 14
5827 Freeze.TextWrapped = true
5828
5829 Insane.Name = "Insane"
5830 Insane.Parent = Extra
5831 Insane.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5832 Insane.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5833 Insane.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0)
5834 Insane.Size = UDim2.new(0, 140, 0, 25)
5835 Insane.Font = Enum.Font.SourceSans
5836 Insane.FontSize = Enum.FontSize.Size14
5837 Insane.Text = "Insane"
5838 Insane.TextScaled = true
5839 Insane.TextSize = 14
5840 Insane.TextWrapped = true
5841
5842 TPVoid.Name = "TPVoid"
5843 TPVoid.Parent = Extra
5844 TPVoid.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5845 TPVoid.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5846 TPVoid.Position = UDim2.new(0.54435122, 0, 0.609710157, 0)
5847 TPVoid.Size = UDim2.new(0, 140, 0, 25)
5848 TPVoid.Font = Enum.Font.SourceSans
5849 TPVoid.FontSize = Enum.FontSize.Size14
5850 TPVoid.Text = "TP Void"
5851 TPVoid.TextScaled = true
5852 TPVoid.TextSize = 14
5853 TPVoid.TextWrapped = true
5854
5855 Unknown.Name = "Unknown"
5856 Unknown.Parent = Extra
5857 Unknown.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5858 Unknown.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5859 Unknown.Position = UDim2.new(0.54435122, 0, 0.783913076, 0)
5860 Unknown.Size = UDim2.new(0, 140, 0, 25)
5861 Unknown.Font = Enum.Font.SourceSans
5862 Unknown.FontSize = Enum.FontSize.Size14
5863 Unknown.Text = "Unknown"
5864 Unknown.TextScaled = true
5865 Unknown.TextSize = 14
5866 Unknown.TextWrapped = true
5867
5868 Reset.Name = "Reset"
5869 Reset.Parent = Extra
5870 Reset.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902)
5871 Reset.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333)
5872 Reset.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0)
5873 Reset.Size = UDim2.new(0, 140, 0, 25)
5874 Reset.Font = Enum.Font.SourceSans
5875 Reset.FontSize = Enum.FontSize.Size14
5876 Reset.Text = "Reset"
5877 Reset.TextScaled = true
5878 Reset.TextSize = 14
5879 Reset.TextWrapped = true
5880
5881 SelectTabs.Name = "SelectTabs"
5882 SelectTabs.Parent = MainFrame
5883 SelectTabs.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
5884 SelectTabs.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5885 SelectTabs.BorderSizePixel = 2
5886 SelectTabs.Position = UDim2.new(-0.286500663, 0, 0.148395061, 0)
5887 SelectTabs.Size = UDim2.new(0, 98, 0, 230)
5888 SelectTabs.CanvasSize = UDim2.new(0, 0, 1.20000005, 0)
5889
5890 RocketPropulsionTAB.Name = "RocketPropulsionTAB"
5891 RocketPropulsionTAB.Parent = SelectTabs
5892 RocketPropulsionTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5893 RocketPropulsionTAB.BackgroundTransparency = 1
5894 RocketPropulsionTAB.Position = UDim2.new(0, 0, 0.00999999978, 0)
5895 RocketPropulsionTAB.Size = UDim2.new(0, 82, 0, 40)
5896 RocketPropulsionTAB.Font = Enum.Font.SourceSansLight
5897 RocketPropulsionTAB.FontSize = Enum.FontSize.Size18
5898 RocketPropulsionTAB.Text = "Rocket Propulsion"
5899 RocketPropulsionTAB.TextSize = 18
5900 RocketPropulsionTAB.TextWrapped = true
5901
5902 TeleportationTAB.Name = "TeleportationTAB"
5903 TeleportationTAB.Parent = SelectTabs
5904 TeleportationTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5905 TeleportationTAB.BackgroundTransparency = 1
5906 TeleportationTAB.Position = UDim2.new(0, 0, 0.150000006, 0)
5907 TeleportationTAB.Size = UDim2.new(0, 82, 0, 40)
5908 TeleportationTAB.Font = Enum.Font.SourceSansLight
5909 TeleportationTAB.FontSize = Enum.FontSize.Size18
5910 TeleportationTAB.Text = "Teleportation"
5911 TeleportationTAB.TextSize = 17
5912 TeleportationTAB.TextWrapped = true
5913
5914 ToolsTAB.Name = "ToolsTAB"
5915 ToolsTAB.Parent = SelectTabs
5916 ToolsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5917 ToolsTAB.BackgroundTransparency = 1
5918 ToolsTAB.Position = UDim2.new(0, 0, 0.289999992, 0)
5919 ToolsTAB.Size = UDim2.new(0, 82, 0, 40)
5920 ToolsTAB.Font = Enum.Font.SourceSansLight
5921 ToolsTAB.FontSize = Enum.FontSize.Size24
5922 ToolsTAB.Text = "Tools"
5923 ToolsTAB.TextSize = 20
5924 ToolsTAB.TextWrapped = true
5925
5926 AnimationsTAB.Name = "AnimationsTAB"
5927 AnimationsTAB.Parent = SelectTabs
5928 AnimationsTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5929 AnimationsTAB.BackgroundTransparency = 1
5930 AnimationsTAB.Position = UDim2.new(0, 0, 0.569999993, 0)
5931 AnimationsTAB.Size = UDim2.new(0, 82, 0, 40)
5932 AnimationsTAB.Font = Enum.Font.SourceSansLight
5933 AnimationsTAB.FontSize = Enum.FontSize.Size24
5934 AnimationsTAB.Text = "Animations"
5935 AnimationsTAB.TextSize = 20
5936 AnimationsTAB.TextWrapped = true
5937
5938 BasicTAB.Name = "BasicTAB"
5939 BasicTAB.Parent = SelectTabs
5940 BasicTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5941 BasicTAB.BackgroundTransparency = 1
5942 BasicTAB.Position = UDim2.new(0, 0, 0.430000007, 0)
5943 BasicTAB.Size = UDim2.new(0, 82, 0, 40)
5944 BasicTAB.Font = Enum.Font.SourceSansLight
5945 BasicTAB.FontSize = Enum.FontSize.Size24
5946 BasicTAB.Text = "Basic"
5947 BasicTAB.TextSize = 20
5948 BasicTAB.TextWrapped = true
5949
5950 Local_PlayerTAB.Name = "Local_PlayerTAB"
5951 Local_PlayerTAB.Parent = SelectTabs
5952 Local_PlayerTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5953 Local_PlayerTAB.BackgroundTransparency = 1
5954 Local_PlayerTAB.Position = UDim2.new(0, 0, 0.709999979, 0)
5955 Local_PlayerTAB.Size = UDim2.new(0, 82, 0, 40)
5956 Local_PlayerTAB.Font = Enum.Font.SourceSansLight
5957 Local_PlayerTAB.FontSize = Enum.FontSize.Size24
5958 Local_PlayerTAB.Text = "Local Player"
5959 Local_PlayerTAB.TextSize = 20
5960 Local_PlayerTAB.TextWrapped = true
5961
5962 ExtraTAB.Name = "ExtraTAB"
5963 ExtraTAB.Parent = SelectTabs
5964 ExtraTAB.BackgroundColor3 = Color3.new(1, 1, 1)
5965 ExtraTAB.BackgroundTransparency = 1
5966 ExtraTAB.Position = UDim2.new(0, 0, 0.850000024, 0)
5967 ExtraTAB.Size = UDim2.new(0, 82, 0, 40)
5968 ExtraTAB.Font = Enum.Font.SourceSansLight
5969 ExtraTAB.FontSize = Enum.FontSize.Size24
5970 ExtraTAB.Text = "Extra"
5971 ExtraTAB.TextSize = 20
5972 ExtraTAB.TextWrapped = true
5973
5974 SideFrame.Name = "SideFrame"
5975 SideFrame.Parent = HyperTotal
5976 SideFrame.Active = true
5977 SideFrame.BackgroundColor3 = Color3.new(1, 1, 1)
5978 SideFrame.BackgroundTransparency = 1
5979 SideFrame.Draggable = true
5980 SideFrame.Position = UDim2.new(0.349, 0, 0.25, 0)
5981 SideFrame.Size = UDim2.new(0, 350, 0, 40)
5982 SideFrame.Visible = false
5983
5984 SideTopFrame.Name = "SideTopFrame"
5985 SideTopFrame.Parent = SideFrame
5986 SideTopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5987 SideTopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
5988 SideTopFrame.BorderSizePixel = 2
5989 SideTopFrame.Position = UDim2.new(-0.287, 0, 0, 0)
5990 SideTopFrame.Size = UDim2.new(0, 450, 0, 270)
5991 SideTopFrame.ZIndex = 9
5992
5993 SideTitle.Name = "SideTitle"
5994 SideTitle.Parent = SideTopFrame
5995 SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
5996 SideTitle.BackgroundTransparency = 1
5997 SideTitle.Position = UDim2.new(0.356534153, 0, 0, 0)
5998 SideTitle.Size = UDim2.new(0, 150, 0, 40)
5999 SideTitle.ZIndex = 10
6000 SideTitle.Font = Enum.Font.SourceSansItalic
6001 SideTitle.FontSize = Enum.FontSize.Size36
6002 SideTitle.Text = "HyperTotal"
6003 SideTitle.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804)
6004 SideTitle.TextSize = 35
6005 SideTitle.TextWrapped = true
6006
6007 OpenGUI.Name = "OpenGUI"
6008 OpenGUI.Parent = SideTopFrame
6009 OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
6010 OpenGUI.BackgroundTransparency = 1
6011 OpenGUI.Position = UDim2.new(0.913618803, 0, 0, 0)
6012 OpenGUI.Size = UDim2.new(0, 40, 0, 40)
6013 OpenGUI.ZIndex = 10
6014 OpenGUI.Font = Enum.Font.SourceSansBold
6015 OpenGUI.FontSize = Enum.FontSize.Size60
6016 OpenGUI.Text = "X"
6017 OpenGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804)
6018 OpenGUI.TextSize = 50
6019 OpenGUI.TextWrapped = true
6020
6021 SideCreditTXT.Name = "SideCreditTXT"
6022 SideCreditTXT.Parent = SideTopFrame
6023 SideCreditTXT.BackgroundColor3 = Color3.new(1, 1, 1)
6024 SideCreditTXT.BackgroundTransparency = 1
6025 SideCreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0)
6026 SideCreditTXT.Rotation = -17
6027 SideCreditTXT.Size = UDim2.new(0, 90, 0, 20)
6028 SideCreditTXT.ZIndex = 10
6029 SideCreditTXT.Font = Enum.Font.SourceSansItalic
6030 SideCreditTXT.FontSize = Enum.FontSize.Size24
6031 SideCreditTXT.Text = "illremember"
6032 SideCreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255)
6033 SideCreditTXT.TextSize = 20
6034 SideCreditTXT.TextWrapped = true
6035
6036 BrickFrame.Name = "BrickFrame"
6037 BrickFrame.Parent = MainFrame
6038 BrickFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6039 BrickFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569)
6040 BrickFrame.BorderSizePixel = 0
6041 BrickFrame.Position = UDim2.new(0, 0, 0.148395061, 0)
6042 BrickFrame.Size = UDim2.new(0, 0, 0, 230)
6043 BrickFrame.ZIndex = 4
6044
6045 -- Buttons
6046
6047 col = Color3.new(0.854902, 0.854902, 0.854902)
6048 loc = Color3.new(0.65, 0.90, 0.65)
6049
6050 wait(1)
6051 MainFrame:TweenPosition(UDim2.new(0.348623842, 0, 0.25, 0), "Out", "Bounce", 2)
6052
6053 if game.Workspace.FilteringEnabled == false then
6054 FE_CHECK.Text = "FE is disabled"
6055 FE_CHECK.TextColor3 = Color3.fromRGB(200,10,10)
6056 else
6057 FE_CHECK.Text = "FE is enabled"
6058 FE_CHECK.TextColor3 = Color3.fromRGB(10,200,10)
6059 end
6060
6061 CloseGUI.MouseButton1Click:connect(function()
6062 CloseGUI.Visible = false
6063 EnterUsername.Visible = false
6064 TopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
6065 wait(1)
6066 SideFrame.Position = MainFrame.Position
6067 MainFrame.Visible = false
6068 SideFrame.Visible = true
6069 SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
6070 OpenGUI.Visible = false
6071 wait(1)
6072 OpenGUI.Visible = true
6073 end)
6074
6075 OpenGUI.MouseButton1Click:connect(function()
6076 OpenGUI.Visible = false
6077 SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1)
6078 wait(1)
6079 MainFrame.Position = SideFrame.Position
6080 SideFrame.Visible = false
6081 MainFrame.Visible = true
6082 CloseGUI.Visible = false
6083 TopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1)
6084 wait(1)
6085 EnterUsername.Visible = true
6086 CloseGUI.Visible = true
6087 end)
6088
6089 AnimationsTAB.MouseButton1Click:connect(function()
6090 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6091 wait(0.5)
6092 Animations.Visible = true
6093 Basic.Visible = false
6094 Extra.Visible = false
6095 INTRO.Visible = false
6096 Local_Player.Visible = false
6097 RocketPropulsion.Visible = false
6098 Teleportation.Visible = false
6099 Tools.Visible = false
6100 AnimationsTAB.Font = "SourceSansBold"
6101 BasicTAB.Font = "SourceSansLight"
6102 ExtraTAB.Font = "SourceSansLight"
6103 Local_PlayerTAB.Font = "SourceSansLight"
6104 RocketPropulsionTAB.Font = "SourceSansLight"
6105 TeleportationTAB.Font = "SourceSansLight"
6106 ToolsTAB.Font = "SourceSansLight"
6107 AnimationsTAB.TextSize = 17
6108 TeleportationTAB.TextSize = 17
6109 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6110 end)
6111
6112 BasicTAB.MouseButton1Click:connect(function()
6113 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6114 wait(0.5)
6115 Animations.Visible = false
6116 Basic.Visible = true
6117 Extra.Visible = false
6118 INTRO.Visible = false
6119 Local_Player.Visible = false
6120 RocketPropulsion.Visible = false
6121 Teleportation.Visible = false
6122 Tools.Visible = false
6123 AnimationsTAB.Font = "SourceSansLight"
6124 BasicTAB.Font = "SourceSansBold"
6125 ExtraTAB.Font = "SourceSansLight"
6126 Local_PlayerTAB.Font = "SourceSansLight"
6127 RocketPropulsionTAB.Font = "SourceSansLight"
6128 TeleportationTAB.Font = "SourceSansLight"
6129 ToolsTAB.Font = "SourceSansLight"
6130 AnimationsTAB.TextSize = 20
6131 TeleportationTAB.TextSize = 17
6132 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6133 end)
6134
6135 ExtraTAB.MouseButton1Click:connect(function()
6136 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6137 wait(0.5)
6138 Animations.Visible = false
6139 Basic.Visible = false
6140 Extra.Visible = true
6141 INTRO.Visible = false
6142 Local_Player.Visible = false
6143 RocketPropulsion.Visible = false
6144 Teleportation.Visible = false
6145 Tools.Visible = false
6146 AnimationsTAB.Font = "SourceSansLight"
6147 BasicTAB.Font = "SourceSansLight"
6148 ExtraTAB.Font = "SourceSansBold"
6149 Local_PlayerTAB.Font = "SourceSansLight"
6150 RocketPropulsionTAB.Font = "SourceSansLight"
6151 TeleportationTAB.Font = "SourceSansLight"
6152 ToolsTAB.Font = "SourceSansLight"
6153 AnimationsTAB.TextSize = 20
6154 TeleportationTAB.TextSize = 17
6155 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6156 end)
6157
6158 Local_PlayerTAB.MouseButton1Click:connect(function()
6159 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6160 wait(0.5)
6161 Animations.Visible = false
6162 Basic.Visible = false
6163 Extra.Visible = false
6164 INTRO.Visible = false
6165 Local_Player.Visible = true
6166 RocketPropulsion.Visible = false
6167 Teleportation.Visible = false
6168 Tools.Visible = false
6169 AnimationsTAB.Font = "SourceSansLight"
6170 BasicTAB.Font = "SourceSansLight"
6171 ExtraTAB.Font = "SourceSansLight"
6172 Local_PlayerTAB.Font = "SourceSansBold"
6173 RocketPropulsionTAB.Font = "SourceSansLight"
6174 TeleportationTAB.Font = "SourceSansLight"
6175 ToolsTAB.Font = "SourceSansLight"
6176 AnimationsTAB.TextSize = 20
6177 TeleportationTAB.TextSize = 17
6178 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6179 end)
6180
6181 RocketPropulsionTAB.MouseButton1Click:connect(function()
6182 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6183 wait(0.5)
6184 Animations.Visible = false
6185 Basic.Visible = false
6186 Extra.Visible = false
6187 INTRO.Visible = false
6188 Local_Player.Visible = false
6189 RocketPropulsion.Visible = true
6190 Teleportation.Visible = false
6191 Tools.Visible = false
6192 AnimationsTAB.Font = "SourceSansLight"
6193 BasicTAB.Font = "SourceSansLight"
6194 ExtraTAB.Font = "SourceSansLight"
6195 Local_PlayerTAB.Font = "SourceSansLight"
6196 RocketPropulsionTAB.Font = "SourceSansBold"
6197 TeleportationTAB.Font = "SourceSansLight"
6198 ToolsTAB.Font = "SourceSansLight"
6199 AnimationsTAB.TextSize = 20
6200 TeleportationTAB.TextSize = 17
6201 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6202 end)
6203
6204 TeleportationTAB.MouseButton1Click:connect(function()
6205 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6206 wait(0.5)
6207 Animations.Visible = false
6208 Basic.Visible = false
6209 Extra.Visible = false
6210 INTRO.Visible = false
6211 Local_Player.Visible = false
6212 RocketPropulsion.Visible = false
6213 Teleportation.Visible = true
6214 Tools.Visible = false
6215 AnimationsTAB.Font = "SourceSansLight"
6216 BasicTAB.Font = "SourceSansLight"
6217 ExtraTAB.Font = "SourceSansLight"
6218 Local_PlayerTAB.Font = "SourceSansLight"
6219 RocketPropulsionTAB.Font = "SourceSansLight"
6220 TeleportationTAB.Font = "SourceSansBold"
6221 ToolsTAB.Font = "SourceSansLight"
6222 AnimationsTAB.TextSize = 20
6223 TeleportationTAB.TextSize = 15
6224 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6225 end)
6226
6227 ToolsTAB.MouseButton1Click:connect(function()
6228 BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5)
6229 wait(0.5)
6230 Animations.Visible = false
6231 Basic.Visible = false
6232 Extra.Visible = false
6233 INTRO.Visible = false
6234 Local_Player.Visible = false
6235 RocketPropulsion.Visible = false
6236 Teleportation.Visible = false
6237 Tools.Visible = true
6238 AnimationsTAB.Font = "SourceSansLight"
6239 BasicTAB.Font = "SourceSansLight"
6240 ExtraTAB.Font = "SourceSansLight"
6241 Local_PlayerTAB.Font = "SourceSansLight"
6242 RocketPropulsionTAB.Font = "SourceSansLight"
6243 TeleportationTAB.Font = "SourceSansLight"
6244 ToolsTAB.Font = "SourceSansBold"
6245 AnimationsTAB.TextSize = 20
6246 TeleportationTAB.TextSize = 17
6247 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5)
6248 end)
6249
6250 ------ ANIMATIONS -------------------------------------------------------------------------
6251 ------ ANIMATIONS -------------------------------------------------------------------------
6252 ------ ANIMATIONS -------------------------------------------------------------------------
6253 ------ ANIMATIONS -------------------------------------------------------------------------
6254
6255 function GetPlayer(String) -- Credit to Timeless/xFunnieuss
6256 local Found = {}
6257 local strl = String:lower()
6258 if strl == "all" then
6259 for i,v in pairs(game.Players:GetPlayers()) do
6260 table.insert(Found,v)
6261 end
6262 elseif strl == "others" then
6263 for i,v in pairs(game.Players:GetPlayers()) do
6264 if v.Name ~= game.Players.LocalPlayer.Name then
6265 table.insert(Found,v)
6266 end
6267 end
6268 else
6269 for i,v in pairs(game.Players:GetPlayers()) do
6270 if v.Name:lower():sub(1, #String) == String:lower() then
6271 table.insert(Found,v)
6272 end
6273 end
6274 end
6275 return Found
6276 end
6277
6278 AnimationId = "148840371"
6279 local Anim = Instance.new("Animation")
6280 Anim.AnimationId = "rbxassetid://"..AnimationId
6281 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6282 _18active = false
6283 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6284 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6285 _18active = false
6286 end)
6287 _18.MouseButton1Click:connect(function()
6288 _18active = not _18active
6289 if _18active then
6290 _18.BackgroundColor3 = loc
6291 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6292 track:Play()
6293 game:GetService('RunService').Stepped:connect(function()
6294 if _18active then
6295 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6296 end
6297 end)
6298 end
6299 else
6300 track:Stop()
6301 _18.BackgroundColor3 = col
6302 end
6303 end)
6304
6305 AnimationId = "282574440"
6306 local Anim = Instance.new("Animation")
6307 Anim.AnimationId = "rbxassetid://"..AnimationId
6308 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6309 CarpetActive = false
6310 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6311 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6312 CarpetActive = false
6313 end)
6314 Carpet.MouseButton1Click:connect(function()
6315 CarpetActive = not CarpetActive
6316 if CarpetActive then
6317 Carpet.BackgroundColor3 = loc
6318 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6319 track:Play()
6320 game:GetService('RunService').Stepped:connect(function()
6321 if CarpetActive then
6322 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6323 end
6324 end)
6325 end
6326 else
6327 track:Stop()
6328 Carpet.BackgroundColor3 = col
6329 end
6330 end)
6331
6332 AnimationId = "215384594"
6333 local Anim = Instance.new("Animation")
6334 Anim.AnimationId = "rbxassetid://"..AnimationId
6335 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6336 ExperimentalAnimationActive = false
6337 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6338 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6339 ExperimentalAnimationActive = false
6340 end)
6341 ExperimentalAnimation.MouseButton1Click:connect(function()
6342 ExperimentalAnimationActive = not ExperimentalAnimationActive
6343 if ExperimentalAnimationActive then
6344 ExperimentalAnimation.BackgroundColor3 = loc
6345 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6346 track:Play(0.1, 1, 5)
6347 game:GetService('RunService').Stepped:connect(function()
6348 if ExperimentalAnimationActive then
6349 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6350 end
6351 end)
6352 end
6353 else
6354 track:Stop()
6355 ExperimentalAnimation.BackgroundColor3 = col
6356 end
6357 end)
6358
6359 AnimationId = "429703734"
6360 local Anim = Instance.new("Animation")
6361 Anim.AnimationId = "rbxassetid://"..AnimationId
6362 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6363 DanceActive = false
6364 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6365 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6366 DanceActive = false
6367 end)
6368 Dance.MouseButton1Click:connect(function()
6369 DanceActive = not DanceActive
6370 if DanceActive then
6371 Dance.BackgroundColor3 = loc
6372 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6373 track:Play()
6374 game:GetService('RunService').Stepped:connect(function()
6375 if DanceActive then
6376 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6377 end
6378 end)
6379 end
6380 else
6381 track:Stop()
6382 Dance.BackgroundColor3 = col
6383 end
6384 end)
6385
6386 AnimationId = "282574440"
6387 local Anim = Instance.new("Animation")
6388 Anim.AnimationId = "rbxassetid://"..AnimationId
6389 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6390 HideActive = false
6391 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6392 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6393 HideActive = false
6394 end)
6395 Hide.MouseButton1Click:connect(function()
6396 HideActive = not HideActive
6397 if HideActive then
6398 Hide.BackgroundColor3 = loc
6399 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6400 track:Play()
6401 game:GetService('RunService').Stepped:connect(function()
6402 if HideActive then
6403 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
6404 end
6405 end)
6406 end
6407 else
6408 track:Stop()
6409 Hide.BackgroundColor3 = col
6410 end
6411 end)
6412
6413 AnimationId = "313762630"
6414 local Anim = Instance.new("Animation")
6415 Anim.AnimationId = "rbxassetid://"..AnimationId
6416 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6417 LevitateOnActive = false
6418 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6419 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6420 LevitateOnActive = false
6421 end)
6422 LevitateOn.MouseButton1Click:connect(function()
6423 LevitateOnActive = not LevitateOnActive
6424 if LevitateOnActive then
6425 LevitateOn.BackgroundColor3 = loc
6426 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6427 track:Play()
6428 game:GetService('RunService').Stepped:connect(function()
6429 if LevitateOnActive then
6430 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6431 end
6432 end)
6433 end
6434 else
6435 track:Stop()
6436 LevitateOn.BackgroundColor3 = col
6437 end
6438 end)
6439
6440 AnimationId = "215384594"
6441 local Anim = Instance.new("Animation")
6442 Anim.AnimationId = "rbxassetid://"..AnimationId
6443 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6444 PushLockActive = false
6445 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6446 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6447 PushLockActive = false
6448 end)
6449 PushLock.MouseButton1Click:connect(function()
6450 PushLockActive = not PushLockActive
6451 if PushLockActive then
6452 PushLock.BackgroundColor3 = loc
6453 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6454 track:Play()
6455 game:GetService('RunService').Stepped:connect(function()
6456 if PushLockActive then
6457 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6458 end
6459 end)
6460 end
6461 else
6462 track:Stop()
6463 PushLock.BackgroundColor3 = col
6464 end
6465 end)
6466
6467 AnimationId = "184574340"
6468 local Anim = Instance.new("Animation")
6469 Anim.AnimationId = "rbxassetid://"..AnimationId
6470 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6471 SlamOnActive = false
6472 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6473 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6474 SlamOnActive = false
6475 end)
6476 SlamOn.MouseButton1Click:connect(function()
6477 SlamOnActive = not SlamOnActive
6478 if SlamOnActive then
6479 SlamOn.BackgroundColor3 = loc
6480 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6481 track:Play()
6482 game:GetService('RunService').Stepped:connect(function()
6483 if SlamOnActive then
6484 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6485 end
6486 end)
6487 end
6488 else
6489 track:Stop()
6490 SlamOn.BackgroundColor3 = col
6491 end
6492 end)
6493
6494 ------ BASIC -------------------------------------------------------------------------
6495 ------ BASIC -------------------------------------------------------------------------
6496 ------ BASIC -------------------------------------------------------------------------
6497 ------ BASIC -------------------------------------------------------------------------
6498
6499 HipHeight.MouseButton1Click:connect(function()
6500 game.Players.LocalPlayer.Character.Humanoid.HipHeight = STATCHANGE.Text
6501 end)
6502 JumpHeight.MouseButton1Click:connect(function()
6503 game.Players.LocalPlayer.Character.Humanoid.JumpPower = STATCHANGE.Text
6504 end)
6505 Speed.MouseButton1Click:connect(function()
6506 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = STATCHANGE.Text
6507 end)
6508 Chat.MouseButton1Click:connect(function()
6509 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
6510 end)
6511 keepspam = false
6512 Spam.MouseButton1Click:connect(function()
6513 keepspam = not keepspam
6514 if keepspam then
6515 Spam.BackgroundColor3 = loc
6516 else
6517 Spam.BackgroundColor3 = col
6518 end
6519 while wait(0.5) do
6520 if keepspam then
6521 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All")
6522 end
6523 end
6524 end)
6525 clip = true
6526 Noclip.MouseButton1Click:connect(function()
6527 clip = not clip
6528 game:GetService('RunService').Stepped:connect(function()
6529 if not clip then
6530 Noclip.BackgroundColor3 = loc
6531 game.Players.LocalPlayer.Character.Head.CanCollide = false
6532 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6533 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6534 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6535 else
6536 Noclip.BackgroundColor3 = col
6537 end
6538 end)
6539 end)
6540 local flying = false
6541 Fly.MouseButton1Click:connect(function()
6542 flying = not flying
6543 repeat wait()
6544 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
6545 local mouse = game.Players.LocalPlayer:GetMouse()
6546 repeat wait() until mouse
6547 local plr = game.Players.LocalPlayer
6548 local torso = plr.Character.Torso
6549 local deb = true
6550 local ctrl = {f = 0, b = 0, l = 0, r = 0}
6551 local lastctrl = {f = 0, b = 0, l = 0, r = 0}
6552 local maxspeed = 70
6553 local speed = 0
6554 if flying then
6555 Fly.BackgroundColor3 = loc
6556 else
6557 Fly.BackgroundColor3 = col
6558 end
6559
6560 function FlyFunction()
6561 local bg = Instance.new("BodyGyro", torso)
6562 bg.P = 9e4
6563 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
6564 bg.cframe = torso.CFrame
6565 local bv = Instance.new("BodyVelocity", torso)
6566 bv.velocity = Vector3.new(0,0.1,0)
6567 bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
6568 repeat wait()
6569 plr.Character.Humanoid.PlatformStand = true
6570 if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
6571 speed = speed+.5+(speed/maxspeed)
6572 if speed > maxspeed then
6573 speed = maxspeed
6574 end
6575 elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
6576 speed = speed-1
6577 if speed < 0 then
6578 speed = 0
6579 end
6580 end
6581 if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
6582 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
6583 lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
6584 elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
6585 bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
6586 else
6587 bv.velocity = Vector3.new(0,0.1,0)
6588 end
6589 bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
6590 until not flying
6591 ctrl = {f = 0, b = 0, l = 0, r = 0}
6592 lastctrl = {f = 0, b = 0, l = 0, r = 0}
6593 speed = 0
6594 bg:Destroy()
6595 bv:Destroy()
6596 plr.Character.Humanoid.PlatformStand = false
6597 end
6598 mouse.KeyDown:connect(function(key)
6599 if key:lower() == "w" then
6600 ctrl.f = 1
6601 elseif key:lower() == "s" then
6602 ctrl.b = -1
6603 elseif key:lower() == "a" then
6604 ctrl.l = -1
6605 elseif key:lower() == "d" then
6606 ctrl.r = 1
6607 end
6608 end)
6609 mouse.KeyUp:connect(function(key)
6610 if key:lower() == "w" then
6611 ctrl.f = 0
6612 elseif key:lower() == "s" then
6613 ctrl.b = 0
6614 elseif key:lower() == "a" then
6615 ctrl.l = 0
6616 elseif key:lower() == "d" then
6617 ctrl.r = 0
6618 end
6619 end)
6620 FlyFunction()
6621 end)
6622
6623 ------ EXTRA -------------------------------------------------------------------------
6624 ------ EXTRA -------------------------------------------------------------------------
6625 ------ EXTRA -------------------------------------------------------------------------
6626 ------ EXTRA -------------------------------------------------------------------------
6627
6628 frost = false
6629 Freeze.MouseButton1Click:connect(function()
6630 frost = not frost
6631 if frost then
6632 game.Players.LocalPlayer.Character.Torso.Anchored = true
6633 game.Players.LocalPlayer.Character.Head.Anchored = true
6634 game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
6635 game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
6636 game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
6637 game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
6638 Freeze.BackgroundColor3 = loc
6639 else
6640 game.Players.LocalPlayer.Character.Torso.Anchored = false
6641 game.Players.LocalPlayer.Character.Head.Anchored = false
6642 game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
6643 game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
6644 game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
6645 game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
6646 Freeze.BackgroundColor3 = col
6647 end
6648 end)
6649 insanity = false
6650 local Anim = Instance.new("Animation")
6651 AnimationId = "33796059"
6652 Anim.AnimationId = "rbxassetid://"..AnimationId
6653 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6654 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6655 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6656 insanity = false
6657 end)
6658 Insane.MouseButton1Down:connect(function()
6659 insanity = not insanity
6660 if insanity then
6661 track:Play(0.1, 1, 999)
6662 Insane.BackgroundColor3 = loc
6663 else
6664 track:Stop()
6665 Insane.BackgroundColor3 = col
6666 end
6667 end)
6668 Sit.MouseButton1Click:connect(function()
6669 game.Players.LocalPlayer.Character.Humanoid.Sit = true
6670 end)
6671 Jump.MouseButton1Click:connect(function()
6672 game.Players.LocalPlayer.Character.Humanoid.Jump = true
6673 end)
6674 platform = false
6675 PlatformStand.MouseButton1Click:connect(function()
6676 platform = not platform
6677 if platform then
6678 game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
6679 PlatformStand.BackgroundColor3 = loc
6680 else
6681 game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
6682 PlatformStand.BackgroundColor3 = col
6683 end
6684 end)
6685 TPVoid.MouseButton1Click:connect(function()
6686 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
6687 end)
6688
6689 local Anim = Instance.new("Animation")
6690 Anim.AnimationId = "rbxassetid://204295235"
6691 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6692 question = false
6693 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6694 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6695 question = false
6696 end)
6697 Unknown.MouseButton1Click:connect(function()
6698 question = not question
6699 if question then
6700 Unknown.BackgroundColor3 = loc
6701 while wait do
6702 if track.IsPlaying == false then
6703 if question then
6704 track:Play(0.1, 1, 1e5)
6705 end
6706 end
6707 end
6708 else
6709 Unknown.BackgroundColor3 = col
6710 track:Stop()
6711 end
6712 end)
6713
6714 Reset.MouseButton1Click:connect(function()
6715 game.Players.LocalPlayer.Character.Head:Destroy()
6716 end)
6717
6718 ------ LOCALPLAYER -------------------------------------------------------------------------
6719 ------ LOCALPLAYER -------------------------------------------------------------------------
6720 ------ LOCALPLAYER -------------------------------------------------------------------------
6721 ------ LOCALPLAYER -------------------------------------------------------------------------
6722
6723 local Anim = Instance.new("Animation")
6724 Anim.AnimationId = "rbxassetid://215384594"
6725 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6726 local CloneIllusionACTIVE = false
6727 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6728 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6729 CloneIllusionACTIVE = false
6730 end)
6731 CloneIllusion.MouseButton1Click:connect(function()
6732 CloneIllusionACTIVE = not CloneIllusionACTIVE
6733 if CloneIllusionACTIVE then
6734 track:Play(.5, 1, 1e7)
6735 CloneIllusion.BackgroundColor3 = loc
6736 else
6737 track:Stop()
6738 CloneIllusion.BackgroundColor3 = col
6739 end
6740 end)
6741
6742 local Anim = Instance.new("Animation")
6743 Anim.AnimationId = "rbxassetid://204328711"
6744 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6745 local DinoWalkACTIVE = false
6746 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6747 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6748 DinoWalkACTIVE = false
6749 end)
6750 Dinosaur.MouseButton1Click:connect(function()
6751 DinoWalkACTIVE = not DinoWalkACTIVE
6752 if DinoWalkACTIVE then
6753 track:Play(.1, 1, 1)
6754 Dinosaur.BackgroundColor3 = loc
6755 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
6756 game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 200
6757 else
6758 track:Stop()
6759 Dinosaur.BackgroundColor3 = col
6760 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
6761 game.Players.LocalPlayer.Character.Humanoid.JumpHeight = 50
6762 end
6763 end)
6764
6765 local Anim = Instance.new("Animation")
6766 Anim.AnimationId = "rbxassetid://313762630"
6767 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6768 local GlitchLevitateACTIVE = false
6769 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6770 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6771 GlitchLevitateACTIVE = false
6772 end)
6773 Glitchy.MouseButton1Click:connect(function()
6774 GlitchLevitateACTIVE = not GlitchLevitateACTIVE
6775 if GlitchLevitateACTIVE then
6776 track:Play(.5, 1, 1e7)
6777 Glitchy.BackgroundColor3 = loc
6778 else
6779 track:Stop()
6780 Glitchy.BackgroundColor3 = col
6781 end
6782 end)
6783
6784 local Anim = Instance.new("Animation")
6785 Anim.AnimationId = "rbxassetid://313762630"
6786 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6787 local LevitateACTIVE = false
6788 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6789 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6790 LevitateACTIVE = false
6791 end)
6792 Levitate.MouseButton1Click:connect(function()
6793 LevitateACTIVE = not LevitateACTIVE
6794 if LevitateACTIVE then
6795 track:Play(.1, 1, 1)
6796 Levitate.BackgroundColor3 = loc
6797 else
6798 track:Stop()
6799 Levitate.BackgroundColor3 = col
6800 end
6801 end)
6802
6803 NoLimbs.MouseButton1Click:connect(function()
6804 game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
6805 game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
6806 game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
6807 game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
6808 end)
6809
6810 local Anim = Instance.new("Animation")
6811 Anim.AnimationId = "rbxassetid://180612465"
6812 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6813 local ScaredACTIVE = false
6814 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6815 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6816 ScaredACTIVE = false
6817 end)
6818 CrouchRocket.MouseButton1Click:connect(function()
6819 ScaredACTIVE = not ScaredACTIVE
6820 if ScaredACTIVE then
6821 local u = Instance.new("RocketPropulsion")
6822 u.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6823 u.Name = "CrouchRocket"
6824 u.Target = game.Players.LocalPlayer.Character.Head
6825 u:Fire()
6826 CrouchRocket.BackgroundColor3 = loc
6827 while wait() do
6828 if track.IsPlaying == false then
6829 if ScaredACTIVE then
6830 track:Play(.1, 1, 1)
6831 end
6832 end
6833 end
6834 else
6835 track:Stop()
6836 CrouchRocket.BackgroundColor3 = col
6837 game.Players.LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy()
6838 end
6839 end)
6840
6841 local Anim = Instance.new("Animation")
6842 Anim.AnimationId = "rbxassetid://313762630"
6843 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6844 local Anim2 = Instance.new("Animation")
6845 Anim2.AnimationId = "rbxassetid://35154961"
6846 local track2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
6847 local Anim3 = Instance.new("Animation")
6848 Anim3.AnimationId = "rbxassetid://33169583"
6849 local track3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
6850 haunting = false
6851 game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
6852 track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
6853 track2 = character:WaitForChild("Humanoid"):LoadAnimation(Anim2)
6854 track3 = character:WaitForChild("Humanoid"):LoadAnimation(Anim3)
6855 haunting = false
6856 end)
6857 Haunted.MouseButton1Click:connect(function()
6858 haunting = not haunting
6859 if haunting then
6860 while true do
6861 if track3.IsPlaying == false then
6862 if haunting then
6863 track:Play()
6864 track2:Play(0.1,1,1000)
6865 track3:Play(0.1,1,1000)
6866 end
6867 end
6868 end
6869 else
6870 track:Stop()
6871 track2:Stop()
6872 track3:Stop()
6873 end
6874 end)
6875
6876 spinning = false
6877 CrazySpin.MouseButton1Click:connect(function()
6878 spinning = not spinning
6879 if spinning then
6880 local p = Instance.new("RocketPropulsion")
6881 p.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6882 p.Name = "CrazySpin"
6883 p.Target = game.Players.LocalPlayer.Character["Left Arm"]
6884 p:Fire()
6885 CrazySpin.BackgroundColor3 = loc
6886 else
6887 game.Players.LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy()
6888 CrazySpin.BackgroundColor3 = col
6889 end
6890 end)
6891
6892 ------ ROCKETPROPULSION -------------------------------------------------------------------------
6893 ------ ROCKETPROPULSION -------------------------------------------------------------------------
6894 ------ ROCKETPROPULSION -------------------------------------------------------------------------
6895 ------ ROCKETPROPULSION -------------------------------------------------------------------------
6896
6897 floating = false
6898 Float.MouseButton1Click:connect(function()
6899 floating = not floating
6900 if floating then
6901 Float.BackgroundColor3 = loc
6902 local y = Instance.new("RocketPropulsion")
6903 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6904 y.CartoonFactor = 1
6905 y.MaxThrust = 50000
6906 y.MaxSpeed = 1000
6907 y.ThrustP = 50000
6908 y.Name = "Float"
6909 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6910 y.Target = game.Players[v.Name].Character.Head
6911 y:Fire()
6912 game:GetService('RunService').Stepped:connect(function()
6913 if floating then
6914 game.Players.LocalPlayer.Character.Head.CanCollide = false
6915 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6916 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6917 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6918 end
6919 end)
6920 while wait(0.3) do
6921 if floating then
6922 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
6923 end
6924 end
6925 end
6926 else
6927 game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
6928 Float.BackgroundColor3 = col
6929 end
6930 end)
6931
6932 local Anim = Instance.new("Animation")
6933 Anim.AnimationId = "rbxassetid://282574440"
6934 local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6935 flattening = false
6936 Flatten.MouseButton1Click:connect(function()
6937 flattening = not flattening
6938 if flattening then
6939 Flatten.BackgroundColor3 = loc
6940 local y = Instance.new("RocketPropulsion")
6941 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6942 y.CartoonFactor = 1
6943 y.MaxThrust = 50000
6944 y.MaxSpeed = 1000
6945 y.ThrustP = 50000
6946 y.Name = "Flatten"
6947 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6948 y.Target = game.Players[v.name].Character["Left Leg"]
6949 y:Fire()
6950 track:Play(.1, 1, 1)
6951 game:GetService('RunService').Stepped:connect(function()
6952 if flattening then
6953 game.Players.LocalPlayer.Character.Head.CanCollide = false
6954 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6955 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6956 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6957 end
6958 end)
6959 while wait(0.3) do
6960 if flattening then
6961 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
6962 end
6963 end
6964 end
6965 else
6966 game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
6967 track:Stop()
6968 Flatten.BackgroundColor3 = col
6969 end
6970 end)
6971
6972 pushing = false
6973 Push.MouseButton1Click:connect(function()
6974 pushing = not pushing
6975 if pushing then
6976 Push.BackgroundColor3 = loc
6977 local b = Instance.new("RocketPropulsion")
6978 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6979 b.TurnP = 2500
6980 b.MaxThrust = 50000
6981 b.MaxSpeed = 1000
6982 b.ThrustP = 50000
6983 b.CartoonFactor = 1
6984 b.Name = "Push"
6985 for i,v in pairs(GetPlayer(EnterUsername.Text))do
6986 b.Target = game.Players[v.Name].Character.HumanoidRootPart
6987 b:Fire()
6988 game:GetService('RunService').Stepped:connect(function()
6989 if pushing then
6990 game.Players.LocalPlayer.Character.Head.CanCollide = false
6991 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6992 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6993 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6994 end
6995 end)
6996 end
6997 else
6998 game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
6999 Push.BackgroundColor3 = col
7000 end
7001 end)
7002
7003 SlowAttracting = false
7004 SlowAttract.MouseButton1Click:connect(function()
7005 SlowAttracting = not SlowAttracting
7006 if SlowAttracting then
7007 SlowAttract.BackgroundColor3 = loc
7008 local b = Instance.new("RocketPropulsion")
7009 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7010 b.TurnD = 5000
7011 b.MaxThrust = 5000
7012 b.MaxSpeed = 200
7013 b.ThrustP = 5000
7014 b.CartoonFactor = 1
7015 b.Name = "SlowAttract"
7016 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7017 b.Target = game.Players[v.Name].Character.HumanoidRootPart
7018 b:Fire()
7019 game:GetService('RunService').Stepped:connect(function()
7020 if SlowAttracting then
7021 game.Players.LocalPlayer.Character.Head.CanCollide = false
7022 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7023 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7024 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7025 end
7026 end)
7027 end
7028 else
7029 game.Players.LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy()
7030 SlowAttract.BackgroundColor3 = col
7031 end
7032 end)
7033
7034 Maxing = false
7035 Max.MouseButton1Click:connect(function()
7036 Maxing = not Maxing
7037 if Maxing then
7038 Max.BackgroundColor3 = loc
7039 local t1 = Instance.new("RocketPropulsion")
7040 t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7041 t1.TurnP = 100000
7042 t1.MaxThrust = 100000
7043 t1.MaxSpeed = 5000
7044 t1.ThrustP = 100000
7045 t1.CartoonFactor = 1
7046 t1.Name = "one"
7047 local t2 = Instance.new("RocketPropulsion")
7048 t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7049 t2.TurnP = 100000
7050 t2.MaxThrust = 100000
7051 t2.MaxSpeed = 5000
7052 t2.ThrustP = 100000
7053 t2.CartoonFactor = 1
7054 t2.Name = "two"
7055 local t3 = Instance.new("RocketPropulsion")
7056 t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7057 t3.TurnP = 100000
7058 t3.MaxThrust = 100000
7059 t3.MaxSpeed = 5000
7060 t3.ThrustP = 100000
7061 t3.CartoonFactor = 1
7062 t3.Name = "three"
7063 local t4 = Instance.new("RocketPropulsion")
7064 t4.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7065 t4.TurnP = 100000
7066 t4.MaxThrust = 100000
7067 t4.MaxSpeed = 5000
7068 t4.ThrustP = 100000
7069 t4.CartoonFactor = 1
7070 t4.Name = "four"
7071 local t5 = Instance.new("RocketPropulsion")
7072 t5.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7073 t5.TurnP = 100000
7074 t5.MaxThrust = 100000
7075 t5.MaxSpeed = 5000
7076 t5.ThrustP = 100000
7077 t5.CartoonFactor = 1
7078 t5.Name = "five"
7079 local t6 = Instance.new("RocketPropulsion")
7080 t6.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7081 t6.TurnP = 100000
7082 t6.MaxThrust = 100000
7083 t6.MaxSpeed = 5000
7084 t6.ThrustP = 100000
7085 t6.CartoonFactor = 1
7086 t6.Name = "six"
7087 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7088 t1.Target = game.Players[v.Name].Character.Torso
7089 t1:Fire()
7090 t2.Target = game.Players[v.Name].Character["Right Leg"]
7091 t2:Fire()
7092 t3.Target = game.Players[v.Name].Character["Left Arm"]
7093 t3:Fire()
7094 t4.Target = game.Players[v.Name].Character["Left Leg"]
7095 t4:Fire()
7096 t5.Target = game.Players[v.Name].Character["Right Arm"]
7097 t5:Fire()
7098 t6.Target = game.Players[v.Name].Character.Head
7099 t6:Fire()
7100 game:GetService('RunService').Stepped:connect(function()
7101 if Maxing then
7102 game.Players.LocalPlayer.Character.Head.CanCollide = false
7103 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7104 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7105 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7106 end
7107 end)
7108 end
7109 else
7110 game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
7111 game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
7112 game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
7113 game.Players.LocalPlayer.Character.HumanoidRootPart.four:Destroy()
7114 game.Players.LocalPlayer.Character.HumanoidRootPart.five:Destroy()
7115 game.Players.LocalPlayer.Character.HumanoidRootPart.six:Destroy()
7116 Max.BackgroundColor3 = col
7117 end
7118 end)
7119
7120 AimHeading = false
7121 AimHead.MouseButton1Click:connect(function()
7122 AimHeading = not AimHeading
7123 if AimHeading then
7124 AimHead.BackgroundColor3 = loc
7125 local b = Instance.new("RocketPropulsion")
7126 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7127 b.TurnP = 2500
7128 b.MaxThrust = 50000
7129 b.MaxSpeed = 1000
7130 b.ThrustP = 50000
7131 b.CartoonFactor = 1
7132 b.Name = "AimHead"
7133 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7134 b.Target = game.Players[v.Name].Character.Head
7135 b:Fire()
7136 game:GetService('RunService').Stepped:connect(function()
7137 if AimHeading then
7138 game.Players.LocalPlayer.Character.Head.CanCollide = false
7139 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7140 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7141 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7142 end
7143 end)
7144 end
7145 else
7146 game.Players.LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy()
7147 AimHead.BackgroundColor3 = col
7148 end
7149 end)
7150
7151 Experimentaling = false
7152 Experimental.MouseButton1Click:connect(function()
7153 Experimentaling = not Experimentaling
7154 if Experimentaling then
7155 Experimental.BackgroundColor3 = loc
7156 local b = Instance.new("RocketPropulsion")
7157 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7158 b.TurnP = 15000
7159 b.MaxThrust = 25000
7160 b.MaxSpeed = 15000
7161 b.ThrustP = 10000
7162 b.CartoonFactor = 1
7163 b.Name = "Experimental"
7164 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7165 game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
7166 b.Target = game.Players[v.Name].Character.Torso
7167 b:Fire()
7168 game:GetService('RunService').Stepped:connect(function()
7169 if Experimentaling then
7170 game.Players.LocalPlayer.Character.Head.CanCollide = false
7171 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7172 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7173 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7174 end
7175 end)
7176 end
7177 else
7178 game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
7179 Experimental.BackgroundColor3 = col
7180 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
7181 end
7182 end)
7183
7184 Multipleing = false
7185 Multiple.MouseButton1Click:connect(function()
7186 Multipleing = not Multipleing
7187 if Multipleing then
7188 Multiple.BackgroundColor3 = loc
7189 local t1 = Instance.new("RocketPropulsion")
7190 t1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7191 t1.TurnP = 30000
7192 t1.MaxThrust = 30000
7193 t1.MaxSpeed = 1000
7194 t1.ThrustP = 30000
7195 t1.CartoonFactor = 1
7196 t1.Name = "one"
7197 local t2 = Instance.new("RocketPropulsion")
7198 t2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7199 t2.TurnP = 30000
7200 t2.MaxThrust = 30000
7201 t2.MaxSpeed = 1000
7202 t2.ThrustP = 30000
7203 t2.CartoonFactor = 1
7204 t2.Name = "two"
7205 local t3 = Instance.new("RocketPropulsion")
7206 t3.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
7207 t3.TurnP = 30000
7208 t3.MaxThrust = 30000
7209 t3.MaxSpeed = 1000
7210 t3.ThrustP = 30000
7211 t3.CartoonFactor = 1
7212 t3.Name = "three"
7213 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7214 t1.Target = game.Players[v.Name].Character.Torso
7215 t1:Fire()
7216 t2.Target = game.Players[v.Name].Character["Right Leg"]
7217 t2:Fire()
7218 t3.Target = game.Players[v.Name].Character["Left Arm"]
7219 t3:Fire()
7220 game:GetService('RunService').Stepped:connect(function()
7221 if Multipleing then
7222 game.Players.LocalPlayer.Character.Head.CanCollide = false
7223 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7224 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7225 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7226 end
7227 end)
7228 end
7229 else
7230 game.Players.LocalPlayer.Character.HumanoidRootPart.one:Destroy()
7231 game.Players.LocalPlayer.Character.HumanoidRootPart.two:Destroy()
7232 game.Players.LocalPlayer.Character.HumanoidRootPart.three:Destroy()
7233 Multiple.BackgroundColor3 = col
7234 end
7235 end)
7236
7237 ------ TELEPORTATION -------------------------------------------------------------------------
7238 ------ TELEPORTATION -------------------------------------------------------------------------
7239 ------ TELEPORTATION -------------------------------------------------------------------------
7240 ------ TELEPORTATION -------------------------------------------------------------------------
7241
7242 LockOnACTIVE = false
7243 LockOn.MouseButton1Click:connect(function()
7244 LockOnACTIVE = not LockOnACTIVE
7245 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7246 game:GetService('RunService').Stepped:connect(function()
7247 if LockOnACTIVE then
7248 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7249 LockOn.BackgroundColor3 = loc
7250 game:GetService('RunService').Stepped:connect(function()
7251 if LockOnACTIVE then
7252 game.Players.LocalPlayer.Character.Head.CanCollide = false
7253 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7254 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7255 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7256 end
7257 end)
7258 else
7259 LockOn.BackgroundColor3 = col
7260 end
7261 end)
7262 end
7263 end)
7264
7265 LockLegACTIVE = false
7266 LockLeg.MouseButton1Click:connect(function()
7267 LockLegACTIVE = not LockLegACTIVE
7268 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7269 game:GetService('RunService').Stepped:connect(function()
7270 if LockLegACTIVE then
7271 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
7272 LockLeg.BackgroundColor3 = loc
7273 game:GetService('RunService').Stepped:connect(function()
7274 if LockLegACTIVE then
7275 game.Players.LocalPlayer.Character.Head.CanCollide = false
7276 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7277 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7278 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7279 end
7280 end)
7281 else
7282 LockLeg.BackgroundColor3 = col
7283 end
7284 end)
7285 end
7286 end)
7287
7288 LockArmACTIVE = false
7289 LockArm.MouseButton1Click:connect(function()
7290 LockArmACTIVE = not LockArmACTIVE
7291 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7292 game:GetService('RunService').Stepped:connect(function()
7293 if LockArmACTIVE then
7294 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
7295 LockArm.BackgroundColor3 = loc
7296 game:GetService('RunService').Stepped:connect(function()
7297 if LockArmACTIVE then
7298 game.Players.LocalPlayer.Character.Head.CanCollide = false
7299 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7300 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7301 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7302 end
7303 end)
7304 else
7305 LockArm.BackgroundColor3 = col
7306 end
7307 end)
7308 end
7309 end)
7310
7311 LockHeadACTIVE = false
7312 LockHead.MouseButton1Click:connect(function()
7313 LockHeadACTIVE = not LockHeadACTIVE
7314 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7315 game:GetService('RunService').Stepped:connect(function()
7316 if LockHeadACTIVE then
7317 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
7318 LockHead.BackgroundColor3 = loc
7319 game:GetService('RunService').Stepped:connect(function()
7320 if LockHeadACTIVE then
7321 game.Players.LocalPlayer.Character.Head.CanCollide = false
7322 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7323 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7324 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7325 end
7326 end)
7327 else
7328 LockHead.BackgroundColor3 = col
7329 end
7330 end)
7331 end
7332 end)
7333
7334 LockAboveACTIVE = false
7335 LockAbove.MouseButton1Click:connect(function()
7336 LockAboveACTIVE = not LockAboveACTIVE
7337 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7338 game:GetService('RunService').Stepped:connect(function()
7339 if LockAboveACTIVE then
7340 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,4,0)
7341 LockAbove.BackgroundColor3 = loc
7342 game:GetService('RunService').Stepped:connect(function()
7343 if LockAboveACTIVE then
7344 game.Players.LocalPlayer.Character.Head.CanCollide = false
7345 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7346 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7347 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7348 end
7349 end)
7350 else
7351 LockAbove.BackgroundColor3 = col
7352 end
7353 end)
7354 end
7355 end)
7356
7357 LockMaxACTIVE = false
7358 LockMax.MouseButton1Click:connect(function()
7359 LockMaxACTIVE = not LockMaxACTIVE
7360 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7361 game:GetService('RunService').Stepped:connect(function()
7362 if LockMaxACTIVE then
7363 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7364 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.Head.CFrame
7365 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
7366 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
7367 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Leg"].CFrame
7368 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Right Arm"].CFrame
7369 LockMax.BackgroundColor3 = loc
7370 game:GetService('RunService').Stepped:connect(function()
7371 if LockMaxACTIVE then
7372 game.Players.LocalPlayer.Character.Head.CanCollide = false
7373 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7374 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7375 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7376 end
7377 end)
7378 else
7379 LockMax.BackgroundColor3 = col
7380 end
7381 end)
7382 end
7383 end)
7384
7385 TrailACTIVE = false
7386 Trail.MouseButton1Click:connect(function()
7387 TrailACTIVE = not TrailACTIVE
7388 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7389 game:GetService('RunService').Stepped:connect(function()
7390 if TrailACTIVE then
7391 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0)
7392 Trail.BackgroundColor3 = loc
7393 game.Players.LocalPlayer.Character.Head.CanCollide = false
7394 game.Players.LocalPlayer.Character.Torso.CanCollide = false
7395 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
7396 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
7397 else
7398 Trail.BackgroundColor3 = col
7399 end
7400 end)
7401 end
7402 end)
7403
7404 TeleportTo.MouseButton1Click:connect(function()
7405 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7406 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7407 end
7408 end)
7409
7410 ------ TOOLS -------------------------------------------------------------------------
7411 ------ TOOLS -------------------------------------------------------------------------
7412 ------ TOOLS -------------------------------------------------------------------------
7413 ------ TOOLS -------------------------------------------------------------------------
7414
7415 Attach.MouseButton1Click:connect(function()
7416 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7417 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7418 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7419 l.Parent = game.Players.LocalPlayer.Character
7420 l.Name = "Humanoid"
7421 wait(0.1)
7422 game.Players.LocalPlayer.Character["1"]:Destroy()
7423 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7424 game.Players.LocalPlayer.Character.Animate.Disabled = true
7425 wait(0.1)
7426 game.Players.LocalPlayer.Character.Animate.Disabled = false
7427 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7428 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7429 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7430 end
7431 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
7432 end
7433 end)
7434
7435 AttachExperimental.MouseButton1Click:connect(function()
7436 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7437 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7438 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7439 l.Parent = game.Players.LocalPlayer.Character
7440 l.Name = "Humanoid"
7441 wait(0.1)
7442 game.Players.LocalPlayer.Character["1"]:Destroy()
7443 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7444 game.Players.LocalPlayer.Character.Animate.Disabled = true
7445 wait(0.1)
7446 game.Players.LocalPlayer.Character.Animate.Disabled = false
7447 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7448 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7449 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7450 end
7451 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
7452 wait(1)
7453 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,100,0)
7454 end
7455 end)
7456
7457 Bring.MouseButton1Click:connect(function()
7458 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7459 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
7460 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7461 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7462 l.Parent = game.Players.LocalPlayer.Character
7463 l.Name = "Humanoid"
7464 wait(0.1)
7465 game.Players.LocalPlayer.Character["1"]:Destroy()
7466 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7467 game.Players.LocalPlayer.Character.Animate.Disabled = true
7468 wait(0.1)
7469 game.Players.LocalPlayer.Character.Animate.Disabled = false
7470 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7471 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7472 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7473 end
7474 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7475 wait(0.2)
7476 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7477 wait(0.6)
7478 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
7479 wait(0.6)
7480 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
7481 end
7482 end)
7483
7484 FreeFall.MouseButton1Click:connect(function()
7485 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7486 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
7487 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7488 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7489 l.Parent = game.Players.LocalPlayer.Character
7490 l.Name = "Humanoid"
7491 wait(0.1)
7492 game.Players.LocalPlayer.Character["1"]:Destroy()
7493 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7494 game.Players.LocalPlayer.Character.Animate.Disabled = true
7495 wait(0.1)
7496 game.Players.LocalPlayer.Character.Animate.Disabled = false
7497 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7498 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7499 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7500 end
7501 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7502 wait(0.2)
7503 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7504 wait(0.6)
7505 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
7506 wait(0.6)
7507 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
7508 end
7509 end)
7510
7511 GiveTool.MouseButton1Click:connect(function()
7512 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7513 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7514 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7515 l.Parent = game.Players.LocalPlayer.Character
7516 l.Name = "Humanoid"
7517 wait(0.1)
7518 game.Players.LocalPlayer.Character["1"]:Destroy()
7519 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7520 game.Players.LocalPlayer.Character.Animate.Disabled = true
7521 wait(0.1)
7522 game.Players.LocalPlayer.Character.Animate.Disabled = false
7523 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7524 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7525 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7526 end
7527 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7528 wait(0.2)
7529 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7530 wait(0.6)
7531 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
7532 end
7533 end)
7534
7535 KillSurvive.MouseButton1Click:connect(function()
7536 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7537 local NOW = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
7538 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7539 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7540 l.Parent = game.Players.LocalPlayer.Character
7541 l.Name = "Humanoid"
7542 wait(0.1)
7543 game.Players.LocalPlayer.Character["1"]:Destroy()
7544 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7545 game.Players.LocalPlayer.Character.Animate.Disabled = true
7546 wait(0.1)
7547 game.Players.LocalPlayer.Character.Animate.Disabled = false
7548 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7549 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7550 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7551 end
7552 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7553 wait(0.2)
7554 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7555 wait(0.4)
7556 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
7557 wait(0.8)
7558 game.Players.LocalPlayer.Character:MoveTo(game.Players[v.Name].Character.Position)
7559 wait(0.8)
7560 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = NOW
7561 end
7562 end)
7563
7564 Kill.MouseButton1Click:connect(function()
7565 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7566 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7567 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7568 l.Parent = game.Players.LocalPlayer.Character
7569 l.Name = "Humanoid"
7570 wait(0.1)
7571 game.Players.LocalPlayer.Character["1"]:Destroy()
7572 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7573 game.Players.LocalPlayer.Character.Animate.Disabled = true
7574 wait(0.1)
7575 game.Players.LocalPlayer.Character.Animate.Disabled = false
7576 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7577 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7578 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7579 end
7580 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7581 wait(0.2)
7582 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7583 wait(0.4)
7584 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000))
7585 end
7586 end)
7587
7588 superspinning = false
7589 SuperSpin.MouseButton1Click:connect(function()
7590 superspinning = not superspinning
7591 if superspinning then
7592 SuperSpin.BackgroundColor3 = loc
7593 for i,v in pairs(GetPlayer(EnterUsername.Text))do
7594 game.Players.LocalPlayer.Character.Humanoid.Name = 1
7595 local l = game.Players.LocalPlayer.Character["1"]:Clone()
7596 l.Parent = game.Players.LocalPlayer.Character
7597 l.Name = "Humanoid"
7598 wait(0.1)
7599 game.Players.LocalPlayer.Character["1"]:Destroy()
7600 game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
7601 game.Players.LocalPlayer.Character.Animate.Disabled = true
7602 wait(0.1)
7603 game.Players.LocalPlayer.Character.Animate.Disabled = false
7604 game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
7605 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7606 game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
7607 end
7608 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Arm"].CFrame
7609 wait(1)
7610 while wait() do
7611 if superspinning then
7612 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
7613 end
7614 end
7615 end
7616 else
7617 SuperSpin.BackgroundColor3 = col
7618 end
7619 end)
7620
7621 end
7622
7623 script.Parent.MouseButton1Click:connect(clicked)
7624
7625end
7626coroutine.resume(coroutine.create(SCRIPT_XARK71_FAKESCRIPT))
7627end)
7628
7629happybutton.Name = "happybutton"
7630happybutton.Parent = ScrollingFrame
7631happybutton.Active = false
7632happybutton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
7633happybutton.BorderColor3 = Color3.new(0.666667, 0, 0)
7634happybutton.Position = UDim2.new(0.415026635, 0, 0.109964602, 0)
7635happybutton.Size = UDim2.new(0, 27, 0, 14)
7636happybutton.Font = Enum.Font.SourceSans
7637happybutton.Text = ":)"
7638happybutton.TextColor3 = Color3.new(0, 0, 0)
7639happybutton.TextSize = 14
7640happybutton.MouseButton1Down:connect(function()
7641 gui = Instance.new("ScreenGui",game.CoreGui)
7642gui.ResetOnSpawn = false
7643gui.Name = "Get Fucked"
7644
7645button = Instance.new("TextButton",gui)
7646button.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
7647button.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
7648button.BorderSizePixel = 5
7649button.Position = UDim2.new(0.8, 0,0.6, 0)
7650button.Size = UDim2.new(0, 60,0, 60)
7651button.Font = "Arial"
7652button.TextColor3 = Color3.new(255/255, 255/255, 255/255)
7653button.TextScaled = true
7654button.Text = ":)"
7655button.TextWrapped = true
7656
7657
7658
7659button.MouseButton1Click:connect(function()
7660
7661 local workspace = workspace:GetChildren()
7662 for i=1,#workspace do
7663 local fire = Instance.new("Fire",workspace[i])
7664 fire.Size = 100
7665 end
7666
7667
7668 local blur = Instance.new("BlurEffect",game.Lighting)
7669 blur.Size = 20
7670
7671 local bloom = Instance.new("BloomEffect",game.Lighting)
7672 bloom.Intensity = 1
7673 bloom.Size = 100
7674 bloom.Threshold = 0.1
7675
7676 local cc = Instance.new("ColorCorrectionEffect",game.Lighting)
7677 cc.Contrast = 1
7678 cc.Brightness = 0.55
7679 cc.Saturation = 1
7680 cc.TintColor = Color3.new(255/255,0/255,0/255)
7681
7682 local sound = Instance.new("Sound",game.Workspace)
7683 sound.Name = "Purge"
7684 sound.Looped = true
7685 sound.Volume = 10
7686 sound.SoundId = "rbxassetid://232554097"
7687 sound:Play()
7688
7689 local sound = Instance.new("Sound",game.Workspace)
7690 sound.Name = "Earrape"
7691 sound.Looped = true
7692 sound.Volume = 10
7693 sound.SoundId = "rbxassetid://552367422"
7694 sound:Play()
7695
7696 local sound = Instance.new("Sound",game.Workspace)
7697 sound.Name = "ForAllah"
7698 sound.Looped = true
7699 sound.Volume = 10
7700 sound.SoundId = "rbxassetid://424614632"
7701 sound:Play()
7702
7703 local a=Instance.new("Sky",game.Lighting)
7704
7705 local b={"Bk","Dn","Ft","Lf","Rt","Up"}
7706
7707 for i,v in pairs(b) do
7708
7709 a["Skybox"..v]="rbxassetid://479777511"
7710 end
7711 for i, v in pairs(game.Players:GetChildren()) do
7712 local pe = Instance.new("ParticleEmitter",v.Character.Torso)
7713 pe.Texture = "http://www.roblox.com/asset/?id=479777511"
7714 pe.VelocitySpread = 50
7715 end
7716
7717 for i, v in pairs(game.Players:GetChildren()) do
7718 local pe = Instance.new("ParticleEmitter",v.Character.Torso)
7719 pe.Texture = "http://www.roblox.com/asset/?id=479777511"
7720 pe.VelocitySpread = 50
7721 end
7722
7723 for i,v in pairs(game.Players:GetChildren()) do
7724 game:GetService("Chat"):Chat(v.Character.Head,"WELCOME TO POUND TOWN YOU FILTHY FUCKIN JEWS HAHAHAHA")
7725 end
7726
7727 game.Workspace.Camera.FieldOfView = 50
7728
7729 for i,v in pairs(game.Players:GetChildren()) do
7730 v.CameraMaxZoomDistance = 10
7731 v.CameraMinZoomDistance = 10
7732 end
7733end)
7734end)
7735
7736sadbutton.Name = "sadbutton"
7737sadbutton.Parent = ScrollingFrame
7738sadbutton.Active = false
7739sadbutton.BackgroundColor3 = Color3.new(0, 0, 0.498039)
7740sadbutton.BorderColor3 = Color3.new(0, 0, 0.498039)
7741sadbutton.Position = UDim2.new(0.415026635, 0, 0.230194092, 0)
7742sadbutton.Size = UDim2.new(0, 27, 0, 14)
7743sadbutton.Font = Enum.Font.SourceSans
7744sadbutton.Text = ":("
7745sadbutton.TextColor3 = Color3.new(0, 0, 0)
7746sadbutton.TextSize = 14
7747sadbutton.MouseButton1Down:connect(function()
7748 loadstring(game:HttpGet("https://pastebin.com/raw/AWQhPGKv", true))()
7749end)
7750
7751jumpscare.Name = "jumpscare"
7752jumpscare.Parent = ScrollingFrame
7753jumpscare.Active = false
7754jumpscare.BackgroundColor3 = Color3.new(0, 0.666667, 0)
7755jumpscare.BorderColor3 = Color3.new(0, 0.666667, 0)
7756jumpscare.Position = UDim2.new(0.415026635, 0, 0.347215384, 0)
7757jumpscare.Size = UDim2.new(0, 27, 0, 14)
7758jumpscare.Font = Enum.Font.SourceSans
7759jumpscare.Text = "Do It"
7760jumpscare.TextColor3 = Color3.new(0, 0, 0)
7761jumpscare.TextSize = 14
7762jumpscare.MouseButton1Down:connect(function()
7763 local Players = game:GetService("Players")
7764while wait() do
7765for i,v in pairs(game.Players:GetPlayers()) do
7766 if v.Name ~= me and not v.PlayerGui:FindFirstChild("Knife") and v:FindFirstChild("PlayerGui") then
7767 spawn(function()
7768 local newgui = Instance.new("ScreenGui",v.PlayerGui)
7769 newgui.Name = "Knife"
7770 local newimage = Instance.new("ImageLabel",newgui)
7771 newimage.Image = "rbxassetid://142410803"
7772 newimage.Size = UDim2.new(1,0,1,0)
7773 local s = Instance.new("Sound",newgui)
7774 s.SoundId = "rbxassetid://381416264"
7775 s.Volume = 1
7776 s.Looped = true
7777 s:Play()
7778 print("Knived "..v.Name)
7779 while wait() do
7780 newimage.ImageColor3 = Color3.new(math.random(1,255)/255,math.random(1,255)/255,math.random(1,255)/255)
7781 wait()
7782 newimage.ImageColor3 = Color3.new(1,1,1)
7783 end
7784 end)
7785 end
7786end
7787end
7788end)
7789
7790full.Name = "full"
7791full.Parent = ScrollingFrame
7792full.Active = false
7793full.BackgroundColor3 = Color3.new(0, 0, 0)
7794full.BorderColor3 = Color3.new(1, 0.666667, 1)
7795full.Position = UDim2.new(0.0500976741, 0, 0.519054413, 0)
7796full.Size = UDim2.new(0, 76, 0, 21)
7797full.Font = Enum.Font.SourceSans
7798full.Text = "FullBright"
7799full.TextColor3 = Color3.new(1, 0, 0)
7800full.TextSize = 14
7801full.MouseButton1Down:connect(function()
7802 loadstring(game:GetObjects("rbxassetid://1515664075")[1].Source)()
7803end)
7804
7805Dex.Name = "Dex"
7806Dex.Parent = ScrollingFrame
7807Dex.Active = false
7808Dex.BackgroundColor3 = Color3.new(0, 0, 0)
7809Dex.BorderColor3 = Color3.new(1, 0.666667, 1)
7810Dex.Position = UDim2.new(0.542988658, 0, 0.519054413, 0)
7811Dex.Size = UDim2.new(0, 76, 0, 21)
7812Dex.Font = Enum.Font.SourceSans
7813Dex.Text = "Dex Explorer"
7814Dex.TextColor3 = Color3.new(1, 0, 0)
7815Dex.TextSize = 14
7816Dex.MouseButton1Down:connect(function()
7817 loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
7818end)
7819
7820lolLabel.Name = "lolLabel"
7821lolLabel.Parent = ScrollingFrame
7822lolLabel.BackgroundColor3 = Color3.new(0, 0, 0)
7823lolLabel.BorderColor3 = Color3.new(0, 0, 0)
7824lolLabel.Position = UDim2.new(0.00473933667, 0, 0.710638285, 0)
7825lolLabel.Size = UDim2.new(0, 197, 0, 50)
7826lolLabel.Font = Enum.Font.SourceSans
7827lolLabel.Text = "Stop looking I added no more"
7828lolLabel.TextColor3 = Color3.new(0.666667, 0, 0)
7829lolLabel.TextSize = 14
7830
7831Credits.Name = "Credits"
7832Credits.Parent = Gui
7833Credits.BackgroundColor3 = Color3.new(0, 0, 0)
7834Credits.BorderColor3 = Color3.new(1, 0, 0)
7835Credits.Position = UDim2.new(0.0459183678, 0, 0.0479577221, 0)
7836Credits.Size = UDim2.new(0, 211, 0, 17)
7837Credits.Font = Enum.Font.SourceSans
7838Credits.Text = "Gui By Mars#4634"
7839Credits.TextColor3 = Color3.new(0.666667, 1, 1)
7840Credits.TextSize = 14
7841
7842Credits_2.Name = "Credits"
7843Credits_2.Parent = Gui
7844Credits_2.BackgroundColor3 = Color3.new(0, 0, 0)
7845Credits_2.BorderColor3 = Color3.new(1, 0, 0)
7846Credits_2.Position = UDim2.new(0.0459183678, 0, 0.858011782, 0)
7847Credits_2.Size = UDim2.new(0, 211, 0, 17)
7848Credits_2.Font = Enum.Font.SourceSans
7849Credits_2.Text = "Scripts go to the respectful owners"
7850Credits_2.TextColor3 = Color3.new(0.666667, 1, 1)
7851Credits_2.TextSize = 14
7852
7853Open.Name = "Open"
7854Open.Parent = ScreenGui
7855Open.Active = false
7856Open.BackgroundColor3 = Color3.new(0, 0, 0)
7857Open.BorderColor3 = Color3.new(1, 0.666667, 1)
7858Open.Position = UDim2.new(0, 0, 0.530623496, 0)
7859Open.Size = UDim2.new(0, 60, 0, 15)
7860Open.Font = Enum.Font.SourceSans
7861Open.Text = "Open"
7862Open.TextColor3 = Color3.new(0.333333, 1, 1)
7863Open.TextSize = 14
7864
7865-- Scripts:
7866
7867local function SNUEYY_fake_script() -- ScreenGui.Draggable
7868 local script = Instance.new('LocalScript', ScreenGui)
7869
7870 for _,v in ipairs(script.Parent:GetDescendants()) do
7871 if not v:IsA("LocalScript") then
7872 v.Draggable = true
7873 end
7874 end
7875end
7876coroutine.wrap(SNUEYY_fake_script)()
7877local function QKPBAXS_fake_script() -- Open.LocalScript
7878 local script = Instance.new('LocalScript', Open)
7879
7880 local frame = script.Parent.Parent.Gui
7881 local open = false
7882
7883
7884 script.Parent.MouseButton1Click:Connect(function()
7885 if frame.Visible == false then
7886 frame.Visible = true
7887 else
7888 frame.Visible = false
7889 end
7890 end)
7891end
7892coroutine.wrap(QKPBAXS_fake_script)()