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