· 7 years ago · Feb 24, 2019, 02:06 PM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local ScreenGui = Instance.new("ScreenGui")
5local OpenFrame = Instance.new("Frame")
6local Open = Instance.new("TextButton")
7local Main = Instance.new("Frame")
8local BeautyA = Instance.new("Frame")
9local Name = Instance.new("TextLabel")
10local BeautyB = Instance.new("Frame")
11local Credit = Instance.new("TextLabel")
12local rosehub = Instance.new("TextButton")
13local fearosia = Instance.new("TextButton")
14local fehaxx = Instance.new("TextButton")
15local chatterGUI = Instance.new("TextButton")
16local fehaxguiv2 = Instance.new("TextButton")
17local fehax1337 = Instance.new("TextButton")
18local fekill = Instance.new("TextButton")
19local FECheckF9 = Instance.new("TextButton")
20local feguir15 = Instance.new("TextButton")
21local IYFE = Instance.new("TextButton")
22local feguihastebin = Instance.new("TextButton")
23local feop = Instance.new("TextButton")
24local Close = Instance.new("TextButton")
25local others = Instance.new("TextLabel")
26local feinvisible = Instance.new("TextButton")
27local fegod = Instance.new("TextButton")
28local fedab = Instance.new("TextButton")
29local feinsane = Instance.new("TextButton")
30local fefly = Instance.new("TextButton")
31local hubs = Instance.new("TextLabel")
32local version = Instance.new("Frame")
33local versiontext = Instance.new("TextLabel")
34--Properties:
35ScreenGui.Parent = game.Workspace
36ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
37
38OpenFrame.Name = "OpenFrame"
39OpenFrame.Parent = ScreenGui
40OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
41OpenFrame.Position = UDim2.new(0, 0, 0.420472443, 0)
42OpenFrame.Size = UDim2.new(0, 100, 0, 39)
43
44Open.Name = "Open"
45Open.Parent = OpenFrame
46Open.BackgroundColor3 = Color3.new(0, 0, 0)
47Open.BorderSizePixel = 0
48Open.Position = UDim2.new(0.100000001, 0, 0.104713634, 0)
49Open.Size = UDim2.new(0, 84, 0, 31)
50Open.Font = Enum.Font.SourceSansLight
51Open.Text = "Open"
52Open.TextColor3 = Color3.new(1, 1, 1)
53Open.TextSize = 40
54
55Main.Name = "Main"
56Main.Parent = ScreenGui
57Main.Active = true
58Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
59Main.Position = UDim2.new(0.26581198, 0, 0.223622054, 0)
60Main.Size = UDim2.new(0, 695, 0, 289)
61Main.Visible = false
62Main.Draggable = true
63
64BeautyA.Name = "BeautyA"
65BeautyA.Parent = Main
66BeautyA.BackgroundColor3 = Color3.new(0, 0, 0)
67BeautyA.Size = UDim2.new(0, 695, 0, 26)
68
69Name.Name = "Name"
70Name.Parent = BeautyA
71Name.BackgroundColor3 = Color3.new(0, 0, 0)
72Name.BorderSizePixel = 0
73Name.Position = UDim2.new(0.26885879, 0, 0, 0)
74Name.Size = UDim2.new(0, 240, 0, 26)
75Name.Font = Enum.Font.SourceSans
76Name.Text = "Trinit [FE]"
77Name.TextColor3 = Color3.new(1, 1, 1)
78Name.TextSize = 30
79
80BeautyB.Name = "BeautyB"
81BeautyB.Parent = Main
82BeautyB.BackgroundColor3 = Color3.new(0, 0, 0)
83BeautyB.Position = UDim2.new(0, 0, 0.913494825, 0)
84BeautyB.Size = UDim2.new(0, 695, 0, 25)
85
86Credit.Name = "Credit"
87Credit.Parent = BeautyB
88Credit.BackgroundColor3 = Color3.new(0, 0, 0)
89Credit.BorderSizePixel = 0
90Credit.Position = UDim2.new(0.26692456, 0, 0, 0)
91Credit.Size = UDim2.new(0, 241, 0, 25)
92Credit.Font = Enum.Font.SourceSans
93Credit.Text = "Made by C++#2824 (Script credits goes to the respectful owners)"
94Credit.TextColor3 = Color3.new(1, 1, 1)
95Credit.TextSize = 23
96
97rosehub.Name = "rosehub"
98rosehub.Parent = Main
99rosehub.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
100rosehub.Position = UDim2.new(0.694485426, 0, 0.704328358, 0)
101rosehub.Size = UDim2.new(0, 152, 0, 20)
102rosehub.Font = Enum.Font.SourceSans
103rosehub.Text = "Rose Hub"
104rosehub.TextColor3 = Color3.new(0, 0, 0)
105rosehub.TextSize = 28
106rosehub.MouseButton1Down:connect(function()
107 local start = tick()
108 local VERSION = "3.0.1"
109 print"Rose Hub process started."
110 local coreGui = game:GetService("CoreGui")
111 --local coreGui = game:GetService("Players").LocalPlayer.PlayerGui
112 local tweening = false
113 local scriptsTabText = ""
114 local feTabText = ""
115 local gameScriptsTabText = ""
116 local guiTabText = ""
117 local darkBack = false
118 local lightBack = true
119 local tweenService = game:GetService("TweenService")
120 local tweenSpeed = 0.35
121 local colorPickerOpen = false
122 local backColor = Color3.fromRGB(255, 255, 255)
123 local lightColor = Color3.fromRGB(255, 255, 255)
124 local darkColor = Color3.fromRGB(150, 150, 150)
125 local textColor = Color3.fromRGB(255, 255, 255)
126 local httpService = game:GetService("HttpService")
127 local savingSettings = false
128 local mainSettings = nil
129 local lighting = game:GetService("Lighting")
130 local mWorkspace = game:GetService("Workspace")
131
132 local defaultSettings = {
133 ["BackgroundColorR"] = 59,
134 ["BackgroundColorG"] = 59,
135 ["BackgroundColorB"] = 59,
136 ["PickerColorR"] = 59,
137 ["PickerColorG"] = 59,
138 ["PickerColorB"] = 59,
139 ["ChangePickerBackground"] = true,
140 ["Transparency"] = 0.7,
141 ["RainbowOn"] = false,
142 ["RainbowSpeed"] = 75,
143 }
144
145 local function round(num)
146 return math.floor(num * 10^3 + 0.5) / 10^3
147 end
148
149 if writefile and readfile and pcall(function() readfile("RoseHubSettings.txt") end) then
150 local file = readfile("RoseHubSettings.txt")
151 local continue = true
152 local write = false
153 if pcall(function() httpService:JSONDecode(file) end) then
154 file = httpService:JSONDecode(readfile("RoseHubSettings.txt"))
155 mainSettings = file
156 else
157 mainSettings = defaultSettings
158 writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
159 warn("Settings file corrupted, creating new.")
160 continue = false
161 end
162 if continue then
163 for setting,value in pairs(defaultSettings) do
164 if file[setting] == nil then
165 writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
166 warn(setting.." is missing, setting to default.")
167 file[setting] = defaultSettings[setting]
168 write = true
169 elseif file[setting] ~= nil then
170 if type(file[setting]) ~= type(defaultSettings[setting]) then
171 warn(setting.." is invalid, overwriting.")
172 write = true
173 file[setting] = defaultSettings[setting]
174 end
175 end
176 end
177 if write == true then
178 warn("Fixing settings file.")
179 mainSettings = file
180 writefile("RoseHubSettings.txt", httpService:JSONEncode(mainSettings))
181 write = false
182 end
183 end
184 else
185 mainSettings = defaultSettings
186 if writefile then
187 warn("Rose Hub settings missing, creating new.")
188 writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings))
189 end
190 end
191
192 local savedColor = Color3.fromRGB(mainSettings.BackgroundColorR, mainSettings.BackgroundColorG, mainSettings.BackgroundColorB)
193 local mainTransparency = mainSettings.Transparency
194 local enableRainbow = mainSettings.RainbowOn
195 local rainbowCount = mainSettings.RainbowSpeed
196 local mainTrans = mainSettings.Transparency
197 local changeColorPickerBack = mainSettings.ChangePickerBackground
198 local colorPickerBack = Color3.fromRGB(mainSettings.PickerColorR, mainSettings.PickerColorG, mainSettings.PickerColorB)
199
200 local function saveSetting(backColor, pickerColor, changeBack, tranparency, rainbowOn, rainbowSpeed)
201 local settingsTab = {
202 ["BackgroundColorR"] = round(backColor.r*255),
203 ["BackgroundColorG"] = round(backColor.g*255),
204 ["BackgroundColorB"] = round(backColor.b*255),
205 ["PickerColorR"] = round(pickerColor.r*255),
206 ["PickerColorG"] = round(pickerColor.g*255),
207 ["PickerColorB"] = round(pickerColor.b*255),
208 ["ChangePickerBackground"] = changeBack,
209 ["Transparency"] = round(tranparency),
210 ["RainbowOn"] = rainbowOn,
211 ["RainbowSpeed"] = rainbowSpeed,
212 }
213 writefile("RoseHubSettings.txt", httpService:JSONEncode(settingsTab))
214 end
215
216 if darkBack then
217 backColor = Color3.fromRGB(150, 150, 150)
218 end
219
220 local scripttabList = {
221 {"Infinite Yield", "MjBzRjmT", 1},
222 {"Knife V3", "W833RBFr", 1},
223 {"Bird Wings", "RQ9b8UTv", 1},
224 {"M4A1", "eP1zq8tb", 1},
225 {"Dungun", "90M7Mi8e", 1},
226 {"Bomb Vest", "tG1PPuMd", 1},
227 {"Music Bars", "SvYebC2r", 1},
228 {"Omni God", "87NeeChc", 1},
229 {"Pain Titan", "Hg5L8EtM", 1,},
230 {"Reaper Titan", "B0q3QBg6", 1},
231 {"Alter Chat", "ZSB4pN9R", 1},
232 {"Hoverbike", 01268225564, 2},
233 {"Rail Gun Titan", "0wFiFdwM", 1},
234 {"True Hero", "P8AQ2ebJ", 1},
235 {"Celestial Wheel", "bymTcgzf", 1},
236 {"Knive V4", "j0Ns1w1S", 1},
237 {"Ravenger Claws", "D7GxxvWL", 1},
238 {"John Doe", "m5wHsLhr", 1},
239 {"Messor Titan", "4bSrkLtA", 1},
240 {"Clown Titan", "L0WLDZvc", 1},
241 {"Chara", "HrWjgXtb", 1},
242 {"Shedlesky Rage", "2SPz35LS", 1},
243 {"LunchaThug", "x6GWFC5K", 1},
244 {"Nazi Flag", "ZCZNxFBD", 1},
245 {"Psychopath", "DGqk3bqY", 1},
246 {"Fireworks Wand", "GB29NAPv", 1},
247 {"Psycho Clown", "UgxKqKwE", 1},
248 {"Inferno", "qhMGk36S", 1},
249 {"Police Titan", "UCmufLU8", 1},
250 {"Galaxy Titan", "nKNdCrKj", 1},
251 {"Holy Wrench", "cKSh0a8C", 1},
252 {"Krystal Dance", "j7EqLfbP", 1},
253 {"Pee", "3CYmA0Pz", 1},
254 {"Jihad", "vSujnuaF", 1},
255 {"Hermit Purple", "R3C3ajQV", 1},
256 {"Golden Gun", "2574Sd9E", 1},
257 {"Goku", "yAXZZF9r", 1},
258 {"Emoji", "vKPcMKnm", 1},
259 {"Damn Son", "AMLHT8aJ", 1},
260 {"Devuzi", "q0mt2peM", 1},
261 {"Flash", "gGSVVq1H", 1},
262 {"Teal Scythe", "0TUBSaxt", 1},
263 {"Demon Demise", "ghMDMW63", 1},
264 {"Red Sayan", "uC5DBvf9", 1},
265 {"Ban Hammer", "1ynQ4Mu0", 1},
266 {"Dick Gun", "UR9FBjcj", 1},
267 {"Dat Boi", "Sz7KJHay", 1},
268 {"Watermelon Trap", "pypsM3hj", 1},
269 {"Whip", "XDsek3Rf", 1},
270 {"School Shooter", "EmmwRFDA", 1},
271 {"9/11", "3UmV26hG", 1},
272 {"Bong", "8Kb08E9s", 1},
273 {"Horse", "MVph7nmq", 1},
274 {"Scythe", "fEEVkJba", 1},
275 {"Disco Fog", "xg8d4PS0", 1},
276 {"Disco Mesh", "GvtPCRVR", 1},
277 {"Russian Dance", "RADQ2vH8", 1},
278 {"Sun God", "0uJhLJ5m", 1},
279 {"Rolling Light Ball", "S4Hj3MPd", 1},
280 {"Red Death Scythe", "KJ5nqeVF", 1},
281 {"Crystal Pistols", "GDLZ4VAq", 1},
282 {"Epic Sword", "DZVV9AGG", 1},
283 {"Circle Visualizer", "diJiteen", 1},
284 {"Hex Blade", "fA0bBELV", 1},
285 {"Bulldog", "nPPLxSA3", 1},
286 {"FS-627-SENDER", "R3m4gfuP", 1},
287 {"Voodoo Child", "w5TEtd0Q", 1},
288 {"Bye Bye", "XBysEMgg", 1},
289 {"Galil V2", "cnFz3h8D", 1},
290 {"Mario", "pKmtnc9u", 1},
291 {"Lighting Blade", "rMEe8R4N", 1},
292 {"Flamingo Skybox", "8rWM880e", 1},
293 {"Sin Unleashed", "ZQh5B023", 1},
294 {"Ravager", "VQEz6a6i", 1},
295 {"Brock", "Fe5YrxcY", 1},
296 {"M249", "J4ijx897", 1},
297 {"MG36", "zLZ4Auqn", 1},
298 {"Omega Scythe", "Ag8dKZYB", 1},
299 {"Omega Sword", "7JjxwhPn", 1},
300 {"Draw", "1322re6a", 1},
301 {"Gaydar", "s1P9sJub", 1},
302 {"Crimson Hell", "na3pQXNV", 1},
303 {"Psycho", "WNvhEZJw", 1},
304 {"R6", "yX1DMcvM", 1},
305 {"Elemental God", "mLz55spD", 1},
306 {"Cross Power", "mLz55spD", 1},
307 {"Blood Harvester", "qz0ufnwd", 1},
308 {"Mustard Gas", "sg2wg4y8", 1},
309 {"Gas Can", "xknu2gna", 1},
310 {"Frieza", "tpkyda6c", 1},
311 {"Sadistic Genocider V2", "nch0tn9u", 1},
312 {"Demon Nelf", "VcBmmGuz", 1},
313 {"Demonic Sword", "W2Hc3Tkd", 1},
314 {"Noob Power", "9YMc9FRj", 1},
315 {"Creep", "z7S1ugBF", 1},
316 {"Crazy Nuke", "6kbRdDk6", 1},
317 {"Sticky Bombs", "2A4U8xdA", 1},
318 {"Cloud Visualizer", "sMCnTvHa", 1},
319 {"Furfag", "FS1d8pB9", 1},
320 {"Another Fist", "ukLjYGS1", 1},
321 {"Eyozen", "VmQXnzZs", 1},
322 {"Shadow Blade", "E08uiXDL", 1},
323 {"Glock", "UwRX1avh", 1},
324 {"Star Glitcher", "uiXScmiC", 1},
325
326 }
327
328 local fescripttabList = {
329 {"Fe God", "KduGECH6", 1},
330 {"Fe Fly", 1281055032, 2},
331 {"Spam", "74GjB7tB", 1},
332 }
333
334 local gameScriptsList = {
335 {"Virgo 3.0", "EwYDRD4Y", 1},
336 {"City Life Bomb Vest", "sLHGSBn1", 1},
337 {"City Life Suicide", "YdKKQ7yT", 1},
338 {"City Life Explosion", "vy78mqrG", 1},
339 {"CB:RO Aimbot", "t3yHg06t", 1},
340 {"Prison Life 2 GUI", "d6X2R39V", 1},
341 {"Jailbreak GUI", 1461971147, 2},
342 {"Apoc Tools v4", "0de4tAtR", 1},
343 }
344
345 local guitabList = {
346 {"c00lgui", "Rz2EFsLU", 1},
347 {"Topkek 4.0", "d0CJRrcg", 1},
348 {"Topkek 3.0", "SikGfE9u", 1},
349 {"Ro-Xploit 4.0", 175137115, 2},
350 {"Ro-Xploit 5.0", 288646117, 2},
351 {"Ro-Xploit 6.0", 364364477, 2},
352 {"Dex 2.0", 492005721, 2},
353 {"Dex 3.0", 418957341, 2},
354 {"Clown Van", "a5UZuuiT", 1},
355 {"Hell Elevator GUI", "8NYWpf2T", 1},
356 {"Chams / Aimlock", "Yi7fzELj", 1},
357 {"YourMom GUI", "289110135", 2},
358 {"Pepe GUI", "277881926", 2},
359 {"Brack Hub", "PT9Gf7d5", 1},
360 {"Vesprin FE GUI", "1231351616", 2},
361 {"Music GUI", "U352cdsv", 1},
362 }
363
364 local mapsList = {
365 {"Clockwork Arena", "EvnXCXhP", 1},
366 {"Town Map", 1345094164, 2},
367 {"Cave Island", "t29C42rm", 1},
368 {"Nature Map", "gmF4Kq5B", 1},
369 {"Nazi Map", "az8sLCLT", 1},
370 {"Ritual Room", "hYCTFiAC", 1},
371 {"Stripper", "jztW5Vuy", 1},
372 {"Witch Map", "R9epW292", 1},
373 {"Rainbow Tunnel", "8bznLitn", 1},
374 {"Scary Map", "fNw46f74", 1},
375 {"Nazi Camp", "KJNk4STm", 1},
376 {"Night Club", 1281063730, 2},
377 {"Da Club", "6UyLJheX", 1},
378 }
379
380 local lists = {
381 {scripttabList, "Scripts"},
382 {fescripttabList, "FE Scripts"},
383 {gameScriptsList, "Game Scripts"},
384 {guitabList, "GUIs"},
385 {mapsList, "Maps"},
386 }
387
388 local tabs = {
389 "Home",
390 "Scripts",
391 "FE Scripts",
392 "GUIs",
393 "Maps",
394 "Audios",
395 "Decals",
396 "Executor",
397 "ScriptSearch",
398 "Game Scripts",
399 "Settings",
400 "Credits",
401 }
402
403 local threshold = 185
404 local transBackRunning = false
405 local tweenTable = {}
406 local function updateBack(...)
407 local list = {...}
408 local color = list[1]
409 screenGui.Top.Main.BackgroundColor3 = color
410 if list[2] and changeColorPickerBack == true then
411 list[2].BackgroundColor3 = color
412 end
413 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
414 if lightBack == true and transBackRunning == true then
415 for _,tween in pairs(tweenTable) do
416 tween:Pause()
417 end
418 end
419 tweenTable = {}
420 darkBack = true
421 lightBack = false
422 for i,v in pairs(screenGui.Top.Important:GetDescendants()) do
423 local goal = {}
424 goal.BackgroundColor3 = darkColor
425 local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal)
426 table.insert(tweenTable, customTween)
427 end
428 transBackRunning = true
429 for _,tween in pairs(tweenTable) do
430 tween:Play()
431 end
432 tweenTable[1].Completed:Connect(function()
433 transBackRunning = false
434 end)
435 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
436 if lightBack == true and transBackRunning == true then
437 for _,tween in pairs(tweenTable) do
438 tween:Pause()
439 end
440 end
441 tweenTable = {}
442 lightBack = true
443 darkBack = false
444 for i,v in pairs(screenGui.Top.Important:GetDescendants()) do
445 local goal = {}
446 goal.BackgroundColor3 = lightColor
447 local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal)
448 table.insert(tweenTable, customTween)
449 end
450 transBackRunning = true
451 for _,tween in pairs(tweenTable) do
452 tween:Play()
453 end
454 tweenTable[1].Completed:Connect(function()
455 transBackRunning = false
456 end)
457 end
458 end
459
460 local function createFrame(Active, BackgroundColor3, BackgroundTransparency, BorderSizePixel, ClipsDescendants, Name, Parent, Position, Size)
461 local Frame = Instance.new("Frame")
462 Frame.Active = Active
463 Frame.BackgroundColor3 = BackgroundColor3
464 Frame.BackgroundTransparency = BackgroundTransparency
465 Frame.BorderSizePixel = BorderSizePixel
466 Frame.ClipsDescendants = ClipsDescendants
467 Frame.Name = Name
468 Frame.Parent = Parent
469 Frame.Position = Position
470 Frame.Size = Size
471 return Frame
472 end
473
474 local function createTextLabel(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment, ZIndex)
475 local TextLabel = Instance.new("TextLabel")
476 TextLabel.BackgroundColor3 = BackgroundColor3
477 TextLabel.BackgroundTransparency = BackgroundTransparency
478 TextLabel.BorderSizePixel = BorderSizePixel
479 TextLabel.Font = Font
480 TextLabel.Name = Name
481 TextLabel.Parent = Parent
482 TextLabel.Position = Position
483 TextLabel.Size = Size
484 TextLabel.Text = Text
485 TextLabel.TextColor3 = TextColor3
486 TextLabel.TextSize = TextSize
487 TextLabel.TextWrapped = TextWrapped
488 TextLabel.TextXAlignment = TextXAlignment
489 TextLabel.TextYAlignment = TextYAlignment
490 TextLabel.ZIndex = ZIndex
491 return TextLabel
492 end
493
494 local function createTextBox(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, PlaceholderText, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment)
495 local TextBox = Instance.new("TextBox")
496 TextBox.BackgroundColor3 = BackgroundColor3
497 TextBox.BackgroundTransparency = BackgroundTransparency
498 TextBox.BorderSizePixel = BorderSizePixel
499 TextBox.Font = Font
500 TextBox.Name = Name
501 TextBox.Parent = Parent
502 TextBox.PlaceholderText = PlaceholderText
503 TextBox.Position = Position
504 TextBox.Size = Size
505 TextBox.Text = Text
506 TextBox.TextColor3 = TextColor3
507 TextBox.TextSize = TextSize
508 TextBox.TextWrapped = TextWrapped
509 TextBox.TextXAlignment = TextXAlignment
510 TextBox.TextYAlignment = TextYAlignment
511 return TextBox
512 end
513
514 local function createTextButton(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, ZIndex, func)
515 local TextButton = Instance.new("TextButton")
516 TextButton.BackgroundColor3 = BackgroundColor3
517 TextButton.BackgroundTransparency = BackgroundTransparency
518 TextButton.BorderSizePixel = BorderSizePixel
519 TextButton.Font = Font
520 TextButton.Name = Name
521 TextButton.Parent = Parent
522 TextButton.Position = Position
523 TextButton.Size = Size
524 TextButton.Text = Text
525 TextButton.TextColor3 = TextColor3
526 TextButton.TextSize = TextSize
527 TextButton.ZIndex = ZIndex
528 TextButton.MouseButton1Down:Connect(func)
529 return TextButton
530 end
531
532 local function createImageLabel(BackgroundTransparency, Image, Name, Parent, Position, Selectable, Size, ZIndex)
533 local ImageLabel = Instance.new("ImageLabel")
534 ImageLabel.BackgroundTransparency = BackgroundTransparency
535 ImageLabel.Image = Image
536 ImageLabel.Name = Name
537 ImageLabel.Parent = Parent
538 ImageLabel.Position = Position
539 ImageLabel.Selectable = Selectable
540 ImageLabel.Size = Size
541 ImageLabel.ZIndex = ZIndex
542 return ImageLabel
543 end
544
545 local function createScrollingFrame(BackgroundColor3, BackgroundTransparency, BorderSizePixel, BottomImage, CanvasSize, MidImage, Name, Parent, Position, Rotation, ScrollBarThickness, Selectable, Size, TopImage, Visible)
546 local ScrollingFrame = Instance.new("ScrollingFrame")
547 ScrollingFrame.BackgroundColor3 = BackgroundColor3
548 ScrollingFrame.BackgroundTransparency = BackgroundTransparency
549 ScrollingFrame.BorderSizePixel = BorderSizePixel
550 ScrollingFrame.BottomImage = BottomImage
551 ScrollingFrame.CanvasSize = CanvasSize
552 ScrollingFrame.MidImage = MidImage
553 ScrollingFrame.Name = Name
554 ScrollingFrame.Parent = Parent
555 ScrollingFrame.Position = Position
556 ScrollingFrame.Rotation = Rotation
557 ScrollingFrame.ScrollBarThickness = ScrollBarThickness
558 ScrollingFrame.Selectable = Selectable
559 ScrollingFrame.Size = Size
560 ScrollingFrame.TopImage = TopImage
561 ScrollingFrame.Visible = Visible
562 return ScrollingFrame
563 end
564
565 function CreateInstance(cls,props)
566 local inst = Instance.new(cls)
567 for i,v in pairs(props) do
568 inst[i] = v
569 end
570 return inst
571 end
572
573 local pickerCreated = false
574 local ColorPicker do
575 ColorPicker = {}
576
577 local function createColorPick()
578 local ColorPick = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="ColorPick",})
579 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})
580 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})
581 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})
582 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})
583 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})
584 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})
585 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})
586 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})
587 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})
588 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})
589 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})
590 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})
591 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})
592 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})
593 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})
594 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})
595 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})
596 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})
597 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})
598 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})
599 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})
600 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})
601 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})
602 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})
603 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})
604 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})
605 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})
606 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})
607 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})
608 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})
609 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})
610 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})
611 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})
612 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})
613 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})
614 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})
615 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})
616 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})
617 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})
618 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})
619 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})
620 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})
621 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})
622 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})
623 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})
624 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})
625 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})
626 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})
627 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})
628 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})
629 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})
630 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})
631 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})
632 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})
633 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})
634 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})
635 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})
636 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})
637 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})
638 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})
639 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})
640 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})
641 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})
642 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})
643 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})
644 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})
645 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})
646 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})
647 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})
648 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})
649 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})
650 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})
651 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})
652 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})
653 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})
654 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})
655 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})
656 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})
657 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})
658 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})
659 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})
660 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})
661 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})
662 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})
663 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})
664 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})
665 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})
666 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})
667 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})
668 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})
669 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})
670 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})
671 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})
672 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})
673 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})
674 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})
675 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})
676 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})
677 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})
678 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})
679 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})
680 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})
681 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})
682 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})
683 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})
684 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})
685 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})
686 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})
687 createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", ColorPick108, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
688 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})
689 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})
690 return ColorPick
691 end
692 local GuiTemplate = createColorPick()
693
694 ColorPicker.new = function()
695 pickerCreated = true
696 local newMt = setmetatable({},{})
697
698 local rootGui = GuiTemplate:Clone()
699 rootGui.Parent = coreGui
700 rootGui.Enabled = true
701 pickerGui = rootGui.ColorPicker
702 local pickerTopBar = pickerGui.TopBar
703 backDrop = pickerGui.Backdrop
704 local pickerFrame = pickerGui.Backdrop.Content
705 local colorSpace = pickerFrame.ColorSpaceFrame.ColorSpace
706 local colorStrip = pickerFrame.ColorStrip
707 local previewFrame = pickerFrame.Preview
708 local basicColorsFrame = pickerFrame.BasicColors
709 local customColorsFrame = pickerFrame.CustomColors
710 local okButton = pickerFrame.Ok
711 local cancelButton = pickerFrame.Cancel
712 local closeButton = pickerTopBar.Close
713
714 local colorScope = colorSpace.Scope
715 local colorArrow = pickerFrame.ArrowFrame.Arrow
716
717 local hueInput = pickerFrame.Hue.Input
718 local satInput = pickerFrame.Sat.Input
719 local valInput = pickerFrame.Val.Input
720
721 local redInput = pickerFrame.Red.Input
722 local greenInput = pickerFrame.Green.Input
723 local blueInput = pickerFrame.Blue.Input
724
725 local user = game:GetService("UserInputService")
726 local mouse = game:GetService("Players").LocalPlayer:GetMouse()
727
728 local hue,sat,val = Color3.toHSV(savedColor)
729 local red,green,blue = savedColor.r, savedColor.g, savedColor.b
730 local chosenColor = savedColor
731
732 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)}
733 local customColors = {}
734
735 local function updateColor(noupdate)
736 local relativeX,relativeY,relativeStripY = 219 - hue*219, 199 - sat*199, 199 - val*199
737 local hsvColor = Color3.fromHSV(hue,sat,val)
738
739 if noupdate == 2 or not noupdate then
740 hueInput.Text = tostring(math.ceil(359*hue))
741 satInput.Text = tostring(math.ceil(255*sat))
742 valInput.Text = tostring(math.floor(255*val))
743 end
744 if noupdate == 1 or not noupdate then
745 redInput.Text = tostring(math.floor(255*red))
746 greenInput.Text = tostring(math.floor(255*green))
747 blueInput.Text = tostring(math.floor(255*blue))
748 end
749
750 chosenColor = Color3.new(red,green,blue)
751
752 colorScope.Position = UDim2.new(0,relativeX-9,0,relativeY-9)
753 colorStrip.ImageColor3 = Color3.fromHSV(hue,sat,1)
754 colorArrow.Position = UDim2.new(0,-2,0,relativeStripY-4)
755 previewFrame.BackgroundColor3 = chosenColor
756
757 updateBack(chosenColor, backDrop)
758
759 newMt.Color = chosenColor
760 if newMt.Changed then
761 newMt:Changed(chosenColor)
762 end
763 end
764
765 local function colorSpaceInput()
766 local relativeX = mouse.X - colorSpace.AbsolutePosition.X
767 local relativeY = mouse.Y - colorSpace.AbsolutePosition.Y
768
769 if relativeX < 0 then relativeX = 0 elseif relativeX > 219 then relativeX = 219 end
770 if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end
771
772 hue = (219 - relativeX)/219
773 sat = (199 - relativeY)/199
774
775 local hsvColor = Color3.fromHSV(hue,sat,val)
776 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
777
778 updateColor()
779 end
780
781 local function colorStripInput()
782 local relativeY = mouse.Y - colorStrip.AbsolutePosition.Y
783
784 if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end
785
786 val = (199 - relativeY)/199
787
788 local hsvColor = Color3.fromHSV(hue,sat,val)
789 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
790
791 updateColor()
792 end
793
794 local function hookButtons(frame,func)
795 frame.ArrowFrame.Up.InputBegan:Connect(function(input)
796 if input.UserInputType == Enum.UserInputType.MouseMovement then
797 frame.ArrowFrame.Up.BackgroundTransparency = 0.5
798 elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
799 local releaseEvent,runEvent
800
801 local startTime = tick()
802 local pressing = true
803 local startNum = tonumber(frame.Text)
804
805 if not startNum then return end
806
807 releaseEvent = user.InputEnded:Connect(function(input)
808 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
809 releaseEvent:Disconnect()
810 pressing = false
811 end)
812
813 startNum = startNum + 1
814 func(startNum)
815 while pressing do
816 if tick()-startTime > 0.3 then
817 startNum = startNum + 1
818 func(startNum)
819 end
820 wait(0.1)
821 end
822 end
823 end)
824
825 frame.ArrowFrame.Up.InputEnded:Connect(function(input)
826 if input.UserInputType == Enum.UserInputType.MouseMovement then
827 frame.ArrowFrame.Up.BackgroundTransparency = 1
828 end
829 end)
830
831 frame.ArrowFrame.Down.InputBegan:Connect(function(input)
832 if input.UserInputType == Enum.UserInputType.MouseMovement then
833 frame.ArrowFrame.Down.BackgroundTransparency = 0.5
834 elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
835 local releaseEvent,runEvent
836
837 local startTime = tick()
838 local pressing = true
839 local startNum = tonumber(frame.Text)
840
841 if not startNum then return end
842
843 releaseEvent = user.InputEnded:Connect(function(input)
844 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
845 releaseEvent:Disconnect()
846 pressing = false
847 end)
848
849 startNum = startNum - 1
850 func(startNum)
851 while pressing do
852 if tick()-startTime > 0.3 then
853 startNum = startNum - 1
854 func(startNum)
855 end
856 wait(0.1)
857 end
858 end
859 end)
860
861 frame.ArrowFrame.Down.InputEnded:Connect(function(input)
862 if input.UserInputType == Enum.UserInputType.MouseMovement then
863 frame.ArrowFrame.Down.BackgroundTransparency = 1
864 end
865 end)
866 end
867
868 colorSpace.InputBegan:Connect(function(input)
869 if input.UserInputType == Enum.UserInputType.MouseButton1 then
870 local releaseEvent,mouseEvent
871
872 releaseEvent = user.InputEnded:Connect(function(input)
873 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
874 releaseEvent:Disconnect()
875 mouseEvent:Disconnect()
876 end)
877
878 mouseEvent = user.InputChanged:Connect(function(input)
879 if input.UserInputType == Enum.UserInputType.MouseMovement then
880 colorSpaceInput()
881 end
882 end)
883
884 colorSpaceInput()
885 end
886 end)
887
888 colorStrip.InputBegan:Connect(function(input)
889 if input.UserInputType == Enum.UserInputType.MouseButton1 then
890 local releaseEvent,mouseEvent
891
892 releaseEvent = user.InputEnded:Connect(function(input)
893 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
894 releaseEvent:Disconnect()
895 mouseEvent:Disconnect()
896 end)
897
898 mouseEvent = user.InputChanged:Connect(function(input)
899 if input.UserInputType == Enum.UserInputType.MouseMovement then
900 colorStripInput()
901 end
902 end)
903
904 colorStripInput()
905 end
906 end)
907
908 local function updateHue(str)
909 local num = tonumber(str)
910 if num then
911 hue = math.clamp(math.floor(num),0,359)/359
912 local hsvColor = Color3.fromHSV(hue,sat,val)
913 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
914 hueInput.Text = tostring(hue*359)
915 updateColor(1)
916 end
917 end
918 hueInput.FocusLost:Connect(function() updateHue(hueInput.Text) end) hookButtons(hueInput,updateHue)
919
920 local function updateSat(str)
921 local num = tonumber(str)
922 if num then
923 sat = math.clamp(math.floor(num),0,255)/255
924 local hsvColor = Color3.fromHSV(hue,sat,val)
925 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
926 satInput.Text = tostring(sat*255)
927 updateColor(1)
928 end
929 end
930 satInput.FocusLost:Connect(function() updateSat(satInput.Text) end) hookButtons(satInput,updateSat)
931
932 local function updateVal(str)
933 local num = tonumber(str)
934 if num then
935 val = math.clamp(math.floor(num),0,255)/255
936 local hsvColor = Color3.fromHSV(hue,sat,val)
937 red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b
938 valInput.Text = tostring(val*255)
939 updateColor(1)
940 end
941 end
942 valInput.FocusLost:Connect(function() updateVal(valInput.Text) end) hookButtons(valInput,updateVal)
943
944 local function updateRed(str)
945 local num = tonumber(str)
946 if num then
947 red = math.clamp(math.floor(num),0,255)/255
948 local newColor = Color3.new(red,green,blue)
949 hue,sat,val = Color3.toHSV(newColor)
950 redInput.Text = tostring(red*255)
951 updateColor(2)
952 end
953 end
954 redInput.FocusLost:Connect(function() updateRed(redInput.Text) end) hookButtons(redInput,updateRed)
955
956 local function updateGreen(str)
957 local num = tonumber(str)
958 if num then
959 green = math.clamp(math.floor(num),0,255)/255
960 local newColor = Color3.new(red,green,blue)
961 hue,sat,val = Color3.toHSV(newColor)
962 greenInput.Text = tostring(green*255)
963 updateColor(2)
964 end
965 end
966 greenInput.FocusLost:Connect(function() updateGreen(greenInput.Text) end) hookButtons(greenInput,updateGreen)
967
968 local function updateBlue(str)
969 local num = tonumber(str)
970 if num then
971 blue = math.clamp(math.floor(num),0,255)/255
972 local newColor = Color3.new(red,green,blue)
973 hue,sat,val = Color3.toHSV(newColor)
974 blueInput.Text = tostring(blue*255)
975 updateColor(2)
976 end
977 end
978 blueInput.FocusLost:Connect(function() updateBlue(blueInput.Text) end) hookButtons(blueInput,updateBlue)
979
980 local colorChoice = Instance.new("TextButton")
981 colorChoice.Name = "Choice"
982 colorChoice.Size = UDim2.new(0,25,0,18)
983 colorChoice.BorderColor3 = Color3.new(96/255,96/255,96/255)
984 colorChoice.Text = ""
985 colorChoice.AutoButtonColor = false
986
987 local row = 0
988 local column = 0
989 for i,v in pairs(basicColors) do
990 local newColor = colorChoice:Clone()
991 newColor.BackgroundColor3 = v
992 newColor.Position = UDim2.new(0,1 + 30*column,0,21 + 23*row)
993
994 newColor.MouseButton1Click:Connect(function()
995 red,green,blue = v.r,v.g,v.b
996 local newColor = Color3.new(red,green,blue)
997 hue,sat,val = Color3.toHSV(newColor)
998 updateColor()
999 end)
1000
1001 newColor.Parent = basicColorsFrame
1002 column = column + 1
1003 if column == 6 then row = row + 1 column = 0 end
1004 end
1005
1006 row = 0
1007 column = 0
1008 for i = 1,12 do
1009 local color = customColors[i] or Color3.new(0,0,0)
1010 local newColor = colorChoice:Clone()
1011 newColor.BackgroundColor3 = color
1012 newColor.Position = UDim2.new(0,1 + 30*column,0,20 + 23*row)
1013
1014 newColor.MouseButton1Click:Connect(function()
1015 local curColor = customColors[i] or Color3.new(0,0,0)
1016 red,green,blue = curColor.r,curColor.g,curColor.b
1017 hue,sat,val = Color3.toHSV(curColor)
1018 updateColor()
1019 end)
1020
1021 newColor.MouseButton2Click:Connect(function()
1022 customColors[i] = chosenColor
1023 newColor.BackgroundColor3 = chosenColor
1024 end)
1025
1026 newColor.Parent = customColorsFrame
1027 column = column + 1
1028 if column == 6 then row = row + 1 column = 0 end
1029 end
1030
1031 pickerTopBar.InputBegan:Connect(function(input)
1032 if input.UserInputType == Enum.UserInputType.MouseButton1 then
1033 local releaseEvent,mouseEvent
1034 local dragOffX,dragOffY = mouse.X-pickerTopBar.AbsolutePosition.X,mouse.Y-pickerTopBar.AbsolutePosition.Y
1035
1036 releaseEvent = user.InputEnded:Connect(function(input)
1037 if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end
1038 releaseEvent:Disconnect()
1039 mouseEvent:Disconnect()
1040 end)
1041
1042 mouseEvent = user.InputChanged:Connect(function(input)
1043 if input.UserInputType == Enum.UserInputType.MouseMovement then
1044 pickerGui.Position = UDim2.new(0,mouse.X-dragOffX,0,mouse.Y-dragOffY)
1045 end
1046 end)
1047 end
1048 end)
1049
1050 okButton.MouseButton1Click:Connect(function() if newMt.Confirm then newMt:Confirm(chosenColor) end pickerGui.Visible = false savedColor = chosenColor colorPickerOpen = false end)
1051 okButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0.4 end end)
1052 okButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0 end end)
1053
1054 cancelButton.MouseButton1Click:Connect(function() if newMt.Cancel then newMt:Cancel() end pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end)
1055 cancelButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0.4 end end)
1056 cancelButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0 end end)
1057
1058 closeButton.MouseButton1Click:Connect(function() pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end)
1059
1060 updateColor()
1061
1062 newMt.SetColor = function(self,color)
1063 red,green,blue = color.r,color.g,color.b
1064 hue,sat,val = Color3.toHSV(color)
1065 updateColor()
1066 end
1067
1068 newMt.Gui = rootGui
1069
1070 return newMt
1071 end
1072 end
1073
1074 local rainbowColors = {
1075 Color3.fromRGB(0, 0, 255),
1076 Color3.fromRGB(255, 0, 0),
1077 Color3.fromRGB(255, 255, 0),
1078 Color3.fromRGB(0, 255, 0),
1079 Color3.fromRGB(0, 255, 255),
1080 }
1081
1082 local rainbow = false
1083 local customRainbow = false
1084 local rainbowReset = false
1085 local rainbowStart = 1
1086 local currentRainbow = nil
1087
1088 spawn(function()
1089 while wait() do
1090 if rainbow == true then
1091 for i,v in pairs(rainbowColors) do
1092 local start = rainbowColors[i]
1093 local rEnd = i + 1
1094 if not rainbowColors[rEnd] then
1095 rEnd = 1
1096 end
1097 if customRainbow == true then
1098 local back = screenGui.Top.Main.BackgroundColor3
1099 start = back
1100 end
1101 for num = rainbowCount, 1, -1 do
1102 currentRainbow = start:Lerp(rainbowColors[rEnd], (rainbowCount - num)/rainbowCount)
1103 if rainbow == true then
1104 updateBack(currentRainbow)
1105 else
1106 break
1107 end
1108 wait()
1109 end
1110 customRainbow = false
1111 end
1112 if rainbowReset == true then
1113 rainbowReset = false
1114 rainbow = false
1115 currentRainbow = screenGui.Top.Main.BackgroundColor3
1116 for num = rainbowCount, 1, -1 do
1117 currentRainbow = currentRainbow:Lerp(savedColor, (rainbowCount - num)/rainbowCount)
1118 updateBack(currentRainbow)
1119 if rainbow == true then
1120 rainbowReset = false
1121 break
1122 end
1123 wait()
1124 end
1125 wait()
1126 end
1127 end
1128 end
1129 end)
1130
1131 --Intro
1132 screenGui = Instance.new("ScreenGui")
1133 screenGui.Parent = coreGui
1134 screenGui.Name = "Introooo"
1135 screenGui.Enabled = false
1136
1137 createFrame(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))
1138
1139 createTextLabel(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)
1140
1141 createImageLabel(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)
1142
1143 createTextLabel(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)
1144
1145 createTextLabel(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), [["Innovating Creativity"]], Color3.fromRGB(255, 255, 255), 17, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1146
1147 createFrame(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))
1148
1149 createFrame(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))
1150
1151 createImageLabel(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)
1152
1153 tweening = true
1154
1155 screenGui.Intro.Size = UDim2.new(0, 0, 0, 25)
1156
1157 wait()
1158
1159 screenGui.Enabled = true
1160
1161 screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5)
1162
1163 wait(0.5)
1164 wait()
1165
1166 screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 169), "Out", "Quad", 0.5)
1167
1168 wait(0.5)
1169
1170 screenGui.Intro.Background.Bar:TweenSize(UDim2.new(1, 0, 0, 33), "Out", "Quad", 3)
1171
1172 intro = screenGui
1173
1174 --Create Gui
1175 gui = Instance.new("ScreenGui")
1176 gui.Parent = coreGui
1177 gui.Name = "RoseHub"
1178 gui.Enabled = false
1179
1180 local uiScale = Instance.new("UIScale")
1181 uiScale.Scale = 1.1
1182 uiScale.Parent = gui
1183
1184 createFrame(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))
1185
1186 gui.Main.Active = true
1187 gui.Main.Draggable = true
1188 gui.Main.ClipsDescendants = true
1189
1190 createTextButton(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()
1191 if tweening == false then
1192 tweening = true
1193 gui.Open:TweenPosition(UDim2.new(0, -75, 0.75, 0), "Out", "Quad", 0.25)
1194 wait(0.25)
1195 gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5)
1196 wait(0.5)
1197 wait()
1198 gui.Main:TweenSize(UDim2.new(0, 361, 0, 347), "Out", "Quad", 0.5)
1199 wait(0.5)
1200 tweening = false
1201 end
1202 end)
1203
1204 createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", gui.Open, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1205
1206 screenGui = gui.Main
1207
1208 createFrame(true, Color3.fromRGB(84, 84, 84), 0, 0, false, "Top", screenGui, UDim2.new(0, 0, 0, 0), UDim2.new(0, 361, 0, 31))
1209 createFrame(false, savedColor, 0, 0, false, "Main", screenGui.Top, UDim2.new(0, 0, 0.984, 0), UDim2.new(0, 361, 0, 313))
1210
1211 createImageLabel(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)
1212
1213 createFrame(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))
1214
1215 createFrame(false, backColor, 1, 0, true, "Important", screenGui.Top, UDim2.new(0.36, 0, 1.516, 0), UDim2.new(0, 211, 0, 281))
1216
1217 local underline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 20, 0, 25), UDim2.new(0, 70, 0, 2))
1218
1219 --Create Tabs Function
1220 local tabPos = 0
1221 local oldTab = tabs[1]
1222 for _,tab in pairs(tabs) do
1223 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))
1224 local tweenPos = tabPos + 22
1225 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()
1226 if tweening == false and tab ~= oldTab then
1227 tweening = true
1228 underline:TweenSizeAndPosition(UDim2.new(0, 2, 0, 0), UDim2.new(0, 55, 0, underline.Position.Y.Offset), "Out", "Quad", tweenSpeed)
1229 local newUnderline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 55, 0, tweenPos), UDim2.new(0, 0, 0, 2))
1230 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)
1231 screenGui.Top.Important[oldTab.."Tab"]:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", tweenSpeed)
1232 screenGui.Top.Important[tab.."Tab"]:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", tweenSpeed)
1233 screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", tweenSpeed/2)
1234 wait(tweenSpeed/2)
1235 screenGui.Top.CurrentTab.Label.Text = tab
1236 screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 109, 0, 31), "Out", "Quad", tweenSpeed/2)
1237 wait(tweenSpeed/2)
1238 screenGui.Top.Important[oldTab.."Tab"].Position = UDim2.new(-1, 0, 0, 0)
1239 underline:Destroy()
1240 underline = newUnderline
1241 oldTab = tab
1242 tweening = false
1243 end
1244 end)
1245 tabPos = tabPos + 26
1246 end
1247 screenGui.Top.Important[tabs[1].."Tab"].Position = UDim2.new(0, 0, 0, 0)
1248 underline.Size = UDim2.new(0, screenGui.Top.Tabs[tabs[1]].TextBounds.X, 0, 2)
1249 underline.Position = UDim2.new(0, 55 - screenGui.Top.Tabs[tabs[1]].TextBounds.X/2, 0, 22)
1250
1251 createTextLabel(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)
1252
1253 createTextButton(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()
1254 if tweening == false then
1255 tweening = true
1256 gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5)
1257 wait(0.5)
1258 gui.Main:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", 0.5)
1259 wait(0.5)
1260 wait()
1261 gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.25)
1262 wait(0.25)
1263 tweening = false
1264 end
1265 end)
1266
1267 local singleImageButton = Instance.new("ImageButton")
1268 singleImageButton.BackgroundColor3 = backColor
1269 singleImageButton.BackgroundTransparency = 1
1270 singleImageButton.Image = "rbxassetid://708157521"
1271 singleImageButton.Parent = screenGui.Top
1272 singleImageButton.Position = UDim2.new(0.033, 0, 0.129, 0)
1273 singleImageButton.ScaleType = Enum.ScaleType.Fit
1274 singleImageButton.Size = UDim2.new(0, 24, 0, 23)
1275 singleImageButton.MouseButton1Down:Connect(function()
1276 --Stuff
1277 end)
1278
1279 --Home Tab
1280 createTextLabel(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)
1281
1282 createTextButton(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()
1283
1284 end)
1285
1286 createImageLabel(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)
1287
1288 createTextLabel(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.
1289 The scrolling bar is invisible so to scroll use your scroll wheel.
1290
1291 Want scripts or features added?
1292
1293 Join our Discord for Support donations and more!]], textColor, 14, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 4)
1294
1295 --All Script Tabs
1296 --Sort lists and insert them
1297 for _,list in pairs(lists) do
1298 local toSort = {}
1299 local sortedList = {}
1300 local pos = 0
1301
1302 for _,v in pairs(list[1]) do
1303 table.insert(toSort, v[1])
1304 end
1305
1306 table.sort(toSort)
1307
1308 for i,name in pairs(toSort) do
1309 for i,actualTable in pairs(list[1]) do
1310 if name == actualTable[1] then
1311 table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]})
1312 end
1313 end
1314 end
1315
1316 --Make Holding Frame
1317 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)
1318
1319 --Function to create the buttons
1320 local function createButons(text)
1321 pos = 5
1322 for _,button in pairs(sortedList) do
1323 if text == "" or string.match(string.lower(button[1]), string.lower(text)) then
1324 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()
1325 if button[3] == 1 then
1326 loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))()
1327 elseif button[3] == 2 then
1328 loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)()
1329 end
1330 end)
1331 pos = pos + 23
1332 end
1333 end
1334 end
1335
1336 --Remove Buttons and create new on search
1337 local function removeButtons()
1338 for _,button in pairs(screenGui.Top.Important[list[2].."Tab"].Holder:GetChildren()) do
1339 button:Destroy()
1340 end
1341 end
1342
1343 --Search Function
1344 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)
1345 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)
1346 screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderColor3 = textColor
1347 screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderText = "Search "..list[2]
1348 local function searchBar(chosenList)
1349 local search = screenGui.Top.Important[chosenList.."Tab"].Search
1350 local currentSearch = ""
1351 search.Changed:connect(function(property)
1352 if property == "Text" then
1353 if search.Text ~= "" and search.Text ~= currentSearch then
1354 currentSearch = search.Text
1355 removeButtons()
1356 createButons(search.Text)
1357 elseif search.Text == "" and currentSearch.Text ~= "" then
1358 currentSearch = search.Text
1359 removeButtons()
1360 createButons("")
1361 end
1362 end
1363 end)
1364 end
1365
1366 searchBar(list[2])
1367
1368 --Create Buttons with no search
1369 createButons("")
1370
1371 screenGui.Top.Important[list[2].."Tab"].Holder.CanvasSize = UDim2.new(1, 0, 0, pos + 2)
1372 end
1373
1374 --Executor Tab
1375 local movedExec = false
1376 local movingText = false
1377
1378 local 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)
1379 execHolder.Changed:connect(function(property)
1380 if property == "CanvasPosition" then
1381 if movingText == false then
1382 if execInput.TextBounds.Y - execHolder.CanvasPosition.Y <= 201 then
1383 movedExec = false
1384 else
1385 movedExec = true
1386 end
1387 end
1388 end
1389 end)
1390
1391 createTextButton(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()
1392 pcall(function()
1393 loadstring(execInput.Text)()
1394 end)
1395 end)
1396
1397 createImageLabel(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)
1398
1399 createTextButton(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()
1400 execInput.Text = ""
1401 end)
1402
1403 createImageLabel(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)
1404
1405 execInput = 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)
1406 execInput.ClearTextOnFocus = false
1407 execInput.MultiLine = true
1408 execInput.Changed:connect(function(property)
1409 if property == "Text" then
1410 movingText = true
1411 execHolder.CanvasSize = UDim2.new(1, -20, 0, execInput.TextBounds.Y + execInput.TextSize + 10)
1412 if movedExec == false and execInput.TextBounds.Y - execHolder.CanvasPosition.Y >= 205 then
1413 execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y + 224 + execInput.TextSize + 10)
1414 movedExec = false
1415 elseif movedExec == true and execInput.TextBounds.Y < 224 then
1416 movedExec = false
1417 end
1418 movingText = false
1419 end
1420 end)
1421
1422 --Settings
1423 createTextButton(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()
1424 if colorPickerOpen == false then
1425 colorPickerOpen = true
1426 if rainbow == true then
1427 rainbow = false
1428 rainbowReset = true
1429 end
1430 if pickerCreated ~= true then
1431 ColorPicker.new()
1432 else
1433 pickerGui.Visible = true
1434 end
1435 end
1436 end)
1437
1438 createImageLabel(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)
1439
1440 createTextButton(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()
1441 rainbowReset = true
1442 rainbow = false
1443 rainbowCount = 75
1444 changeColorPickerBack = true
1445 backDrop.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
1446 updateBack(Color3.fromRGB(59, 59, 59))
1447 savedColor = Color3.fromRGB(59, 59, 59)
1448 end)
1449
1450 createImageLabel(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)
1451
1452 createFrame(false, backColor, mainTrans, 0, false, "RainbowFrame", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 46), UDim2.new(1, -20, 0, 111))
1453
1454 createTextLabel(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)
1455
1456 createImageLabel(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)
1457
1458 createTextButton(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()
1459 local speed = screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox.Text
1460 if tonumber(speed) and tonumber(speed) >= 1 then
1461 rainbowCount = tonumber(speed)
1462 screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel.Text = "Speed: "..tostring(speed)
1463 end
1464 end)
1465
1466 createImageLabel(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)
1467
1468 createTextBox(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)
1469
1470 createImageLabel(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)
1471
1472 createTextLabel(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)
1473
1474 createImageLabel(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)
1475
1476 createTextButton(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()
1477 if rainbow == false and colorPickerOpen == false then
1478 customRainbow = true
1479 rainbow = true
1480 rainbowReset = false
1481 end
1482 end)
1483
1484 createImageLabel(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)
1485
1486 createTextButton(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()
1487 if rainbow == true and colorPickerOpen == false then
1488 rainbow = false
1489 rainbowReset = true
1490 end
1491 end)
1492
1493 createImageLabel(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)
1494
1495 createTextLabel(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)
1496
1497 createImageLabel(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)
1498
1499 createTextButton(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()
1500 if changeColorPickerBack == false then
1501 changeColorPickerBack = true
1502 end
1503 end)
1504
1505 createTextButton(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()
1506 if changeColorPickerBack == true then
1507 changeColorPickerBack = false
1508 end
1509 end)
1510
1511 createTextButton(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()
1512 if savingSettings == false then
1513 savingSettings = true
1514 if writefile then
1515 local back = colorPickerBack
1516 if backDrop then
1517 back = backDrop.BackgroundColor3
1518 end
1519 saveSetting(savedColor, back, changeColorPickerBack, mainTrans, rainbow, rainbowCount)
1520 screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Settings Saved!"
1521 wait(1)
1522 else
1523 screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Exploit not Supported :("
1524 wait(1)
1525 end
1526 screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Save Settings"
1527 savingSettings = false
1528 end
1529 end)
1530
1531 createImageLabel(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)
1532
1533 --Credits
1534 createTextLabel(backColor, 1, 1, Enum.Font.Highway, "CreditsTxt", screenGui.Top.Important.CreditsTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), [[Humanoid
1535 Humanoid#1337
1536
1537 Zwolf
1538 Zwolf#3762
1539
1540 Alex
1541 Alex the Great#9740
1542
1543 Tom
1544 tomisapussycat#0409
1545
1546 Moon
1547 Moon#6245]], textColor, 20, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1548
1549 --Script Search
1550 createTextLabel(backColor, 1, 0, Enum.Font.SourceSansBold, "Sad", screenGui.Top.Important.ScriptSearchTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), "Soon to Come", textColor, 15, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1)
1551
1552 --Audios Tab
1553 local volume = 1
1554 local audioPage = 1
1555
1556 local function stopSounds()
1557 for _,obj in pairs(lighting:GetChildren()) do
1558 if obj:IsA("Sound") then
1559 obj:Destroy()
1560 end
1561 end
1562 for _,obj in pairs(mWorkspace:GetChildren()) do
1563 if obj:IsA("Sound") then
1564 obj:Destroy()
1565 end
1566 end
1567 end
1568
1569 local function playSong(id)
1570 stopSounds()
1571 local sound = Instance.new("Sound")
1572 sound.Parent = lighting
1573 sound.SoundId = "rbxassetid://"..tostring(id)
1574 sound.Volume = volume
1575 sound.Name = "RoseHubSound"
1576 sound.Looped = true
1577 sound.Playing = true
1578 end
1579
1580 local 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)
1581
1582 local 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)
1583 audioInputBox.PlaceholderColor3 = textColor
1584
1585 createImageLabel(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)
1586
1587 createTextButton(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()
1588 stopSounds()
1589 end)
1590
1591 createImageLabel(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)
1592
1593 local 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)
1594
1595 createImageLabel(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)
1596
1597 createTextButton(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()
1598 if tonumber(volumeBox.Text) then
1599 volume = tonumber(volumeBox.Text)
1600 pcall(function()
1601 lighting.RoseHubSound.Volume = volume
1602 end)
1603 end
1604 end)
1605
1606 createImageLabel(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)
1607
1608 local 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)
1609
1610 createImageLabel(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)
1611
1612 createTextButton(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()
1613 if audioPage > 1 then
1614 audioPage = audioPage - 1
1615 createAudios(audioPage)
1616 end
1617 end)
1618
1619 createImageLabel(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)
1620
1621 createTextButton(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()
1622 audioPage = audioPage + 1
1623 createAudios(audioPage)
1624 end)
1625
1626 createImageLabel(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)
1627
1628 function createAudios(audioPage)
1629 local audioKeyword = audioInputBox.Text
1630 local json = "https://search.roblox.com/catalog/json?Category=Audio&Keyword="..audioKeyword.."&ResultsPerPage=25&PageNumber="..tostring(audioPage)
1631 local gotJson = game:HttpGet(json, true)
1632 local rawResult = httpService:JSONDecode(gotJson)
1633 local pos = 5
1634 for _,button in pairs(audioHolder:GetChildren()) do
1635 button:Destroy()
1636 end
1637 for _,tab in pairs(rawResult) do
1638 local scale = false
1639 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()
1640 playSong(tab.AssetId)
1641 currentSong.Text = tab.Name
1642 currentSong.TextScaled = scale
1643 end)
1644 if button.TextBounds.X > button.Size.X.Offset then
1645 button.TextScaled = true
1646 scale = true
1647 end
1648 pos = pos + 23
1649 end
1650 audioHolder.CanvasSize = UDim2.new(0, 0, 0, pos + 2)
1651 end
1652
1653 createTextButton(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()
1654 createAudios(1)
1655 end)
1656
1657 --Remove pcall
1658 pcall(function()
1659 createAudios(1)
1660 end)
1661
1662 createImageLabel(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)
1663
1664 --Decals Tab
1665 local decalsPage = 1
1666
1667 local 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)
1668
1669 createTextButton(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()
1670 createDecals(decalsPage)
1671 end)
1672
1673 createImageLabel(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)
1674
1675 local 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)
1676 decalInput.PlaceholderColor3 = textColor
1677
1678 createImageLabel(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)
1679
1680 local 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)
1681
1682 createImageLabel(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)
1683
1684 createTextButton(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()
1685 if decalsPage > 1 then
1686 decalsPage = decalsPage - 1
1687 createDecals(decalsPage)
1688 end
1689 end)
1690
1691 createImageLabel(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)
1692
1693 createTextButton(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()
1694 decalsPage = decalsPage + 1
1695 createDecals(decalsPage)
1696 end)
1697
1698 createImageLabel(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)
1699
1700 function createDecals(decalsPage)
1701 local decalsKeyword = decalInput.Text
1702 local json = "https://search.roblox.com/catalog/json?Category=Decals&Keyword="..decalsKeyword.."&ResultsPerPage=50&PageNumber="..tostring(decalsPage)
1703 local gotJson = game:HttpGet(json, true)
1704 local rawResult = httpService:JSONDecode(gotJson)
1705 local xPos = 5
1706 local yPos = 5
1707 local ran = 0
1708 for _,button in pairs(decalsHolder:GetChildren()) do
1709 button:Destroy()
1710 end
1711 for _,tab in pairs(rawResult) do
1712 local singleImageButton = Instance.new("ImageButton")
1713 singleImageButton.BackgroundColor3 = backColor
1714 singleImageButton.BackgroundTransparency = 1
1715 singleImageButton.BorderSizePixel = 0
1716 singleImageButton.Image = "https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId="..tostring(tab.AssetId)
1717 singleImageButton.Parent = screenGui.Top.Important.DecalsTab.Holder
1718 singleImageButton.Position = UDim2.new(0, xPos, 0, yPos)
1719 singleImageButton.ScaleType = Enum.ScaleType.Fit
1720 singleImageButton.Size = UDim2.new(0, 89, 0, 89)
1721 singleImageButton.MouseButton1Down:Connect(function()
1722 local image = Instance.new("ImageLabel")
1723 image.Parent = coreGui
1724 image.Name = "DecalLoader"
1725 local returnVal = nil
1726 for i=1, 10 do
1727 local test = pcall(function()
1728 image.Image = "rbxassetid://"tostring(tab.AssetId)
1729 end)
1730 if test then
1731 returnVal = i
1732 break
1733 end
1734 end
1735 if returnVal ~= nil then
1736 selectedDecal.Text = tostring(tab.AssetId - returnVal)
1737 end
1738 end)
1739 ran = ran + 1
1740 xPos = xPos + 92
1741 if ran == 2 then
1742 ran = 0
1743 xPos = 5
1744 yPos = yPos + 92
1745 end
1746 end
1747 decalsHolder.CanvasSize = UDim2.new(0, 0, 0, yPos + 2)
1748 end
1749
1750 pcall(function()
1751 createDecals(1)
1752 end)
1753
1754 --Final Stuff
1755 createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4)
1756
1757 createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top, UDim2.new(0, 155, 0.194, 0), UDim2.new(0, 1, 0, 21))
1758
1759 createFrame(false, backColor, 1, 0, true, "CurrentTab", screenGui.Top, UDim2.new(0, 165, 0, 0), UDim2.new(0, 109, 0, 31))
1760
1761 createTextLabel(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)
1762
1763 updateBack(savedColor)
1764
1765 if enableRainbow == true then
1766 customRainbow = true
1767 rainbow = true
1768 end
1769
1770 gui.Main.Size = UDim2.new(0, 0, 0, 31)
1771 gui.Open.Position = UDim2.new(0, -75, 0.75, 0)
1772
1773 wait(3)
1774
1775 intro.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5)
1776 wait(0.5)
1777 intro.Intro:TweenSize(UDim2.new(0, 0, 0, 25), "Out", "Quad", 0.5)
1778
1779 wait(0.5)
1780
1781 intro:Destroy()
1782
1783 gui.Enabled = true
1784
1785 gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.5)
1786 wait(0.5)
1787
1788 tweening = false
1789
1790 print("Rose Hub process finished at " .. round(tick()-start) .. " milliseconds.")
1791end)
1792
1793fearosia.Name = "fearosia"
1794fearosia.Parent = Main
1795fearosia.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
1796fearosia.Position = UDim2.new(0.448598027, 0, 0.815593779, 0)
1797fearosia.Size = UDim2.new(0, 156, 0, 19)
1798fearosia.Font = Enum.Font.SourceSans
1799fearosia.Text = "FE Arosia"
1800fearosia.TextColor3 = Color3.new(0, 0, 0)
1801fearosia.TextSize = 28
1802fearosia.MouseButton1Down:connect(function()
1803-- Thank you for using Arosia, enjoy!
1804
1805-- Objects
1806
1807local Arosia = Instance.new("ScreenGui")
1808local SideTabsBrick = Instance.new("Frame")
1809local icon = Instance.new("ImageLabel")
1810local MainFrame = Instance.new("Frame")
1811local TopRow = Instance.new("Frame")
1812local Title = Instance.new("TextLabel")
1813local CloseGUI = Instance.new("TextButton")
1814local FE_Check = Instance.new("TextLabel")
1815local SideTabs = Instance.new("Frame")
1816local TAB_LocalPlayer = Instance.new("TextButton")
1817local TAB_Others = Instance.new("TextButton")
1818local TAB_Scripts = Instance.new("TextButton")
1819local TAB_Credit = Instance.new("TextButton")
1820local TAB_Games = Instance.new("TextButton")
1821local Others = Instance.new("Frame")
1822local PlayerUserEnter = Instance.new("TextBox")
1823local Guidance = Instance.new("TextLabel")
1824local Annoy = Instance.new("TextButton")
1825local Teleport = Instance.new("TextButton")
1826local View = Instance.new("TextButton")
1827local Kill = Instance.new("TextButton")
1828local Attach = Instance.new("TextButton")
1829local Bring = Instance.new("TextButton")
1830local Guidance2 = Instance.new("TextLabel")
1831local NoneSelected = Instance.new("Frame")
1832local NoneSelectedText1 = Instance.new("TextLabel")
1833local NoneSelectedText2 = Instance.new("TextLabel")
1834local NoneSelectedText3 = Instance.new("TextLabel")
1835local LocalPlayer = Instance.new("Frame")
1836local GodMode = Instance.new("TextButton")
1837local Fly = Instance.new("TextButton")
1838local Speed = Instance.new("TextButton")
1839local Speed_TXTBOX = Instance.new("TextBox")
1840local JumpHeight = Instance.new("TextButton")
1841local JumpHeight_TXTBOX = Instance.new("TextBox")
1842local Chat = Instance.new("TextButton")
1843local Chat_TXTBOX = Instance.new("TextBox")
1844local Respawn = Instance.new("TextButton")
1845local HipHeight = Instance.new("TextButton")
1846local HipHeight_TXTBOX = Instance.new("TextBox")
1847local Noclip = Instance.new("TextButton")
1848local Sit = Instance.new("TextButton")
1849local Jump = Instance.new("TextButton")
1850local HideName = Instance.new("TextButton")
1851local Spam = Instance.new("TextButton")
1852local Freeze = Instance.new("TextButton")
1853local Btools = Instance.new("TextButton")
1854local Spin = Instance.new("TextButton")
1855local NoLimbs = Instance.new("TextButton")
1856local Seizure = Instance.new("TextButton")
1857local Games = Instance.new("Frame")
1858local Scripts = Instance.new("Frame")
1859local SideFrame = Instance.new("Frame")
1860local SIDE_Title = Instance.new("TextLabel")
1861local OpenGUI = Instance.new("TextButton")
1862local SIDE_FE_Check = Instance.new("TextLabel")
1863local getimage = game:GetService('ContentProvider')
1864local ResetDefault = Instance.new("TextButton")
1865local Push = Instance.new("TextButton")
1866local ClientFreeze = Instance.new("TextButton")
1867local Orbit = Instance.new("TextButton")
1868local BringAll = Instance.new("TextButton")
1869local AttachAll = Instance.new("TextButton")
1870local Flatten = Instance.new("TextButton")
1871local Guidance3 = Instance.new("TextLabel")
1872local KillAll = Instance.new("TextButton")
1873local Energize = Instance.new("TextButton")
1874local GlitchMax = Instance.new("TextButton")
1875local Energize_TXT = Instance.new("TextLabel")
1876local GlitchMax_TXT = Instance.new("TextLabel")
1877local Verspin = Instance.new("TextButton")
1878local Verspin_TXT = Instance.new("TextLabel")
1879local Temp = Instance.new("TextLabel")
1880local Experimental = Instance.new("TextButton")
1881local CHAOS = Instance.new("TextButton")
1882
1883-- Properties
1884
1885Arosia.Name = "Arosia"
1886Arosia.Parent = game.CoreGui
1887
1888MainFrame.Name = "MainFrame"
1889MainFrame.Parent = Arosia
1890MainFrame.Active = true
1891MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
1892MainFrame.BackgroundTransparency = 1
1893MainFrame.Draggable = true
1894MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
1895MainFrame.Size = UDim2.new(0, 448, 0, 334)
1896
1897TopRow.Name = "TopRow"
1898TopRow.Parent = MainFrame
1899TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
1900TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
1901TopRow.BorderSizePixel = 2
1902TopRow.Size = UDim2.new(0, 448, 0, 24)
1903TopRow.ZIndex = 7
1904
1905Title.Name = "Title"
1906Title.Parent = TopRow
1907Title.Active = true
1908Title.BackgroundColor3 = Color3.new(1, 1, 1)
1909Title.BackgroundTransparency = 1
1910Title.Size = UDim2.new(0, 90, 0, 24)
1911Title.Font = Enum.Font.ArialBold
1912Title.FontSize = Enum.FontSize.Size24
1913Title.Text = "Arosia "
1914Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
1915Title.TextScaled = true
1916Title.TextSize = 19
1917Title.TextWrapped = true
1918Title.ZIndex = 8
1919
1920CloseGUI.Name = "CloseGUI"
1921CloseGUI.Parent = TopRow
1922CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
1923CloseGUI.BackgroundTransparency = 1
1924CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
1925CloseGUI.Size = UDim2.new(0, 38, 0, 24)
1926CloseGUI.Font = Enum.Font.ArialBold
1927CloseGUI.FontSize = Enum.FontSize.Size32
1928CloseGUI.Text = "X"
1929CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
1930CloseGUI.TextSize = 30
1931CloseGUI.ZIndex = 8
1932
1933FE_Check.Name = "FE_Check"
1934FE_Check.Parent = TopRow
1935FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
1936FE_Check.BackgroundTransparency = 1
1937FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
1938FE_Check.Size = UDim2.new(0, 223, 0, 24)
1939FE_Check.Font = Enum.Font.Highway
1940FE_Check.FontSize = Enum.FontSize.Size14
1941FE_Check.Text = "Error loading FE Checker"
1942FE_Check.TextColor3 = Color3.new(1, 1, 1)
1943FE_Check.TextScaled = true
1944FE_Check.TextSize = 14
1945FE_Check.TextWrapped = true
1946FE_Check.ZIndex = 8
1947
1948SideTabs.Name = "SideTabs"
1949SideTabs.Parent = MainFrame
1950SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
1951SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
1952SideTabs.BorderSizePixel = 2
1953SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
1954SideTabs.Size = UDim2.new(0, 120, 0, 307)
1955SideTabs.ZIndex = 5
1956
1957TAB_LocalPlayer.Name = "TAB_LocalPlayer"
1958TAB_LocalPlayer.Parent = SideTabs
1959TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
1960TAB_LocalPlayer.BorderSizePixel = 0
1961TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
1962TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
1963TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
1964TAB_LocalPlayer.Text = "Local Player"
1965TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
1966TAB_LocalPlayer.TextSize = 23
1967TAB_LocalPlayer.TextWrapped = true
1968TAB_LocalPlayer.ZIndex = 6
1969
1970TAB_Others.Name = "TAB_Others"
1971TAB_Others.Parent = SideTabs
1972TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
1973TAB_Others.BorderSizePixel = 0
1974TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
1975TAB_Others.Size = UDim2.new(0, 120, 0, 35)
1976TAB_Others.Font = Enum.Font.SourceSansBold
1977TAB_Others.FontSize = Enum.FontSize.Size28
1978TAB_Others.Text = "Others"
1979TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
1980TAB_Others.TextSize = 27
1981TAB_Others.TextWrapped = true
1982TAB_Others.ZIndex = 6
1983
1984TAB_Scripts.Name = "TAB_Scripts"
1985TAB_Scripts.Parent = SideTabs
1986TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
1987TAB_Scripts.BorderSizePixel = 0
1988TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
1989TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
1990TAB_Scripts.Font = Enum.Font.SourceSansBold
1991TAB_Scripts.FontSize = Enum.FontSize.Size28
1992TAB_Scripts.Text = "Scripts"
1993TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
1994TAB_Scripts.TextSize = 27
1995TAB_Scripts.TextWrapped = true
1996TAB_Scripts.ZIndex = 6
1997
1998TAB_Credit.Name = "TAB_Credit"
1999TAB_Credit.Parent = SideTabs
2000TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2001TAB_Credit.BorderSizePixel = 0
2002TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
2003TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
2004TAB_Credit.Font = Enum.Font.SourceSansBold
2005TAB_Credit.FontSize = Enum.FontSize.Size28
2006TAB_Credit.Text = "illremember"
2007TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
2008TAB_Credit.TextSize = 25
2009TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
2010TAB_Credit.TextStrokeTransparency = 0.80000001192093
2011TAB_Credit.TextWrapped = true
2012TAB_Credit.ZIndex = 6
2013
2014TAB_Games.Name = "TAB_Games"
2015TAB_Games.Parent = SideTabs
2016TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
2017TAB_Games.BorderSizePixel = 0
2018TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
2019TAB_Games.Size = UDim2.new(0, 120, 0, 35)
2020TAB_Games.Font = Enum.Font.SourceSansBold
2021TAB_Games.FontSize = Enum.FontSize.Size28
2022TAB_Games.Text = "Games"
2023TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
2024TAB_Games.TextSize = 27
2025TAB_Games.TextWrapped = true
2026TAB_Games.ZIndex = 6
2027
2028Others.Name = "Others"
2029Others.Parent = MainFrame
2030Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
2031Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2032Others.BorderSizePixel = 2
2033Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
2034Others.Size = UDim2.new(0, 328, 0, 307)
2035Others.Visible = false
2036
2037PlayerUserEnter.Name = "PlayerUserEnter"
2038PlayerUserEnter.Parent = Others
2039PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
2040PlayerUserEnter.BorderSizePixel = 0
2041PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
2042PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
2043PlayerUserEnter.Font = Enum.Font.SourceSans
2044PlayerUserEnter.FontSize = Enum.FontSize.Size14
2045PlayerUserEnter.Text = ""
2046PlayerUserEnter.TextScaled = true
2047PlayerUserEnter.TextSize = 14
2048PlayerUserEnter.TextWrapped = true
2049
2050Guidance.Name = "Guidance"
2051Guidance.Parent = Others
2052Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
2053Guidance.BackgroundTransparency = 1
2054Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
2055Guidance.Size = UDim2.new(0, 209, 0, 24)
2056Guidance.Font = Enum.Font.ArialBold
2057Guidance.FontSize = Enum.FontSize.Size14
2058Guidance.Text = "Enter Player Username"
2059Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765)
2060Guidance.TextScaled = true
2061Guidance.TextSize = 14
2062Guidance.TextWrapped = true
2063
2064Annoy.Name = "Annoy"
2065Annoy.Parent = Others
2066Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2067Annoy.BorderSizePixel = 0
2068Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
2069Annoy.Size = UDim2.new(0, 78, 0, 26)
2070Annoy.Font = Enum.Font.Arial
2071Annoy.FontSize = Enum.FontSize.Size18
2072Annoy.Text = "Annoy"
2073Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2074Annoy.TextSize = 18
2075Annoy.TextWrapped = true
2076
2077Teleport.Name = "Teleport"
2078Teleport.Parent = Others
2079Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2080Teleport.BorderSizePixel = 0
2081Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
2082Teleport.Size = UDim2.new(0, 78, 0, 26)
2083Teleport.Font = Enum.Font.Arial
2084Teleport.FontSize = Enum.FontSize.Size18
2085Teleport.Text = "Teleport"
2086Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2087Teleport.TextSize = 18
2088Teleport.TextWrapped = true
2089
2090View.Name = "View"
2091View.Parent = Others
2092View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2093View.BorderSizePixel = 0
2094View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
2095View.Size = UDim2.new(0, 78, 0, 26)
2096View.Font = Enum.Font.Arial
2097View.FontSize = Enum.FontSize.Size18
2098View.Text = "View"
2099View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2100View.TextSize = 18
2101View.TextWrapped = true
2102
2103KillAll.Name = "KillAll"
2104KillAll.Parent = Others
2105KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
2106KillAll.BorderSizePixel = 0
2107KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
2108KillAll.Size = UDim2.new(0, 78, 0, 26)
2109KillAll.Font = Enum.Font.Arial
2110KillAll.FontSize = Enum.FontSize.Size18
2111KillAll.Text = "Kill All"
2112KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2113KillAll.TextSize = 18
2114KillAll.TextWrapped = true
2115
2116Attach.Name = "Attach"
2117Attach.Parent = Others
2118Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
2119Attach.BorderSizePixel = 0
2120Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
2121Attach.Size = UDim2.new(0, 78, 0, 26)
2122Attach.Font = Enum.Font.Arial
2123Attach.FontSize = Enum.FontSize.Size18
2124Attach.Text = "Attach"
2125Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2126Attach.TextSize = 18
2127Attach.TextWrapped = true
2128
2129Bring.Name = "Bring"
2130Bring.Parent = Others
2131Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
2132Bring.BorderSizePixel = 0
2133Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
2134Bring.Size = UDim2.new(0, 78, 0, 26)
2135Bring.Font = Enum.Font.Arial
2136Bring.FontSize = Enum.FontSize.Size18
2137Bring.Text = "Bring"
2138Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2139Bring.TextSize = 18
2140Bring.TextWrapped = true
2141
2142Guidance2.Name = "Guidance2"
2143Guidance2.Parent = Others
2144Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
2145Guidance2.BackgroundTransparency = 1
2146Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
2147Guidance2.Size = UDim2.new(0, 227, 0, 40)
2148Guidance2.Font = Enum.Font.ArialBold
2149Guidance2.FontSize = Enum.FontSize.Size14
2150Guidance2.Text = "Golden buttons require tools in your backpack before using"
2151Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
2152Guidance2.TextScaled = true
2153Guidance2.TextSize = 14
2154Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
2155Guidance2.TextStrokeTransparency = 0.80000001192093
2156Guidance2.TextWrapped = true
2157
2158Kill.Name = "Kill"
2159Kill.Parent = Others
2160Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
2161Kill.BorderSizePixel = 0
2162Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
2163Kill.Size = UDim2.new(0, 78, 0, 26)
2164Kill.Font = Enum.Font.Arial
2165Kill.FontSize = Enum.FontSize.Size18
2166Kill.Text = "Kill"
2167Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2168Kill.TextSize = 18
2169Kill.TextWrapped = true
2170
2171BringAll.Name = "Bring"
2172BringAll.Parent = Others
2173BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
2174BringAll.BorderSizePixel = 0
2175BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
2176BringAll.Size = UDim2.new(0, 78, 0, 26)
2177BringAll.Font = Enum.Font.Arial
2178BringAll.FontSize = Enum.FontSize.Size18
2179BringAll.Text = "Bring All"
2180BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2181BringAll.TextSize = 18
2182BringAll.TextWrapped = true
2183
2184AttachAll.Name = "Attach"
2185AttachAll.Parent = Others
2186AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
2187AttachAll.BorderSizePixel = 0
2188AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
2189AttachAll.Size = UDim2.new(0, 78, 0, 26)
2190AttachAll.Font = Enum.Font.Arial
2191AttachAll.FontSize = Enum.FontSize.Size18
2192AttachAll.Text = "Attach All"
2193AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2194AttachAll.TextSize = 18
2195AttachAll.TextWrapped = true
2196
2197Flatten.Name = "Flatten"
2198Flatten.Parent = Others
2199Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2200Flatten.BorderSizePixel = 0
2201Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
2202Flatten.Size = UDim2.new(0, 78, 0, 26)
2203Flatten.Font = Enum.Font.Arial
2204Flatten.FontSize = Enum.FontSize.Size18
2205Flatten.Text = "Flatten"
2206Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2207Flatten.TextSize = 18
2208Flatten.TextWrapped = true
2209
2210Guidance3.Name = "Guidance3"
2211Guidance3.Parent = Others
2212Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
2213Guidance3.BackgroundTransparency = 1
2214Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
2215Guidance3.Size = UDim2.new(0, 227, 0, 40)
2216Guidance3.Font = Enum.Font.ArialBold
2217Guidance3.FontSize = Enum.FontSize.Size14
2218Guidance3.Text = "Red buttons require many tools in your backpack before using"
2219Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
2220Guidance3.TextScaled = true
2221Guidance3.TextSize = 14
2222Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
2223Guidance3.TextStrokeTransparency = 0.80000001192093
2224Guidance3.TextWrapped = true
2225
2226NoneSelected.Name = "NoneSelected"
2227NoneSelected.Parent = MainFrame
2228NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
2229NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2230NoneSelected.BorderSizePixel = 2
2231NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
2232NoneSelected.Size = UDim2.new(0, 328, 0, 307)
2233
2234NoneSelectedText1.Name = "NoneSelectedText1"
2235NoneSelectedText1.Parent = NoneSelected
2236NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
2237NoneSelectedText1.BackgroundTransparency = 1
2238NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
2239NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
2240NoneSelectedText1.Font = Enum.Font.ArialBold
2241NoneSelectedText1.FontSize = Enum.FontSize.Size14
2242NoneSelectedText1.Text = "Arosia"
2243NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824)
2244NoneSelectedText1.TextScaled = true
2245NoneSelectedText1.TextSize = 14
2246NoneSelectedText1.TextWrapped = true
2247
2248NoneSelectedText2.Name = "NoneSelectedText2"
2249NoneSelectedText2.Parent = NoneSelected
2250NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
2251NoneSelectedText2.BackgroundTransparency = 1
2252NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
2253NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
2254NoneSelectedText2.Font = Enum.Font.ArialBold
2255NoneSelectedText2.FontSize = Enum.FontSize.Size14
2256NoneSelectedText2.Text = "Dedicated to bringing power into FE games"
2257NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
2258NoneSelectedText2.TextScaled = true
2259NoneSelectedText2.TextSize = 14
2260NoneSelectedText2.TextWrapped = true
2261
2262NoneSelectedText3.Name = "NoneSelectedText3"
2263NoneSelectedText3.Parent = NoneSelected
2264NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
2265NoneSelectedText3.BackgroundTransparency = 1
2266NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
2267NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
2268NoneSelectedText3.Font = Enum.Font.ArialBold
2269NoneSelectedText3.FontSize = Enum.FontSize.Size14
2270NoneSelectedText3.Text = "By illremember"
2271NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
2272NoneSelectedText3.TextScaled = true
2273NoneSelectedText3.TextSize = 14
2274NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
2275NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
2276NoneSelectedText3.TextWrapped = true
2277
2278LocalPlayer.Name = "LocalPlayer"
2279LocalPlayer.Parent = MainFrame
2280LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
2281LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2282LocalPlayer.BorderSizePixel = 2
2283LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
2284LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
2285LocalPlayer.Visible = false
2286
2287GodMode.Name = "GodMode"
2288GodMode.Parent = LocalPlayer
2289GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2290GodMode.BorderSizePixel = 0
2291GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
2292GodMode.Size = UDim2.new(0, 80, 0, 26)
2293GodMode.Font = Enum.Font.Arial
2294GodMode.FontSize = Enum.FontSize.Size18
2295GodMode.Text = "GodMode"
2296GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2297GodMode.TextSize = 18
2298GodMode.TextWrapped = true
2299
2300Fly.Name = "Fly"
2301Fly.Parent = LocalPlayer
2302Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2303Fly.BorderSizePixel = 0
2304Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
2305Fly.Size = UDim2.new(0, 80, 0, 26)
2306Fly.Font = Enum.Font.Arial
2307Fly.FontSize = Enum.FontSize.Size18
2308Fly.Text = "Fly"
2309Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2310Fly.TextSize = 18
2311Fly.TextWrapped = true
2312
2313Speed.Name = "Speed"
2314Speed.Parent = LocalPlayer
2315Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2316Speed.BorderSizePixel = 0
2317Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
2318Speed.Size = UDim2.new(0, 80, 0, 26)
2319Speed.Font = Enum.Font.Arial
2320Speed.FontSize = Enum.FontSize.Size18
2321Speed.Text = "Speed"
2322Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2323Speed.TextSize = 18
2324Speed.TextWrapped = true
2325
2326Speed_TXTBOX.Name = "Speed_TXTBOX"
2327Speed_TXTBOX.Parent = LocalPlayer
2328Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
2329Speed_TXTBOX.BorderSizePixel = 0
2330Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
2331Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
2332Speed_TXTBOX.Font = Enum.Font.SourceSans
2333Speed_TXTBOX.FontSize = Enum.FontSize.Size14
2334Speed_TXTBOX.Text = ""
2335Speed_TXTBOX.TextScaled = true
2336Speed_TXTBOX.TextSize = 14
2337Speed_TXTBOX.TextWrapped = true
2338
2339JumpHeight.Name = "JumpHeight"
2340JumpHeight.Parent = LocalPlayer
2341JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2342JumpHeight.BorderSizePixel = 0
2343JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
2344JumpHeight.Size = UDim2.new(0, 80, 0, 26)
2345JumpHeight.Font = Enum.Font.Arial
2346JumpHeight.FontSize = Enum.FontSize.Size18
2347JumpHeight.Text = "JumpHeight"
2348JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2349JumpHeight.TextSize = 15
2350JumpHeight.TextWrapped = true
2351
2352JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
2353JumpHeight_TXTBOX.Parent = LocalPlayer
2354JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
2355JumpHeight_TXTBOX.BorderSizePixel = 0
2356JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
2357JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
2358JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
2359JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
2360JumpHeight_TXTBOX.Text = ""
2361JumpHeight_TXTBOX.TextScaled = true
2362JumpHeight_TXTBOX.TextSize = 14
2363JumpHeight_TXTBOX.TextWrapped = true
2364
2365Chat.Name = "Chat"
2366Chat.Parent = LocalPlayer
2367Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2368Chat.BorderSizePixel = 0
2369Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
2370Chat.Size = UDim2.new(0, 80, 0, 26)
2371Chat.Font = Enum.Font.Arial
2372Chat.FontSize = Enum.FontSize.Size18
2373Chat.Text = "Chat"
2374Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2375Chat.TextSize = 18
2376Chat.TextWrapped = true
2377
2378Chat_TXTBOX.Name = "Chat_TXTBOX"
2379Chat_TXTBOX.Parent = LocalPlayer
2380Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
2381Chat_TXTBOX.BorderSizePixel = 0
2382Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
2383Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
2384Chat_TXTBOX.Font = Enum.Font.SourceSans
2385Chat_TXTBOX.FontSize = Enum.FontSize.Size14
2386Chat_TXTBOX.Text = ""
2387Chat_TXTBOX.TextScaled = true
2388Chat_TXTBOX.TextSize = 14
2389Chat_TXTBOX.TextWrapped = true
2390
2391Respawn.Name = "Respawn"
2392Respawn.Parent = LocalPlayer
2393Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2394Respawn.BorderSizePixel = 0
2395Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
2396Respawn.Size = UDim2.new(0, 80, 0, 26)
2397Respawn.Font = Enum.Font.Arial
2398Respawn.FontSize = Enum.FontSize.Size18
2399Respawn.Text = "Respawn"
2400Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2401Respawn.TextSize = 18
2402Respawn.TextWrapped = true
2403
2404HipHeight.Name = "HipHeight"
2405HipHeight.Parent = LocalPlayer
2406HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2407HipHeight.BorderSizePixel = 0
2408HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
2409HipHeight.Size = UDim2.new(0, 80, 0, 26)
2410HipHeight.Font = Enum.Font.Arial
2411HipHeight.FontSize = Enum.FontSize.Size18
2412HipHeight.Text = "HipHeight"
2413HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2414HipHeight.TextSize = 18
2415HipHeight.TextWrapped = true
2416
2417HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
2418HipHeight_TXTBOX.Parent = LocalPlayer
2419HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
2420HipHeight_TXTBOX.BorderSizePixel = 0
2421HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
2422HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
2423HipHeight_TXTBOX.Font = Enum.Font.SourceSans
2424HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
2425HipHeight_TXTBOX.Text = ""
2426HipHeight_TXTBOX.TextScaled = true
2427HipHeight_TXTBOX.TextSize = 14
2428HipHeight_TXTBOX.TextWrapped = true
2429
2430Noclip.Name = "Noclip"
2431Noclip.Parent = LocalPlayer
2432Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2433Noclip.BorderSizePixel = 0
2434Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
2435Noclip.Size = UDim2.new(0, 80, 0, 26)
2436Noclip.Font = Enum.Font.Arial
2437Noclip.FontSize = Enum.FontSize.Size18
2438Noclip.Text = "Noclip"
2439Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2440Noclip.TextSize = 18
2441Noclip.TextWrapped = true
2442
2443Sit.Name = "Sit"
2444Sit.Parent = LocalPlayer
2445Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2446Sit.BorderSizePixel = 0
2447Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
2448Sit.Size = UDim2.new(0, 80, 0, 26)
2449Sit.Font = Enum.Font.Arial
2450Sit.FontSize = Enum.FontSize.Size18
2451Sit.Text = "Sit"
2452Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2453Sit.TextSize = 18
2454Sit.TextWrapped = true
2455
2456Jump.Name = "Jump"
2457Jump.Parent = LocalPlayer
2458Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2459Jump.BorderSizePixel = 0
2460Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
2461Jump.Size = UDim2.new(0, 80, 0, 26)
2462Jump.Font = Enum.Font.Arial
2463Jump.FontSize = Enum.FontSize.Size18
2464Jump.Text = "Jump"
2465Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2466Jump.TextSize = 18
2467Jump.TextWrapped = true
2468
2469HideName.Name = "HideName"
2470HideName.Parent = LocalPlayer
2471HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2472HideName.BorderSizePixel = 0
2473HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
2474HideName.Size = UDim2.new(0, 80, 0, 26)
2475HideName.Font = Enum.Font.Arial
2476HideName.FontSize = Enum.FontSize.Size18
2477HideName.Text = "HideName"
2478HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2479HideName.TextSize = 18
2480HideName.TextWrapped = true
2481
2482Spam.Name = "Spam"
2483Spam.Parent = LocalPlayer
2484Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2485Spam.BorderSizePixel = 0
2486Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
2487Spam.Size = UDim2.new(0, 80, 0, 26)
2488Spam.Font = Enum.Font.Arial
2489Spam.FontSize = Enum.FontSize.Size18
2490Spam.Text = "Spam"
2491Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2492Spam.TextSize = 18
2493Spam.TextWrapped = true
2494
2495Freeze.Name = "Freeze"
2496Freeze.Parent = LocalPlayer
2497Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2498Freeze.BorderSizePixel = 0
2499Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
2500Freeze.Size = UDim2.new(0, 80, 0, 26)
2501Freeze.Font = Enum.Font.Arial
2502Freeze.FontSize = Enum.FontSize.Size18
2503Freeze.Text = "Freeze"
2504Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2505Freeze.TextSize = 18
2506Freeze.TextWrapped = true
2507
2508Btools.Name = "Btools"
2509Btools.Parent = LocalPlayer
2510Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2511Btools.BorderSizePixel = 0
2512Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
2513Btools.Size = UDim2.new(0, 80, 0, 26)
2514Btools.Font = Enum.Font.Arial
2515Btools.FontSize = Enum.FontSize.Size18
2516Btools.Text = "Btools"
2517Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2518Btools.TextSize = 18
2519Btools.TextWrapped = true
2520
2521Spin.Name = "Spin"
2522Spin.Parent = LocalPlayer
2523Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2524Spin.BorderSizePixel = 0
2525Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
2526Spin.Size = UDim2.new(0, 80, 0, 26)
2527Spin.Font = Enum.Font.Arial
2528Spin.FontSize = Enum.FontSize.Size18
2529Spin.Text = "Spin"
2530Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2531Spin.TextSize = 18
2532Spin.TextWrapped = true
2533
2534NoLimbs.Name = "NoLimbs"
2535NoLimbs.Parent = LocalPlayer
2536NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2537NoLimbs.BorderSizePixel = 0
2538NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
2539NoLimbs.Size = UDim2.new(0, 80, 0, 26)
2540NoLimbs.Font = Enum.Font.Arial
2541NoLimbs.FontSize = Enum.FontSize.Size18
2542NoLimbs.Text = "NoLimbs"
2543NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2544NoLimbs.TextSize = 18
2545NoLimbs.TextWrapped = true
2546
2547Seizure.Name = "Seizure"
2548Seizure.Parent = LocalPlayer
2549Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2550Seizure.BorderSizePixel = 0
2551Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
2552Seizure.Size = UDim2.new(0, 80, 0, 26)
2553Seizure.Font = Enum.Font.Arial
2554Seizure.FontSize = Enum.FontSize.Size18
2555Seizure.Text = "Seizure"
2556Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2557Seizure.TextSize = 18
2558Seizure.TextWrapped = true
2559
2560Games.Name = "Games"
2561Games.Parent = MainFrame
2562Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
2563Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2564Games.BorderSizePixel = 2
2565Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
2566Games.Size = UDim2.new(0, 328, 0, 307)
2567Games.Visible = false
2568
2569Scripts.Name = "Scripts"
2570Scripts.Parent = MainFrame
2571Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
2572Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2573Scripts.BorderSizePixel = 2
2574Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
2575Scripts.Size = UDim2.new(0, 328, 0, 307)
2576Scripts.Visible = false
2577
2578Energize.Name = "Energize"
2579Energize.Parent = Scripts
2580Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
2581Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
2582Energize.BorderSizePixel = 3
2583Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
2584Energize.Size = UDim2.new(0, 200, 0, 30)
2585Energize.Font = Enum.Font.ArialBold
2586Energize.FontSize = Enum.FontSize.Size18
2587Energize.Text = "Animation GUI for R6/R15"
2588Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2589Energize.TextScaled = true
2590Energize.TextSize = 18
2591Energize.TextWrapped = true
2592
2593GlitchMax.Name = "GlitchMax"
2594GlitchMax.Parent = Scripts
2595GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
2596GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
2597GlitchMax.BorderSizePixel = 3
2598GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
2599GlitchMax.Size = UDim2.new(0, 200, 0, 30)
2600GlitchMax.Font = Enum.Font.ArialBold
2601GlitchMax.FontSize = Enum.FontSize.Size28
2602GlitchMax.Text = "GlitchMax GUI"
2603GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2604GlitchMax.TextSize = 25
2605GlitchMax.TextWrapped = true
2606
2607Energize_TXT.Name = "Energize_TXT"
2608Energize_TXT.Parent = Scripts
2609Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
2610Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
2611Energize_TXT.BorderSizePixel = 3
2612Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
2613Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
2614Energize_TXT.Font = Enum.Font.SourceSansSemibold
2615Energize_TXT.FontSize = Enum.FontSize.Size14
2616Energize_TXT.Text = "Use cool animations on yourself!"
2617Energize_TXT.TextScaled = true
2618Energize_TXT.TextSize = 14
2619Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
2620Energize_TXT.TextStrokeTransparency = 0.89999997615814
2621Energize_TXT.TextWrapped = true
2622
2623GlitchMax_TXT.Name = "GlitchMax_TXT"
2624GlitchMax_TXT.Parent = Scripts
2625GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
2626GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
2627GlitchMax_TXT.BorderSizePixel = 3
2628GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
2629GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
2630GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
2631GlitchMax_TXT.FontSize = Enum.FontSize.Size14
2632GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
2633GlitchMax_TXT.TextScaled = true
2634GlitchMax_TXT.TextSize = 14
2635GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
2636GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
2637GlitchMax_TXT.TextWrapped = true
2638
2639Verspin.Name = "Verspin"
2640Verspin.Parent = Scripts
2641Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
2642Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
2643Verspin.BorderSizePixel = 3
2644Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
2645Verspin.Size = UDim2.new(0, 200, 0, 30)
2646Verspin.Font = Enum.Font.ArialBold
2647Verspin.FontSize = Enum.FontSize.Size28
2648Verspin.Text = "Verspin GUI"
2649Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2650Verspin.TextSize = 25
2651Verspin.TextWrapped = true
2652
2653Verspin_TXT.Name = "Verspin_TXT"
2654Verspin_TXT.Parent = Scripts
2655Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
2656Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
2657Verspin_TXT.BorderSizePixel = 3
2658Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
2659Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
2660Verspin_TXT.Font = Enum.Font.SourceSansSemibold
2661Verspin_TXT.FontSize = Enum.FontSize.Size14
2662Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
2663Verspin_TXT.TextScaled = true
2664Verspin_TXT.TextSize = 14
2665Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
2666Verspin_TXT.TextStrokeTransparency = 0.89999997615814
2667Verspin_TXT.TextWrapped = true
2668
2669SideFrame.Name = "SideFrame"
2670SideFrame.Parent = Arosia
2671SideFrame.Active = true
2672SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2673SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2674SideFrame.BorderSizePixel = 2
2675SideFrame.Draggable = true
2676SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
2677SideFrame.Size = UDim2.new(0, 448, 0, 334)
2678SideFrame.Visible = false
2679SideFrame.ZIndex = 9
2680
2681SIDE_Title.Name = "SIDE_Title"
2682SIDE_Title.Parent = SideFrame
2683SIDE_Title.Active = true
2684SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
2685SIDE_Title.BackgroundTransparency = 1
2686SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
2687SIDE_Title.Font = Enum.Font.ArialBold
2688SIDE_Title.FontSize = Enum.FontSize.Size24
2689SIDE_Title.Text = "Arosia "
2690SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
2691SIDE_Title.TextScaled = true
2692SIDE_Title.TextSize = 19
2693SIDE_Title.TextWrapped = true
2694SIDE_Title.ZIndex = 10
2695
2696OpenGUI.Name = "OpenGUI"
2697OpenGUI.Parent = SideFrame
2698OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
2699OpenGUI.BackgroundTransparency = 1
2700OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
2701OpenGUI.Size = UDim2.new(0, 38, 0, 24)
2702OpenGUI.Font = Enum.Font.ArialBold
2703OpenGUI.FontSize = Enum.FontSize.Size32
2704OpenGUI.Text = "X"
2705OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
2706OpenGUI.TextSize = 30
2707OpenGUI.ZIndex = 10
2708
2709SIDE_FE_Check.Name = "SIDE_FE_Check"
2710SIDE_FE_Check.Parent = SideFrame
2711SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
2712SIDE_FE_Check.BackgroundTransparency = 1
2713SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
2714SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
2715SIDE_FE_Check.Font = Enum.Font.Highway
2716SIDE_FE_Check.FontSize = Enum.FontSize.Size14
2717SIDE_FE_Check.Text = "Error loading FE Checker"
2718SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
2719SIDE_FE_Check.TextScaled = true
2720SIDE_FE_Check.TextSize = 14
2721SIDE_FE_Check.TextWrapped = true
2722SIDE_FE_Check.ZIndex = 10
2723
2724icon.Name = "icon"
2725icon.Parent = SideTabs
2726icon.BackgroundColor3 = Color3.new(1, 1, 1)
2727icon.BackgroundTransparency = 1
2728icon.Position = UDim2.new(0, 0, 0.51, 0)
2729icon.Size = UDim2.new(0, 120, 0, 110)
2730icon.Image = "http://www.roblox.com/asset/?id=1227728863"
2731icon.ZIndex = 6
2732
2733SideTabsBrick.Name = "SideTabsBrick"
2734SideTabsBrick.Parent = MainFrame
2735SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2736SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
2737SideTabsBrick.BorderSizePixel = 0
2738SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
2739SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
2740
2741ResetDefault.Name = "ResetDefault"
2742ResetDefault.Parent = LocalPlayer
2743ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
2744ResetDefault.BorderSizePixel = 0
2745ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
2746ResetDefault.Size = UDim2.new(0, 107, 0, 26)
2747ResetDefault.Font = Enum.Font.Arial
2748ResetDefault.FontSize = Enum.FontSize.Size18
2749ResetDefault.Text = "ResetDefault"
2750ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2751ResetDefault.TextSize = 18
2752ResetDefault.TextWrapped = true
2753
2754Push.Name = "Push"
2755Push.Parent = Others
2756Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2757Push.BorderSizePixel = 0
2758Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
2759Push.Size = UDim2.new(0, 78, 0, 26)
2760Push.Font = Enum.Font.Arial
2761Push.FontSize = Enum.FontSize.Size18
2762Push.Text = "Push"
2763Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2764Push.TextSize = 18
2765Push.TextWrapped = true
2766
2767ClientFreeze.Name = "ClientFreeze"
2768ClientFreeze.Parent = Others
2769ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2770ClientFreeze.BorderSizePixel = 0
2771ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
2772ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
2773ClientFreeze.Font = Enum.Font.Arial
2774ClientFreeze.FontSize = Enum.FontSize.Size14
2775ClientFreeze.Text = "ClientFreeze"
2776ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2777ClientFreeze.TextSize = 14
2778ClientFreeze.TextWrapped = true
2779
2780Orbit.Name = "Orbit"
2781Orbit.Parent = Others
2782Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2783Orbit.BorderSizePixel = 0
2784Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
2785Orbit.Size = UDim2.new(0, 78, 0, 26)
2786Orbit.Font = Enum.Font.Arial
2787Orbit.FontSize = Enum.FontSize.Size18
2788Orbit.Text = "Orbit"
2789Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2790Orbit.TextSize = 18
2791Orbit.TextWrapped = true
2792
2793KillAll.Name = "KillAll"
2794KillAll.Parent = Others
2795KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
2796KillAll.BorderSizePixel = 0
2797KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
2798KillAll.Size = UDim2.new(0, 78, 0, 26)
2799KillAll.Font = Enum.Font.Arial
2800KillAll.FontSize = Enum.FontSize.Size18
2801KillAll.Text = "Kill All"
2802KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2803KillAll.TextSize = 18
2804KillAll.TextWrapped = true
2805
2806Temp.Name = "Temp"
2807Temp.Parent = Games
2808Temp.BackgroundColor3 = Color3.new(1, 1, 1)
2809Temp.BackgroundTransparency = 1
2810Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
2811Temp.Rotation = -30
2812Temp.Size = UDim2.new(0, 328, 0, 60)
2813Temp.Font = Enum.Font.Highway
2814Temp.FontSize = Enum.FontSize.Size14
2815Temp.Text = "Coming soon!"
2816Temp.TextScaled = true
2817Temp.TextSize = 14
2818Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
2819Temp.TextStrokeTransparency = 0
2820Temp.TextWrapped = true
2821
2822Experimental.Name = "Experimental"
2823Experimental.Parent = Others
2824Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
2825Experimental.BorderSizePixel = 0
2826Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
2827Experimental.Size = UDim2.new(0, 78, 0, 26)
2828Experimental.Font = Enum.Font.Arial
2829Experimental.FontSize = Enum.FontSize.Size14
2830Experimental.Text = "Experimental"
2831Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2832Experimental.TextSize = 14
2833Experimental.TextWrapped = true
2834
2835CHAOS.Name = "CHAOS"
2836CHAOS.Parent = Others
2837CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
2838CHAOS.BorderSizePixel = 0
2839CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
2840CHAOS.Size = UDim2.new(0, 78, 0, 26)
2841CHAOS.Font = Enum.Font.Arial
2842CHAOS.FontSize = Enum.FontSize.Size18
2843CHAOS.Text = "CHAOS"
2844CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
2845CHAOS.TextSize = 18
2846CHAOS.TextWrapped = true
2847
2848-- Buttons
2849if game.Workspace.FilteringEnabled == false then
2850FE_Check.Text = "FE is disabled"
2851FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
2852SIDE_FE_Check.Text = "FE is disabled"
2853SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
2854else
2855FE_Check.Text = "FE is enabled"
2856FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
2857SIDE_FE_Check.Text = "FE is enabled"
2858SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
2859end
2860col = Color3.new(0.231373, 0.231373, 0.231373)
2861loc = Color3.new(0.331373, 0.531373, 0.331373)
2862
2863wait(0.4)
2864MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
2865
2866CloseGUI.MouseButton1Click:connect(function()
2867CloseGUI.Visible = false
2868TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
2869wait(1)
2870MainFrame.Visible = false
2871SideFrame.Position = MainFrame.Position
2872SideFrame.Visible = true
2873SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
2874OpenGUI.Visible = false
2875wait(1)
2876OpenGUI.Visible = true
2877end)
2878
2879OpenGUI.MouseButton1Click:connect(function()
2880OpenGUI.Visible = false
2881SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
2882wait(1)
2883SideFrame.Visible = false
2884MainFrame.Position = SideFrame.Position
2885MainFrame.Visible = true
2886TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
2887CloseGUI.Visible = false
2888wait(1)
2889CloseGUI.Visible = true
2890end)
2891
2892TAB_Credit.MouseButton1Click:connect(function()
2893SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
2894wait(0.5)
2895Games.Visible = false
2896LocalPlayer.Visible = false
2897Others.Visible = false
2898Scripts.Visible = false
2899NoneSelected.Visible = true
2900SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
2901end)
2902
2903TAB_Games.MouseButton1Click:connect(function()
2904SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
2905wait(0.5)
2906Games.Visible = true
2907LocalPlayer.Visible = false
2908Others.Visible = false
2909Scripts.Visible = false
2910NoneSelected.Visible = false
2911SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
2912end)
2913
2914TAB_Scripts.MouseButton1Click:connect(function()
2915SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
2916wait(0.5)
2917Games.Visible = false
2918LocalPlayer.Visible = false
2919Others.Visible = false
2920Scripts.Visible = true
2921NoneSelected.Visible = false
2922SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
2923end)
2924
2925TAB_LocalPlayer.MouseButton1Click:connect(function()
2926SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
2927wait(0.5)
2928Games.Visible = false
2929LocalPlayer.Visible = true
2930Others.Visible = false
2931Scripts.Visible = false
2932NoneSelected.Visible = false
2933SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
2934end)
2935
2936TAB_Others.MouseButton1Click:connect(function()
2937SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
2938wait(0.5)
2939Games.Visible = false
2940LocalPlayer.Visible = false
2941Others.Visible = true
2942Scripts.Visible = false
2943NoneSelected.Visible = false
2944SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
2945end)
2946
2947-- LOCAL PLAYER ---------------------------------
2948-- LOCAL PLAYER ---------------------------------
2949
2950HipHeight.MouseButton1Click:connect(function()
2951game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
2952end)
2953JumpHeight.MouseButton1Click:connect(function()
2954game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
2955end)
2956Speed.MouseButton1Click:connect(function()
2957game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
2958end)
2959Sit.MouseButton1Click:connect(function()
2960game.Players.LocalPlayer.Character.Humanoid.Sit = true
2961end)
2962Jump.MouseButton1Click:connect(function()
2963game.Players.LocalPlayer.Character.Humanoid.Jump = true
2964end)
2965frost = false
2966Freeze.MouseButton1Click:connect(function()
2967frost = not frost
2968if frost then
2969game.Players.LocalPlayer.Character.Torso.Anchored = true
2970game.Players.LocalPlayer.Character.Head.Anchored = true
2971game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
2972game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
2973game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
2974game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
2975Freeze.BackgroundColor3 = loc
2976else
2977game.Players.LocalPlayer.Character.Torso.Anchored = false
2978game.Players.LocalPlayer.Character.Head.Anchored = false
2979game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
2980game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
2981game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
2982game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
2983Freeze.BackgroundColor3 = col
2984end
2985end)
2986Chat.MouseButton1Click:connect(function()
2987game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
2988end)
2989keepspam = false
2990Spam.MouseButton1Click:connect(function()
2991keepspam = not keepspam
2992if keepspam then
2993Spam.BackgroundColor3 = loc
2994else
2995Spam.BackgroundColor3 = col
2996end
2997while wait(0.5) do
2998if keepspam then
2999game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
3000end
3001end
3002end)
3003gmd = false
3004GodMode.MouseButton1Click:connect(function()
3005gmd = not gmd
3006if gmd then
3007game.Players.LocalPlayer.Character.Humanoid.Name = "no"
3008local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
3009turn1.Parent = game.Players.LocalPlayer.Character
3010turn1.Name = "Humanoid"
3011wait(0.1)
3012game.Players.LocalPlayer.Character["no"]:Destroy()
3013game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
3014game.Players.LocalPlayer.Character.Animate.Disabled = true
3015wait(0.1)
3016game.Players.LocalPlayer.Character.Animate.Disabled = false
3017game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
3018GodMode.BackgroundColor3 = loc
3019else
3020GodMode.BackgroundColor3 = col
3021end
3022end)
3023NoLimbs.MouseButton1Click:connect(function()
3024game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
3025game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
3026game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
3027game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
3028end)
3029Respawn.MouseButton1Click:connect(function()
3030game.Players.LocalPlayer:LoadCharacter()
3031end)
3032
3033local Anim = Instance.new("Animation")
3034Anim.AnimationId = "rbxassetid://188632011"
3035local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3036local SpinACTIVE = false
3037Spin.MouseButton1Click:connect(function()
3038SpinACTIVE = not SpinACTIVE
3039if SpinACTIVE then
3040while wait() do
3041if track.IsPlaying == false then
3042if SpinACTIVE then
3043track:Play(.1, 1, 2)
3044Spin.BackgroundColor3 = loc
3045else
3046Spin.BackgroundColor3 = col
3047end
3048end
3049end
3050else
3051track:Stop()
3052end
3053end)
3054Hidden = false
3055HideName.MouseButton1Click:connect(function()
3056Hidden = not Hidden
3057if Hidden then
3058game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
3059HideName.BackgroundColor3 = loc
3060else
3061game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
3062HideName.BackgroundColor3 = col
3063end
3064end)
3065clip = true
3066Noclip.MouseButton1Click:connect(function()
3067clip = not clip
3068if not clip then
3069Noclip.BackgroundColor3 = loc
3070else
3071Noclip.BackgroundColor3 = col
3072end
3073game:GetService('RunService').Stepped:connect(function()
3074if not clip then
3075game.Players.LocalPlayer.Character.Head.CanCollide = false
3076game.Players.LocalPlayer.Character.Torso.CanCollide = false
3077game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
3078game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
3079end
3080end)
3081end)
3082shake = false
3083Seizure.MouseButton1Click:connect(function()
3084shake = not shake
3085if shake then
3086game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
3087while wait() do
3088if shake then
3089game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
3090game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
3091Seizure.BackgroundColor3 = loc
3092else
3093Seizure.BackgroundColor3 = col
3094end
3095end
3096else
3097game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
3098end
3099end)
3100
3101local flying = false
3102Fly.MouseButton1Click:connect(function()
3103flying = not flying
3104repeat wait()
3105until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
3106local mouse = game.Players.LocalPlayer:GetMouse()
3107repeat wait() until mouse
3108local plr = game.Players.LocalPlayer
3109local torso = plr.Character.Torso
3110local deb = true
3111local ctrl = {f = 0, b = 0, l = 0, r = 0}
3112local lastctrl = {f = 0, b = 0, l = 0, r = 0}
3113local maxspeed = 60
3114local speed = 0
3115if flying then
3116Fly.BackgroundColor3 = loc
3117else
3118Fly.BackgroundColor3 = col
3119end
3120
3121function FlyFunction()
3122local bg = Instance.new("BodyGyro", torso)
3123bg.P = 9e4
3124bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
3125bg.cframe = torso.CFrame
3126local bv = Instance.new("BodyVelocity", torso)
3127bv.velocity = Vector3.new(0,0.1,0)
3128bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
3129repeat wait()
3130plr.Character.Humanoid.PlatformStand = true
3131if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
3132speed = speed+.5+(speed/maxspeed)
3133if speed > maxspeed then
3134speed = maxspeed
3135end
3136elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
3137speed = speed-1
3138if speed < 0 then
3139speed = 0
3140end
3141end
3142if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
3143bv.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
3144lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
3145elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
3146bv.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
3147else
3148bv.velocity = Vector3.new(0,0.1,0)
3149end
3150bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
3151until not flying
3152ctrl = {f = 0, b = 0, l = 0, r = 0}
3153lastctrl = {f = 0, b = 0, l = 0, r = 0}
3154speed = 0
3155bg:Destroy()
3156bv:Destroy()
3157plr.Character.Humanoid.PlatformStand = false
3158end
3159mouse.KeyDown:connect(function(key)
3160if key:lower() == "w" then
3161ctrl.f = 1
3162elseif key:lower() == "s" then
3163ctrl.b = -1
3164elseif key:lower() == "a" then
3165ctrl.l = -1
3166elseif key:lower() == "d" then
3167ctrl.r = 1
3168end
3169end)
3170mouse.KeyUp:connect(function(key)
3171if key:lower() == "w" then
3172ctrl.f = 0
3173elseif key:lower() == "s" then
3174ctrl.b = 0
3175elseif key:lower() == "a" then
3176ctrl.l = 0
3177elseif key:lower() == "d" then
3178ctrl.r = 0
3179end
3180end)
3181FlyFunction()
3182end)
3183
3184Btools.MouseButton1Click:connect(function()
3185local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3186Clone_T.BinType = "Clone"
3187local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3188Destruct.BinType = "Hammer"
3189local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
3190Hold_T.BinType = "Grab"
3191local a = game.Workspace:getChildren()
3192for i = 1, #a do
3193if a[i].className == "Part" then
3194a[i].Locked = false
3195elseif a[i].className == "Model" then
3196local r = a[i]:getChildren()
3197for i = 1, #r do
3198if r[i].className == "Part" then
3199r[i].Locked = false
3200end
3201end
3202end
3203end
3204end)
3205
3206ResetDefault.MouseButton1Click:connect(function()
3207flying = false
3208game.Players.LocalPlayer.Character.Torso.Anchored = false
3209game.Players.LocalPlayer.Character.Head.Anchored = false
3210game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
3211game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
3212game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
3213game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
3214game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
3215game.Players.LocalPlayer.Character.Humanoid.Sit = false
3216game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
3217game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
3218game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
3219game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
3220end)
3221
3222-- OTHERS ---------------------------------
3223-- OTHERS ---------------------------------
3224
3225function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
3226 local Found = {}
3227 local strl = String:lower()
3228 if strl == "all" then
3229 for i,v in pairs(game.Players:GetPlayers()) do
3230 table.insert(Found,v)
3231 end
3232 elseif strl == "others" then
3233 for i,v in pairs(game.Players:GetPlayers()) do
3234 if v.Name ~= game.Players.LocalPlayer.Name then
3235 table.insert(Found,v)
3236 end
3237 end
3238 else
3239 for i,v in pairs(game.Players:GetPlayers()) do
3240 if v.Name:lower():sub(1, #String) == String:lower() then
3241 table.insert(Found,v)
3242 end
3243 end
3244 end
3245 return Found
3246end
3247
3248Teleport.MouseButton1Click:connect(function()
3249for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3250game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3251end
3252end)
3253currentview = false
3254View.MouseButton1Click:connect(function()
3255currentview = not currentview
3256for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3257if currentview then
3258game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
3259View.BackgroundColor3 = loc
3260else
3261game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
3262View.BackgroundColor3 = col
3263end
3264end
3265end)
3266annoying = false
3267Annoy.MouseButton1Click:connect(function()
3268annoying = not annoying
3269for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3270while wait() do
3271if annoying then
3272game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
3273Annoy.BackgroundColor3 = loc
3274else
3275Annoy.BackgroundColor3 = col
3276end
3277end
3278end
3279end)
3280cfreeze = false
3281ClientFreeze.MouseButton1Click:connect(function()
3282cfreeze = not cfreeze
3283for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3284if cfreeze then
3285game.Players[v.Name].Character.Torso.Anchored = true
3286game.Players[v.Name].Character.Head.Anchored = true
3287game.Players[v.Name].Character["Left Leg"].Anchored = true
3288game.Players[v.Name].Character["Left Arm"].Anchored = true
3289game.Players[v.Name].Character["Right Leg"].Anchored = true
3290game.Players[v.Name].Character["Right Arm"].Anchored = true
3291else
3292game.Players[v.Name].Character.Torso.Anchored = false
3293game.Players[v.Name].Character.Head.Anchored = false
3294game.Players[v.Name].Character["Left Leg"].Anchored = false
3295game.Players[v.Name].Character["Left Arm"].Anchored = false
3296game.Players[v.Name].Character["Right Leg"].Anchored = false
3297game.Players[v.Name].Character["Right Arm"].Anchored = false
3298end
3299end
3300end)
3301orbital = false
3302Orbit.MouseButton1Click:connect(function()
3303orbital = not orbital
3304if orbital then
3305Orbit.BackgroundColor3 = loc
3306local o = Instance.new("RocketPropulsion")
3307o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
3308o.Name = "Orbit"
3309for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3310o.Target = game.Players[v.Name].Character.HumanoidRootPart
3311o:Fire()
3312game:GetService('RunService').Stepped:connect(function()
3313if orbital then
3314game.Players.LocalPlayer.Character.Head.CanCollide = false
3315game.Players.LocalPlayer.Character.Torso.CanCollide = false
3316game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
3317game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
3318end
3319end)
3320end
3321else
3322game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
3323Orbit.BackgroundColor3 = col
3324end
3325end)
3326pushing = false
3327Push.MouseButton1Click:connect(function()
3328pushing = not pushing
3329if pushing then
3330Push.BackgroundColor3 = loc
3331local o = Instance.new("RocketPropulsion")
3332o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
3333o.Name = "Push"
3334o.TurnP = 2500
3335o.MaxThrust = 50000
3336o.MaxSpeed = 1000
3337o.ThrustP = 50000
3338o.CartoonFactor = 1
3339for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3340o.Target = game.Players[v.Name].Character.HumanoidRootPart
3341o:Fire()
3342game:GetService('RunService').Stepped:connect(function()
3343if pushing then
3344game.Players.LocalPlayer.Character.Head.CanCollide = false
3345game.Players.LocalPlayer.Character.Torso.CanCollide = false
3346game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
3347game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
3348end
3349end)
3350end
3351else
3352game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
3353Push.BackgroundColor3 = col
3354end
3355end)
3356local Anim = Instance.new("Animation")
3357Anim.AnimationId = "rbxassetid://282574440"
3358local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
3359flattening = false
3360Flatten.MouseButton1Click:connect(function()
3361flattening = not flattening
3362if flattening then
3363Flatten.BackgroundColor3 = loc
3364local o = Instance.new("RocketPropulsion")
3365o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
3366o.Name = "Flatten"
3367o.MaxThrust = 50000
3368o.MaxSpeed = 1000
3369o.ThrustP = 50000
3370o.CartoonFactor = 1
3371for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
3372o.Target = game.Players[v.Name].Character["Left Leg"]
3373o:Fire()
3374track:Play(.1, 1, 1)
3375game:GetService('RunService').Stepped:connect(function()
3376if flattening then
3377game.Players.LocalPlayer.Character.Head.CanCollide = false
3378game.Players.LocalPlayer.Character.Torso.CanCollide = false
3379game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
3380game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
3381end
3382end)
3383while wait(0.3) do
3384if flattening then
3385game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
3386end
3387end
3388end
3389else
3390game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
3391Flatten.BackgroundColor3 = col
3392track:Stop()
3393end
3394end)
3395Verspin.MouseButton1Click:connect(function()
3396game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
3397end)
3398Energize.MouseButton1Click:connect(function()
3399game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
3400end)
3401GlitchMax.MouseButton1Click:connect(function()
3402game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
3403end)
3404Experimental.MouseButton1Click:connect(function()
3405
3406end)
3407end)
3408
3409fehaxx.Name = "fehaxx"
3410fehaxx.Parent = Main
3411fehaxx.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
3412fehaxx.Position = UDim2.new(0.445720345, 0, 0.704328358, 0)
3413fehaxx.Size = UDim2.new(0, 157, 0, 20)
3414fehaxx.Font = Enum.Font.SourceSans
3415fehaxx.Text = "FE Haxx"
3416fehaxx.TextColor3 = Color3.new(0, 0, 0)
3417fehaxx.TextSize = 28
3418fehaxx.MouseButton1Down:connect(function()
3419--Created with PenguinAnonymous's compiler
3420--PenguinAnonymous is not responsible for damages caused to your game
3421--Please stop using my plugin to create abusive scripts
3422--Errors:
3423local runDummyScript = function(f,scri)
3424local oldenv = getfenv(f)
3425local newenv = setmetatable({}, {
3426__index = function(_, k)
3427if k:lower() == 'script' then
3428return scri
3429else
3430return oldenv[k]
3431end
3432end
3433})
3434setfenv(f, newenv)
3435ypcall(function() f() end)
3436end
3437cors = {}
3438mas = Instance.new("Model",game:GetService("Lighting"))
3439mas.Name = "CompiledModel"
3440o1 = Instance.new("ScreenGui")
3441o2 = Instance.new("Frame")
3442o3 = Instance.new("TextLabel")
3443o4 = Instance.new("LocalScript")
3444o5 = Instance.new("TextButton")
3445o6 = Instance.new("Script")
3446o7 = Instance.new("TextButton")
3447o8 = Instance.new("Script")
3448o9 = Instance.new("TextButton")
3449o10 = Instance.new("LocalScript")
3450o1.Name = "hey thats cool"
3451o1.Parent = mas
3452o2.Parent = o1
3453o2.Position = UDim2.new(0,90,0,80)
3454o2.Size = UDim2.new(0,500,0,200)
3455o2.Position = UDim2.new(0,90,0,80)
3456o2.BackgroundColor3 = Color3.new(1, 1, 1)
3457o2.BorderSizePixel = 3
3458o2.Draggable = true
3459o3.Parent = o2
3460o3.Position = UDim2.new(0,143,0,0)
3461o3.Size = UDim2.new(0,200,0,50)
3462o3.Text = "le fe haxx"
3463o3.Position = UDim2.new(0,143,0,0)
3464o3.BackgroundColor3 = Color3.new(1, 1, 1)
3465o3.BorderSizePixel = 0
3466o3.Font = Enum.Font.Fantasy
3467o3.FontSize = Enum.FontSize.Size14
3468o3.TextScaled = true
3469o3.TextWrapped = true
3470o4.Name = "Rainbower"
3471o4.Parent = o3
3472table.insert(cors,function()
3473wait()
3474runDummyScript(function()
3475while wait() do
3476 script.Parent.TextColor3 = Color3.new(1,0,0)
3477 for i=1,15 do
3478 game:GetService("RunService").RenderStepped:wait()
3479 script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
3480 end
3481 for i=1,15 do
3482 game:GetService("RunService").RenderStepped:wait()
3483 script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
3484 end
3485 for i=1,15 do
3486 game:GetService("RunService").RenderStepped:wait()
3487 script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
3488 end
3489 for i=1,15 do
3490 game:GetService("RunService").RenderStepped:wait()
3491 script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
3492 end
3493 for i=1,15 do
3494 game:GetService("RunService").RenderStepped:wait()
3495 script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
3496 end
3497 for i=1,15 do
3498 game:GetService("RunService").RenderStepped:wait()
3499 script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
3500 end
3501end
3502end,o4)
3503end)
3504o5.Parent = o2
3505o5.Position = UDim2.new(0,8,0,100)
3506o5.Size = UDim2.new(0,150,0,50)
3507o5.Text = "bricks"
3508o5.Position = UDim2.new(0,8,0,100)
3509o5.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.862745)
3510o5.BorderSizePixel = 0
3511o5.Font = Enum.Font.Code
3512o5.FontSize = Enum.FontSize.Size24
3513o5.TextWrapped = true
3514o6.Parent = o5
3515table.insert(cors,function()
3516wait()
3517runDummyScript(function()
3518script.Parent.MouseButton1Down:connect(function()
3519for i=1,20 do
3520wait(1)
3521 for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
3522if v:IsA'Accoutrement' then
3523v.Parent=game.Players.LocalPlayer.Character
3524v.Parent = workspace.Terrain
3525end
3526end
3527for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
3528if v:IsA'Accoutrement' then
3529for ape,hax in pairs(v.Handle:GetChildren()) do
3530hax:Destroy()
3531end
3532wait'.1'
3533v.Parent=game.Players.LocalPlayer.StarterGear
3534end
3535end
3536for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
3537v:Destroy()
3538end
3539local prt=Instance.new("Model", workspace);
3540 Instance.new("Part", prt).Name="Torso";
3541 Instance.new("Part", prt).Name="Head";
3542 Instance.new("Humanoid", prt).Name="Humanoid";
3543 game.Players.LocalPlayer.Character=prt
3544
3545repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
3546for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
3547if dad:IsA'Accoutrement' then
3548dad.Parent = game.Players.LocalPlayer.StarterGear
3549end
3550end
3551for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
3552v:Destroy()
3553end
3554local prt2=Instance.new("Model", workspace);
3555 Instance.new("Part", prt).Name="Torso";
3556 Instance.new("Part", prt).Name="Head";
3557 Instance.new("Humanoid", prt).Name="Humanoid";
3558 game.Players.LocalPlayer.Character=prt
3559end
3560end)
3561end,o6)
3562end)
3563o7.Parent = o2
3564o7.Position = UDim2.new(0,170,0,100)
3565o7.Size = UDim2.new(0,150,0,50)
3566o7.Text = "FE OOF"
3567o7.Position = UDim2.new(0,170,0,100)
3568o7.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.862745)
3569o7.BorderSizePixel = 0
3570o7.Font = Enum.Font.Code
3571o7.FontSize = Enum.FontSize.Size24
3572o7.TextWrapped = true
3573o8.Parent = o7
3574table.insert(cors,function()
3575wait()
3576runDummyScript(function()
3577script.Parent.MouseButton1Down:connect(function()
3578while wait() do
3579 for i,v in pairs(game:GetService'Players':GetPlayers()) do
3580 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3581 for _,x in pairs(v.Character.Head:GetChildren()) do
3582 if x:IsA'Sound' then x.Playing = true end
3583 end
3584 end
3585 end
3586end
3587end)
3588
3589end,o8)
3590end)
3591o9.Parent = o2
3592o9.Position = UDim2.new(0,340,0,100)
3593o9.Size = UDim2.new(0,150,0,50)
3594o9.Text = "Fast Walkspeed"
3595o9.Position = UDim2.new(0,340,0,100)
3596o9.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.862745)
3597o9.BorderSizePixel = 0
3598o9.Font = Enum.Font.Code
3599o9.FontSize = Enum.FontSize.Size24
3600o9.TextWrapped = true
3601o10.Parent = o9
3602table.insert(cors,function()
3603wait()
3604runDummyScript(function()
3605local RunSpeed = 50 --Change this to want you want the running speed to be
3606--Don't edit below unless you know what you're doing
3607local button = script.Parent
3608
3609button.MouseButton1Click:connect(function()
3610 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = RunSpeed
3611end)
3612
3613end,o10)
3614end)
3615mas.Parent = workspace
3616mas:MakeJoints()
3617local mas1 = mas:GetChildren()
3618for i=1,#mas1 do
3619 mas1[i].Parent = game:GetService("Players").LocalPlayer.PlayerGui
3620 ypcall(function() mas1[i]:MakeJoints() end)
3621end
3622mas:Destroy()
3623for i=1,#cors do
3624spawn(cors[i])
3625end
3626end)
3627
3628chatterGUI.Name = "chatter (GUI)"
3629chatterGUI.Parent = Main
3630chatterGUI.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
3631chatterGUI.Position = UDim2.new(0.445720345, 0, 0.262975782, 0)
3632chatterGUI.Size = UDim2.new(0, 158, 0, 25)
3633chatterGUI.Font = Enum.Font.SourceSans
3634chatterGUI.Text = "FE Chatter (GUI)"
3635chatterGUI.TextColor3 = Color3.new(0, 0, 0)
3636chatterGUI.TextSize = 28
3637chatterGUI.MouseButton1Down:connect(function()
3638--Generated with Syntax's Converter, plz buy Comet hub kthxbye.
3639--Counted 22948 (length)
3640local function CreateInstance(cls,props)
3641local inst = Instance.new(cls)
3642for i,v in pairs(props) do
3643 inst[i] = v
3644end
3645return inst
3646end
3647
3648
3649local ChatHub = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='ChatHub', Parent=game.CoreGui})
3650local Topframe = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.652296185, 0, 0.068391867, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 272, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Topframe',Parent = ChatHub})
3651local Mainframe = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.678431, 0.678431, 0.678431),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 1, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 272, 0, 216),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Mainframe',Parent = Topframe})
3652local ChatBox = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='Message here',TextColor3=Color3.new(0.105882, 0.164706, 0.207843), PlaceholderText='', PlaceholderColor3=Color3.new(0.7, 0.7, 0.7),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0257352944, 0, 0.0277777798, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 258, 0, 19),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ChatBox',Parent = Mainframe})
3653local GeneralFrame = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.54902, 0.54902, 0.54902),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0257352944, 0, 0.240740746, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 258, 0, 157),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'GeneralFrame',Parent = Mainframe})
3654local WhiteChat = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='White Chat',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.0445859879, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='WhiteChat',Parent = GeneralFrame})
3655local ChatBomb = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Party Spam',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.689922512, 0, 0.0445859879, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ChatBomb',Parent = GeneralFrame})
3656local WhiteChatSpam = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='White Spam',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.356589168, 0, 0.0445859879, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='WhiteChatSpam',Parent = GeneralFrame})
3657local FEchattroll = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='FE chat troll',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.689922512, 0, 0.184713379, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='FEchattroll',Parent = GeneralFrame})
3658local BlackChatSpam = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Black Spam',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.356589168, 0, 0.184713379, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='BlackChatSpam',Parent = GeneralFrame})
3659local BlackChat = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Black Chat',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.184713379, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='BlackChat',Parent = GeneralFrame})
3660local RedChatSpam = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Red Spam',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.356589168, 0, 0.318471342, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='RedChatSpam',Parent = GeneralFrame})
3661local WordFlood = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Word Flood',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.689922512, 0, 0.318471342, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='WordFlood',Parent = GeneralFrame})
3662local RedChat = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Red Chat',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.318471342, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='RedChat',Parent = GeneralFrame})
3663local BlueChat = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Blue Chat',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.452229321, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='BlueChat',Parent = GeneralFrame})
3664local BlueChatSpam = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Blue Spam',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.356589168, 0, 0.452229321, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='BlueChatSpam',Parent = GeneralFrame})
3665local ChatLog = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Chat Log (f9)',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.689922512, 0, 0.452229321, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ChatLog',Parent = GeneralFrame})
3666local GreenChat = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Green Chat',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.58598727, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='GreenChat',Parent = GeneralFrame})
3667local GreenChatSpam = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Green Spam',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.356589168, 0, 0.58598727, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='GreenChatSpam',Parent = GeneralFrame})
3668local _3Dtext = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='3D Text (CAPS)',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.772549, 0.772549, 0.772549),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.689922512, 0, 0.58598727, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 74, 0, 15),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='3Dtext',Parent = GeneralFrame})
3669local Info = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='You Cant disable spam atm, so only do it if you dont want to talk. You can bypass filtered words with this.',TextColor3=Color3.new(0, 0, 0),TextScaled=true,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.54902, 0.54902, 0.54902),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.726114631, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 246, 0, 37),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Info',Parent = GeneralFrame})
3670local GeneralTab = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='General',TextColor3=Color3.new(0.105882, 0.164706, 0.207843),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.RobloxRoundDropdownButton,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0272115469, 0, 0.144542128, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 69, 0, 21),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='GeneralTab',Parent = Mainframe})
3671local InfoTab = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Info',TextColor3=Color3.new(0.105882, 0.164706, 0.207843),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.RobloxRoundDropdownButton,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.280888021, 0, 0.144542128, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 69, 0, 21),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='InfoTab',Parent = Mainframe})
3672local InfoFrame = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.54902, 0.54902, 0.54902),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0257352944, 0, 0.240740746, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 258, 0, 157),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'InfoFrame',Parent = Mainframe})
3673local Info = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Press left control to toggle the visibility of the GUI.',TextColor3=Color3.new(0, 0, 0),TextScaled=true,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.54902, 0.54902, 0.54902),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.726114631, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 246, 0, 37),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Info',Parent = InfoFrame})
3674local Info = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Join the discord to get updated on all of my projects: https://discord.gg/4syeV3M',TextColor3=Color3.new(0, 0, 0),TextScaled=true,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.54902, 0.54902, 0.54902),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0232558139, 0, 0.0382165611, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 246, 0, 37),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Info',Parent = InfoFrame})
3675local TextButton = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Delete GUI',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.458824, 0.458824, 0.458824),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.172480613, 0, 0.410828024, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 169, 0, 28),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextButton',Parent = InfoFrame})
3676local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Chatter',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 62, 0, 7),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = Topframe})
3677local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Psykek#3180',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.717408597, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 77, 0, 7),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = Topframe})
3678
3679Topframe.Active = true
3680Topframe.Draggable = true
3681
3682TextButton.MouseButton1Click:Connect(function()
3683 ChatHub:Remove()
3684end)
3685
3686function onKeyPress(inputObject, gameProcessedEvent)
3687 if inputObject.KeyCode == Enum.KeyCode.LeftControl then
3688 if Topframe.Visible == false then
3689 Topframe.Visible = true
3690 else
3691 Topframe.Visible = false
3692 end
3693 end
3694end
3695
3696game:GetService("UserInputService").InputBegan:connect(onKeyPress)
3697
3698WhiteChat.MouseButton1Click:Connect(function()
3699 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3700
3701Text = (ChatBox.Text);
3702
3703Color = Color3.new(255,255,255);
3704
3705FontSize = Enum.FontSize.Size24;
3706
3707})
3708end)
3709
3710ChatBomb.MouseButton1Click:Connect(function()
3711 while wait() do
3712
3713 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3714
3715Text = (ChatBox.Text);
3716
3717Color = Color3.new(0,0,0);
3718
3719FontSize = Enum.FontSize.Size24;
3720
3721})
3722end
3723end)
3724
3725ChatBomb.MouseButton1Click:Connect(function()
3726 while wait() do
3727
3728 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3729
3730Text = (ChatBox.Text);
3731
3732Color = Color3.new(255,0,0);
3733
3734FontSize = Enum.FontSize.Size24;
3735
3736})
3737end
3738end)
3739
3740ChatBomb.MouseButton1Click:Connect(function()
3741 while wait() do
3742
3743 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3744
3745Text = (ChatBox.Text);
3746
3747Color = Color3.new(0,255,0);
3748
3749FontSize = Enum.FontSize.Size24;
3750
3751})
3752end
3753end)
3754
3755ChatBomb.MouseButton1Click:Connect(function()
3756 while wait() do
3757
3758 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3759
3760Text = (ChatBox.Text);
3761
3762Color = Color3.new(0,255,0);
3763
3764FontSize = Enum.FontSize.Size24;
3765
3766})
3767end
3768end)
3769
3770ChatBomb.MouseButton1Click:Connect(function()
3771 while wait() do
3772
3773 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3774
3775Text = (ChatBox.Text);
3776
3777Color = Color3.new(0,0,255);
3778
3779FontSize = Enum.FontSize.Size24;
3780
3781})
3782end
3783end)
3784
3785WhiteChatSpam.MouseButton1Click:Connect(function()
3786 while wait() do
3787
3788 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3789
3790Text = (ChatBox.Text);
3791
3792Color = Color3.new(255,255,255);
3793
3794FontSize = Enum.FontSize.Size24;
3795
3796})
3797end
3798end)
3799
3800BlackChat.MouseButton1Click:Connect(function()
3801 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3802
3803Text = (ChatBox.Text);
3804
3805Color = Color3.new(0,0,0);
3806
3807FontSize = Enum.FontSize.Size24;
3808
3809})
3810end)
3811
3812FEchattroll.MouseButton1Click:Connect(function()
3813 local Action = game.Players:GetPlayers()
3814 for i = 1,#Action do
3815Action[i].Chatted:connect(function(Message)
3816 game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
3817 end)
3818end
3819end)
3820
3821BlackChatSpam.MouseButton1Click:Connect(function()
3822 while wait() do
3823
3824 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3825
3826Text = (ChatBox.Text);
3827
3828Color = Color3.new(0,0,0);
3829
3830FontSize = Enum.FontSize.Size24;
3831
3832})
3833end
3834end)
3835
3836RedChatSpam.MouseButton1Click:Connect(function()
3837 while wait() do
3838
3839 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3840
3841Text = (ChatBox.Text);
3842
3843Color = Color3.new(255,0,0);
3844
3845FontSize = Enum.FontSize.Size24;
3846
3847})
3848end
3849end)
3850
3851WordFlood.MouseButton1Click:Connect(function()
3852 function a(b)
3853for i,v in next, b:GetChildren() do
3854if v:IsA("Part") then
3855bbg = Instance.new("BillboardGui")
3856bbg.Adornee=v
3857bbg.Parent=v
3858bbg.Size=UDim2.new(3,0,3,0)
3859bbg.StudsOffset=Vector3.new(0,2,0)
3860fr = Instance.new("Frame", bbg)
3861fr.BackgroundTransparency=1
3862fr.Size=UDim2.new(1,0,1,0)
3863tl = Instance.new("TextLabel", fr)
3864tl.FontSize="Size48"
3865tl.BackgroundTransparency=1
3866tl.Text=(ChatBox.Text)
3867tl.TextColor3=Color3.new(1,0,0)
3868tl.Size=UDim2.new(1,0,1,0)
3869end
3870a(v)
3871end
3872end
3873a(workspace)
3874end)
3875
3876RedChat.MouseButton1Click:Connect(function()
3877 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3878
3879Text = (ChatBox.Text);
3880
3881Color = Color3.new(255,0,0);
3882
3883FontSize = Enum.FontSize.Size24;
3884
3885})
3886end)
3887
3888BlueChatSpam.MouseButton1Click:Connect(function()
3889 while wait() do
3890
3891 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3892
3893Text = (ChatBox.Text);
3894
3895Color = Color3.new(0,0,255);
3896
3897FontSize = Enum.FontSize.Size24;
3898
3899})
3900end
3901end)
3902
3903BlueChat.MouseButton1Click:Connect(function()
3904 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3905
3906Text = (ChatBox.Text);
3907
3908Color = Color3.new(0,0,255);
3909
3910FontSize = Enum.FontSize.Size24;
3911
3912})
3913end)
3914
3915ChatLog.MouseButton1Click:Connect(function()
3916 loadstring(game:HttpGet(('https://hastebin.com/raw/ejizanizey.lua'),true))()
3917end)
3918
3919GreenChatSpam.MouseButton1Click:Connect(function()
3920 while wait() do
3921
3922 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
3923
3924Text = (ChatBox.Text);
3925
3926Color = Color3.new(0,255,0);
3927
3928FontSize = Enum.FontSize.Size24;
3929
3930})
3931end
3932end)
3933
3934_3Dtext.MouseButton1Click:Connect(function()
3935 r2 = "Cyan"
3936
3937--declarations
3938PI=math.pi
3939TAU=PI*2
3940FLOATFORCE=196.25
3941DEBRIS=game:service'Debris'
3942mr,md=math.random,math.rad
3943cfn,v3n=CFrame.new,Vector3.new
3944_A=nil
3945ang=function(x,y,z)local a=CFrame.Angles(x or 0,y or 0,z or 0)_A=a return a end
3946RS=game:service'RunService'
3947numkp=NumberSequenceKeypoint.new
3948colkp=ColorSequenceKeypoint.new
3949bcol=BrickColor.new
3950
3951RS:UnbindFromRenderStep('Anim')
3952
3953--player specific...
3954player = game:service'Players'.LocalPlayer
3955character = player.Character
3956torso = character.Torso
3957head = character.Head
3958rarm = character['Right Arm']
3959larm = character['Left Arm']
3960rleg = character['Right Leg']
3961lleg = character['Left Leg']
3962human = character.Humanoid
3963root_j=character.HumanoidRootPart.RootJoint
3964playergui = player.PlayerGui
3965
3966--
3967gui = Instance.new("ScreenGui", playergui)
3968gui.Name="Text"
3969box = Instance.new("TextBox", gui)
3970box.Active = true
3971box.BackgroundColor3 = Color3.fromRGB(198, 198, 198)
3972box.BorderSizePixel = 0
3973box.Name = "TextBox"
3974box.Visible = true
3975box.ZIndex = math.huge
3976box.Archivable = true
3977box.Size = UDim2.new(0, 200,0, 50)
3978box.Position = UDim2.new(0, 0,0, 300)
3979box.Draggable = false
3980box.Font = "SciFi"
3981box.FontSize = "Size14"
3982box.Text = (ChatBox.Text)
3983--
3984
3985
3986--Utilities... who needs them?
3987
3988function recurseHum(what)
3989 local res
3990 local p=what
3991 if what:IsA'Humanoid'then
3992 res=what
3993 else
3994 repeat
3995 p=p.Parent
3996 if p then
3997 local hum=p:FindFirstChild'Humanoid'
3998 if hum then
3999 res=hum
4000 break
4001 end
4002 end
4003 until p==nil
4004 end
4005 return res
4006end
4007function findHum(pos,rad,hum2)
4008 local hums={}
4009 function check(a)
4010 local res=false
4011 for i,ho in pairs(hums)do
4012 if a==ho then res=true end
4013 end
4014 return res
4015 end
4016 for i,v in pairs(Workspace:children())do
4017 if v:IsA'Model'and v~=Char and v~=(hum2 or Char) then
4018 for i,q in pairs(v:children())do
4019 if q:IsA'Humanoid' and q.Parent:FindFirstChild'Torso'and(q.Torso.Position-pos).magnitude < rad then
4020 if not check(q)then
4021 table.insert(hums,q)
4022 end
4023 end
4024 end
4025 end
4026 end
4027 return hums
4028end
4029
4030function checkY(p1,p2,range,range2)
4031 local function checko()
4032 return ( (l(p1).X>l(p2).X-range2 and l(p1).X<l(p2).X+range2) and (l(p1).Z>l(p2).Z-range2 and l(p1).Z<l(p2).Z+range2) )
4033 end
4034 if range2 then
4035 return (l(p1).Y > l(p2).Y-range and l(p2).Y < l(p2).Y+range) and checko()
4036 else
4037 return (l(p1).Y > l(p2).Y-range and l(p2).Y < l(p2).Y+range)
4038 end
4039end
4040
4041udim=function(a,b,c,d)
4042if type(a)=='string'then
4043x,y=tostring(a):match('([%+%d%.%-%/%*]+),([%+%d%.%-%/%*]+)')
4044return UDim2.new(x or 0,x2 or 0,y or 0,y2 or 0)
4045else
4046return UDim2.new(a or 0,c or 0,b or 0,d or 0)
4047end end
4048
4049function l(a1,x,y,z,rx,ry,rz)
4050 local cf
4051 if tostring(a1):find(',') == nil then
4052 cf=a1.CFrame
4053 else cf=a1 end
4054 return cf*CFrame.new(x or 0,y or 0,z or 0)*CFrame.Angles(
4055 rx or 0,ry or 0,yz or 0)
4056end
4057function f(a) --turns thigns in to function returning the thing... f(l)(torso,0,2,0)
4058 return function(...)
4059 local args={...}
4060 return function() return a(unpack(args)) end
4061 end
4062end
4063
4064function isIn(what,tab) --returns true if what is in tab. isIn("Troll", {"Tomato", "Troll", "Strawberry") --> true
4065 local res=false
4066 for i,v in next,tab do
4067 if v==what then
4068 res = true
4069 break
4070 end
4071 end
4072 return res
4073end
4074
4075Weld = function(part0,part1,c0,c1,...) --over-engineered welding function which accepts many things
4076 local ar = {...}
4077 local cframe0,cframe1
4078 local function checkf()local res=true
4079 for i,v in pairs(ar)do
4080 if type(v) ~= 'number' then
4081 res=false
4082 end
4083 end
4084 return res
4085 end
4086 if type(c0) == 'table' then
4087 cframe0 = CFrame.new(c0[1] or 0, c0[2] or 0, c0[3] or 0) * CFrame.Angles(
4088 c0[4] or 0, c0[5] or 0, c0[6] or 0)
4089 elseif type(c0) == 'userdata' then
4090 cframe0 = c0
4091 elseif type(c0) == 'number' and checkf() then
4092 cframe0 = CFrame.new(c0 or 0,c1 or 0,ar[1] or 0) * CFrame.Angles(ar[2] or 0, ar[3] or 0, ar[4] or 0)
4093 end
4094 if type(c1) == 'table' then
4095 cframe1 = CFrame.new(c1[1] or 0, c1[2] or 0, c1[3] or 0) * CFrame.Angles(
4096 c1[4] or 0, c1[5] or 0, c1[6] or 0)
4097 elseif type(c1) == 'userdata' then
4098 cframe1 = c1
4099 elseif type(c1) == 'number' and (not c0 or (c0 and type(c0) == 'table')) then
4100 cframe1 = CFrame.new(c1 or 0, ar[1] or 0, ar[2] or 0) * CFrame.Angles(ar[3] or 0, ar[4] or 0, ar[5] or 0)
4101 end
4102 for i,v in pairs(ar)do
4103 if type(v) == 'table' then
4104 cframe1 = CFrame.new(v[1] or 0, v[2] or 0, v[3] or 0) * CFrame.new(v[4] or 0, v[5] or 0, v[6] or 0)
4105 elseif type(v) == 'userdata' then
4106 cframe1 = v
4107 end
4108 end
4109
4110 cframe0,cframe1 = cframe1,cframe0
4111 part0.Position=part1.Position
4112 local weld = Instance.new("Weld")
4113 weld.Part0 = part0
4114 weld.Part1 = part1
4115 weld.C0 = cframe0 or CFrame.new()
4116 weld.C1 = cframe1 or CFrame.new()
4117 if weld:IsA'Motor'then weld.MaxVelocity = set_maxvel or .1 end
4118 weld.Parent = part0
4119 _2=weld
4120 return weld
4121end
4122
4123mesh_ids = {
4124 spikeball = "rbxassetid://24388358";
4125 spike = "rbxassetid://1033714";
4126 ring = "rbxassetid://3270017";
4127 coil = 'rbxassetid://16606212';
4128 diamond = 'rbxassetid://9756362';
4129 rock = 'rbxassetid://1290033';
4130 gear = 'rbxassetid://156292343';
4131 crown = 'rbxassetid://20329976';
4132 orb = 'rbxassetid://34795798';
4133 heart = 'rbxassetid://431221914';
4134 dragon = 'rbxassetid://24478215';
4135 half_sphere = 'rbxassetid://475668276';
4136 star = 'rbxassetid://45428961';
4137}
4138mesh_texs = {
4139 rock = 'rbxassetid://1290030';
4140 dragon = 'rbxassetid://25665033';
4141}
4142mesh_scales={
4143 diamond = v3n(0.75, 0.75, 0.75);
4144 spikeball = v3n(1.05, 1.05, 1.05);
4145 spike = v3n(0.5, 1.5, 0.5);
4146 gear = v3n(1.25,1.25,18);
4147 ring = v3n(1, 1, 6);
4148 coil = v3n(0.5, 0.5, 0.3);
4149 crown = v3n(0.6, 0.6, 0.6);
4150 orb = v3n(1, 1, 1);
4151 heart = v3n(0.25, 0.25, 0.4);
4152 dragon = v3n(0.4, 0.5, 0.4);
4153 half_sphere= v3n(0.005, 0.01, 0.005);
4154 star= v3n(4, 1, 4);
4155}
4156mesh_offsets={
4157 crown = v3n(0,.15,0);
4158}
4159
4160function bindMesh(mesh,Size)
4161 local mesh_name
4162 local size=Size or mesh.Parent.Size
4163 for name,id in next,mesh_ids do
4164 if mesh.MeshId==id then
4165 mesh_name=name
4166 end
4167 end
4168
4169 if not mesh_name then return end
4170 local mesh=mesh
4171 local con
4172 con=mesh.Parent.Changed:connect(function()
4173 local siz=mesh.Parent.Size
4174 mesh.Scale=siz*mesh_scales[mesh_name]
4175 if mesh_offsets[mesh_name] then
4176 mesh.Offset=siz*mesh_offsets[mesh_name]
4177 end
4178 end)
4179 return con
4180end
4181Mesh = function(parent,id,sx,sy,sz)
4182 local name = ( (id == 'cyl' and 'CylinderMesh') or (id == 'bl' and 'BlockMesh') or 'SpecialMesh')
4183 local mesh = Instance.new(name)
4184 if id == 's' then
4185 mesh.MeshType = Enum.MeshType.Sphere
4186 elseif id == 'w' then
4187 mesh.MeshType = Enum.MeshType.Wedge
4188 elseif id == 'h' then
4189 mesh.MeshType = Enum.MeshType.Head
4190 elseif string.find(id,"://") ~= nil then
4191 mesh.MeshId = id
4192 end
4193 mesh.Scale = Vector3.new(sx or 1, sy or 1, sz or 1)
4194 mesh.Parent = parent
4195 _3=mesh
4196 return mesh
4197end
4198
4199Edit = function(what)
4200 return function(args)
4201 for ind,obj in next,what do
4202 for arg,val in next,args do
4203 local child,argu = arg:match"(.+)%.(.+)"
4204 if child and argu then
4205 if pcall(function()return obj[child][argu] end) then
4206 obj[child][argu]=val
4207 end
4208 else
4209 if arg=='_F'then
4210 val(ind,obj)
4211 elseif pcall(function()return obj[arg]end) then
4212 obj[arg]=val
4213 end
4214 end
4215 end
4216 end
4217 end
4218end
4219New = function(what) --Synthetic caffeine for Instance.new
4220 local obj
4221 if type(what) ~= 'string' then
4222 obj=what:Clone()
4223 else
4224 obj=Instance.new(what)
4225 end
4226 if what=='Weld' then obj.Name='mujoint'end
4227 return function(bar)
4228 for arg,val in pairs(bar) do
4229 if arg == "_P" then
4230 obj.Parent = val
4231 elseif arg=="_PP" then
4232 obj.Part0=val[1]
4233 obj.Part1=val[2]
4234 elseif arg=='_F'then
4235 val(obj)
4236 else
4237 if pcall(function()return obj[arg] end) then
4238 obj[arg]=val
4239 end
4240 end
4241 end _4=obj
4242 return obj
4243 end
4244end
4245
4246set_parent,set_material=nil,nil
4247set_maxvel,set_anchor=nil,nil
4248set_collide=false
4249
4250pcall(function() character['Knight']:Destroy() end) --removes old model.
4251Main = New"Model"{_P=character;Name = 'Knight'}
4252
4253_1,_2,_3,_4,_5,_6,_7,_8 = nil,nil,nil,nil,nil,nil,nil
4254Part = function(x,y,z,col,tr)
4255 local p = New"Part"{
4256 _P=set_parent or ears or Main;
4257 BrickColor = BrickColor.new(col or set_color or "White");
4258 CanCollide = set_collide;
4259 Transparency = tr or 0;
4260 Size = Vector3.new(x or 0,y or 0,z or 0);
4261 Material = set_material or 'SmoothPlastic';
4262 Anchored = (set_anchor~=nil and set_anchor or false)
4263 }
4264 for _,sur in next,Enum.NormalId:GetEnumItems() do
4265 p[sur.Name..'Surface'] = 10
4266 end
4267 _1 = p
4268 return p
4269end
4270
4271function platefy(part)
4272 local x,z=part.Size.x,part.Size.z
4273 local y=part.Size.y
4274 local list={}
4275 --Cylinders...
4276 local p2=Part(y,x,y)Mesh(_1,'cyl') table.insert(list,_1)
4277 Weld(p2,p,0,0,-z/2,PI/2,0,PI/2)
4278
4279 local p2=Part(y,x,y)Mesh(_1,'cyl') table.insert(list,_1)
4280 Weld(p2,p,0,0,z/2,PI/2,0,PI/2)
4281
4282 local p2=Part(y,z,y)Mesh(_1,'cyl') table.insert(list,_1)
4283 Weld(p2,p,x/2,0,0,PI/2)
4284
4285 local p2=Part(y,z,y)Mesh(_1,'cyl') table.insert(list,_1)
4286 Weld(p2,p,-x/2,0,0,PI/2)
4287
4288 --Balls...
4289 local p2=Part(y,y,y)Mesh(p2,'s') table.insert(list,_1)
4290 Weld(p2,p,-x/2,0,-z/2)
4291
4292 local p2=Part(y,y,y)Mesh(p2,'s') table.insert(list,_1)
4293 Weld(p2,p,-x/2,0,z/2)
4294
4295 local p2=Part(y,y,y)Mesh(p2,'s') table.insert(list,_1)
4296 Weld(p2,p,x/2,0,-z/2)
4297
4298 local p2=Part(y,y,y)Mesh(p2,'s') table.insert(list,_1)
4299 Weld(p2,p,x/2,0,z/2)
4300
4301 part.Changed:connect(function(prop)
4302 Edit(list){Material=part.Material;Color=part.Color}
4303 end)
4304end
4305
4306
4307function findAllParts(pos,radius)
4308 local min,max = math.min,math.max
4309 local list={}
4310 local pos1,pos2=l(cfn(pos),-radius*3,-radius*3,-radius*3).p,l(cfn(pos),radius*3,radius*3,radius*3).p
4311 local reg=Region3.new(v3n(min(pos1.x,pos2.x),min(pos1.y,pos2.y),min(pos1.z,pos2.z)),
4312 v3n(max(pos1.x,pos2.x),max(pos1.y,pos2.y),max(pos1.z,pos2.z)))
4313 for i,v in pairs(Workspace:FindPartsInRegion3WithIgnoreList(reg,{character})) do
4314 if (v.Position-pos).magnitude<radius and v.Name~='Base' then
4315 table.insert(list,v)
4316 end
4317 end
4318 return list
4319end
4320
4321--BL_EXPORT
4322letters={
4323 A='[{"p": [0.001, -0.05, -0.09], "r": [0.0, 0.0, 0.0], "s": [0.34, 0.1, 0.102]}, {"p": [0.289, 0.05, 0.036], "r": [0.0, -0.262, -0.0], "s": [0.1, 0.1, 1.051]}, {"p": [-0.268, 0.05, 0.011], "r": [0.0, 0.262, 0.0], "s": [0.1, 0.1, 1.031]}]';
4324 B='[{"p": [0.283, 0.0, -0.822], "r": [-0.0, -1.931, 0.0], "s": [0.1, 0.1, 0.389]}, {"p": [0.226, 0.0, -0.292], "r": [0.0, -0.7, -0.0], "s": [0.1, 0.1, 0.48]}, {"p": [0.375, 0.0, 0.245], "r": [-0.0, -2.094, 0.0], "s": [0.1, 0.1, 0.48]}, {"p": [0.293, -0.0, 0.762], "r": [0.0, -0.96, -0.0], "s": [0.1, 0.1, 0.48]}, {"p": [-0.142, -0.0, 0.033], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.087]}]';
4325 C='[{"p": [0.121, 0.006, 0.939], "r": [-0.0, 1.571, 0.0], "s": [0.133, 0.103, 0.411]}, {"p": [-0.512, 0.006, 0.732], "r": [-0.0, 0.913, 0.0], "s": [0.133, 0.103, 0.385]}, {"p": [-0.765, 0.006, 0.103], "r": [-0.0, 0.0, 0.0], "s": [0.133, 0.103, 0.499]}, {"p": [-0.411, 0.006, -0.569], "r": [-0.0, -0.966, -0.0], "s": [0.133, 0.103, 0.499]}, {"p": [0.241, 0.006, -0.777], "r": [0.0, 1.419, 0.0], "s": [0.133, 0.103, 0.349]}]';
4326 D='[{"p": [0.06, 0.0, 0.617], "r": [-0.0, -1.047, 0.0], "s": [0.1, 0.1, 0.586]}, {"p": [0.518, -0.0, -0.027], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 0.437]}, {"p": [-0.497, -0.0, -0.027], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.024]}, {"p": [0.06, -0.0, -0.671], "r": [-0.0, 1.047, -0.0], "s": [0.1, 0.1, 0.586]}]';
4327 E='[{"p": [0.011, 0.0, -0.927], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}, {"p": [0.011, 0.0, -0.027], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}, {"p": [-0.533, 0.0, -0.027], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}, {"p": [0.011, 0.0, 0.873], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}]';
4328 F='[{"p": [0.011, 0.0, 0.877], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}, {"p": [-0.533, -0.0, -0.022], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}, {"p": [0.011, 0.0, 0.177], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}]';
4329 G='[{"p": [0.386, 0.006, -0.755], "r": [0.0, 1.419, 0.0], "s": [0.133, 0.103, 0.499]}, {"p": [0.121, 0.006, 0.939], "r": [-0.0, 1.571, 0.0], "s": [0.133, 0.103, 0.411]}, {"p": [0.4, 0.006, 0.053], "r": [-0.0, -1.571, 0.0], "s": [0.133, 0.103, 0.238]}, {"p": [-0.512, 0.006, 0.732], "r": [-0.0, 0.913, 0.0], "s": [0.133, 0.103, 0.385]}, {"p": [-0.765, 0.006, 0.103], "r": [-0.0, 0.0, 0.0], "s": [0.133, 0.103, 0.499]}, {"p": [-0.411, 0.006, -0.569], "r": [-0.0, -0.966, -0.0], "s": [0.133, 0.103, 0.499]}, {"p": [0.765, 0.006, -0.313], "r": [0.0, 0.0, 0.0], "s": [0.133, 0.103, 0.499]}]';
4330 H='[{"p": [-0.002, 0.0, -0.023], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.547]}, {"p": [0.599, -0.0, -0.022], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}, {"p": [-0.601, -0.0, -0.022], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}]';
4331 I='[{"p": [0.01, 0.0, -0.027], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}]';
4332 J='[{"p": [0.308, -0.0, -0.686], "r": [0.0, 0.607, 0.0], "s": [0.1, 0.1, 0.247]}, {"p": [-0.431, 0.0, -0.46], "r": [-0.0, 0.009, -0.0], "s": [0.1, 0.1, 0.221]}, {"p": [-0.297, 0.0, -0.733], "r": [-0.0, -0.929, -0.0], "s": [0.1, 0.1, 0.221]}, {"p": [0.036, 0.0, -0.846], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.216]}, {"p": [0.431, -0.0, 0.246], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 0.786]}]';
4333 K='[{"p": [0.298, 0.0, -0.486], "r": [-0.0, -0.785, -0.0], "s": [0.104, 0.104, 0.707]}, {"p": [0.25, -0.0, 0.486], "r": [0.0, 0.785, 0.0], "s": [0.104, 0.104, 0.679]}, {"p": [-0.298, -0.0, 0.003], "r": [0.0, 0.0, 0.0], "s": [0.104, 0.104, 1.04]}]';
4334 L='[{"p": [-0.242, -0.0, -0.033], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.023]}, {"p": [0.244, 0.0, -0.956], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.586]}]';
4335 M='[{"p": [0.182, 0.0, -0.029], "r": [0.0, 0.175, 0.0], "s": [0.106, 0.169, 1.014]}, {"p": [0.515, 0.0, -0.025], "r": [0.0, -0.175, -0.0], "s": [0.106, 0.169, 1.014]}, {"p": [-0.161, 0.0, -0.025], "r": [0.0, -0.175, -0.0], "s": [0.106, 0.169, 1.014]}, {"p": [-0.494, 0.0, -0.029], "r": [0.0, 0.175, 0.0], "s": [0.106, 0.169, 1.014]}]';
4336 N='[{"p": [-0.365, 0.0, 0.011], "r": [0.0, 0.0, 0.0], "s": [0.106, 0.169, 1.014]}, {"p": [0.179, 0.0, 0.004], "r": [0.0, -0.501, -0.0], "s": [0.106, 0.169, 1.105]}, {"p": [0.723, 0.0, -0.003], "r": [0.0, 0.0, 0.0], "s": [0.106, 0.169, 1.014]}]';
4337 O='[{"p": [0.323, 0.0, 0.67], "r": [-0.0, -0.611, 0.0], "s": [0.15, 0.15, 0.276]}, {"p": [-0.302, 0.0, 0.67], "r": [-0.0, 0.611, 0.0], "s": [0.15, 0.15, 0.276]}, {"p": [0.01, 0.0, 0.833], "r": [-0.0, 4.712, 0.0], "s": [0.15, 0.15, 0.277]}, {"p": [0.454, -0.0, -0.022], "r": [0.0, 0.0, 0.0], "s": [0.15, 0.15, 0.553]}, {"p": [0.323, 0.0, -0.716], "r": [-0.0, 0.611, -0.0], "s": [0.15, 0.15, 0.276]}, {"p": [0.011, 0.0, -0.878], "r": [-0.0, 4.712, 0.0], "s": [0.15, 0.15, 0.276]}, {"p": [-0.302, 0.0, -0.715], "r": [-0.0, -0.611, -0.0], "s": [0.15, 0.15, 0.276]}, {"p": [-0.433, -0.0, -0.022], "r": [0.0, 0.0, 0.0], "s": [0.15, 0.15, 0.553]}]';
4338 P='[{"p": [0.412, 0.0, 0.421], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 0.547]}, {"p": [0.011, 0.0, -0.027], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}, {"p": [-0.533, 0.0, -0.027], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}, {"p": [0.011, 0.0, 0.873], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.5]}]';
4339 R='[{"p": [0.238, -0.002, 0.29], "r": [-0.0, 3.235, 0.0], "s": [0.1, 0.1, 0.402]}, {"p": [-0.012, 0.002, -0.5], "r": [-0.0, 2.1, -0.0], "s": [0.104, 0.104, 0.774]}, {"p": [-0.16, -0.002, -0.05], "r": [0.0, 1.506, 0.0], "s": [0.1, 0.1, 0.454]}, {"p": [-0.142, -0.002, 0.738], "r": [0.0, -1.301, -0.0], "s": [0.1, 0.1, 0.5]}, {"p": [-0.687, -0.002, -0.028], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}]';
4340 S='[{"p": [-0.469, -0.022, -0.91], "r": [-0.0, -0.776, -0.0], "s": [0.095, 0.095, 0.205]}, {"p": [-0.082, -0.022, -1.028], "r": [-0.0, 1.571, -0.0], "s": [0.095, 0.095, 0.311]}, {"p": [0.321, -0.022, -0.852], "r": [-0.0, 0.664, 0.0], "s": [0.095, 0.095, 0.27]}, {"p": [0.381, -0.022, -0.475], "r": [-0.0, -0.349, -0.0], "s": [0.095, 0.095, 0.27]}, {"p": [0.109, -0.022, -0.09], "r": [-0.0, -0.881, 0.0], "s": [0.095, 0.095, 0.27]}, {"p": [-0.189, -0.022, 0.294], "r": [-0.0, -0.436, 0.0], "s": [0.095, 0.095, 0.27]}, {"p": [-0.189, -0.022, 0.704], "r": [-0.0, 0.436, 0.0], "s": [0.095, 0.095, 0.27]}, {"p": [0.11, -0.022, 0.894], "r": [-0.0, 1.571, 0.0], "s": [0.095, 0.095, 0.27]}, {"p": [0.505, -0.022, 0.731], "r": [-0.0, -0.785, 0.0], "s": [0.095, 0.095, 0.27]}]';
4341 T='[{"p": [-0.001, -0.0, -0.022], "r": [0.0, 0.0, 0.0], "s": [0.1, 0.1, 1.0]}, {"p": [-0.006, 0.0, 0.877], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.911]}]';
4342 U='[{"p": [0.415, 0.0, -0.704], "r": [-3.142, 2.313, 3.142], "s": [0.1, 0.175, -0.38]}, {"p": [0.662, 0.0, 0.23], "r": [-3.142, -3.142, 3.142], "s": [0.1, 0.175, -0.75]}, {"p": [0.026, 0.0, -0.935], "r": [-3.141, -1.573, 3.141], "s": [0.1, 0.175, -0.179]}, {"p": [-0.614, 0.0, 0.232], "r": [-3.142, -3.142, 3.142], "s": [0.1, 0.175, -0.75]}, {"p": [-0.367, 0.0, -0.702], "r": [-3.142, -2.313, 3.142], "s": [0.1, 0.175, -0.38]}]';
4343 V='[{"p": [0.313, 0.0, -0.067], "r": [0.0, 0.364, 0.0], "s": [0.106, 0.169, 1.014]}, {"p": [-0.344, 0.0, -0.074], "r": [0.0, -0.364, 0.0], "s": [0.106, 0.169, 1.014]}]';
4344 W='[{"p": [0.515, 0.0, -0.025], "r": [0.0, 0.175, -0.0], "s": [0.106, 0.169, 1.014]}, {"p": [0.182, 0.0, -0.029], "r": [0.0, -0.175, 0.0], "s": [0.106, 0.169, 1.014]}, {"p": [-0.494, 0.0, -0.029], "r": [0.0, -0.175, 0.0], "s": [0.106, 0.169, 1.014]}, {"p": [-0.161, 0.0, -0.025], "r": [0.0, 0.175, -0.0], "s": [0.106, 0.169, 1.014]}]';
4345 X='[{"p": [0.007, -0.0, -0.03], "r": [0.0, -0.785, 0.0], "s": [0.15, 0.15, -1.323]}, {"p": [0.007, -0.0, -0.03], "r": [0.0, 0.785, 0.0], "s": [0.15, 0.15, -1.323]}]';
4346 Y='[{"p": [0.324, 0.01, 0.421], "r": [0.0, 0.611, 0.0], "s": [0.11, 0.11, 0.55]}, {"p": [-0.264, 0.01, 0.453], "r": [0.0, -0.524, -0.0], "s": [0.11, 0.11, 0.55]}, {"p": [0.011, 0.01, -0.576], "r": [0.0, 0.0, 0.0], "s": [0.11, 0.11, 0.55]}]';
4347 Z='[{"p": [0.269, 0.0, 0.915], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.586]}, {"p": [0.257, -0.0, -0.021], "r": [0.0, 0.524, 0.0], "s": [0.1, 0.1, 1.023]}, {"p": [0.244, 0.0, -0.956], "r": [-0.0, 1.571, 0.0], "s": [0.1, 0.1, 0.586]}]';
4348}
4349--/BL_EXPORT
4350
4351scale=10
4352
4353function doLetter(letter,pos,scale,color)
4354 local letter_mod = New"Model"{_P=Main}
4355 local list2={}
4356 local list=game:service'HttpService':JSONDecode(letters[letter])
4357 local cnt=0
4358 for i,v in pairs(list)do
4359 cnt=cnt+1
4360 Part(1,1,1,color or 'Royal purple')_1.Anchored=true Mesh(_1,'bl',unpack(v.s))_1.Parent=letter_mod
4361 _3.Scale=_3.Scale*scale+v3n(0,0.001*cnt,0)
4362 _1.CFrame=l(pos,v.p[1]*scale/2,v.p[2]*scale/2,v.p[3]*scale/2)*ang(unpack(v.r))
4363 _1.Material='Slate'
4364 list2[_1]={Scale=_3.Scale,CFrame=_1.CFrame}
4365 _1.CFrame=pos _3.Scale=v3n(0,0,0)
4366 end
4367 Spawn(function()
4368 for i=0,1.5,.1 do
4369 for o,v in pairs(list2)do
4370 o.CFrame=pos:lerp(v.CFrame,i)
4371 o.Mesh.Scale = v3n(0,0,0):lerp(v.Scale,i)
4372 end
4373 wait()
4374 end
4375 for i=1.5,1,-.1 do
4376 for o,v in pairs(list2)do
4377 o.CFrame=pos:lerp(v.CFrame,i)
4378 o.Mesh.Scale = v3n(0,0,0):lerp(v.Scale,i)
4379 end
4380 wait()
4381 end
4382 for o,v in pairs(list2)do
4383 o.CFrame=v.CFrame
4384 o.Mesh.Scale = v.Scale,i
4385 end
4386 end)
4387
4388 return letter_mod
4389end
4390
4391function doWord(word,pos,scale,col)
4392 stpos=pos
4393 local prev=0
4394 local modls={}
4395 for w in word:gmatch('%w') do
4396 local p=doLetter(w,stpos*cfn(prev,0,0),scale,(col=='r' and BrickColor.random().Name or (col or 'Cyan')))
4397 prev=prev+scale
4398 table.insert(modls,p)
4399 wait()
4400 end
4401 return function()
4402 for i,v in pairs(modls) do
4403 -- New"Explosion"{_P=Workspace;Position=pos.p;DestroyJointRadiusPercent=0}DEBRIS:AddItem(_4,0.001)
4404 for _,v2 in pairs(v:children())do v2.Anchored=false v2.CanCollide=true
4405 v2.Velocity = cfn(pos.p,l(v2).p).lookVector*30
4406 New"BodyForce"{_P=v2;force=v3n(0,(v2:GetMass()*FLOATFORCE)*.75,0)}
4407 end
4408 Delay(1,function()
4409 for i=0,1,.1 do
4410
4411 for _,v2 in pairs(v:children())do v2.Transparency=i end
4412
4413 wait()
4414 end
4415 v:Destroy()
4416 end)
4417
4418 end
4419 end
4420end
4421
4422sc=4
4423-- local br=doWord('HELLOVOIDSB',l(torso,0,sc/2,-3,PI/2,PI),sc,'Cyan')
4424while wait()do
4425thetext=box.Text
4426for text in string.gmatch(thetext,"%w+") do
4427 local br=doWord(text,l(torso,0,sc/2,-3,PI/2,PI),sc,col or tostring(BrickColor.random()),{[3]='White'})
4428 wait(1)
4429 br()wait'.5'
4430end
4431end
4432
4433
4434-- part=Part(4,4,4,'Cyan',.5)Weld(_1,torso)
4435end)
4436
4437GreenChat.MouseButton1Click:Connect(function()
4438 game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
4439
4440Text = (ChatBox.Text);
4441
4442Color = Color3.new(0,255,0);
4443
4444FontSize = Enum.FontSize.Size24;
4445
4446})
4447end)
4448
4449-- Tabs
4450
4451GeneralTab.MouseButton1Click:Connect(function()
4452 GeneralFrame.Visible = true
4453 InfoFrame.Visible = false
4454end)
4455
4456InfoTab.MouseButton1Click:Connect(function()
4457 InfoFrame.Visible = true
4458 GeneralFrame.Visible = false
4459end)
4460
4461InfoFrame.Visible = false
4462end)
4463
4464fehaxguiv2.Name = "fehaxguiv2"
4465fehaxguiv2.Parent = Main
4466fehaxguiv2.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
4467fehaxguiv2.Position = UDim2.new(0.445720345, 0, 0.370532304, 0)
4468fehaxguiv2.Size = UDim2.new(0, 158, 0, 22)
4469fehaxguiv2.Font = Enum.Font.SourceSans
4470fehaxguiv2.Text = "FE Stick V2"
4471fehaxguiv2.TextColor3 = Color3.new(0, 0, 0)
4472fehaxguiv2.TextSize = 28
4473fehaxguiv2.MouseButton1Down:connect(function()
4474-- Objects
4475
4476local stickv2 = Instance.new("ScreenGui")
4477local top = Instance.new("Frame")
4478local mainframe = Instance.new("Frame")
4479local victim = Instance.new("TextBox")
4480local insane = Instance.new("TextButton")
4481local insaneall = Instance.new("TextButton")
4482local goto = Instance.new("TextButton")
4483local insaneothers = Instance.new("TextButton")
4484local TextLabel = Instance.new("TextLabel")
4485local openclose = Instance.new("TextButton")
4486
4487-- Properties
4488
4489stickv2.Name = "stickv2"
4490stickv2.Parent = game.CoreGui
4491
4492top.Name = "top"
4493top.Parent = stickv2
4494top.Active = true
4495top.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4496top.BorderSizePixel = 0
4497top.Draggable = true
4498top.Position = UDim2.new(0, -250, 0, 347)
4499top.Selectable = true
4500top.Size = UDim2.new(0, 250, 0, 30)
4501
4502mainframe.Name = "mainframe"
4503mainframe.Parent = top
4504mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
4505mainframe.BorderSizePixel = 0
4506mainframe.Position = UDim2.new(0, 0, 0, 30)
4507mainframe.Size = UDim2.new(0, 250, 0, 213)
4508
4509victim.Name = "victim"
4510victim.Parent = mainframe
4511victim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4512victim.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
4513victim.BorderSizePixel = 0
4514victim.Position = UDim2.new(0, 25, 0, 34)
4515victim.Size = UDim2.new(0, 200, 0, 27)
4516victim.Font = Enum.Font.SourceSansBold
4517victim.FontSize = Enum.FontSize.Size18
4518victim.Text = "Victim"
4519victim.TextColor3 = Color3.new(1, 1, 1)
4520victim.TextSize = 18
4521
4522insane.Name = "insane"
4523insane.Parent = mainframe
4524insane.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4525insane.BorderSizePixel = 0
4526insane.Position = UDim2.new(0, 17, 0, 74)
4527insane.Size = UDim2.new(0, 100, 0, 50)
4528insane.Font = Enum.Font.SourceSansBold
4529insane.FontSize = Enum.FontSize.Size18
4530insane.Text = "Insane"
4531insane.TextColor3 = Color3.new(1, 1, 1)
4532insane.TextSize = 18
4533
4534insaneall.Name = "insaneall"
4535insaneall.Parent = mainframe
4536insaneall.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4537insaneall.BorderSizePixel = 0
4538insaneall.Position = UDim2.new(0, 134, 0, 74)
4539insaneall.Size = UDim2.new(0, 100, 0, 50)
4540insaneall.Font = Enum.Font.SourceSansBold
4541insaneall.FontSize = Enum.FontSize.Size18
4542insaneall.Text = "Insane All"
4543insaneall.TextColor3 = Color3.new(1, 1, 1)
4544insaneall.TextSize = 18
4545
4546goto.Name = "goto"
4547goto.Parent = mainframe
4548goto.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4549goto.BorderSizePixel = 0
4550goto.Position = UDim2.new(0, 17, 0, 140)
4551goto.Size = UDim2.new(0, 100, 0, 50)
4552goto.Font = Enum.Font.SourceSansBold
4553goto.FontSize = Enum.FontSize.Size18
4554goto.Text = "Goto"
4555goto.TextColor3 = Color3.new(1, 1, 1)
4556goto.TextSize = 18
4557
4558insaneothers.Name = "insaneothers"
4559insaneothers.Parent = mainframe
4560insaneothers.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4561insaneothers.BorderSizePixel = 0
4562insaneothers.Position = UDim2.new(0, 134, 0, 140)
4563insaneothers.Size = UDim2.new(0, 100, 0, 50)
4564insaneothers.Font = Enum.Font.SourceSansBold
4565insaneothers.FontSize = Enum.FontSize.Size18
4566insaneothers.Text = "Insane Others"
4567insaneothers.TextColor3 = Color3.new(1, 1, 1)
4568insaneothers.TextSize = 18
4569
4570TextLabel.Parent = mainframe
4571TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
4572TextLabel.BackgroundTransparency = 1
4573TextLabel.Position = UDim2.new(0, 25, 0, 0)
4574TextLabel.Size = UDim2.new(0, 200, 0, 32)
4575TextLabel.Font = Enum.Font.SourceSansBold
4576TextLabel.FontSize = Enum.FontSize.Size18
4577TextLabel.Text = "Stick V2"
4578TextLabel.TextColor3 = Color3.new(0.333333, 0.666667, 1)
4579TextLabel.TextSize = 18
4580
4581openclose.Name = "openclose"
4582openclose.Parent = stickv2
4583openclose.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
4584openclose.BorderSizePixel = 0
4585openclose.Position = UDim2.new(0, 16, 0, 470)
4586openclose.Size = UDim2.new(0, 105, 0, 57)
4587openclose.Font = Enum.Font.SourceSansBold
4588openclose.FontSize = Enum.FontSize.Size18
4589openclose.Text = "Stick V2"
4590openclose.TextColor3 = Color3.new(1, 1, 1)
4591openclose.TextSize = 18
4592insane.MouseButton1Click:connect(function()
4593local player = game.Players:FindFirstChild(victim.Text)
4594local AnimationId = "33796059"
4595local Anim = Instance.new("Animation")
4596Anim.AnimationId = "rbxassetid://"..AnimationId
4597local k = player.Character.Humanoid:LoadAnimation(Anim)
4598k:Play()
4599k:AdjustSpeed(90)
4600end)
4601goto.MouseButton1Click:connect(function()
4602local lp = game.Players.LocalPlayer
4603lp.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(victim.Text).Character.HumanoidRootPart.Position) + Vector3.new(0, 0, 0)
4604end)
4605insaneall.MouseButton1Click:connect(function()
4606for i,v in pairs(game.Players:GetPlayers()) do
4607local AnimationId = "33796059"
4608local Anim = Instance.new("Animation")
4609Anim.AnimationId = "rbxassetid://"..AnimationId
4610local k = v.Character.Humanoid:LoadAnimation(Anim)
4611k:Play()
4612k:AdjustSpeed(90)
4613end
4614end)
4615insaneothers.MouseButton1Click:connect(function()
4616for i,v in pairs(game.Players:GetPlayers()) do
4617if v.Name~=game.Players.LocalPlayer.Name then
4618local AnimationId = "33796059"
4619local Anim = Instance.new("Animation")
4620Anim.AnimationId = "rbxassetid://"..AnimationId
4621local k = v.Character.Humanoid:LoadAnimation(Anim)
4622k:Play()
4623k:AdjustSpeed(90)
4624end
4625end
4626end)
4627openclose.MouseButton1Click:connect(function()
4628local text = ("Stick V2")
4629if openclose.Text == text then
4630top:TweenPosition(UDim2.new(0, 1250,0, 347), "In", "Bounce", 1)
4631wait(1)
4632openclose.Text = ("Close")
4633elseif openclose.Text == ("Close") then
4634top:TweenPosition(UDim2.new(0, -250,0, 347), "Out", "Bounce", 1)
4635wait(1)
4636openclose.Text = text
4637end
4638end)
4639print("Welcome to Stick V2 Made by Vortexe.")
4640end)
4641
4642fehax1337.Name = "fehax1337"
4643fehax1337.Parent = Main
4644fehax1337.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
4645fehax1337.Position = UDim2.new(0.445720345, 0, 0.485506475, 0)
4646fehax1337.Size = UDim2.new(0, 158, 0, 20)
4647fehax1337.Font = Enum.Font.SourceSans
4648fehax1337.Text = "FE HAX 1337"
4649fehax1337.TextColor3 = Color3.new(0, 0, 0)
4650fehax1337.TextSize = 28
4651fehax1337.MouseButton1Down:connect(function()
4652-- Objects
4653
4654local FeHax1337 = Instance.new("ScreenGui")
4655local Base = Instance.new("Frame")
4656local Annoy = Instance.new("TextButton")
4657local Hatspin = Instance.new("TextButton")
4658local Creeper = Instance.new("TextButton")
4659local Username = Instance.new("TextBox")
4660local Naked = Instance.new("TextButton")
4661local Rape = Instance.new("TextButton")
4662local DropHats = Instance.new("TextButton")
4663local GameRuiner = Instance.new("TextButton")
4664local Fly = Instance.new("TextButton")
4665local Noclip = Instance.new("TextButton")
4666local GUILine = Instance.new("Frame")
4667local no = Instance.new("Frame")
4668local FE = Instance.new("TextLabel")
4669local GUILine_2 = Instance.new("Frame")
4670local no_2 = Instance.new("Frame")
4671local Creditz = Instance.new("TextLabel")
4672
4673-- Properties
4674
4675FeHax1337.Name = "FeHax1337"
4676FeHax1337.Parent = game.CoreGui
4677
4678Base.Name = "Base"
4679Base.Parent = FeHax1337
4680Base.Active = true
4681Base.BackgroundColor3 = Color3.new(1, 1, 1)
4682Base.BorderSizePixel = 0
4683Base.Draggable = true
4684Base.Position = UDim2.new(0.314787179, 0, 0.224938855, 0)
4685Base.Selectable = true
4686Base.Size = UDim2.new(0, 496, 0, 449)
4687
4688Annoy.Name = "Annoy"
4689Annoy.Parent = Base
4690Annoy.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4691Annoy.BorderSizePixel = 0
4692Annoy.Position = UDim2.new(0.362454742, 0, 0.374793768, 0)
4693Annoy.Size = UDim2.new(0, 144, 0, 50)
4694Annoy.Font = Enum.Font.Highway
4695Annoy.Text = "Annoy"
4696Annoy.TextColor3 = Color3.new(0, 0, 0)
4697Annoy.TextSize = 25
4698Annoy.MouseButton1Down:connect(function()
4699local Victim = Username.Text
4700local P=game:GetService'Players'.LocalPlayer
4701local C=P.Character or P.CharacterAdded:Wait()
4702game:GetService'RunService'.Stepped:Connect(function()
4703 C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
4704end)
4705end)
4706
4707Hatspin.Name = "Hatspin"
4708Hatspin.Parent = Base
4709Hatspin.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4710Hatspin.BorderSizePixel = 0
4711Hatspin.Position = UDim2.new(0.0277176313, 0, 0.374793768, 0)
4712Hatspin.Size = UDim2.new(0, 144, 0, 50)
4713Hatspin.Font = Enum.Font.Highway
4714Hatspin.Text = "Hatspin"
4715Hatspin.TextColor3 = Color3.new(0, 0, 0)
4716Hatspin.TextSize = 25
4717Hatspin.MouseButton1Down:connect(function()
4718local obese = game:GetService('Players')
4719for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do
4720if v.ClassName == "Accessory" then
4721local stg = v.Handle:FindFirstChildOfClass("BodyForce")
4722if stg == nil then
4723local a = Instance.new("BodyPosition")
4724local b = Instance.new("BodyAngularVelocity")
4725a.Parent = v.Handle
4726b.Parent = v.Handle
4727v.Handle.AccessoryWeld:Destroy()
4728b.AngularVelocity = Vector3.new(0,100,0)
4729b.MaxTorque = Vector3.new(0,200,0)
4730a.P = 30000
4731a.D = 50
4732game:GetService('RunService').Stepped:connect(function()
4733a.Position = obese.LocalPlayer.Character.Head.Position
4734end)
4735end
4736end
4737end
4738end)
4739
4740Creeper.Name = "Creeper"
4741Creeper.Parent = Base
4742Creeper.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4743Creeper.BorderSizePixel = 0
4744Creeper.Position = UDim2.new(0.691692233, 0, 0.374793768, 0)
4745Creeper.Size = UDim2.new(0, 144, 0, 50)
4746Creeper.Font = Enum.Font.Highway
4747Creeper.Text = "Creeper"
4748Creeper.TextColor3 = Color3.new(0, 0, 0)
4749Creeper.TextSize = 25
4750Creeper.MouseButton1Down:connect(function()
4751local plr = game.Players.LocalPlayer.Character.Humanoid
4752if plr.RigType == R15 then
4753game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
4754game.Players.LocalPlayer.Character.LeftHand:Destroy()
4755game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
4756game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
4757game.Players.LocalPlayer.Character.RightHand:Destroy()
4758game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
4759game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
4760else
4761game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
4762game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
4763game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
4764end
4765end)
4766
4767
4768Username.Name = "Username"
4769Username.Parent = Base
4770Username.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569)
4771Username.BackgroundTransparency = 0.25
4772Username.BorderSizePixel = 0
4773Username.Position = UDim2.new(0.0927419364, 0, 0.209354118, 0)
4774Username.Size = UDim2.new(0, 403, 0, 50)
4775Username.Font = Enum.Font.Highway
4776Username.Text = "Username"
4777Username.TextColor3 = Color3.new(0, 0, 0)
4778Username.TextSize = 28
4779Username.TextWrapped = true
4780
4781Naked.Name = "Naked"
4782Naked.Parent = Base
4783Naked.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4784Naked.BorderSizePixel = 0
4785Naked.Position = UDim2.new(0.0277176313, 0, 0.557128489, 0)
4786Naked.Size = UDim2.new(0, 144, 0, 50)
4787Naked.Font = Enum.Font.Highway
4788Naked.Text = "Naked"
4789Naked.TextColor3 = Color3.new(0, 0, 0)
4790Naked.TextSize = 25
4791Naked.MouseButton1Down:connect(function()
4792hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
4793pcall(function()
4794 hummy.Parent.Pants:Destroy()
4795end)
4796pcall(function()
4797 hummy.Parent.Shirt:Destroy()
4798end)
4799end)
4800
4801
4802Rape.Name = "Rape"
4803Rape.Parent = Base
4804Rape.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4805Rape.BorderSizePixel = 0
4806Rape.Position = UDim2.new(0.362419903, 0, 0.557128489, 0)
4807Rape.Size = UDim2.new(0, 144, 0, 50)
4808Rape.Font = Enum.Font.Highway
4809Rape.Text = "Rape"
4810Rape.TextColor3 = Color3.new(0, 0, 0)
4811Rape.TextSize = 25
4812Rape.MouseButton1Down:connect(function()
4813
4814player = Username.Text
4815stupid = Instance.new('Animation')
4816stupid.AnimationId = 'rbxassetid://148840371'
4817hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
4818pcall(function()
4819 hummy.Parent.Pants:Destroy()
4820end)
4821pcall(function()
4822 hummy.Parent.Shirt:Destroy()
4823end)
4824notfunny = hummy:LoadAnimation(stupid)
4825notfunny:Play()
4826notfunny:AdjustSpeed(10)
4827while hummy.Parent.Parent ~= nil do
4828wait()
4829game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
4830end
4831end)
4832
4833DropHats.Name = "Drop Hats"
4834DropHats.Parent = Base
4835DropHats.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4836DropHats.BorderSizePixel = 0
4837DropHats.Position = UDim2.new(0.690962017, 0, 0.557128489, 0)
4838DropHats.Size = UDim2.new(0, 144, 0, 50)
4839DropHats.Font = Enum.Font.Highway
4840DropHats.Text = "Drop Hats"
4841DropHats.TextColor3 = Color3.new(0, 0, 0)
4842DropHats.TextSize = 25
4843DropHats.MouseButton1Down:connect(function()
4844for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
4845if (v:IsA("Accessory")) then
4846v.Parent = workspace
4847end
4848end
4849end)
4850
4851GameRuiner.Name = "GameRuiner"
4852GameRuiner.Parent = Base
4853GameRuiner.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
4854GameRuiner.BorderSizePixel = 0
4855GameRuiner.Position = UDim2.new(0.0277424753, 0, 0.724166334, 0)
4856GameRuiner.Size = UDim2.new(0, 144, 0, 50)
4857GameRuiner.Font = Enum.Font.Highway
4858GameRuiner.Text = "GameRuiner"
4859GameRuiner.TextColor3 = Color3.new(0, 0, 0)
4860GameRuiner.TextSize = 25
4861GameRuiner.MouseButton1Down:connect(function()
4862-- Objects
4863
4864local GameRuiner = Instance.new("ScreenGui")
4865local Main = Instance.new("Frame")
4866local info = Instance.new("TextLabel")
4867local close = Instance.new("TextButton")
4868local username = Instance.new("TextBox")
4869local shutdown = Instance.new("TextButton")
4870local give = Instance.new("TextButton")
4871local goto = Instance.new("TextButton")
4872
4873-- Properties
4874
4875GameRuiner.Name = "GameRuiner"
4876GameRuiner.Parent = game.Players.LocalPlayer.PlayerGui
4877
4878Main.Name = "Main"
4879Main.Parent = GameRuiner
4880Main.Active = true
4881Main.Selectable = true
4882Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
4883Main.BorderColor3 = Color3.new(1, 1, 1)
4884Main.Draggable = true
4885Main.Position = UDim2.new(0.400000006, 0, 0.400000006, 0)
4886Main.Size = UDim2.new(0, 400, 0, 300)
4887
4888info.Name = "info"
4889info.Parent = Main
4890info.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
4891info.BorderColor3 = Color3.new(1, 1, 1)
4892info.Size = UDim2.new(0, 350, 0, 50)
4893info.Font = Enum.Font.SourceSansLight
4894info.FontSize = Enum.FontSize.Size32
4895info.Text = "GameRuiner GUI V2.0"
4896info.TextColor3 = Color3.new(0, 0, 0)
4897info.TextSize = 30
4898info.TextWrapped = true
4899
4900close.Name = "close"
4901close.Parent = Main
4902close.BackgroundColor3 = Color3.new(1, 0, 0)
4903close.BorderColor3 = Color3.new(1, 1, 1)
4904close.Position = UDim2.new(0, 350, 0, 0)
4905close.Size = UDim2.new(0, 50, 0, 50)
4906close.Font = Enum.Font.SourceSansLight
4907close.FontSize = Enum.FontSize.Size14
4908close.Text = "X"
4909close.TextColor3 = Color3.new(0, 0, 0)
4910close.TextScaled = true
4911close.TextSize = 14
4912close.TextWrapped = true
4913
4914username.Name = "username"
4915username.Parent = Main
4916username.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
4917username.BorderColor3 = Color3.new(0, 0, 0)
4918username.Position = UDim2.new(0, 50, 0, 100)
4919username.Size = UDim2.new(0, 300, 0, 50)
4920username.Font = Enum.Font.SourceSansLight
4921username.FontSize = Enum.FontSize.Size14
4922username.Text = "Username"
4923username.TextColor3 = Color3.new(0, 0, 0)
4924username.TextScaled = true
4925username.TextSize = 14
4926username.TextWrapped = true
4927
4928shutdown.Name = "shutdown"
4929shutdown.Parent = Main
4930shutdown.BackgroundColor3 = Color3.new(1, 0, 1)
4931shutdown.BorderColor3 = Color3.new(1, 1, 1)
4932shutdown.ClipsDescendants = true
4933shutdown.Position = UDim2.new(0, 50, 0, 250)
4934shutdown.Size = UDim2.new(0, 300, 0, 50)
4935shutdown.AutoButtonColor = false
4936shutdown.Font = Enum.Font.SourceSansLight
4937shutdown.FontSize = Enum.FontSize.Size14
4938shutdown.Text = "FE Shutdown"
4939shutdown.TextColor3 = Color3.new(0, 0, 0)
4940shutdown.TextScaled = true
4941shutdown.TextSize = 14
4942shutdown.TextWrapped = true
4943
4944give.Name = "give"
4945give.Parent = Main
4946give.BackgroundColor3 = Color3.new(0, 0.501961, 0)
4947give.BorderColor3 = Color3.new(1, 1, 1)
4948give.ClipsDescendants = true
4949give.Position = UDim2.new(0, 50, 0, 175)
4950give.Size = UDim2.new(0, 125, 0, 50)
4951give.AutoButtonColor = false
4952give.Font = Enum.Font.SourceSansLight
4953give.FontSize = Enum.FontSize.Size14
4954give.Text = "Give"
4955give.TextColor3 = Color3.new(0, 0, 0)
4956give.TextScaled = true
4957give.TextSize = 14
4958give.TextWrapped = true
4959
4960goto.Name = "goto"
4961goto.Parent = Main
4962goto.BackgroundColor3 = Color3.new(0, 0.501961, 0)
4963goto.BorderColor3 = Color3.new(1, 1, 1)
4964goto.ClipsDescendants = true
4965goto.Position = UDim2.new(0, 225, 0, 175)
4966goto.Size = UDim2.new(0, 125, 0, 50)
4967goto.AutoButtonColor = false
4968goto.Font = Enum.Font.SourceSansLight
4969goto.FontSize = Enum.FontSize.Size14
4970goto.Text = "Goto"
4971goto.TextColor3 = Color3.new(0, 0, 0)
4972goto.TextScaled = true
4973goto.TextSize = 14
4974goto.TextWrapped = true
4975
4976function GetPlayers(Name)
4977if Name:lower() == "me" then
4978return {game.Players.LocalPlayer}
4979elseif Name:lower() == "all" then
4980return game.Players:GetChildren()
4981elseif Name:lower() == "others" then
4982local t = {}
4983for i,v in pairs(game.Players:GetChildren()) do
4984if v.Name ~= game.Players.LocalPlayer.Name then
4985table.insert(t, v)
4986end
4987end
4988return t
4989else
4990local t = {}
4991for i,v in pairs(game.Players:GetChildren()) do
4992if v.Name:sub(1, #Name):lower() == Name:lower() then
4993table.insert(t, v)
4994end
4995end
4996return t
4997end
4998end
4999
5000close.MouseButton1Down:connect(function()
5001Main:TweenPosition(UDim2.new(0.400000006, 0, -0.5, 0), "Out", "Quad", 0.5)
5002wait(0.5)
5003Main:Destroy()
5004end)
5005
5006give.MouseButton1Down:connect(function(X, Y)
5007if not give:FindFirstChild('Circle') then
5008local C = Instance.new('ImageLabel', give)
5009C.BackgroundTransparency = 1
5010C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, give.AbsolutePosition.X, 0, give.AbsolutePosition.Y)
5011C.Size = UDim2.new(0, 0, 0, 0)
5012C.ZIndex = give.ZIndex
5013C.Image = 'rbxassetid://200182847'
5014C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
5015C.Name = 'Circle'
5016C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
5017for i = 0, 1, 0.03 do
5018C.ImageTransparency = i
5019game:GetService('RunService').RenderStepped:wait()
5020end
5021C:destroy()
5022end
5023for a,v in pairs(GetPlayers(username.Text)) do
5024for b,x in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
5025if x:IsA("Tool") then
5026x.Parent = v.Character
5027end
5028end
5029end
5030end)
5031
5032shutdown.MouseButton1Down:connect(function(X, Y)
5033if not shutdown:FindFirstChild('Circle') then
5034local C = Instance.new('ImageLabel', shutdown)
5035C.BackgroundTransparency = 1
5036C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, shutdown.AbsolutePosition.X, 0, shutdown.AbsolutePosition.Y)
5037C.Size = UDim2.new(0, 0, 0, 0)
5038C.ZIndex = shutdown.ZIndex
5039C.Image = 'rbxassetid://200182847'
5040C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
5041C.Name = 'Circle'
5042C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
5043for i = 0, 1, 0.03 do
5044C.ImageTransparency = i
5045game:GetService('RunService').RenderStepped:wait()
5046end
5047C:destroy()
5048end
5049while wait() do
5050for a,v in pairs(game.Players:GetChildren()) do
5051if v.Character ~= nil and v.Character:FindFirstChild("Head") then
5052for b,x in pairs(v.Character.Head:GetChildren()) do
5053if x:IsA("Sound") then
5054x.Playing = true
5055end
5056end
5057end
5058end
5059end
5060while wait() do
5061for a,v in pairs(game.Players:GetChildren()) do
5062if v.Character ~= nil and v.Character:FindFirstChild("Head") then
5063for b,x in pairs(v.Character.Head:GetChildren()) do
5064if x:IsA("Sound") then
5065x.Playing = true
5066end
5067end
5068end
5069end
5070end
5071end)
5072
5073goto.MouseButton1Down:connect(function(X, Y)
5074if not goto:FindFirstChild('Circle') then
5075local C = Instance.new('ImageLabel', goto)
5076C.BackgroundTransparency = 1
5077C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, goto.AbsolutePosition.X, 0, goto.AbsolutePosition.Y)
5078C.Size = UDim2.new(0, 0, 0, 0)
5079C.ZIndex = goto.ZIndex
5080C.Image = 'rbxassetid://200182847'
5081C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
5082C.Name = 'Circle'
5083C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5)
5084for i = 0, 1, 0.03 do
5085C.ImageTransparency = i
5086game:GetService('RunService').RenderStepped:wait()
5087end
5088C:destroy()
5089end
5090for a,v in pairs(GetPlayers(username.Text)) do
5091game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
5092end
5093end)
5094end)
5095
5096local Flying = true
5097
5098Fly.Name = "Fly"
5099Fly.Parent = Base
5100Fly.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
5101Fly.BorderSizePixel = 0
5102Fly.Position = UDim2.new(0.362419903, 0, 0.724166334, 0)
5103Fly.Size = UDim2.new(0, 144, 0, 50)
5104Fly.Font = Enum.Font.Highway
5105Fly.Text = "Fly"
5106Fly.TextColor3 = Color3.new(0, 0, 0)
5107Fly.TextSize = 25
5108Fly.MouseButton1Down:connect(function()
5109repeat wait()
5110 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
5111local mouse = game.Players.LocalPlayer:GetMouse()
5112repeat wait() until mouse
5113local plr = game.Players.LocalPlayer
5114local torso = plr.Character.Torso
5115local flying = true
5116local deb = true
5117local ctrl = {f = 0, b = 0, l = 0, r = 0}
5118local lastctrl = {f = 0, b = 0, l = 0, r = 0}
5119local maxspeed = 50
5120local speed = 0
5121
5122function Fly()
5123local bg = Instance.new("BodyGyro", torso)
5124bg.P = 9e4
5125bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
5126bg.cframe = torso.CFrame
5127local bv = Instance.new("BodyVelocity", torso)
5128bv.velocity = Vector3.new(0,0.1,0)
5129bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
5130repeat wait()
5131plr.Character.Humanoid.PlatformStand = true
5132if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
5133speed = speed+.5+(speed/maxspeed)
5134if speed > maxspeed then
5135speed = maxspeed
5136end
5137elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
5138speed = speed-1
5139if speed < 0 then
5140speed = 0
5141end
5142end
5143if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
5144bv.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
5145lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
5146elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
5147bv.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
5148else
5149bv.velocity = Vector3.new(0,0.1,0)
5150end
5151bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
5152until not flying
5153ctrl = {f = 0, b = 0, l = 0, r = 0}
5154lastctrl = {f = 0, b = 0, l = 0, r = 0}
5155speed = 0
5156bg:Destroy()
5157bv:Destroy()
5158plr.Character.Humanoid.PlatformStand = false
5159end
5160mouse.KeyDown:connect(function(key)
5161if key:lower() == "e" then
5162if flying then flying = false
5163else
5164flying = true
5165Fly()
5166end
5167elseif key:lower() == "w" then
5168ctrl.f = 1
5169elseif key:lower() == "s" then
5170ctrl.b = -1
5171elseif key:lower() == "a" then
5172ctrl.l = -1
5173elseif key:lower() == "d" then
5174ctrl.r = 1
5175end
5176end)
5177mouse.KeyUp:connect(function(key)
5178if key:lower() == "w" then
5179ctrl.f = 0
5180elseif key:lower() == "s" then
5181ctrl.b = 0
5182elseif key:lower() == "a" then
5183ctrl.l = 0
5184elseif key:lower() == "d" then
5185ctrl.r = 0
5186end
5187end)
5188Fly()
5189end)
5190
5191
5192local noclip = false
5193
5194Noclip.Name = "Noclip"
5195Noclip.Parent = Base
5196Noclip.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706)
5197Noclip.BorderSizePixel = 0
5198Noclip.Position = UDim2.new(0.69104898, 0, 0.724166334, 0)
5199Noclip.Size = UDim2.new(0, 144, 0, 50)
5200Noclip.Font = Enum.Font.Highway
5201Noclip.Text = "Noclip"
5202Noclip.TextColor3 = Color3.new(0, 0, 0)
5203Noclip.TextSize = 25
5204Noclip.MouseButton1Down:connect(function()
5205if Noclip == false then
5206game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
5207NoClip.Text = "Clip"
5208else
5209game.Players.LocalPlayer.Character.Humanoid:ChangeState(9)
5210Noclip = true
5211end
5212end)
5213
5214
5215GUILine.Name = "GUI Line"
5216GUILine.Parent = Base
5217GUILine.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
5218GUILine.BorderSizePixel = 0
5219GUILine.Position = UDim2.new(-0.000363619998, 0, -0.00101011992, 0)
5220GUILine.Selectable = true
5221GUILine.Size = UDim2.new(0, 496, 0, 12)
5222
5223no.Name = "no"
5224no.Parent = GUILine
5225no.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
5226no.BorderSizePixel = 0
5227no.Position = UDim2.new(0, 0, 1, 0)
5228no.Size = UDim2.new(0, 496, 0, 67)
5229
5230FE.Name = "FE"
5231FE.Parent = GUILine
5232FE.BackgroundColor3 = Color3.new(1, 1, 1)
5233FE.BackgroundTransparency = 1
5234FE.Position = UDim2.new(0.258244455, 0, 0.00167793036, 0)
5235FE.Size = UDim2.new(0, 240, 0, 86)
5236FE.Font = Enum.Font.Highway
5237FE.Text = "FE Hax 1337"
5238FE.TextSize = 35
5239
5240GUILine_2.Name = "GUI Line"
5241GUILine_2.Parent = Base
5242GUILine_2.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608)
5243GUILine_2.BorderSizePixel = 0
5244GUILine_2.Position = UDim2.new(-0.000363620929, 0, 0.960183144, 0)
5245GUILine_2.Size = UDim2.new(0, 496, 0, 18)
5246
5247no_2.Name = "no"
5248no_2.Parent = GUILine_2
5249no_2.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216)
5250no_2.BorderSizePixel = 0
5251no_2.Position = UDim2.new(0, 0, -1.43478262, 0)
5252no_2.Size = UDim2.new(0, 496, 0, 33)
5253
5254Creditz.Name = "Creditz"
5255Creditz.Parent = GUILine_2
5256Creditz.BackgroundColor3 = Color3.new(1, 1, 1)
5257Creditz.BackgroundTransparency = 1
5258Creditz.BorderSizePixel = 0
5259Creditz.Position = UDim2.new(0.00806450844, 0, -1.91666675, 0)
5260Creditz.Size = UDim2.new(0, 488, 0, 50)
5261Creditz.Font = Enum.Font.Highway
5262Creditz.Text = "Credits : Stick_Smart, iVerzide and Cookie1890 for the scripts."
5263Creditz.TextSize = 20
5264end)
5265
5266fekill.Name = "fekill"
5267fekill.Parent = Main
5268fekill.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
5269fekill.Position = UDim2.new(0.445720345, 0, 0.589354217, 0)
5270fekill.Size = UDim2.new(0, 158, 0, 23)
5271fekill.Font = Enum.Font.SourceSans
5272fekill.Text = "FE Kill"
5273fekill.TextColor3 = Color3.new(0, 0, 0)
5274fekill.TextSize = 28
5275fekill.MouseButton1Down:connect(function()
5276-- Objects
5277
5278local GUI = Instance.new("ScreenGui")
5279local Main = Instance.new("Frame")
5280local TextLabel = Instance.new("TextLabel")
5281local Attach = Instance.new("TextButton")
5282local TextBox = Instance.new("TextBox")
5283local Bring = Instance.new("TextButton")
5284local Kill = Instance.new("TextButton")
5285local SaveT = Instance.new("TextButton")
5286local LoadT = Instance.new("TextButton")
5287local TextLabel_2 = Instance.new("TextLabel")
5288local Exit = Instance.new("TextButton")
5289
5290-- Properties
5291
5292GUI.Name = "GUI"
5293GUI.Parent = game.Players.LocalPlayer.PlayerGui
5294GUI.ResetOnSpawn = false
5295
5296Main.Name = "Main"
5297Main.Parent = GUI
5298Main.Active = true
5299Main.BackgroundColor3 = Color3.new(1, 1, 1)
5300Main.BorderSizePixel = 0
5301Main.Position = UDim2.new(0, 0, 1, -245)
5302Main.Selectable = true
5303Main.Size = UDim2.new(0, 368, 0, 245)
5304
5305TextLabel.Parent = Main
5306TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5307TextLabel.BorderSizePixel = 0
5308TextLabel.Position = UDim2.new(0, 0, 0.934693873, 0)
5309TextLabel.Size = UDim2.new(0, 368, 0, 16)
5310TextLabel.Font = Enum.Font.SourceSansLight
5311TextLabel.Text = "Tools Required | GUI by: Hoofer | Scripts by: illremember"
5312TextLabel.TextSize = 14
5313
5314Attach.Name = "Attach"
5315Attach.Parent = Main
5316Attach.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
5317Attach.BorderSizePixel = 0
5318Attach.Position = UDim2.new(0, 0, 0.751020432, 0)
5319Attach.Size = UDim2.new(0, 266, 0, 37)
5320Attach.Font = Enum.Font.SourceSansLight
5321Attach.Text = "Attach Player"
5322Attach.TextColor3 = Color3.new(1, 1, 1)
5323Attach.TextSize = 14
5324
5325TextBox.Parent = Main
5326TextBox.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
5327TextBox.BorderSizePixel = 0
5328TextBox.Position = UDim2.new(0, 0, 0.0938775539, 0)
5329TextBox.Size = UDim2.new(0, 368, 0, 21)
5330TextBox.Font = Enum.Font.SourceSansLight
5331TextBox.PlaceholderColor3 = Color3.new(0, 0, 0)
5332TextBox.PlaceholderText = "Player Name"
5333TextBox.Text = ""
5334TextBox.TextColor3 = Color3.new(0, 0, 0)
5335TextBox.TextSize = 14
5336
5337Bring.Name = "Bring"
5338Bring.Parent = Main
5339Bring.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
5340Bring.BorderSizePixel = 0
5341Bring.Position = UDim2.new(0, 0, 0.59795922, 0)
5342Bring.Size = UDim2.new(0, 368, 0, 37)
5343Bring.Font = Enum.Font.SourceSansLight
5344Bring.Text = "Bring Player"
5345Bring.TextColor3 = Color3.new(1, 1, 1)
5346Bring.TextSize = 14
5347
5348Kill.Name = "Kill"
5349Kill.Parent = Main
5350Kill.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
5351Kill.BorderSizePixel = 0
5352Kill.Position = UDim2.new(0, 0, 0.446938813, 0)
5353Kill.Size = UDim2.new(0, 368, 0, 37)
5354Kill.Font = Enum.Font.SourceSansLight
5355Kill.Text = "Kill Player"
5356Kill.TextColor3 = Color3.new(1, 1, 1)
5357Kill.TextSize = 14
5358
5359SaveT.Name = "SaveT"
5360SaveT.Parent = Main
5361SaveT.BackgroundColor3 = Color3.new(0.262745, 0.643137, 1)
5362SaveT.BorderSizePixel = 0
5363SaveT.Position = UDim2.new(0, 0, 0.224489793, 0)
5364SaveT.Size = UDim2.new(0, 368, 0, 21)
5365SaveT.Font = Enum.Font.SourceSansLight
5366SaveT.Text = "Save Tools"
5367SaveT.TextColor3 = Color3.new(1, 1, 1)
5368SaveT.TextSize = 14
5369
5370LoadT.Name = "LoadT"
5371LoadT.Parent = Main
5372LoadT.BackgroundColor3 = Color3.new(0.262745, 0.643137, 1)
5373LoadT.BorderSizePixel = 0
5374LoadT.Position = UDim2.new(0, 0, 0.310204089, 0)
5375LoadT.Size = UDim2.new(0, 368, 0, 21)
5376LoadT.Font = Enum.Font.SourceSansLight
5377LoadT.Text = "Load Tools"
5378LoadT.TextColor3 = Color3.new(1, 1, 1)
5379LoadT.TextSize = 14
5380
5381TextLabel_2.Parent = Main
5382TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
5383TextLabel_2.BorderSizePixel = 0
5384TextLabel_2.Size = UDim2.new(0, 368, 0, 23)
5385TextLabel_2.Font = Enum.Font.SourceSansLight
5386TextLabel_2.Text = "FE Attach/Bring/Kill Others"
5387TextLabel_2.TextSize = 14
5388
5389Exit.Name = "Exit"
5390Exit.Parent = Main
5391Exit.BackgroundColor3 = Color3.new(0.27451, 0.709804, 1)
5392Exit.BorderSizePixel = 0
5393Exit.Position = UDim2.new(0.747282624, 0, 0.779591858, 0)
5394Exit.Size = UDim2.new(0, 93, 0, 30)
5395Exit.Font = Enum.Font.SourceSansLight
5396Exit.Text = "Exit"
5397Exit.TextColor3 = Color3.new(1, 1, 1)
5398Exit.TextSize = 14
5399
5400-- Scripts
5401
5402Kill.MouseButton1Click:connect(function()
5403-- illremember's cool new kill script for fe
5404-- requires 2 tools, replace TARGET name with person you want
5405-- NO FE GODMODE!!
5406TARGET = TextBox.Text
5407
5408lplayer = game:GetService("Players").LocalPlayer
5409for i,v in pairs(lplayer.Backpack:GetChildren())do
5410lplayer.Character.Humanoid:EquipTool(v)
5411end
5412for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
5413if v:IsA("Tool") then
5414v.Parent = lplayer.Character
5415wait()
5416v.Parent = game:GetService("Players")[TARGET].Character
5417end
5418end
5419wait(1)
5420lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000))
5421end)
5422
5423Bring.MouseButton1Click:connect(function()
5424-- illremember's cool new bring script
5425-- requires 2 tools, replace TARGET name with person you want
5426TARGET = TextBox.Text
5427
5428lplayer = game:GetService("Players").LocalPlayer
5429for i,v in pairs(lplayer.Backpack:GetChildren())do
5430lplayer.Character.Humanoid:EquipTool(v)
5431end
5432for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
5433if v:IsA("Tool") then
5434v.Parent = lplayer.Character
5435wait()
5436v.Parent = game:GetService("Players")[TARGET].Character
5437end
5438end
5439wait(1)
5440local function getout(player,player2)
5441local char1,char2=player.Character,player2.Character
5442if char1 and char2 then
5443char1:MoveTo(char2.Head.Position)
5444end
5445end
5446getout(lplayer, lplayer)
5447end)
5448
5449Attach.MouseButton1Click:connect(function()
5450-- illremember's cool new attach script
5451-- requires 2 tools, replace TARGET name with person you want
5452TARGET = TextBox.Text
5453
5454lplayer = game:GetService("Players").LocalPlayer
5455for i,v in pairs(lplayer.Backpack:GetChildren())do
5456lplayer.Character.Humanoid:EquipTool(v)
5457end
5458for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
5459if v:IsA("Tool") then
5460v.Parent = lplayer.Character
5461wait()
5462v.Parent = game:GetService("Players")[TARGET].Character
5463end
5464
5465end
5466end)
5467
5468Exit.MouseButton1Click:connect(function()
5469GUI:Destroy()
5470end)
5471
5472SaveT.MouseButton1Click:connect(function()
5473-- EQUIP TOOL BEFORE EXECUTING THIS SCRIPT
5474-- save tool
5475LP = game:GetService("Players").LocalPlayer
5476
5477for i,v in pairs(LP.Character:GetDescendants()) do
5478if v:IsA("Tool") then
5479v.Parent = LP
5480end
5481end
5482end)
5483
5484LoadT.MouseButton1Click:connect(function()
5485-- load tool (Use after using save tool script)
5486LP = game:GetService("Players").LocalPlayer
5487
5488for i,v in pairs(LP:GetChildren()) do
5489if v:IsA("Tool") then
5490v.Parent = LP.Backpack
5491end
5492end
5493end)
5494end)
5495
5496FECheckF9.Name = "FE Check (F9)"
5497FECheckF9.Parent = Main
5498FECheckF9.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
5499FECheckF9.Position = UDim2.new(0.694485426, 0, 0.262975782, 0)
5500FECheckF9.Size = UDim2.new(0, 152, 0, 25)
5501FECheckF9.Font = Enum.Font.SourceSans
5502FECheckF9.Text = "FE Check (F9)"
5503FECheckF9.TextColor3 = Color3.new(0, 0, 0)
5504FECheckF9.TextSize = 28
5505
5506feguir15.Name = "feguir15"
5507feguir15.Parent = Main
5508feguir15.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
5509feguir15.Position = UDim2.new(0.694485426, 0, 0.370532304, 0)
5510feguir15.Size = UDim2.new(0, 151, 0, 22)
5511feguir15.Font = Enum.Font.SourceSans
5512feguir15.Text = "FE GUI (R15)"
5513feguir15.TextColor3 = Color3.new(0, 0, 0)
5514feguir15.TextSize = 28
5515feguir15.MouseButton1Down:connect(function()
5516-- Objects
5517
5518local FEGui = Instance.new("ScreenGui")
5519local mainWindow = Instance.new("Frame")
5520local Title = Instance.new("TextLabel")
5521local CloseButton = Instance.new("TextButton")
5522local PlayerName = Instance.new("TextBox")
5523local Teleport = Instance.new("TextButton")
5524local Invisible = Instance.new("TextButton")
5525local Cut = Instance.new("TextButton")
5526local Drop = Instance.new("TextButton")
5527
5528-- Properties
5529
5530FEGui.Name = "FE Gui"
5531FEGui.Parent = game.CoreGui
5532
5533mainWindow.Name = "mainWindow"
5534mainWindow.Parent = FEGui
5535mainWindow.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
5536mainWindow.BackgroundTransparency = 0.34999999403954
5537mainWindow.BorderSizePixel = 0
5538mainWindow.Position = UDim2.new(0, 0, 0, 290)
5539mainWindow.Size = UDim2.new(0, 281, 0, 148)
5540
5541Title.Name = "Title"
5542Title.Parent = FEGui
5543Title.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
5544Title.BackgroundTransparency = 0.34999999403954
5545Title.BorderSizePixel = 0
5546Title.Position = UDim2.new(0, 0, 0, 290)
5547Title.Size = UDim2.new(0, 245, 0, 21)
5548Title.Font = Enum.Font.SourceSans
5549Title.FontSize = Enum.FontSize.Size18
5550Title.Text = " FE Gui By Phemzyx"
5551Title.TextColor3 = Color3.new(1, 1, 1)
5552Title.TextSize = 18
5553Title.TextXAlignment = Enum.TextXAlignment.Left
5554
5555CloseButton.Name = "CloseButton"
5556CloseButton.Parent = FEGui
5557CloseButton.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
5558CloseButton.BackgroundTransparency = 0.34999999403954
5559CloseButton.BorderSizePixel = 0
5560CloseButton.Position = UDim2.new(0, 249, 0, 290)
5561CloseButton.Size = UDim2.new(0, 32, 0, 21)
5562CloseButton.FontSize = Enum.FontSize.Size14
5563CloseButton.Text = "X"
5564CloseButton.TextColor3 = Color3.new(1, 0, 0)
5565CloseButton.TextScaled = true
5566CloseButton.TextSize = 14
5567CloseButton.TextStrokeTransparency = 0
5568CloseButton.TextWrapped = true
5569
5570PlayerName.Name = "PlayerName"
5571PlayerName.Parent = FEGui
5572PlayerName.BackgroundColor3 = Color3.new(0.709804, 0.709804, 0.709804)
5573PlayerName.BackgroundTransparency = 0.60000002384186
5574PlayerName.BorderSizePixel = 0
5575PlayerName.Position = UDim2.new(0, 5, 0, 320)
5576PlayerName.Size = UDim2.new(0, 199, 0, 19)
5577PlayerName.Font = Enum.Font.SourceSans
5578PlayerName.FontSize = Enum.FontSize.Size14
5579PlayerName.Text = ""
5580PlayerName.TextSize = 14
5581PlayerName.TextColor3 = Color3.new(1, 1, 1)
5582PlayerName.PlaceholderText = "PlayerName"
5583PlayerName.PlaceholderColor3 = Color3.new(1, 1, 1)
5584
5585Teleport.Name = "Teleport"
5586Teleport.Parent = FEGui
5587Teleport.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
5588Teleport.BackgroundTransparency = 0.34999999403954
5589Teleport.BorderSizePixel = 0
5590Teleport.Position = UDim2.new(0, 210, 0, 320)
5591Teleport.Size = UDim2.new(0, 64, 0, 19)
5592Teleport.FontSize = Enum.FontSize.Size10
5593Teleport.Text = "tp to"
5594Teleport.TextColor3 = Color3.new(1, 1, 1)
5595Teleport.TextSize = 10
5596Teleport.TextWrapped = true
5597
5598Invisible.Name = "Invisible"
5599Invisible.Parent = FEGui
5600Invisible.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
5601Invisible.BackgroundTransparency = 0.34999999403954
5602Invisible.BorderSizePixel = 0
5603Invisible.Position = UDim2.new(0, 5, 0, 345)
5604Invisible.Size = UDim2.new(0, 269, 0, 27)
5605Invisible.FontSize = Enum.FontSize.Size14
5606Invisible.Text = "Invisible"
5607Invisible.TextColor3 = Color3.new(1, 1, 1)
5608Invisible.TextSize = 13
5609Invisible.TextStrokeTransparency = 0.58999997377396
5610Invisible.TextWrapped = true
5611
5612Cut.Name = "Cut"
5613Cut.Parent = FEGui
5614Cut.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
5615Cut.BackgroundTransparency = 0.34999999403954
5616Cut.BorderSizePixel = 0
5617Cut.Position = UDim2.new(0, 5, 0, 375)
5618Cut.Size = UDim2.new(0, 269, 0, 27)
5619Cut.FontSize = Enum.FontSize.Size14
5620Cut.Text = "Cut yourself in half"
5621Cut.TextColor3 = Color3.new(1, 1, 1)
5622Cut.TextSize = 13
5623Cut.TextStrokeTransparency = 0.58999997377396
5624Cut.TextWrapped = true
5625
5626Drop.Name = "Drop"
5627Drop.Parent = FEGui
5628Drop.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
5629Drop.BackgroundTransparency = 0.34999999403954
5630Drop.BorderSizePixel = 0
5631Drop.Position = UDim2.new(0, 5, 0, 405)
5632Drop.Size = UDim2.new(0, 269, 0, 27)
5633Drop.FontSize = Enum.FontSize.Size14
5634Drop.Text = "Spam Hats"
5635Drop.TextColor3 = Color3.new(1, 1, 1)
5636Drop.TextSize = 13
5637Drop.TextStrokeTransparency = 0.58999997377396
5638Drop.TextWrapped = true
5639
5640--Functions
5641
5642Drop.MouseButton1Click:connect(function()
5643while true do
5644
5645local j=game.Players.LocalPlayer
5646for k,l in pairs(j.Character:GetChildren())do
5647 if l:IsA'Accoutrement'then
5648 l.Parent=game.Workspace
5649 end
5650end
5651wait(0.1)
5652
5653
5654plr = game.Players.LocalPlayer
5655 pcall(function()
5656 local Pos = plr.Character:GetPrimaryPartCFrame()
5657 plr:LoadCharacter()
5658 plr.Character:SetPrimaryPartCFrame(Pos)
5659 if plr.Character:FindFirstChild("ForceField")
5660 then
5661 wait(0.2) -- the Number "(0.2)" its the time to Make The Forcefield Being Removed.
5662 plr.Character["ForceField"]:Destroy()
5663 end
5664 end)
5665wait(3)
5666 end
5667
5668
5669end)
5670
5671Cut.MouseButton1Click:connect(function()
5672 game.Players.LocalPlayer.Character.UpperTorso.Waist:Destroy()
5673end)
5674
5675Invisible.MouseButton1Click:connect(function()
5676 game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy()
5677end)
5678
5679CloseButton.MouseButton1Click:connect(function()
5680 FEGui:Destroy()
5681end)
5682
5683Teleport.MouseButton1Click:connect(function()
5684 local me = game.Players.LocalPlayer.Name
5685
5686 game.Workspace[me].HumanoidRootPart.CFrame = CFrame.new(game.Players[PlayerName.Text].Character.Head.Position)
5687end)
5688end)
5689
5690IYFE.Name = "IYFE"
5691IYFE.Parent = Main
5692IYFE.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
5693IYFE.Position = UDim2.new(0.694485426, 0, 0.485506475, 0)
5694IYFE.Size = UDim2.new(0, 152, 0, 20)
5695IYFE.Font = Enum.Font.SourceSans
5696IYFE.Text = "IY FE"
5697IYFE.TextColor3 = Color3.new(0, 0, 0)
5698IYFE.TextSize = 28
5699IYFE.MouseButton1Down:connect(function()
5700loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
5701end)
5702
5703feguihastebin.Name = "feguihastebin"
5704feguihastebin.Parent = Main
5705feguihastebin.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
5706feguihastebin.Position = UDim2.new(0.694485426, 0, 0.589354217, 0)
5707feguihastebin.Size = UDim2.new(0, 151, 0, 23)
5708feguihastebin.Font = Enum.Font.SourceSans
5709feguihastebin.Text = "FE Control"
5710feguihastebin.TextColor3 = Color3.new(0, 0, 0)
5711feguihastebin.TextSize = 28
5712feguihastebin.MouseButton1Down:connect(function()
5713local Player = game.Players.LocalPlayer
5714local Mouse = Player:GetMouse()
5715Mouse.Button1Down:connect(function()
5716if Mouse.Target ~= nil and Mouse.Target.Parent.Name ~= "Workspace" and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
5717
5718local Char = Mouse.Target.Parent
5719Player.Character = Mouse.Target.Parent
5720workspace.CurrentCamera.CameraSubject = Char
5721Char.Animate.Disabled = true
5722wait(0.1)
5723Char.Animate.Disabled = false
5724end
5725end)
5726end)
5727
5728feop.Name = "feop"
5729feop.Parent = Main
5730feop.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
5731feop.Position = UDim2.new(0.694485426, 0, 0.815593779, 0)
5732feop.Size = UDim2.new(0, 150, 0, 19)
5733feop.Font = Enum.Font.SourceSans
5734feop.Text = "Troll FE v1"
5735feop.TextColor3 = Color3.new(0, 0, 0)
5736feop.TextSize = 28
5737feop.MouseButton1Down:connect(function()
5738-- Objects
5739
5740local FEGui = Instance.new("ScreenGui")
5741local MainBody = Instance.new("Frame")
5742local Title = Instance.new("Frame")
5743local Bottom = Instance.new("Frame")
5744local TextLabel = Instance.new("TextLabel")
5745local Animations = Instance.new("TextButton")
5746local CreeperR6 = Instance.new("TextButton")
5747local CreeperR15 = Instance.new("TextButton")
5748local AnimationsR15 = Instance.new("TextButton")
5749local FEDropHats = Instance.new("TextButton")
5750local NoLimbs = Instance.new("TextButton")
5751local FEbtools = Instance.new("TextButton")
5752local FlyR6 = Instance.new("TextButton")
5753local FEinvisible = Instance.new("TextButton")
5754local Glitchmax = Instance.new("TextButton")
5755local FEFloatinghead = Instance.new("TextButton")
5756local Inform = Instance.new("TextButton")
5757local TextLabel_2 = Instance.new("TextLabel")
5758
5759-- Properties
5760
5761FEGui.Name = "FE Gui"
5762FEGui.Parent = game.Players.LocalPlayer.PlayerGui
5763FEGui.ResetOnSpawn = false
5764
5765MainBody.Name = "Main Body"
5766MainBody.Parent = FEGui
5767MainBody.Active = true
5768MainBody.BackgroundColor3 = Color3.new(0, 0, 0)
5769MainBody.Draggable = true
5770MainBody.Position = UDim2.new(0.536635697, 0, 0.0425101332, 0)
5771MainBody.Size = UDim2.new(0, 353, 0, 270)
5772
5773Title.Name = "Title"
5774Title.Parent = MainBody
5775Title.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)
5776Title.Position = UDim2.new(0.000818580389, 0, -0.000419855118, 0)
5777Title.Size = UDim2.new(0, 353, 0, 27)
5778
5779Bottom.Name = "Bottom"
5780Bottom.Parent = MainBody
5781Bottom.BackgroundColor3 = Color3.new(0.0235294, 0.627451, 1)
5782Bottom.Position = UDim2.new(0.000818580389, 0, 0.0986804739, 0)
5783Bottom.Size = UDim2.new(0, 353, 0, 16)
5784
5785TextLabel.Parent = MainBody
5786TextLabel.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)
5787TextLabel.BorderSizePixel = 0
5788TextLabel.Size = UDim2.new(0, 200, 0, 19)
5789TextLabel.Font = Enum.Font.SourceSansBold
5790TextLabel.Text = "Troll FE"
5791TextLabel.TextColor3 = Color3.new(1, 1, 1)
5792TextLabel.TextSize = 14
5793TextLabel.TextWrapped = true
5794TextLabel.TextXAlignment = Enum.TextXAlignment.Left
5795
5796Animations.Name = "Animations"
5797Animations.Parent = MainBody
5798Animations.BackgroundColor3 = Color3.new(0, 0.615686, 1)
5799Animations.Position = UDim2.new(0.698873341, 0, 0.194331974, 0)
5800Animations.Size = UDim2.new(0, 106, 0, 27)
5801Animations.Font = Enum.Font.SciFi
5802Animations.Text = "Animations"
5803Animations.TextColor3 = Color3.new(1, 1, 1)
5804Animations.TextSize = 14
5805
5806Animations.MouseButton1Down:connect(function()
5807 local Gui = Instance.new("ScreenGui", game.CoreGui)
5808Gui.Name = "FE Animations"
5809local Background = Instance.new("Frame",Gui)
5810Background.Name = "Background"
5811Background.Active = true
5812Background.BackgroundColor3 = Color3.fromRGB(220,220,255)
5813Background.Transparency = 0.3
5814Background.BorderSizePixel = 5
5815Background.Draggable = true
5816Background.Position = UDim2.new(0,300,0,300)
5817Background.Size = UDim2.new(0,345,0,190)
5818local Title = Instance.new("TextLabel",Background)
5819Title.BackgroundTransparency = 1
5820Title.Position = UDim2.new(0,0,0,-80)
5821Title.Size = UDim2.new(0,290,1,0)
5822Title.Font = "SourceSansLight"
5823Title.FontSize = "Size18"
5824Title.Text = "FE Animations [by illremember]"
5825Title.TextColor3 = Color3.fromRGB(20,20,25)
5826
5827local Chop = Instance.new("TextButton", Background)
5828Chop.Name = "Chop"
5829Chop.BackgroundColor3 = Color3.fromRGB(20,20,20)
5830Chop.BackgroundTransparency = 0.1
5831Chop.BorderSizePixel = 0
5832Chop.Position = UDim2.new(0,120,0,30)
5833Chop.Size = UDim2.new(0,100,0,30)
5834Chop.Font = "SourceSansItalic"
5835Chop.FontSize = "Size18"
5836Chop.Text = "Chop"
5837Chop.TextColor3 = Color3.fromRGB(230,230,230)
5838Chop.TextWrapped = true
5839
5840local Dance = Chop:Clone()
5841Dance.Name = "Dance"
5842Dance.Parent = Background
5843Dance.Position = UDim2.new(0,120,0,70)
5844Dance.Text = "Dance"
5845
5846local ArmsOut = Chop:Clone()
5847ArmsOut.Name = "ArmsOut"
5848ArmsOut.Parent = Background
5849ArmsOut.Position = UDim2.new(0,10,0,110)
5850ArmsOut.Text = "ArmsOut"
5851
5852local Stab = Chop:Clone()
5853Stab.Name = "Stab"
5854Stab.Parent = Background
5855Stab.Position = UDim2.new(0,10,0,30)
5856Stab.Text = "Stab"
5857
5858local SmellyRun = Chop:Clone()
5859SmellyRun.Name = "SmellyRun"
5860SmellyRun.Parent = Background
5861SmellyRun.Position = UDim2.new(0,10,0,70)
5862SmellyRun.Text = "SmellyRun"
5863
5864local rando = Chop:Clone()
5865rando.Name = "rando"
5866rando.Parent = Background
5867rando.Position = UDim2.new(0,120,0,110)
5868rando.Text = "rando"
5869
5870local hmm = Chop:Clone()
5871hmm.Name = "hmm"
5872hmm.Parent = Background
5873hmm.Position = UDim2.new(0,120,0,150)
5874hmm.Text = "hmm"
5875
5876local Kick = Chop:Clone()
5877Kick.Name = "Kick"
5878Kick.Parent = Background
5879Kick.Position = UDim2.new(0,10,0,150)
5880Kick.Size = UDim2.new(0,100,0,30)
5881Kick.Text = "Kick"
5882
5883local Flying = Chop:Clone()
5884Flying.Name = "Flying"
5885Flying.Parent = Background
5886Flying.Position = UDim2.new(0,230,0,30)
5887Flying.Size = UDim2.new(0,100,0,30)
5888Flying.Text = "Flying"
5889
5890local Arms = Chop:Clone()
5891Arms.Name = "Arms"
5892Arms.Parent = Background
5893Arms.Position = UDim2.new(0,230,0,70)
5894Arms.Size = UDim2.new(0,100,0,30)
5895Arms.Text = "Arms"
5896
5897local Sword = Chop:Clone()
5898Sword.Name = "Sword"
5899Sword.Parent = Background
5900Sword.Position = UDim2.new(0,230,0,110)
5901Sword.Size = UDim2.new(0,100,0,30)
5902Sword.Text = "Sword"
5903
5904local Insane = Chop:Clone()
5905Insane.Name = "Insane"
5906Insane.Parent = Background
5907Insane.Position = UDim2.new(0,230,0,150)
5908Insane.Size = UDim2.new(0,100,0,30)
5909Insane.Text = "Insane"
5910
5911--
5912 local plr = game.Players.LocalPlayer
5913
5914local mouse = plr:GetMouse()
5915
5916lpc = game.Players.LocalPlayer.Character
5917
5918weld1 = Instance.new("Weld")
5919
5920Chop.MouseButton1Down:connect(function()
5921local gg = mouse.Target
5922if gg ~= nil then
5923for i,v in pairs(game.Players:GetPlayers()) do
5924AnimationId = "33169596"
5925local Anim = Instance.new("Animation")
5926Anim.AnimationId = "rbxassetid://"..AnimationId
5927local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5928k:Play()
5929k:AdjustSpeed(1)
5930end
5931end
5932end)
5933
5934Insane.MouseButton1Down:connect(function()
5935local gg = mouse.Target
5936if gg ~= nil then
5937for i,v in pairs(game.Players:GetPlayers()) do
5938AnimationId = "33796059"
5939local Anim = Instance.new("Animation")
5940Anim.AnimationId = "rbxassetid://"..AnimationId
5941local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5942k:Play()
5943k:AdjustSpeed(10000)
5944end
5945end
5946end)
5947
5948Arms.MouseButton1Down:connect(function()
5949local gg = mouse.Target
5950if gg ~= nil then
5951for i,v in pairs(game.Players:GetPlayers()) do
5952AnimationId = "33169583"
5953local Anim = Instance.new("Animation")
5954Anim.AnimationId = "rbxassetid://"..AnimationId
5955local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5956k:Play()
5957k:AdjustSpeed(1)
5958end
5959end
5960end)
5961
5962Sword.MouseButton1Click:connect(function()
5963local gg = mouse.Target
5964if gg ~= nil then
5965for i,v in pairs(game.Players:GetPlayers()) do
5966AnimationId = "35978879"
5967local Anim = Instance.new("Animation")
5968Anim.AnimationId = "rbxassetid://"..AnimationId
5969local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5970k:Play()
5971k:AdjustSpeed(1)
5972end
5973end
5974end)
5975
5976hmm.MouseButton1Down:connect(function()
5977local gg = mouse.Target
5978if gg ~= nil then
5979for i,v in pairs(game.Players:GetPlayers()) do
5980AnimationId = "33855276"
5981local Anim = Instance.new("Animation")
5982Anim.AnimationId = "rbxassetid://"..AnimationId
5983local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5984k:Play()
5985k:AdjustSpeed(1)
5986end
5987end
5988end)
5989
5990rando.MouseButton1Down:connect(function()
5991local gg = mouse.Target
5992if gg ~= nil then
5993for i,v in pairs(game.Players:GetPlayers()) do
5994AnimationId = "48977286"
5995local Anim = Instance.new("Animation")
5996Anim.AnimationId = "rbxassetid://"..AnimationId
5997local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
5998k:Play()
5999k:AdjustSpeed(1)
6000end
6001end
6002end)
6003
6004Dance.MouseButton1Down:connect(function()
6005local gg = mouse.Target
6006if gg ~= nil then
6007for i,v in pairs(game.Players:GetPlayers()) do
6008AnimationId = "35654637"
6009local Anim = Instance.new("Animation")
6010Anim.AnimationId = "rbxassetid://"..AnimationId
6011local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6012k:Play()
6013k:AdjustSpeed(1)
6014end
6015end
6016end)
6017
6018Stab.MouseButton1Down:connect(function()
6019local gg = mouse.Target
6020if gg ~= nil then
6021for i,v in pairs(game.Players:GetPlayers()) do
6022AnimationId = "66703241"
6023local Anim = Instance.new("Animation")
6024Anim.AnimationId = "rbxassetid://"..AnimationId
6025local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6026k:Play()
6027k:AdjustSpeed(1)
6028end
6029end
6030end)
6031
6032Kick.MouseButton1Down:connect(function()
6033local gg = mouse.Target
6034if gg ~= nil then
6035for i,v in pairs(game.Players:GetPlayers()) do
6036AnimationId = "45737360"
6037local Anim = Instance.new("Animation")
6038Anim.AnimationId = "rbxassetid://"..AnimationId
6039local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6040k:Play()
6041k:AdjustSpeed(1)
6042end
6043end
6044end)
6045
6046Flying.MouseButton1Down:connect(function()
6047flying = not flying
6048repeat wait()
6049until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
6050local mouse = game.Players.LocalPlayer:GetMouse()
6051repeat wait() until mouse
6052local plr = game.Players.LocalPlayer
6053local torso = plr.Character.Torso
6054local deb = true
6055local ctrl = {f = 0, b = 0, l = 0, r = 0}
6056local lastctrl = {f = 0, b = 0, l = 0, r = 0}
6057local maxspeed = 70
6058local speed = 0
6059if flying then
6060 Fly.BackgroundColor3 = loc
6061else
6062 Fly.BackgroundColor3 = col
6063end
6064
6065function FlyFunction()
6066local bg = Instance.new("BodyGyro", torso)
6067bg.P = 9e4
6068bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
6069bg.cframe = torso.CFrame
6070local bv = Instance.new("BodyVelocity", torso)
6071bv.velocity = Vector3.new(0,0.1,0)
6072bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
6073repeat wait()
6074plr.Character.Humanoid.PlatformStand = true
6075if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
6076speed = speed+.5+(speed/maxspeed)
6077if speed > maxspeed then
6078speed = maxspeed
6079end
6080elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
6081speed = speed-1
6082if speed < 0 then
6083speed = 0
6084end
6085end
6086if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
6087bv.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
6088lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
6089elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
6090bv.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
6091else
6092bv.velocity = Vector3.new(0,0.1,0)
6093end
6094bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
6095until not flying
6096ctrl = {f = 0, b = 0, l = 0, r = 0}
6097lastctrl = {f = 0, b = 0, l = 0, r = 0}
6098speed = 0
6099bg:Destroy()
6100bv:Destroy()
6101plr.Character.Humanoid.PlatformStand = false
6102end
6103mouse.KeyDown:connect(function(key)
6104if key:lower() == "w" then
6105ctrl.f = 1
6106elseif key:lower() == "s" then
6107ctrl.b = -1
6108elseif key:lower() == "a" then
6109ctrl.l = -1
6110elseif key:lower() == "d" then
6111ctrl.r = 1
6112end
6113end)
6114mouse.KeyUp:connect(function(key)
6115if key:lower() == "w" then
6116ctrl.f = 0
6117elseif key:lower() == "s" then
6118ctrl.b = 0
6119elseif key:lower() == "a" then
6120ctrl.l = 0
6121elseif key:lower() == "d" then
6122ctrl.r = 0
6123end
6124end)
6125FlyFunction()
6126end)
6127
6128SmellyRun.MouseButton1Down:connect(function()
6129local gg = mouse.Target
6130if gg ~= nil then
6131for i,v in pairs(game.Players:GetPlayers()) do
6132AnimationId = "30235165"
6133local Anim = Instance.new("Animation")
6134Anim.AnimationId = "rbxassetid://"..AnimationId
6135local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6136k:Play()
6137k:AdjustSpeed(1)
6138end
6139end
6140end)
6141
6142ArmsOut.MouseButton1Down:connect(function()
6143local gg = mouse.Target
6144if gg ~= nil then
6145for i,v in pairs(game.Players:GetPlayers()) do
6146AnimationId = "27432691"
6147local Anim = Instance.new("Animation")
6148Anim.AnimationId = "rbxassetid://"..AnimationId
6149local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6150k:Play()
6151k:AdjustSpeed(1)
6152end
6153end
6154end)
6155end)
6156
6157CreeperR6.Name = "Creeper R6"
6158CreeperR6.Parent = MainBody
6159CreeperR6.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6160CreeperR6.Position = UDim2.new(-0.000271856785, 0, 0.194331974, 0)
6161CreeperR6.Size = UDim2.new(0, 106, 0, 27)
6162CreeperR6.Font = Enum.Font.SciFi
6163CreeperR6.Text = "Creeper (R6)"
6164CreeperR6.TextColor3 = Color3.new(1, 1, 1)
6165CreeperR6.TextSize = 14
6166
6167CreeperR6.MouseButton1Down:connect(function()
6168 game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
6169game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
6170game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
6171end)
6172
6173CreeperR15.Name = "Creeper R15"
6174CreeperR15.Parent = MainBody
6175CreeperR15.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6176CreeperR15.Position = UDim2.new(0.349042743, 0, 0.192480117, 0)
6177CreeperR15.Size = UDim2.new(0, 106, 0, 27)
6178CreeperR15.Font = Enum.Font.SciFi
6179CreeperR15.Text = "Creeper (R15)"
6180CreeperR15.TextColor3 = Color3.new(1, 1, 1)
6181CreeperR15.TextSize = 14
6182
6183CreeperR15.MouseButton1Down:connect(function()
6184 game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
6185game.Players.LocalPlayer.Character.LeftHand:Destroy()
6186game.Players.LocalPlayer.Character.LeftLowerArm:Destroy()
6187game.Players.LocalPlayer.Character.LeftUpperArm:Destroy()
6188game.Players.LocalPlayer.Character.RightHand:Destroy()
6189game.Players.LocalPlayer.Character.RightLowerArm:Destroy()
6190game.Players.LocalPlayer.Character.RightUpperArm:Destroy()
6191end)
6192
6193AnimationsR15.Name = "Animations R15"
6194AnimationsR15.Parent = MainBody
6195AnimationsR15.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6196AnimationsR15.Position = UDim2.new(0.698873341, 0, 0.34988755, 0)
6197AnimationsR15.Size = UDim2.new(0, 106, 0, 27)
6198AnimationsR15.Font = Enum.Font.SciFi
6199AnimationsR15.Text = "Animations (R15)"
6200AnimationsR15.TextColor3 = Color3.new(1, 1, 1)
6201AnimationsR15.TextSize = 14
6202
6203AnimationsR15.MouseButton1Down:connect(function()
6204 loadstring(Game:GetObjects("rbxassetid://1202558084")[1].Source)()
6205end)
6206
6207FEDropHats.Name = "FE DropHats"
6208FEDropHats.Parent = MainBody
6209FEDropHats.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6210FEDropHats.Position = UDim2.new(0.347598553, 0, 0.34988755, 0)
6211FEDropHats.Size = UDim2.new(0, 106, 0, 27)
6212FEDropHats.Font = Enum.Font.SciFi
6213FEDropHats.Text = "FE DropHats"
6214FEDropHats.TextColor3 = Color3.new(1, 1, 1)
6215FEDropHats.TextSize = 14
6216
6217FEDropHats.MouseButton1Down:connect(function()
6218 local a=Instance.new("ScreenGui")a.Parent=game.CoreGui;local b=Instance.new("Frame")b.BackgroundTransparency=1;b.Parent=a;local c=Instance.new("TextButton")c.Active=true;c.BackgroundColor3=Color3.new(0.827451,0,0.0117647)c.BorderSizePixel=0;c.Name="topbar"c.Position=UDim2.new(4.84556389,0,3.46589231,0)c.Selectable=true;c.Size=UDim2.new(0,297,0,31)c.Style=Enum.ButtonStyle.Custom;c.Font=Enum.Font.Legacy;c.FontSize=Enum.FontSize.Size14;c.Text=""c.Draggable=true;c.Parent=b;local d=Instance.new("Frame")d.BackgroundColor3=Color3.new(0.678431,0,0.00784314)d.BackgroundTransparency=0.55000001192093;d.BorderSizePixel=0;d.Size=UDim2.new(0,297,0,160)d.Draggable=true;d.Parent=c;local e=Instance.new("TextButton")e.Active=true;e.BackgroundColor3=Color3.new(0.713726,0.121569,0.133333)e.Position=UDim2.new(0.0404040404,0,0.268750012,0)e.Selectable=true;e.Size=UDim2.new(0,126,0,73)e.Style=Enum.ButtonStyle.Custom;e.Font=Enum.Font.Highway;e.FontSize=Enum.FontSize.Size32;e.Text="DROP"e.TextColor3=Color3.new(1,1,1)e.TextStrokeColor3=Color3.new(1,0,0.0156863)e.TextStrokeTransparency=0;e.Parent=d;local f=Instance.new("TextButton")f.Active=true;f.BackgroundColor3=Color3.new(0.713726,0.121569,0.133333)f.Position=UDim2.new(0.537963867,0,0.268750012,0)f.Selectable=true;f.Size=UDim2.new(0,126,0,73)f.Style=Enum.ButtonStyle.Custom;f.Font=Enum.Font.Highway;f.FontSize=Enum.FontSize.Size24;f.Text="Hats = Blocks"f.TextColor3=Color3.new(1,1,1)f.TextStrokeColor3=Color3.new(1,0,0.0156863)f.TextStrokeTransparency=0;f.TextWrapped=true;f.Parent=d;local g=Instance.new("TextLabel")g.BackgroundColor3=Color3.new(0.611765,0,0.00784314)g.BorderSizePixel=0;g.Position=UDim2.new(0,0,0.837499976,0)g.Size=UDim2.new(0,297,0,26)g.Font=Enum.Font.Highway;g.FontSize=Enum.FontSize.Size18;g.Text="This was made by I low."g.TextColor3=Color3.new(1,1,1)g.Parent=d;local h=Instance.new("TextLabel")h.BackgroundColor3=Color3.new(0.639216,0.635294,0.647059)h.BackgroundTransparency=1;h.BorderSizePixel=0;h.Size=UDim2.new(0,297,0,31)h.Font=Enum.Font.Highway;h.FontSize=Enum.FontSize.Size18;h.Text="FE Drop Hats"h.TextColor3=Color3.new(1,1,1)h.Parent=d;local i=Instance.new("TextButton")i.Active=true;i.BackgroundColor3=Color3.new(0.815686,0,0)i.Position=UDim2.new(0,0,0.947432756,0)i.Selectable=true;i.Size=UDim2.new(0,98,0,43)i.Style=Enum.ButtonStyle.Custom;i.Font=Enum.Font.Highway;i.FontSize=Enum.FontSize.Size14;i.Text="Hide/Show"i.TextColor3=Color3.new(1,1,1)i.Parent=a;e.MouseButton1Click:connect(function()local j=game.Players.LocalPlayer;for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Parent=game.Workspace end end end)f.MouseButton1Click:connect(function()local j=game.Players.LocalPlayer;for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Handle.Mesh:Destroy()end end end)i.MouseButton1Click:connect(function()if b.Visible==true then b.Visible=false elseif b.Visible==false then b.Visible=true end end)
6219end)
6220
6221NoLimbs.Name = "No Limbs"
6222NoLimbs.Parent = MainBody
6223NoLimbs.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6224NoLimbs.Position = UDim2.new(-0.000843375921, 0, 0.34988755, 0)
6225NoLimbs.Size = UDim2.new(0, 106, 0, 27)
6226NoLimbs.Font = Enum.Font.SciFi
6227NoLimbs.Text = "No lmbs"
6228NoLimbs.TextColor3 = Color3.new(1, 1, 1)
6229NoLimbs.TextSize = 14
6230
6231NoLimbs.MouseButton1Down:connect(function()
6232 game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
6233 game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
6234 game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
6235 game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
6236end)
6237
6238FEbtools.Name = "FE btools"
6239FEbtools.Parent = MainBody
6240FEbtools.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6241FEbtools.Position = UDim2.new(-0.000843375921, 0, 0.501739383, 0)
6242FEbtools.Size = UDim2.new(0, 106, 0, 27)
6243FEbtools.Font = Enum.Font.SciFi
6244FEbtools.Text = "FE btools"
6245FEbtools.TextColor3 = Color3.new(1, 1, 1)
6246FEbtools.TextSize = 14
6247
6248FEbtools.MouseButton1Down:connect(function()
6249 maind = nil
6250if workspace:FindFirstChild'GiveSystem' then
6251 if workspace.GiveSystem:FindFirstChild'GiveItem' then
6252 maind = workspace.GiveSystem.GiveItem
6253 end
6254end
6255if workspace:FindFirstChild'HandToCentre' then
6256 if workspace.HandToCentre:FindFirstChild'SendItem' then
6257 maind = workspace.HandToCentre.SendItem
6258 end
6259end
6260if maind == nil then
6261 print'could not find give event :('
6262 return
6263end
6264tool = Instance.new'Tool'
6265me = game:GetService'Players'.LocalPlayer
6266tool.RequiresHandle = false
6267tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
6268tool.Name = 'ya like jazz?'
6269tool.Parent = me.Backpack
6270buttonf = nil
6271tool.Equipped:connect(function()
6272 local m = game:GetService'Players'.LocalPlayer:GetMouse()
6273 m.Icon = 'rbxasset://textures/HammerCursor.png'
6274 buttonf = m.Button1Down:connect(function()
6275 if m.Target == nil then return end
6276 local ob = m.Target
6277 if ob:IsA'BasePart' or ob:IsA'WedgePart' then
6278 if ob:IsDescendantOf(me.Character) then return end
6279 m.Icon = 'rbxasset://textures/HammerOverCursor.png'
6280 local ex = Instance.new'Explosion'
6281 ex.BlastRadius = 0
6282 ex.Position = ob.Position
6283 ex.Parent = workspace
6284 maind:FireServer(workspace, ob)
6285 wait(0.3)
6286 m.Icon = 'rbxasset://textures/HammerCursor.png'
6287 end
6288 end)
6289end)
6290tool.Unequipped:connect(function()
6291 if buttonf ~= nil then
6292 buttonf:Disconnect()
6293 buttonf = nil
6294 end
6295 local m = game:GetService'Players'.LocalPlayer:GetMouse()
6296 m.Icon = ''
6297end)
6298end)
6299
6300FlyR6.Name = "Fly (R6)"
6301FlyR6.Parent = MainBody
6302FlyR6.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6303FlyR6.Position = UDim2.new(0.347598553, 0, 0.501739383, 0)
6304FlyR6.Size = UDim2.new(0, 106, 0, 27)
6305FlyR6.Font = Enum.Font.SciFi
6306FlyR6.Text = "Fly (R6)"
6307FlyR6.TextColor3 = Color3.new(1, 1, 1)
6308FlyR6.TextSize = 14
6309
6310FlyR6.MouseButton1Down:connect(function()
6311 -- FLY SCRIPT BY RGEENEUS
6312
6313-- The following code should be in a local script.
6314-- Only works on PC, not xbox or mobile. I do not have devices to test on.
6315-- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character.
6316
6317local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
6318
6319local c
6320local h
6321local bv
6322local bav
6323local cam
6324local flying
6325local p = game.Players.LocalPlayer
6326local buttons = {W = false, S = false, A = false, D = false, Moving = false}
6327
6328local startFly = function () -- Call this function to begin flying
6329 if not p.Character or not p.Character.Head or flying then return end
6330 c = p.Character
6331 h = c.Humanoid
6332 h.PlatformStand = true
6333 cam = workspace:WaitForChild('Camera')
6334 bv = Instance.new("BodyVelocity")
6335 bav = Instance.new("BodyAngularVelocity")
6336 bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
6337 bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
6338 bv.Parent = c.Head
6339 bav.Parent = c.Head
6340 flying = true
6341 h.Died:connect(function() flying = false end)
6342end
6343
6344local endFly = function () -- Call this function to stop flying
6345 if not p.Character or not flying then return end
6346 h.PlatformStand = false
6347 bv:Destroy()
6348 bav:Destroy()
6349 flying = false
6350end
6351
6352game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
6353 if GPE then return end
6354 for i, e in pairs(buttons) do
6355 if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
6356 buttons[i] = true
6357 buttons.Moving = true
6358 end
6359 end
6360end)
6361
6362game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
6363 if GPE then return end
6364 local a = false
6365 for i, e in pairs(buttons) do
6366 if i ~= "Moving" then
6367 if input.KeyCode == Enum.KeyCode[i] then
6368 buttons[i] = false
6369 end
6370 if buttons[i] then a = true end
6371 end
6372 end
6373 buttons.Moving = a
6374end)
6375
6376local setVec = function (vec)
6377 return vec * (speed / vec.Magnitude)
6378end
6379
6380game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
6381 if flying and c and c.PrimaryPart then
6382 local p = c.PrimaryPart.Position
6383 local cf = cam.CFrame
6384 local ax, ay, az = cf:toEulerAnglesXYZ()
6385 c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
6386 if buttons.Moving then
6387 local t = Vector3.new()
6388 if buttons.W then t = t + (setVec(cf.lookVector)) end
6389 if buttons.S then t = t - (setVec(cf.lookVector)) end
6390 if buttons.A then t = t - (setVec(cf.rightVector)) end
6391 if buttons.D then t = t + (setVec(cf.rightVector)) end
6392 c:TranslateBy(t * step)
6393 end
6394 end
6395end)
6396end)
6397
6398FEinvisible.Name = "FE invisible"
6399FEinvisible.Parent = MainBody
6400FEinvisible.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6401FEinvisible.Position = UDim2.new(0.698873341, 0, 0.501739383, 0)
6402FEinvisible.Size = UDim2.new(0, 106, 0, 27)
6403FEinvisible.Font = Enum.Font.SciFi
6404FEinvisible.Text = "FE Invisible (R6)"
6405FEinvisible.TextColor3 = Color3.new(1, 1, 1)
6406FEinvisible.TextSize = 14
6407
6408FEinvisible.MouseButton1Down:connect(function()
6409 Local = game:GetService('Players').LocalPlayer
6410Char = Local.Character
6411touched,tpdback = false, false
6412Local.CharacterAdded:connect(function(char)
6413 if script.Disabled ~= true then
6414 wait(.25)
6415 loc = Char.HumanoidRootPart.Position
6416 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
6417 end
6418end)
6419game:GetService('UserInputService').InputBegan:connect(function(key)
6420 if key.KeyCode == Enum.KeyCode.Equals then
6421 if script.Disabled ~= true then
6422 script.Disabled = true
6423 print'you may re-execute'
6424 end
6425 end
6426end)
6427box = Instance.new('Part',workspace)
6428box.Anchored = true
6429box.CanCollide = true
6430box.Size = Vector3.new(10,1,10)
6431box.Position = Vector3.new(0,10000,0)
6432box.Touched:connect(function(part)
6433 if (part.Parent.Name == Local.Name) then
6434 if touched == false then
6435 touched = true
6436 function apply()
6437 if script.Disabled ~= true then
6438 no = Char.HumanoidRootPart:Clone()
6439 wait(.25)
6440 Char.HumanoidRootPart:Destroy()
6441 no.Parent = Char
6442 Char:MoveTo(loc)
6443 touched = false
6444 end end
6445 if Char then
6446 apply()
6447 end
6448 end
6449 end
6450end)
6451repeat wait() until Char
6452loc = Char.HumanoidRootPart.Position
6453Char:MoveTo(box.Position + Vector3.new(0,.5,0))
6454end)
6455
6456Glitchmax.Name = "Glitchmax"
6457Glitchmax.Parent = MainBody
6458Glitchmax.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6459Glitchmax.Position = UDim2.new(-0.000843346119, 0, 0.653591216, 0)
6460Glitchmax.Size = UDim2.new(0, 106, 0, 27)
6461Glitchmax.Font = Enum.Font.SciFi
6462Glitchmax.Text = "Glitchmax GUI"
6463Glitchmax.TextColor3 = Color3.new(1, 1, 1)
6464Glitchmax.TextSize = 14
6465
6466Glitchmax.MouseButton1Down:connect(function()
6467 -- Objects
6468
6469local GlitchMax = Instance.new("ScreenGui")
6470local MainFrame = Instance.new("Frame")
6471local TopFrame = Instance.new("Frame")
6472local Title = Instance.new("TextLabel")
6473local CloseGUI = Instance.new("TextButton")
6474local Credit = Instance.new("TextLabel")
6475local DetailTopFrame = Instance.new("Frame")
6476local ButtonFrame = Instance.new("Frame")
6477local UserBox = Instance.new("TextBox")
6478local Flatten = Instance.new("TextButton")
6479local Push = Instance.new("TextButton")
6480local LockOn = Instance.new("TextButton")
6481local Float = Instance.new("TextButton")
6482local Stick = Instance.new("TextButton")
6483local Experimental = Instance.new("TextButton")
6484local SideFrame = Instance.new("Frame")
6485local OpenGUI = Instance.new("TextButton")
6486local SideCredit = Instance.new("TextLabel")
6487local SideTitle = Instance.new("TextLabel")
6488
6489-- Properties
6490
6491GlitchMax.Name = "GlitchMax"
6492GlitchMax.Parent = game.CoreGui
6493
6494MainFrame.Name = "MainFrame"
6495MainFrame.Parent = GlitchMax
6496MainFrame.Active = true
6497MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
6498MainFrame.BackgroundTransparency = 1
6499MainFrame.Draggable = true
6500MainFrame.Position = UDim2.new(0, 570, 0, 61)
6501MainFrame.Size = UDim2.new(0, 376, 0, 285)
6502
6503TopFrame.Name = "TopFrame"
6504TopFrame.Parent = MainFrame
6505TopFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1)
6506TopFrame.Size = UDim2.new(0, 376, 0, 36)
6507
6508Title.Name = "Title"
6509Title.Parent = TopFrame
6510Title.BackgroundColor3 = Color3.new(1, 1, 1)
6511Title.BackgroundTransparency = 1
6512Title.Size = UDim2.new(0, 376, 0, 36)
6513Title.Font = Enum.Font.Highway
6514Title.FontSize = Enum.FontSize.Size14
6515Title.Text = "GlitchMax"
6516Title.TextColor3 = Color3.new(0.243137, 0.372549, 0.4)
6517Title.TextScaled = true
6518Title.TextSize = 14
6519Title.TextStrokeColor3 = Color3.new(1, 1, 1)
6520Title.TextStrokeTransparency = 0
6521Title.TextWrapped = true
6522
6523CloseGUI.Name = "CloseGUI"
6524CloseGUI.Parent = TopFrame
6525CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
6526CloseGUI.BackgroundTransparency = 1
6527CloseGUI.Position = UDim2.new(0, 327, 0, 0)
6528CloseGUI.Size = UDim2.new(0, 49, 0, 36)
6529CloseGUI.Font = Enum.Font.SourceSans
6530CloseGUI.FontSize = Enum.FontSize.Size60
6531CloseGUI.Text = "X"
6532CloseGUI.TextSize = 50
6533
6534Credit.Name = "Credit"
6535Credit.Parent = TopFrame
6536Credit.BackgroundColor3 = Color3.new(1, 1, 1)
6537Credit.BackgroundTransparency = 1
6538Credit.Position = UDim2.new(0, 16, 0, 0)
6539Credit.Size = UDim2.new(0, 96, 0, 36)
6540Credit.Font = Enum.Font.Highway
6541Credit.FontSize = Enum.FontSize.Size14
6542Credit.Text = "illremember"
6543Credit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804)
6544Credit.TextScaled = true
6545Credit.TextSize = 14
6546Credit.TextStrokeColor3 = Color3.new(1, 1, 1)
6547Credit.TextStrokeTransparency = 0
6548Credit.TextWrapped = true
6549
6550DetailTopFrame.Name = "DetailTopFrame"
6551DetailTopFrame.Parent = MainFrame
6552DetailTopFrame.BackgroundColor3 = Color3.new(0.541176, 0.678431, 1)
6553DetailTopFrame.Position = UDim2.new(0, 0, 0, 37)
6554DetailTopFrame.Size = UDim2.new(0, 376, 0, 11)
6555
6556ButtonFrame.Name = "ButtonFrame"
6557ButtonFrame.Parent = MainFrame
6558ButtonFrame.BackgroundColor3 = Color3.new(0.945098, 0.945098, 0.945098)
6559ButtonFrame.Position = UDim2.new(0, 0, 0, 49)
6560ButtonFrame.Size = UDim2.new(0, 376, 0, 236)
6561
6562UserBox.Name = "UserBox"
6563UserBox.Parent = ButtonFrame
6564UserBox.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039)
6565UserBox.BorderColor3 = Color3.new(0.360784, 0.384314, 0.392157)
6566UserBox.BorderSizePixel = 5
6567UserBox.Position = UDim2.new(0, 33, 0, 15)
6568UserBox.Size = UDim2.new(0, 310, 0, 31)
6569UserBox.Font = Enum.Font.SourceSans
6570UserBox.FontSize = Enum.FontSize.Size14
6571UserBox.Text = ""
6572UserBox.TextScaled = true
6573UserBox.TextSize = 14
6574UserBox.TextWrapped = true
6575
6576Flatten.Name = "Flatten"
6577Flatten.Parent = ButtonFrame
6578Flatten.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
6579Flatten.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
6580Flatten.BorderSizePixel = 2
6581Flatten.Position = UDim2.new(0, 22, 0, 66)
6582Flatten.Size = UDim2.new(0, 135, 0, 36)
6583Flatten.Font = Enum.Font.Highway
6584Flatten.FontSize = Enum.FontSize.Size32
6585Flatten.Text = "Flatten"
6586Flatten.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
6587Flatten.TextScaled = true
6588Flatten.TextSize = 30
6589Flatten.TextWrapped = true
6590
6591Push.Name = "Push"
6592Push.Parent = ButtonFrame
6593Push.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
6594Push.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
6595Push.BorderSizePixel = 2
6596Push.Position = UDim2.new(0, 22, 0, 126)
6597Push.Size = UDim2.new(0, 135, 0, 36)
6598Push.Font = Enum.Font.Highway
6599Push.FontSize = Enum.FontSize.Size32
6600Push.Text = "Push"
6601Push.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
6602Push.TextScaled = true
6603Push.TextSize = 30
6604Push.TextWrapped = true
6605
6606LockOn.Name = "LockOn"
6607LockOn.Parent = ButtonFrame
6608LockOn.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
6609LockOn.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
6610LockOn.BorderSizePixel = 2
6611LockOn.Position = UDim2.new(0, 22, 0, 186)
6612LockOn.Size = UDim2.new(0, 135, 0, 36)
6613LockOn.Font = Enum.Font.Highway
6614LockOn.FontSize = Enum.FontSize.Size32
6615LockOn.Text = "LockOn"
6616LockOn.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
6617LockOn.TextSize = 30
6618LockOn.TextWrapped = true
6619
6620Float.Name = "Float"
6621Float.Parent = ButtonFrame
6622Float.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
6623Float.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
6624Float.BorderSizePixel = 2
6625Float.Position = UDim2.new(0, 218, 0, 66)
6626Float.Size = UDim2.new(0, 135, 0, 36)
6627Float.Font = Enum.Font.Highway
6628Float.FontSize = Enum.FontSize.Size32
6629Float.Text = "Float"
6630Float.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
6631Float.TextScaled = true
6632Float.TextSize = 30
6633Float.TextWrapped = true
6634
6635Stick.Name = "Stick"
6636Stick.Parent = ButtonFrame
6637Stick.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
6638Stick.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
6639Stick.BorderSizePixel = 2
6640Stick.Position = UDim2.new(0, 218, 0, 126)
6641Stick.Size = UDim2.new(0, 135, 0, 36)
6642Stick.Font = Enum.Font.Highway
6643Stick.FontSize = Enum.FontSize.Size32
6644Stick.Text = "Stick"
6645Stick.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
6646Stick.TextSize = 30
6647Stick.TextWrapped = true
6648
6649Experimental.Name = "Experimental"
6650Experimental.Parent = ButtonFrame
6651Experimental.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
6652Experimental.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549)
6653Experimental.BorderSizePixel = 2
6654Experimental.Position = UDim2.new(0, 218, 0, 186)
6655Experimental.Size = UDim2.new(0, 135, 0, 36)
6656Experimental.Font = Enum.Font.Highway
6657Experimental.FontSize = Enum.FontSize.Size28
6658Experimental.Text = "Experimental"
6659Experimental.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
6660Experimental.TextSize = 25
6661Experimental.TextWrapped = true
6662
6663SideFrame.Name = "SideFrame"
6664SideFrame.Parent = GlitchMax
6665SideFrame.Active = true
6666SideFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1)
6667SideFrame.Draggable = true
6668SideFrame.Position = UDim2.new(0, 570, 0, 61)
6669SideFrame.Size = UDim2.new(0, 376, 0, 36)
6670SideFrame.Visible = false
6671
6672OpenGUI.Name = "OpenGUI"
6673OpenGUI.Parent = SideFrame
6674OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
6675OpenGUI.BackgroundTransparency = 1
6676OpenGUI.Position = UDim2.new(0, 327, 0, 0)
6677OpenGUI.Size = UDim2.new(0, 49, 0, 36)
6678OpenGUI.Font = Enum.Font.SourceSans
6679OpenGUI.FontSize = Enum.FontSize.Size60
6680OpenGUI.Text = "X"
6681OpenGUI.TextSize = 50
6682
6683SideCredit.Name = "SideCredit"
6684SideCredit.Parent = SideFrame
6685SideCredit.BackgroundColor3 = Color3.new(1, 1, 1)
6686SideCredit.BackgroundTransparency = 1
6687SideCredit.Position = UDim2.new(0, 16, 0, 0)
6688SideCredit.Size = UDim2.new(0, 96, 0, 36)
6689SideCredit.Font = Enum.Font.Highway
6690SideCredit.FontSize = Enum.FontSize.Size14
6691SideCredit.Text = "illremember"
6692SideCredit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804)
6693SideCredit.TextScaled = true
6694SideCredit.TextSize = 14
6695SideCredit.TextStrokeColor3 = Color3.new(1, 1, 1)
6696SideCredit.TextStrokeTransparency = 0
6697SideCredit.TextWrapped = true
6698
6699SideTitle.Name = "SideTitle"
6700SideTitle.Parent = SideFrame
6701SideTitle.BackgroundColor3 = Color3.new(1, 1, 1)
6702SideTitle.BackgroundTransparency = 1
6703SideTitle.Size = UDim2.new(0, 376, 0, 36)
6704SideTitle.Font = Enum.Font.Highway
6705SideTitle.FontSize = Enum.FontSize.Size14
6706SideTitle.Text = "GlitchMax"
6707SideTitle.TextColor3 = Color3.new(0.243137, 0.372549, 0.4)
6708SideTitle.TextScaled = true
6709SideTitle.TextSize = 14
6710SideTitle.TextStrokeColor3 = Color3.new(1, 1, 1)
6711SideTitle.TextStrokeTransparency = 0
6712SideTitle.TextWrapped = true
6713
6714-- Buttons
6715
6716col = Color3.new(0.254902, 0.254902, 0.254902)
6717loc = Color3.new(0.40, 0.40, 0.40)
6718
6719CloseGUI.MouseButton1Click:connect(function()
6720 MainFrame.Visible = false
6721 SideFrame.Visible = true
6722 SideFrame.Position = MainFrame.Position
6723end)
6724
6725OpenGUI.MouseButton1Click:connect(function()
6726 MainFrame.Visible = true
6727 SideFrame.Visible = false
6728 MainFrame.Position = SideFrame.Position
6729end)
6730
6731function shortnames(username)
6732 local nameshort = {}
6733 for i,v in pairs(game.Players:GetPlayers()) do
6734 if v.Name:lower():sub(1, #username) == username:lower() then
6735 table.insert(nameshort,v)
6736 end
6737 end
6738 return nameshort
6739end
6740
6741local Anim = Instance.new("Animation")
6742Anim.AnimationId = "rbxassetid://282574440"
6743local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6744flattening = false
6745Flatten.MouseButton1Click:connect(function()
6746 flattening = not flattening
6747 if flattening then
6748 Flatten.BackgroundColor3 = loc
6749 local y = Instance.new("RocketPropulsion")
6750 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6751 y.CartoonFactor = 1
6752 y.MaxThrust = 50000
6753 y.MaxSpeed = 1000
6754 y.ThrustP = 50000
6755 y.Name = "Flatten"
6756 for i,v in pairs(shortnames(UserBox.Text))do
6757 y.Target = game.Players[v.name].Character["Left Leg"]
6758 y:Fire()
6759 track:Play(.1, 1, 1)
6760 game:GetService('RunService').Stepped:connect(function()
6761 if flattening then
6762 game.Players.LocalPlayer.Character.Head.CanCollide = false
6763 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6764 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6765 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6766 end
6767 end)
6768 while wait(0.3) do
6769 if flattening then
6770 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
6771 end
6772 end
6773 end
6774 else
6775 game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
6776 track:Stop()
6777 Flatten.BackgroundColor3 = col
6778 end
6779end)
6780
6781floating = false
6782Float.MouseButton1Click:connect(function()
6783 floating = not floating
6784 if floating then
6785 Float.BackgroundColor3 = loc
6786 local y = Instance.new("RocketPropulsion")
6787 y.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6788 y.CartoonFactor = 1
6789 y.MaxThrust = 50000
6790 y.MaxSpeed = 1000
6791 y.ThrustP = 50000
6792 y.Name = "Float"
6793 for i,v in pairs(shortnames(UserBox.Text))do
6794 y.Target = game.Players[v.Name].Character.Head
6795 y:Fire()
6796 game:GetService('RunService').Stepped:connect(function()
6797 if floating then
6798 game.Players.LocalPlayer.Character.Head.CanCollide = false
6799 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6800 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6801 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6802 end
6803 end)
6804 while wait(0.3) do
6805 if floating then
6806 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character["Left Leg"].CFrame
6807 end
6808 end
6809 end
6810 else
6811 game.Players.LocalPlayer.Character.HumanoidRootPart.Float:Destroy()
6812 Float.BackgroundColor3 = col
6813 end
6814end)
6815
6816LockOnACTIVE = false
6817LockOn.MouseButton1Click:connect(function()
6818 LockOnACTIVE = not LockOnACTIVE
6819 for i,v in pairs(shortnames(UserBox.Text))do
6820 while wait() do
6821 if LockOnACTIVE then
6822 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
6823 LockOn.BackgroundColor3 = loc
6824 else
6825 LockOn.BackgroundColor3 = col
6826 end
6827 end
6828 end
6829end)
6830
6831pushing = false
6832Push.MouseButton1Click:connect(function()
6833 pushing = not pushing
6834 if pushing then
6835 Push.BackgroundColor3 = loc
6836 local b = Instance.new("RocketPropulsion")
6837 b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6838 b.TurnP = 2500
6839 b.MaxThrust = 50000
6840 b.MaxSpeed = 1000
6841 b.ThrustP = 50000
6842 b.CartoonFactor = 1
6843 b.Name = "Push"
6844 for i,v in pairs(shortnames(UserBox.Text))do
6845 b.Target = game.Players[v.Name].Character.HumanoidRootPart
6846 b:Fire()
6847 game:GetService('RunService').Stepped:connect(function()
6848 if pushing then
6849 game.Players.LocalPlayer.Character.Head.CanCollide = false
6850 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6851 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6852 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6853 end
6854 end)
6855 b:Fire()
6856 end
6857 else
6858 game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
6859 Push.BackgroundColor3 = col
6860 end
6861end)
6862
6863local Anim = Instance.new("Animation")
6864Anim.AnimationId = "rbxassetid://215384594"
6865local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
6866experi = false
6867Experimental.MouseButton1Click:connect(function()
6868 experi = not experi
6869 if experi then
6870 Experimental.BackgroundColor3 = loc
6871 local h = Instance.new("RocketPropulsion")
6872 h.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6873 h.Name = "Experimental"
6874 for i,v in pairs(shortnames(UserBox.Text))do
6875 h.Target = game.Players[v.Name].Character.HumanoidRootPart
6876 h:Fire()
6877 track:Play(.1,1,1)
6878 game:GetService('RunService').Stepped:connect(function()
6879 if experi then
6880 game.Players.LocalPlayer.Character.Head.CanCollide = false
6881 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6882 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6883 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6884 end
6885 end)
6886 end
6887 else
6888 game.Players.LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy()
6889 track:Stop()
6890 Stick.BackgroundColor3 = col
6891 end
6892end)
6893
6894stuck = false
6895Stick.MouseButton1Click:connect(function()
6896 stuck = not stuck
6897 if stuck then
6898 Stick.BackgroundColor3 = loc
6899 local h = Instance.new("RocketPropulsion")
6900 h.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
6901 h.MaxSpeed = 1000
6902 h.MaxThrust = 10000
6903 h.Name = "Stick"
6904 for i,v in pairs(shortnames(UserBox.Text))do
6905 h.Target = game.Players[v.Name].Character.HumanoidRootPart
6906 h:Fire()
6907 game:GetService('RunService').Stepped:connect(function()
6908 if stuck then
6909 game.Players.LocalPlayer.Character.Head.CanCollide = false
6910 game.Players.LocalPlayer.Character.Torso.CanCollide = false
6911 game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
6912 game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
6913 end
6914 end)
6915 end
6916 else
6917 game.Players.LocalPlayer.Character.HumanoidRootPart.Stick:Destroy()
6918 Stick.BackgroundColor3 = col
6919 end
6920end)
6921end)
6922
6923
6924FEFloatinghead.Name = "FE Floating head"
6925FEFloatinghead.Parent = MainBody
6926FEFloatinghead.BackgroundColor3 = Color3.new(0, 0.615686, 1)
6927FEFloatinghead.Position = UDim2.new(0.347598583, 0, 0.653591216, 0)
6928FEFloatinghead.Size = UDim2.new(0, 106, 0, 27)
6929FEFloatinghead.Font = Enum.Font.SciFi
6930FEFloatinghead.Text = "FE FloatingHead"
6931FEFloatinghead.TextColor3 = Color3.new(1, 1, 1)
6932FEFloatinghead.TextSize = 14
6933
6934FEFloatinghead.MouseButton1Down:connect(function()
6935 local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
6936local c
6937local h
6938local bv
6939local bav
6940local cam
6941local flying
6942local p = game:GetService'Players'.LocalPlayer
6943local buttons = {W = false, S = false, A = false, D = false, Moving = false}
6944local startFly = function () -- Call this function to begin flying
6945if not p.Character or not p.Character.Head or flying then return end
6946c = p.Character
6947h = c.Humanoid
6948h.PlatformStand = true
6949cam = workspace:WaitForChild('Camera')
6950bv = Instance.new("BodyVelocity")
6951bav = Instance.new("BodyAngularVelocity")
6952bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
6953bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
6954bv.Parent = c.Head
6955bav.Parent = c.Head
6956flying = true
6957h.Died:connect(function() flying = false end)
6958end
6959local endFly = function () -- Call this function to stop flying
6960if not p.Character or not flying then return end
6961h.PlatformStand = false
6962bv:Destroy()
6963bav:Destroy()
6964flying = false
6965end
6966game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
6967if GPE then return end
6968for i, e in pairs(buttons) do
6969if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
6970buttons[i] = true
6971buttons.Moving = true
6972end
6973end
6974end)
6975game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
6976if GPE then return end
6977local a = false
6978for i, e in pairs(buttons) do
6979if i ~= "Moving" then
6980if input.KeyCode == Enum.KeyCode[i] then
6981buttons[i] = false
6982end
6983if buttons[i] then a = true end
6984end
6985end
6986buttons.Moving = a
6987end)
6988local setVec = function (vec)
6989return vec * (speed / vec.Magnitude)
6990end
6991game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
6992if flying and c and c.PrimaryPart then
6993local p = c.PrimaryPart.Position
6994local cf = cam.CFrame
6995local ax, ay, az = cf:toEulerAnglesXYZ()
6996c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
6997if buttons.Moving then
6998local t = Vector3.new()
6999if buttons.W then t = t + (setVec(cf.lookVector)) end
7000if buttons.S then t = t - (setVec(cf.lookVector)) end
7001if buttons.A then t = t - (setVec(cf.rightVector)) end
7002if buttons.D then t = t + (setVec(cf.rightVector)) end
7003c:TranslateBy(t * step)
7004end
7005end
7006end)
7007FEFloatinghead.MouseButton1Down:connect(function()
7008local lol = game:GetService'Players'.LocalPlayer.Character
7009pcall(function()
7010for i,v in pairs(lol:GetChildren()) do
7011if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then
7012v:Destroy()
7013end
7014end
7015local ok = lol:FindFirstChild'Torso'
7016if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end
7017Instance.new('Humanoid', lol)
7018if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end
7019local nouxd = lol:FindFirstChild'Torso'
7020wait'1'
7021lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1)
7022if nouxd then nouxd.Transparency = 1 end
7023wait'.3'
7024startFly()
7025end)
7026end)
7027end)
7028
7029
7030
7031Inform.Name = "Inform"
7032Inform.Parent = MainBody
7033Inform.BackgroundColor3 = Color3.new(0, 0.615686, 1)
7034Inform.Position = UDim2.new(0.698873401, 0, 0.653591216, 0)
7035Inform.Size = UDim2.new(0, 106, 0, 27)
7036Inform.Font = Enum.Font.SciFi
7037Inform.Text = "ChatLogs"
7038Inform.TextColor3 = Color3.new(1, 1, 1)
7039Inform.TextSize = 14
7040
7041Inform.MouseButton1Down:connect(function()
7042 loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)()
7043end)
7044
7045TextLabel_2.Parent = MainBody
7046TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
7047TextLabel_2.BorderSizePixel = 0
7048TextLabel_2.Position = UDim2.new(0, 0, 0.940740705, 0)
7049TextLabel_2.Size = UDim2.new(0, 200, 0, 16)
7050TextLabel_2.Font = Enum.Font.ArialBold
7051TextLabel_2.Text = "Made by 1x7x9x0x3x1x9"
7052TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
7053TextLabel_2.TextSize = 14
7054end)
7055
7056Close.Name = "Close"
7057Close.Parent = Main
7058Close.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
7059Close.BorderSizePixel = 0
7060Close.Position = UDim2.new(0.93230176, 0, 0, 0)
7061Close.Size = UDim2.new(0, 47, 0, 26)
7062Close.Font = Enum.Font.SourceSans
7063Close.Text = "X"
7064Close.TextColor3 = Color3.new(1, 1, 1)
7065Close.TextSize = 30
7066
7067others.Name = "others"
7068others.Parent = Main
7069others.BackgroundColor3 = Color3.new(0, 0, 0)
7070others.Position = UDim2.new(0, 0, 0.128027678, 0)
7071others.Size = UDim2.new(0, 311, 0, 24)
7072others.Font = Enum.Font.SourceSans
7073others.Text = "OTHERS"
7074others.TextColor3 = Color3.new(1, 1, 1)
7075others.TextSize = 40
7076
7077feinvisible.Name = "feinvisible"
7078feinvisible.Parent = Main
7079feinvisible.BackgroundColor3 = Color3.new(0, 0, 0)
7080feinvisible.Position = UDim2.new(0.0604316555, 0, 0.262975782, 0)
7081feinvisible.Size = UDim2.new(0, 200, 0, 30)
7082feinvisible.Font = Enum.Font.SourceSans
7083feinvisible.Text = "FE Invisible"
7084feinvisible.TextColor3 = Color3.new(1, 1, 1)
7085feinvisible.TextSize = 50
7086feinvisible.MouseButton1Down:connect(function()
7087-- Objects
7088
7089local GUI = Instance.new("ScreenGui")
7090local Main = Instance.new("Frame")
7091local Topbar = Instance.new("Frame")
7092local Title = Instance.new("TextLabel")
7093local Exit = Instance.new("TextButton")
7094local Minimize = Instance.new("TextButton")
7095local SubFrame = Instance.new("Frame")
7096local AirTP = Instance.new("Frame")
7097local TextLabel = Instance.new("TextLabel")
7098local TextLabel_2 = Instance.new("TextLabel")
7099local BoolToggle = Instance.new("TextButton")
7100local AutoRun = Instance.new("Frame")
7101local TextLabel_3 = Instance.new("TextLabel")
7102local TextLabel_4 = Instance.new("TextLabel")
7103local BoolToggle_2 = Instance.new("TextButton")
7104local Keybind = Instance.new("Frame")
7105local TextLabel_5 = Instance.new("TextLabel")
7106local TextLabel_6 = Instance.new("TextLabel")
7107local CurrentBind = Instance.new("TextBox")
7108local QuickInvis = Instance.new("TextButton")
7109local Rigtype = Instance.new("TextLabel")
7110local TextButton = Instance.new("TextButton")
7111
7112-- Properties
7113
7114GUI.Name = "GUI"
7115GUI.Parent = game.CoreGui
7116
7117Main.Name = "Main"
7118Main.Parent = GUI
7119Main.Active = true
7120Main.BackgroundColor3 = Color3.new(0, 0, 0)
7121Main.BackgroundTransparency = 0.5
7122Main.BorderSizePixel = 0
7123Main.Draggable = true
7124Main.Position = UDim2.new(0.318181813, 0, 0.312252969, 0)
7125Main.Size = UDim2.new(0.363636374, 0, 0.375494063, 0)
7126
7127Topbar.Name = "Topbar"
7128Topbar.Parent = Main
7129Topbar.BackgroundColor3 = Color3.new(0, 0, 0)
7130Topbar.BackgroundTransparency = 0.9990000128746
7131Topbar.Size = UDim2.new(1, 0, 0.163157895, 0)
7132
7133Title.Name = "Title"
7134Title.Parent = Topbar
7135Title.BackgroundColor3 = Color3.new(0, 0, 0)
7136Title.BackgroundTransparency = 0.9990000128746
7137Title.Size = UDim2.new(0.784722209, 0, 1, 0)
7138Title.Font = Enum.Font.SciFi
7139Title.FontSize = Enum.FontSize.Size14
7140Title.Text = "FE Invisible By Timeless"
7141Title.TextColor3 = Color3.new(1, 1, 1)
7142Title.TextSize = 14
7143
7144Exit.Name = "Exit"
7145Exit.Parent = Topbar
7146Exit.BackgroundColor3 = Color3.new(0, 0, 0)
7147Exit.BackgroundTransparency = 0.9990000128746
7148Exit.Position = UDim2.new(0.892361104, 0, 0, 0)
7149Exit.Size = UDim2.new(0.107638888, 0, 1, 0)
7150Exit.Font = Enum.Font.SciFi
7151Exit.FontSize = Enum.FontSize.Size14
7152Exit.Text = "X"
7153Exit.TextColor3 = Color3.new(1, 1, 1)
7154Exit.TextSize = 14
7155
7156Minimize.Name = "Minimize"
7157Minimize.Parent = Topbar
7158Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
7159Minimize.BackgroundTransparency = 0.9990000128746
7160Minimize.Position = UDim2.new(0.784722209, 0, 0, 0)
7161Minimize.Size = UDim2.new(0.107638888, 0, 1, 0)
7162Minimize.Font = Enum.Font.SciFi
7163Minimize.FontSize = Enum.FontSize.Size14
7164Minimize.Text = "-"
7165Minimize.TextColor3 = Color3.new(1, 1, 1)
7166Minimize.TextSize = 14
7167
7168SubFrame.Name = "SubFrame"
7169SubFrame.Parent = Main
7170SubFrame.BackgroundColor3 = Color3.new(0, 0, 0)
7171SubFrame.BackgroundTransparency = 0.5
7172SubFrame.BorderSizePixel = 0
7173SubFrame.Position = UDim2.new(0, 0, 0.163157895, 0)
7174SubFrame.Size = UDim2.new(1, 0, 0.83684212, 0)
7175
7176AirTP.Name = "AirTP"
7177AirTP.Parent = SubFrame
7178AirTP.BackgroundColor3 = Color3.new(0, 0, 0)
7179AirTP.BackgroundTransparency = 0.9990000128746
7180AirTP.BorderSizePixel = 0
7181AirTP.Position = UDim2.new(0, 0, 0.0628930852, 0)
7182AirTP.Size = UDim2.new(1, 0, 0.176100627, 0)
7183
7184TextLabel.Parent = AirTP
7185TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
7186TextLabel.BackgroundTransparency = 0.9990000128746
7187TextLabel.Position = UDim2.new(0.166666672, 0, 0, 0)
7188TextLabel.Size = UDim2.new(0.284722209, 0, 1, 0)
7189TextLabel.Font = Enum.Font.SciFi
7190TextLabel.FontSize = Enum.FontSize.Size14
7191TextLabel.Text = "Air TP"
7192TextLabel.TextColor3 = Color3.new(1, 1, 1)
7193TextLabel.TextSize = 14
7194TextLabel.TextXAlignment = Enum.TextXAlignment.Left
7195
7196TextLabel_2.Parent = AirTP
7197TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
7198TextLabel_2.BackgroundTransparency = 0.9990000128746
7199TextLabel_2.Position = UDim2.new(0.451388896, 0, 0, 0)
7200TextLabel_2.Size = UDim2.new(0.0972222239, 0, 1, 0)
7201TextLabel_2.Font = Enum.Font.SciFi
7202TextLabel_2.FontSize = Enum.FontSize.Size14
7203TextLabel_2.Text = "-"
7204TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
7205TextLabel_2.TextSize = 14
7206
7207BoolToggle.Name = "BoolToggle"
7208BoolToggle.Parent = AirTP
7209BoolToggle.BackgroundColor3 = Color3.new(0.207843, 1, 0.392157)
7210BoolToggle.BackgroundTransparency = 0.5
7211BoolToggle.BorderSizePixel = 0
7212BoolToggle.Position = UDim2.new(0.784722209, 0, 0, 0)
7213BoolToggle.Size = UDim2.new(0.215277776, 0, 1, 0)
7214BoolToggle.Font = Enum.Font.SciFi
7215BoolToggle.FontSize = Enum.FontSize.Size14
7216BoolToggle.Text = "true"
7217BoolToggle.TextColor3 = Color3.new(1, 1, 1)
7218BoolToggle.TextSize = 14
7219
7220AutoRun.Name = "AutoRun"
7221AutoRun.Parent = SubFrame
7222AutoRun.BackgroundColor3 = Color3.new(0, 0, 0)
7223AutoRun.BackgroundTransparency = 0.9990000128746
7224AutoRun.Position = UDim2.new(0, 0, 0.238993704, 0)
7225AutoRun.Size = UDim2.new(1, 0, 0.176100627, 0)
7226
7227TextLabel_3.Parent = AutoRun
7228TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
7229TextLabel_3.BackgroundTransparency = 0.9990000128746
7230TextLabel_3.Position = UDim2.new(0.166666672, 0, 0, 0)
7231TextLabel_3.Size = UDim2.new(0.284722209, 0, 1, 0)
7232TextLabel_3.Font = Enum.Font.SciFi
7233TextLabel_3.FontSize = Enum.FontSize.Size14
7234TextLabel_3.Text = "Auto Run"
7235TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
7236TextLabel_3.TextSize = 14
7237TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
7238
7239TextLabel_4.Parent = AutoRun
7240TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
7241TextLabel_4.BackgroundTransparency = 0.9990000128746
7242TextLabel_4.Position = UDim2.new(0.451388896, 0, 0, 0)
7243TextLabel_4.Size = UDim2.new(0.0972222239, 0, 1, 0)
7244TextLabel_4.Font = Enum.Font.SciFi
7245TextLabel_4.FontSize = Enum.FontSize.Size14
7246TextLabel_4.Text = "-"
7247TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
7248TextLabel_4.TextSize = 14
7249
7250BoolToggle_2.Name = "BoolToggle"
7251BoolToggle_2.Parent = AutoRun
7252BoolToggle_2.BackgroundColor3 = Color3.new(0.207843, 1, 0.392157)
7253BoolToggle_2.BackgroundTransparency = 0.5
7254BoolToggle_2.BorderSizePixel = 0
7255BoolToggle_2.Position = UDim2.new(0.784722209, 0, 0, 0)
7256BoolToggle_2.Size = UDim2.new(0.215277776, 0, 1, 0)
7257BoolToggle_2.Font = Enum.Font.SciFi
7258BoolToggle_2.FontSize = Enum.FontSize.Size14
7259BoolToggle_2.Text = "true"
7260BoolToggle_2.TextColor3 = Color3.new(1, 1, 1)
7261BoolToggle_2.TextSize = 14
7262
7263Keybind.Name = "Keybind"
7264Keybind.Parent = SubFrame
7265Keybind.BackgroundColor3 = Color3.new(0, 0, 0)
7266Keybind.BackgroundTransparency = 0.9990000128746
7267Keybind.Position = UDim2.new(0, 0, 0.415094346, 0)
7268Keybind.Size = UDim2.new(1, 0, 0.176100627, 0)
7269
7270TextLabel_5.Parent = Keybind
7271TextLabel_5.BackgroundColor3 = Color3.new(0, 0, 0)
7272TextLabel_5.BackgroundTransparency = 0.9990000128746
7273TextLabel_5.Position = UDim2.new(0.166666672, 0, 0, 0)
7274TextLabel_5.Size = UDim2.new(0.284722209, 0, 1, 0)
7275TextLabel_5.Font = Enum.Font.SciFi
7276TextLabel_5.FontSize = Enum.FontSize.Size14
7277TextLabel_5.Text = "Keybind"
7278TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
7279TextLabel_5.TextSize = 14
7280TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
7281
7282TextLabel_6.Parent = Keybind
7283TextLabel_6.BackgroundColor3 = Color3.new(0, 0, 0)
7284TextLabel_6.BackgroundTransparency = 0.9990000128746
7285TextLabel_6.Position = UDim2.new(0.451388896, 0, 0, 0)
7286TextLabel_6.Size = UDim2.new(0.0972222239, 0, 1, 0)
7287TextLabel_6.Font = Enum.Font.SciFi
7288TextLabel_6.FontSize = Enum.FontSize.Size14
7289TextLabel_6.Text = "-"
7290TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
7291TextLabel_6.TextSize = 14
7292
7293CurrentBind.Name = "CurrentBind"
7294CurrentBind.Parent = Keybind
7295CurrentBind.BackgroundColor3 = Color3.new(0.262745, 0.964706, 1)
7296CurrentBind.BackgroundTransparency = 0.5
7297CurrentBind.BorderSizePixel = 0
7298CurrentBind.Position = UDim2.new(0.784722209, 0, 0, 0)
7299CurrentBind.Size = UDim2.new(0.215277776, 0, 1, 0)
7300CurrentBind.Font = Enum.Font.SciFi
7301CurrentBind.FontSize = Enum.FontSize.Size14
7302CurrentBind.Text = "i"
7303CurrentBind.TextColor3 = Color3.new(1, 1, 1)
7304CurrentBind.TextSize = 14
7305
7306QuickInvis.Name = "QuickInvis"
7307QuickInvis.Parent = SubFrame
7308QuickInvis.BackgroundColor3 = Color3.new(1, 0.227451, 0.227451)
7309QuickInvis.BackgroundTransparency = 0.5
7310QuickInvis.BorderSizePixel = 0
7311QuickInvis.Position = UDim2.new(0, 0, 0.823899388, 0)
7312QuickInvis.Size = UDim2.new(1, 0, 0.176100627, 0)
7313QuickInvis.Font = Enum.Font.SciFi
7314QuickInvis.FontSize = Enum.FontSize.Size14
7315QuickInvis.Text = "Go Invisible"
7316QuickInvis.TextColor3 = Color3.new(1, 1, 1)
7317QuickInvis.TextSize = 14
7318
7319Rigtype.Name = "Rigtype"
7320Rigtype.Parent = SubFrame
7321Rigtype.BackgroundColor3 = Color3.new(0, 0, 0)
7322Rigtype.BackgroundTransparency = 0.69999998807907
7323Rigtype.BorderSizePixel = 0
7324Rigtype.Position = UDim2.new(0, 0, 0.647798777, 0)
7325Rigtype.Size = UDim2.new(1, 0, 0.176100627, 0)
7326Rigtype.Font = Enum.Font.SciFi
7327Rigtype.FontSize = Enum.FontSize.Size14
7328Rigtype.Text = "Your Rigtype - RigTypeHere"
7329Rigtype.TextColor3 = Color3.new(1, 1, 1)
7330Rigtype.TextSize = 14
7331
7332TextButton.Parent = GUI
7333TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
7334TextButton.BackgroundTransparency = 0.5
7335TextButton.BorderSizePixel = 0
7336TextButton.Position = UDim2.new(0.0265151523, 0, 0.865612626, 0)
7337TextButton.Size = UDim2.new(0.0606060624, 0, 0.0948616564, 0)
7338TextButton.Font = Enum.Font.SciFi
7339TextButton.FontSize = Enum.FontSize.Size14
7340TextButton.Text = "Open"
7341TextButton.TextColor3 = Color3.new(1, 1, 1)
7342TextButton.TextSize = 14
7343
7344local Player = game:GetService('Players').LocalPlayer
7345local Mouse = Player:GetMouse()
7346
7347local AutoRun = true
7348local AirTP = true
7349local Keybind = 'i'
7350
7351local Green = Color3.fromRGB(53, 255, 100)
7352local Red = Color3.fromRGB(255, 58, 58)
7353
7354local function CheckRig()
7355 if Player.Character then
7356 local Humanoid = Player.Character:WaitForChild('Humanoid')
7357 if Humanoid.RigType == Enum.HumanoidRigType.R15 then
7358 return 'R15'
7359 else
7360 return 'R6'
7361 end
7362 end
7363end
7364
7365local function InitiateInvis()
7366 local Character = Player.Character
7367 local StoredCF = Character.PrimaryPart.CFrame
7368 if AirTP then
7369 local Part = Instance.new('Part',workspace)
7370 Part.Size = Vector3.new(5,0,5)
7371 Part.Anchored = true
7372 Part.CFrame = CFrame.new(Vector3.new(9999,9999,9999))
7373 Character.PrimaryPart.CFrame = Part.CFrame*CFrame.new(0,3,0)
7374 spawn(function()
7375 wait(3)
7376 Part:Destroy()
7377 end)
7378 end
7379 if CheckRig() == 'R6' then
7380 local Clone = Character.HumanoidRootPart:Clone()
7381 Character.HumanoidRootPart:Destroy()
7382 Clone.Parent = Character
7383 else
7384 local Clone = Character.LowerTorso.Root:Clone()
7385 Character.LowerTorso.Root:Destroy()
7386 Clone.Parent = Character.LowerTorso
7387 end
7388 if AirTP then
7389 wait(1)
7390 Character.PrimaryPart.CFrame = StoredCF
7391 end
7392end
7393
7394local function OnCharacterAdded()
7395 SubFrame.Rigtype.Text = ('Your Rigtype - %s'):format(CheckRig())
7396 if AutoRun then
7397 InitiateInvis()
7398 end
7399end
7400
7401local function OnButtonPress(Button)
7402 if Button == Keybind:lower() then
7403 InitiateInvis()
7404 end
7405end
7406
7407local function OnGoInvisPress()
7408 InitiateInvis()
7409end
7410
7411local function OnKeyBindTextChange()
7412 local cb = SubFrame.Keybind.CurrentBind
7413 if cb.Text:match('%w') then
7414 Keybind = cb.Text:match('%w'):lower()
7415 cb.Text = Keybind
7416 elseif cb.Text ~= '' then
7417 Keybind = 'i'
7418 cb.Text = Keybind
7419 end
7420 print(Keybind)
7421end
7422
7423local function OnAutoRunPress()
7424 local Ar = SubFrame.AutoRun.BoolToggle
7425 if AutoRun then
7426 Ar.BackgroundColor3 = Red
7427 Ar.Text = tostring(not AutoRun)
7428 AutoRun = false
7429 else
7430 Ar.BackgroundColor3 = Green
7431 Ar.Text = tostring(not AutoRun)
7432 AutoRun = true
7433 end
7434end
7435
7436local function OnAirTPPress()
7437 local ATP = SubFrame.AirTP.BoolToggle
7438 if AirTP then
7439 ATP.BackgroundColor3 = Red
7440 ATP.Text = tostring(false)
7441 AirTP = false
7442 else
7443 ATP.BackgroundColor3 = Green
7444 ATP.Text = tostring(true)
7445 AirTP = true
7446 end
7447end
7448
7449local function OnMinimizePress()
7450 Main.Visible = false
7451 GUI.TextButton.Visible = true
7452end
7453
7454local function OnOpenPress()
7455 Main.Visible = true
7456 GUI.TextButton.Visible = false
7457end
7458
7459local function OnClosePress()
7460 GUI:Destroy()
7461end
7462
7463SubFrame.Keybind.CurrentBind:GetPropertyChangedSignal('Text'):connect(OnKeyBindTextChange)
7464Mouse.KeyDown:connect(OnButtonPress)
7465SubFrame.AutoRun.BoolToggle.MouseButton1Down:connect(OnAutoRunPress)
7466SubFrame.AirTP.BoolToggle.MouseButton1Down:connect(OnAirTPPress)
7467Main.Topbar.Minimize.MouseButton1Down:connect(OnMinimizePress)
7468GUI.TextButton.MouseButton1Down:connect(OnOpenPress)
7469Main.Topbar.Exit.MouseButton1Down:connect(OnClosePress)
7470SubFrame.QuickInvis.MouseButton1Down:connect(OnGoInvisPress)
7471Player.CharacterAdded:connect(OnCharacterAdded)
7472
7473SubFrame.Rigtype.Text = ('Your Rigtype - %s'):format(CheckRig())
7474end)
7475
7476fegod.Name = "fegod"
7477fegod.Parent = Main
7478fegod.BackgroundColor3 = Color3.new(0, 0, 0)
7479fegod.Position = UDim2.new(0.0604316555, 0, 0.394463658, 0)
7480fegod.Size = UDim2.new(0, 200, 0, 30)
7481fegod.Font = Enum.Font.SourceSans
7482fegod.Text = "FE God"
7483fegod.TextColor3 = Color3.new(1, 1, 1)
7484fegod.TextSize = 50
7485fegod.MouseButton1Down:connect(function()
7486-- Use _G.Destroy = true and hit the "On" button for self destruction or if fe god doesn't work and just re-execute.
7487loadstring(game:HttpGet("https://pastebin.com/raw/f7S7fy1E",true))()
7488end)
7489
7490fedab.Name = "fedab"
7491fedab.Parent = Main
7492fedab.BackgroundColor3 = Color3.new(0, 0, 0)
7493fedab.Position = UDim2.new(0.0604316555, 0, 0.522491336, 0)
7494fedab.Size = UDim2.new(0, 200, 0, 30)
7495fedab.Font = Enum.Font.SourceSans
7496fedab.Text = "FE Dab (Q)"
7497fedab.TextColor3 = Color3.new(1, 1, 1)
7498fedab.TextSize = 50
7499fedab.MouseButton1Down:connect(function()
7500--/ edited by the cancerous rocky2u
7501
7502local plr = game.Players.LocalPlayer
7503local chr = plr.Character
7504local mouse = plr:GetMouse()
7505
7506_G.hotkey = 'q'
7507
7508mouse.KeyDown:connect(function(key)
7509if key == _G.hotkey then
7510local chr = game.Players.LocalPlayer.Character
7511stopAnimations()
7512chr.Animate.Disabled = true
7513chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
7514chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
7515chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
7516end
7517end)
7518
7519mouse.KeyUp:connect(function(key)
7520if key == _G.hotkey then
7521local chr = game.Players.LocalPlayer.Character
7522chr.Animate.Disabled = false
7523chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
7524chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
7525chr.Torso["Neck"].C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
7526end
7527end)
7528
7529function stopAnimations()
7530for _,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
7531v:Stop()
7532end
7533end
7534end)
7535
7536feinsane.Name = "feinsane"
7537feinsane.Parent = Main
7538feinsane.BackgroundColor3 = Color3.new(0, 0, 0)
7539feinsane.Position = UDim2.new(0.0604316555, 0, 0.647058785, 0)
7540feinsane.Size = UDim2.new(0, 200, 0, 30)
7541feinsane.Font = Enum.Font.SourceSans
7542feinsane.Text = "FE Animations"
7543feinsane.TextColor3 = Color3.new(1, 1, 1)
7544feinsane.TextSize = 50
7545feinsane.MouseButton1Down:connect(function()
7546loadstring(game:GetObjects("rbxassetid://730591629")[1].Source)()
7547end)
7548
7549fefly.Name = "fefly"
7550fefly.Parent = Main
7551fefly.BackgroundColor3 = Color3.new(0, 0, 0)
7552fefly.Position = UDim2.new(0.0604316555, 0, 0.778546691, 0)
7553fefly.Size = UDim2.new(0, 200, 0, 30)
7554fefly.Font = Enum.Font.SourceSans
7555fefly.Text = "FE Fly (E)"
7556fefly.TextColor3 = Color3.new(1, 1, 1)
7557fefly.TextSize = 50
7558fefly.MouseButton1Down:connect(function()
7559repeat wait()
7560 until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
7561local mouse = game.Players.LocalPlayer:GetMouse()
7562repeat wait() until mouse
7563local plr = game.Players.LocalPlayer
7564local torso = plr.Character.Torso
7565local flying = true
7566local deb = true
7567local ctrl = {f = 0, b = 0, l = 0, r = 0}
7568local lastctrl = {f = 0, b = 0, l = 0, r = 0}
7569local maxspeed = 50
7570local speed = 0
7571
7572function Fly()
7573local bg = Instance.new("BodyGyro", torso)
7574bg.P = 9e4
7575bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
7576bg.cframe = torso.CFrame
7577local bv = Instance.new("BodyVelocity", torso)
7578bv.velocity = Vector3.new(0,0.1,0)
7579bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
7580repeat wait()
7581plr.Character.Humanoid.PlatformStand = true
7582if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
7583speed = speed+.5+(speed/maxspeed)
7584if speed > maxspeed then
7585speed = maxspeed
7586end
7587elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
7588speed = speed-1
7589if speed < 0 then
7590speed = 0
7591end
7592end
7593if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
7594bv.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
7595lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
7596elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
7597bv.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
7598else
7599bv.velocity = Vector3.new(0,0.1,0)
7600end
7601bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
7602until not flying
7603ctrl = {f = 0, b = 0, l = 0, r = 0}
7604lastctrl = {f = 0, b = 0, l = 0, r = 0}
7605speed = 0
7606bg:Destroy()
7607bv:Destroy()
7608plr.Character.Humanoid.PlatformStand = false
7609end
7610mouse.KeyDown:connect(function(key)
7611if key:lower() == "e" then
7612if flying then flying = false
7613else
7614flying = true
7615Fly()
7616end
7617elseif key:lower() == "w" then
7618ctrl.f = 1
7619elseif key:lower() == "s" then
7620ctrl.b = -1
7621elseif key:lower() == "a" then
7622ctrl.l = -1
7623elseif key:lower() == "d" then
7624ctrl.r = 1
7625end
7626end)
7627mouse.KeyUp:connect(function(key)
7628if key:lower() == "w" then
7629ctrl.f = 0
7630elseif key:lower() == "s" then
7631ctrl.b = 0
7632elseif key:lower() == "a" then
7633ctrl.l = 0
7634elseif key:lower() == "d" then
7635ctrl.r = 0
7636end
7637end)
7638Fly()
7639
7640end)
7641
7642hubs.Name = "hubs"
7643hubs.Parent = Main
7644hubs.BackgroundColor3 = Color3.new(0, 0, 0)
7645hubs.Position = UDim2.new(0.448598027, 0, 0.128027678, 0)
7646hubs.Size = UDim2.new(0, 383, 0, 24)
7647hubs.Font = Enum.Font.SourceSans
7648hubs.Text = "HUBS"
7649hubs.TextColor3 = Color3.new(1, 1, 1)
7650hubs.TextSize = 40
7651
7652version.Name = "version"
7653version.Parent = Main
7654version.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
7655version.Position = UDim2.new(0.683453262, 0, 1, 0)
7656version.Size = UDim2.new(0, 219, 0, 47)
7657
7658versiontext.Name = "versiontext"
7659versiontext.Parent = version
7660versiontext.BackgroundColor3 = Color3.new(0, 0, 0)
7661versiontext.Position = UDim2.new(0.0410958901, 0, 0.148936167, 0)
7662versiontext.Size = UDim2.new(0, 200, 0, 31)
7663versiontext.Font = Enum.Font.SourceSans
7664versiontext.Text = "Version: 2.0"
7665versiontext.TextColor3 = Color3.new(1, 1, 1)
7666versiontext.TextSize = 35