SHOW:
|
|
- or go back to the newest paste.
1 | - | --- noobslayer2010 |
1 | + | if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end |
2 | print("FE Compatibility: by WaverlyCole & Mokiros") | |
3 | InternalData = {} | |
4 | do | |
5 | script.Parent = owner.Character | |
6 | local Event = Instance.new("RemoteEvent") | |
7 | Event.Name = "UserInput" | |
8 | local function NewFakeEvent() | |
9 | local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect | |
10 | return Fake | |
11 | end | |
12 | local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()} | |
13 | local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()} | |
14 | local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...) | |
15 | self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil | |
16 | end};ContextActionService.UnBindAction = ContextActionService.BindAction | |
17 | local function TriggerEvent(self,Event,...) | |
18 | local Trigger = Mouse[Event] | |
19 | if Trigger and Trigger.fakeEvent and Trigger.Function then | |
20 | Trigger.Function(...) | |
21 | end | |
22 | end | |
23 | Mouse.TrigEvent = TriggerEvent | |
24 | UserInputService.TrigEvent = TriggerEvent | |
25 | Event.OnServerEvent:Connect(function(FiredBy,Input) | |
26 | if FiredBy.Name ~= owner.Name then end | |
27 | if Input.MouseEvent then | |
28 | Mouse.Target = Input.Target | |
29 | Mouse.Hit = Input.Hit | |
30 | else | |
31 | local Begin = Input.UserInputState == Enum.UserInputState.Begin | |
32 | if Input.UserInputType == Enum.UserInputType.MouseButton1 then | |
33 | return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") | |
34 | end | |
35 | for _,Action in pairs(ContextActionService.Actions) do | |
36 | for _,Key in pairs(Action.Keys) do | |
37 | if Key==Input.KeyCode then | |
38 | Action.Function(Action.Name,Input.UserInputState,Input) | |
39 | end | |
40 | end | |
41 | end | |
42 | Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower()) | |
43 | UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false) | |
44 | end | |
45 | end) | |
46 | InternalData["Mouse"] = Mouse | |
47 | InternalData["ContextActionService"] = ContextActionService | |
48 | InternalData["UserInputService"] = UserInputService | |
49 | Event.Parent = NLS([[ | |
50 | local Player = owner | |
51 | local Event = script:WaitForChild("UserInput") | |
52 | local UserInputService = game:GetService("UserInputService") | |
53 | local Mouse = Player:GetMouse() | |
54 | local Input = function(Input,gameProcessedEvent) | |
55 | if gameProcessedEvent then return end | |
56 | Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState}) | |
57 | end | |
58 | UserInputService.InputBegan:Connect(Input) | |
59 | UserInputService.InputEnded:Connect(Input) | |
60 | local Hit,Target | |
61 | while wait(1/30) do | |
62 | if Hit ~= Mouse.Hit or Target ~= Mouse.Target then | |
63 | Hit,Target = Mouse.Hit,Mouse.Target | |
64 | Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit}) | |
65 | end | |
66 | end | |
67 | ]],owner.Character) | |
68 | end | |
69 | RealGame = game;game = setmetatable({},{ | |
70 | __index = function (self,Index) | |
71 | local Sandbox = function (Thing) | |
72 | if Thing:IsA("Player") then | |
73 | local RealPlayer = Thing | |
74 | return setmetatable({},{ | |
75 | __index = function (self,Index) | |
76 | local Type = type(RealPlayer[Index]) | |
77 | if Type == "function" then | |
78 | if Index:lower() == "getmouse" or Index:lower() == "mouse" then | |
79 | return function (self) | |
80 | return InternalData["Mouse"] | |
81 | end | |
82 | end | |
83 | return function (self,...) | |
84 | return RealPlayer[Index](RealPlayer,...) | |
85 | end | |
86 | else | |
87 | if Index == "PlrObj" then | |
88 | return RealPlayer | |
89 | end | |
90 | return RealPlayer[Index] | |
91 | end | |
92 | end; | |
93 | __tostring = function(self) | |
94 | return RealPlayer.Name | |
95 | end | |
96 | }) | |
97 | end | |
98 | end | |
99 | if RealGame[Index] then | |
100 | local Type = type(RealGame[Index]) | |
101 | if Type == "function" then | |
102 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
103 | return function (self,Service) | |
104 | if Service:lower() == "players" then | |
105 | return setmetatable({},{ | |
106 | __index = function (self2,Index2) | |
107 | local RealService = RealGame:GetService(Service) | |
108 | local Type2 = type(Index2) | |
109 | if Type2 == "function" then | |
110 | return function (self,...) | |
111 | return RealService[Index2](RealService,...) | |
112 | end | |
113 | else | |
114 | if Index2:lower() == "localplayer" then | |
115 | return Sandbox(owner) | |
116 | end | |
117 | return RealService[Index2] | |
118 | end | |
119 | end; | |
120 | __tostring = function(self) | |
121 | return RealGame:GetService(Service).Name | |
122 | end | |
123 | }) | |
124 | elseif Service:lower() == "contextactionservice" then | |
125 | return InternalData["ContextActionService"] | |
126 | elseif Service:lower() == "contextactionservice" then | |
127 | return InternalData["UserInputService"] | |
128 | elseif Service:lower() == "runservice" then | |
129 | return setmetatable({},{ | |
130 | __index = function(self2,Index2) | |
131 | local RealService = RealGame:GetService(Service) | |
132 | local Type2 = type(Index2) | |
133 | if Type2 == "function" then | |
134 | return function (self,...) | |
135 | return RealService[Index2](RealService,...) | |
136 | end | |
137 | else | |
138 | if Index2:lower() == "bindtorenderstep" then | |
139 | return function (self,Name,Priority,Function) | |
140 | return RealGame:GetService("RunService").Stepped:Connect(Function) | |
141 | end | |
142 | end | |
143 | if Index2:lower() == "renderstepped" then | |
144 | return RealService["Stepped"] | |
145 | end | |
146 | return RealService[Index2] | |
147 | end | |
148 | end | |
149 | }) | |
150 | else | |
151 | return RealGame:GetService(Service) | |
152 | end | |
153 | end | |
154 | end | |
155 | return function (self,...) | |
156 | return RealGame[Index](RealGame,...) | |
157 | end | |
158 | else | |
159 | if game:GetService(Index) then | |
160 | return game:GetService(Index) | |
161 | end | |
162 | return RealGame[Index] | |
163 | end | |
164 | else | |
165 | return nil | |
166 | end | |
167 | end | |
168 | });Game = game;owner = game:GetService("Players").LocalPlayer;script = {} | |
169 | print("Complete! Running...") | |
170 | ||
171 | function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f) | |
172 | local funcw = Instance.new("Weld") | |
173 | funcw.Name = zName | |
174 | funcw.Parent = zParent | |
175 | funcw.Part0 = zPart0 | |
176 | funcw.Part1 = zPart1 | |
177 | if (zCoco == true) then | |
178 | funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f) | |
179 | else | |
180 | funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f) | |
181 | end | |
182 | return funcw | |
183 | end | |
184 | function fun(n1, n2) | |
185 | pcall(function() | |
186 | t1 = game.Players[n1].Character.Torso | |
187 | t2 = game.Players[n2].Character.Torso | |
188 | game.Players[n2].Character.Head.Died.Looped = true | |
189 | game.Players[n2].Character.Head.Died.Playing = true | |
190 | t2.Parent.Humanoid.PlatformStand = true | |
191 | t1["Left Shoulder"]:Remove() | |
192 | ls1 = Instance.new("Weld") | |
193 | ls1.Parent = t1 | |
194 | ls1.Part0 = t1 | |
195 | ls1.Part1 = t1.Parent["Left Arm"] | |
196 | ls1.C0 = CFrame.new(-1.5,0,0) | |
197 | ls1.Name = "Left Shoulder" | |
198 | t1["Right Shoulder"]:Remove() | |
199 | rs1 = Instance.new("Weld") | |
200 | rs1.Parent = t1 | |
201 | rs1.Part0 = t1 | |
202 | rs1.Part1 = t1.Parent["Right Arm"] | |
203 | rs1.C0 = CFrame.new(1.5,0,0) | |
204 | rs1.Name = "Right Shoulder" | |
205 | t2["Left Shoulder"]:Remove() | |
206 | ls2 = Instance.new("Weld") | |
207 | ls2.Parent = t2 | |
208 | ls2.Part0 = t2 | |
209 | ls2.Part1 = t2.Parent["Left Arm"] | |
210 | ls2.C0 = CFrame.new(-1.5,0,0) | |
211 | ls2.Name = "Left Shoulder" | |
212 | t2["Right Shoulder"]:Remove() | |
213 | rs2 = Instance.new("Weld") | |
214 | rs2.Parent = t2 | |
215 | rs2.Part0 = t2 | |
216 | rs2.Part1 = t2.Parent["Right Arm"] | |
217 | rs2.C0 = CFrame.new(1.5,0,0) | |
218 | rs2.Name = "Right Shoulder" | |
219 | t2["Left Hip"]:Remove() | |
220 | lh2 = Instance.new("Weld") | |
221 | lh2.Parent = t2 | |
222 | lh2.Part0 = t2 | |
223 | lh2.Part1 = t2.Parent["Left Leg"] | |
224 | lh2.C0 = CFrame.new(-0.5,-2,0) | |
225 | lh2.Name = "Left Hip" | |
226 | t2["Right Hip"]:Remove() | |
227 | rh2 = Instance.new("Weld") | |
228 | rh2.Parent = t2 | |
229 | rh2.Part0 = t2 | |
230 | rh2.Part1 = t2.Parent["Right Leg"] | |
231 | rh2.C0 = CFrame.new(0.5,-2,0) | |
232 | rh2.Name = "Right Hip" | |
233 | local d = Instance.new("Part") | |
234 | d.TopSurface = 0 | |
235 | d.BottomSurface = 0 | |
236 | d.CanCollide = false | |
237 | d.BrickColor = BrickColor.new("Medium stone grey") | |
238 | d.Shape = "Ball" | |
239 | d.Parent = t1 | |
240 | d.Size = Vector3.new(1,1,1) | |
241 | local dm = Instance.new("SpecialMesh") | |
242 | dm.MeshType = "Sphere" | |
243 | dm.Parent = d | |
244 | dm.Scale = Vector3.new(0.4,0.4,0.4) | |
245 | fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0) | |
246 | d2 = d:Clone() | |
247 | d2.Parent = t1 | |
248 | fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0) | |
249 | local c = Instance.new("Part") | |
250 | c.TopSurface = 0 | |
251 | c.BottomSurface = 0 | |
252 | c.CanCollide = false | |
253 | c.BrickColor = BrickColor.new("Pastel brown") | |
254 | c.Parent = t1 | |
255 | c.formFactor = "Custom" | |
256 | c.Size = Vector3.new(0.4,1.3,0.4) | |
257 | cm = Instance.new("CylinderMesh") | |
258 | cm.Parent = c | |
259 | a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0) | |
260 | c2 = d:Clone() | |
261 | c2.BrickColor = BrickColor.new("Medium stone grey") | |
262 | c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4) | |
263 | c2.Parent = t1 | |
264 | fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0) | |
265 | local bl = Instance.new("Part") | |
266 | bl.TopSurface = 0 | |
267 | bl.BottomSurface = 0 | |
268 | bl.CanCollide = false | |
269 | bl.BrickColor = BrickColor.new("Pastel brown") | |
270 | bl.Shape = "Ball" | |
271 | bl.Parent = t2 | |
272 | bl.Size = Vector3.new(1,1,1) | |
273 | local dm = Instance.new("SpecialMesh") | |
274 | dm.MeshType = "Sphere" | |
275 | dm.Parent = bl | |
276 | dm.Scale = Vector3.new(1.2,1.2,1.2) | |
277 | fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0) | |
278 | local br = Instance.new("Part") | |
279 | br.TopSurface = 0 | |
280 | br.BottomSurface = 0 | |
281 | br.CanCollide = false | |
282 | br.BrickColor = BrickColor.new("Pastel brown") | |
283 | br.Shape = "Ball" | |
284 | br.Parent = t2 | |
285 | br.Size = Vector3.new(1,1,1) | |
286 | local dm = Instance.new("SpecialMesh") | |
287 | dm.MeshType = "Sphere" | |
288 | dm.Parent = br | |
289 | dm.Scale = Vector3.new(1.2,1.2,1.2) | |
290 | fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0) | |
291 | local bln = Instance.new("Part") | |
292 | bln.TopSurface = 0 | |
293 | bln.BottomSurface = 0 | |
294 | bln.CanCollide = false | |
295 | bln.Shape = "Ball" | |
296 | bln.Parent = t2 | |
297 | bln.Size = Vector3.new(1,1,1) | |
298 | local dm = Instance.new("SpecialMesh") | |
299 | dm.MeshType = "Sphere" | |
300 | dm.Parent = bln | |
301 | dm.Scale = Vector3.new(0.2,0.2,0.2) | |
302 | fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0) | |
303 | local brn = Instance.new("Part") | |
304 | brn.TopSurface = 0 | |
305 | brn.BottomSurface = 0 | |
306 | brn.CanCollide = false | |
307 | brn.Shape = "Ball" | |
308 | brn.Parent = t2 | |
309 | brn.Size = Vector3.new(1,1,1) | |
310 | local dm = Instance.new("SpecialMesh") | |
311 | dm.MeshType = "Sphere" | |
312 | dm.Parent = brn | |
313 | dm.Scale = Vector3.new(0.2,0.2,0.2) | |
314 | fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0) | |
315 | lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0) | |
316 | rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0) | |
317 | ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0) | |
318 | rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0) | |
319 | ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0) | |
320 | rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0) | |
321 | if t1:findFirstChild("weldx") ~= nil then | |
322 | t1.weldx:Remove() | |
323 | end | |
324 | we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0) | |
325 | n = t2.Neck | |
326 | n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0) | |
327 | end) | |
328 | coroutine.resume(coroutine.create(function() | |
329 | while wait() do | |
330 | for i = 1,6 do | |
331 | we.C1 = we.C1 * CFrame.new(0,-0.3,0) | |
332 | wait() | |
333 | end | |
334 | ||
335 | for i = 1,6 do | |
336 | we.C1 = we.C1 * CFrame.new(0,0.3,0) | |
337 | wait() | |
338 | end | |
339 | end | |
340 | end)) | |
341 | end | |
342 | ||
343 | plr = game.Players.LocalPlayer | |
344 | char = plr.Character | |
345 | Clicksound = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui) | |
346 | Clicksound.SoundId = "rbxassetid://178104975" | |
347 | Clicksound.Volume = 100 | |
348 | IntroSong = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui) | |
349 | IntroSong.Volume = 10 | |
350 | IntroSong.SoundId = "rbxassetid://608600954" | |
351 | LineOne = Instance.new("TextLabel") | |
352 | LineTw0 = Instance.new("TextLabel") | |
353 | LineThree = Instance.new("TextLabel") | |
354 | LineFour = Instance.new("TextLabel") | |
355 | MSound = Instance.new("Sound",workspace) | |
356 | MSound.Volume = 4 | |
357 | MSound.Looped = true | |
358 | InvisWS = Instance.new("TextButton") | |
359 | GhostWS = Instance.new("TextButton") | |
360 | Hell = Instance.new("TextButton") | |
361 | O = Instance.new("TextLabel") | |
362 | Rape = Instance.new("TextButton") | |
363 | SitPlr = Instance.new("TextButton") | |
364 | JumpPlr = Instance.new("TextButton") | |
365 | T = Instance.new("TextLabel") | |
366 | FrameTwo = Instance.new("Frame") | |
367 | Gravity = Instance.new("TextButton") | |
368 | GravNum = Instance.new("TextBox") | |
369 | MusicCube = Instance.new("TextButton") | |
370 | RemoveCube = Instance.new("TextButton") | |
371 | Rape = Instance.new("TextButton") | |
372 | RapeVictim = Instance.new("TextBox") | |
373 | MSound.Playing = true | |
374 | Exploit = Instance.new("ScreenGui") | |
375 | Frame = Instance.new("Frame") | |
376 | PlayerName = Instance.new("TextBox") | |
377 | SelectAll = Instance.new("TextButton") | |
378 | Music = Instance.new("TextButton") | |
379 | Punish = Instance.new("TextButton") | |
380 | MeshID = Instance.new("TextBox") | |
381 | MuID = Instance.new("TextBox") | |
382 | LoadCharacter = Instance.new("TextButton") | |
383 | Clearws = Instance.new("TextButton") | |
384 | SpawnLoc = Instance.new("TextButton") | |
385 | Freeze = Instance.new("TextButton") | |
386 | Invisible = Instance.new("TextButton") | |
387 | Settings = Instance.new("TextButton") | |
388 | RemoveTools = Instance.new("TextButton") | |
389 | Visualizer = Instance.new("TextButton") | |
390 | BG = Instance.new("Frame") | |
391 | Stools = Instance.new("TextButton") | |
392 | Theme4 = Instance.new("TextButton") | |
393 | Kill = Instance.new("TextButton") | |
394 | Pitch = Instance.new("TextBox") | |
395 | From = Instance.new("TextBox") | |
396 | Theme5 = Instance.new("TextButton") | |
397 | Control = Instance.new("TextButton") | |
398 | ID = Instance.new("TextBox") | |
399 | Godmode = Instance.new("TextButton") | |
400 | Walkspeed = Instance.new("TextButton") | |
401 | Speed = Instance.new("TextBox") | |
402 | Value = Instance.new("TextBox") | |
403 | Btools = Instance.new("TextButton") | |
404 | Spectate = Instance.new("TextButton") | |
405 | Negative = Instance.new("TextButton") | |
406 | StatChange = Instance.new("TextButton") | |
407 | StatName = Instance.new("TextBox") | |
408 | Skybox = Instance.new("TextButton") | |
409 | Skyboxid = Instance.new("TextBox") | |
410 | UnlockWS = Instance.new("TextButton") | |
411 | Teleport = Instance.new("TextButton") | |
412 | TpTo = Instance.new("TextBox") | |
413 | UnanchorWS = Instance.new("TextButton") | |
414 | Selected = Instance.new("BoolValue") | |
415 | Char = Instance.new("TextButton") | |
416 | CharID = Instance.new("TextBox") | |
417 | SlimWS = Instance.new("TextButton") | |
418 | Particle = Instance.new("TextButton") | |
419 | ParticleID = Instance.new("TextBox") | |
420 | TimeOfDay = Instance.new("TextButton") | |
421 | Time = Instance.new("TextBox") | |
422 | JumpPower = Instance.new("TextButton") | |
423 | Power = Instance.new("TextBox") | |
424 | Bighead = Instance.new("TextButton") | |
425 | DecalSpam = Instance.new("TextButton") | |
426 | Break = Instance.new("TextButton") | |
427 | DecalID = Instance.new("TextBox") | |
428 | Mesh = Instance.new("TextButton") | |
429 | CharID = Instance.new("TextBox") | |
430 | TexID = Instance.new("TextBox") | |
431 | ClearDecals = Instance.new("TextButton") | |
432 | MeshSpam = Instance.new("TextButton") | |
433 | ClearMesh = Instance.new("TextButton") | |
434 | RandomColor = Instance.new("TextButton") | |
435 | PaintWS = Instance.new("TextButton") | |
436 | Brickcolor = Instance.new("TextBox") | |
437 | Explode = Instance.new("TextButton") | |
438 | Settings = Instance.new("TextButton") | |
439 | Themes = Instance.new("Frame") | |
440 | Back = Instance.new("TextButton") | |
441 | Theme1 = Instance.new("TextButton") | |
442 | Theme2 = Instance.new("TextButton") | |
443 | Theme3 = Instance.new("TextButton") | |
444 | Fog = Instance.new("TextButton") | |
445 | Fogend = Instance.new("TextBox") | |
446 | Intro = Instance.new("Frame") | |
447 | ImageLabel = Instance.new("ImageLabel") | |
448 | me = Instance.new("TextLabel") | |
449 | Message = Instance.new("TextButton") | |
450 | Msg = Instance.new("TextBox") | |
451 | Hnt = Instance.new("TextBox") | |
452 | Hint = Instance.new("TextButton") | |
453 | ClearMessage = Instance.new("TextButton") | |
454 | ClearHint = Instance.new("TextButton") | |
455 | UnMesh = Instance.new("TextButton") | |
456 | SelectOthers = Instance.new("TextButton") | |
457 | MaterialWS = Instance.new("TextButton") | |
458 | Material = Instance.new("TextBox") | |
459 | UnBreak = Instance.new("TextButton") | |
460 | Break = Instance.new("TextButton") | |
461 | fuckspam = Instance.new("TextBox") | |
462 | Lag = Instance.new("TextButton") | |
463 | SecondPage = Instance.new("TextButton") | |
464 | Shutdown = Instance.new("TextButton") | |
465 | ParticleWS = Instance.new("TextButton") | |
466 | UnParticleWS = Instance.new("TextButton") | |
467 | Chat = Instance.new("TextButton") | |
468 | ChatString = Instance.new("TextBox") | |
469 | Smallhead = Instance.new("TextButton") | |
470 | BallWS = Instance.new("TextButton") | |
471 | CylWS = Instance.new("TextButton") | |
472 | BloWS = Instance.new("TextButton") | |
473 | Thaw = Instance.new("TextButton") | |
474 | HeadWS = Instance.new("TextButton") | |
475 | BallWS = Instance.new("TextButton") | |
476 | TorsoWS = Instance.new("TextButton") | |
477 | WedgeWS = Instance.new("TextButton") | |
478 | Longneck = Instance.new("TextButton") | |
479 | Normalneck = Instance.new("TextButton") | |
480 | Headtummy = Instance.new("TextButton") | |
481 | UnHeadtummy = Instance.new("TextButton") | |
482 | Fire = Instance.new("TextButton") | |
483 | Smoke = Instance.new("TextButton") | |
484 | Sparkles = Instance.new("TextButton") | |
485 | FF = Instance.new("TextButton") | |
486 | MlgParticles = Instance.new("TextButton") | |
487 | Close = Instance.new("TextButton") | |
488 | Open = Instance.new("TextButton") | |
489 | Sanic = Instance.new("TextButton") | |
490 | rowreck = Instance.new("TextLabel") | |
491 | UnSanic = Instance.new("TextButton") | |
492 | LagOthers = Instance.new("TextButton") | |
493 | FeChecker = Instance.new("TextButton") | |
494 | ||
495 | -- Properties | |
496 | ||
497 | Exploit.Name = "Exploit" | |
498 | Exploit.Parent = game.Players.LocalPlayer.PlayerGui | |
499 | Exploit.ResetOnSpawn = false | |
500 | ||
501 | BG.Name = "BG" | |
502 | BG.BackgroundColor3 = Color3.new(0,0,0) | |
503 | BG.BorderSizePixel = 0 | |
504 | BG.BackgroundTransparency = 0.58 | |
505 | BG.Parent = Exploit | |
506 | BG.Size = UDim2.new(0,460,0,0) | |
507 | BG.Position = UDim2.new(0,260,0,0) | |
508 | BG.Visible = true | |
509 | BG.ClipsDescendants = true | |
510 | ||
511 | SitPlr.Name = "SitPlr" | |
512 | SitPlr.Parent = FrameTwo | |
513 | SitPlr.BackgroundColor3 = Color3.new(1, 1, 1) | |
514 | SitPlr.BackgroundTransparency = 0.5 | |
515 | SitPlr.Position = UDim2.new(0, 460, 0, 40) | |
516 | SitPlr.Size = UDim2.new(0, 80, 0, 20) | |
517 | SitPlr.Font = Enum.Font.SciFi | |
518 | SitPlr.FontSize = Enum.FontSize.Size14 | |
519 | SitPlr.Text = "Sit" | |
520 | SitPlr.TextColor3 = Color3.new(1, 1, 1) | |
521 | SitPlr.TextSize = 14 | |
522 | SitPlr.MouseButton1Down:connect(function() | |
523 | if Selected.Value == false then | |
524 | Clicksound:Play() | |
525 | workspace[PlayerName.Text].Humanoid.Sit = true | |
526 | elseif Selected.Value == true then | |
527 | for i,v in pairs(game.Players:GetChildren()) do | |
528 | v.Character.Humanoid.Sit = true | |
529 | end | |
530 | end | |
531 | end) | |
532 | ||
533 | ||
534 | JumpPlr.Name = "JumpPlr" | |
535 | JumpPlr.Parent = FrameTwo | |
536 | JumpPlr.BackgroundColor3 = Color3.new(1, 1, 1) | |
537 | JumpPlr.BackgroundTransparency = 0.5 | |
538 | JumpPlr.Position = UDim2.new(0, 280, 0, 70) | |
539 | JumpPlr.Size = UDim2.new(0, 80, 0, 20) | |
540 | JumpPlr.Font = Enum.Font.SciFi | |
541 | JumpPlr.FontSize = Enum.FontSize.Size14 | |
542 | JumpPlr.Text = "Jump" | |
543 | JumpPlr.TextColor3 = Color3.new(1, 1, 1) | |
544 | JumpPlr.TextSize = 14 | |
545 | JumpPlr.MouseButton1Down:connect(function() | |
546 | if Selected.Value == false then | |
547 | Clicksound:Play() | |
548 | workspace[PlayerName.Text].Humanoid.Jump = true | |
549 | elseif Selected.Value == true then | |
550 | for i,v in pairs(game.Players:GetChildren()) do | |
551 | v.Character.Humanoid.Jump = true | |
552 | end | |
553 | end | |
554 | end) | |
555 | ||
556 | Control.Name = "Control" | |
557 | Control.Parent = FrameTwo | |
558 | Control.BackgroundColor3 = Color3.new(1, 1, 1) | |
559 | Control.BackgroundTransparency = 0.5 | |
560 | Control.Position = UDim2.new(0, 370, 0, 70) | |
561 | Control.Size = UDim2.new(0, 80, 0, 20) | |
562 | Control.Font = Enum.Font.SciFi | |
563 | Control.FontSize = Enum.FontSize.Size14 | |
564 | Control.Text = "Control" | |
565 | Control.TextColor3 = Color3.new(1, 1, 1) | |
566 | Control.TextSize = 14 | |
567 | Controlling = false | |
568 | Control.MouseButton1Down:connect(function() | |
569 | if Controlling == false then | |
570 | Controlling = true | |
571 | Clicksound:Play() | |
572 | workspace[PlayerName.Text].Humanoid.PlatformStand = true | |
573 | Control.Text = "UnControl" | |
574 | W1 = Instance.new("Weld",workspace) | |
575 | W1.Name = "Weld1" | |
576 | W1.Part0 = plr.Character.Torso | |
577 | W1.Part1 = workspace[PlayerName.Text].Torso | |
578 | W2 = Instance.new("Weld",workspace) | |
579 | W2.Name = "Weld2" | |
580 | W2.Part0 = plr.Character.Head | |
581 | W2.Part1 = workspace[PlayerName.Text].Head | |
582 | W3 = Instance.new("Weld",workspace) | |
583 | W3.Name = "Weld3" | |
584 | W3.Part0 = plr.Character.HumanoidRootPart | |
585 | W3.Part1 = workspace[PlayerName.Text].HumanoidRootPart | |
586 | W4 = Instance.new("Weld",workspace) | |
587 | W4.Name = "Weld4" | |
588 | W4.Part0 = plr.Character["Left Arm"] | |
589 | W4.Part1 = workspace[PlayerName.Text]["Left Arm"] | |
590 | W5 = Instance.new("Weld",workspace) | |
591 | W5.Name = "Weld5" | |
592 | W5.Part0 = plr.Character["Left Leg"] | |
593 | W5.Part1 = workspace[PlayerName.Text]["Left Leg"] | |
594 | W6 = Instance.new("Weld",workspace) | |
595 | W6.Name = "Weld6" | |
596 | W6.Part0 = plr.Character["Right Arm"] | |
597 | W6.Part1 = workspace[PlayerName.Text]["Right Arm"] | |
598 | W7 = Instance.new("Weld",workspace) | |
599 | W7.Name = "Weld7" | |
600 | W7.Part0 = plr.Character["Right Leg"] | |
601 | W7.Part1 = workspace[PlayerName.Text]["Right Leg"] | |
602 | for i,v in pairs(plr.Character:GetChildren()) do | |
603 | if v.ClassName == "Part" then | |
604 | v.Transparency = 1 | |
605 | end | |
606 | plr.Character.HumanoidRootPart.Transparency = 1 | |
607 | if v.ClassName == "Accessory" then | |
608 | v.Handle.Transparency = 1 | |
609 | end | |
610 | plr.Character.Humanoid.NameOcclusion = "NoOcclusion" | |
611 | end | |
612 | elseif Controlling == true then | |
613 | Controlling = false | |
614 | workspace[PlayerName.Text].Humanoid.PlatformStand = false | |
615 | Clicksound:Play() | |
616 | Control.Text = "Control" | |
617 | workspace.Weld1:Remove() | |
618 | workspace.Weld2:Remove() | |
619 | workspace.Weld3:Remove() | |
620 | workspace.Weld4:Remove() | |
621 | workspace.Weld5:Remove() | |
622 | workspace.Weld6:Remove() | |
623 | workspace.Weld7:Remove() | |
624 | for i,v in pairs(plr.Character:GetChildren()) do | |
625 | if v.ClassName == "Part" then | |
626 | v.Transparency = 0 | |
627 | end | |
628 | plr.Character.HumanoidRootPart.Transparency = 1 | |
629 | if v.ClassName == "Accessory" then | |
630 | v.Handle.Transparency = 0 | |
631 | end | |
632 | plr.Character.Humanoid.NameOcclusion = "OccludeAll" | |
633 | end | |
634 | end | |
635 | end) | |
636 | ||
637 | O.Name = "O" | |
638 | O.Parent = Intro | |
639 | O.BackgroundColor3 = Color3.new(1, 1, 1) | |
640 | O.BorderColor3 = Color3.new(1, 1, 1) | |
641 | O.Position = UDim2.new(0, 120, 0, 80) | |
642 | O.Size = UDim2.new(0, 0, 0, 0) | |
643 | O.Font = Enum.Font.SourceSans | |
644 | O.FontSize = Enum.FontSize.Size14 | |
645 | O.Text = "" | |
646 | O.BackgroundTransparency = 1 | |
647 | O.TextSize = 14 | |
648 | function RootScan(obj) | |
649 | for i,v in pairs(obj:GetChildren()) do | |
650 | if v.Name == "HumanoidRootPart" then | |
651 | v.Transparency = 1 | |
652 | end | |
653 | RootScan(v) | |
654 | end | |
655 | end | |
656 | ||
657 | function SlimScan(obj) | |
658 | for i,v in pairs(obj:GetChildren()) do | |
659 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then | |
660 | Slimness = Instance.new("BlockMesh",v) | |
661 | Slimness.Scale = Vector3.new(1,1,0) | |
662 | Slimness.Name = "BlockHax" | |
663 | end | |
664 | SlimScan(v) | |
665 | end | |
666 | end | |
667 | ||
668 | function BSlimScan(obj) | |
669 | for i,v in pairs(obj:GetChildren()) do | |
670 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then | |
671 | v.BlockHax:Remove() | |
672 | end | |
673 | BSlimScan(v) | |
674 | end | |
675 | end | |
676 | ||
677 | Gravity.Name = "Gravity" | |
678 | Gravity.Parent = FrameTwo | |
679 | Gravity.BackgroundColor3 = Color3.new(1, 1, 1) | |
680 | Gravity.BackgroundTransparency = 0.5 | |
681 | Gravity.Position = UDim2.new(0, 190, 0, 70) | |
682 | Gravity.Size = UDim2.new(0, 80, 0, 20) | |
683 | Gravity.Font = Enum.Font.SciFi | |
684 | Gravity.FontSize = Enum.FontSize.Size14 | |
685 | Gravity.Text = "Gravity" | |
686 | Gravity.TextColor3 = Color3.new(1, 1, 1) | |
687 | Gravity.TextSize = 14 | |
688 | Gravity.MouseButton1Down:connect(function() | |
689 | Clicksound:Play() | |
690 | workspace.Gravity = tonumber(GravNum.Text) | |
691 | end) | |
692 | ||
693 | GravNum.Name = "GravNum" | |
694 | GravNum.Parent = FrameTwo | |
695 | GravNum.BackgroundColor3 = Color3.new(1, 1, 1) | |
696 | GravNum.BackgroundTransparency = 0.5 | |
697 | GravNum.Position = UDim2.new(0, 190, 0, 100) | |
698 | GravNum.Size = UDim2.new(0, 80, 0, 20) | |
699 | GravNum.Font = Enum.Font.SciFi | |
700 | GravNum.FontSize = Enum.FontSize.Size14 | |
701 | GravNum.Text = "Gravity" | |
702 | GravNum.TextColor3 = Color3.new(0, 0.984314, 1) | |
703 | GravNum.TextScaled = true | |
704 | GravNum.TextSize = 14 | |
705 | GravNum.TextWrapped = true | |
706 | ||
707 | SlimWS.Name = "SlimWS" | |
708 | SlimWS.Parent = FrameTwo | |
709 | SlimWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
710 | SlimWS.BackgroundTransparency = 0.5 | |
711 | SlimWS.Position = UDim2.new(0, 100, 0, 70) | |
712 | SlimWS.Size = UDim2.new(0, 80, 0, 20) | |
713 | SlimWS.Font = Enum.Font.SciFi | |
714 | SlimWS.FontSize = Enum.FontSize.Size14 | |
715 | SlimWS.Text = "SlimWS" | |
716 | SlimWS.TextColor3 = Color3.new(1, 1, 1) | |
717 | SlimWS.TextSize = 14 | |
718 | Slim = false | |
719 | SlimWS.MouseButton1Down:connect(function() | |
720 | Clicksound:Play() | |
721 | if Slim == false then | |
722 | Slim = true | |
723 | SlimWS.Text = "NormalWS" | |
724 | SlimScan(workspace) | |
725 | elseif Slim == true then | |
726 | Slim = false | |
727 | Clicksound:Play() | |
728 | SlimWS.Text = "SlimWS" | |
729 | BSlimScan(workspace) | |
730 | end | |
731 | end) | |
732 | ||
733 | Back.Name = "Back" | |
734 | Back.Parent = Themes | |
735 | Back.BackgroundColor3 = Color3.new(1, 1, 1) | |
736 | Back.BackgroundTransparency = 0.5 | |
737 | Back.Position = UDim2.new(0, 10, 0, 10) | |
738 | Back.Size = UDim2.new(0, 80, 0, 20) | |
739 | Back.Font = Enum.Font.SciFi | |
740 | Back.FontSize = Enum.FontSize.Size14 | |
741 | Back.Text = "Back" | |
742 | Back.TextColor3 = Color3.new(1, 1, 1) | |
743 | Back.TextSize = 18 | |
744 | Back.MouseButton1Down:connect(function() | |
745 | Clicksound:Play() | |
746 | IntroSong:Play() | |
747 | Themes:TweenPosition(UDim2.new(0,0,0,-490),"Out") | |
748 | Frame:TweenPosition(UDim2.new(0,0,0,0),"Out") | |
749 | Close:TweenPosition(UDim2.new(0,530,0,0),"Out") | |
750 | end) | |
751 | ||
752 | Rape.Name = "Rape" | |
753 | Rape.Parent = Frame | |
754 | Rape.BackgroundColor3 = Color3.new(1, 1, 1) | |
755 | Rape.BackgroundTransparency = 0.5 | |
756 | Rape.Position = UDim2.new(0, 100, 0, 70) | |
757 | Rape.Size = UDim2.new(0, 80, 0, 20) | |
758 | Rape.Font = Enum.Font.SciFi | |
759 | Rape.FontSize = Enum.FontSize.Size14 | |
760 | Rape.Text = "Rape" | |
761 | Rape.TextColor3 = Color3.new(1, 1, 1) | |
762 | Rape.TextSize = 14 | |
763 | Rape.MouseButton1Down:connect(function() | |
764 | fun(PlayerName.Text, RapeVictim.Text) | |
765 | end) | |
766 | ||
767 | ||
768 | RapeVictim.Name = "RapeVictim" | |
769 | RapeVictim.Parent = Frame | |
770 | RapeVictim.BackgroundColor3 = Color3.new(1, 1, 1) | |
771 | RapeVictim.BackgroundTransparency = 0.5 | |
772 | RapeVictim.Position = UDim2.new(0, 460, 0, 460) | |
773 | RapeVictim.Size = UDim2.new(0, 80, 0, 20) | |
774 | RapeVictim.Font = Enum.Font.SciFi | |
775 | RapeVictim.FontSize = Enum.FontSize.Size14 | |
776 | RapeVictim.Text = "Rape Victim" | |
777 | RapeVictim.TextColor3 = Color3.new(0, 0.984314, 1) | |
778 | RapeVictim.TextScaled = true | |
779 | RapeVictim.TextSize = 14 | |
780 | RapeVictim.TextWrapped = true | |
781 | ||
782 | function InvisScan(obj) | |
783 | for i,v in pairs(obj:GetChildren()) do | |
784 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" or v.ClassName == "Decal" then | |
785 | v.Transparency = v.Transparency + 1 | |
786 | end | |
787 | InvisScan(v) | |
788 | end | |
789 | end | |
790 | ||
791 | function BInvisScan(obxj) | |
792 | for i,x in pairs(obxj:GetChildren()) do | |
793 | if x.ClassName == "Part" or x.ClassName == "WedgePart" or x.ClassName == "CornerWedgePart" or x.ClassName == "TrussPart" or x.ClassName == "SpawnLocation" or x.ClassName == "UnionOperation" or x.ClassName == "Decal" then | |
794 | x.Transparency = x.Transparency - 1 | |
795 | end | |
796 | BInvisScan(x) | |
797 | end | |
798 | end | |
799 | ||
800 | function GhostScan(obj) | |
801 | for i,v in pairs(obj:GetChildren()) do | |
802 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" or v.ClassName == "Decal" then | |
803 | v.Transparency = v.Transparency + 0.9 | |
804 | end | |
805 | GhostScan(v) | |
806 | end | |
807 | end | |
808 | function BGhostScan(obj) | |
809 | for i,v in pairs(obj:GetChildren()) do | |
810 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" or v.ClassName == "Decal" then | |
811 | v.Transparency = v.Transparency - 0.9 | |
812 | end | |
813 | BGhostScan(v) | |
814 | end | |
815 | end | |
816 | ||
817 | ||
818 | InvisWS.Name = "InvisWS" | |
819 | InvisWS.Parent = FrameTwo | |
820 | InvisWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
821 | InvisWS.BackgroundTransparency = 0.5 | |
822 | InvisWS.Position = UDim2.new(0, 190, 0, 40) | |
823 | InvisWS.Size = UDim2.new(0, 80, 0, 20) | |
824 | InvisWS.Font = Enum.Font.SciFi | |
825 | InvisWS.FontSize = Enum.FontSize.Size14 | |
826 | InvisWS.Text = "InvisWS" | |
827 | InvisWS.TextColor3 = Color3.new(1, 1, 1) | |
828 | InvisWS.TextSize = 14 | |
829 | InvisTrue = false | |
830 | InvisWS.MouseButton1Down:connect(function() | |
831 | Clicksound:Play() | |
832 | if InvisTrue == false then | |
833 | InvisTrue = true | |
834 | InvisScan(workspace) | |
835 | InvisWS.Text = "NormalWS" | |
836 | elseif InvisTrue == true then | |
837 | Clicksound:Play() | |
838 | InvisTrue = false | |
839 | BInvisScan(workspace) | |
840 | InvisWS.Text = "InvisWS" | |
841 | end | |
842 | end) | |
843 | ||
844 | Theme5.Name = "Theme5" | |
845 | Theme5.Parent = Themes | |
846 | Theme5.BackgroundColor3 = Color3.new(1, 1, 1) | |
847 | Theme5.BackgroundTransparency = 0.5 | |
848 | Theme5.Position = UDim2.new(0, 370, 0, 40) | |
849 | Theme5.Size = UDim2.new(0, 80, 0, 20) | |
850 | Theme5.Font = Enum.Font.SciFi | |
851 | Theme5.FontSize = Enum.FontSize.Size14 | |
852 | Theme5.Text = "8-Bit" | |
853 | Theme5.TextColor3 = Color3.new(1, 1, 1) | |
854 | Theme5.TextSize = 14 | |
855 | Theme5.MouseButton1Down:connect(function() | |
856 | Clicksound:Play() | |
857 | BG.BackgroundTransparency = 0.9 | |
858 | BG.BackgroundColor3 = Color3.fromRGB(0,255,0) | |
859 | BG.BorderSizePixel = 3 | |
860 | BG.BorderColor3 = Color3.new(0,0,0) | |
861 | for i,v in pairs(Frame:GetChildren()) do | |
862 | if v.ClassName == "TextBox" then | |
863 | v.BackgroundColor3 = Color3.new(0,0,0) | |
864 | v.Font = "Arcade" | |
865 | v.BorderSizePixel = 2 | |
866 | v.TextColor3 = Color3.new(0,1,0) | |
867 | v.BackgroundTransparency = 0.5 | |
868 | v.BorderColor3 = Color3.new(0,0,0) | |
869 | v.TextSize = "12" | |
870 | elseif v.ClassName == "TextButton" then | |
871 | v.BackgroundColor3 = Color3.new(0,0,0) | |
872 | v.Font = "Arcade" | |
873 | v.BorderSizePixel = 2 | |
874 | v.TextColor3 = Color3.new(1,1,0) | |
875 | v.BackgroundTransparency = 0.5 | |
876 | v.BorderColor3 = Color3.new(0,0,0) | |
877 | v.TextSize = "12" | |
878 | end | |
879 | end | |
880 | for i,c in pairs(FrameTwo:GetChildren()) do | |
881 | if c.ClassName == "TextBox" then | |
882 | c.BackgroundColor3 = Color3.new(0,0,0) | |
883 | c.BackgroundColor3 = Color3.new(0,0,0) | |
884 | c.Font = "Arcade" | |
885 | c.BorderSizePixel = 2 | |
886 | c.TextColor3 = Color3.new(0,1,0) | |
887 | c.BackgroundTransparency = 0.5 | |
888 | c.BorderColor3 = Color3.new(0,0,0) | |
889 | c.TextSize = "12" | |
890 | elseif c.ClassName == "TextButton" then | |
891 | c.BackgroundColor3 = Color3.new(0,0,0) | |
892 | c.Font = "Arcade" | |
893 | c.BorderSizePixel = 2 | |
894 | c.TextColor3 = Color3.new(1,1,0) | |
895 | c.BackgroundTransparency = 0.5 | |
896 | c.BorderColor3 = Color3.new(0,0,0) | |
897 | c.TextSize = "12" | |
898 | end | |
899 | end | |
900 | for i,x in pairs(Themes:GetChildren()) do | |
901 | if x.ClassName == "TextBox" then | |
902 | x.BackgroundColor3 = Color3.new(0,0,0) | |
903 | x.Font = "Arcade" | |
904 | x.BorderSizePixel = 2 | |
905 | x.TextColor3 = Color3.new(0,1,0) | |
906 | x.BackgroundTransparency = 0.5 | |
907 | x.BorderColor3 = Color3.new(0,0,0) | |
908 | x.TextSize = "12" | |
909 | elseif x.ClassName == "TextButton" then | |
910 | x.BackgroundColor3 = Color3.new(0,0,0) | |
911 | x.Font = "Arcade" | |
912 | x.BorderSizePixel = 2 | |
913 | x.TextColor3 = Color3.new(1,1,0) | |
914 | x.BackgroundTransparency = 0.5 | |
915 | x.BorderColor3 = Color3.new(0,0,0) | |
916 | x.TextSize = "12" | |
917 | end | |
918 | end | |
919 | end) | |
920 | ||
921 | Theme4.Name = "Theme4" | |
922 | Theme4.Parent = Themes | |
923 | Theme4.BackgroundColor3 = Color3.new(1, 1, 1) | |
924 | Theme4.BackgroundTransparency = 0.5 | |
925 | Theme4.Position = UDim2.new(0, 280, 0, 40) | |
926 | Theme4.Size = UDim2.new(0, 80, 0, 20) | |
927 | Theme4.Font = Enum.Font.SciFi | |
928 | Theme4.FontSize = Enum.FontSize.Size14 | |
929 | Theme4.Text = "v1" | |
930 | Theme4.TextColor3 = Color3.new(1, 1, 1) | |
931 | Theme4.TextSize = 14 | |
932 | Theme4.MouseButton1Down:connect(function() | |
933 | Clicksound:Play() | |
934 | BG.BackgroundTransparency = 0 | |
935 | BG.BackgroundColor3 = Color3.fromRGB(50,50,50) | |
936 | BG.BorderSizePixel = 2 | |
937 | BG.BorderColor3 = Color3.new(0,0,0) | |
938 | for i,v in pairs(Frame:GetChildren()) do | |
939 | if v.ClassName == "TextBox" then | |
940 | v.BackgroundColor3 = Color3.new(0,1,1) | |
941 | v.Font = "Code" | |
942 | v.BorderSizePixel = 1 | |
943 | v.TextColor3 = Color3.new(0,0,0) | |
944 | v.BackgroundTransparency = 0 | |
945 | v.BorderColor3 = Color3.new(0,0,0) | |
946 | v.FontSize = "Size14" | |
947 | elseif v.ClassName == "TextButton" then | |
948 | v.BackgroundColor3 = Color3.new(1,1,1) | |
949 | v.Font = "Code" | |
950 | v.BorderSizePixel = 1 | |
951 | v.TextColor3 = Color3.new(0,0,0) | |
952 | v.BackgroundTransparency = 0 | |
953 | v.BorderColor3 = Color3.new(0,0,0) | |
954 | v.FontSize = "Size14" | |
955 | end | |
956 | end | |
957 | for i,c in pairs(FrameTwo:GetChildren()) do | |
958 | if c.ClassName == "TextBox" then | |
959 | c.BackgroundColor3 = Color3.new(0,1,1) | |
960 | c.Font = "Code" | |
961 | c.BorderSizePixel = 1 | |
962 | c.TextColor3 = Color3.new(0,0,0) | |
963 | c.BackgroundTransparency = 0 | |
964 | c.BorderColor3 = Color3.new(0,0,0) | |
965 | c.FontSize = "Size14" | |
966 | elseif c.ClassName == "TextButton" then | |
967 | c.BackgroundColor3 = Color3.new(1,1,1) | |
968 | c.Font = "Code" | |
969 | c.BorderSizePixel = 1 | |
970 | c.TextColor3 = Color3.new(0,0,0) | |
971 | c.BackgroundTransparency = 0 | |
972 | c.BorderColor3 = Color3.new(0,0,0) | |
973 | c.FontSize = "Size14" | |
974 | end | |
975 | end | |
976 | for i,x in pairs(Themes:GetChildren()) do | |
977 | if x.ClassName == "TextBox" then | |
978 | x.BackgroundColor3 = Color3.new(0,1,1) | |
979 | x.Font = "Code" | |
980 | x.BorderSizePixel = 1 | |
981 | x.TextColor3 = Color3.new(0,0,0) | |
982 | x.BackgroundTransparency = 0 | |
983 | x.BorderColor3 = Color3.new(0,0,0) | |
984 | x.FontSize = "Size14" | |
985 | elseif x.ClassName == "TextButton" then | |
986 | x.BackgroundColor3 = Color3.new(1,1,1) | |
987 | x.Font = "Code" | |
988 | x.BorderSizePixel = 1 | |
989 | x.TextColor3 = Color3.new(0,0,0) | |
990 | x.BackgroundTransparency = 0 | |
991 | x.BorderColor3 = Color3.new(0,0,0) | |
992 | x.FontSize = "Size14" | |
993 | end | |
994 | end | |
995 | end) | |
996 | ||
997 | GhostWS.Name = "GhostWS" | |
998 | GhostWS.Parent = FrameTwo | |
999 | GhostWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
1000 | GhostWS.BackgroundTransparency = 0.5 | |
1001 | GhostWS.Position = UDim2.new(0, 280, 0, 40) | |
1002 | GhostWS.Size = UDim2.new(0, 80, 0, 20) | |
1003 | GhostWS.Font = Enum.Font.SciFi | |
1004 | GhostWS.FontSize = Enum.FontSize.Size14 | |
1005 | GhostWS.Text = "GhostWS" | |
1006 | GhostWS.TextColor3 = Color3.new(1, 1, 1) | |
1007 | GhostWS.TextSize = 14 | |
1008 | GhostTrue = false | |
1009 | GhostWS.MouseButton1Down:connect(function() | |
1010 | Clicksound:Play() | |
1011 | if GhostTrue == false then | |
1012 | GhostTrue = true | |
1013 | GhostScan(workspace) | |
1014 | GhostWS.Text = "NormalWS" | |
1015 | elseif GhostTrue == true then | |
1016 | BGhostScan(workspace) | |
1017 | Clicksound:Play() | |
1018 | GhostWS.Text = "GhostWS" | |
1019 | GhostTrue = false | |
1020 | end | |
1021 | end) | |
1022 | ||
1023 | Hell.Name = "Hell" | |
1024 | Hell.Parent = FrameTwo | |
1025 | Hell.BackgroundColor3 = Color3.new(1, 1, 1) | |
1026 | Hell.BackgroundTransparency = 0.5 | |
1027 | Hell.Position = UDim2.new(0, 370, 0, 40) | |
1028 | Hell.Size = UDim2.new(0, 80, 0, 20) | |
1029 | Hell.Font = Enum.Font.SciFi | |
1030 | Hell.FontSize = Enum.FontSize.Size14 | |
1031 | Hell.Text = "666" | |
1032 | Hell.TextColor3 = Color3.new(1, 1, 1) | |
1033 | Hell.TextSize = 14 | |
1034 | Hell.MouseButton1Down:connect(function() | |
1035 | --[[By Luckyxero]]-- | |
1036 | for i,v in pairs(game.Players:GetChildren()) do | |
1037 | v.CameraMaxZoomDistance = 0 | |
1038 | end | |
1039 | fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'} | |
1040 | S = Instance.new("Sound",workspace) | |
1041 | S.SoundId = "rbxassetid://152840862" | |
1042 | S.Playing = true | |
1043 | S.Looped = true | |
1044 | S.Volume = 10 | |
1045 | E = Instance.new("PitchShiftSoundEffect",S) | |
1046 | E.Octave = 0.7 | |
1047 | E = Instance.new("PitchShiftSoundEffect",S) | |
1048 | E.Octave = 0.71 | |
1049 | E = Instance.new("PitchShiftSoundEffect",S) | |
1050 | E.Octave = 0.72 | |
1051 | S = Instance.new("Sound",workspace) | |
1052 | S.SoundId = "rbxassetid://152840862" | |
1053 | S.Playing = true | |
1054 | S.Looped = true | |
1055 | S.Volume = 0.3 | |
1056 | S.PlaybackSpeed = 1 | |
1057 | function rqrqRecScan(Obj) | |
1058 | for i,v in pairs(Obj:GetChildren()) do | |
1059 | if v.ClassName == "Part" then | |
1060 | v.Color = Color3.new(0,0,0) | |
1061 | v.Material = "Grass" | |
1062 | Sec = Instance.new("SelectionBox",v) | |
1063 | Sec.Adornee = v | |
1064 | Sec.Color3 = Color3.new(1,0,0) | |
1065 | Sec.LineThickness = 0.001 | |
1066 | for i = 1,6 do | |
1067 | Dec = Instance.new("SurfaceGui",v) | |
1068 | Dec.AlwaysOnTop = true | |
1069 | Dec.Face = fac[i] | |
1070 | Frame = Instance.new("TextLabel",Dec) | |
1071 | Frame.Size = UDim2.new(0,800,0,600) | |
1072 | Frame.Text = "666 666 666 666" | |
1073 | Frame.BackgroundTransparency = 1 | |
1074 | Frame.TextSize = 48 | |
1075 | Frame.TextColor3 = Color3.new(1,0,0) | |
1076 | end | |
1077 | end | |
1078 | rqrqRecScan(v) | |
1079 | end | |
1080 | end | |
1081 | rqrqRecScan(workspace) | |
1082 | Blur = Instance.new("BlurEffect",game.Lighting) | |
1083 | Blur.Size = 56 | |
1084 | Effect = Instance.new("ColorCorrectionEffect",game.Lighting) | |
1085 | Effect.Contrast = 100 | |
1086 | Effect.Saturation = 1000 | |
1087 | Effect.Brightness = 50 | |
1088 | Effect.TintColor = Color3.fromRGB(0.1,0,0) | |
1089 | game.Lighting.TimeOfDay = 19 | |
1090 | game.Lighting.Ambient = Color3.new(1,1,1) | |
1091 | while true do | |
1092 | for a = 56,10,-2 do | |
1093 | Blur.Size = a | |
1094 | wait(0) | |
1095 | end | |
1096 | for b = 10,56,2 do | |
1097 | Blur.Size = b | |
1098 | wait(0) | |
1099 | end | |
1100 | wait(0) | |
1101 | end | |
1102 | end) | |
1103 | ||
1104 | SecondPage.Name = "SecondPage" | |
1105 | SecondPage.Parent = Frame | |
1106 | SecondPage.BackgroundColor3 = Color3.new(1, 1, 1) | |
1107 | SecondPage.BackgroundTransparency = 0.5 | |
1108 | SecondPage.Position = UDim2.new(0, 350, 0, 10) | |
1109 | SecondPage.Size = UDim2.new(0, 80, 0, 20) | |
1110 | SecondPage.Font = Enum.Font.SciFi | |
1111 | SecondPage.FontSize = Enum.FontSize.Size14 | |
1112 | SecondPage.Text = "Page 2" | |
1113 | SecondPage.TextColor3 = Color3.new(1, 1, 1) | |
1114 | SecondPage.TextScaled = true | |
1115 | SecondPage.TextSize = 14 | |
1116 | SecondPage.TextWrapped = true | |
1117 | StopFunction = false | |
1118 | function FuckGameScan(obj) | |
1119 | for i,v in pairs(obj:GetChildren()) do | |
1120 | if v.ClassName == "SpawnLocation" then | |
1121 | v:Remove() | |
1122 | end | |
1123 | FuckGameScan(v) | |
1124 | end | |
1125 | end | |
1126 | SpawnLoc.Name = "SpawnLoc" | |
1127 | SpawnLoc.Parent = FrameTwo | |
1128 | SpawnLoc.BackgroundColor3 = Color3.new(1, 1, 1) | |
1129 | SpawnLoc.BackgroundTransparency = 0.5 | |
1130 | SpawnLoc.Position = UDim2.new(0, 100, 0, 40) | |
1131 | SpawnLoc.Size = UDim2.new(0, 80, 0, 20) | |
1132 | SpawnLoc.Font = Enum.Font.SciFi | |
1133 | SpawnLoc.FontSize = Enum.FontSize.Size14 | |
1134 | SpawnLoc.Text = "Spawn" | |
1135 | SpawnLoc.TextColor3 = Color3.new(1, 1, 1) | |
1136 | SpawnLoc.TextSize = 14 | |
1137 | SpawnLoc.MouseButton1Down:connect(function() | |
1138 | Clicksound:Play() | |
1139 | FuckGameScan(workspace) | |
1140 | Spawn = Instance.new("SpawnLocation",workspace) | |
1141 | Spawn.TopSurface = "Smooth" | |
1142 | Spawn.Locked = true | |
1143 | Spawn.Anchored = true | |
1144 | Spawn.Size = Vector3.new(6,1,6) | |
1145 | Decal = Instance.new("Decal",Spawn) | |
1146 | Decal.Texture = "rbxasset://Textures/SpawnLocation.png" | |
1147 | Decal.Face = "Top" | |
1148 | Spawn.Position = Vector3.new(game.Players.LocalPlayer.Character.Torso.Position.X,game.Players.LocalPlayer.Character.Torso.Position.Y - 4,game.Players.LocalPlayer.Character.Torso.Position.Z) | |
1149 | end) | |
1150 | ||
1151 | MuID.Name = "MuID" | |
1152 | MuID.Parent = FrameTwo | |
1153 | MuID.BackgroundColor3 = Color3.new(1, 1, 1) | |
1154 | MuID.BackgroundTransparency = 0.5 | |
1155 | MuID.Position = UDim2.new(0, 10, 0, 70) | |
1156 | MuID.Size = UDim2.new(0, 80, 0, 20) | |
1157 | MuID.Font = Enum.Font.SciFi | |
1158 | MuID.FontSize = Enum.FontSize.Size14 | |
1159 | MuID.Text = "Music ID" | |
1160 | MuID.TextColor3 = Color3.new(0, 0.984314, 1) | |
1161 | MuID.TextScaled = true | |
1162 | MuID.TextSize = 14 | |
1163 | MuID.TextWrapped = true | |
1164 | ||
1165 | ||
1166 | FrameTwo.Name = "FrameTwo" | |
1167 | FrameTwo.Parent = Frame | |
1168 | FrameTwo.Active = true | |
1169 | FrameTwo.BackgroundColor3 = Color3.new(0, 0, 0) | |
1170 | FrameTwo.BackgroundTransparency = 1 | |
1171 | FrameTwo.BorderColor3 = Color3.new(0, 0, 0) | |
1172 | FrameTwo.BorderSizePixel = 3 | |
1173 | FrameTwo.ClipsDescendants = true | |
1174 | FrameTwo.Position = UDim2.new(0, 0, 0, 490) | |
1175 | FrameTwo.Size = UDim2.new(0, 550, 0, 490) | |
1176 | SecondPage.MouseButton1Down:connect(function() | |
1177 | if Frame.Position == UDim2.new(0,0,0,0) then | |
1178 | Clicksound:Play() | |
1179 | IntroSong:Play() | |
1180 | Settings.Visible = false | |
1181 | Frame:TweenPosition(UDim2.new(0,0,0,-490),"Out") | |
1182 | Frame.ClipsDescendants = false | |
1183 | PlayerName:TweenPosition(UDim2.new(0,10,0,500),"Out") | |
1184 | SelectAll:TweenPosition(UDim2.new(0,150,0,500),"Out") | |
1185 | Close:TweenPosition(UDim2.new(0,530,0,490),"Out") | |
1186 | SecondPage:TweenPosition(UDim2.new(0,240,0,500)) | |
1187 | SecondPage.Text = "Page 1" | |
1188 | elseif Frame.Position == UDim2.new(0,0,0,-490) then | |
1189 | Clicksound:Play() | |
1190 | IntroSong:Play() | |
1191 | Settings.Visible = true | |
1192 | Frame:TweenPosition(UDim2.new(0,0,0,0),"Out") | |
1193 | SecondPage:TweenPosition(UDim2.new(0,350,0,10)) | |
1194 | Frame.ClipsDescendants = false | |
1195 | PlayerName:TweenPosition(UDim2.new(0,10,0,10),"Out") | |
1196 | SelectAll:TweenPosition(UDim2.new(0,260,0,10),"Out") | |
1197 | Close:TweenPosition(UDim2.new(0,530,0,0),"Out") | |
1198 | SecondPage.Text = "Page 1" | |
1199 | end | |
1200 | end) | |
1201 | ||
1202 | MusicCube.Name = "MusicCube" | |
1203 | MusicCube.Parent = FrameTwo | |
1204 | MusicCube.BackgroundColor3 = Color3.new(1, 1, 1) | |
1205 | MusicCube.BackgroundTransparency = 0.5 | |
1206 | MusicCube.Position = UDim2.new(0, 10, 0, 40) | |
1207 | MusicCube.Size = UDim2.new(0, 80, 0, 20) | |
1208 | MusicCube.Font = Enum.Font.SciFi | |
1209 | MusicCube.FontSize = Enum.FontSize.Size14 | |
1210 | MusicCube.Text = "Music Cube" | |
1211 | MusicCube.TextColor3 = Color3.new(1, 1, 1) | |
1212 | MusicCube.TextSize = 14 | |
1213 | MusicCube.MouseButton1Down:connect(function() | |
1214 | RemoveCube.Visible = true | |
1215 | MusicCube.Visible = false | |
1216 | Soundp(tonumber(MuID.Text)) | |
1217 | end) | |
1218 | ||
1219 | RemoveCube.Name = "RemoveCube" | |
1220 | RemoveCube.Parent = FrameTwo | |
1221 | RemoveCube.BackgroundColor3 = Color3.new(1, 1, 1) | |
1222 | RemoveCube.BackgroundTransparency = 0.5 | |
1223 | RemoveCube.Position = UDim2.new(0, 10, 0, 40) | |
1224 | RemoveCube.Size = UDim2.new(0, 80, 0, 20) | |
1225 | RemoveCube.Font = Enum.Font.SciFi | |
1226 | RemoveCube.FontSize = Enum.FontSize.Size14 | |
1227 | RemoveCube.Text = "Remove" | |
1228 | RemoveCube.TextColor3 = Color3.new(1, 1, 1) | |
1229 | RemoveCube.TextSize = 14 | |
1230 | RemoveCube.Visible = false | |
1231 | RemoveCube.MouseButton1Down:connect(function() | |
1232 | Clicksound:Play() | |
1233 | RemoveCube.Visible = false | |
1234 | MusicCube.Visible = true | |
1235 | workspace.SoundPart:Remove() | |
1236 | end) | |
1237 | Frame.ClipsDescendants = false | |
1238 | Settings.Name = "Settings" | |
1239 | Settings.Parent = Frame | |
1240 | Settings.BackgroundColor3 = Color3.new(1, 1, 1) | |
1241 | Settings.BackgroundTransparency = 0.5 | |
1242 | Settings.Position = UDim2.new(0, 440, 0, 10) | |
1243 | Settings.Size = UDim2.new(0, 80, 0, 20) | |
1244 | Settings.Font = Enum.Font.SciFi | |
1245 | Settings.FontSize = Enum.FontSize.Size14 | |
1246 | Settings.Text = "Themes" | |
1247 | Settings.TextColor3 = Color3.new(1, 1, 1) | |
1248 | Settings.TextScaled = true | |
1249 | Settings.TextSize = 14 | |
1250 | Settings.TextWrapped = true | |
1251 | Settings.MouseButton1Down:connect(function() | |
1252 | Clicksound:Play() | |
1253 | IntroSong:Play() | |
1254 | Themes:TweenPosition(UDim2.new(0,0,0,0),"Out") | |
1255 | Frame:TweenPosition(UDim2.new(0,0,0,490),"Out") | |
1256 | Close:TweenPosition(UDim2.new(0,530,0,-490),"Out") | |
1257 | end) | |
1258 | ||
1259 | Themes.Name = "Themes" | |
1260 | Themes.Parent = BG | |
1261 | Themes.Active = true | |
1262 | Themes.BackgroundColor3 = Color3.new(0, 0, 0) | |
1263 | Themes.BackgroundTransparency = 1 | |
1264 | Themes.BorderColor3 = Color3.new(0, 0, 0) | |
1265 | Themes.BorderSizePixel = 3 | |
1266 | Themes.ClipsDescendants = true | |
1267 | Themes.Position = UDim2.new(0, 0, 0, -490) | |
1268 | Themes.Size = UDim2.new(0, 550, 0, 490) | |
1269 | ||
1270 | Theme1.Name = "Theme1" | |
1271 | Theme1.Parent = Themes | |
1272 | Theme1.BackgroundColor3 = Color3.new(1, 1, 1) | |
1273 | Theme1.BackgroundTransparency = 0.5 | |
1274 | Theme1.Position = UDim2.new(0, 10, 0, 40) | |
1275 | Theme1.Size = UDim2.new(0, 80, 0, 20) | |
1276 | Theme1.Font = Enum.Font.SciFi | |
1277 | Theme1.FontSize = Enum.FontSize.Size14 | |
1278 | Theme1.Text = "Cerberus" | |
1279 | Theme1.TextColor3 = Color3.new(1, 1, 1) | |
1280 | Theme1.TextSize = 14 | |
1281 | ChoiceNumber = 0 | |
1282 | Theme1.MouseButton1Down:connect(function() | |
1283 | ChoiceNumber = ChoiceNumber + 1 | |
1284 | if ChoiceNumber == 1 then | |
1285 | Theme1.Text = "Jungle" | |
1286 | Clicksound:Play() | |
1287 | BG.BackgroundTransparency = 0 | |
1288 | BG.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1289 | for i,v in pairs(Frame:GetChildren()) do | |
1290 | if v.ClassName == "TextBox" then | |
1291 | v.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1292 | v.BorderSizePixel = 1 | |
1293 | v.Font = "SciFi" | |
1294 | v.BorderColor3 = Color3.new(0,0,0) | |
1295 | v.TextColor3 = Color3.new(1,0,0) | |
1296 | end | |
1297 | if v.ClassName == "TextButton" then | |
1298 | v.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1299 | v.BorderSizePixel = 1 | |
1300 | v.Font = "SciFi" | |
1301 | v.BorderColor3 = Color3.new(0,0,0) | |
1302 | v.TextColor3 = Color3.fromRGB(170,0,0) | |
1303 | end | |
1304 | end | |
1305 | for i,c in pairs(FrameTwo:GetChildren()) do | |
1306 | if c.ClassName == "TextBox" then | |
1307 | c.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1308 | c.BorderSizePixel = 1 | |
1309 | c.Font = "SciFi" | |
1310 | c.BorderColor3 = Color3.new(0,0,0) | |
1311 | c.TextColor3 = Color3.new(1,0,0) | |
1312 | end | |
1313 | if c.ClassName == "TextButton" then | |
1314 | c.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1315 | c.BorderSizePixel = 1 | |
1316 | c.BorderColor3 = Color3.new(0,0,0) | |
1317 | c.Font = "SciFi" | |
1318 | c.TextColor3 = Color3.fromRGB(170,0,0) | |
1319 | end | |
1320 | end | |
1321 | for i,x in pairs(Themes:GetChildren()) do | |
1322 | if x.ClassName == "TextBox" then | |
1323 | x.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1324 | x.BorderSizePixel = 1 | |
1325 | x.BorderColor3 = Color3.new(0,0,0) | |
1326 | x.Font = "SciFi" | |
1327 | x.TextColor3 = Color3.new(1,0,0) | |
1328 | end | |
1329 | if x.ClassName == "TextButton" then | |
1330 | x.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1331 | x.BorderSizePixel = 1 | |
1332 | x.BorderColor3 = Color3.new(0,0,0) | |
1333 | x.Font = "SciFi" | |
1334 | x.TextColor3 = Color3.fromRGB(170,0,0) | |
1335 | end | |
1336 | end | |
1337 | elseif ChoiceNumber == 2 then | |
1338 | Clicksound:Play() | |
1339 | Theme1.Text = "Future" | |
1340 | BG.BackgroundTransparency = 0 | |
1341 | BG.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1342 | for i,v in pairs(Frame:GetChildren()) do | |
1343 | if v.ClassName == "TextBox" then | |
1344 | v.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1345 | v.BorderSizePixel = 1 | |
1346 | v.Font = "SciFi" | |
1347 | v.BorderColor3 = Color3.new(0,0,0) | |
1348 | v.TextColor3 = Color3.new(0,1,0) | |
1349 | end | |
1350 | if v.ClassName == "TextButton" then | |
1351 | v.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1352 | v.BorderSizePixel = 1 | |
1353 | v.Font = "SciFi" | |
1354 | v.BorderColor3 = Color3.new(0,0,0) | |
1355 | v.TextColor3 = Color3.fromRGB(0,170,0) | |
1356 | end | |
1357 | end | |
1358 | for i,c in pairs(FrameTwo:GetChildren()) do | |
1359 | if c.ClassName == "TextBox" then | |
1360 | c.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1361 | c.BorderSizePixel = 1 | |
1362 | c.Font = "SciFi" | |
1363 | c.BorderColor3 = Color3.new(0,0,0) | |
1364 | c.TextColor3 = Color3.new(0,1,0) | |
1365 | end | |
1366 | if c.ClassName == "TextButton" then | |
1367 | c.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1368 | c.BorderSizePixel = 1 | |
1369 | c.BorderColor3 = Color3.new(0,0,0) | |
1370 | c.Font = "SciFi" | |
1371 | c.TextColor3 = Color3.fromRGB(0,170,0) | |
1372 | end | |
1373 | end | |
1374 | for i,x in pairs(Themes:GetChildren()) do | |
1375 | if x.ClassName == "TextBox" then | |
1376 | x.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1377 | x.BorderSizePixel = 1 | |
1378 | x.BorderColor3 = Color3.new(0,0,0) | |
1379 | x.Font = "SciFi" | |
1380 | x.TextColor3 = Color3.new(1,0,0) | |
1381 | end | |
1382 | if x.ClassName == "TextButton" then | |
1383 | x.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1384 | x.BorderSizePixel = 1 | |
1385 | x.BorderColor3 = Color3.new(0,0,0) | |
1386 | x.Font = "SciFi" | |
1387 | x.TextColor3 = Color3.fromRGB(0,170,0) | |
1388 | end | |
1389 | end | |
1390 | elseif ChoiceNumber == 3 then | |
1391 | Clicksound:Play() | |
1392 | Theme1.Text = "Cerberus" | |
1393 | BG.BackgroundTransparency = 0 | |
1394 | BG.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1395 | for i,v in pairs(Frame:GetChildren()) do | |
1396 | if v.ClassName == "TextBox" then | |
1397 | v.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1398 | v.BorderSizePixel = 1 | |
1399 | v.Font = "SciFi" | |
1400 | v.BorderColor3 = Color3.new(0,0,0) | |
1401 | v.TextColor3 = Color3.new(0,1,1) | |
1402 | end | |
1403 | if v.ClassName == "TextButton" then | |
1404 | v.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1405 | v.BorderSizePixel = 1 | |
1406 | v.Font = "SciFi" | |
1407 | v.BorderColor3 = Color3.new(0,0,0) | |
1408 | v.TextColor3 = Color3.fromRGB(0,170,170) | |
1409 | end | |
1410 | end | |
1411 | for i,c in pairs(FrameTwo:GetChildren()) do | |
1412 | if c.ClassName == "TextBox" then | |
1413 | c.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1414 | c.BorderSizePixel = 1 | |
1415 | c.Font = "SciFi" | |
1416 | c.BorderColor3 = Color3.new(0,0,0) | |
1417 | c.TextColor3 = Color3.new(0,1,1) | |
1418 | end | |
1419 | if c.ClassName == "TextButton" then | |
1420 | c.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1421 | c.BorderSizePixel = 1 | |
1422 | c.BorderColor3 = Color3.new(0,0,0) | |
1423 | c.Font = "SciFi" | |
1424 | c.TextColor3 = Color3.fromRGB(0,170,170) | |
1425 | end | |
1426 | end | |
1427 | for i,x in pairs(Themes:GetChildren()) do | |
1428 | if x.ClassName == "TextBox" then | |
1429 | x.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1430 | x.BorderSizePixel = 1 | |
1431 | x.BorderColor3 = Color3.new(0,0,0) | |
1432 | x.Font = "SciFi" | |
1433 | x.TextColor3 = Color3.new(1,0,0) | |
1434 | end | |
1435 | if x.ClassName == "TextButton" then | |
1436 | x.BackgroundColor3 = Color3.fromRGB(14, 23, 29) | |
1437 | x.BorderSizePixel = 1 | |
1438 | x.BorderColor3 = Color3.new(0,1,1) | |
1439 | x.Font = "SciFi" | |
1440 | x.TextColor3 = Color3.fromRGB(0,170,170) | |
1441 | end | |
1442 | end | |
1443 | end | |
1444 | if ChoiceNumber == 3 then | |
1445 | ChoiceNumber = 0 | |
1446 | end | |
1447 | end) | |
1448 | ||
1449 | Theme2.Name = "Theme2" | |
1450 | Theme2.Parent = Themes | |
1451 | Theme2.BackgroundColor3 = Color3.new(1, 1, 1) | |
1452 | Theme2.BackgroundTransparency = 0.5 | |
1453 | Theme2.Position = UDim2.new(0, 100, 0, 40) | |
1454 | Theme2.Size = UDim2.new(0, 80, 0, 20) | |
1455 | Theme2.Font = Enum.Font.SciFi | |
1456 | Theme2.FontSize = Enum.FontSize.Size14 | |
1457 | Theme2.Text = "v2" | |
1458 | Theme2.TextColor3 = Color3.new(1, 1, 1) | |
1459 | Theme2.TextSize = 14 | |
1460 | Theme2.MouseButton1Down:connect(function() | |
1461 | Clicksound:Play() | |
1462 | BG.BackgroundTransparency = 0.58 | |
1463 | BG.BorderSizePixel = 0 | |
1464 | BG.BackgroundColor3 = Color3.new(0,0,0) | |
1465 | for i,v in pairs(Frame:GetChildren()) do | |
1466 | v.BorderSizePixel = 1 | |
1467 | v.BorderColor3 = Color3.new(0,0,0) | |
1468 | v.BackgroundColor3 = Color3.new(1,1,1) | |
1469 | if v.ClassName == "TextButton" then | |
1470 | v.TextColor3 = Color3.new(1,1,1) | |
1471 | v.Font = "SciFi" | |
1472 | v.BackgroundColor3 = Color3.new(1,1,1) | |
1473 | v.BackgroundTransparency = 0.5 | |
1474 | end | |
1475 | if v.ClassName == "TextBox" then | |
1476 | v.TextColor3 = Color3.fromRGB(0,255,255) | |
1477 | v.BackgroundTransparency = 0.5 | |
1478 | v.BackgroundColor3 = Color3.new(1,1,1) | |
1479 | v.Font = "SciFi" | |
1480 | end | |
1481 | end | |
1482 | for i,c in pairs(FrameTwo:GetChildren()) do | |
1483 | c.BorderSizePixel = 1 | |
1484 | c.BorderColor3 = Color3.new(0,0,0) | |
1485 | c.BackgroundColor3 = Color3.new(0,0,0) | |
1486 | if c.ClassName == "TextButton" then | |
1487 | c.TextColor3 = Color3.new(1,1,1) | |
1488 | c.Font = "SciFi" | |
1489 | c.BackgroundTransparency = 0.5 | |
1490 | c.BackgroundColor3 = Color3.new(1,1,1) | |
1491 | end | |
1492 | if c.ClassName == "TextBox" then | |
1493 | c.TextColor3 = Color3.fromRGB(0, 255, 255) | |
1494 | c.Font = "SciFi" | |
1495 | c.BackgroundColor3 = Color3.new(1,1,1) | |
1496 | c.BackgroundTransparency = 0.5 | |
1497 | end | |
1498 | end | |
1499 | for i,x in pairs(Themes:GetChildren()) do | |
1500 | x.BorderSizePixel = 1 | |
1501 | x.BorderColor3 = Color3.new(0,0,0) | |
1502 | x.BackgroundColor3 = Color3.new(0,0,0) | |
1503 | if x.ClassName == "TextButton" then | |
1504 | x.TextColor3 = Color3.new(1,1,1) | |
1505 | x.BackgroundColor3 = Color3.new(1,1,1) | |
1506 | x.BackgroundTransparency = 0.5 | |
1507 | x.Font = "SciFi" | |
1508 | end | |
1509 | if x.ClassName == "TextBox" then | |
1510 | x.TextColor3 = Color3.fromRGB(0,255,255) | |
1511 | x.Font = "SciFi" | |
1512 | x.BackgroundColor3 = Color3.new(1,1,1) | |
1513 | x.BackgroundTransparency = 0.5 | |
1514 | end | |
1515 | end | |
1516 | end) | |
1517 | ||
1518 | Theme3.Name = "Theme3" | |
1519 | Theme3.Parent = Themes | |
1520 | Theme3.BackgroundColor3 = Color3.new(1, 1, 1) | |
1521 | Theme3.BackgroundTransparency = 0.5 | |
1522 | Theme3.Position = UDim2.new(0, 190, 0, 40) | |
1523 | Theme3.Size = UDim2.new(0, 80, 0, 20) | |
1524 | Theme3.Font = Enum.Font.SciFi | |
1525 | Theme3.FontSize = Enum.FontSize.Size14 | |
1526 | Theme3.Text = "Matrix" | |
1527 | Theme3.TextColor3 = Color3.new(1, 1, 1) | |
1528 | Theme3.TextSize = 14 | |
1529 | Theme3.MouseButton1Down:connect(function() | |
1530 | BG.BackgroundTransparency = 0 | |
1531 | BG.BackgroundColor3 = Color3.new(0,0,0) | |
1532 | BG.BorderSizePixel = 1 | |
1533 | for i,v in pairs(Frame:GetChildren()) do | |
1534 | v.BorderSizePixel = 1 | |
1535 | v.BorderColor3 = Color3.new(0,1,0) | |
1536 | v.BackgroundColor3 = Color3.new(0,0,0) | |
1537 | if v.ClassName == "TextButton" then | |
1538 | v.TextColor3 = Color3.new(0,1,0) | |
1539 | end | |
1540 | if v.ClassName == "TextBox" then | |
1541 | v.TextColor3 = Color3.fromRGB(155, 255, 155) | |
1542 | end | |
1543 | end | |
1544 | for i,c in pairs(FrameTwo:GetChildren()) do | |
1545 | c.BorderSizePixel = 1 | |
1546 | c.BorderColor3 = Color3.new(0,1,0) | |
1547 | c.BackgroundColor3 = Color3.new(0,0,0) | |
1548 | if c.ClassName == "TextButton" then | |
1549 | c.TextColor3 = Color3.new(0,1,0) | |
1550 | end | |
1551 | if c.ClassName == "TextBox" then | |
1552 | c.TextColor3 = Color3.fromRGB(155, 255, 155) | |
1553 | end | |
1554 | end | |
1555 | for i,x in pairs(Themes:GetChildren()) do | |
1556 | x.BorderSizePixel = 1 | |
1557 | x.BorderColor3 = Color3.new(0,1,0) | |
1558 | x.BackgroundColor3 = Color3.new(0,0,0) | |
1559 | if x.ClassName == "TextButton" then | |
1560 | x.TextColor3 = Color3.new(0,1,0) | |
1561 | end | |
1562 | if x.ClassName == "TextBox" then | |
1563 | x.TextColor3 = Color3.fromRGB(155, 255, 155) | |
1564 | end | |
1565 | end | |
1566 | end) | |
1567 | ||
1568 | Spectate.Name = "Spectate" | |
1569 | Spectate.Parent = Frame | |
1570 | Spectate.BackgroundColor3 = Color3.new(1, 1, 1) | |
1571 | Spectate.BackgroundTransparency = 0.5 | |
1572 | Spectate.Position = UDim2.new(0, 370, 0, 460) | |
1573 | Spectate.Size = UDim2.new(0, 80, 0, 20) | |
1574 | Spectate.Font = Enum.Font.SciFi | |
1575 | Spectate.FontSize = Enum.FontSize.Size14 | |
1576 | Spectate.Text = "Spectate" | |
1577 | Spectate.TextColor3 = Color3.new(1, 1, 1) | |
1578 | Spectate.TextScaled = true | |
1579 | Spectate.TextSize = 14 | |
1580 | Spectate.TextWrapped = true | |
1581 | Spectate.MouseButton1Down:connect(function() | |
1582 | Clicksound:Play() | |
1583 | workspace.CurrentCamera.CameraSubject = workspace[PlayerName.Text].HumanoidRootPart | |
1584 | end) | |
1585 | ||
1586 | T.Name = "T" | |
1587 | T.Parent = Intro | |
1588 | T.BackgroundColor3 = Color3.new(1, 1, 1) | |
1589 | T.BorderColor3 = Color3.new(1, 1, 1) | |
1590 | T.Position = UDim2.new(0, 100, 0, 115) | |
1591 | T.Size = UDim2.new(0, 0, 0, 0) | |
1592 | T.BackgroundTransparency = 1 | |
1593 | T.Font = Enum.Font.SourceSans | |
1594 | T.FontSize = Enum.FontSize.Size14 | |
1595 | T.Text = "" | |
1596 | T.TextSize = 14 | |
1597 | ||
1598 | Rape.Name = "Rape" | |
1599 | Rape.Parent = Frame | |
1600 | Rape.BackgroundColor3 = Color3.new(1, 1, 1) | |
1601 | Rape.BackgroundTransparency = 0.5 | |
1602 | Rape.Position = UDim2.new(0, 100, 0, 70) | |
1603 | Rape.Size = UDim2.new(0, 80, 0, 20) | |
1604 | Rape.Font = Enum.Font.SciFi | |
1605 | Rape.FontSize = Enum.FontSize.Size14 | |
1606 | Rape.Text = "Rape" | |
1607 | Rape.TextColor3 = Color3.new(1, 1, 1) | |
1608 | Rape.TextSize = 14 | |
1609 | ||
1610 | LineOne.Name = "LineOne" | |
1611 | LineOne.Parent = Intro | |
1612 | LineOne.BackgroundColor3 = Color3.new(1, 1, 1) | |
1613 | LineOne.BackgroundTransparency = 1 | |
1614 | LineOne.BorderColor3 = Color3.new(1, 1, 1) | |
1615 | LineOne.Position = UDim2.new(0, 130, 0, 120) | |
1616 | LineOne.Font = Enum.Font.SourceSans | |
1617 | LineOne.FontSize = Enum.FontSize.Size14 | |
1618 | LineOne.Text = "" | |
1619 | LineOne.TextSize = 14 | |
1620 | ||
1621 | LineTw0.Name = "LineTw0" | |
1622 | LineTw0.Parent = Intro | |
1623 | LineTw0.BackgroundColor3 = Color3.new(1, 1, 1) | |
1624 | LineTw0.BackgroundTransparency = 1 | |
1625 | LineTw0.BorderColor3 = Color3.new(1, 1, 1) | |
1626 | LineTw0.Position = UDim2.new(0, 130, 0, 175) | |
1627 | LineTw0.Font = Enum.Font.SourceSans | |
1628 | LineTw0.FontSize = Enum.FontSize.Size14 | |
1629 | LineTw0.Text = "" | |
1630 | LineTw0.TextSize = 14 | |
1631 | ||
1632 | LineThree.Name = "LineThree" | |
1633 | LineThree.Parent = Intro | |
1634 | LineThree.BackgroundColor3 = Color3.new(1, 1, 1) | |
1635 | LineThree.BackgroundTransparency = 1 | |
1636 | LineThree.BorderColor3 = Color3.new(1, 1, 1) | |
1637 | LineThree.Position = UDim2.new(0, 130, 0, 10) | |
1638 | LineThree.Font = Enum.Font.SourceSans | |
1639 | LineThree.FontSize = Enum.FontSize.Size14 | |
1640 | LineThree.Text = "" | |
1641 | LineThree.TextSize = 14 | |
1642 | ||
1643 | LineFour.Name = "LineFour" | |
1644 | LineFour.Parent = Intro | |
1645 | LineFour.BackgroundColor3 = Color3.new(1, 1, 1) | |
1646 | LineFour.BackgroundTransparency = 1 | |
1647 | LineFour.BorderColor3 = Color3.new(1, 1, 1) | |
1648 | LineFour.Position = UDim2.new(0, 130, 0, 45) | |
1649 | LineFour.Font = Enum.Font.SourceSans | |
1650 | LineFour.FontSize = Enum.FontSize.Size14 | |
1651 | LineFour.Text = "" | |
1652 | LineFour.TextSize = 14 | |
1653 | ||
1654 | Thaw.Name = "Clip" | |
1655 | Thaw.Parent = Frame | |
1656 | Thaw.BackgroundColor3 = Color3.new(1, 1, 1) | |
1657 | Thaw.BackgroundTransparency = 0.5 | |
1658 | Thaw.Position = UDim2.new(0, 190, 0, 460) | |
1659 | Thaw.Size = UDim2.new(0, 80, 0, 20) | |
1660 | Thaw.Font = Enum.Font.SciFi | |
1661 | Thaw.FontSize = Enum.FontSize.Size14 | |
1662 | Thaw.Text = "Clip" | |
1663 | Thaw.TextColor3 = Color3.new(1, 1, 1) | |
1664 | Thaw.TextScaled = true | |
1665 | Thaw.TextSize = 14 | |
1666 | Thaw.TextWrapped = true | |
1667 | Thaw.Visible = false | |
1668 | Thaw.MouseButton1Down:connect(function() | |
1669 | Clicksound:Play() | |
1670 | Freeze.Visible = true | |
1671 | Thaw.Visible = false | |
1672 | if Selected.Value == false then | |
1673 | Froze = true | |
1674 | for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
1675 | if v.ClassName == "Part" then | |
1676 | v.Anchored = false | |
1677 | end | |
1678 | end | |
1679 | elseif Selected.Value == true then | |
1680 | for i,v in pairs(game.Players:GetChildren()) do | |
1681 | Froze = true | |
1682 | v.Character.Torso.Anchored = false | |
1683 | v.Character.Head.Anchored = false | |
1684 | v.Character["Left Leg"].Anchored = false | |
1685 | v.Character["Left Arm"].Anchored = false | |
1686 | v.Character["Right Leg"].Anchored = false | |
1687 | v.Character["Left Arm"].Anchored = false | |
1688 | v.Character.HumanoidRootPart.Anchored = false | |
1689 | end | |
1690 | end | |
1691 | end) | |
1692 | ||
1693 | Freeze.Name = "Noclip" | |
1694 | Freeze.Parent = Frame | |
1695 | Freeze.BackgroundColor3 = Color3.new(1, 1, 1) | |
1696 | Freeze.BackgroundTransparency = 0.5 | |
1697 | Freeze.Position = UDim2.new(0, 190, 0, 460) | |
1698 | Freeze.Size = UDim2.new(0, 80, 0, 20) | |
1699 | Freeze.Font = Enum.Font.SciFi | |
1700 | Freeze.FontSize = Enum.FontSize.Size14 | |
1701 | Freeze.Text = "Noclip" | |
1702 | Freeze.TextColor3 = Color3.new(1, 1, 1) | |
1703 | Freeze.TextScaled = true | |
1704 | Freeze.TextSize = 14 | |
1705 | Freeze.TextWrapped = true | |
1706 | Froze = false | |
1707 | ||
1708 | Freeze.MouseButton1Down:connect(function() | |
1709 | Clicksound:Play() | |
1710 | Freeze.Visible = false | |
1711 | Thaw.Visible = true | |
1712 | if Selected.Value == false then | |
1713 | Froze = true | |
1714 | for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
1715 | if v.ClassName == "Part" then | |
1716 | v.Anchored = true | |
1717 | end | |
1718 | end | |
1719 | elseif Selected.Value == true then | |
1720 | for i,v in pairs(game.Players:GetChildren()) do | |
1721 | Froze = true | |
1722 | v.Character.Torso.Anchored = true | |
1723 | v.Character.Head.Anchored = true | |
1724 | v.Character["Left Leg"].Anchored = true | |
1725 | v.Character["Left Arm"].Anchored = true | |
1726 | v.Character["Right Leg"].Anchored = true | |
1727 | v.Character["Left Arm"].Anchored = true | |
1728 | v.Character.HumanoidRootPart.Anchored = true | |
1729 | end | |
1730 | end | |
1731 | end) | |
1732 | function HatScan(obj) | |
1733 | for i,v in pairs(obj:GetChildren()) do | |
1734 | if v.ClassName == "Accessory" then | |
1735 | v.Handle.Transparency = 1 | |
1736 | end | |
1737 | HatScan(v) | |
1738 | end | |
1739 | end | |
1740 | function HatScanTwo(obj) | |
1741 | for i,v in pairs(obj:GetChildren()) do | |
1742 | if v.ClassName == "Accessory" then | |
1743 | v.Handle.Transparency = 0 | |
1744 | end | |
1745 | HatScan(v) | |
1746 | end | |
1747 | end | |
1748 | Visible = Instance.new("TextButton") | |
1749 | Visible.Name = "Visible" | |
1750 | Visible.Parent = Frame | |
1751 | Visible.BackgroundColor3 = Color3.new(1, 1, 1) | |
1752 | Visible.BackgroundTransparency = 0.5 | |
1753 | Visible.Position = UDim2.new(0, 280, 0, 460) | |
1754 | Visible.Size = UDim2.new(0, 80, 0, 20) | |
1755 | Visible.Font = Enum.Font.SciFi | |
1756 | Visible.FontSize = Enum.FontSize.Size14 | |
1757 | Visible.Text = "Visible" | |
1758 | Visible.TextColor3 = Color3.new(1, 1, 1) | |
1759 | Visible.TextScaled = true | |
1760 | Visible.TextSize = 14 | |
1761 | Visible.TextWrapped = true | |
1762 | Visible.Visible = false | |
1763 | Visible.MouseButton1Down:connect(function() | |
1764 | Clicksound:Play() | |
1765 | Invisible.Visible = true | |
1766 | Visible.Visible = false | |
1767 | if Selected.Value == false then | |
1768 | for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
1769 | if v.ClassName == "Part" then | |
1770 | v.Transparency = 0 | |
1771 | end | |
1772 | workspace[PlayerName.Text].HumanoidRootPart.Transparency = 1 | |
1773 | if v.ClassName == "Accessory" then | |
1774 | v.Handle.Transparency = 0 | |
1775 | end | |
1776 | workspace[PlayerName.Text].Head.face.Transparency = 0 | |
1777 | workspace[PlayerName.Text].Head.Climbing.Volume = 1 | |
1778 | workspace[PlayerName.Text].Head.Died.Volume = 1 | |
1779 | workspace[PlayerName.Text].Head.FreeFalling.Volume = 1 | |
1780 | workspace[PlayerName.Text].Head.GettingUp.Volume = 1 | |
1781 | workspace[PlayerName.Text].Head.Jumping.Volume = 1 | |
1782 | workspace[PlayerName.Text].Head.Landing.Volume = 1 | |
1783 | workspace[PlayerName.Text].Head.Running.Volume = 1 | |
1784 | workspace[PlayerName.Text].Head.Splash.Volume = 1 | |
1785 | workspace[PlayerName.Text].Head.Swimming.Volume = 1 | |
1786 | workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion" | |
1787 | end | |
1788 | elseif Selected.Value == true then | |
1789 | for i,c in pairs(game.Players:GetChildren()) do | |
1790 | HatScanTwo(c.Character) | |
1791 | c.Character.Head.face.Transparency = 0 | |
1792 | c.Character.Head.Climbing.Volume = 1 | |
1793 | c.Character.Head.Died.Volume = 1 | |
1794 | c.Character.Head.FreeFalling.Volume = 1 | |
1795 | c.Character.Head.GettingUp.Volume = 1 | |
1796 | c.Character.Head.Jumping.Volume = 1 | |
1797 | c.Character.Head.Landing.Volume = 1 | |
1798 | c.Character.Head.Running.Volume = 1 | |
1799 | c.Character.Head.Splash.Volume = 1 | |
1800 | c.Character.Head.Swimming.Volume = 1 | |
1801 | c.Character.Humanoid.NameOcclusion = "NoOcclusion" | |
1802 | c.Character.Head.Transparency = 0 | |
1803 | c.Character.Torso.Transparency = 0 | |
1804 | c.Character["Left Arm"].Transparency = 0 | |
1805 | c.Character["Right Arm"].Transparency = 0 | |
1806 | c.Character["Left Leg"].Transparency = 0 | |
1807 | c.Character["Right Leg"].Transparency = 0 | |
1808 | end | |
1809 | end | |
1810 | end) | |
1811 | ||
1812 | ||
1813 | Invisible.Name = "Invisible" | |
1814 | Invisible.Parent = Frame | |
1815 | Invisible.BackgroundColor3 = Color3.new(1, 1, 1) | |
1816 | Invisible.BackgroundTransparency = 0.5 | |
1817 | Invisible.Position = UDim2.new(0, 280, 0, 460) | |
1818 | Invisible.Size = UDim2.new(0, 80, 0, 20) | |
1819 | Invisible.Font = Enum.Font.SciFi | |
1820 | Invisible.FontSize = Enum.FontSize.Size14 | |
1821 | Invisible.Text = "Invisible" | |
1822 | Invisible.TextColor3 = Color3.new(1, 1, 1) | |
1823 | Invisible.TextScaled = true | |
1824 | Invisible.TextSize = 14 | |
1825 | Invisible.TextWrapped = true | |
1826 | Invisible.MouseButton1Down:connect(function() | |
1827 | Clicksound:Play() | |
1828 | Invisible.Visible = false | |
1829 | Visible.Visible = true | |
1830 | if Selected.Value == false then | |
1831 | for i,v in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
1832 | if v.ClassName == "Part" then | |
1833 | v.Transparency = 1 | |
1834 | end | |
1835 | if v.ClassName == "Accessory" then | |
1836 | v.Handle.Transparency = 1 | |
1837 | end | |
1838 | workspace[PlayerName.Text].Head.face.Transparency = 1 | |
1839 | workspace[PlayerName.Text].Head.Climbing.Volume = 0 | |
1840 | workspace[PlayerName.Text].Head.Died.Volume = 0 | |
1841 | workspace[PlayerName.Text].Head.FreeFalling.Volume = 0 | |
1842 | workspace[PlayerName.Text].Head.GettingUp.Volume = 0 | |
1843 | workspace[PlayerName.Text].Head.Jumping.Volume = 0 | |
1844 | workspace[PlayerName.Text].Head.Landing.Volume = 0 | |
1845 | workspace[PlayerName.Text].Head.Running.Volume = 0 | |
1846 | workspace[PlayerName.Text].Head.Splash.Volume = 0 | |
1847 | workspace[PlayerName.Text].Head.Swimming.Volume = 0 | |
1848 | workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion" | |
1849 | end | |
1850 | elseif Selected.Value == true then | |
1851 | for i,c in pairs(game.Players:GetChildren()) do | |
1852 | HatScan(c.Character) | |
1853 | c.Character.Head.face.Transparency = 1 | |
1854 | c.Character.Head.Climbing.Volume = 0 | |
1855 | c.Character.Head.Died.Volume = 0 | |
1856 | c.Character.Head.FreeFalling.Volume = 0 | |
1857 | c.Character.Head.GettingUp.Volume = 0 | |
1858 | c.Character.Head.Jumping.Volume = 0 | |
1859 | c.Character.Head.Landing.Volume = 0 | |
1860 | c.Character.Head.Running.Volume = 0 | |
1861 | c.Character.Head.Splash.Volume = 0 | |
1862 | c.Character.Head.Swimming.Volume = 0 | |
1863 | c.Character.Humanoid.NameOcclusion = "NoOcclusion" | |
1864 | c.Character.Head.Transparency = 1 | |
1865 | c.Character.Torso.Transparency = 1 | |
1866 | c.Character["Left Arm"].Transparency = 1 | |
1867 | c.Character["Right Arm"].Transparency = 1 | |
1868 | c.Character["Left Leg"].Transparency = 1 | |
1869 | c.Character["Right Leg"].Transparency = 1 | |
1870 | end | |
1871 | end | |
1872 | end) | |
1873 | ||
1874 | Negative.Name = "Negative" | |
1875 | Negative.Parent = Frame | |
1876 | Negative.Text = "Negative" | |
1877 | Negative.BackgroundTransparency = 0.5 | |
1878 | Negative.BorderSizePixel = 0 | |
1879 | Negative.BackgroundColor3 = Color3.new(1,1,1) | |
1880 | Negative.Position = UDim2.new(0,370,0,430) | |
1881 | Negative.Size = UDim2.new(0,80,0,20) | |
1882 | Negative.Font = Enum.Font.SciFi | |
1883 | Negative.TextTransparency = 1 | |
1884 | Negative.FontSize = Enum.FontSize.Size14 | |
1885 | Negative.TextColor3 = Color3.new(1,1,1) | |
1886 | Negative.MouseButton1Down:connect(function() | |
1887 | Clicksound:Play() | |
1888 | if Effect.Contrast == 0 then | |
1889 | Effect.Contrast = -2 | |
1890 | Negative.BackgroundColor3 = Color3.new(1,0,0) | |
1891 | Negative.Text = "Positive" | |
1892 | elseif Effect.Contrast == -2 then | |
1893 | Effect.Contrast = 0 | |
1894 | Negative.Text = "Negative" | |
1895 | Negative.BackgroundColor3 = Color3.new(1,1,1) | |
1896 | end | |
1897 | end) | |
1898 | ||
1899 | LoadCharacter.Name = "LoadCharacter" | |
1900 | LoadCharacter.Parent = Frame | |
1901 | LoadCharacter.BackgroundColor3 = Color3.new(1, 1, 1) | |
1902 | LoadCharacter.BackgroundTransparency = 0.5 | |
1903 | LoadCharacter.Position = UDim2.new(0, 10, 0, 460) | |
1904 | LoadCharacter.Size = UDim2.new(0, 80, 0, 20) | |
1905 | LoadCharacter.Font = Enum.Font.SciFi | |
1906 | LoadCharacter.FontSize = Enum.FontSize.Size14 | |
1907 | LoadCharacter.Text = "LoadCharacter" | |
1908 | LoadCharacter.TextColor3 = Color3.new(1, 1, 1) | |
1909 | LoadCharacter.TextScaled = true | |
1910 | LoadCharacter.TextSize = 14 | |
1911 | LoadCharacter.TextWrapped = true | |
1912 | LoadCharacter.MouseButton1Down:connect(function() | |
1913 | Clicksound:Play() | |
1914 | if Selected.Value == false then | |
1915 | game.Players[PlayerName]:LoadCharacter() | |
1916 | elseif Selected.Value == true then | |
1917 | for i,v in pairs(game.Players:GetChildren()) do | |
1918 | v:LoadCharacter() | |
1919 | end | |
1920 | end | |
1921 | end) | |
1922 | ||
1923 | Clearws.Name = "Clear ws" | |
1924 | Clearws.Parent = Frame | |
1925 | Clearws.BackgroundColor3 = Color3.new(1, 1, 1) | |
1926 | Clearws.BackgroundTransparency = 0.5 | |
1927 | Clearws.Position = UDim2.new(0, 100, 0, 460) | |
1928 | Clearws.Size = UDim2.new(0, 80, 0, 20) | |
1929 | Clearws.Font = Enum.Font.SciFi | |
1930 | Clearws.FontSize = Enum.FontSize.Size14 | |
1931 | Clearws.Text = "Clear WS" | |
1932 | Clearws.TextColor3 = Color3.new(1, 1, 1) | |
1933 | Clearws.TextScaled = true | |
1934 | Clearws.TextSize = 14 | |
1935 | Clearws.TextWrapped = true | |
1936 | Clearws.MouseButton1Down:connect(function() | |
1937 | Clicksound:Play() | |
1938 | workspace:ClearAllChildren() | |
1939 | end) | |
1940 | Visualizer.Name = "Visualizer" | |
1941 | Visualizer.Parent = Frame | |
1942 | Visualizer.Text = "Visualizer" | |
1943 | Visualizer.BackgroundTransparency = 0.5 | |
1944 | Visualizer.BorderSizePixel = 0 | |
1945 | Visualizer.BackgroundColor3 = Color3.new(1,1,1) | |
1946 | Visualizer.Position = UDim2.new(0,280,0,430) | |
1947 | Visualizer.Size = UDim2.new(0,80,0,20) | |
1948 | Visualizer.Font = Enum.Font.SciFi | |
1949 | Visualizer.TextTransparency = 1 | |
1950 | Visualizer.FontSize = Enum.FontSize.Size14 | |
1951 | Visualizer.TextColor3 = Color3.new(1,1,1) | |
1952 | Effect = Instance.new("ColorCorrectionEffect",game.Lighting) | |
1953 | Effect.Name = "Effect" | |
1954 | Visualizer.MouseButton1Down:connect(function() | |
1955 | Clicksound:Play() | |
1956 | MSound.SoundId = "rbxassetid://"..tonumber(ID.Text) | |
1957 | MSound.TimePosition = 0 | |
1958 | game:GetService("RunService").Stepped:connect(function() | |
1959 | n = MSound.PlaybackLoudness | |
1960 | Effect.Saturation = tonumber("-"..n / 150) | |
1961 | end) | |
1962 | end) | |
1963 | Intro.Name = "Intro" | |
1964 | Intro.Parent = BG | |
1965 | Intro.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922) | |
1966 | Intro.BorderColor3 = Color3.new(0, 0, 0) | |
1967 | Intro.BorderSizePixel = 0 | |
1968 | Intro.ClipsDescendants = true | |
1969 | Intro.Position = UDim2.new(0, 0, 0, 0) | |
1970 | Intro.Size = UDim2.new(0, 460, 0, 310) | |
1971 | ||
1972 | rowreck.BackgroundTransparency = 1 | |
1973 | rowreck.Text = "Ro-Wrecker" | |
1974 | rowreck.TextColor3 = Color3.new(0,1,1) | |
1975 | rowreck.Font = "SciFi" | |
1976 | rowreck.Parent = Intro | |
1977 | rowreck.Position = UDim2.new(0,140,0,120) | |
1978 | rowreck.Size = UDim2.new(0,200,0,50) | |
1979 | rowreck.FontSize = Enum.FontSize.Size42 | |
1980 | rowreck.TextTransparency = 1 | |
1981 | ||
1982 | me.Name = "me" | |
1983 | me.Parent = Intro | |
1984 | me.BackgroundColor3 = Color3.new(1, 1, 1) | |
1985 | me.BackgroundTransparency = 1 | |
1986 | me.Position = UDim2.new(0, -210, 0, 60) | |
1987 | me.Size = UDim2.new(0, 200, 0, 50) | |
1988 | me.Font = Enum.Font.SciFi | |
1989 | me.FontSize = Enum.FontSize.Size24 | |
1990 | me.Text = "Made by : Luckyxero" | |
1991 | me.TextColor3 = Color3.new(1, 1, 1) | |
1992 | me.TextSize = 24 | |
1993 | ||
1994 | Frame.Parent = BG | |
1995 | Frame.Active = true | |
1996 | Frame.BackgroundColor3 = Color3.new(0, 0, 0) | |
1997 | Frame.BackgroundTransparency = 1 | |
1998 | Frame.BorderColor3 = Color3.new(0, 0, 0) | |
1999 | Frame.BorderSizePixel = 3 | |
2000 | Frame.ClipsDescendants = false | |
2001 | Frame.Draggable = false | |
2002 | Frame.Active = false | |
2003 | Frame.Visible = false | |
2004 | Frame.Position = UDim2.new(0, 260, 0, 0) | |
2005 | Frame.Size = UDim2.new(0, 550, 0, 460) | |
2006 | ||
2007 | PlayerName.Name = "PlayerName" | |
2008 | PlayerName.Parent = Frame | |
2009 | PlayerName.BackgroundColor3 = Color3.new(1, 1, 1) | |
2010 | PlayerName.BackgroundTransparency = 1 | |
2011 | PlayerName.Position = UDim2.new(0, 10, 0, 10) | |
2012 | PlayerName.Size = UDim2.new(0, 130, 0, 20) | |
2013 | PlayerName.Font = Enum.Font.SciFi | |
2014 | PlayerName.FontSize = Enum.FontSize.Size14 | |
2015 | PlayerName.Text = "PlayerName" | |
2016 | PlayerName.TextColor3 = Color3.new(0, 0.984314, 1) | |
2017 | PlayerName.TextSize = 14 | |
2018 | PlayerName.TextTransparency = 1 | |
2019 | ||
2020 | SelectAll.Name = "SelectAll" | |
2021 | SelectAll.Parent = Frame | |
2022 | SelectAll.BackgroundColor3 = Color3.new(1, 1, 1) | |
2023 | SelectAll.BackgroundTransparency = 1 | |
2024 | SelectAll.Position = UDim2.new(0, 260, 0, 10) | |
2025 | SelectAll.Size = UDim2.new(0, 80, 0, 20) | |
2026 | SelectAll.Font = Enum.Font.SciFi | |
2027 | SelectAll.FontSize = Enum.FontSize.Size14 | |
2028 | SelectAll.Text = "Select all plrs" | |
2029 | SelectAll.TextColor3 = Color3.new(1, 1, 1) | |
2030 | SelectAll.TextScaled = true | |
2031 | SelectAll.TextSize = 14 | |
2032 | SelectAll.TextTransparency = 1 | |
2033 | SelectAll.TextWrapped = true | |
2034 | Selected.Parent = SelectAll | |
2035 | Selected.Value = false | |
2036 | Selected.Name = "Selected" | |
2037 | SelectAll.MouseButton1Down:connect(function() | |
2038 | Clicksound:Play() | |
2039 | if Selected.Value == false then | |
2040 | Selected.Value = true | |
2041 | SelectAll.Text = "Deselect all plrs" | |
2042 | SelectAll.BackgroundColor3 = Color3.new(0,1,0) | |
2043 | elseif Selected.Value == true then | |
2044 | Selected.Value = false | |
2045 | SelectAll.Text = "Select all plrs" | |
2046 | SelectAll.BackgroundColor3 = Color3.new(1,0,0) | |
2047 | end | |
2048 | end) | |
2049 | Music.Name = "Music" | |
2050 | Music.Parent = Frame | |
2051 | Music.BackgroundColor3 = Color3.new(1, 1, 1) | |
2052 | Music.BackgroundTransparency = 1 | |
2053 | Music.Position = UDim2.new(0, 10, 0, 70) | |
2054 | Music.Size = UDim2.new(0, 80, 0, 20) | |
2055 | Music.Font = Enum.Font.SciFi | |
2056 | Music.FontSize = Enum.FontSize.Size14 | |
2057 | Music.Text = "Music" | |
2058 | Music.TextColor3 = Color3.new(1, 1, 1) | |
2059 | Music.TextSize = 14 | |
2060 | Music.TextTransparency = 1 | |
2061 | Music.MouseButton1Down:connect(function() | |
2062 | Clicksound:Play() | |
2063 | if workspace:FindFirstChild("ExploitSound") then | |
2064 | workspace:FindFirstChild("ExploitSound"):Remove() | |
2065 | end | |
2066 | s = Instance.new("Sound",workspace) | |
2067 | s.Looped = true | |
2068 | s.Playing = true | |
2069 | s.Name = "ExploitSound" | |
2070 | s.Volume = 10 | |
2071 | s.SoundId = "rbxassetid://"..tonumber(ID.Text) | |
2072 | s.PlaybackSpeed = tonumber(Pitch.Text) | |
2073 | end) | |
2074 | Punish.Name = "Punish" | |
2075 | Punish.Parent = Frame | |
2076 | Punish.BackgroundColor3 = Color3.new(1, 1, 1) | |
2077 | Punish.BackgroundTransparency = 1 | |
2078 | Punish.Position = UDim2.new(0, 100, 0, 40) | |
2079 | Punish.Size = UDim2.new(0, 80, 0, 20) | |
2080 | Punish.Font = Enum.Font.SciFi | |
2081 | Punish.FontSize = Enum.FontSize.Size14 | |
2082 | Punish.Text = "Punish" | |
2083 | Punish.TextColor3 = Color3.new(1, 1, 1) | |
2084 | Punish.TextSize = 14 | |
2085 | Punish.TextTransparency = 1 | |
2086 | Punish.MouseButton1Down:connect(function() | |
2087 | Clicksound:Play() | |
2088 | if Selected.Value == true then | |
2089 | for i,v in pairs(game.Players:GetChildren()) do | |
2090 | v.Character:Remove() | |
2091 | end | |
2092 | elseif Selected.Value == false then | |
2093 | workspace[PlayerName.Text]:Remove() | |
2094 | end | |
2095 | end) | |
2096 | RemoveTools.Name = "RemoveTools" | |
2097 | RemoveTools.Parent = Frame | |
2098 | RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1) | |
2099 | RemoveTools.BackgroundTransparency = 1 | |
2100 | RemoveTools.Position = UDim2.new(0, 190, 0, 40) | |
2101 | RemoveTools.Size = UDim2.new(0, 80, 0, 20) | |
2102 | RemoveTools.Font = Enum.Font.SciFi | |
2103 | RemoveTools.FontSize = Enum.FontSize.Size14 | |
2104 | RemoveTools.Text = "Remove Tools" | |
2105 | RemoveTools.TextColor3 = Color3.new(1, 1, 1) | |
2106 | RemoveTools.TextScaled = true | |
2107 | RemoveTools.TextSize = 14 | |
2108 | RemoveTools.TextTransparency = 1 | |
2109 | RemoveTools.TextWrapped = true | |
2110 | RemoveTools.MouseButton1Down:connect(function() | |
2111 | Clicksound:Play() | |
2112 | if Selected.Value == true then | |
2113 | for i,v in pairs(game.Players:GetChildren()) do | |
2114 | v.Backpack:ClearAllChildren() | |
2115 | end | |
2116 | elseif Selected.Value == false then | |
2117 | game.Players[PlayerName.Text].Backpack:ClearAllChildren() | |
2118 | for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
2119 | if c.ClassName == "Tool" or c.ClassName == "HopperBin" then | |
2120 | c:Remove() | |
2121 | end | |
2122 | end | |
2123 | end | |
2124 | end) | |
2125 | Stools.Name = "Stools" | |
2126 | Stools.Parent = Frame | |
2127 | Stools.BackgroundColor3 = Color3.new(1, 1, 1) | |
2128 | Stools.BackgroundTransparency = 1 | |
2129 | Stools.Position = UDim2.new(0, 370, 0, 40) | |
2130 | Stools.Size = UDim2.new(0, 80, 0, 20) | |
2131 | Stools.Font = Enum.Font.SciFi | |
2132 | Stools.FontSize = Enum.FontSize.Size14 | |
2133 | Stools.Text = "Steal Tools" | |
2134 | Stools.TextColor3 = Color3.new(1, 1, 1) | |
2135 | Stools.TextScaled = true | |
2136 | Stools.TextSize = 14 | |
2137 | Stools.TextTransparency = 1 | |
2138 | Stools.TextWrapped = true | |
2139 | Stools.MouseButton1Down:connect(function() | |
2140 | Clicksound:Play() | |
2141 | if Selected.Value == true then | |
2142 | for i,v in pairs(game.Players:GetChildren()) do | |
2143 | q = v.Backpack:GetChildren() | |
2144 | q:Clone() | |
2145 | q.Parent = plr.Backpack | |
2146 | end | |
2147 | elseif Selected.Value == false then | |
2148 | for i,c in pairs(game.Players[PlayerName.Text].Backpack:GetChildren()) do | |
2149 | b = c:Clone() | |
2150 | b.Parent = plr.Backpack | |
2151 | end | |
2152 | for i,p in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
2153 | if p.ClassName == "Tool" or p.ClassName == "HopperBin" then | |
2154 | n = p:Clone() | |
2155 | p.Parent = plr.Backpack | |
2156 | end | |
2157 | end | |
2158 | end | |
2159 | end) | |
2160 | Kill.Name = "Kill" | |
2161 | Kill.Parent = Frame | |
2162 | Kill.BackgroundColor3 = Color3.new(1, 1, 1) | |
2163 | Kill.BackgroundTransparency = 1 | |
2164 | Kill.Position = UDim2.new(0, 10, 0, 40) | |
2165 | Kill.Size = UDim2.new(0, 80, 0, 20) | |
2166 | Kill.Font = Enum.Font.SciFi | |
2167 | Kill.FontSize = Enum.FontSize.Size14 | |
2168 | Kill.Text = "Kill" | |
2169 | Kill.TextColor3 = Color3.new(1, 1, 1) | |
2170 | Kill.TextSize = 14 | |
2171 | Kill.TextTransparency = 1 | |
2172 | Kill.MouseButton1Down:connect(function() | |
2173 | Clicksound:Play() | |
2174 | if Selected.Value == true then | |
2175 | for i,v in pairs(game.Players:GetChildren()) do | |
2176 | v.Character:BreakJoints() | |
2177 | end | |
2178 | elseif Selected.Value == false then | |
2179 | workspace[PlayerName.Text]:BreakJoints() | |
2180 | end | |
2181 | end) | |
2182 | ||
2183 | Pitch.Name = "Pitch" | |
2184 | Pitch.Parent = Frame | |
2185 | Pitch.BackgroundColor3 = Color3.new(1, 1, 1) | |
2186 | Pitch.BackgroundTransparency = 1 | |
2187 | Pitch.Position = UDim2.new(0, 10, 0, 130) | |
2188 | Pitch.Size = UDim2.new(0, 80, 0, 20) | |
2189 | Pitch.Font = Enum.Font.SciFi | |
2190 | Pitch.FontSize = Enum.FontSize.Size14 | |
2191 | Pitch.Text = "1" | |
2192 | Pitch.TextColor3 = Color3.new(0, 0.984314, 1) | |
2193 | Pitch.TextSize = 14 | |
2194 | Pitch.TextTransparency = 1 | |
2195 | ||
2196 | From.Name = "From" | |
2197 | From.Parent = Frame | |
2198 | From.BackgroundColor3 = Color3.new(1, 1, 1) | |
2199 | From.BackgroundTransparency = 1 | |
2200 | From.Position = UDim2.new(0, 370, 0, 70) | |
2201 | From.Size = UDim2.new(0, 80, 0, 20) | |
2202 | From.Font = Enum.Font.SciFi | |
2203 | From.FontSize = Enum.FontSize.Size14 | |
2204 | From.Text = "From" | |
2205 | From.TextColor3 = Color3.new(0, 0.984314, 1) | |
2206 | From.TextScaled = true | |
2207 | From.TextSize = 14 | |
2208 | From.TextTransparency = 1 | |
2209 | From.TextWrapped = true | |
2210 | ||
2211 | ID.Name = "ID" | |
2212 | ID.Parent = Frame | |
2213 | ID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2214 | ID.BackgroundTransparency = 1 | |
2215 | ID.Position = UDim2.new(0, 10, 0, 100) | |
2216 | ID.Size = UDim2.new(0, 80, 0, 20) | |
2217 | ID.Font = Enum.Font.SciFi | |
2218 | ID.FontSize = Enum.FontSize.Size14 | |
2219 | ID.Text = "35930009" | |
2220 | ID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2221 | ID.TextSize = 14 | |
2222 | ID.TextTransparency = 1 | |
2223 | ||
2224 | Godmode.Name = "Godmode" | |
2225 | Godmode.Parent = Frame | |
2226 | Godmode.BackgroundColor3 = Color3.new(1, 1, 1) | |
2227 | Godmode.BackgroundTransparency = 1 | |
2228 | Godmode.Position = UDim2.new(0, 190, 0, 130) | |
2229 | Godmode.Size = UDim2.new(0, 80, 0, 20) | |
2230 | Godmode.Font = Enum.Font.SciFi | |
2231 | Godmode.FontSize = Enum.FontSize.Size14 | |
2232 | Godmode.Text = "God" | |
2233 | Godmode.TextColor3 = Color3.new(1, 1, 1) | |
2234 | Godmode.TextScaled = true | |
2235 | Godmode.TextSize = 14 | |
2236 | Godmode.TextTransparency = 1 | |
2237 | Godmode.TextWrapped = true | |
2238 | Godmode.MouseButton1Down:connect(function() | |
2239 | Clicksound:Play() | |
2240 | if Selected.Value == true then | |
2241 | for i,v in pairs(game.Players:GetChildren()) do | |
2242 | v.Character.Humanoid.MaxHealth = math.huge | |
2243 | end | |
2244 | elseif Selected.Value == false then | |
2245 | workspace[PlayerName.Text].Humanoid.MaxHealth = math.huge | |
2246 | end | |
2247 | end) | |
2248 | Walkspeed.Name = "Walkspeed" | |
2249 | Walkspeed.Parent = Frame | |
2250 | Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1) | |
2251 | Walkspeed.BackgroundTransparency = 1 | |
2252 | Walkspeed.Position = UDim2.new(0, 190, 0, 70) | |
2253 | Walkspeed.Size = UDim2.new(0, 80, 0, 20) | |
2254 | Walkspeed.Font = Enum.Font.SciFi | |
2255 | Walkspeed.FontSize = Enum.FontSize.Size14 | |
2256 | Walkspeed.Text = "Walkspeed" | |
2257 | Walkspeed.TextColor3 = Color3.new(1, 1, 1) | |
2258 | Walkspeed.TextScaled = true | |
2259 | Walkspeed.TextSize = 14 | |
2260 | Walkspeed.TextTransparency = 1 | |
2261 | Walkspeed.TextWrapped = true | |
2262 | Walkspeed.MouseButton1Down:connect(function() | |
2263 | Clicksound:Play() | |
2264 | if Selected.Value == true then | |
2265 | for i,v in pairs(game.Players:GetChildren()) do | |
2266 | v.Character.Humanoid.WalkSpeed = tonumber(Speed.Text) | |
2267 | end | |
2268 | elseif Selected.Value == false then | |
2269 | workspace[PlayerName.Text].Humanoid.WalkSpeed = tonumber(Speed.Text) | |
2270 | end | |
2271 | end) | |
2272 | Speed.Name = "Speed" | |
2273 | Speed.Parent = Frame | |
2274 | Speed.BackgroundColor3 = Color3.new(1, 1, 1) | |
2275 | Speed.BackgroundTransparency = 1 | |
2276 | Speed.Position = UDim2.new(0, 190, 0, 100) | |
2277 | Speed.Size = UDim2.new(0, 80, 0, 20) | |
2278 | Speed.Font = Enum.Font.SciFi | |
2279 | Speed.FontSize = Enum.FontSize.Size14 | |
2280 | Speed.Text = "Speed" | |
2281 | Speed.TextColor3 = Color3.new(0, 0.984314, 1) | |
2282 | Speed.TextSize = 14 | |
2283 | Speed.TextTransparency = 1 | |
2284 | ||
2285 | Value.Name = "Value" | |
2286 | Value.Parent = Frame | |
2287 | Value.BackgroundColor3 = Color3.new(1, 1, 1) | |
2288 | Value.BackgroundTransparency = 1 | |
2289 | Value.Position = UDim2.new(0, 280, 0, 130) | |
2290 | Value.Size = UDim2.new(0, 80, 0, 20) | |
2291 | Value.Font = Enum.Font.SciFi | |
2292 | Value.FontSize = Enum.FontSize.Size14 | |
2293 | Value.Text = "Value" | |
2294 | Value.TextColor3 = Color3.new(0, 0.984314, 1) | |
2295 | Value.TextSize = 14 | |
2296 | Value.TextTransparency = 1 | |
2297 | ||
2298 | Btools.Name = "Btools" | |
2299 | Btools.Name = "Btools" | |
2300 | Btools.Parent = Frame | |
2301 | Btools.BackgroundColor3 = Color3.new(1, 1, 1) | |
2302 | Btools.BackgroundTransparency = 1 | |
2303 | Btools.Position = UDim2.new(0, 280, 0, 40) | |
2304 | Btools.Size = UDim2.new(0, 80, 0, 20) | |
2305 | Btools.Font = Enum.Font.SciFi | |
2306 | Btools.FontSize = Enum.FontSize.Size14 | |
2307 | Btools.Text = "Btools" | |
2308 | Btools.TextColor3 = Color3.new(1, 1, 1) | |
2309 | Btools.TextScaled = true | |
2310 | Btools.TextSize = 14 | |
2311 | Btools.TextTransparency = 1 | |
2312 | Btools.TextWrapped = true | |
2313 | Btools.MouseButton1Down:connect(function() | |
2314 | Clicksound:Play() | |
2315 | if Selected.Value == true then | |
2316 | for i,v in pairs(game.Players:GetChildren()) do | |
2317 | clo = Instance.new("HopperBin",v.Backpack) | |
2318 | clo.BinType = "Clone" | |
2319 | ham = Instance.new("HopperBin",v.Backpack) | |
2320 | ham.BinType = "Hammer" | |
2321 | gra = Instance.new("HopperBin",v.Backpack) | |
2322 | gra.BinType = "Grab" | |
2323 | end | |
2324 | elseif Selected.Value == false then | |
2325 | clo = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack) | |
2326 | clo.BinType = "Clone" | |
2327 | ham = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack) | |
2328 | ham.BinType = "Hammer" | |
2329 | gra = Instance.new("HopperBin",game.Players[PlayerName.Text].Backpack) | |
2330 | gra.BinType = "Grab" | |
2331 | end | |
2332 | end) | |
2333 | StatChange.Name = "StatChange" | |
2334 | StatChange.Parent = Frame | |
2335 | StatChange.BackgroundColor3 = Color3.new(1, 1, 1) | |
2336 | StatChange.BackgroundTransparency = 1 | |
2337 | StatChange.Position = UDim2.new(0, 280, 0, 70) | |
2338 | StatChange.Size = UDim2.new(0, 80, 0, 20) | |
2339 | StatChange.Font = Enum.Font.SciFi | |
2340 | StatChange.FontSize = Enum.FontSize.Size14 | |
2341 | StatChange.Text = "StatChange" | |
2342 | StatChange.TextColor3 = Color3.new(1, 1, 1) | |
2343 | StatChange.TextScaled = true | |
2344 | StatChange.TextSize = 14 | |
2345 | StatChange.TextTransparency = 1 | |
2346 | StatChange.TextWrapped = true | |
2347 | StatChange.MouseButton1Down:connect(function() | |
2348 | Clicksound:Play() | |
2349 | if Selected.Value == true then | |
2350 | for i,v in pairs(game.Players:GetChildren()) do | |
2351 | v.leaderstats[StatName.Text].Value = Value.Text | |
2352 | end | |
2353 | elseif Selected.Value == false then | |
2354 | game.Players[PlayerName.Text].leaderstats[StatName.Text].Value = Value.Text | |
2355 | end | |
2356 | end) | |
2357 | StatName.Name = "StatName" | |
2358 | StatName.Parent = Frame | |
2359 | StatName.BackgroundColor3 = Color3.new(1, 1, 1) | |
2360 | StatName.BackgroundTransparency = 1 | |
2361 | StatName.Position = UDim2.new(0, 280, 0, 100) | |
2362 | StatName.Size = UDim2.new(0, 80, 0, 20) | |
2363 | StatName.Font = Enum.Font.SciFi | |
2364 | StatName.FontSize = Enum.FontSize.Size14 | |
2365 | StatName.Text = "Stat Name" | |
2366 | StatName.TextColor3 = Color3.new(0, 0.984314, 1) | |
2367 | StatName.TextSize = 14 | |
2368 | StatName.TextTransparency = 1 | |
2369 | ||
2370 | Skybox.Name = "Skybox" | |
2371 | Skybox.Parent = Frame | |
2372 | Skybox.BackgroundColor3 = Color3.new(1, 1, 1) | |
2373 | Skybox.BackgroundTransparency = 1 | |
2374 | Skybox.Position = UDim2.new(0, 100, 0, 100) | |
2375 | Skybox.Size = UDim2.new(0, 80, 0, 20) | |
2376 | Skybox.Selected = true | |
2377 | Skybox.Font = Enum.Font.SciFi | |
2378 | Skybox.FontSize = Enum.FontSize.Size14 | |
2379 | Skybox.Text = "Skybox" | |
2380 | Skybox.TextColor3 = Color3.new(1, 1, 1) | |
2381 | Skybox.TextSize = 14 | |
2382 | Skybox.TextTransparency = 1 | |
2383 | Skybox.MouseButton1Down:connect(function() | |
2384 | Clicksound:Play() | |
2385 | for i,v in pairs(game.Lighting:GetChildren()) do | |
2386 | if v.ClassName == "Sky" then | |
2387 | v:Remove() | |
2388 | end | |
2389 | f = Instance.new("Sky",game.Lighting) | |
2390 | f.SkyboxBk = "rbxassetid://"..tonumber(Skyboxid.Text - 1) | |
2391 | f.SkyboxDn = "rbxassetid://"..tonumber(Skyboxid.Text - 1) | |
2392 | f.SkyboxFt = "rbxassetid://"..tonumber(Skyboxid.Text - 1) | |
2393 | f.SkyboxLf = "rbxassetid://"..tonumber(Skyboxid.Text - 1) | |
2394 | f.SkyboxUp = "rbxassetid://"..tonumber(Skyboxid.Text - 1) | |
2395 | f.SkyboxRt = "rbxassetid://"..tonumber(Skyboxid.Text - 1) | |
2396 | end | |
2397 | end) | |
2398 | Skyboxid.Name = "Skyboxid" | |
2399 | Skyboxid.Parent = Frame | |
2400 | Skyboxid.BackgroundColor3 = Color3.new(1, 1, 1) | |
2401 | Skyboxid.BackgroundTransparency = 1 | |
2402 | Skyboxid.Position = UDim2.new(0, 100, 0, 130) | |
2403 | Skyboxid.Size = UDim2.new(0, 80, 0, 20) | |
2404 | Skyboxid.Font = Enum.Font.SciFi | |
2405 | Skyboxid.FontSize = Enum.FontSize.Size14 | |
2406 | Skyboxid.Text = "Image ID" | |
2407 | Skyboxid.TextColor3 = Color3.new(0, 0.984314, 1) | |
2408 | Skyboxid.TextSize = 14 | |
2409 | Skyboxid.TextTransparency = 1 | |
2410 | ||
2411 | ||
2412 | UnlockWS.Name = "UnlockWS" | |
2413 | UnlockWS.Parent = Frame | |
2414 | UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
2415 | UnlockWS.BackgroundTransparency = 1 | |
2416 | UnlockWS.Position = UDim2.new(0, 370, 0, 100) | |
2417 | UnlockWS.Size = UDim2.new(0, 80, 0, 20) | |
2418 | UnlockWS.Font = Enum.Font.SciFi | |
2419 | UnlockWS.FontSize = Enum.FontSize.Size14 | |
2420 | UnlockWS.Text = "Unlock WS" | |
2421 | UnlockWS.TextColor3 = Color3.new(1, 1, 1) | |
2422 | UnlockWS.TextScaled = true | |
2423 | UnlockWS.TextSize = 14 | |
2424 | UnlockWS.TextTransparency = 1 | |
2425 | UnlockWS.TextWrapped = true | |
2426 | UnlockWS.MouseButton1Down:connect(function() | |
2427 | Clicksound:Play() | |
2428 | function Scan(var_a) | |
2429 | for i,v in pairs(var_a:GetChildren()) do | |
2430 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then | |
2431 | v.Locked = false | |
2432 | end | |
2433 | Scan(v) | |
2434 | end | |
2435 | end | |
2436 | Scan(workspace) | |
2437 | end) | |
2438 | Teleport.Name = "Teleport" | |
2439 | Teleport.Parent = Frame | |
2440 | Teleport.BackgroundColor3 = Color3.new(1, 1, 1) | |
2441 | Teleport.BackgroundTransparency = 1 | |
2442 | Teleport.Position = UDim2.new(0, 370, 0, 130) | |
2443 | Teleport.Size = UDim2.new(0, 80, 0, 20) | |
2444 | Teleport.Font = Enum.Font.SciFi | |
2445 | Teleport.FontSize = Enum.FontSize.Size14 | |
2446 | Teleport.Text = "Teleport" | |
2447 | Teleport.TextColor3 = Color3.new(1, 1, 1) | |
2448 | Teleport.TextScaled = true | |
2449 | Teleport.TextSize = 14 | |
2450 | Teleport.TextTransparency = 1 | |
2451 | Teleport.TextWrapped = true | |
2452 | Teleport.MouseButton1Down:connect(function() | |
2453 | Clicksound:Play() | |
2454 | if Selected.Value == true then | |
2455 | for i,v in pairs(game.Players:GetChildren()) do | |
2456 | v.Character.Torso.CFrame = workspace[TpTo.Text].Torso.CFrame | |
2457 | end | |
2458 | elseif Selected.Value == false then | |
2459 | workspace[PlayerName.Text].Torso.CFrame = workspace[TpTo.Text].Torso.CFrame | |
2460 | end | |
2461 | end) | |
2462 | TpTo.Name = "TpTo" | |
2463 | TpTo.Parent = Frame | |
2464 | TpTo.BackgroundColor3 = Color3.new(1, 1, 1) | |
2465 | TpTo.BackgroundTransparency = 1 | |
2466 | TpTo.Position = UDim2.new(0, 370, 0, 160) | |
2467 | TpTo.Size = UDim2.new(0, 80, 0, 20) | |
2468 | TpTo.Font = Enum.Font.SciFi | |
2469 | TpTo.FontSize = Enum.FontSize.Size14 | |
2470 | TpTo.Text = "To" | |
2471 | TpTo.TextColor3 = Color3.new(0, 0.984314, 1) | |
2472 | TpTo.TextScaled = true | |
2473 | TpTo.TextSize = 14 | |
2474 | TpTo.TextTransparency = 1 | |
2475 | TpTo.TextWrapped = true | |
2476 | ||
2477 | ||
2478 | UnanchorWS.Name = "UnanchorWS" | |
2479 | UnanchorWS.Parent = Frame | |
2480 | UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
2481 | UnanchorWS.BackgroundTransparency = 1 | |
2482 | UnanchorWS.Position = UDim2.new(0, 370, 0, 190) | |
2483 | UnanchorWS.Size = UDim2.new(0, 80, 0, 20) | |
2484 | UnanchorWS.Font = Enum.Font.SciFi | |
2485 | UnanchorWS.FontSize = Enum.FontSize.Size14 | |
2486 | UnanchorWS.Text = "UnanchorWS" | |
2487 | UnanchorWS.TextColor3 = Color3.new(1, 1, 1) | |
2488 | UnanchorWS.TextScaled = true | |
2489 | UnanchorWS.TextSize = 14 | |
2490 | UnanchorWS.TextTransparency = 1 | |
2491 | UnanchorWS.TextWrapped = true | |
2492 | UnanchorWS.MouseButton1Down:connect(function() | |
2493 | Clicksound:Play() | |
2494 | function Scann(var_a) | |
2495 | for i,v in pairs(var_a:GetChildren()) do | |
2496 | if v.ClassName == "Part" then | |
2497 | v.Anchored = false | |
2498 | end | |
2499 | Scann(v) | |
2500 | end | |
2501 | end | |
2502 | Scann(workspace) | |
2503 | end) | |
2504 | ||
2505 | Char.Name = "Char" | |
2506 | Char.Parent = Frame | |
2507 | Char.BackgroundColor3 = Color3.new(1, 1, 1) | |
2508 | Char.BackgroundTransparency = 1 | |
2509 | Char.Position = UDim2.new(0, 10, 0, 160) | |
2510 | Char.Size = UDim2.new(0, 80, 0, 20) | |
2511 | Char.Font = Enum.Font.SciFi | |
2512 | Char.FontSize = Enum.FontSize.Size14 | |
2513 | Char.Text = "Char" | |
2514 | Char.TextColor3 = Color3.new(1, 1, 1) | |
2515 | Char.TextSize = 14 | |
2516 | Char.TextTransparency = 1 | |
2517 | ||
2518 | Char.MouseButton1Down:connect(function() | |
2519 | Clicksound:Play() | |
2520 | if Selected.Value == true then | |
2521 | for i,v in pairs(game.Players:GetChildren()) do | |
2522 | v.CharacterAppearanceId = tonumber(CharID.Text) | |
2523 | v.Character.Humanoid.Health = 0 | |
2524 | end | |
2525 | elseif Selected.Value == false then | |
2526 | game.Players[PlayerName.Text].CharacterAppearanceId = tonumber(CharID.Text) | |
2527 | workspace[PlayerName.Text].Humanoid.Health = 0 | |
2528 | end | |
2529 | end) | |
2530 | CharID.Name = "CharID" | |
2531 | CharID.Parent = Frame | |
2532 | CharID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2533 | CharID.BackgroundTransparency = 1 | |
2534 | CharID.Position = UDim2.new(0, 10, 0, 190) | |
2535 | CharID.Size = UDim2.new(0, 80, 0, 20) | |
2536 | CharID.Font = Enum.Font.SciFi | |
2537 | CharID.FontSize = Enum.FontSize.Size14 | |
2538 | CharID.Text = "1311" | |
2539 | CharID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2540 | CharID.TextSize = 14 | |
2541 | CharID.TextTransparency = 1 | |
2542 | ||
2543 | Particle.Name = "Particle" | |
2544 | Particle.Parent = Frame | |
2545 | Particle.BackgroundColor3 = Color3.new(1, 1, 1) | |
2546 | Particle.BackgroundTransparency = 1 | |
2547 | Particle.Position = UDim2.new(0, 100, 0, 160) | |
2548 | Particle.Size = UDim2.new(0, 80, 0, 20) | |
2549 | Particle.Font = Enum.Font.SciFi | |
2550 | Particle.FontSize = Enum.FontSize.Size14 | |
2551 | Particle.Text = "Particle" | |
2552 | Particle.TextColor3 = Color3.new(1, 1, 1) | |
2553 | Particle.TextSize = 14 | |
2554 | Particle.TextTransparency = 1 | |
2555 | Particle.MouseButton1Down:connect(function() | |
2556 | Clicksound:Play() | |
2557 | if Selected.Value == true then | |
2558 | for i,v in pairs(game.Players:GetChildren()) do | |
2559 | p = Instance.new("ParticleEmitter",v.Character.Torso) | |
2560 | p.Speed = NumberRange.new(20,20) | |
2561 | p.Rate = 80 | |
2562 | p.VelocitySpread = 30 | |
2563 | p.Lifetime = NumberRange.new(6,6) | |
2564 | p.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1) | |
2565 | end | |
2566 | elseif Selected.Value == false then | |
2567 | g = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
2568 | g.Speed = NumberRange.new(20,20) | |
2569 | g.Rate = 80 | |
2570 | g.VelocitySpread = 30 | |
2571 | g.Lifetime = NumberRange.new(6,6) | |
2572 | g.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1) | |
2573 | end | |
2574 | end) | |
2575 | ParticleID.Name = "ParticleID" | |
2576 | ParticleID.Parent = Frame | |
2577 | ParticleID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2578 | ParticleID.BackgroundTransparency = 1 | |
2579 | ParticleID.Position = UDim2.new(0, 100, 0, 190) | |
2580 | ParticleID.Size = UDim2.new(0, 80, 0, 20) | |
2581 | ParticleID.Font = Enum.Font.SciFi | |
2582 | ParticleID.FontSize = Enum.FontSize.Size14 | |
2583 | ParticleID.Text = "244905905" | |
2584 | ParticleID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2585 | ParticleID.TextSize = 14 | |
2586 | ParticleID.TextTransparency = 1 | |
2587 | ||
2588 | TimeOfDay.Name = "TimeOfDay" | |
2589 | TimeOfDay.Parent = Frame | |
2590 | TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1) | |
2591 | TimeOfDay.BackgroundTransparency = 1 | |
2592 | TimeOfDay.Position = UDim2.new(0, 190, 0, 160) | |
2593 | TimeOfDay.Size = UDim2.new(0, 80, 0, 20) | |
2594 | TimeOfDay.Font = Enum.Font.SciFi | |
2595 | TimeOfDay.FontSize = Enum.FontSize.Size14 | |
2596 | TimeOfDay.Text = "Time Of Day" | |
2597 | TimeOfDay.TextColor3 = Color3.new(1, 1, 1) | |
2598 | TimeOfDay.TextSize = 14 | |
2599 | TimeOfDay.TextTransparency = 1 | |
2600 | TimeOfDay.MouseButton1Down:connect(function() | |
2601 | Clicksound:Play() | |
2602 | game.Lighting.TimeOfDay = tonumber(Time.Text) | |
2603 | end) | |
2604 | Time.Name = "Time" | |
2605 | Time.Parent = Frame | |
2606 | Time.BackgroundColor3 = Color3.new(1, 1, 1) | |
2607 | Time.BackgroundTransparency = 1 | |
2608 | Time.Position = UDim2.new(0, 190, 0, 190) | |
2609 | Time.Size = UDim2.new(0, 80, 0, 20) | |
2610 | Time.Font = Enum.Font.SciFi | |
2611 | Time.FontSize = Enum.FontSize.Size14 | |
2612 | Time.Text = "0" | |
2613 | Time.TextColor3 = Color3.new(0, 0.984314, 1) | |
2614 | Time.TextSize = 14 | |
2615 | Time.TextTransparency = 1 | |
2616 | ||
2617 | ||
2618 | JumpPower.Name = "JumpPower" | |
2619 | JumpPower.Parent = Frame | |
2620 | JumpPower.BackgroundColor3 = Color3.new(1, 1, 1) | |
2621 | JumpPower.BackgroundTransparency = 1 | |
2622 | JumpPower.Position = UDim2.new(0, 280, 0, 160) | |
2623 | JumpPower.Size = UDim2.new(0, 80, 0, 20) | |
2624 | JumpPower.Font = Enum.Font.SciFi | |
2625 | JumpPower.FontSize = Enum.FontSize.Size14 | |
2626 | JumpPower.Text = "Jump Power" | |
2627 | JumpPower.TextColor3 = Color3.new(1, 1, 1) | |
2628 | JumpPower.TextSize = 14 | |
2629 | JumpPower.TextTransparency = 1 | |
2630 | JumpPower.MouseButton1Down:connect(function() | |
2631 | Clicksound:Play() | |
2632 | if Selected.Value == true then | |
2633 | for i,v in pairs(game.Players:GetChildren()) do | |
2634 | v.Character.Humanoid.JumpPower = tonumber(Power.Text) | |
2635 | end | |
2636 | elseif Selected.Value == false then | |
2637 | workspace[PlayerName.Text].Humanoid.JumpPower = tonumber(Power.Text) | |
2638 | end | |
2639 | end) | |
2640 | Power.Name = "Power" | |
2641 | Power.Parent = Frame | |
2642 | Power.BackgroundColor3 = Color3.new(1, 1, 1) | |
2643 | Power.BackgroundTransparency = 1 | |
2644 | Power.Position = UDim2.new(0, 280, 0, 190) | |
2645 | Power.Size = UDim2.new(0, 80, 0, 20) | |
2646 | Power.Font = Enum.Font.SciFi | |
2647 | Power.FontSize = Enum.FontSize.Size14 | |
2648 | Power.Text = "100" | |
2649 | Power.TextColor3 = Color3.new(0, 0.984314, 1) | |
2650 | Power.TextSize = 14 | |
2651 | Power.TextTransparency = 1 | |
2652 | ||
2653 | ||
2654 | Bighead.Name = "Bighead" | |
2655 | Bighead.Parent = Frame | |
2656 | Bighead.BackgroundColor3 = Color3.new(1, 1, 1) | |
2657 | Bighead.BackgroundTransparency = 1 | |
2658 | Bighead.Position = UDim2.new(0, 190, 0, 220) | |
2659 | Bighead.Size = UDim2.new(0, 80, 0, 20) | |
2660 | Bighead.Font = Enum.Font.SciFi | |
2661 | Bighead.FontSize = Enum.FontSize.Size14 | |
2662 | Bighead.Text = "Bighead" | |
2663 | Bighead.TextColor3 = Color3.new(1, 1, 1) | |
2664 | Bighead.TextSize = 14 | |
2665 | Bighead.TextTransparency = 1 | |
2666 | Bighead.MouseButton1Down:connect(function() | |
2667 | Clicksound:Play() | |
2668 | if Selected.Value == true then | |
2669 | for i,v in pairs(game.Players:GetChildren()) do | |
2670 | v.Character.Head.Mesh.Scale = Vector3.new(8,8,8) | |
2671 | end | |
2672 | elseif Selected.Value == false then | |
2673 | workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(8,8,8) | |
2674 | end | |
2675 | end) | |
2676 | DecalID.Name = "DecalID" | |
2677 | DecalID.Parent = Frame | |
2678 | DecalID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2679 | DecalID.BackgroundTransparency = 1 | |
2680 | DecalID.Position = UDim2.new(0, 100, 0, 280) | |
2681 | DecalID.Size = UDim2.new(0, 80, 0, 20) | |
2682 | DecalID.Font = Enum.Font.SciFi | |
2683 | DecalID.FontSize = Enum.FontSize.Size14 | |
2684 | DecalID.Text = "292916915" | |
2685 | DecalID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2686 | DecalID.TextSize = 14 | |
2687 | DecalID.TextTransparency = 1 | |
2688 | ||
2689 | DecalSpam.Name = "DecalSpam" | |
2690 | DecalSpam.Parent = Frame | |
2691 | DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1) | |
2692 | DecalSpam.BackgroundTransparency = 1 | |
2693 | DecalSpam.Position = UDim2.new(0, 100, 0, 250) | |
2694 | DecalSpam.Size = UDim2.new(0, 80, 0, 20) | |
2695 | DecalSpam.Font = Enum.Font.SciFi | |
2696 | DecalSpam.FontSize = Enum.FontSize.Size14 | |
2697 | DecalSpam.Text = "Decal Spam" | |
2698 | DecalSpam.TextColor3 = Color3.new(1, 1, 1) | |
2699 | DecalSpam.TextSize = 14 | |
2700 | DecalSpam.TextTransparency = 1 | |
2701 | ||
2702 | DecalSpam.MouseButton1Down:connect(function() | |
2703 | Clicksound:Play() | |
2704 | function Scabn(var_a) | |
2705 | for i,v in pairs(var_a:GetChildren()) do | |
2706 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "UnionOperation" then | |
2707 | decal = Instance.new("Decal",v) | |
2708 | decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1) | |
2709 | decal.Name = "ExploitDecal" | |
2710 | decal.Face = "Front" | |
2711 | decal = Instance.new("Decal",v) | |
2712 | decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1) | |
2713 | decal.Name = "ExploitDecal" | |
2714 | decal.Face = "Back" | |
2715 | decal = Instance.new("Decal",v) | |
2716 | decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1) | |
2717 | decal.Name = "ExploitDecal" | |
2718 | decal.Face = "Bottom" | |
2719 | decal = Instance.new("Decal",v) | |
2720 | decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1) | |
2721 | decal.Name = "ExploitDecal" | |
2722 | decal.Face = "Left" | |
2723 | decal = Instance.new("Decal",v) | |
2724 | decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1) | |
2725 | decal.Name = "ExploitDecal" | |
2726 | decal.Face = "Right" | |
2727 | decal = Instance.new("Decal",v) | |
2728 | decal.Texture = "rbxassetid://"..tonumber(DecalID.Text - 1) | |
2729 | decal.Name = "ExploitDecal" | |
2730 | decal.Face = "Top" | |
2731 | end | |
2732 | Scabn(v) | |
2733 | end | |
2734 | end | |
2735 | Scabn(workspace) | |
2736 | end) | |
2737 | ||
2738 | Mesh.Name = "Mesh" | |
2739 | Mesh.Parent = Frame | |
2740 | Mesh.BackgroundColor3 = Color3.new(1, 1, 1) | |
2741 | Mesh.BackgroundTransparency = 1 | |
2742 | Mesh.Position = UDim2.new(0, 10, 0, 220) | |
2743 | Mesh.Size = UDim2.new(0, 80, 0, 20) | |
2744 | Mesh.Font = Enum.Font.SciFi | |
2745 | Mesh.FontSize = Enum.FontSize.Size14 | |
2746 | Mesh.Text = "Mesh" | |
2747 | Mesh.TextColor3 = Color3.new(1, 1, 1) | |
2748 | Mesh.TextSize = 14 | |
2749 | Mesh.TextTransparency = 1 | |
2750 | Mesh.MouseButton1Down:connect(function() | |
2751 | Clicksound:Play() | |
2752 | if Selected.Value == true then | |
2753 | for i,v in pairs(game.Players:GetChildren()) do | |
2754 | v.Character.Head.Transparency = 1 | |
2755 | v.Character:FindFirstChild("Left Arm").Transparency = 1 | |
2756 | v.Character:FindFirstChild("Right Arm").Transparency = 1 | |
2757 | v.Character:FindFirstChild("Right Leg").Transparency = 1 | |
2758 | v.Character:FindFirstChild("Left Leg").Transparency = 1 | |
2759 | v.Character.Head.face.Transparency = 1 | |
2760 | mesh = Instance.new("SpecialMesh",v.Character.Torso) | |
2761 | mesh.MeshType = "FileMesh" | |
2762 | mesh.Name = "InstanceMesh" | |
2763 | mesh.MeshId = "rbxassetid://"..tonumber(MeshID.Text) | |
2764 | mesh.TextureId = "rbxassetid://"..tonumber(TexID.Text) | |
2765 | mesh.Scale = Vector3.new(6,6,6) | |
2766 | for i,n in pairs(v.Character:GetChildren()) do | |
2767 | if n.ClassName == "Accessory" then | |
2768 | n.Handle.Transparency = 1 | |
2769 | end | |
2770 | end | |
2771 | end | |
2772 | elseif Selected.Value == false then | |
2773 | workspace[PlayerName.Text].Head.Transparency = 1 | |
2774 | workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1 | |
2775 | workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1 | |
2776 | workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1 | |
2777 | workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1 | |
2778 | workspace[PlayerName.Text].Head.face.Transparency = 1 | |
2779 | mesth = Instance.new("SpecialMesh",workspace[PlayerName.Text].Torso) | |
2780 | mesth.MeshType = "FileMesh" | |
2781 | mesth.Name = "InstanceMesh" | |
2782 | mesth.MeshId = "rbxassetid://"..tonumber(MeshID.Text) | |
2783 | mesth.TextureId = "rbxassetid://"..tonumber(TexID.Text) | |
2784 | mesth.Scale = Vector3.new(6,6,6) | |
2785 | for i,c in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
2786 | if c.ClassName == "Accessory" then | |
2787 | c.Handle.Transparency = 1 | |
2788 | end | |
2789 | end | |
2790 | end | |
2791 | end) | |
2792 | CharID.Name = "CharID" | |
2793 | CharID.Parent = Frame | |
2794 | CharID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2795 | CharID.BackgroundTransparency = 1 | |
2796 | CharID.Position = UDim2.new(0, 10, 0, 190) | |
2797 | CharID.Size = UDim2.new(0, 80, 0, 20) | |
2798 | CharID.Font = Enum.Font.SciFi | |
2799 | CharID.FontSize = Enum.FontSize.Size14 | |
2800 | CharID.Text = "1311" | |
2801 | CharID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2802 | CharID.TextSize = 14 | |
2803 | CharID.TextTransparency = 1 | |
2804 | ||
2805 | TexID.Name = "TexID" | |
2806 | TexID.Parent = Frame | |
2807 | TexID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2808 | TexID.BackgroundTransparency = 1 | |
2809 | TexID.Position = UDim2.new(0, 10, 0, 280) | |
2810 | TexID.Size = UDim2.new(0, 80, 0, 20) | |
2811 | TexID.Font = Enum.Font.SciFi | |
2812 | TexID.FontSize = Enum.FontSize.Size14 | |
2813 | TexID.Text = "Texture ID" | |
2814 | TexID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2815 | TexID.TextSize = 14 | |
2816 | TexID.TextTransparency = 1 | |
2817 | ||
2818 | ||
2819 | MeshID.Name = "MeshID" | |
2820 | MeshID.Parent = Frame | |
2821 | MeshID.BackgroundColor3 = Color3.new(1, 1, 1) | |
2822 | MeshID.BackgroundTransparency = 1 | |
2823 | MeshID.Position = UDim2.new(0, 10, 0, 250) | |
2824 | MeshID.Size = UDim2.new(0, 80, 0, 20) | |
2825 | MeshID.Font = Enum.Font.SciFi | |
2826 | MeshID.FontSize = Enum.FontSize.Size14 | |
2827 | MeshID.Text = "Mesh ID" | |
2828 | MeshID.TextColor3 = Color3.new(0, 0.984314, 1) | |
2829 | MeshID.TextSize = 14 | |
2830 | MeshID.TextTransparency = 1 | |
2831 | ||
2832 | ClearDecals.Name = "ClearDecals" | |
2833 | ClearDecals.Parent = Frame | |
2834 | ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1) | |
2835 | ClearDecals.BackgroundTransparency = 1 | |
2836 | ClearDecals.Position = UDim2.new(0, 190, 0, 250) | |
2837 | ClearDecals.Size = UDim2.new(0, 80, 0, 20) | |
2838 | ClearDecals.Font = Enum.Font.SciFi | |
2839 | ClearDecals.FontSize = Enum.FontSize.Size14 | |
2840 | ClearDecals.Text = "Clear Spam" | |
2841 | ClearDecals.TextColor3 = Color3.new(1, 1, 1) | |
2842 | ClearDecals.TextSize = 14 | |
2843 | ClearDecals.TextTransparency = 1 | |
2844 | ClearDecals.MouseButton1Down:connect(function() | |
2845 | Clicksound:Play() | |
2846 | function Swcan(var_a) | |
2847 | for i,v in pairs(var_a:GetChildren()) do | |
2848 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then | |
2849 | v:FindFirstChild("ExploitDecal"):Remove() | |
2850 | v:FindFirstChild("ExploitDecal"):Remove() | |
2851 | v:FindFirstChild("ExploitDecal"):Remove() | |
2852 | v:FindFirstChild("ExploitDecal"):Remove() | |
2853 | v:FindFirstChild("ExploitDecal"):Remove() | |
2854 | v:FindFirstChild("ExploitDecal"):Remove() | |
2855 | end | |
2856 | Swcan(v) | |
2857 | end | |
2858 | end | |
2859 | Swcan(workspace) | |
2860 | end) | |
2861 | ||
2862 | MeshSpam.Name = "MeshSpam" | |
2863 | MeshSpam.Parent = Frame | |
2864 | MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1) | |
2865 | MeshSpam.BackgroundTransparency = 1 | |
2866 | MeshSpam.Position = UDim2.new(0, 100, 0, 220) | |
2867 | MeshSpam.Size = UDim2.new(0, 80, 0, 20) | |
2868 | MeshSpam.Font = Enum.Font.SciFi | |
2869 | MeshSpam.FontSize = Enum.FontSize.Size14 | |
2870 | MeshSpam.Text = "Mesh Spam" | |
2871 | MeshSpam.TextColor3 = Color3.new(1, 1, 1) | |
2872 | MeshSpam.TextSize = 14 | |
2873 | MeshSpam.TextTransparency = 1 | |
2874 | MeshSpam.MouseButton1Down:connect(function() | |
2875 | Clicksound:Play() | |
2876 | function Scyan(var_a) | |
2877 | for i,v in pairs(var_a:GetChildren()) do | |
2878 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" or v.ClassName == "SpawnLocation" or v.ClassName == "UnionOperation" then | |
2879 | mspam = Instance.new("SpecialMesh",v) | |
2880 | mspam.Name = "ExploitMesh" | |
2881 | mspam.MeshType = "FileMesh" | |
2882 | mspam.Scale = Vector3.new(v.Size.X, v.Size.Y, v.Size.Z) | |
2883 | mspam.MeshId = "rbxassetid://"..tonumber(MeshID.Text) | |
2884 | mspam.TextureId = "rbxassetid://"..tonumber(TexID.Text) | |
2885 | end | |
2886 | Scyan(v) | |
2887 | end | |
2888 | end | |
2889 | Scyan(workspace) | |
2890 | end) | |
2891 | ClearMesh.Name = "ClearMesh" | |
2892 | ClearMesh.Parent = Frame | |
2893 | ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1) | |
2894 | ClearMesh.BackgroundTransparency = 1 | |
2895 | ClearMesh.Position = UDim2.new(0, 190, 0, 280) | |
2896 | ClearMesh.Size = UDim2.new(0, 80, 0, 20) | |
2897 | ClearMesh.Font = Enum.Font.SciFi | |
2898 | ClearMesh.FontSize = Enum.FontSize.Size14 | |
2899 | ClearMesh.Text = "Clear Mesh Spam" | |
2900 | ClearMesh.TextColor3 = Color3.new(1, 1, 1) | |
2901 | ClearMesh.TextScaled = true | |
2902 | ClearMesh.TextSize = 14 | |
2903 | ClearMesh.TextTransparency = 1 | |
2904 | ClearMesh.TextWrapped = true | |
2905 | ClearMesh.MouseButton1Down:connect(function() | |
2906 | Clicksound:Play() | |
2907 | function Scain(var_a) | |
2908 | for i,v in pairs(var_a:GetChildren()) do | |
2909 | if v.ClassName == "Part" or v.ClassName == "WedgePart" or v.ClassName == "CornerWedgePart" or v.ClassName == "TrussPart" then | |
2910 | v:FindFirstChild("ExploitMesh"):Remove() | |
2911 | end | |
2912 | Scain(v) | |
2913 | end | |
2914 | end | |
2915 | Scain(workspace) | |
2916 | end) | |
2917 | RandomColor.Name = "RandomColor" | |
2918 | RandomColor.Parent = Frame | |
2919 | RandomColor.BackgroundColor3 = Color3.new(1, 1, 1) | |
2920 | RandomColor.BackgroundTransparency = 1 | |
2921 | RandomColor.Position = UDim2.new(0, 370, 0, 220) | |
2922 | RandomColor.Size = UDim2.new(0, 80, 0, 20) | |
2923 | RandomColor.Font = Enum.Font.SciFi | |
2924 | RandomColor.FontSize = Enum.FontSize.Size14 | |
2925 | RandomColor.Text = "RandomWS" | |
2926 | RandomColor.TextColor3 = Color3.new(1, 1, 1) | |
2927 | RandomColor.TextSize = 14 | |
2928 | RandomColor.TextTransparency = 1 | |
2929 | RandomColor.MouseButton1Down:connect(function() | |
2930 | Clicksound:Play() | |
2931 | function Scatun(var_a) | |
2932 | for i,v in pairs(var_a:GetChildren()) do | |
2933 | if v.ClassName == "Part" then | |
2934 | Types = {"Sphere","Cylinder","Brick","Torso","Head","Wedge"} | |
2935 | Materials = {"Brick","Cobblestone","Concrete","CorrodedMetal","DiamondPlate","Fabric","Foil","Granite","Grass","Ice","Marble","Metal","Neon","Pebble","Plastic","Sand","Slate","SmoothPlastic","Wood","WoodPlanks"} | |
2936 | v.Color = Color3.new(math.random(), math.random(), math.random()) | |
2937 | v.Material = Materials[math.random(1,#Materials)] | |
2938 | goog = Instance.new("SpecialMesh",v) | |
2939 | goog.MeshType = Types[math.random(1,6)] | |
2940 | goog.Name = "FillMesh" | |
2941 | end | |
2942 | Scatun(v) | |
2943 | end | |
2944 | end | |
2945 | Scatun(workspace) | |
2946 | end) | |
2947 | PaintWS.Name = "PaintWS" | |
2948 | PaintWS.Parent = Frame | |
2949 | PaintWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
2950 | PaintWS.BackgroundTransparency = 1 | |
2951 | PaintWS.Position = UDim2.new(0, 280, 0, 220) | |
2952 | PaintWS.Size = UDim2.new(0, 80, 0, 20) | |
2953 | PaintWS.Font = Enum.Font.SciFi | |
2954 | PaintWS.FontSize = Enum.FontSize.Size14 | |
2955 | PaintWS.Text = "PaintWS" | |
2956 | PaintWS.TextColor3 = Color3.new(1, 1, 1) | |
2957 | PaintWS.TextSize = 14 | |
2958 | PaintWS.TextTransparency = 1 | |
2959 | PaintWS.MouseButton1Down:connect(function() | |
2960 | Clicksound:Play() | |
2961 | function Skcan(var_a) | |
2962 | for i,v in pairs(var_a:GetChildren()) do | |
2963 | if v.ClassName == "Part" then | |
2964 | v.BrickColor = BrickColor.new(Brickcolor.Text) | |
2965 | end | |
2966 | Skcan(v) | |
2967 | end | |
2968 | end | |
2969 | Skcan(workspace) | |
2970 | end) | |
2971 | Brickcolor.Name = "Brickcolor" | |
2972 | Brickcolor.Parent = Frame | |
2973 | Brickcolor.BackgroundColor3 = Color3.new(0, 1, 1) | |
2974 | Brickcolor.Position = UDim2.new(0, 280, 0, 250) | |
2975 | Brickcolor.Size = UDim2.new(0, 80, 0, 20) | |
2976 | Brickcolor.Font = Enum.Font.SciFi | |
2977 | Brickcolor.FontSize = Enum.FontSize.Size14 | |
2978 | Brickcolor.Text = "Really red" | |
2979 | Brickcolor.TextSize = 14 | |
2980 | ||
2981 | Explode.Name = "Explode" | |
2982 | Explode.Parent = Frame | |
2983 | Explode.BackgroundColor3 = Color3.new(1, 1, 1) | |
2984 | Explode.Position = UDim2.new(0, 370, 0, 250) | |
2985 | Explode.Size = UDim2.new(0, 80, 0, 20) | |
2986 | Explode.Font = Enum.Font.SciFi | |
2987 | Explode.FontSize = Enum.FontSize.Size14 | |
2988 | Explode.Text = "Explode" | |
2989 | Explode.TextSize = 14 | |
2990 | Explode.MouseButton1Down:connect(function() | |
2991 | Clicksound:Play() | |
2992 | if Selected.Value == true then | |
2993 | for i,v in pairs(game.Players:GetChildren()) do | |
2994 | e = Instance.new("Explosion",v.Character.Torso) | |
2995 | e.Position = v.Character.Torso.Position | |
2996 | e.BlastRadius = 10 | |
2997 | end | |
2998 | elseif Selected.Value == false then | |
2999 | ed = Instance.new("Explosion",workspace[PlayerName.Text].Torso) | |
3000 | edd.Position = workspace[PlayerName.Text].Torso.Position | |
3001 | e.BlastRadius = 10 | |
3002 | end | |
3003 | end) | |
3004 | Fog.Name = "Fog" | |
3005 | Fog.Parent = Frame | |
3006 | Fog.BackgroundColor3 = Color3.new(1, 1, 1) | |
3007 | Fog.Position = UDim2.new(0, 370, 0, 280) | |
3008 | Fog.Size = UDim2.new(0, 80, 0, 20) | |
3009 | Fog.Font = Enum.Font.SciFi | |
3010 | Fog.FontSize = Enum.FontSize.Size14 | |
3011 | Fog.Text = "Fog" | |
3012 | Fog.TextSize = 14 | |
3013 | Fog.MouseButton1Down:connect(function() | |
3014 | Clicksound:Play() | |
3015 | game.Lighting.FogEnd = tonumber(Fogend.Text) | |
3016 | end) | |
3017 | Fogend.Name = "Fogend" | |
3018 | Fogend.Parent = Frame | |
3019 | Fogend.BackgroundColor3 = Color3.new(0, 1, 1) | |
3020 | Fogend.Position = UDim2.new(0, 280, 0, 280) | |
3021 | Fogend.Size = UDim2.new(0, 80, 0, 20) | |
3022 | Fogend.Font = Enum.Font.SciFi | |
3023 | Fogend.FontSize = Enum.FontSize.Size14 | |
3024 | Fogend.Text = "FogEnd" | |
3025 | Fogend.TextSize = 14 | |
3026 | ||
3027 | Message.Name = "Message" | |
3028 | Message.Parent = Frame | |
3029 | Message.BackgroundColor3 = Color3.new(1, 1, 1) | |
3030 | Message.Position = UDim2.new(0, 10, 0, 310) | |
3031 | Message.Size = UDim2.new(0, 80, 0, 20) | |
3032 | Message.Font = Enum.Font.SciFi | |
3033 | Message.FontSize = Enum.FontSize.Size14 | |
3034 | Message.Text = "Message" | |
3035 | Message.TextSize = 14 | |
3036 | Message.MouseButton1Down:connect(function() | |
3037 | Clicksound:Play() | |
3038 | s = Instance.new("Message",workspace) | |
3039 | s.Name = "ExploitMessage" | |
3040 | s.Text = tostring(Msg.Text) | |
3041 | end) | |
3042 | Msg.Name = "Msg" | |
3043 | Msg.Parent = Frame | |
3044 | Msg.BackgroundColor3 = Color3.new(0, 1, 1) | |
3045 | Msg.Position = UDim2.new(0, 10, 0, 340) | |
3046 | Msg.Size = UDim2.new(0, 80, 0, 20) | |
3047 | Msg.Font = Enum.Font.SciFi | |
3048 | Msg.FontSize = Enum.FontSize.Size14 | |
3049 | Msg.Text = "get rekt noobs" | |
3050 | Msg.TextScaled = true | |
3051 | Msg.TextSize = 14 | |
3052 | Msg.TextWrapped = true | |
3053 | ||
3054 | Hnt.Name = "Hnt" | |
3055 | Hnt.Parent = Frame | |
3056 | Hnt.BackgroundColor3 = Color3.new(0, 1, 1) | |
3057 | Hnt.Position = UDim2.new(0, 100, 0, 340) | |
3058 | Hnt.Size = UDim2.new(0, 80, 0, 20) | |
3059 | Hnt.Font = Enum.Font.SciFi | |
3060 | Hnt.FontSize = Enum.FontSize.Size14 | |
3061 | Hnt.Text = "this server has been exploited" | |
3062 | Hnt.TextScaled = true | |
3063 | Hnt.TextSize = 14 | |
3064 | Hnt.TextWrapped = true | |
3065 | ||
3066 | Hint.Name = "Hint" | |
3067 | Hint.Parent = Frame | |
3068 | Hint.BackgroundColor3 = Color3.new(1, 1, 1) | |
3069 | Hint.Position = UDim2.new(0, 100, 0, 310) | |
3070 | Hint.Size = UDim2.new(0, 80, 0, 20) | |
3071 | Hint.Font = Enum.Font.SciFi | |
3072 | Hint.FontSize = Enum.FontSize.Size14 | |
3073 | Hint.Text = "Hint" | |
3074 | Hint.TextSize = 14 | |
3075 | Hint.MouseButton1Down:connect(function() | |
3076 | Clicksound:Play() | |
3077 | h = Instance.new("Hint",workspace) | |
3078 | h.Name = "ExploitHint" | |
3079 | h.Text = tostring(Hnt.Text) | |
3080 | end) | |
3081 | ClearMessage.Name = "ClearMessage" | |
3082 | ClearMessage.Parent = Frame | |
3083 | ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1) | |
3084 | ClearMessage.Position = UDim2.new(0, 190, 0, 310) | |
3085 | ClearMessage.Size = UDim2.new(0, 80, 0, 20) | |
3086 | ClearMessage.Font = Enum.Font.SciFi | |
3087 | ClearMessage.FontSize = Enum.FontSize.Size14 | |
3088 | ClearMessage.Text = "Clear Message" | |
3089 | ClearMessage.TextScaled = true | |
3090 | ClearMessage.TextSize = 14 | |
3091 | ClearMessage.TextWrapped = true | |
3092 | ClearMessage.MouseButton1Down:connect(function() | |
3093 | Clicksound:Play() | |
3094 | workspace:FindFirstChild("ExploitMessage"):Remove() | |
3095 | end) | |
3096 | ClearHint.Name = "ClearHint" | |
3097 | ClearHint.Parent = Frame | |
3098 | ClearHint.BackgroundColor3 = Color3.new(1, 1, 1) | |
3099 | ClearHint.Position = UDim2.new(0, 190, 0, 340) | |
3100 | ClearHint.Size = UDim2.new(0, 80, 0, 20) | |
3101 | ClearHint.Font = Enum.Font.SciFi | |
3102 | ClearHint.FontSize = Enum.FontSize.Size14 | |
3103 | ClearHint.Text = "Clear Hint" | |
3104 | ClearHint.TextSize = 14 | |
3105 | ClearHint.MouseButton1Down:connect(function() | |
3106 | Clicksound:Play() | |
3107 | workspace:FindFirstChild("ExploitHint"):Remove() | |
3108 | end) | |
3109 | UnMesh.Name = "UnMesh" | |
3110 | UnMesh.Parent = Frame | |
3111 | UnMesh.BackgroundColor3 = Color3.new(1, 1, 1) | |
3112 | UnMesh.Position = UDim2.new(0, 280, 0, 310) | |
3113 | UnMesh.Size = UDim2.new(0, 80, 0, 20) | |
3114 | UnMesh.Font = Enum.Font.SciFi | |
3115 | UnMesh.FontSize = Enum.FontSize.Size14 | |
3116 | UnMesh.Text = "UnMesh" | |
3117 | UnMesh.TextScaled = true | |
3118 | UnMesh.TextSize = 14 | |
3119 | UnMesh.TextWrapped = true | |
3120 | UnMesh.MouseButton1Down:connect(function() | |
3121 | Clicksound:Play() | |
3122 | if Selected.Value == true then | |
3123 | for i,v in pairs(game.Players:GetChildren()) do | |
3124 | v.Character.Torso:FindFirstChild("InstanceMesh"):Remove() | |
3125 | v.Character.Head.Transparency = 0 | |
3126 | v.Character:FindFirstChild("Left Arm").Transparency = 0 | |
3127 | v.Character:FindFirstChild("Right Arm").Transparency = 0 | |
3128 | v.Character:FindFirstChild("Right Leg").Transparency = 0 | |
3129 | v.Character:FindFirstChild("Left Leg").Transparency = 0 | |
3130 | v.Character.Head.face.Transparency = 0 | |
3131 | for i,j in pairs(v.Character:GetChildren()) do | |
3132 | if j.ClassName == "Accessory" then | |
3133 | j.Handle.Transparency = 0 | |
3134 | end | |
3135 | end | |
3136 | end | |
3137 | elseif Selected.Value == false then | |
3138 | workspace[PlayerName.Text].Torso:FindFirstChild("InstanceMesh"):Remove() | |
3139 | workspace[PlayerName.Text].Head.Transparency = 0 | |
3140 | workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0 | |
3141 | workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0 | |
3142 | workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0 | |
3143 | workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0 | |
3144 | workspace[PlayerName.Text].Head:FindFirstChild("face").Transparency = 0 | |
3145 | for i,o in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
3146 | if o.ClassName == "Accessory" then | |
3147 | o.Handle.Transparency = 0 | |
3148 | end | |
3149 | end | |
3150 | end | |
3151 | end) | |
3152 | ||
3153 | Material.Name = "Material" | |
3154 | Material.Parent = Frame | |
3155 | Material.BackgroundColor3 = Color3.new(0, 1, 1) | |
3156 | Material.Position = UDim2.new(0, 370, 0, 340) | |
3157 | Material.Size = UDim2.new(0, 80, 0, 20) | |
3158 | Material.Font = Enum.Font.SciFi | |
3159 | Material.FontSize = Enum.FontSize.Size14 | |
3160 | Material.Text = "Fabric" | |
3161 | Material.TextScaled = true | |
3162 | Material.TextSize = 14 | |
3163 | Material.TextWrapped = true | |
3164 | ||
3165 | MaterialWS.Name = "MaterialWS" | |
3166 | MaterialWS.Parent = Frame | |
3167 | MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3168 | MaterialWS.Position = UDim2.new(0, 370, 0, 310) | |
3169 | MaterialWS.Size = UDim2.new(0, 80, 0, 20) | |
3170 | MaterialWS.Font = Enum.Font.SciFi | |
3171 | MaterialWS.FontSize = Enum.FontSize.Size14 | |
3172 | MaterialWS.Text = "MaterialWS" | |
3173 | MaterialWS.TextSize = 14 | |
3174 | MaterialWS.MouseButton1Down:connect(function() | |
3175 | Clicksound:Play() | |
3176 | function gScan(var_a) | |
3177 | for i,v in pairs(var_a:GetChildren()) do | |
3178 | if v.ClassName == "Part" then | |
3179 | v.Material = tostring(Material.Text) | |
3180 | end | |
3181 | gScan(v) | |
3182 | end | |
3183 | end | |
3184 | gScan(workspace) | |
3185 | end) | |
3186 | ||
3187 | Break.Name = "Break" | |
3188 | Break.Parent = Frame | |
3189 | Break.BackgroundColor3 = Color3.new(1, 1, 1) | |
3190 | Break.Position = UDim2.new(0, 280, 0, 340) | |
3191 | Break.Size = UDim2.new(0, 80, 0, 20) | |
3192 | Break.Font = Enum.Font.SciFi | |
3193 | Break.FontSize = Enum.FontSize.Size14 | |
3194 | Break.Text = "fuck game up" | |
3195 | Break.TextScaled = true | |
3196 | Break.TextSize = 14 | |
3197 | Break.TextWrapped = true | |
3198 | Break.MouseButton1Down:connect(function() | |
3199 | Clicksound:Play() | |
3200 | function gfScan(var_a) | |
3201 | for i,v in pairs(var_a:GetChildren()) do | |
3202 | if v.ClassName == "Part" then | |
3203 | surf = Instance.new("SurfaceGui",v) | |
3204 | surf.Name = "ExploitSurface" | |
3205 | surf.AlwaysOnTop = true | |
3206 | surf.Face = "Back" | |
3207 | eframe = Instance.new("TextLabel",surf) | |
3208 | eframe.Text = fuckspam.Text | |
3209 | eframe.Size = UDim2.new(0,800,0,600) | |
3210 | eframe.FontSize = "Size60" | |
3211 | eframe.BackgroundTransparency = 1 | |
3212 | surf = Instance.new("SurfaceGui",v) | |
3213 | surf.Name = "ExploitSurface" | |
3214 | surf.AlwaysOnTop = true | |
3215 | surf.Face = "Bottom" | |
3216 | eframe = Instance.new("TextLabel",surf) | |
3217 | eframe.Text = fuckspam.Text | |
3218 | eframe.Size = UDim2.new(0,800,0,600) | |
3219 | eframe.FontSize = "Size60" | |
3220 | eframe.BackgroundTransparency = 1 | |
3221 | surf = Instance.new("SurfaceGui",v) | |
3222 | surf.Name = "ExploitSurface" | |
3223 | surf.AlwaysOnTop = true | |
3224 | surf.Face = "Top" | |
3225 | eframe = Instance.new("TextLabel",surf) | |
3226 | eframe.Text = fuckspam.Text | |
3227 | eframe.Size = UDim2.new(0,800,0,600) | |
3228 | eframe.FontSize = "Size60" | |
3229 | eframe.BackgroundTransparency = 1 | |
3230 | surf = Instance.new("SurfaceGui",v) | |
3231 | surf.Name = "ExploitSurface" | |
3232 | surf.AlwaysOnTop = true | |
3233 | surf.Face = "Left" | |
3234 | eframe = Instance.new("TextLabel",surf) | |
3235 | eframe.Text = fuckspam.Text | |
3236 | eframe.Size = UDim2.new(0,800,0,600) | |
3237 | eframe.FontSize = "Size60" | |
3238 | eframe.BackgroundTransparency = 1 | |
3239 | surf = Instance.new("SurfaceGui",v) | |
3240 | surf.Name = "ExploitSurface" | |
3241 | surf.AlwaysOnTop = true | |
3242 | surf.Face = "Right" | |
3243 | eframe = Instance.new("TextLabel",surf) | |
3244 | eframe.Text = fuckspam.Text | |
3245 | eframe.Size = UDim2.new(0,800,0,600) | |
3246 | eframe.FontSize = "Size60" | |
3247 | eframe.BackgroundTransparency = 1 | |
3248 | surf = Instance.new("SurfaceGui",v) | |
3249 | surf.Name = "ExploitSurface" | |
3250 | surf.AlwaysOnTop = true | |
3251 | surf.Face = "Front" | |
3252 | eframe = Instance.new("TextLabel",surf) | |
3253 | eframe.Text = fuckspam.Text | |
3254 | eframe.Size = UDim2.new(0,800,0,600) | |
3255 | eframe.FontSize = "Size60" | |
3256 | eframe.BackgroundTransparency = 1 | |
3257 | end | |
3258 | gfScan(v) | |
3259 | end | |
3260 | end | |
3261 | gfScan(workspace) | |
3262 | end) | |
3263 | ||
3264 | fuckspam.Name = "fuckspam" | |
3265 | fuckspam.Parent = Frame | |
3266 | fuckspam.BackgroundColor3 = Color3.new(0, 1, 1) | |
3267 | fuckspam.Position = UDim2.new(0, 280, 0, 370) | |
3268 | fuckspam.Size = UDim2.new(0, 80, 0, 20) | |
3269 | fuckspam.Font = Enum.Font.SciFi | |
3270 | fuckspam.FontSize = Enum.FontSize.Size14 | |
3271 | fuckspam.Text = "FUCK YOU!!" | |
3272 | fuckspam.TextScaled = true | |
3273 | fuckspam.TextSize = 14 | |
3274 | fuckspam.TextWrapped = true | |
3275 | ||
3276 | UnBreak.Name = "UnBreak" | |
3277 | UnBreak.Parent = Frame | |
3278 | UnBreak.BackgroundColor3 = Color3.new(1, 1, 1) | |
3279 | UnBreak.Position = UDim2.new(0, 370, 0, 370) | |
3280 | UnBreak.Size = UDim2.new(0, 80, 0, 20) | |
3281 | UnBreak.Font = Enum.Font.SciFi | |
3282 | UnBreak.FontSize = Enum.FontSize.Size14 | |
3283 | UnBreak.Text = "unfuck game" | |
3284 | UnBreak.TextScaled = true | |
3285 | UnBreak.TextSize = 14 | |
3286 | UnBreak.TextWrapped = true | |
3287 | UnBreak.MouseButton1Down:connect(function() | |
3288 | Clicksound:Play() | |
3289 | function xaScan(var_a) | |
3290 | for i,v in pairs(var_a:GetChildren()) do | |
3291 | if v.ClassName == "Part" then | |
3292 | v:FindFirstChild("ExploitSurface"):Remove() | |
3293 | v:FindFirstChild("ExploitSurface"):Remove() | |
3294 | v:FindFirstChild("ExploitSurface"):Remove() | |
3295 | v:FindFirstChild("ExploitSurface"):Remove() | |
3296 | v:FindFirstChild("ExploitSurface"):Remove() | |
3297 | v:FindFirstChild("ExploitSurface"):Remove() | |
3298 | end | |
3299 | xaScan(v) | |
3300 | end | |
3301 | end | |
3302 | xaScan(workspace) | |
3303 | end) | |
3304 | ||
3305 | Lag.Name = "Lag" | |
3306 | Lag.Parent = Frame | |
3307 | Lag.BackgroundColor3 = Color3.new(1, 1, 1) | |
3308 | Lag.Position = UDim2.new(0, 190, 0, 370) | |
3309 | Lag.Size = UDim2.new(0, 80, 0, 20) | |
3310 | Lag.Font = Enum.Font.SciFi | |
3311 | Lag.FontSize = Enum.FontSize.Size14 | |
3312 | Lag.Text = "Lag" | |
3313 | Lag.TextSize = 14 | |
3314 | Lag.MouseButton1Down:connect(function() | |
3315 | Clicksound:Play() | |
3316 | if Selected.Value == true then | |
3317 | for i,v in pairs(game.Players:GetChildren()) do | |
3318 | v.Character.Humanoid.HipHeight = math.huge * 0 | |
3319 | end | |
3320 | elseif Selected.Value == false then | |
3321 | workspace[PlayerName.Text].Humanoid.HipHeight = math.huge * 0 | |
3322 | end | |
3323 | end) | |
3324 | Shutdown.Name = "Shutdown" | |
3325 | Shutdown.Parent = Frame | |
3326 | Shutdown.BackgroundColor3 = Color3.new(1, 1, 1) | |
3327 | Shutdown.Position = UDim2.new(0, 100, 0, 370) | |
3328 | Shutdown.Size = UDim2.new(0, 80, 0, 20) | |
3329 | Shutdown.Font = Enum.Font.SciFi | |
3330 | Shutdown.FontSize = Enum.FontSize.Size14 | |
3331 | Shutdown.Text = "Shutdown" | |
3332 | Shutdown.TextSize = 14 | |
3333 | Shutdown.MouseButton1Down:connect(function() | |
3334 | Clicksound:Play() | |
3335 | workspace.Gravity = math.huge * 0 | |
3336 | end) | |
3337 | ||
3338 | ParticleWS.Name = "ParticleWS" | |
3339 | ParticleWS.Parent = Frame | |
3340 | ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3341 | ParticleWS.Position = UDim2.new(0, 10, 0, 370) | |
3342 | ParticleWS.Size = UDim2.new(0, 80, 0, 20) | |
3343 | ParticleWS.Font = Enum.Font.SciFi | |
3344 | ParticleWS.FontSize = Enum.FontSize.Size14 | |
3345 | ParticleWS.Text = "ParticleWS" | |
3346 | ParticleWS.TextSize = 14 | |
3347 | ParticleWS.MouseButton1Down:connect(function() | |
3348 | Clicksound:Play() | |
3349 | function qScan(var_a) | |
3350 | for i,v in pairs(var_a:GetChildren()) do | |
3351 | if v.ClassName == "Part" then | |
3352 | em = Instance.new("ParticleEmitter",v) | |
3353 | em.Speed = NumberRange.new(20,20) | |
3354 | em.Rate = 80 | |
3355 | em.Name = "ExploitSpam" | |
3356 | em.VelocitySpread = 30 | |
3357 | em.Lifetime = NumberRange.new(6,6) | |
3358 | em.Texture = "rbxassetid://"..tonumber(ParticleID.Text - 1) | |
3359 | end | |
3360 | qScan(v) | |
3361 | end | |
3362 | end | |
3363 | qScan(workspace) | |
3364 | end) | |
3365 | ||
3366 | UnParticleWS.Name = "UnParticleWS" | |
3367 | UnParticleWS.Parent = Frame | |
3368 | UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3369 | UnParticleWS.Position = UDim2.new(0, 10, 0, 400) | |
3370 | UnParticleWS.Size = UDim2.new(0, 80, 0, 20) | |
3371 | UnParticleWS.Font = Enum.Font.SciFi | |
3372 | UnParticleWS.FontSize = Enum.FontSize.Size14 | |
3373 | UnParticleWS.Text = "Un-ParticleWS" | |
3374 | UnParticleWS.TextScaled = true | |
3375 | UnParticleWS.TextSize = 14 | |
3376 | UnParticleWS.TextWrapped = true | |
3377 | UnParticleWS.MouseButton1Down:connect(function() | |
3378 | Clicksound:Play() | |
3379 | function Sopcan(var_a) | |
3380 | for i,v in pairs(var_a:GetChildren()) do | |
3381 | if v.ClassName == "Part" then | |
3382 | v:FindFirstChild("ExploitSpam"):Remove() | |
3383 | end | |
3384 | Sopcan(v) | |
3385 | end | |
3386 | end | |
3387 | Sopcan(workspace) | |
3388 | end) | |
3389 | ||
3390 | Chat.Name = "Chat" | |
3391 | Chat.Parent = Frame | |
3392 | Chat.BackgroundColor3 = Color3.new(1, 1, 1) | |
3393 | Chat.Position = UDim2.new(0, 460, 0, 40) | |
3394 | Chat.Size = UDim2.new(0, 80, 0, 20) | |
3395 | Chat.Font = Enum.Font.SciFi | |
3396 | Chat.FontSize = Enum.FontSize.Size14 | |
3397 | Chat.Text = "Chat" | |
3398 | Chat.TextScaled = true | |
3399 | Chat.TextSize = 14 | |
3400 | Chat.TextWrapped = true | |
3401 | Chat.MouseButton1Down:connect(function() | |
3402 | Clicksound:Play() | |
3403 | if Selected.Value == true then | |
3404 | for i,v in pairs(game.Players:GetChildren()) do | |
3405 | game:GetService("Chat"):Chat(v.Character.Head,tostring(ChatString.Text),"Blue") | |
3406 | end | |
3407 | elseif Selected.Value == false then | |
3408 | game:GetService("Chat"):Chat(workspace[PlayerName.Text].Head,tostring(ChatString.Text),"Blue") | |
3409 | end | |
3410 | end) | |
3411 | ChatString.Name = "ChatString" | |
3412 | ChatString.Parent = Frame | |
3413 | ChatString.BackgroundColor3 = Color3.new(0, 1, 1) | |
3414 | ChatString.Position = UDim2.new(0, 460, 0, 70) | |
3415 | ChatString.Size = UDim2.new(0, 80, 0, 20) | |
3416 | ChatString.Font = Enum.Font.SciFi | |
3417 | ChatString.FontSize = Enum.FontSize.Size14 | |
3418 | ChatString.Text = "Im a bitch" | |
3419 | ChatString.TextScaled = true | |
3420 | ChatString.TextSize = 14 | |
3421 | ChatString.TextWrapped = true | |
3422 | ||
3423 | Smallhead.Name = "Smallhead" | |
3424 | Smallhead.Parent = Frame | |
3425 | Smallhead.BackgroundColor3 = Color3.new(1, 1, 1) | |
3426 | Smallhead.Position = UDim2.new(0, 100, 0, 400) | |
3427 | Smallhead.Size = UDim2.new(0, 80, 0, 20) | |
3428 | Smallhead.Font = Enum.Font.SciFi | |
3429 | Smallhead.FontSize = Enum.FontSize.Size14 | |
3430 | Smallhead.Text = "Normalhead" | |
3431 | Smallhead.TextSize = 14 | |
3432 | Smallhead.MouseButton1Down:connect(function() | |
3433 | Clicksound:Play() | |
3434 | if Selected.Value == true then | |
3435 | for i,v in pairs(game.Players:GetChildren()) do | |
3436 | v.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25) | |
3437 | end | |
3438 | elseif Selected.Value == false then | |
3439 | workspace[PlayerName.Text].Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25) | |
3440 | end | |
3441 | end) | |
3442 | BallWS.Name = "BallWS" | |
3443 | BallWS.Parent = Frame | |
3444 | BallWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3445 | BallWS.Position = UDim2.new(0, 190, 0, 400) | |
3446 | BallWS.Size = UDim2.new(0, 80, 0, 20) | |
3447 | BallWS.Font = Enum.Font.SciFi | |
3448 | BallWS.FontSize = Enum.FontSize.Size14 | |
3449 | BallWS.Text = "BallWS" | |
3450 | BallWS.TextSize = 14 | |
3451 | BallWS.MouseButton1Down:connect(function() | |
3452 | Clicksound:Play() | |
3453 | function Scaren(var_a) | |
3454 | for i,v in pairs(var_a:GetChildren()) do | |
3455 | if v.ClassName == "Part" then | |
3456 | Ball = Instance.new("SpecialMesh",v) | |
3457 | Ball.Name = "ExploitBall" | |
3458 | Ball.MeshType = "Sphere" | |
3459 | end | |
3460 | Scaren(v) | |
3461 | end | |
3462 | end | |
3463 | Scaren(workspace) | |
3464 | end) | |
3465 | CylWS.Name = "CylWS" | |
3466 | CylWS.Parent = Frame | |
3467 | CylWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3468 | CylWS.Position = UDim2.new(0, 280, 0, 400) | |
3469 | CylWS.Size = UDim2.new(0, 80, 0, 20) | |
3470 | CylWS.Font = Enum.Font.SciFi | |
3471 | CylWS.FontSize = Enum.FontSize.Size14 | |
3472 | CylWS.Text = "CylinderWS" | |
3473 | CylWS.TextSize = 14 | |
3474 | CylWS.MouseButton1Down:connect(function() | |
3475 | Clicksound:Play() | |
3476 | function qcaren(var_a) | |
3477 | for i,v in pairs(var_a:GetChildren()) do | |
3478 | if v.ClassName == "Part" then | |
3479 | Cyli = Instance.new("SpecialMesh",v) | |
3480 | Cyli.Name = "ExploitCyli" | |
3481 | Cyli.MeshType = "Cylinder" | |
3482 | end | |
3483 | qcaren(v) | |
3484 | end | |
3485 | end | |
3486 | qcaren(workspace) | |
3487 | end) | |
3488 | BloWS.Name = "BloWS" | |
3489 | BloWS.Parent = Frame | |
3490 | BloWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3491 | BloWS.Position = UDim2.new(0, 370, 0, 400) | |
3492 | BloWS.Size = UDim2.new(0, 80, 0, 20) | |
3493 | BloWS.Font = Enum.Font.SciFi | |
3494 | BloWS.FontSize = Enum.FontSize.Size14 | |
3495 | BloWS.Text = "BlockWS" | |
3496 | BloWS.TextSize = 14 | |
3497 | BloWS.MouseButton1Down:connect(function() | |
3498 | Clicksound:Play() | |
3499 | function xcaren(var_a) | |
3500 | for i,v in pairs(var_a:GetChildren()) do | |
3501 | if v.ClassName == "Part" then | |
3502 | Bric = Instance.new("SpecialMesh",v) | |
3503 | Bric.Name = "ExploitBrick" | |
3504 | Bric.MeshType = "Brick" | |
3505 | end | |
3506 | xcaren(v) | |
3507 | end | |
3508 | end | |
3509 | xcaren(workspace) | |
3510 | end) | |
3511 | ||
3512 | TorsoWS.Name = "TorsoWS" | |
3513 | TorsoWS.Parent = Frame | |
3514 | TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3515 | TorsoWS.Position = UDim2.new(0, 460, 0, 370) | |
3516 | TorsoWS.Size = UDim2.new(0, 80, 0, 20) | |
3517 | TorsoWS.Font = Enum.Font.SciFi | |
3518 | TorsoWS.FontSize = Enum.FontSize.Size14 | |
3519 | TorsoWS.Text = "TorsoWS" | |
3520 | TorsoWS.TextSize = 14 | |
3521 | TorsoWS.MouseButton1Down:connect(function() | |
3522 | Clicksound:Play() | |
3523 | function pxucarn(var_a) | |
3524 | for i,v in pairs(var_a:GetChildren()) do | |
3525 | if v.ClassName == "Part" then | |
3526 | Tors = Instance.new("SpecialMesh",v) | |
3527 | Tors.Name = "ExploitTorso" | |
3528 | Tors.MeshType = "Torso" | |
3529 | end | |
3530 | pxucarn(v) | |
3531 | end | |
3532 | end | |
3533 | pxucarn(workspace) | |
3534 | end) | |
3535 | ||
3536 | WedgeWS.Name = "WedgeWS" | |
3537 | WedgeWS.Parent = Frame | |
3538 | WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3539 | WedgeWS.Position = UDim2.new(0, 460, 0, 340) | |
3540 | WedgeWS.Size = UDim2.new(0, 80, 0, 20) | |
3541 | WedgeWS.Font = Enum.Font.SciFi | |
3542 | WedgeWS.FontSize = Enum.FontSize.Size14 | |
3543 | WedgeWS.Text = "WedgeWS" | |
3544 | WedgeWS.TextSize = 14 | |
3545 | WedgeWS.MouseButton1Down:connect(function() | |
3546 | Clicksound:Play() | |
3547 | function foo(var_a) | |
3548 | for i,v in pairs(var_a:GetChildren()) do | |
3549 | if v.ClassName == "Part" then | |
3550 | Wedg = Instance.new("SpecialMesh",v) | |
3551 | Wedg.Name = "ExploitWedge" | |
3552 | Wedg.MeshType = "Wedge" | |
3553 | end | |
3554 | foo(v) | |
3555 | end | |
3556 | end | |
3557 | foo(workspace) | |
3558 | end) | |
3559 | HeadWS.Name = "HeadWS" | |
3560 | HeadWS.Parent = Frame | |
3561 | HeadWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
3562 | HeadWS.Position = UDim2.new(0, 460, 0, 400) | |
3563 | HeadWS.Size = UDim2.new(0, 80, 0, 20) | |
3564 | HeadWS.Font = Enum.Font.SciFi | |
3565 | HeadWS.FontSize = Enum.FontSize.Size14 | |
3566 | HeadWS.Text = "HeadWS" | |
3567 | HeadWS.TextSize = 14 | |
3568 | HeadWS.MouseButton1Down:connect(function() | |
3569 | Clicksound:Play() | |
3570 | function food(var_a) | |
3571 | for i,v in pairs(var_a:GetChildren()) do | |
3572 | if v.ClassName == "Part" then | |
3573 | Head = Instance.new("SpecialMesh",v) | |
3574 | Head.Name = "ExploitHead" | |
3575 | Head.MeshType = "Head" | |
3576 | end | |
3577 | food(v) | |
3578 | end | |
3579 | end | |
3580 | food(workspace) | |
3581 | end) | |
3582 | ||
3583 | Longneck.Name = "Longneck" | |
3584 | Longneck.Parent = Frame | |
3585 | Longneck.BackgroundColor3 = Color3.new(1, 1, 1) | |
3586 | Longneck.Position = UDim2.new(0, 460, 0, 310) | |
3587 | Longneck.Size = UDim2.new(0, 80, 0, 20) | |
3588 | Longneck.Font = Enum.Font.SciFi | |
3589 | Longneck.FontSize = Enum.FontSize.Size14 | |
3590 | Longneck.Text = "Longneck" | |
3591 | Longneck.TextSize = 14 | |
3592 | Longneck.MouseButton1Down:connect(function() | |
3593 | Clicksound:Play() | |
3594 | if Selected.Value == true then | |
3595 | for i,v in pairs(game.Players:GetChildren()) do | |
3596 | v.Character.HumanoidRootPart.Transparency = 0 | |
3597 | v.Character.Head.Mesh.Offset = Vector3.new(0,3,0) | |
3598 | gt = Instance.new("CylinderMesh",v.Character.HumanoidRootPart) | |
3599 | gt.Offset = Vector3.new(0,3,0) | |
3600 | gt.Scale = Vector3.new(1,2,1) | |
3601 | for i,h in pairs(v.Character:GetChildren()) do | |
3602 | if h.ClassName == "Accessory" then | |
3603 | h.Handle.Mesh.Offset = Vector3.new(0,3,0) | |
3604 | end | |
3605 | end | |
3606 | end | |
3607 | elseif Selected.Value == false then | |
3608 | workspace[PlayerName.Text].HumanoidRootPart.Transparency = 0 | |
3609 | workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,3,0) | |
3610 | gt = Instance.new("CylinderMesh",workspace[PlayerName.Text].HumanoidRootPart) | |
3611 | gt.Offset = Vector3.new(0,3,0) | |
3612 | gt.Scale = Vector3.new(1,2,1) | |
3613 | for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
3614 | if g.ClassName == "Accessory" then | |
3615 | g.Handle.Mesh.Offset = Vector3.new(0,3,0) | |
3616 | end | |
3617 | end | |
3618 | end | |
3619 | end) | |
3620 | Normalneck.Name = "Normalneck" | |
3621 | Normalneck.Parent = Frame | |
3622 | Normalneck.BackgroundColor3 = Color3.new(1, 1, 1) | |
3623 | Normalneck.Position = UDim2.new(0, 460, 0, 280) | |
3624 | Normalneck.Size = UDim2.new(0, 80, 0, 20) | |
3625 | Normalneck.Font = Enum.Font.SciFi | |
3626 | Normalneck.FontSize = Enum.FontSize.Size14 | |
3627 | Normalneck.Text = "Normalneck" | |
3628 | Normalneck.TextSize = 14 | |
3629 | Normalneck.MouseButton1Down:connect(function() | |
3630 | Clicksound:Play() | |
3631 | if Selected.Value == true then | |
3632 | for i,v in pairs(game.Players:GetChildren()) do | |
3633 | v.Character.Head.Mesh.Offset = Vector3.new(0,0,0) | |
3634 | v.Character.HumanoidRootPart.Mesh:Remove() | |
3635 | v.Character.HumanoidRootPart.Transparency = 1 | |
3636 | for i,h in pairs(v.Character:GetChildren()) do | |
3637 | if h.ClassName == "Accessory" then | |
3638 | h.Handle.Mesh.Offset = Vector3.new(0,0,0) | |
3639 | end | |
3640 | end | |
3641 | end | |
3642 | elseif Selected.Value == false then | |
3643 | workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0) | |
3644 | workspace[PlayerName.Text].HumanoidRootPart.Mesh:Remove() | |
3645 | workspace[PlayerName.Text].HumanoidRootPart.Transparency = 1 | |
3646 | for i,g in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
3647 | if g.ClassName == "Accessory" then | |
3648 | g.Handle.Mesh.Offset = Vector3.new(0,0,0) | |
3649 | end | |
3650 | end | |
3651 | end | |
3652 | end) | |
3653 | Headtummy.Name = "Headtummy" | |
3654 | Headtummy.Parent = Frame | |
3655 | Headtummy.BackgroundColor3 = Color3.new(1, 1, 1) | |
3656 | Headtummy.Position = UDim2.new(0, 460, 0, 250) | |
3657 | Headtummy.Size = UDim2.new(0, 80, 0, 20) | |
3658 | Headtummy.Font = Enum.Font.SciFi | |
3659 | Headtummy.FontSize = Enum.FontSize.Size14 | |
3660 | Headtummy.Text = "Funny" | |
3661 | Headtummy.TextSize = 14 | |
3662 | Headtummy.MouseButton1Down:connect(function() | |
3663 | Clicksound:Play() | |
3664 | if Selected.Value == true then | |
3665 | for i,v in pairs(game.Players:GetChildren()) do | |
3666 | v.Character.Torso.Transparency = 1 | |
3667 | v.Character:FindFirstChild("Left Arm").Transparency = 1 | |
3668 | v.Character:FindFirstChild("Right Arm").Transparency = 1 | |
3669 | v.Character.Head.Mesh.Offset = Vector3.new(0,-2,0) | |
3670 | for i,q in pairs(v.Character:GetChildren()) do | |
3671 | if q.ClassName == "Accessory" then | |
3672 | q.Handle.Mesh.Offset = Vector3.new(0,-2,0) | |
3673 | end | |
3674 | end | |
3675 | end | |
3676 | elseif Selected.Value == false then | |
3677 | workspace[PlayerName.Text].Torso.Transparency = 1 | |
3678 | workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1 | |
3679 | workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1 | |
3680 | workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,-2,0) | |
3681 | for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
3682 | if q.ClassName == "Accessory" then | |
3683 | q.Handle.Mesh.Offset = Vector3.new(0,-2,0) | |
3684 | end | |
3685 | end | |
3686 | end | |
3687 | end) | |
3688 | UnHeadtummy.Name = "UnHeadtummy" | |
3689 | UnHeadtummy.Parent = Frame | |
3690 | UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1) | |
3691 | UnHeadtummy.Position = UDim2.new(0, 460, 0, 430) | |
3692 | UnHeadtummy.Size = UDim2.new(0, 80, 0, 20) | |
3693 | UnHeadtummy.Font = Enum.Font.SciFi | |
3694 | UnHeadtummy.FontSize = Enum.FontSize.Size14 | |
3695 | UnHeadtummy.Text = "UnFunny" | |
3696 | UnHeadtummy.TextSize = 14 | |
3697 | UnHeadtummy.MouseButton1Down:connect(function() | |
3698 | Clicksound:Play() | |
3699 | if Selected.Value == true then | |
3700 | for i,v in pairs(game.Players:GetChildren()) do | |
3701 | v.Character.Torso.Transparency = 0 | |
3702 | v.Character:FindFirstChild("Left Arm").Transparency = 0 | |
3703 | v.Character:FindFirstChild("Right Arm").Transparency = 0 | |
3704 | v.Character.Head.Mesh.Offset = Vector3.new(0,0,0) | |
3705 | for i,q in pairs(v.Character:GetChildren()) do | |
3706 | if q.ClassName == "Accessory" then | |
3707 | q.Handle.Mesh.Offset = Vector3.new(0,0,0) | |
3708 | end | |
3709 | end | |
3710 | end | |
3711 | elseif Selected.Value == false then | |
3712 | workspace[PlayerName.Text].Torso.Transparency = 0 | |
3713 | workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0 | |
3714 | workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0 | |
3715 | workspace[PlayerName.Text].Head.Mesh.Offset = Vector3.new(0,0,0) | |
3716 | for i,q in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
3717 | if q.ClassName == "Accessory" then | |
3718 | q.Handle.Mesh.Offset = Vector3.new(0,0,0) | |
3719 | end | |
3720 | end | |
3721 | end | |
3722 | end) | |
3723 | ||
3724 | Fire.Name = "Fire" | |
3725 | Fire.Parent = Frame | |
3726 | Fire.BackgroundColor3 = Color3.new(1, 1, 1) | |
3727 | Fire.Position = UDim2.new(0, 460, 0, 160) | |
3728 | Fire.Size = UDim2.new(0, 80, 0, 20) | |
3729 | Fire.Font = Enum.Font.SciFi | |
3730 | Fire.FontSize = Enum.FontSize.Size14 | |
3731 | Fire.Text = "Fire" | |
3732 | Fire.TextSize = 14 | |
3733 | Fire.MouseButton1Down:connect(function() | |
3734 | Clicksound:Play() | |
3735 | if Selected.Value == true then | |
3736 | for i,v in pairs(game.Players:GetChildren()) do | |
3737 | Instance.new("Fire",v.Character.Torso) | |
3738 | Instance.new("Fire",v.Character.Head) | |
3739 | Instance.new("Fire",v.Character:FindFirstChild("Left Leg")) | |
3740 | Instance.new("Fire",v.Character:FindFirstChild("Left Arm")) | |
3741 | Instance.new("Fire",v.Character:FindFirstChild("Right Leg")) | |
3742 | Instance.new("Fire",v.Character:FindFirstChild("Right Arm")) | |
3743 | end | |
3744 | elseif Selected.Value == false then | |
3745 | Instance.new("Fire",workspace[PlayerName.Text].Torso) | |
3746 | Instance.new("Fire",workspace[PlayerName.Text].Head) | |
3747 | Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Leg")) | |
3748 | Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Left Arm")) | |
3749 | Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Leg")) | |
3750 | Instance.new("Fire",workspace[PlayerName.Text]:FindFirstChild("Right Arm")) | |
3751 | end | |
3752 | end) | |
3753 | Smoke.Name = "Smoke" | |
3754 | Smoke.Parent = Frame | |
3755 | Smoke.BackgroundColor3 = Color3.new(1, 1, 1) | |
3756 | Smoke.Position = UDim2.new(0, 460, 0, 220) | |
3757 | Smoke.Size = UDim2.new(0, 80, 0, 20) | |
3758 | Smoke.Font = Enum.Font.SciFi | |
3759 | Smoke.FontSize = Enum.FontSize.Size14 | |
3760 | Smoke.Text = "Smoke" | |
3761 | Smoke.TextSize = 14 | |
3762 | Smoke.MouseButton1Down:connect(function() | |
3763 | Clicksound:Play() | |
3764 | if Selected.Value == true then | |
3765 | for i,v in pairs(game.Players:GetChildren()) do | |
3766 | Instance.new("Smoke",v.Character.Torso) | |
3767 | end | |
3768 | elseif Selected.Value == false then | |
3769 | Instance.new("Smoke",workspace[PlayerName.Text].Torso) | |
3770 | end | |
3771 | end) | |
3772 | Sparkles.Name = "Sparkles" | |
3773 | Sparkles.Parent = Frame | |
3774 | Sparkles.BackgroundColor3 = Color3.new(1, 1, 1) | |
3775 | Sparkles.Position = UDim2.new(0, 460, 0, 130) | |
3776 | Sparkles.Size = UDim2.new(0, 80, 0, 20) | |
3777 | Sparkles.Font = Enum.Font.SciFi | |
3778 | Sparkles.FontSize = Enum.FontSize.Size14 | |
3779 | Sparkles.Text = "Sparkles" | |
3780 | Sparkles.TextSize = 14 | |
3781 | Sparkles.MouseButton1Down:connect(function() | |
3782 | Clicksound:Play() | |
3783 | if Selected.Value == true then | |
3784 | for i,v in pairs(game.Players:GetChildren()) do | |
3785 | Instance.new("Sparkles",v.Character.Torso) | |
3786 | Instance.new("Sparkles",v.Character.Head) | |
3787 | Instance.new("Sparkles",v.Character:FindFirstChild("Left Leg")) | |
3788 | Instance.new("Sparkles",v.Character:FindFirstChild("Left Arm")) | |
3789 | Instance.new("Sparkles",v.Character:FindFirstChild("Right Leg")) | |
3790 | Instance.new("Sparkles",v.Character:FindFirstChild("Right Arm")) | |
3791 | end | |
3792 | elseif Selected.Value == false then | |
3793 | Instance.new("Sparkles",workspace[PlayerName.Text].Torso) | |
3794 | Instance.new("Sparkles",workspace[PlayerName.Text].Head) | |
3795 | Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Leg")) | |
3796 | Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Left Arm")) | |
3797 | Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Leg")) | |
3798 | Instance.new("Sparkles",workspace[PlayerName.Text]:FindFirstChild("Right Arm")) | |
3799 | end | |
3800 | end) | |
3801 | FF.Name = "FF" | |
3802 | FF.Parent = Frame | |
3803 | FF.BackgroundColor3 = Color3.new(1, 1, 1) | |
3804 | FF.Position = UDim2.new(0, 460, 0, 190) | |
3805 | FF.Size = UDim2.new(0, 80, 0, 20) | |
3806 | FF.Font = Enum.Font.SciFi | |
3807 | FF.FontSize = Enum.FontSize.Size14 | |
3808 | FF.Text = "FF" | |
3809 | FF.TextSize = 14 | |
3810 | FF.MouseButton1Down:connect(function() | |
3811 | Clicksound:Play() | |
3812 | if Selected.Value == true then | |
3813 | for i,v in pairs(game.Players:GetChildren()) do | |
3814 | Instance.new("ForceField",v.Character) | |
3815 | end | |
3816 | elseif Selected.Value == false then | |
3817 | Instance.new("ForceField",workspace[PlayerName.Text]) | |
3818 | end | |
3819 | end) | |
3820 | ||
3821 | MlgParticles.Name = "MlgParticles" | |
3822 | MlgParticles.Parent = Frame | |
3823 | MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1) | |
3824 | MlgParticles.Position = UDim2.new(0, 460, 0, 100) | |
3825 | MlgParticles.Size = UDim2.new(0, 80, 0, 20) | |
3826 | MlgParticles.Font = Enum.Font.SciFi | |
3827 | MlgParticles.FontSize = Enum.FontSize.Size14 | |
3828 | MlgParticles.Text = "MLG" | |
3829 | MlgParticles.TextSize = 14 | |
3830 | MlgParticles.MouseButton1Down:connect(function() | |
3831 | Clicksound:Play() | |
3832 | if Selected.Value == true then | |
3833 | for i,v in pairs(game.Players:GetChildren()) do | |
3834 | mlg = Instance.new("ParticleEmitter",v.Character.Torso) | |
3835 | mlg.Speed = NumberRange.new(20,20) | |
3836 | mlg.Rate = 20 | |
3837 | mlg.VelocitySpread = 30 | |
3838 | mlg.Lifetime = NumberRange.new(6,6) | |
3839 | mlg.Texture = "rbxassetid://193849784" | |
3840 | mlgg = Instance.new("ParticleEmitter",v.Character.Torso) | |
3841 | mlgg.Speed = NumberRange.new(20,20) | |
3842 | mlgg.Rate = 20 | |
3843 | mlgg.VelocitySpread = 30 | |
3844 | mlgg.Lifetime = NumberRange.new(6,6) | |
3845 | mlgg.Texture = "rbxassetid://188207856" | |
3846 | smlgg = Instance.new("ParticleEmitter",v.Character.Torso) | |
3847 | smlgg.Speed = NumberRange.new(20,20) | |
3848 | smlgg.Rate = 20 | |
3849 | smlgg.VelocitySpread = 30 | |
3850 | smlgg.Lifetime = NumberRange.new(6,6) | |
3851 | smlgg.Texture = "rbxassetid://198328945" | |
3852 | sml = Instance.new("ParticleEmitter",v.Character.Torso) | |
3853 | sml.Speed = NumberRange.new(20,20) | |
3854 | sml.Rate = 20 | |
3855 | sml.VelocitySpread = 30 | |
3856 | sml.Lifetime = NumberRange.new(6,6) | |
3857 | sml.Texture = "rbxassetid://461700443" | |
3858 | sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
3859 | sml.Speed = NumberRange.new(20,20) | |
3860 | sml.Rate = 20 | |
3861 | sml.VelocitySpread = 30 | |
3862 | sml.Lifetime = NumberRange.new(6,6) | |
3863 | sml.Texture = "rbxassetid://198328733" | |
3864 | end | |
3865 | elseif Selected.Value == false then | |
3866 | mlg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
3867 | mlg.Speed = NumberRange.new(20,20) | |
3868 | mlg.Rate = 20 | |
3869 | mlg.VelocitySpread = 30 | |
3870 | mlg.Lifetime = NumberRange.new(6,6) | |
3871 | mlg.Texture = "rbxassetid://193849784" | |
3872 | mlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
3873 | mlgg.Speed = NumberRange.new(20,20) | |
3874 | mlgg.Rate = 20 | |
3875 | mlgg.VelocitySpread = 30 | |
3876 | mlgg.Lifetime = NumberRange.new(6,6) | |
3877 | mlgg.Texture = "rbxassetid://188207856" | |
3878 | smlgg = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
3879 | smlgg.Speed = NumberRange.new(20,20) | |
3880 | smlgg.Rate = 20 | |
3881 | smlgg.VelocitySpread = 30 | |
3882 | smlgg.Lifetime = NumberRange.new(6,6) | |
3883 | smlgg.Texture = "rbxassetid://198328945" | |
3884 | sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
3885 | sml.Speed = NumberRange.new(20,20) | |
3886 | sml.Rate = 20 | |
3887 | sml.VelocitySpread = 30 | |
3888 | sml.Lifetime = NumberRange.new(6,6) | |
3889 | sml.Texture = "rbxassetid://461700443" | |
3890 | sml = Instance.new("ParticleEmitter",workspace[PlayerName.Text].Torso) | |
3891 | sml.Speed = NumberRange.new(20,20) | |
3892 | sml.Rate = 20 | |
3893 | sml.VelocitySpread = 30 | |
3894 | sml.Lifetime = NumberRange.new(6,6) | |
3895 | sml.Texture = "rbxassetid://198328733" | |
3896 | end | |
3897 | end) | |
3898 | ||
3899 | Close.Name = "Close" | |
3900 | Close.Parent = Frame | |
3901 | Close.BackgroundColor3 = Color3.new(1, 0, 0) | |
3902 | Close.BorderColor3 = Color3.new(0, 0, 0) | |
3903 | Close.BorderSizePixel = 3 | |
3904 | Close.Position = UDim2.new(0, 540, 0, 0) | |
3905 | Close.Size = UDim2.new(0, 20, 0, 20) | |
3906 | Close.Font = Enum.Font.SciFi | |
3907 | Close.FontSize = Enum.FontSize.Size14 | |
3908 | Close.Text = "X" | |
3909 | Close.TextColor3 = Color3.new(0, 0, 0) | |
3910 | Close.TextSize = 14 | |
3911 | Close.MouseButton1Down:connect(function() | |
3912 | IntroSong.PlaybackSpeed = 0.93 | |
3913 | IntroSong:Play() | |
3914 | Clicksound:Play() | |
3915 | BG:TweenSize(UDim2.new(0,550,0,0),"Out") | |
3916 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true) | |
3917 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true) | |
3918 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) | |
3919 | Frame.Active = false | |
3920 | wait(1.3) | |
3921 | Open.Visible = true | |
3922 | end) | |
3923 | Open.Name = "Open" | |
3924 | Open.Parent = Exploit | |
3925 | Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863) | |
3926 | Open.BorderColor3 = Color3.new(0, 0, 0) | |
3927 | Open.BorderSizePixel = 0 | |
3928 | Open.BackgroundTransparency = 0.58 | |
3929 | Open.Position = UDim2.new(0, 0, 0, 0) | |
3930 | Open.Size = UDim2.new(0, 40, 0, 40) | |
3931 | Open.Visible = false | |
3932 | Open.Font = Enum.Font.SciFi | |
3933 | Open.FontSize = Enum.FontSize.Size14 | |
3934 | Open.Text = "Open" | |
3935 | Open.TextColor3 = Color3.new(1, 1, 1) | |
3936 | Open.TextSize = 18 | |
3937 | Open.MouseButton1Down:connect(function() | |
3938 | IntroSong.PlaybackSpeed = 1.1 | |
3939 | IntroSong:Play() | |
3940 | Clicksound:Play() | |
3941 | BG:TweenSize(UDim2.new(0,550,0,490),"Out") | |
3942 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) | |
3943 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true) | |
3944 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) | |
3945 | Frame.Active = true | |
3946 | Open.Visible = false | |
3947 | end) | |
3948 | ||
3949 | Sanic.Name = "Sanic" | |
3950 | Sanic.Parent = Frame | |
3951 | Sanic.BackgroundColor3 = Color3.new(1, 1, 1) | |
3952 | Sanic.Position = UDim2.new(0, 10, 0, 430) | |
3953 | Sanic.Size = UDim2.new(0, 80, 0, 20) | |
3954 | Sanic.Font = Enum.Font.SciFi | |
3955 | Sanic.FontSize = Enum.FontSize.Size14 | |
3956 | Sanic.Text = "Sanic" | |
3957 | Sanic.TextScaled = true | |
3958 | Sanic.TextSize = 14 | |
3959 | Sanic.TextWrapped = true | |
3960 | Sanic.MouseButton1Down:connect(function() | |
3961 | Clicksound:Play() | |
3962 | if Selected.Value == true then | |
3963 | for i,v in pairs(game.Players:GetChildren()) do | |
3964 | v.Character.Torso.Transparency = 1 | |
3965 | v.Character.Head.Transparency = 1 | |
3966 | v.Character.Head.face.Transparency = 1 | |
3967 | v.Character:FindFirstChild("Left Leg").Transparency = 1 | |
3968 | v.Character:FindFirstChild("Left Arm").Transparency = 1 | |
3969 | v.Character:FindFirstChild("Right Leg").Transparency = 1 | |
3970 | v.Character:FindFirstChild("Right Arm").Transparency = 1 | |
3971 | v.Character.Humanoid.WalkSpeed = 100 | |
3972 | v.Character.Humanoid.NameOcclusion = "NoOcclusion" | |
3973 | Lol = Instance.new("Sound",v.Character.Torso) | |
3974 | Lol.Playing = true | |
3975 | Lol.Looped = true | |
3976 | Lol.Volume = 10 | |
3977 | Lol.SoundId = "rbxassetid://145542130" | |
3978 | for i,t in pairs(v.Character:GetChildren()) do | |
3979 | if t.ClassName == "Accessory" then | |
3980 | t.Handle.Transparency = 1 | |
3981 | end | |
3982 | end | |
3983 | sanic = Instance.new("SurfaceGui",v.Character.HumanoidRootPart) | |
3984 | img = Instance.new("ImageLabel",sanic) | |
3985 | img.Size = UDim2.new(0,2000,0,1500) | |
3986 | img.Position = UDim2.new(0,-600,0,-400) | |
3987 | img.Image = "rbxassetid://360880946" | |
3988 | img.BackgroundTransparency = 1 | |
3989 | end | |
3990 | elseif Selected.Value == false then | |
3991 | workspace[PlayerName.Text].Torso.Transparency = 1 | |
3992 | workspace[PlayerName.Text].Head.Transparency = 1 | |
3993 | workspace[PlayerName.Text].Head.face.Transparency = 1 | |
3994 | workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 1 | |
3995 | workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 1 | |
3996 | workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 1 | |
3997 | workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 1 | |
3998 | workspace[PlayerName.Text].Humanoid.WalkSpeed = 100 | |
3999 | workspace[PlayerName.Text].Humanoid.NameOcclusion = "NoOcclusion" | |
4000 | Lol = Instance.new("Sound",workspace[PlayerName.Text].Torso) | |
4001 | Lol.Playing = true | |
4002 | Lol.Looped = true | |
4003 | Lol.Volume = 10 | |
4004 | Lol.SoundId = "rbxassetid://145542130" | |
4005 | for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
4006 | if tx.ClassName == "Accessory" then | |
4007 | tx.Handle.Transparency = 1 | |
4008 | end | |
4009 | end | |
4010 | sanic = Instance.new("SurfaceGui",workspace[PlayerName.Text].HumanoidRootPart) | |
4011 | img = Instance.new("ImageLabel",sanic) | |
4012 | img.Size = UDim2.new(0,2000,0,1500) | |
4013 | img.Position = UDim2.new(0,-600,0,-400) | |
4014 | img.Image = "rbxassetid://360880946" | |
4015 | img.BackgroundTransparency = 1 | |
4016 | end | |
4017 | end) | |
4018 | ||
4019 | UnSanic.Name = "UnSanic" | |
4020 | UnSanic.Parent = Frame | |
4021 | UnSanic.BackgroundColor3 = Color3.new(1, 1, 1) | |
4022 | UnSanic.Position = UDim2.new(0, 100, 0, 430) | |
4023 | UnSanic.Size = UDim2.new(0, 80, 0, 20) | |
4024 | UnSanic.Font = Enum.Font.SciFi | |
4025 | UnSanic.FontSize = Enum.FontSize.Size14 | |
4026 | UnSanic.Text = "UnSanic" | |
4027 | UnSanic.TextScaled = true | |
4028 | UnSanic.TextSize = 14 | |
4029 | UnSanic.TextWrapped = true | |
4030 | UnSanic.MouseButton1Down:connect(function() | |
4031 | Clicksound:Play() | |
4032 | if Selected.Value == true then | |
4033 | for i,v in pairs(game.Players:GetChildren()) do | |
4034 | v.Character.Torso.Transparency = 0 | |
4035 | v.Character.Head.Transparency = 0 | |
4036 | v.Character.Head.face.Transparency = 0 | |
4037 | v.Character:FindFirstChild("Left Leg").Transparency = 0 | |
4038 | v.Character:FindFirstChild("Left Arm").Transparency = 0 | |
4039 | v.Character:FindFirstChild("Right Leg").Transparency = 0 | |
4040 | v.Character:FindFirstChild("Right Arm").Transparency = 0 | |
4041 | v.Character.Humanoid.WalkSpeed = 16 | |
4042 | v.Character.Humanoid.NameOcclusion = "OccludeAll" | |
4043 | v.Character.Torso.Sound:Remove() | |
4044 | for i,t in pairs(v.Character:GetChildren()) do | |
4045 | if t.ClassName == "Accessory" then | |
4046 | t.Handle.Transparency = 0 | |
4047 | end | |
4048 | end | |
4049 | v.Character.HumanoidRootPart.SurfaceGui:Remove() | |
4050 | end | |
4051 | elseif Selected.Value == false then | |
4052 | workspace[PlayerName.Text].Torso.Transparency = 0 | |
4053 | workspace[PlayerName.Text].Head.Transparency = 0 | |
4054 | workspace[PlayerName.Text].Head.face.Transparency = 0 | |
4055 | workspace[PlayerName.Text]:FindFirstChild("Left Leg").Transparency = 0 | |
4056 | workspace[PlayerName.Text]:FindFirstChild("Left Arm").Transparency = 0 | |
4057 | workspace[PlayerName.Text]:FindFirstChild("Right Leg").Transparency = 0 | |
4058 | workspace[PlayerName.Text]:FindFirstChild("Right Arm").Transparency = 0 | |
4059 | workspace[PlayerName.Text].Humanoid.WalkSpeed = 16 | |
4060 | workspace[PlayerName.Text].Humanoid.NameOcclusion = "OccludeAll" | |
4061 | workspace[PlayerName.Text].Torso.Sound:Remove() | |
4062 | for i,tx in pairs(workspace[PlayerName.Text]:GetChildren()) do | |
4063 | if tx.ClassName == "Accessory" then | |
4064 | tx.Handle.Transparency = 0 | |
4065 | end | |
4066 | end | |
4067 | workspace[PlayerName.Text].HumanoidRootPart.SurfaceGui:Remove() | |
4068 | end | |
4069 | end) | |
4070 | LagOthers.Name = "LagOthers" | |
4071 | LagOthers.Parent = Frame | |
4072 | LagOthers.BackgroundColor3 = Color3.new(1, 1, 1) | |
4073 | LagOthers.Position = UDim2.new(0, 190, 0, 430) | |
4074 | LagOthers.Size = UDim2.new(0, 80, 0, 20) | |
4075 | LagOthers.Font = Enum.Font.SciFi | |
4076 | LagOthers.FontSize = Enum.FontSize.Size14 | |
4077 | LagOthers.Text = "LagOthers" | |
4078 | LagOthers.TextScaled = true | |
4079 | LagOthers.TextSize = 14 | |
4080 | LagOthers.TextWrapped = true | |
4081 | LagOthers.MouseButton1Down:connect(function() | |
4082 | Clicksound:Play() | |
4083 | for i,v in pairs(game.Players:GetChildren()) do | |
4084 | if v.Name ~= game.Players.LocalPlayer.Name then | |
4085 | v.Character.Humanoid.HipHeight = math.huge * 0 | |
4086 | end | |
4087 | end | |
4088 | end) | |
4089 | ||
4090 | FeChecker.Name = "FeChecker" | |
4091 | FeChecker.Parent = Frame | |
4092 | FeChecker.BackgroundColor3 = Color3.new(1, 1, 1) | |
4093 | FeChecker.BackgroundTransparency = 1 | |
4094 | FeChecker.Position = UDim2.new(0, 150, 0, 10) | |
4095 | FeChecker.Size = UDim2.new(0, 100, 0, 20) | |
4096 | FeChecker.Font = Enum.Font.SciFi | |
4097 | FeChecker.FontSize = Enum.FontSize.Size14 | |
4098 | FeChecker.Text = "FE is Disabled" | |
4099 | FeChecker.TextColor3 = Color3.new(1, 1, 1) | |
4100 | FeChecker.TextScaled = true | |
4101 | FeChecker.TextSize = 14 | |
4102 | FeChecker.TextTransparency = 1 | |
4103 | FeChecker.TextWrapped = true | |
4104 | if workspace.FilteringEnabled == false then | |
4105 | FeChecker.Text = "FE is Disabled" | |
4106 | FeChecker.BackgroundColor3 = Color3.new(0,1,0) | |
4107 | elseif workspace.FilteringEnabled == true then | |
4108 | FeChecker.Text = "FE is Enabled :(" | |
4109 | FeChecker.BackgroundColor3 = Color3.new(1,0,0) | |
4110 | end | |
4111 | ||
4112 | -- Properties | |
4113 | ||
4114 | Exploit.Name = "Exploit" | |
4115 | Exploit.Parent = game.Players.LocalPlayer.PlayerGui | |
4116 | ||
4117 | Open.Name = "Open" | |
4118 | Open.Parent = Exploit | |
4119 | Open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863) | |
4120 | Open.BackgroundTransparency = 0.40000000596046 | |
4121 | Open.BorderColor3 = Color3.new(0, 0, 0) | |
4122 | Open.Position = UDim2.new(0, 0, 0, 0) | |
4123 | Open.Size = UDim2.new(0, 40, 0, 40) | |
4124 | Open.Visible = false | |
4125 | Open.Font = Enum.Font.SciFi | |
4126 | Open.FontSize = Enum.FontSize.Size14 | |
4127 | Open.Text = "Open" | |
4128 | Open.TextColor3 = Color3.new(1, 1, 1) | |
4129 | Open.TextSize = 14 | |
4130 | ||
4131 | BG.Name = "BG" | |
4132 | BG.Parent = Exploit | |
4133 | BG.BackgroundColor3 = Color3.new(0, 0, 0) | |
4134 | BG.BackgroundTransparency = 0.5 | |
4135 | BG.BorderSizePixel = 0 | |
4136 | BG.ClipsDescendants = true | |
4137 | BG.Position = UDim2.new(0, 260, 0, 10) | |
4138 | BG.Selectable = true | |
4139 | BG.Size = UDim2.new(0, 460, 0, 0) | |
4140 | ||
4141 | Frame.Parent = BG | |
4142 | Frame.Active = true | |
4143 | Frame.BackgroundColor3 = Color3.new(0, 0, 0) | |
4144 | Frame.BackgroundTransparency = 1 | |
4145 | Frame.BorderColor3 = Color3.new(0, 0, 0) | |
4146 | Frame.BorderSizePixel = 3 | |
4147 | Frame.ClipsDescendants = false | |
4148 | Frame.Position = UDim2.new(0, 0, 0, 0) | |
4149 | Frame.Size = UDim2.new(0, 550, 0, 460) | |
4150 | Frame.Visible = false | |
4151 | ||
4152 | PlayerName.Name = "PlayerName" | |
4153 | PlayerName.Parent = Frame | |
4154 | PlayerName.BackgroundColor3 = Color3.new(1, 1, 1) | |
4155 | PlayerName.BackgroundTransparency = 0.5 | |
4156 | PlayerName.Position = UDim2.new(0, 10, 0, 10) | |
4157 | PlayerName.Size = UDim2.new(0, 130, 0, 20) | |
4158 | PlayerName.Font = Enum.Font.SciFi | |
4159 | PlayerName.FontSize = Enum.FontSize.Size14 | |
4160 | PlayerName.Text = "PlayerName" | |
4161 | PlayerName.TextColor3 = Color3.new(0, 0.984314, 1) | |
4162 | PlayerName.TextSize = 14 | |
4163 | PlayerName.TextTransparency = 1 | |
4164 | ||
4165 | SelectAll.Name = "SelectAll" | |
4166 | SelectAll.Parent = Frame | |
4167 | SelectAll.BackgroundColor3 = Color3.new(1, 1, 1) | |
4168 | SelectAll.BackgroundTransparency = 0.5 | |
4169 | SelectAll.Position = UDim2.new(0, 260, 0, 10) | |
4170 | SelectAll.Size = UDim2.new(0, 80, 0, 20) | |
4171 | SelectAll.Font = Enum.Font.SciFi | |
4172 | SelectAll.FontSize = Enum.FontSize.Size14 | |
4173 | SelectAll.Text = "Select all plrs" | |
4174 | SelectAll.TextColor3 = Color3.new(1, 1, 1) | |
4175 | SelectAll.TextScaled = true | |
4176 | SelectAll.TextSize = 14 | |
4177 | SelectAll.TextTransparency = 1 | |
4178 | SelectAll.TextWrapped = true | |
4179 | ||
4180 | Music.Name = "Music" | |
4181 | Music.Parent = Frame | |
4182 | Music.BackgroundColor3 = Color3.new(1, 1, 1) | |
4183 | Music.BackgroundTransparency = 0.5 | |
4184 | Music.Position = UDim2.new(0, 10, 0, 70) | |
4185 | Music.Size = UDim2.new(0, 80, 0, 20) | |
4186 | Music.Font = Enum.Font.SciFi | |
4187 | Music.FontSize = Enum.FontSize.Size14 | |
4188 | Music.Text = "Music" | |
4189 | Music.TextColor3 = Color3.new(1, 1, 1) | |
4190 | Music.TextSize = 14 | |
4191 | Music.TextTransparency = 1 | |
4192 | ||
4193 | Punish.Name = "Punish" | |
4194 | Punish.Parent = Frame | |
4195 | Punish.BackgroundColor3 = Color3.new(1, 1, 1) | |
4196 | Punish.BackgroundTransparency = 0.5 | |
4197 | Punish.Position = UDim2.new(0, 100, 0, 40) | |
4198 | Punish.Size = UDim2.new(0, 80, 0, 20) | |
4199 | Punish.Font = Enum.Font.SciFi | |
4200 | Punish.FontSize = Enum.FontSize.Size14 | |
4201 | Punish.Text = "Punish" | |
4202 | Punish.TextColor3 = Color3.new(1, 1, 1) | |
4203 | Punish.TextSize = 14 | |
4204 | Punish.TextTransparency = 1 | |
4205 | ||
4206 | RemoveTools.Name = "RemoveTools" | |
4207 | RemoveTools.Parent = Frame | |
4208 | RemoveTools.BackgroundColor3 = Color3.new(1, 1, 1) | |
4209 | RemoveTools.BackgroundTransparency = 0.5 | |
4210 | RemoveTools.Position = UDim2.new(0, 190, 0, 40) | |
4211 | RemoveTools.Size = UDim2.new(0, 80, 0, 20) | |
4212 | RemoveTools.Font = Enum.Font.SciFi | |
4213 | RemoveTools.FontSize = Enum.FontSize.Size14 | |
4214 | RemoveTools.Text = "Remove Tools" | |
4215 | RemoveTools.TextColor3 = Color3.new(1, 1, 1) | |
4216 | RemoveTools.TextScaled = true | |
4217 | RemoveTools.TextSize = 14 | |
4218 | RemoveTools.TextTransparency = 1 | |
4219 | RemoveTools.TextWrapped = true | |
4220 | ||
4221 | Stools.Name = "Stools" | |
4222 | Stools.Parent = Frame | |
4223 | Stools.BackgroundColor3 = Color3.new(1, 1, 1) | |
4224 | Stools.BackgroundTransparency = 0.5 | |
4225 | Stools.Position = UDim2.new(0, 370, 0, 40) | |
4226 | Stools.Size = UDim2.new(0, 80, 0, 20) | |
4227 | Stools.Font = Enum.Font.SciFi | |
4228 | Stools.FontSize = Enum.FontSize.Size14 | |
4229 | Stools.Text = "Steal Tools" | |
4230 | Stools.TextColor3 = Color3.new(1, 1, 1) | |
4231 | Stools.TextScaled = true | |
4232 | Stools.TextSize = 14 | |
4233 | Stools.TextTransparency = 1 | |
4234 | Stools.TextWrapped = true | |
4235 | ||
4236 | Kill.Name = "Kill" | |
4237 | Kill.Parent = Frame | |
4238 | Kill.BackgroundColor3 = Color3.new(1, 1, 1) | |
4239 | Kill.BackgroundTransparency = 0.5 | |
4240 | Kill.Position = UDim2.new(0, 10, 0, 40) | |
4241 | Kill.Size = UDim2.new(0, 80, 0, 20) | |
4242 | Kill.Font = Enum.Font.SciFi | |
4243 | Kill.FontSize = Enum.FontSize.Size14 | |
4244 | Kill.Text = "Kill" | |
4245 | Kill.TextColor3 = Color3.new(1, 1, 1) | |
4246 | Kill.TextSize = 14 | |
4247 | Kill.TextTransparency = 1 | |
4248 | ||
4249 | Pitch.Name = "Pitch" | |
4250 | Pitch.Parent = Frame | |
4251 | Pitch.BackgroundColor3 = Color3.new(1, 1, 1) | |
4252 | Pitch.BackgroundTransparency = 0.5 | |
4253 | Pitch.Position = UDim2.new(0, 10, 0, 130) | |
4254 | Pitch.Size = UDim2.new(0, 80, 0, 20) | |
4255 | Pitch.Font = Enum.Font.SciFi | |
4256 | Pitch.FontSize = Enum.FontSize.Size14 | |
4257 | Pitch.Text = "1" | |
4258 | Pitch.TextColor3 = Color3.new(0, 0.984314, 1) | |
4259 | Pitch.TextSize = 14 | |
4260 | Pitch.TextTransparency = 1 | |
4261 | ||
4262 | From.Name = "From" | |
4263 | From.Parent = Frame | |
4264 | From.BackgroundColor3 = Color3.new(1, 1, 1) | |
4265 | From.BackgroundTransparency = 0.5 | |
4266 | From.Position = UDim2.new(0, 370, 0, 70) | |
4267 | From.Size = UDim2.new(0, 80, 0, 20) | |
4268 | From.Font = Enum.Font.SciFi | |
4269 | From.FontSize = Enum.FontSize.Size14 | |
4270 | From.Text = "From" | |
4271 | From.TextColor3 = Color3.new(0, 0.984314, 1) | |
4272 | From.TextScaled = true | |
4273 | From.TextSize = 14 | |
4274 | From.TextTransparency = 1 | |
4275 | From.TextWrapped = true | |
4276 | ||
4277 | ID.Name = "ID" | |
4278 | ID.Parent = Frame | |
4279 | ID.BackgroundColor3 = Color3.new(1, 1, 1) | |
4280 | ID.BackgroundTransparency = 0.5 | |
4281 | ID.Position = UDim2.new(0, 10, 0, 100) | |
4282 | ID.Size = UDim2.new(0, 80, 0, 20) | |
4283 | ID.Font = Enum.Font.SciFi | |
4284 | ID.FontSize = Enum.FontSize.Size14 | |
4285 | ID.Text = "35930009" | |
4286 | ID.TextColor3 = Color3.new(0, 0.984314, 1) | |
4287 | ID.TextSize = 14 | |
4288 | ID.TextTransparency = 1 | |
4289 | ||
4290 | Godmode.Name = "Godmode" | |
4291 | Godmode.Parent = Frame | |
4292 | Godmode.BackgroundColor3 = Color3.new(1, 1, 1) | |
4293 | Godmode.BackgroundTransparency = 0.5 | |
4294 | Godmode.Position = UDim2.new(0, 190, 0, 130) | |
4295 | Godmode.Size = UDim2.new(0, 80, 0, 20) | |
4296 | Godmode.Font = Enum.Font.SciFi | |
4297 | Godmode.FontSize = Enum.FontSize.Size14 | |
4298 | Godmode.Text = "God" | |
4299 | Godmode.TextColor3 = Color3.new(1, 1, 1) | |
4300 | Godmode.TextScaled = true | |
4301 | Godmode.TextSize = 14 | |
4302 | Godmode.TextTransparency = 1 | |
4303 | Godmode.TextWrapped = true | |
4304 | ||
4305 | Walkspeed.Name = "Walkspeed" | |
4306 | Walkspeed.Parent = Frame | |
4307 | Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1) | |
4308 | Walkspeed.BackgroundTransparency = 0.5 | |
4309 | Walkspeed.Position = UDim2.new(0, 190, 0, 70) | |
4310 | Walkspeed.Size = UDim2.new(0, 80, 0, 20) | |
4311 | Walkspeed.Font = Enum.Font.SciFi | |
4312 | Walkspeed.FontSize = Enum.FontSize.Size14 | |
4313 | Walkspeed.Text = "Walkspeed" | |
4314 | Walkspeed.TextColor3 = Color3.new(1, 1, 1) | |
4315 | Walkspeed.TextScaled = true | |
4316 | Walkspeed.TextSize = 14 | |
4317 | Walkspeed.TextTransparency = 1 | |
4318 | Walkspeed.TextWrapped = true | |
4319 | ||
4320 | Speed.Name = "Speed" | |
4321 | Speed.Parent = Frame | |
4322 | Speed.BackgroundColor3 = Color3.new(1, 1, 1) | |
4323 | Speed.BackgroundTransparency = 0.5 | |
4324 | Speed.Position = UDim2.new(0, 190, 0, 100) | |
4325 | Speed.Size = UDim2.new(0, 80, 0, 20) | |
4326 | Speed.Font = Enum.Font.SciFi | |
4327 | Speed.FontSize = Enum.FontSize.Size14 | |
4328 | Speed.Text = "Speed" | |
4329 | Speed.TextColor3 = Color3.new(0, 0.984314, 1) | |
4330 | Speed.TextSize = 14 | |
4331 | Speed.TextTransparency = 1 | |
4332 | ||
4333 | Value.Name = "Value" | |
4334 | Value.Parent = Frame | |
4335 | Value.BackgroundColor3 = Color3.new(1, 1, 1) | |
4336 | Value.BackgroundTransparency = 0.5 | |
4337 | Value.Position = UDim2.new(0, 280, 0, 130) | |
4338 | Value.Size = UDim2.new(0, 80, 0, 20) | |
4339 | Value.Font = Enum.Font.SciFi | |
4340 | Value.FontSize = Enum.FontSize.Size14 | |
4341 | Value.Text = "Value" | |
4342 | Value.TextColor3 = Color3.new(0, 0.984314, 1) | |
4343 | Value.TextSize = 14 | |
4344 | Value.TextTransparency = 1 | |
4345 | ||
4346 | Btools.Name = "Btools" | |
4347 | Btools.Parent = Frame | |
4348 | Btools.BackgroundColor3 = Color3.new(1, 1, 1) | |
4349 | Btools.BackgroundTransparency = 0.5 | |
4350 | Btools.Position = UDim2.new(0, 280, 0, 40) | |
4351 | Btools.Size = UDim2.new(0, 80, 0, 20) | |
4352 | Btools.Font = Enum.Font.SciFi | |
4353 | Btools.FontSize = Enum.FontSize.Size14 | |
4354 | Btools.Text = "Btools" | |
4355 | Btools.TextColor3 = Color3.new(1, 1, 1) | |
4356 | Btools.TextScaled = true | |
4357 | Btools.TextSize = 14 | |
4358 | Btools.TextTransparency = 1 | |
4359 | Btools.TextWrapped = true | |
4360 | ||
4361 | StatChange.Name = "StatChange" | |
4362 | StatChange.Parent = Frame | |
4363 | StatChange.BackgroundColor3 = Color3.new(1, 1, 1) | |
4364 | StatChange.BackgroundTransparency = 0.5 | |
4365 | StatChange.Position = UDim2.new(0, 280, 0, 70) | |
4366 | StatChange.Size = UDim2.new(0, 80, 0, 20) | |
4367 | StatChange.Font = Enum.Font.SciFi | |
4368 | StatChange.FontSize = Enum.FontSize.Size14 | |
4369 | StatChange.Text = "StatChange" | |
4370 | StatChange.TextColor3 = Color3.new(1, 1, 1) | |
4371 | StatChange.TextScaled = true | |
4372 | StatChange.TextSize = 14 | |
4373 | StatChange.TextTransparency = 1 | |
4374 | StatChange.TextWrapped = true | |
4375 | ||
4376 | StatName.Name = "StatName" | |
4377 | StatName.Parent = Frame | |
4378 | StatName.BackgroundColor3 = Color3.new(1, 1, 1) | |
4379 | StatName.BackgroundTransparency = 0.5 | |
4380 | StatName.Position = UDim2.new(0, 280, 0, 100) | |
4381 | StatName.Size = UDim2.new(0, 80, 0, 20) | |
4382 | StatName.Font = Enum.Font.SciFi | |
4383 | StatName.FontSize = Enum.FontSize.Size14 | |
4384 | StatName.Text = "Stat Name" | |
4385 | StatName.TextColor3 = Color3.new(0, 0.984314, 1) | |
4386 | StatName.TextSize = 14 | |
4387 | StatName.TextTransparency = 1 | |
4388 | ||
4389 | Skybox.Name = "Skybox" | |
4390 | Skybox.Parent = Frame | |
4391 | Skybox.BackgroundColor3 = Color3.new(1, 1, 1) | |
4392 | Skybox.BackgroundTransparency = 0.5 | |
4393 | Skybox.Position = UDim2.new(0, 100, 0, 100) | |
4394 | Skybox.Size = UDim2.new(0, 80, 0, 20) | |
4395 | Skybox.Selected = true | |
4396 | Skybox.Font = Enum.Font.SciFi | |
4397 | Skybox.FontSize = Enum.FontSize.Size14 | |
4398 | Skybox.Text = "Skybox" | |
4399 | Skybox.TextColor3 = Color3.new(1, 1, 1) | |
4400 | Skybox.TextSize = 14 | |
4401 | Skybox.TextTransparency = 1 | |
4402 | ||
4403 | Skyboxid.Name = "Skyboxid" | |
4404 | Skyboxid.Parent = Frame | |
4405 | Skyboxid.BackgroundColor3 = Color3.new(1, 1, 1) | |
4406 | Skyboxid.BackgroundTransparency = 0.5 | |
4407 | Skyboxid.Position = UDim2.new(0, 100, 0, 130) | |
4408 | Skyboxid.Size = UDim2.new(0, 80, 0, 20) | |
4409 | Skyboxid.Font = Enum.Font.SciFi | |
4410 | Skyboxid.FontSize = Enum.FontSize.Size14 | |
4411 | Skyboxid.Text = "Image ID" | |
4412 | Skyboxid.TextColor3 = Color3.new(0, 0.984314, 1) | |
4413 | Skyboxid.TextSize = 14 | |
4414 | Skyboxid.TextTransparency = 1 | |
4415 | ||
4416 | UnlockWS.Name = "UnlockWS" | |
4417 | UnlockWS.Parent = Frame | |
4418 | UnlockWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
4419 | UnlockWS.BackgroundTransparency = 0.5 | |
4420 | UnlockWS.Position = UDim2.new(0, 370, 0, 100) | |
4421 | UnlockWS.Size = UDim2.new(0, 80, 0, 20) | |
4422 | UnlockWS.Font = Enum.Font.SciFi | |
4423 | UnlockWS.FontSize = Enum.FontSize.Size14 | |
4424 | UnlockWS.Text = "Unlock WS" | |
4425 | UnlockWS.TextColor3 = Color3.new(1, 1, 1) | |
4426 | UnlockWS.TextScaled = true | |
4427 | UnlockWS.TextSize = 14 | |
4428 | UnlockWS.TextTransparency = 1 | |
4429 | UnlockWS.TextWrapped = true | |
4430 | ||
4431 | Teleport.Name = "Teleport" | |
4432 | Teleport.Parent = Frame | |
4433 | Teleport.BackgroundColor3 = Color3.new(1, 1, 1) | |
4434 | Teleport.BackgroundTransparency = 0.5 | |
4435 | Teleport.Position = UDim2.new(0, 370, 0, 130) | |
4436 | Teleport.Size = UDim2.new(0, 80, 0, 20) | |
4437 | Teleport.Font = Enum.Font.SciFi | |
4438 | Teleport.FontSize = Enum.FontSize.Size14 | |
4439 | Teleport.Text = "Teleport" | |
4440 | Teleport.TextColor3 = Color3.new(1, 1, 1) | |
4441 | Teleport.TextScaled = true | |
4442 | Teleport.TextSize = 14 | |
4443 | Teleport.TextTransparency = 1 | |
4444 | Teleport.TextWrapped = true | |
4445 | ||
4446 | TpTo.Name = "TpTo" | |
4447 | TpTo.Parent = Frame | |
4448 | TpTo.BackgroundColor3 = Color3.new(1, 1, 1) | |
4449 | TpTo.BackgroundTransparency = 0.5 | |
4450 | TpTo.Position = UDim2.new(0, 370, 0, 160) | |
4451 | TpTo.Size = UDim2.new(0, 80, 0, 20) | |
4452 | TpTo.Font = Enum.Font.SciFi | |
4453 | TpTo.FontSize = Enum.FontSize.Size14 | |
4454 | TpTo.Text = "To" | |
4455 | TpTo.TextColor3 = Color3.new(0, 0.984314, 1) | |
4456 | TpTo.TextScaled = true | |
4457 | TpTo.TextSize = 14 | |
4458 | TpTo.TextTransparency = 1 | |
4459 | TpTo.TextWrapped = true | |
4460 | ||
4461 | UnanchorWS.Name = "UnanchorWS" | |
4462 | UnanchorWS.Parent = Frame | |
4463 | UnanchorWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
4464 | UnanchorWS.BackgroundTransparency = 0.5 | |
4465 | UnanchorWS.Position = UDim2.new(0, 370, 0, 190) | |
4466 | UnanchorWS.Size = UDim2.new(0, 80, 0, 20) | |
4467 | UnanchorWS.Font = Enum.Font.SciFi | |
4468 | UnanchorWS.FontSize = Enum.FontSize.Size14 | |
4469 | UnanchorWS.Text = "UnanchorWS" | |
4470 | UnanchorWS.TextColor3 = Color3.new(1, 1, 1) | |
4471 | UnanchorWS.TextScaled = true | |
4472 | UnanchorWS.TextSize = 14 | |
4473 | UnanchorWS.TextTransparency = 1 | |
4474 | UnanchorWS.TextWrapped = true | |
4475 | ||
4476 | Char.Name = "Char" | |
4477 | Char.Parent = Frame | |
4478 | Char.BackgroundColor3 = Color3.new(1, 1, 1) | |
4479 | Char.BackgroundTransparency = 0.5 | |
4480 | Char.Position = UDim2.new(0, 10, 0, 160) | |
4481 | Char.Size = UDim2.new(0, 80, 0, 20) | |
4482 | Char.Font = Enum.Font.SciFi | |
4483 | Char.FontSize = Enum.FontSize.Size14 | |
4484 | Char.Text = "Char" | |
4485 | Char.TextColor3 = Color3.new(1, 1, 1) | |
4486 | Char.TextSize = 14 | |
4487 | Char.TextTransparency = 1 | |
4488 | ||
4489 | CharID.Name = "CharID" | |
4490 | CharID.Parent = Frame | |
4491 | CharID.BackgroundColor3 = Color3.new(1, 1, 1) | |
4492 | CharID.BackgroundTransparency = 0.5 | |
4493 | CharID.Position = UDim2.new(0, 10, 0, 190) | |
4494 | CharID.Size = UDim2.new(0, 80, 0, 20) | |
4495 | CharID.Font = Enum.Font.SciFi | |
4496 | CharID.FontSize = Enum.FontSize.Size14 | |
4497 | CharID.Text = "1311" | |
4498 | CharID.TextColor3 = Color3.new(0, 0.984314, 1) | |
4499 | CharID.TextSize = 14 | |
4500 | CharID.TextTransparency = 1 | |
4501 | ||
4502 | Particle.Name = "Particle" | |
4503 | Particle.Parent = Frame | |
4504 | Particle.BackgroundColor3 = Color3.new(1, 1, 1) | |
4505 | Particle.BackgroundTransparency = 0.5 | |
4506 | Particle.Position = UDim2.new(0, 100, 0, 160) | |
4507 | Particle.Size = UDim2.new(0, 80, 0, 20) | |
4508 | Particle.Font = Enum.Font.SciFi | |
4509 | Particle.FontSize = Enum.FontSize.Size14 | |
4510 | Particle.Text = "Particle" | |
4511 | Particle.TextColor3 = Color3.new(1, 1, 1) | |
4512 | Particle.TextSize = 14 | |
4513 | Particle.TextTransparency = 1 | |
4514 | ||
4515 | ParticleID.Name = "ParticleID" | |
4516 | ParticleID.Parent = Frame | |
4517 | ParticleID.BackgroundColor3 = Color3.new(1, 1, 1) | |
4518 | ParticleID.BackgroundTransparency = 0.5 | |
4519 | ParticleID.Position = UDim2.new(0, 100, 0, 190) | |
4520 | ParticleID.Size = UDim2.new(0, 80, 0, 20) | |
4521 | ParticleID.Font = Enum.Font.SciFi | |
4522 | ParticleID.FontSize = Enum.FontSize.Size14 | |
4523 | ParticleID.Text = "244905905" | |
4524 | ParticleID.TextColor3 = Color3.new(0, 0.984314, 1) | |
4525 | ParticleID.TextSize = 14 | |
4526 | ParticleID.TextTransparency = 1 | |
4527 | ||
4528 | TimeOfDay.Name = "TimeOfDay" | |
4529 | TimeOfDay.Parent = Frame | |
4530 | TimeOfDay.BackgroundColor3 = Color3.new(1, 1, 1) | |
4531 | TimeOfDay.BackgroundTransparency = 0.5 | |
4532 | TimeOfDay.Position = UDim2.new(0, 190, 0, 160) | |
4533 | TimeOfDay.Size = UDim2.new(0, 80, 0, 20) | |
4534 | TimeOfDay.Font = Enum.Font.SciFi | |
4535 | TimeOfDay.FontSize = Enum.FontSize.Size14 | |
4536 | TimeOfDay.Text = "Time Of Day" | |
4537 | TimeOfDay.TextColor3 = Color3.new(1, 1, 1) | |
4538 | TimeOfDay.TextSize = 14 | |
4539 | TimeOfDay.TextTransparency = 1 | |
4540 | ||
4541 | Time.Name = "Time" | |
4542 | Time.Parent = Frame | |
4543 | Time.BackgroundColor3 = Color3.new(1, 1, 1) | |
4544 | Time.BackgroundTransparency = 0.5 | |
4545 | Time.Position = UDim2.new(0, 190, 0, 190) | |
4546 | Time.Size = UDim2.new(0, 80, 0, 20) | |
4547 | Time.Font = Enum.Font.SciFi | |
4548 | Time.FontSize = Enum.FontSize.Size14 | |
4549 | Time.Text = "0" | |
4550 | Time.TextColor3 = Color3.new(0, 0.984314, 1) | |
4551 | Time.TextSize = 14 | |
4552 | Time.TextTransparency = 1 | |
4553 | ||
4554 | JumpPower.Name = "JumpPower" | |
4555 | JumpPower.Parent = Frame | |
4556 | JumpPower.BackgroundColor3 = Color3.new(1, 1, 1) | |
4557 | JumpPower.BackgroundTransparency = 0.5 | |
4558 | JumpPower.Position = UDim2.new(0, 280, 0, 160) | |
4559 | JumpPower.Size = UDim2.new(0, 80, 0, 20) | |
4560 | JumpPower.Font = Enum.Font.SciFi | |
4561 | JumpPower.FontSize = Enum.FontSize.Size14 | |
4562 | JumpPower.Text = "Jump Power" | |
4563 | JumpPower.TextColor3 = Color3.new(1, 1, 1) | |
4564 | JumpPower.TextSize = 14 | |
4565 | JumpPower.TextTransparency = 1 | |
4566 | ||
4567 | Power.Name = "Power" | |
4568 | Power.Parent = Frame | |
4569 | Power.BackgroundColor3 = Color3.new(1, 1, 1) | |
4570 | Power.BackgroundTransparency = 0.5 | |
4571 | Power.Position = UDim2.new(0, 280, 0, 190) | |
4572 | Power.Size = UDim2.new(0, 80, 0, 20) | |
4573 | Power.Font = Enum.Font.SciFi | |
4574 | Power.FontSize = Enum.FontSize.Size14 | |
4575 | Power.Text = "100" | |
4576 | Power.TextColor3 = Color3.new(0, 0.984314, 1) | |
4577 | Power.TextSize = 14 | |
4578 | Power.TextTransparency = 1 | |
4579 | ||
4580 | Bighead.Name = "Bighead" | |
4581 | Bighead.Parent = Frame | |
4582 | Bighead.BackgroundColor3 = Color3.new(1, 1, 1) | |
4583 | Bighead.BackgroundTransparency = 0.5 | |
4584 | Bighead.Position = UDim2.new(0, 190, 0, 220) | |
4585 | Bighead.Size = UDim2.new(0, 80, 0, 20) | |
4586 | Bighead.Font = Enum.Font.SciFi | |
4587 | Bighead.FontSize = Enum.FontSize.Size14 | |
4588 | Bighead.Text = "Bighead" | |
4589 | Bighead.TextColor3 = Color3.new(1, 1, 1) | |
4590 | Bighead.TextSize = 14 | |
4591 | Bighead.TextTransparency = 1 | |
4592 | ||
4593 | DecalID.Name = "DecalID" | |
4594 | DecalID.Parent = Frame | |
4595 | DecalID.BackgroundColor3 = Color3.new(1, 1, 1) | |
4596 | DecalID.BackgroundTransparency = 0.5 | |
4597 | DecalID.Position = UDim2.new(0, 100, 0, 280) | |
4598 | DecalID.Size = UDim2.new(0, 80, 0, 20) | |
4599 | DecalID.Font = Enum.Font.SciFi | |
4600 | DecalID.FontSize = Enum.FontSize.Size14 | |
4601 | DecalID.Text = "292916915" | |
4602 | DecalID.TextColor3 = Color3.new(0, 0.984314, 1) | |
4603 | DecalID.TextSize = 14 | |
4604 | DecalID.TextTransparency = 1 | |
4605 | ||
4606 | DecalSpam.Name = "DecalSpam" | |
4607 | DecalSpam.Parent = Frame | |
4608 | DecalSpam.BackgroundColor3 = Color3.new(1, 1, 1) | |
4609 | DecalSpam.BackgroundTransparency = 0.5 | |
4610 | DecalSpam.Position = UDim2.new(0, 100, 0, 250) | |
4611 | DecalSpam.Size = UDim2.new(0, 80, 0, 20) | |
4612 | DecalSpam.Font = Enum.Font.SciFi | |
4613 | DecalSpam.FontSize = Enum.FontSize.Size14 | |
4614 | DecalSpam.Text = "Decal Spam" | |
4615 | DecalSpam.TextColor3 = Color3.new(1, 1, 1) | |
4616 | DecalSpam.TextSize = 14 | |
4617 | DecalSpam.TextTransparency = 1 | |
4618 | ||
4619 | Mesh.Name = "Mesh" | |
4620 | Mesh.Parent = Frame | |
4621 | Mesh.BackgroundColor3 = Color3.new(1, 1, 1) | |
4622 | Mesh.BackgroundTransparency = 0.5 | |
4623 | Mesh.Position = UDim2.new(0, 10, 0, 220) | |
4624 | Mesh.Size = UDim2.new(0, 80, 0, 20) | |
4625 | Mesh.Font = Enum.Font.SciFi | |
4626 | Mesh.FontSize = Enum.FontSize.Size14 | |
4627 | Mesh.Text = "Mesh" | |
4628 | Mesh.TextColor3 = Color3.new(1, 1, 1) | |
4629 | Mesh.TextSize = 14 | |
4630 | Mesh.TextTransparency = 1 | |
4631 | ||
4632 | TexID.Name = "TexID" | |
4633 | TexID.Parent = Frame | |
4634 | TexID.BackgroundColor3 = Color3.new(1, 1, 1) | |
4635 | TexID.BackgroundTransparency = 0.5 | |
4636 | TexID.Position = UDim2.new(0, 10, 0, 280) | |
4637 | TexID.Size = UDim2.new(0, 80, 0, 20) | |
4638 | TexID.Font = Enum.Font.SciFi | |
4639 | TexID.FontSize = Enum.FontSize.Size14 | |
4640 | TexID.Text = "9419827" | |
4641 | TexID.TextColor3 = Color3.new(0, 0.984314, 1) | |
4642 | TexID.TextSize = 14 | |
4643 | TexID.TextTransparency = 1 | |
4644 | ||
4645 | MeshID.Name = "MeshID" | |
4646 | MeshID.Parent = Frame | |
4647 | MeshID.BackgroundColor3 = Color3.new(1, 1, 1) | |
4648 | MeshID.BackgroundTransparency = 0.5 | |
4649 | MeshID.Position = UDim2.new(0, 10, 0, 250) | |
4650 | MeshID.Size = UDim2.new(0, 80, 0, 20) | |
4651 | MeshID.Font = Enum.Font.SciFi | |
4652 | MeshID.FontSize = Enum.FontSize.Size14 | |
4653 | MeshID.Text = "9419831" | |
4654 | MeshID.TextColor3 = Color3.new(0, 0.984314, 1) | |
4655 | MeshID.TextSize = 14 | |
4656 | MeshID.TextTransparency = 1 | |
4657 | ||
4658 | ClearDecals.Name = "ClearDecals" | |
4659 | ClearDecals.Parent = Frame | |
4660 | ClearDecals.BackgroundColor3 = Color3.new(1, 1, 1) | |
4661 | ClearDecals.BackgroundTransparency = 0.5 | |
4662 | ClearDecals.Position = UDim2.new(0, 190, 0, 250) | |
4663 | ClearDecals.Size = UDim2.new(0, 80, 0, 20) | |
4664 | ClearDecals.Font = Enum.Font.SciFi | |
4665 | ClearDecals.FontSize = Enum.FontSize.Size14 | |
4666 | ClearDecals.Text = "Clear Spam" | |
4667 | ClearDecals.TextColor3 = Color3.new(1, 1, 1) | |
4668 | ClearDecals.TextSize = 14 | |
4669 | ClearDecals.TextTransparency = 1 | |
4670 | ||
4671 | MeshSpam.Name = "MeshSpam" | |
4672 | MeshSpam.Parent = Frame | |
4673 | MeshSpam.BackgroundColor3 = Color3.new(1, 1, 1) | |
4674 | MeshSpam.BackgroundTransparency = 0.5 | |
4675 | MeshSpam.Position = UDim2.new(0, 100, 0, 220) | |
4676 | MeshSpam.Size = UDim2.new(0, 80, 0, 20) | |
4677 | MeshSpam.Font = Enum.Font.SciFi | |
4678 | MeshSpam.FontSize = Enum.FontSize.Size14 | |
4679 | MeshSpam.Text = "Mesh Spam" | |
4680 | MeshSpam.TextColor3 = Color3.new(1, 1, 1) | |
4681 | MeshSpam.TextSize = 14 | |
4682 | MeshSpam.TextTransparency = 1 | |
4683 | ||
4684 | ClearMesh.Name = "ClearMesh" | |
4685 | ClearMesh.Parent = Frame | |
4686 | ClearMesh.BackgroundColor3 = Color3.new(1, 1, 1) | |
4687 | ClearMesh.BackgroundTransparency = 0.5 | |
4688 | ClearMesh.Position = UDim2.new(0, 190, 0, 280) | |
4689 | ClearMesh.Size = UDim2.new(0, 80, 0, 20) | |
4690 | ClearMesh.Font = Enum.Font.SciFi | |
4691 | ClearMesh.FontSize = Enum.FontSize.Size14 | |
4692 | ClearMesh.Text = "Clear Mesh Spam" | |
4693 | ClearMesh.TextColor3 = Color3.new(1, 1, 1) | |
4694 | ClearMesh.TextScaled = true | |
4695 | ClearMesh.TextSize = 14 | |
4696 | ClearMesh.TextTransparency = 1 | |
4697 | ClearMesh.TextWrapped = true | |
4698 | ||
4699 | RandomColor.Name = "RandomColor" | |
4700 | RandomColor.Parent = Frame | |
4701 | RandomColor.BackgroundColor3 = Color3.new(1, 1, 1) | |
4702 | RandomColor.BackgroundTransparency = 0.5 | |
4703 | RandomColor.Position = UDim2.new(0, 370, 0, 220) | |
4704 | RandomColor.Size = UDim2.new(0, 80, 0, 20) | |
4705 | RandomColor.Font = Enum.Font.SciFi | |
4706 | RandomColor.FontSize = Enum.FontSize.Size14 | |
4707 | RandomColor.Text = "RandomWS" | |
4708 | RandomColor.TextColor3 = Color3.new(1, 1, 1) | |
4709 | RandomColor.TextSize = 14 | |
4710 | RandomColor.TextTransparency = 1 | |
4711 | ||
4712 | PaintWS.Name = "PaintWS" | |
4713 | PaintWS.Parent = Frame | |
4714 | PaintWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
4715 | PaintWS.BackgroundTransparency = 0.5 | |
4716 | PaintWS.Position = UDim2.new(0, 280, 0, 220) | |
4717 | PaintWS.Size = UDim2.new(0, 80, 0, 20) | |
4718 | PaintWS.Font = Enum.Font.SciFi | |
4719 | PaintWS.FontSize = Enum.FontSize.Size14 | |
4720 | PaintWS.Text = "PaintWS" | |
4721 | PaintWS.TextColor3 = Color3.new(1, 1, 1) | |
4722 | PaintWS.TextSize = 14 | |
4723 | PaintWS.TextTransparency = 1 | |
4724 | ||
4725 | Brickcolor.Name = "Brickcolor" | |
4726 | Brickcolor.Parent = Frame | |
4727 | Brickcolor.BackgroundColor3 = Color3.new(1, 1, 1) | |
4728 | Brickcolor.BackgroundTransparency = 0.5 | |
4729 | Brickcolor.Position = UDim2.new(0, 280, 0, 250) | |
4730 | Brickcolor.Size = UDim2.new(0, 80, 0, 20) | |
4731 | Brickcolor.Font = Enum.Font.SciFi | |
4732 | Brickcolor.FontSize = Enum.FontSize.Size14 | |
4733 | Brickcolor.Text = "Really red" | |
4734 | Brickcolor.TextColor3 = Color3.new(0, 0.984314, 1) | |
4735 | Brickcolor.TextSize = 14 | |
4736 | Brickcolor.TextTransparency = 1 | |
4737 | ||
4738 | Explode.Name = "Explode" | |
4739 | Explode.Parent = Frame | |
4740 | Explode.BackgroundColor3 = Color3.new(1, 1, 1) | |
4741 | Explode.BackgroundTransparency = 0.5 | |
4742 | Explode.Position = UDim2.new(0, 370, 0, 250) | |
4743 | Explode.Size = UDim2.new(0, 80, 0, 20) | |
4744 | Explode.Font = Enum.Font.SciFi | |
4745 | Explode.FontSize = Enum.FontSize.Size14 | |
4746 | Explode.Text = "Explode" | |
4747 | Explode.TextColor3 = Color3.new(1, 1, 1) | |
4748 | Explode.TextSize = 14 | |
4749 | Explode.TextTransparency = 1 | |
4750 | ||
4751 | Fog.Name = "Fog" | |
4752 | Fog.Parent = Frame | |
4753 | Fog.BackgroundColor3 = Color3.new(1, 1, 1) | |
4754 | Fog.BackgroundTransparency = 0.5 | |
4755 | Fog.Position = UDim2.new(0, 370, 0, 280) | |
4756 | Fog.Size = UDim2.new(0, 80, 0, 20) | |
4757 | Fog.Font = Enum.Font.SciFi | |
4758 | Fog.FontSize = Enum.FontSize.Size14 | |
4759 | Fog.Text = "Fog" | |
4760 | Fog.TextColor3 = Color3.new(1, 1, 1) | |
4761 | Fog.TextSize = 14 | |
4762 | Fog.TextTransparency = 1 | |
4763 | ||
4764 | Fogend.Name = "Fogend" | |
4765 | Fogend.Parent = Frame | |
4766 | Fogend.BackgroundColor3 = Color3.new(1, 1, 1) | |
4767 | Fogend.BackgroundTransparency = 0.5 | |
4768 | Fogend.Position = UDim2.new(0, 280, 0, 280) | |
4769 | Fogend.Size = UDim2.new(0, 80, 0, 20) | |
4770 | Fogend.Font = Enum.Font.SciFi | |
4771 | Fogend.FontSize = Enum.FontSize.Size14 | |
4772 | Fogend.Text = "FogEnd" | |
4773 | Fogend.TextColor3 = Color3.new(0, 0.984314, 1) | |
4774 | Fogend.TextSize = 14 | |
4775 | Fogend.TextTransparency = 1 | |
4776 | ||
4777 | Message.Name = "Message" | |
4778 | Message.Parent = Frame | |
4779 | Message.BackgroundColor3 = Color3.new(1, 1, 1) | |
4780 | Message.BackgroundTransparency = 0.5 | |
4781 | Message.Position = UDim2.new(0, 10, 0, 310) | |
4782 | Message.Size = UDim2.new(0, 80, 0, 20) | |
4783 | Message.Font = Enum.Font.SciFi | |
4784 | Message.FontSize = Enum.FontSize.Size14 | |
4785 | Message.Text = "Message" | |
4786 | Message.TextColor3 = Color3.new(1, 1, 1) | |
4787 | Message.TextSize = 14 | |
4788 | Message.TextTransparency = 1 | |
4789 | ||
4790 | Msg.Name = "Msg" | |
4791 | Msg.Parent = Frame | |
4792 | Msg.BackgroundColor3 = Color3.new(1, 1, 1) | |
4793 | Msg.BackgroundTransparency = 0.5 | |
4794 | Msg.Position = UDim2.new(0, 10, 0, 340) | |
4795 | Msg.Size = UDim2.new(0, 80, 0, 20) | |
4796 | Msg.Font = Enum.Font.SciFi | |
4797 | Msg.FontSize = Enum.FontSize.Size14 | |
4798 | Msg.Text = "get rekt noobs" | |
4799 | Msg.TextColor3 = Color3.new(0, 0.984314, 1) | |
4800 | Msg.TextScaled = true | |
4801 | Msg.TextSize = 14 | |
4802 | Msg.TextTransparency = 1 | |
4803 | Msg.TextWrapped = true | |
4804 | ||
4805 | Hnt.Name = "Hnt" | |
4806 | Hnt.Parent = Frame | |
4807 | Hnt.BackgroundColor3 = Color3.new(1, 1, 1) | |
4808 | Hnt.BackgroundTransparency = 0.5 | |
4809 | Hnt.Position = UDim2.new(0, 100, 0, 340) | |
4810 | Hnt.Size = UDim2.new(0, 80, 0, 20) | |
4811 | Hnt.Font = Enum.Font.SciFi | |
4812 | Hnt.FontSize = Enum.FontSize.Size14 | |
4813 | Hnt.Text = "this server has been exploited" | |
4814 | Hnt.TextColor3 = Color3.new(0, 0.984314, 1) | |
4815 | Hnt.TextScaled = true | |
4816 | Hnt.TextSize = 14 | |
4817 | Hnt.TextTransparency = 1 | |
4818 | Hnt.TextWrapped = true | |
4819 | ||
4820 | Hint.Name = "Hint" | |
4821 | Hint.Parent = Frame | |
4822 | Hint.BackgroundColor3 = Color3.new(1, 1, 1) | |
4823 | Hint.BackgroundTransparency = 0.5 | |
4824 | Hint.Position = UDim2.new(0, 100, 0, 310) | |
4825 | Hint.Size = UDim2.new(0, 80, 0, 20) | |
4826 | Hint.Font = Enum.Font.SciFi | |
4827 | Hint.FontSize = Enum.FontSize.Size14 | |
4828 | Hint.Text = "Hint" | |
4829 | Hint.TextColor3 = Color3.new(1, 1, 1) | |
4830 | Hint.TextSize = 14 | |
4831 | Hint.TextTransparency = 1 | |
4832 | ||
4833 | ClearMessage.Name = "ClearMessage" | |
4834 | ClearMessage.Parent = Frame | |
4835 | ClearMessage.BackgroundColor3 = Color3.new(1, 1, 1) | |
4836 | ClearMessage.BackgroundTransparency = 0.5 | |
4837 | ClearMessage.Position = UDim2.new(0, 190, 0, 310) | |
4838 | ClearMessage.Size = UDim2.new(0, 80, 0, 20) | |
4839 | ClearMessage.Font = Enum.Font.SciFi | |
4840 | ClearMessage.FontSize = Enum.FontSize.Size14 | |
4841 | ClearMessage.Text = "Clear Message" | |
4842 | ClearMessage.TextColor3 = Color3.new(1, 1, 1) | |
4843 | ClearMessage.TextScaled = true | |
4844 | ClearMessage.TextSize = 14 | |
4845 | ClearMessage.TextTransparency = 1 | |
4846 | ClearMessage.TextWrapped = true | |
4847 | ||
4848 | ClearHint.Name = "ClearHint" | |
4849 | ClearHint.Parent = Frame | |
4850 | ClearHint.BackgroundColor3 = Color3.new(1, 1, 1) | |
4851 | ClearHint.BackgroundTransparency = 0.5 | |
4852 | ClearHint.Position = UDim2.new(0, 190, 0, 340) | |
4853 | ClearHint.Size = UDim2.new(0, 80, 0, 20) | |
4854 | ClearHint.Font = Enum.Font.SciFi | |
4855 | ClearHint.FontSize = Enum.FontSize.Size14 | |
4856 | ClearHint.Text = "Clear Hint" | |
4857 | ClearHint.TextColor3 = Color3.new(1, 1, 1) | |
4858 | ClearHint.TextSize = 14 | |
4859 | ClearHint.TextTransparency = 1 | |
4860 | ||
4861 | UnMesh.Name = "UnMesh" | |
4862 | UnMesh.Parent = Frame | |
4863 | UnMesh.BackgroundColor3 = Color3.new(1, 1, 1) | |
4864 | UnMesh.BackgroundTransparency = 0.5 | |
4865 | UnMesh.Position = UDim2.new(0, 280, 0, 310) | |
4866 | UnMesh.Size = UDim2.new(0, 80, 0, 20) | |
4867 | UnMesh.Font = Enum.Font.SciFi | |
4868 | UnMesh.FontSize = Enum.FontSize.Size14 | |
4869 | UnMesh.Text = "UnMesh" | |
4870 | UnMesh.TextColor3 = Color3.new(1, 1, 1) | |
4871 | UnMesh.TextScaled = true | |
4872 | UnMesh.TextSize = 14 | |
4873 | UnMesh.TextTransparency = 1 | |
4874 | UnMesh.TextWrapped = true | |
4875 | ||
4876 | Material.Name = "Material" | |
4877 | Material.Parent = Frame | |
4878 | Material.BackgroundColor3 = Color3.new(1, 1, 1) | |
4879 | Material.BackgroundTransparency = 0.5 | |
4880 | Material.Position = UDim2.new(0, 370, 0, 340) | |
4881 | Material.Size = UDim2.new(0, 80, 0, 20) | |
4882 | Material.Font = Enum.Font.SciFi | |
4883 | Material.FontSize = Enum.FontSize.Size14 | |
4884 | Material.Text = "Fabric" | |
4885 | Material.TextColor3 = Color3.new(0, 0.984314, 1) | |
4886 | Material.TextScaled = true | |
4887 | Material.TextSize = 14 | |
4888 | Material.TextTransparency = 1 | |
4889 | Material.TextWrapped = true | |
4890 | ||
4891 | MaterialWS.Name = "MaterialWS" | |
4892 | MaterialWS.Parent = Frame | |
4893 | MaterialWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
4894 | MaterialWS.BackgroundTransparency = 0.5 | |
4895 | MaterialWS.Position = UDim2.new(0, 370, 0, 310) | |
4896 | MaterialWS.Size = UDim2.new(0, 80, 0, 20) | |
4897 | MaterialWS.Font = Enum.Font.SciFi | |
4898 | MaterialWS.FontSize = Enum.FontSize.Size14 | |
4899 | MaterialWS.Text = "MaterialWS" | |
4900 | MaterialWS.TextColor3 = Color3.new(1, 1, 1) | |
4901 | MaterialWS.TextSize = 14 | |
4902 | MaterialWS.TextTransparency = 1 | |
4903 | ||
4904 | Break.Name = "Break" | |
4905 | Break.Parent = Frame | |
4906 | Break.BackgroundColor3 = Color3.new(1, 1, 1) | |
4907 | Break.BackgroundTransparency = 0.5 | |
4908 | Break.Position = UDim2.new(0, 280, 0, 340) | |
4909 | Break.Size = UDim2.new(0, 80, 0, 20) | |
4910 | Break.Font = Enum.Font.SciFi | |
4911 | Break.FontSize = Enum.FontSize.Size14 | |
4912 | Break.Text = "fuck game up" | |
4913 | Break.TextColor3 = Color3.new(1, 1, 1) | |
4914 | Break.TextScaled = true | |
4915 | Break.TextSize = 14 | |
4916 | Break.TextTransparency = 1 | |
4917 | Break.TextWrapped = true | |
4918 | ||
4919 | fuckspam.Name = "fuckspam" | |
4920 | fuckspam.Parent = Frame | |
4921 | fuckspam.BackgroundColor3 = Color3.new(1, 1, 1) | |
4922 | fuckspam.BackgroundTransparency = 0.5 | |
4923 | fuckspam.Position = UDim2.new(0, 280, 0, 370) | |
4924 | fuckspam.Size = UDim2.new(0, 80, 0, 20) | |
4925 | fuckspam.Font = Enum.Font.SciFi | |
4926 | fuckspam.FontSize = Enum.FontSize.Size14 | |
4927 | fuckspam.Text = "FUCK YOU!!" | |
4928 | fuckspam.TextColor3 = Color3.new(0, 0.984314, 1) | |
4929 | fuckspam.TextScaled = true | |
4930 | fuckspam.TextSize = 14 | |
4931 | fuckspam.TextTransparency = 1 | |
4932 | fuckspam.TextWrapped = true | |
4933 | ||
4934 | UnBreak.Name = "UnBreak" | |
4935 | UnBreak.Parent = Frame | |
4936 | UnBreak.BackgroundColor3 = Color3.new(1, 1, 1) | |
4937 | UnBreak.BackgroundTransparency = 0.5 | |
4938 | UnBreak.Position = UDim2.new(0, 370, 0, 370) | |
4939 | UnBreak.Size = UDim2.new(0, 80, 0, 20) | |
4940 | UnBreak.Font = Enum.Font.SciFi | |
4941 | UnBreak.FontSize = Enum.FontSize.Size14 | |
4942 | UnBreak.Text = "unfuck game" | |
4943 | UnBreak.TextColor3 = Color3.new(1, 1, 1) | |
4944 | UnBreak.TextScaled = true | |
4945 | UnBreak.TextSize = 14 | |
4946 | UnBreak.TextTransparency = 1 | |
4947 | UnBreak.TextWrapped = true | |
4948 | ||
4949 | Lag.Name = "Lag" | |
4950 | Lag.Parent = Frame | |
4951 | Lag.BackgroundColor3 = Color3.new(1, 1, 1) | |
4952 | Lag.BackgroundTransparency = 0.5 | |
4953 | Lag.Position = UDim2.new(0, 190, 0, 370) | |
4954 | Lag.Size = UDim2.new(0, 80, 0, 20) | |
4955 | Lag.Font = Enum.Font.SciFi | |
4956 | Lag.FontSize = Enum.FontSize.Size14 | |
4957 | Lag.Text = "Lag" | |
4958 | Lag.TextColor3 = Color3.new(1, 1, 1) | |
4959 | Lag.TextSize = 14 | |
4960 | Lag.TextTransparency = 1 | |
4961 | ||
4962 | Shutdown.Name = "Shutdown" | |
4963 | Shutdown.Parent = Frame | |
4964 | Shutdown.BackgroundColor3 = Color3.new(1, 1, 1) | |
4965 | Shutdown.BackgroundTransparency = 0.5 | |
4966 | Shutdown.Position = UDim2.new(0, 100, 0, 370) | |
4967 | Shutdown.Size = UDim2.new(0, 80, 0, 20) | |
4968 | Shutdown.Font = Enum.Font.SciFi | |
4969 | Shutdown.FontSize = Enum.FontSize.Size14 | |
4970 | Shutdown.Text = "Shutdown" | |
4971 | Shutdown.TextColor3 = Color3.new(1, 1, 1) | |
4972 | Shutdown.TextSize = 14 | |
4973 | Shutdown.TextTransparency = 1 | |
4974 | ||
4975 | ParticleWS.Name = "ParticleWS" | |
4976 | ParticleWS.Parent = Frame | |
4977 | ParticleWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
4978 | ParticleWS.BackgroundTransparency = 0.5 | |
4979 | ParticleWS.Position = UDim2.new(0, 10, 0, 370) | |
4980 | ParticleWS.Size = UDim2.new(0, 80, 0, 20) | |
4981 | ParticleWS.Font = Enum.Font.SciFi | |
4982 | ParticleWS.FontSize = Enum.FontSize.Size14 | |
4983 | ParticleWS.Text = "ParticleWS" | |
4984 | ParticleWS.TextColor3 = Color3.new(1, 1, 1) | |
4985 | ParticleWS.TextSize = 14 | |
4986 | ParticleWS.TextTransparency = 1 | |
4987 | ||
4988 | UnParticleWS.Name = "UnParticleWS" | |
4989 | UnParticleWS.Parent = Frame | |
4990 | UnParticleWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
4991 | UnParticleWS.BackgroundTransparency = 0.5 | |
4992 | UnParticleWS.Position = UDim2.new(0, 10, 0, 400) | |
4993 | UnParticleWS.Size = UDim2.new(0, 80, 0, 20) | |
4994 | UnParticleWS.Font = Enum.Font.SciFi | |
4995 | UnParticleWS.FontSize = Enum.FontSize.Size14 | |
4996 | UnParticleWS.Text = "Un-ParticleWS" | |
4997 | UnParticleWS.TextColor3 = Color3.new(1, 1, 1) | |
4998 | UnParticleWS.TextScaled = true | |
4999 | UnParticleWS.TextSize = 14 | |
5000 | UnParticleWS.TextTransparency = 1 | |
5001 | UnParticleWS.TextWrapped = true | |
5002 | ||
5003 | Chat.Name = "Chat" | |
5004 | Chat.Parent = Frame | |
5005 | Chat.BackgroundColor3 = Color3.new(1, 1, 1) | |
5006 | Chat.BackgroundTransparency = 0.5 | |
5007 | Chat.Position = UDim2.new(0, 460, 0, 40) | |
5008 | Chat.Size = UDim2.new(0, 80, 0, 20) | |
5009 | Chat.Font = Enum.Font.SciFi | |
5010 | Chat.FontSize = Enum.FontSize.Size14 | |
5011 | Chat.Text = "Chat" | |
5012 | Chat.TextColor3 = Color3.new(1, 1, 1) | |
5013 | Chat.TextScaled = true | |
5014 | Chat.TextSize = 14 | |
5015 | Chat.TextTransparency = 1 | |
5016 | Chat.TextWrapped = true | |
5017 | ||
5018 | ChatString.Name = "ChatString" | |
5019 | ChatString.Parent = Frame | |
5020 | ChatString.BackgroundColor3 = Color3.new(1, 1, 1) | |
5021 | ChatString.BackgroundTransparency = 0.5 | |
5022 | ChatString.Position = UDim2.new(0, 460, 0, 70) | |
5023 | ChatString.Size = UDim2.new(0, 80, 0, 20) | |
5024 | ChatString.Font = Enum.Font.SciFi | |
5025 | ChatString.FontSize = Enum.FontSize.Size14 | |
5026 | ChatString.Text = "Im a bitch" | |
5027 | ChatString.TextColor3 = Color3.new(0, 0.984314, 1) | |
5028 | ChatString.TextScaled = true | |
5029 | ChatString.TextSize = 14 | |
5030 | ChatString.TextTransparency = 1 | |
5031 | ChatString.TextWrapped = true | |
5032 | ||
5033 | Smallhead.Name = "Smallhead" | |
5034 | Smallhead.Parent = Frame | |
5035 | Smallhead.BackgroundColor3 = Color3.new(1, 1, 1) | |
5036 | Smallhead.BackgroundTransparency = 0.5 | |
5037 | Smallhead.Position = UDim2.new(0, 100, 0, 400) | |
5038 | Smallhead.Size = UDim2.new(0, 80, 0, 20) | |
5039 | Smallhead.Font = Enum.Font.SciFi | |
5040 | Smallhead.FontSize = Enum.FontSize.Size14 | |
5041 | Smallhead.Text = "Normalhead" | |
5042 | Smallhead.TextColor3 = Color3.new(1, 1, 1) | |
5043 | Smallhead.TextSize = 14 | |
5044 | Smallhead.TextTransparency = 1 | |
5045 | ||
5046 | BallWS.Name = "BallWS" | |
5047 | BallWS.Parent = Frame | |
5048 | BallWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
5049 | BallWS.BackgroundTransparency = 0.5 | |
5050 | BallWS.Position = UDim2.new(0, 190, 0, 400) | |
5051 | BallWS.Size = UDim2.new(0, 80, 0, 20) | |
5052 | BallWS.Font = Enum.Font.SciFi | |
5053 | BallWS.FontSize = Enum.FontSize.Size14 | |
5054 | BallWS.Text = "BallWS" | |
5055 | BallWS.TextColor3 = Color3.new(1, 1, 1) | |
5056 | BallWS.TextSize = 14 | |
5057 | BallWS.TextTransparency = 1 | |
5058 | ||
5059 | CylWS.Name = "CylWS" | |
5060 | CylWS.Parent = Frame | |
5061 | CylWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
5062 | CylWS.BackgroundTransparency = 0.5 | |
5063 | CylWS.Position = UDim2.new(0, 280, 0, 400) | |
5064 | CylWS.Size = UDim2.new(0, 80, 0, 20) | |
5065 | CylWS.Font = Enum.Font.SciFi | |
5066 | CylWS.FontSize = Enum.FontSize.Size14 | |
5067 | CylWS.Text = "CylinderWS" | |
5068 | CylWS.TextColor3 = Color3.new(1, 1, 1) | |
5069 | CylWS.TextSize = 14 | |
5070 | CylWS.TextTransparency = 1 | |
5071 | ||
5072 | BloWS.Name = "BloWS" | |
5073 | BloWS.Parent = Frame | |
5074 | BloWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
5075 | BloWS.BackgroundTransparency = 0.5 | |
5076 | BloWS.Position = UDim2.new(0, 370, 0, 400) | |
5077 | BloWS.Size = UDim2.new(0, 80, 0, 20) | |
5078 | BloWS.Font = Enum.Font.SciFi | |
5079 | BloWS.FontSize = Enum.FontSize.Size14 | |
5080 | BloWS.Text = "BlockWS" | |
5081 | BloWS.TextColor3 = Color3.new(1, 1, 1) | |
5082 | BloWS.TextSize = 14 | |
5083 | BloWS.TextTransparency = 1 | |
5084 | ||
5085 | TorsoWS.Name = "TorsoWS" | |
5086 | TorsoWS.Parent = Frame | |
5087 | TorsoWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
5088 | TorsoWS.BackgroundTransparency = 0.5 | |
5089 | TorsoWS.Position = UDim2.new(0, 460, 0, 370) | |
5090 | TorsoWS.Size = UDim2.new(0, 80, 0, 20) | |
5091 | TorsoWS.Font = Enum.Font.SciFi | |
5092 | TorsoWS.FontSize = Enum.FontSize.Size14 | |
5093 | TorsoWS.Text = "TorsoWS" | |
5094 | TorsoWS.TextColor3 = Color3.new(1, 1, 1) | |
5095 | TorsoWS.TextSize = 14 | |
5096 | TorsoWS.TextTransparency = 1 | |
5097 | ||
5098 | WedgeWS.Name = "WedgeWS" | |
5099 | WedgeWS.Parent = Frame | |
5100 | WedgeWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
5101 | WedgeWS.BackgroundTransparency = 0.5 | |
5102 | WedgeWS.Position = UDim2.new(0, 460, 0, 340) | |
5103 | WedgeWS.Size = UDim2.new(0, 80, 0, 20) | |
5104 | WedgeWS.Font = Enum.Font.SciFi | |
5105 | WedgeWS.FontSize = Enum.FontSize.Size14 | |
5106 | WedgeWS.Text = "WedgeWS" | |
5107 | WedgeWS.TextColor3 = Color3.new(1, 1, 1) | |
5108 | WedgeWS.TextSize = 14 | |
5109 | WedgeWS.TextTransparency = 1 | |
5110 | ||
5111 | HeadWS.Name = "HeadWS" | |
5112 | HeadWS.Parent = Frame | |
5113 | HeadWS.BackgroundColor3 = Color3.new(1, 1, 1) | |
5114 | HeadWS.BackgroundTransparency = 0.5 | |
5115 | HeadWS.Position = UDim2.new(0, 460, 0, 400) | |
5116 | HeadWS.Size = UDim2.new(0, 80, 0, 20) | |
5117 | HeadWS.Font = Enum.Font.SciFi | |
5118 | HeadWS.FontSize = Enum.FontSize.Size14 | |
5119 | HeadWS.Text = "HeadWS" | |
5120 | HeadWS.TextColor3 = Color3.new(1, 1, 1) | |
5121 | HeadWS.TextSize = 14 | |
5122 | HeadWS.TextTransparency = 1 | |
5123 | ||
5124 | Longneck.Name = "Longneck" | |
5125 | Longneck.Parent = Frame | |
5126 | Longneck.BackgroundColor3 = Color3.new(1, 1, 1) | |
5127 | Longneck.BackgroundTransparency = 0.5 | |
5128 | Longneck.Position = UDim2.new(0, 460, 0, 310) | |
5129 | Longneck.Size = UDim2.new(0, 80, 0, 20) | |
5130 | Longneck.Font = Enum.Font.SciFi | |
5131 | Longneck.FontSize = Enum.FontSize.Size14 | |
5132 | Longneck.Text = "Longneck" | |
5133 | Longneck.TextColor3 = Color3.new(1, 1, 1) | |
5134 | Longneck.TextSize = 14 | |
5135 | Longneck.TextTransparency = 1 | |
5136 | ||
5137 | Normalneck.Name = "Normalneck" | |
5138 | Normalneck.Parent = Frame | |
5139 | Normalneck.BackgroundColor3 = Color3.new(1, 1, 1) | |
5140 | Normalneck.BackgroundTransparency = 0.5 | |
5141 | Normalneck.Position = UDim2.new(0, 460, 0, 280) | |
5142 | Normalneck.Size = UDim2.new(0, 80, 0, 20) | |
5143 | Normalneck.Font = Enum.Font.SciFi | |
5144 | Normalneck.FontSize = Enum.FontSize.Size14 | |
5145 | Normalneck.Text = "Normalneck" | |
5146 | Normalneck.TextColor3 = Color3.new(1, 1, 1) | |
5147 | Normalneck.TextSize = 14 | |
5148 | Normalneck.TextTransparency = 1 | |
5149 | ||
5150 | Headtummy.Name = "Headtummy" | |
5151 | Headtummy.Parent = Frame | |
5152 | Headtummy.BackgroundColor3 = Color3.new(1, 1, 1) | |
5153 | Headtummy.BackgroundTransparency = 0.5 | |
5154 | Headtummy.Position = UDim2.new(0, 460, 0, 250) | |
5155 | Headtummy.Size = UDim2.new(0, 80, 0, 20) | |
5156 | Headtummy.Font = Enum.Font.SciFi | |
5157 | Headtummy.FontSize = Enum.FontSize.Size14 | |
5158 | Headtummy.Text = "Funny" | |
5159 | Headtummy.TextColor3 = Color3.new(1, 1, 1) | |
5160 | Headtummy.TextSize = 14 | |
5161 | Headtummy.TextTransparency = 1 | |
5162 | ||
5163 | UnHeadtummy.Name = "UnHeadtummy" | |
5164 | UnHeadtummy.Parent = Frame | |
5165 | UnHeadtummy.BackgroundColor3 = Color3.new(1, 1, 1) | |
5166 | UnHeadtummy.BackgroundTransparency = 0.5 | |
5167 | UnHeadtummy.Position = UDim2.new(0, 460, 0, 430) | |
5168 | UnHeadtummy.Size = UDim2.new(0, 80, 0, 20) | |
5169 | UnHeadtummy.Font = Enum.Font.SciFi | |
5170 | UnHeadtummy.FontSize = Enum.FontSize.Size14 | |
5171 | UnHeadtummy.Text = "UnFunny" | |
5172 | UnHeadtummy.TextColor3 = Color3.new(1, 1, 1) | |
5173 | UnHeadtummy.TextSize = 14 | |
5174 | UnHeadtummy.TextTransparency = 1 | |
5175 | ||
5176 | Fire.Name = "Fire" | |
5177 | Fire.Parent = Frame | |
5178 | Fire.BackgroundColor3 = Color3.new(1, 1, 1) | |
5179 | Fire.BackgroundTransparency = 0.5 | |
5180 | Fire.Position = UDim2.new(0, 460, 0, 160) | |
5181 | Fire.Size = UDim2.new(0, 80, 0, 20) | |
5182 | Fire.Font = Enum.Font.SciFi | |
5183 | Fire.FontSize = Enum.FontSize.Size14 | |
5184 | Fire.Text = "Fire" | |
5185 | Fire.TextColor3 = Color3.new(1, 1, 1) | |
5186 | Fire.TextSize = 14 | |
5187 | Fire.TextTransparency = 1 | |
5188 | ||
5189 | Smoke.Name = "Smoke" | |
5190 | Smoke.Parent = Frame | |
5191 | Smoke.BackgroundColor3 = Color3.new(1, 1, 1) | |
5192 | Smoke.BackgroundTransparency = 0.5 | |
5193 | Smoke.Position = UDim2.new(0, 460, 0, 220) | |
5194 | Smoke.Size = UDim2.new(0, 80, 0, 20) | |
5195 | Smoke.Font = Enum.Font.SciFi | |
5196 | Smoke.FontSize = Enum.FontSize.Size14 | |
5197 | Smoke.Text = "Smoke" | |
5198 | Smoke.TextColor3 = Color3.new(1, 1, 1) | |
5199 | Smoke.TextSize = 14 | |
5200 | Smoke.TextTransparency = 1 | |
5201 | ||
5202 | Sparkles.Name = "Sparkles" | |
5203 | Sparkles.Parent = Frame | |
5204 | Sparkles.BackgroundColor3 = Color3.new(1, 1, 1) | |
5205 | Sparkles.BackgroundTransparency = 0.5 | |
5206 | Sparkles.Position = UDim2.new(0, 460, 0, 130) | |
5207 | Sparkles.Size = UDim2.new(0, 80, 0, 20) | |
5208 | Sparkles.Font = Enum.Font.SciFi | |
5209 | Sparkles.FontSize = Enum.FontSize.Size14 | |
5210 | Sparkles.Text = "Sparkles" | |
5211 | Sparkles.TextColor3 = Color3.new(1, 1, 1) | |
5212 | Sparkles.TextSize = 14 | |
5213 | Sparkles.TextTransparency = 1 | |
5214 | ||
5215 | FF.Name = "FF" | |
5216 | FF.Parent = Frame | |
5217 | FF.BackgroundColor3 = Color3.new(1, 1, 1) | |
5218 | FF.BackgroundTransparency = 0.5 | |
5219 | FF.Position = UDim2.new(0, 460, 0, 190) | |
5220 | FF.Size = UDim2.new(0, 80, 0, 20) | |
5221 | FF.Font = Enum.Font.SciFi | |
5222 | FF.FontSize = Enum.FontSize.Size14 | |
5223 | FF.Text = "FF" | |
5224 | FF.TextColor3 = Color3.new(1, 1, 1) | |
5225 | FF.TextSize = 14 | |
5226 | FF.TextTransparency = 1 | |
5227 | ||
5228 | MlgParticles.Name = "MlgParticles" | |
5229 | MlgParticles.Parent = Frame | |
5230 | MlgParticles.BackgroundColor3 = Color3.new(1, 1, 1) | |
5231 | MlgParticles.BackgroundTransparency = 0.5 | |
5232 | MlgParticles.Position = UDim2.new(0, 460, 0, 100) | |
5233 | MlgParticles.Size = UDim2.new(0, 80, 0, 20) | |
5234 | MlgParticles.Font = Enum.Font.SciFi | |
5235 | MlgParticles.FontSize = Enum.FontSize.Size14 | |
5236 | MlgParticles.Text = "MLG" | |
5237 | MlgParticles.TextColor3 = Color3.new(1, 1, 1) | |
5238 | MlgParticles.TextSize = 14 | |
5239 | MlgParticles.TextTransparency = 1 | |
5240 | ||
5241 | Close.Name = "Close" | |
5242 | Close.Parent = Frame | |
5243 | Close.BackgroundColor3 = Color3.new(1, 1, 1) | |
5244 | Close.BackgroundTransparency = 0.58 | |
5245 | Close.BorderColor3 = Color3.new(0, 0, 0) | |
5246 | Close.BorderSizePixel = 0 | |
5247 | Close.Position = UDim2.new(0, 530, 0, 0) | |
5248 | Close.Size = UDim2.new(0, 20, 0, 20) | |
5249 | Close.Font = Enum.Font.SciFi | |
5250 | Close.FontSize = Enum.FontSize.Size14 | |
5251 | Close.Text = "X" | |
5252 | Close.TextColor3 = Color3.new(1, 1, 1) | |
5253 | Close.TextSize = 14 | |
5254 | Close.TextTransparency = 1 | |
5255 | ||
5256 | Sanic.Name = "Sanic" | |
5257 | Sanic.Parent = Frame | |
5258 | Sanic.BackgroundColor3 = Color3.new(1, 1, 1) | |
5259 | Sanic.BackgroundTransparency = 0.5 | |
5260 | Sanic.Position = UDim2.new(0, 10, 0, 430) | |
5261 | Sanic.Size = UDim2.new(0, 80, 0, 20) | |
5262 | Sanic.Font = Enum.Font.SciFi | |
5263 | Sanic.FontSize = Enum.FontSize.Size14 | |
5264 | Sanic.Text = "Sanic" | |
5265 | Sanic.TextColor3 = Color3.new(1, 1, 1) | |
5266 | Sanic.TextScaled = true | |
5267 | Sanic.TextSize = 14 | |
5268 | Sanic.TextTransparency = 1 | |
5269 | Sanic.TextWrapped = true | |
5270 | ||
5271 | UnSanic.Name = "UnSanic" | |
5272 | UnSanic.Parent = Frame | |
5273 | UnSanic.BackgroundColor3 = Color3.new(1, 1, 1) | |
5274 | UnSanic.BackgroundTransparency = 0.5 | |
5275 | UnSanic.Position = UDim2.new(0, 100, 0, 430) | |
5276 | UnSanic.Size = UDim2.new(0, 80, 0, 20) | |
5277 | UnSanic.Font = Enum.Font.SciFi | |
5278 | UnSanic.FontSize = Enum.FontSize.Size14 | |
5279 | UnSanic.Text = "UnSanic" | |
5280 | UnSanic.TextColor3 = Color3.new(1, 1, 1) | |
5281 | UnSanic.TextScaled = true | |
5282 | UnSanic.TextSize = 14 | |
5283 | UnSanic.TextTransparency = 1 | |
5284 | UnSanic.TextWrapped = true | |
5285 | ||
5286 | LagOthers.Name = "LagOthers" | |
5287 | LagOthers.Parent = Frame | |
5288 | LagOthers.BackgroundColor3 = Color3.new(1, 1, 1) | |
5289 | LagOthers.BackgroundTransparency = 0.5 | |
5290 | LagOthers.Position = UDim2.new(0, 190, 0, 430) | |
5291 | LagOthers.Size = UDim2.new(0, 80, 0, 20) | |
5292 | LagOthers.Font = Enum.Font.SciFi | |
5293 | LagOthers.FontSize = Enum.FontSize.Size14 | |
5294 | LagOthers.Text = "LagOthers" | |
5295 | LagOthers.TextColor3 = Color3.new(1, 1, 1) | |
5296 | LagOthers.TextScaled = true | |
5297 | LagOthers.TextSize = 14 | |
5298 | LagOthers.TextTransparency = 1 | |
5299 | LagOthers.TextWrapped = true | |
5300 | ||
5301 | FeChecker.Name = "FeChecker" | |
5302 | FeChecker.Parent = Frame | |
5303 | FeChecker.BackgroundColor3 = Color3.new(1, 1, 1) | |
5304 | FeChecker.BackgroundTransparency = 0.5 | |
5305 | FeChecker.Position = UDim2.new(0, 150, 0, 10) | |
5306 | FeChecker.Size = UDim2.new(0, 100, 0, 20) | |
5307 | FeChecker.Font = Enum.Font.SciFi | |
5308 | FeChecker.FontSize = Enum.FontSize.Size14 | |
5309 | FeChecker.Text = "FE is Disabled" | |
5310 | FeChecker.TextColor3 = Color3.new(1, 1, 1) | |
5311 | FeChecker.TextScaled = true | |
5312 | FeChecker.TextSize = 14 | |
5313 | FeChecker.TextTransparency = 1 | |
5314 | FeChecker.TextWrapped = true | |
5315 | ||
5316 | Intro.Name = "Intro" | |
5317 | Intro.Parent = BG | |
5318 | Intro.BackgroundColor3 = Color3.new(0, 0, 0) | |
5319 | Intro.BackgroundTransparency = 1 | |
5320 | Intro.BorderColor3 = Color3.new(0, 0, 0) | |
5321 | Intro.BorderSizePixel = 3 | |
5322 | Intro.Position = UDim2.new(0,0,0,0) | |
5323 | Intro.ClipsDescendants = true | |
5324 | Intro.Size = UDim2.new(0, 460, 0, 310) | |
5325 | ||
5326 | rowreck.Name = "rowreck" | |
5327 | rowreck.Parent = Intro | |
5328 | rowreck.BackgroundTransparency = 1 | |
5329 | rowreck.Position = UDim2.new(0, 140, 0, 120) | |
5330 | rowreck.Size = UDim2.new(0, 200, 0, 50) | |
5331 | rowreck.Font = Enum.Font.SciFi | |
5332 | rowreck.FontSize = Enum.FontSize.Size42 | |
5333 | rowreck.Text = "Ro-Wrecker" | |
5334 | rowreck.TextColor3 = Color3.new(1, 0, 0) | |
5335 | rowreck.TextSize = 42 | |
5336 | rowreck.TextTransparency = 1 | |
5337 | ||
5338 | me.Name = "me" | |
5339 | me.Parent = Intro | |
5340 | me.BackgroundColor3 = Color3.new(1, 1, 1) | |
5341 | me.BackgroundTransparency = 1 | |
5342 | me.Position = UDim2.new(0, 470, 0, 70) | |
5343 | me.Size = UDim2.new(0, 200, 0, 50) | |
5344 | me.Font = Enum.Font.SciFi | |
5345 | me.FontSize = Enum.FontSize.Size24 | |
5346 | me.Text = "Made by : Luckyxero" | |
5347 | me.TextColor3 = Color3.new(1, 1, 1) | |
5348 | me.TextSize = 24 | |
5349 | ||
5350 | BG.Name = "BG" | |
5351 | BG.BackgroundColor3 = Color3.new(0,0,0) | |
5352 | BG.BorderSizePixel = 0 | |
5353 | BG.BackgroundTransparency = 0.58 | |
5354 | BG.Parent = Exploit | |
5355 | BG.Size = UDim2.new(0,460,0,0) | |
5356 | BG.Position = UDim2.new(0,380,0,0) | |
5357 | BG.Visible = true | |
5358 | BG.ClipsDescendants = true | |
5359 | ||
5360 | Frame.Position = UDim2.new(0,0,0,-460) | |
5361 | Frame.Size = UDim2.new(0,550,0,490) | |
5362 | Sound2 = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui) | |
5363 | Sound2.Volume = 4 | |
5364 | Sound2.PlaybackSpeed = 1 | |
5365 | Sound2.SoundId = "rbxassetid://255881176" | |
5366 | LineSound = Instance.new("Sound",game.Players.LocalPlayer.PlayerGui) | |
5367 | LineSound.Volume = 6 | |
5368 | LineSound.SoundId = "rbxassetid://151414336" | |
5369 | WaitTime1 = 0.5 | |
5370 | WaitTime2 = 0.4 | |
5371 | WaitTime3 = 0.7 | |
5372 | WaitTime4 = 0.1 | |
5373 | WaitTime5 = 0.2 | |
5374 | wait(1) | |
5375 | ----------------------- movement | |
5376 | IntroSong.PlaybackSpeed = 1.3 | |
5377 | IntroSong:Play() | |
5378 | BG:TweenSize(UDim2.new(0,460,0,310),"Out",0.2) | |
5379 | wait(WaitTime1) | |
5380 | Sound2:Play() | |
5381 | me:TweenPosition(UDim2.new(0,140,0,70),"Out",0.2) | |
5382 | wait(WaitTime2) | |
5383 | O:TweenSize(UDim2.new(0,240,0,0),"Out",0.2) | |
5384 | T:TweenSize(UDim2.new(0,280,0,0),"Out",0.2) | |
5385 | for i = 1,0,-0.1 do | |
5386 | O.BackgroundTransparency = i | |
5387 | T.BackgroundTransparency = i | |
5388 | wait() | |
5389 | end | |
5390 | wait(WaitTime3) | |
5391 | LineSound:Play() | |
5392 | O:TweenSize(UDim2.new(0,0,0,0),"Out") | |
5393 | wait(WaitTime4) | |
5394 | LineSound:Play() | |
5395 | T:TweenSize(UDim2.new(0,0,0,0),"Out") | |
5396 | for i = 0,1,0.1 do | |
5397 | O.BackgroundTransparency = i | |
5398 | T.BackgroundTransparency = i | |
5399 | wait() | |
5400 | end | |
5401 | wait(WaitTime5) | |
5402 | me:TweenPosition(UDim2.new(0,140,0,0,70),"Out",0.2) | |
5403 | wait(1) | |
5404 | for i = 1,0,-0.1 do | |
5405 | LineOne.BackgroundTransparency = i | |
5406 | LineTw0.BackgroundTransparency = i | |
5407 | LineThree.BackgroundTransparency = i | |
5408 | LineFour.BackgroundTransparency = i | |
5409 | wait() | |
5410 | end | |
5411 | LineSound:Play() | |
5412 | LineThree:TweenSize(UDim2.new(0,220,0,0),"Out",0.2) | |
5413 | LineSound:Play() | |
5414 | LineFour:TweenSize(UDim2.new(0,220,0,0),"Out",0.2) | |
5415 | wait(WaitTime4) | |
5416 | LineSound:Play() | |
5417 | LineOne:TweenSize(UDim2.new(0,220,0,0),"Out",0.2) | |
5418 | LineSound:Play() | |
5419 | LineTw0:TweenSize(UDim2.new(0,220,0,0),"Out",0.2) | |
5420 | Sound2.PlaybackSpeed = 1.2 | |
5421 | wait(WaitTime1) | |
5422 | Sound2:Play() | |
5423 | for i = 1,0,-0.05 do | |
5424 | rowreck.TextTransparency = i | |
5425 | wait() | |
5426 | end | |
5427 | for i = 0,255,17 do | |
5428 | rowreck.TextColor3 = Color3.fromRGB(255,i,0) | |
5429 | wait() | |
5430 | end | |
5431 | for i = 255,0,-17 do | |
5432 | rowreck.TextColor3 = Color3.fromRGB(i,255,0) | |
5433 | wait() | |
5434 | end | |
5435 | for i = 0,255,17 do | |
5436 | rowreck.TextColor3 = Color3.fromRGB(0,255,i) | |
5437 | wait() | |
5438 | end | |
5439 | for i = 255,0,-17 do | |
5440 | rowreck.TextColor3 = Color3.fromRGB(0,i,255) | |
5441 | wait() | |
5442 | end | |
5443 | for i = 0,1,0.05 do | |
5444 | rowreck.TextTransparency = i | |
5445 | wait() | |
5446 | end | |
5447 | rowreck.TextTransparency = 1 | |
5448 | LineTw0:TweenSize(UDim2.new(0,0,0,0),"Out",0.2) | |
5449 | LineSound:Play() | |
5450 | LineOne:TweenSize(UDim2.new(0,0,0,0),"Out",0.2) | |
5451 | LineSound:Play() | |
5452 | wait(WaitTime4) | |
5453 | LineFour:TweenSize(UDim2.new(0,0,0,0),"Out",0.2) | |
5454 | LineSound:Play() | |
5455 | LineThree:TweenSize(UDim2.new(0,0,0,0),"Out",0.2) | |
5456 | LineSound:Play() | |
5457 | wait(WaitTime1) | |
5458 | for i = 0,1,0.1 do | |
5459 | LineOne.BackgroundTransparency = i | |
5460 | LineTw0.BackgroundTransparency = i | |
5461 | LineThree.BackgroundTransparency = i | |
5462 | LineFour.BackgroundTransparency = i | |
5463 | wait() | |
5464 | end | |
5465 | wait(WaitTime1) | |
5466 | for i = 0,1,0.2 do | |
5467 | me.TextTransparency = i | |
5468 | wait() | |
5469 | end | |
5470 | me:TweenPosition(UDim2.new(0,210,0,0),"Out") | |
5471 | BG:TweenSize(UDim2.new(0,550,0,0),"Out") | |
5472 | BG:TweenPosition(UDim2.new(0,380,0,0),"Out") | |
5473 | wait(1) | |
5474 | IntroSong.PlaybackSpeed = 0.93 | |
5475 | IntroSong:Play() | |
5476 | me.TextTransparency = 1 | |
5477 | BG:TweenSize(UDim2.new(0,550,0,490),"Out") | |
5478 | Intro.Visible = false | |
5479 | Intro.Active = false | |
5480 | Frame.Position = UDim2.new(0,0,0,-460) | |
5481 | Frame.Visible = true | |
5482 | Frame:TweenPosition(UDim2.new(0,0,0,0),"Out") | |
5483 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) | |
5484 | game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) | |
5485 | for i,v in pairs(Frame:GetChildren()) do | |
5486 | if v.ClassName ~= "Frame" then | |
5487 | v.TextTransparency = 0 | |
5488 | end | |
5489 | end | |
5490 | Frame.Active = true |