· 6 years ago · Feb 15, 2020, 06:52 PM
1-- Farewell Infortality.
2-- Version: 2.82
3-- Instances:
4local VampireHunters2Gui = Instance.new("ScreenGui")
5local Main = Instance.new("ScrollingFrame")
6local Morphine = Instance.new("TextButton")
7local WalkSpeed = Instance.new("TextButton")
8local PocketKnife = Instance.new("TextButton")
9local Taser = Instance.new("TextButton")
10local InvisibleON = Instance.new("TextButton")
11local InvisibleOFF = Instance.new("TextButton")
12local RemoveMusic = Instance.new("TextButton")
13local Explode = Instance.new("TextButton")
14local FEAdmin = Instance.new("TextButton")
15local Anims = Instance.new("TextButton")
16local OOFsong = Instance.new("TextButton")
17local AlbertScreaming = Instance.new("TextButton")
18local Close = Instance.new("TextButton")
19local Open = Instance.new("TextButton")
20local FToTP = Instance.new("TextButton")
21--Properties:
22VampireHunters2Gui.Name = "Vampire Hunters 2 Gui"
23VampireHunters2Gui.Parent = game.CoreGui
24
25Main.Name = "Main"
26Main.Parent = VampireHunters2Gui
27Main.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
28Main.Position = UDim2.new(0.231343299, 0, 0.260252357, 0)
29Main.Size = UDim2.new(0, 501, 0, 258)
30Main.Visible = false
31Main.CanvasPosition = Vector2.new(0, 64.5)
32
33Morphine.Name = "Morphine"
34Morphine.Parent = Main
35Morphine.BackgroundColor3 = Color3.new(0, 0, 0.498039)
36Morphine.Position = UDim2.new(0.0658682585, 0, 0.0494766906, 0)
37Morphine.Size = UDim2.new(0, 163, 0, 50)
38Morphine.Font = Enum.Font.SourceSans
39Morphine.Text = "Morphine"
40Morphine.TextColor3 = Color3.new(0, 0, 0)
41Morphine.TextSize = 24
42Morphine.MouseButton1Down:connect(function()
43 local tbl_main=
44{
45}
46game:GetService("Workspace").Events.Surv.Morphine:FireServer(unpack(tbl_main))
47end)
48
49WalkSpeed.Name = "WalkSpeed"
50WalkSpeed.Parent = Main
51WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.498039)
52WalkSpeed.Position = UDim2.new(0.433133721, 0, 0.0494766906, 0)
53WalkSpeed.Size = UDim2.new(0, 163, 0, 50)
54WalkSpeed.Font = Enum.Font.SourceSans
55WalkSpeed.Text = "Walkspeed"
56WalkSpeed.TextColor3 = Color3.new(0, 0, 0)
57WalkSpeed.TextSize = 24
58WalkSpeed.MouseButton1Down:connect(function()
59 game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 22
60end)
61
62PocketKnife.Name = "Pocket Knife"
63PocketKnife.Parent = Main
64PocketKnife.BackgroundColor3 = Color3.new(0, 0, 0.498039)
65PocketKnife.Position = UDim2.new(0.0658682585, 0, 0.0999498814, 0)
66PocketKnife.Size = UDim2.new(0, 163, 0, 50)
67PocketKnife.Font = Enum.Font.SourceSans
68PocketKnife.Text = "Pocket Knife"
69PocketKnife.TextColor3 = Color3.new(0, 0, 0)
70PocketKnife.TextSize = 24
71PocketKnife.MouseButton1Down:connect(function()
72 local tbl_main=
73 {
74 }
75 game:GetService("Workspace").Events.Surv["Pocket Knife"]:FireServer(unpack(tbl_main))
76end)
77
78Taser.Name = "Taser"
79Taser.Parent = Main
80Taser.BackgroundColor3 = Color3.new(0, 0, 0.498039)
81Taser.Position = UDim2.new(0.433133721, 0, 0.0999498814, 0)
82Taser.Size = UDim2.new(0, 163, 0, 50)
83Taser.Font = Enum.Font.SourceSans
84Taser.Text = "Taser"
85Taser.TextColor3 = Color3.new(0, 0, 0)
86Taser.TextSize = 24
87Taser.MouseButton1Down:connect(function()
88 local tbl_main=
89{
90}
91game:GetService("Workspace").Events.Surv.Taser:FireServer(unpack(tbl_main))
92end)
93
94InvisibleON.Name = "Invisible ON"
95InvisibleON.Parent = Main
96InvisibleON.BackgroundColor3 = Color3.new(0, 0, 0.498039)
97InvisibleON.Position = UDim2.new(0.0658682585, 0, 0.150423065, 0)
98InvisibleON.Size = UDim2.new(0, 163, 0, 50)
99InvisibleON.Font = Enum.Font.SourceSans
100InvisibleON.Text = "Invisible ON"
101InvisibleON.TextColor3 = Color3.new(0, 0, 0)
102InvisibleON.TextSize = 24
103InvisibleON.MouseButton1Down:connect(function()
104 wait(0.01)
105local tbl_main =
106{
107 "Invisibility"
108}
109game:GetService("Workspace").Events.ChangeVabil:FireServer(unpack(tbl_main))
110wait(0.001)
111 local tbl_main =
112{
113 true,
114 "http://www.roblox.com/asset?id=172830251",
115 "http://www.roblox.com/asset?id=214695609"
116}
117game:GetService("Workspace").Events.Vampire.Invisibility:FireServer(unpack(tbl_main))
118end)
119
120InvisibleOFF.Name = "Invisible OFF"
121InvisibleOFF.Parent = Main
122InvisibleOFF.BackgroundColor3 = Color3.new(0, 0, 0.498039)
123InvisibleOFF.Position = UDim2.new(0.433133721, 0, 0.150423065, 0)
124InvisibleOFF.Size = UDim2.new(0, 163, 0, 50)
125InvisibleOFF.Font = Enum.Font.SourceSans
126InvisibleOFF.Text = "Invisible OFF"
127InvisibleOFF.TextColor3 = Color3.new(0, 0, 0)
128InvisibleOFF.TextSize = 24
129InvisibleOFF.MouseButton1Down:connect(function()
130 wait(0.01)
131local tbl_main =
132{
133 "Invisibility"
134}
135game:GetService("Workspace").Events.ChangeVabil:FireServer(unpack(tbl_main))
136wait(0.001)
137 game.Workspace.Events.Vampire.Invisibility:FireServer(false, "http://www.roblox.com/asset?id=1572395510", "http://www.roblox.com/asset?id=1572395510")
138game.Workspace.Events.Vampire.Invisibility:FireServer(false, "http://www.roblox.com/asset?id=1572395510", "http://www.roblox.com/asset?id=1572395510")
139end)
140
141RemoveMusic.Name = "Remove Music"
142RemoveMusic.Parent = Main
143RemoveMusic.BackgroundColor3 = Color3.new(0, 0, 0.498039)
144RemoveMusic.Position = UDim2.new(0.776786029, 0, 0.0486023314, 0)
145RemoveMusic.Size = UDim2.new(0, 93, 0, 177)
146RemoveMusic.Font = Enum.Font.SourceSans
147RemoveMusic.Text = "Remove Music"
148RemoveMusic.TextColor3 = Color3.new(0, 0, 0)
149RemoveMusic.TextSize = 24
150RemoveMusic.TextWrapped = true
151RemoveMusic.MouseButton1Down:connect(function()
152 local tbl_main =
153{
154 "Invisibility"
155}
156game:GetService("Workspace").Events.ChangeVabil:FireServer(unpack(tbl_main))
157wait(0.001)
158 game.Workspace.Events.Vampire.Invisibility:FireServer(false, "http://www.roblox.com/asset?id=1572395510", "http://www.roblox.com/asset?id=1572395510")
159end)
160
161Explode.Name = "Explode"
162Explode.Parent = Main
163Explode.BackgroundColor3 = Color3.new(0, 0, 0.498039)
164Explode.Position = UDim2.new(0.0658682585, 0, 0.200107604, 0)
165Explode.Size = UDim2.new(0, 163, 0, 50)
166Explode.Font = Enum.Font.SourceSans
167Explode.Text = "Volatile"
168Explode.TextColor3 = Color3.new(0, 0, 0)
169Explode.TextSize = 24
170Explode.MouseButton1Down:connect(function()
171 wait(0.01)
172local tbl_main =
173{
174 "Volatile"
175}
176game:GetService("Workspace").Events.ChangeVabil:FireServer(unpack(tbl_main))
177wait(0.001)
178 local tbl_main =
179{
180}
181game:GetService("Workspace").Events.Vampire.Explode:FireServer(unpack(tbl_main))
182end)
183
184FEAdmin.Name = "FE Admin"
185FEAdmin.Parent = Main
186FEAdmin.BackgroundColor3 = Color3.new(0, 0, 0.498039)
187FEAdmin.Position = UDim2.new(0.0658682585, 0, 0.250580788, 0)
188FEAdmin.Size = UDim2.new(0, 163, 0, 50)
189FEAdmin.Font = Enum.Font.SourceSans
190FEAdmin.Text = "FE Admin"
191FEAdmin.TextColor3 = Color3.new(0, 0, 0)
192FEAdmin.TextSize = 24
193FEAdmin.MouseButton1Down:connect(function()
194 loadstring(game:HttpGet(('https://pastebin.com/raw/pyzjWNhk'),true))()
195end)
196
197Anims.Name = "Anims"
198Anims.Parent = Main
199Anims.BackgroundColor3 = Color3.new(0, 0, 0.498039)
200Anims.Position = UDim2.new(0.433133721, 0, 0.201684892, 0)
201Anims.Size = UDim2.new(0, 163, 0, 50)
202Anims.Font = Enum.Font.SourceSans
203Anims.Text = "Animations"
204Anims.TextColor3 = Color3.new(0, 0, 0)
205Anims.TextSize = 24
206Anims.MouseButton1Down:connect(function()
207 local Energize = Instance.new("ScreenGui")
208local SideFrame = Instance.new("Frame")
209local OpenGUI = Instance.new("TextButton")
210local SideFrameTitle = Instance.new("TextLabel")
211local MainFrame = Instance.new("Frame")
212local GuiBottomFrame = Instance.new("Frame")
213local Credits = Instance.new("TextLabel")
214local ScrollingFrame = Instance.new("ScrollingFrame")
215local CheckR = Instance.new("TextLabel")
216local ScrollingFrameR15 = Instance.new("ScrollingFrame")
217
218local CrazySlash = Instance.new("TextButton")--COMPLETE
219local Open = Instance.new("TextButton")--COMPLETE
220local R15Spinner = Instance.new("TextButton")--COMPLETE
221local ArmsOut = Instance.new("TextButton")--COMPLETE
222local FloatSlash = Instance.new("TextButton")--COMPLETE
223local WeirdZombie = Instance.new("TextButton")--COMPLETE
224local DownSlash = Instance.new("TextButton")--COMPLETE
225local Pull = Instance.new("TextButton")--COMPLETE
226local CircleArm = Instance.new("TextButton")--COMPLETE
227local Bend = Instance.new("TextButton")--COMPLETE
228local RotateSlash = Instance.new("TextButton")--COMPLETE
229local FlingArms = Instance.new("TextButton")--COMPLETE
230
231local FullSwing = Instance.new("TextButton")--COMPLETE
232local GlitchLevitate = Instance.new("TextButton")--COMPLETE
233local MoonDance = Instance.new("TextButton")--COMPLETE
234local FullPunch = Instance.new("TextButton")--COMPLETE
235local Crouch = Instance.new("TextButton")--COMPLETE
236local SpinDance = Instance.new("TextButton")--COMPLETE
237local FloorFaint = Instance.new("TextButton")--COMPLETE
238local JumpingJacks = Instance.new("TextButton")--COMPLETE
239local Spinner = Instance.new("TextButton")--COMPLETE
240local MegaInsane = Instance.new("TextButton")--COMPLETE
241local ArmDetach = Instance.new("TextButton")--COMPLETE
242local WeirdMove = Instance.new("TextButton")--COMPLETE
243local Faint = Instance.new("TextButton")--COMPLETE
244local CloneIllusion = Instance.new("TextButton")--COMPLETE
245local Levitate = Instance.new("TextButton")--COMPLETE
246local DinoWalk = Instance.new("TextButton")--COMPLETE
247local FloorCrawl = Instance.new("TextButton")--COMPLETE
248local SwordSlam = Instance.new("TextButton")--COMPLETE
249local LoopHead = Instance.new("TextButton")--COMPLETE
250local HeroJump = Instance.new("TextButton")--COMPLETE
251local Insane = Instance.new("TextButton")--COMPLETE
252local FloatingHead = Instance.new("TextButton")--COMPLETE
253local HeadThrow = Instance.new("TextButton")--COMPLETE
254local MovingDance = Instance.new("TextButton")--COMPLETE
255local SuperPunch = Instance.new("TextButton")--COMPLETE
256local ArmTurbine = Instance.new("TextButton")--COMPLETE
257local Dab = Instance.new("TextButton")--COMPLETE
258local FloatSit = Instance.new("TextButton")--COMPLETE
259local SuperFaint = Instance.new("TextButton")--COMPLETE
260local BarrelRoll = Instance.new("TextButton")--COMPLETE
261local Scared = Instance.new("TextButton")--COMPLETE
262local InsaneArms = Instance.new("TextButton")--COMPLETE
263local SwordSlice = Instance.new("TextButton")--COMPLETE
264local SpinDance2 = Instance.new("TextButton")--COMPLETE
265local BowDown = Instance.new("TextButton")--COMPLETE
266local LoopSlam = Instance.new("TextButton")--COMPLETE
267
268local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
269local CloseGUI = Instance.new("TextButton") -- To close the GUI
270local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
271
272-- Properties
273
274Energize.Name = "Energize"
275Energize.Parent = game.Players.LocalPlayer.PlayerGui
276
277SideFrame.Name = "SideFrame"
278SideFrame.Parent = Energize
279SideFrame.Active = true
280SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
281SideFrame.Draggable = true
282SideFrame.Position = UDim2.new(0, 376, 0, 125)
283SideFrame.Size = UDim2.new(0, 460, 0, 32)
284SideFrame.Visible = false
285
286OpenGUI.Name = "OpenGUI"
287OpenGUI.Parent = SideFrame
288OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
289OpenGUI.BackgroundTransparency = 1
290OpenGUI.Position = UDim2.new(0, 426, 0, 0)
291OpenGUI.Size = UDim2.new(0, 34, 0, 32)
292OpenGUI.Font = Enum.Font.SourceSans
293OpenGUI.FontSize = Enum.FontSize.Size48
294OpenGUI.Text = "X"
295OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
296OpenGUI.TextSize = 40
297OpenGUI.TextWrapped = true
298
299SideFrameTitle.Name = "SideFrameTitle"
300SideFrameTitle.Parent = SideFrame
301SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
302SideFrameTitle.BackgroundTransparency = 1
303SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
304SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
305SideFrameTitle.Font = Enum.Font.Arial
306SideFrameTitle.FontSize = Enum.FontSize.Size24
307SideFrameTitle.Text = "¦Energize¦"
308SideFrameTitle.TextSize = 21
309SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
310SideFrameTitle.TextStrokeTransparency = 0.69999998807907
311
312MainFrame.Name = "MainFrame"
313MainFrame.Parent = Energize
314MainFrame.Active = true
315MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
316MainFrame.BackgroundTransparency = 1
317MainFrame.Draggable = true
318MainFrame.Position = UDim2.new(0, 376, 0, 125)
319MainFrame.Size = UDim2.new(0, 444, 0, 280)
320
321GuiBottomFrame.Name = "Gui BottomFrame"
322GuiBottomFrame.Parent = MainFrame
323GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
324GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
325GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
326GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
327
328Credits.Name = "Credits"
329Credits.Parent = GuiBottomFrame
330Credits.BackgroundColor3 = Color3.new(1, 1, 1)
331Credits.BackgroundTransparency = 1
332Credits.Size = UDim2.new(0, 460, 0, 32)
333Credits.FontSize = Enum.FontSize.Size14
334Credits.Text = "By illremember ¦FE Animations Gui"
335Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
336Credits.TextSize = 14
337Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
338Credits.TextStrokeTransparency = 0.69999998807907
339Credits.TextWrapped = true
340
341ScrollingFrame.Parent = MainFrame
342ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
343ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
344ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
345ScrollingFrame.ScrollBarThickness = 13
346
347FullSwing.Name = "FullSwing"
348FullSwing.Parent = ScrollingFrame
349FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
350FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
351FullSwing.Position = UDim2.new(0, 17, 0, 322)
352FullSwing.Size = UDim2.new(0, 119, 0, 34)
353FullSwing.Font = Enum.Font.Highway
354FullSwing.FontSize = Enum.FontSize.Size24
355FullSwing.Text = "Full Swing"
356FullSwing.TextSize = 20
357FullSwing.TextWrapped = true
358
359GlitchLevitate.Name = "GlitchLevitate"
360GlitchLevitate.Parent = ScrollingFrame
361GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
362GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
363GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
364GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
365GlitchLevitate.Font = Enum.Font.Highway
366GlitchLevitate.FontSize = Enum.FontSize.Size24
367GlitchLevitate.Text = "Glitch Levitate"
368GlitchLevitate.TextSize = 20
369GlitchLevitate.TextWrapped = true
370
371MoonDance.Name = "MoonDance"
372MoonDance.Parent = ScrollingFrame
373MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
374MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
375MoonDance.Position = UDim2.new(0, 319, 0, 280)
376MoonDance.Size = UDim2.new(0, 119, 0, 34)
377MoonDance.Font = Enum.Font.Highway
378MoonDance.FontSize = Enum.FontSize.Size24
379MoonDance.Text = "Moon Dance"
380MoonDance.TextSize = 20
381MoonDance.TextWrapped = true
382
383FullPunch.Name = "FullPunch"
384FullPunch.Parent = ScrollingFrame
385FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
386FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
387FullPunch.Position = UDim2.new(0, 17, 0, 280)
388FullPunch.Size = UDim2.new(0, 119, 0, 34)
389FullPunch.Font = Enum.Font.Highway
390FullPunch.FontSize = Enum.FontSize.Size24
391FullPunch.Text = "Full Punch"
392FullPunch.TextSize = 20
393FullPunch.TextWrapped = true
394
395Crouch.Name = "Crouch"
396Crouch.Parent = ScrollingFrame
397Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
398Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
399Crouch.Position = UDim2.new(0, 168, 0, 280)
400Crouch.Size = UDim2.new(0, 119, 0, 34)
401Crouch.Font = Enum.Font.Highway
402Crouch.FontSize = Enum.FontSize.Size24
403Crouch.Text = "Crouch"
404Crouch.TextSize = 20
405Crouch.TextWrapped = true
406
407SpinDance.Name = "SpinDance"
408SpinDance.Parent = ScrollingFrame
409SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
410SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
411SpinDance.Position = UDim2.new(0, 168, 0, 236)
412SpinDance.Size = UDim2.new(0, 119, 0, 34)
413SpinDance.Font = Enum.Font.Highway
414SpinDance.FontSize = Enum.FontSize.Size24
415SpinDance.Text = "Spin Dance"
416SpinDance.TextSize = 20
417SpinDance.TextWrapped = true
418
419FloorFaint.Name = "FloorFaint"
420FloorFaint.Parent = ScrollingFrame
421FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
422FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
423FloorFaint.Position = UDim2.new(0, 17, 0, 236)
424FloorFaint.Size = UDim2.new(0, 119, 0, 34)
425FloorFaint.Font = Enum.Font.Highway
426FloorFaint.FontSize = Enum.FontSize.Size24
427FloorFaint.Text = "Floor Faint"
428FloorFaint.TextSize = 20
429FloorFaint.TextWrapped = true
430
431JumpingJacks.Name = "JumpingJacks"
432JumpingJacks.Parent = ScrollingFrame
433JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
434JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
435JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
436JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
437JumpingJacks.Font = Enum.Font.Highway
438JumpingJacks.FontSize = Enum.FontSize.Size24
439JumpingJacks.Text = "Jumping Jacks"
440JumpingJacks.TextSize = 20
441JumpingJacks.TextWrapped = true
442
443Spinner.Name = "Spinner"
444Spinner.Parent = ScrollingFrame
445Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
446Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
447Spinner.Position = UDim2.new(0, 17, 0, 192)
448Spinner.Size = UDim2.new(0, 119, 0, 34)
449Spinner.Font = Enum.Font.Highway
450Spinner.FontSize = Enum.FontSize.Size24
451Spinner.Text = "Spinner"
452Spinner.TextSize = 20
453Spinner.TextWrapped = true
454
455MegaInsane.Name = "MegaInsane"
456MegaInsane.Parent = ScrollingFrame
457MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
458MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
459MegaInsane.Position = UDim2.new(0, 168, 0, 192)
460MegaInsane.Size = UDim2.new(0, 119, 0, 34)
461MegaInsane.Font = Enum.Font.Highway
462MegaInsane.FontSize = Enum.FontSize.Size24
463MegaInsane.Text = "Mega Insane"
464MegaInsane.TextSize = 20
465MegaInsane.TextWrapped = true
466
467ArmDetach.Name = "ArmDetach"
468ArmDetach.Parent = ScrollingFrame
469ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
470ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
471ArmDetach.Position = UDim2.new(0, 319, 0, 192)
472ArmDetach.Size = UDim2.new(0, 119, 0, 34)
473ArmDetach.Font = Enum.Font.Highway
474ArmDetach.FontSize = Enum.FontSize.Size24
475ArmDetach.Text = "Arm Detach"
476ArmDetach.TextSize = 20
477ArmDetach.TextWrapped = true
478
479WeirdMove.Name = "WeirdMove"
480WeirdMove.Parent = ScrollingFrame
481WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
482WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
483WeirdMove.Position = UDim2.new(0, 168, 0, 148)
484WeirdMove.Size = UDim2.new(0, 119, 0, 34)
485WeirdMove.Font = Enum.Font.Highway
486WeirdMove.FontSize = Enum.FontSize.Size24
487WeirdMove.Text = "Weird Move"
488WeirdMove.TextSize = 20
489WeirdMove.TextWrapped = true
490
491Faint.Name = "Faint"
492Faint.Parent = ScrollingFrame
493Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
494Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
495Faint.Position = UDim2.new(0, 17, 0, 148)
496Faint.Size = UDim2.new(0, 119, 0, 34)
497Faint.Font = Enum.Font.Highway
498Faint.FontSize = Enum.FontSize.Size24
499Faint.Text = "Faint"
500Faint.TextSize = 20
501Faint.TextWrapped = true
502
503CloneIllusion.Name = "CloneIllusion"
504CloneIllusion.Parent = ScrollingFrame
505CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
506CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
507CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
508CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
509CloneIllusion.Font = Enum.Font.Highway
510CloneIllusion.FontSize = Enum.FontSize.Size24
511CloneIllusion.Text = "Clone Illusion"
512CloneIllusion.TextSize = 20
513CloneIllusion.TextWrapped = true
514
515Levitate.Name = "Levitate"
516Levitate.Parent = ScrollingFrame
517Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
518Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
519Levitate.Position = UDim2.new(0, 17, 0, 104)
520Levitate.Size = UDim2.new(0, 119, 0, 34)
521Levitate.Font = Enum.Font.Highway
522Levitate.FontSize = Enum.FontSize.Size24
523Levitate.Text = "Levitate"
524Levitate.TextSize = 20
525Levitate.TextWrapped = true
526
527DinoWalk.Name = "DinoWalk"
528DinoWalk.Parent = ScrollingFrame
529DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
530DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
531DinoWalk.Position = UDim2.new(0, 168, 0, 104)
532DinoWalk.Size = UDim2.new(0, 119, 0, 34)
533DinoWalk.Font = Enum.Font.Highway
534DinoWalk.FontSize = Enum.FontSize.Size24
535DinoWalk.Text = "Dino Walk"
536DinoWalk.TextSize = 20
537DinoWalk.TextWrapped = true
538
539FloorCrawl.Name = "FloorCrawl"
540FloorCrawl.Parent = ScrollingFrame
541FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
542FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
543FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
544FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
545FloorCrawl.Font = Enum.Font.Highway
546FloorCrawl.FontSize = Enum.FontSize.Size24
547FloorCrawl.Text = "Floor Crawl"
548FloorCrawl.TextSize = 20
549FloorCrawl.TextWrapped = true
550
551SwordSlam.Name = "SwordSlam"
552SwordSlam.Parent = ScrollingFrame
553SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
554SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
555SwordSlam.Position = UDim2.new(0, 319, 0, 60)
556SwordSlam.Size = UDim2.new(0, 119, 0, 34)
557SwordSlam.Font = Enum.Font.Highway
558SwordSlam.FontSize = Enum.FontSize.Size24
559SwordSlam.Text = "Sword Slam"
560SwordSlam.TextSize = 20
561SwordSlam.TextWrapped = true
562
563LoopHead.Name = "LoopHead"
564LoopHead.Parent = ScrollingFrame
565LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
566LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
567LoopHead.Position = UDim2.new(0, 168, 0, 60)
568LoopHead.Size = UDim2.new(0, 119, 0, 34)
569LoopHead.Font = Enum.Font.Highway
570LoopHead.FontSize = Enum.FontSize.Size24
571LoopHead.Text = "Loop Head"
572LoopHead.TextSize = 20
573LoopHead.TextWrapped = true
574
575HeroJump.Name = "HeroJump"
576HeroJump.Parent = ScrollingFrame
577HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
578HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
579HeroJump.Position = UDim2.new(0, 17, 0, 60)
580HeroJump.Size = UDim2.new(0, 119, 0, 34)
581HeroJump.Font = Enum.Font.Highway
582HeroJump.FontSize = Enum.FontSize.Size24
583HeroJump.Text = "Hero Jump"
584HeroJump.TextSize = 20
585HeroJump.TextWrapped = true
586
587Insane.Name = "Insane"
588Insane.Parent = ScrollingFrame
589Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
590Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
591Insane.Position = UDim2.new(0, 319, 0, 16)
592Insane.Size = UDim2.new(0, 119, 0, 34)
593Insane.Font = Enum.Font.Highway
594Insane.FontSize = Enum.FontSize.Size24
595Insane.Text = "Insane"
596Insane.TextSize = 20
597Insane.TextWrapped = true
598
599FloatingHead.Name = "FloatingHead"
600FloatingHead.Parent = ScrollingFrame
601FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
602FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
603FloatingHead.Position = UDim2.new(0, 168, 0, 16)
604FloatingHead.Size = UDim2.new(0, 119, 0, 34)
605FloatingHead.Font = Enum.Font.Highway
606FloatingHead.FontSize = Enum.FontSize.Size24
607FloatingHead.Text = "Floating Head"
608FloatingHead.TextSize = 20
609FloatingHead.TextWrapped = true
610
611HeadThrow.Name = "HeadThrow"
612HeadThrow.Parent = ScrollingFrame
613HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
614HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
615HeadThrow.Position = UDim2.new(0, 17, 0, 16)
616HeadThrow.Size = UDim2.new(0, 119, 0, 34)
617HeadThrow.Font = Enum.Font.Highway
618HeadThrow.FontSize = Enum.FontSize.Size24
619HeadThrow.Text = "Head Throw"
620HeadThrow.TextSize = 20
621HeadThrow.TextWrapped = true
622
623MovingDance.Name = "MovingDance"
624MovingDance.Parent = ScrollingFrame
625MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
626MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
627MovingDance.Position = UDim2.new(0, 168, 0, 324)
628MovingDance.Size = UDim2.new(0, 119, 0, 34)
629MovingDance.Font = Enum.Font.Highway
630MovingDance.FontSize = Enum.FontSize.Size24
631MovingDance.Text = "Moving Dance"
632MovingDance.TextSize = 20
633MovingDance.TextWrapped = true
634
635SuperPunch.Name = "SuperPunch"
636SuperPunch.Parent = ScrollingFrame
637SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
638SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
639SuperPunch.Position = UDim2.new(0, 168, 0, 366)
640SuperPunch.Size = UDim2.new(0, 119, 0, 34)
641SuperPunch.Font = Enum.Font.Highway
642SuperPunch.FontSize = Enum.FontSize.Size24
643SuperPunch.Text = "Super Punch"
644SuperPunch.TextSize = 20
645SuperPunch.TextWrapped = true
646
647ArmTurbine.Name = "ArmTurbine"
648ArmTurbine.Parent = ScrollingFrame
649ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
650ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
651ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
652ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
653ArmTurbine.Font = Enum.Font.Highway
654ArmTurbine.FontSize = Enum.FontSize.Size24
655ArmTurbine.Text = "Arm Turbine"
656ArmTurbine.TextSize = 20
657ArmTurbine.TextWrapped = true
658
659Dab.Name = "Dab"
660Dab.Parent = ScrollingFrame
661Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
662Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
663Dab.Position = UDim2.new(0, 17, 0, 366)
664Dab.Size = UDim2.new(0, 119, 0, 34)
665Dab.Font = Enum.Font.Highway
666Dab.FontSize = Enum.FontSize.Size24
667Dab.Text = "Dab"
668Dab.TextSize = 20
669Dab.TextWrapped = true
670
671FloatSit.Name = "FloatSit"
672FloatSit.Parent = ScrollingFrame
673FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
674FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
675FloatSit.Position = UDim2.new(0, 168, 0, 410)
676FloatSit.Size = UDim2.new(0, 119, 0, 34)
677FloatSit.Font = Enum.Font.Highway
678FloatSit.FontSize = Enum.FontSize.Size24
679FloatSit.Text = "Float Sit"
680FloatSit.TextSize = 20
681FloatSit.TextWrapped = true
682
683SuperFaint.Name = "SuperFaint"
684SuperFaint.Parent = ScrollingFrame
685SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
686SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
687SuperFaint.Position = UDim2.new(0, 17, 0, 498)
688SuperFaint.Size = UDim2.new(0, 119, 0, 34)
689SuperFaint.Font = Enum.Font.Highway
690SuperFaint.FontSize = Enum.FontSize.Size24
691SuperFaint.Text = "Super Faint"
692SuperFaint.TextSize = 20
693SuperFaint.TextWrapped = true
694
695BarrelRoll.Name = "BarrelRoll"
696BarrelRoll.Parent = ScrollingFrame
697BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
698BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
699BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
700BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
701BarrelRoll.Font = Enum.Font.Highway
702BarrelRoll.FontSize = Enum.FontSize.Size24
703BarrelRoll.Text = "Barrel Roll"
704BarrelRoll.TextSize = 20
705BarrelRoll.TextWrapped = true
706
707Scared.Name = "Scared"
708Scared.Parent = ScrollingFrame
709Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
710Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
711Scared.Position = UDim2.new(0, 319, 0, 454)
712Scared.Size = UDim2.new(0, 119, 0, 34)
713Scared.Font = Enum.Font.Highway
714Scared.FontSize = Enum.FontSize.Size24
715Scared.Text = "Scared"
716Scared.TextSize = 20
717Scared.TextWrapped = true
718
719InsaneArms.Name = "InsaneArms"
720InsaneArms.Parent = ScrollingFrame
721InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
722InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
723InsaneArms.Position = UDim2.new(0, 17, 0, 454)
724InsaneArms.Size = UDim2.new(0, 119, 0, 34)
725InsaneArms.Font = Enum.Font.Highway
726InsaneArms.FontSize = Enum.FontSize.Size24
727InsaneArms.Text = "Insane Arms"
728InsaneArms.TextSize = 20
729InsaneArms.TextWrapped = true
730
731SwordSlice.Name = "SwordSlice"
732SwordSlice.Parent = ScrollingFrame
733SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
734SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
735SwordSlice.Position = UDim2.new(0, 168, 0, 454)
736SwordSlice.Size = UDim2.new(0, 119, 0, 34)
737SwordSlice.Font = Enum.Font.Highway
738SwordSlice.FontSize = Enum.FontSize.Size24
739SwordSlice.Text = "Sword Slice"
740SwordSlice.TextSize = 20
741SwordSlice.TextWrapped = true
742
743SpinDance2.Name = "SpinDance2"
744SpinDance2.Parent = ScrollingFrame
745SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
746SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
747SpinDance2.Position = UDim2.new(0, 168, 0, 498)
748SpinDance2.Size = UDim2.new(0, 119, 0, 34)
749SpinDance2.Font = Enum.Font.Highway
750SpinDance2.FontSize = Enum.FontSize.Size24
751SpinDance2.Text = "Spin Dance 2"
752SpinDance2.TextSize = 20
753SpinDance2.TextWrapped = true
754
755BowDown.Name = "BowDown"
756BowDown.Parent = ScrollingFrame
757BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
758BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
759BowDown.Position = UDim2.new(0, 319, 0, 498)
760BowDown.Size = UDim2.new(0, 119, 0, 34)
761BowDown.Font = Enum.Font.Highway
762BowDown.FontSize = Enum.FontSize.Size24
763BowDown.Text = "Bow Down"
764BowDown.TextSize = 20
765BowDown.TextWrapped = true
766
767LoopSlam.Name = "LoopSlam"
768LoopSlam.Parent = ScrollingFrame
769LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
770LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
771LoopSlam.Position = UDim2.new(0, 17, 0, 410)
772LoopSlam.Size = UDim2.new(0, 119, 0, 34)
773LoopSlam.Font = Enum.Font.Highway
774LoopSlam.FontSize = Enum.FontSize.Size24
775LoopSlam.Text = "Loop Slam"
776LoopSlam.TextSize = 20
777LoopSlam.TextWrapped = true
778
779GuiTopFrame.Name = "Gui TopFrame"
780GuiTopFrame.Parent = MainFrame
781GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
782GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
783GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
784
785CloseGUI.Name = "CloseGUI"
786CloseGUI.Parent = GuiTopFrame
787CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
788CloseGUI.BackgroundTransparency = 1
789CloseGUI.Position = UDim2.new(0, 426, 0, 0)
790CloseGUI.Size = UDim2.new(0, 34, 0, 32)
791CloseGUI.Font = Enum.Font.SourceSans
792CloseGUI.FontSize = Enum.FontSize.Size48
793CloseGUI.Text = "X"
794CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
795CloseGUI.TextSize = 40
796CloseGUI.TextWrapped = true
797
798Title.Name = "Title"
799Title.Parent = GuiTopFrame
800Title.BackgroundColor3 = Color3.new(1, 1, 1)
801Title.BackgroundTransparency = 1
802Title.Size = UDim2.new(0, 460, 0, 32)
803Title.FontSize = Enum.FontSize.Size14
804Title.Text = "¦Energize¦"
805Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
806Title.TextSize = 14
807Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
808Title.TextStrokeTransparency = 0.69999998807907
809Title.TextWrapped = true
810
811CheckR.Name = "CheckR"
812CheckR.Parent = GuiTopFrame
813CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
814CheckR.BackgroundTransparency = 1
815CheckR.Size = UDim2.new(0, 171, 0, 32)
816CheckR.Font = Enum.Font.SourceSansBold
817CheckR.FontSize = Enum.FontSize.Size14
818CheckR.Text = "Text"
819CheckR.TextScaled = true
820CheckR.TextSize = 14
821CheckR.TextWrapped = true
822
823ScrollingFrameR15.Name = "ScrollingFrameR15"
824ScrollingFrameR15.Parent = MainFrame
825ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
826ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
827ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
828ScrollingFrameR15.Visible = false
829ScrollingFrameR15.ScrollBarThickness = 13
830
831CrazySlash.Name = "CrazySlash"
832CrazySlash.Parent = ScrollingFrameR15
833CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
834CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
835CrazySlash.Position = UDim2.new(0, 17, 0, 16)
836CrazySlash.Size = UDim2.new(0, 119, 0, 34)
837CrazySlash.Font = Enum.Font.Highway
838CrazySlash.FontSize = Enum.FontSize.Size24
839CrazySlash.Text = "CrazySlash"
840CrazySlash.TextSize = 20
841CrazySlash.TextWrapped = true
842
843Open.Name = "Open"
844Open.Parent = ScrollingFrameR15
845Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
846Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
847Open.Position = UDim2.new(0, 168, 0, 16)
848Open.Size = UDim2.new(0, 119, 0, 34)
849Open.Font = Enum.Font.Highway
850Open.FontSize = Enum.FontSize.Size24
851Open.Text = "Open"
852Open.TextSize = 20
853Open.TextWrapped = true
854
855R15Spinner.Name = "R15Spinner"
856R15Spinner.Parent = ScrollingFrameR15
857R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
858R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
859R15Spinner.Position = UDim2.new(0, 17, 0, 60)
860R15Spinner.Size = UDim2.new(0, 119, 0, 34)
861R15Spinner.Font = Enum.Font.Highway
862R15Spinner.FontSize = Enum.FontSize.Size24
863R15Spinner.Text = "Spinner"
864R15Spinner.TextSize = 20
865R15Spinner.TextWrapped = true
866
867ArmsOut.Name = "ArmsOut"
868ArmsOut.Parent = ScrollingFrameR15
869ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
870ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
871ArmsOut.Position = UDim2.new(0, 319, 0, 16)
872ArmsOut.Size = UDim2.new(0, 119, 0, 34)
873ArmsOut.Font = Enum.Font.Highway
874ArmsOut.FontSize = Enum.FontSize.Size24
875ArmsOut.Text = "ArmsOut"
876ArmsOut.TextSize = 20
877ArmsOut.TextWrapped = true
878
879FloatSlash.Name = "FloatSlash"
880FloatSlash.Parent = ScrollingFrameR15
881FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
882FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
883FloatSlash.Position = UDim2.new(0, 168, 0, 148)
884FloatSlash.Size = UDim2.new(0, 119, 0, 34)
885FloatSlash.Font = Enum.Font.Highway
886FloatSlash.FontSize = Enum.FontSize.Size24
887FloatSlash.Text = "FloatSlash"
888FloatSlash.TextSize = 20
889FloatSlash.TextWrapped = true
890
891WeirdZombie.Name = "WeirdZombie"
892WeirdZombie.Parent = ScrollingFrameR15
893WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
894WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
895WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
896WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
897WeirdZombie.Font = Enum.Font.Highway
898WeirdZombie.FontSize = Enum.FontSize.Size24
899WeirdZombie.Text = "WeirdZombie"
900WeirdZombie.TextSize = 20
901WeirdZombie.TextWrapped = true
902
903DownSlash.Name = "DownSlash"
904DownSlash.Parent = ScrollingFrameR15
905DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
906DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
907DownSlash.Position = UDim2.new(0, 319, 0, 148)
908DownSlash.Size = UDim2.new(0, 119, 0, 34)
909DownSlash.Font = Enum.Font.Highway
910DownSlash.FontSize = Enum.FontSize.Size24
911DownSlash.Text = "DownSlash"
912DownSlash.TextSize = 20
913DownSlash.TextWrapped = true
914
915Pull.Name = "Pull"
916Pull.Parent = ScrollingFrameR15
917Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
918Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
919Pull.Position = UDim2.new(0, 17, 0, 104)
920Pull.Size = UDim2.new(0, 119, 0, 34)
921Pull.Font = Enum.Font.Highway
922Pull.FontSize = Enum.FontSize.Size24
923Pull.Text = "Pull"
924Pull.TextSize = 20
925Pull.TextWrapped = true
926
927CircleArm.Name = "CircleArm"
928CircleArm.Parent = ScrollingFrameR15
929CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
930CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
931CircleArm.Position = UDim2.new(0, 168, 0, 104)
932CircleArm.Size = UDim2.new(0, 119, 0, 34)
933CircleArm.Font = Enum.Font.Highway
934CircleArm.FontSize = Enum.FontSize.Size24
935CircleArm.Text = "CircleArm"
936CircleArm.TextSize = 20
937CircleArm.TextWrapped = true
938
939Bend.Name = "Bend"
940Bend.Parent = ScrollingFrameR15
941Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
942Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
943Bend.Position = UDim2.new(0, 319, 0, 104)
944Bend.Size = UDim2.new(0, 119, 0, 34)
945Bend.Font = Enum.Font.Highway
946Bend.FontSize = Enum.FontSize.Size24
947Bend.Text = "Bend"
948Bend.TextSize = 20
949Bend.TextWrapped = true
950
951RotateSlash.Name = "RotateSlash"
952RotateSlash.Parent = ScrollingFrameR15
953RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
954RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
955RotateSlash.Position = UDim2.new(0, 319, 0, 60)
956RotateSlash.Size = UDim2.new(0, 119, 0, 34)
957RotateSlash.Font = Enum.Font.Highway
958RotateSlash.FontSize = Enum.FontSize.Size24
959RotateSlash.Text = "RotateSlash"
960RotateSlash.TextSize = 20
961RotateSlash.TextWrapped = true
962
963FlingArms.Name = "FlingArms"
964FlingArms.Parent = ScrollingFrameR15
965FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
966FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
967FlingArms.Position = UDim2.new(0, 168, 0, 60)
968FlingArms.Size = UDim2.new(0, 119, 0, 34)
969FlingArms.Font = Enum.Font.Highway
970FlingArms.FontSize = Enum.FontSize.Size24
971FlingArms.Text = "FlingArms"
972FlingArms.TextSize = 20
973FlingArms.TextWrapped = true
974
975-- Buttons
976col = Color3.new(0.886275, 0.776471, 0.368627)
977loc = Color3.new(1, 0.906471, 0.568627)
978rcol = Color3.new(0.682353, 0.701961, 0.792157)
979rloc = Color3.new(0.882353, 0.901961, 0.992157)
980
981CloseGUI.MouseButton1Click:connect(function()
982MainFrame.Visible = false
983SideFrame.Visible = true
984SideFrame.Position = MainFrame.Position
985end)
986
987OpenGUI.MouseButton1Click:connect(function()
988MainFrame.Visible = true
989SideFrame.Visible = false
990MainFrame.Position = SideFrame.Position
991end)
992
993if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
994 ScrollingFrame.Visible = false
995 ScrollingFrameR15.Visible = true
996 CheckR.Text = "Showing R15 Animations"
997else
998 ScrollingFrame.Visible = true
999 ScrollingFrameR15.Visible = false
1000 CheckR.Text = "Showing R6 Animations"
1001end
1002
1003local Anim = Instance.new("Animation")
1004Anim.AnimationId = "rbxassetid://35154961"
1005local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1006local HeadThrowACTIVE = false
1007HeadThrow.MouseButton1Click:connect(function()
1008 HeadThrowACTIVE = not HeadThrowACTIVE
1009 if HeadThrowACTIVE then
1010 HeadThrow.BackgroundColor3 = loc
1011 while wait() do
1012 if track.IsPlaying == false then
1013 if HeadThrowACTIVE then
1014 track:Play(.1, 1, 1)
1015 end
1016 end
1017 end
1018 else
1019 track:Stop()
1020 HeadThrow.BackgroundColor3 = col
1021 end
1022end)
1023
1024local Anim = Instance.new("Animation")
1025Anim.AnimationId = "rbxassetid://121572214"
1026local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1027local FloatingHeadACTIVE = false
1028FloatingHead.MouseButton1Click:connect(function()
1029 FloatingHeadACTIVE = not FloatingHeadACTIVE
1030 if FloatingHeadACTIVE then
1031 track:Play(.1, 1, 1)
1032 FloatingHead.BackgroundColor3 = loc
1033 else
1034 track:Stop()
1035 FloatingHead.BackgroundColor3 = col
1036 end
1037end)
1038
1039local Anim = Instance.new("Animation")
1040Anim.AnimationId = "rbxassetid://182724289"
1041local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1042local CrouchACTIVE = false
1043Crouch.MouseButton1Click:connect(function()
1044 CrouchACTIVE = not CrouchACTIVE
1045 if CrouchACTIVE then
1046 track:Play(.1, 1, 1)
1047 Crouch.BackgroundColor3 = loc
1048 else
1049 track:Stop()
1050 Crouch.BackgroundColor3 = col
1051 end
1052end)
1053
1054local Anim = Instance.new("Animation")
1055Anim.AnimationId = "rbxassetid://282574440"
1056local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1057local FloorCrawlACTIVE = false
1058FloorCrawl.MouseButton1Click:connect(function()
1059 FloorCrawlACTIVE = not FloorCrawlACTIVE
1060 if FloorCrawlACTIVE then
1061 track:Play(.1, 1, 1)
1062 FloorCrawl.BackgroundColor3 = loc
1063 else
1064 track:Stop()
1065 FloorCrawl.BackgroundColor3 = col
1066 end
1067end)
1068
1069local Anim = Instance.new("Animation")
1070Anim.AnimationId = "rbxassetid://204328711"
1071local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1072local DinoWalkACTIVE = false
1073DinoWalk.MouseButton1Click:connect(function()
1074 DinoWalkACTIVE = not DinoWalkACTIVE
1075 if DinoWalkACTIVE then
1076 track:Play(.1, 1, 1)
1077 DinoWalk.BackgroundColor3 = loc
1078 else
1079 track:Stop()
1080 DinoWalk.BackgroundColor3 = col
1081 end
1082end)
1083
1084local Anim = Instance.new("Animation")
1085Anim.AnimationId = "rbxassetid://429681631"
1086local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1087local JumpingJacksACTIVE = false
1088JumpingJacks.MouseButton1Click:connect(function()
1089 JumpingJacksACTIVE = not JumpingJacksACTIVE
1090 if JumpingJacksACTIVE then
1091 track:Play(.1, 1, 1)
1092 JumpingJacks.BackgroundColor3 = loc
1093 else
1094 track:Stop()
1095 JumpingJacks.BackgroundColor3 = col
1096 end
1097end)
1098
1099local Anim = Instance.new("Animation")
1100Anim.AnimationId = "rbxassetid://35154961"
1101local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1102local LoopHeadACTIVE = false
1103LoopHead.MouseButton1Click:connect(function()
1104 LoopHeadACTIVE = not LoopHeadACTIVE
1105 if LoopHeadACTIVE then
1106 LoopHead.BackgroundColor3 = loc
1107 while wait() do
1108 if track.IsPlaying == false then
1109 if LoopHeadACTIVE then
1110 track:Play(.5, 1, 1e6)
1111 end
1112 end
1113 end
1114 else
1115 track:Stop()
1116 LoopHead.BackgroundColor3 = col
1117 end
1118end)
1119
1120local Anim = Instance.new("Animation")
1121Anim.AnimationId = "rbxassetid://184574340"
1122local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1123local HeroJumpACTIVE = false
1124HeroJump.MouseButton1Click:connect(function()
1125 HeroJumpACTIVE = not HeroJumpACTIVE
1126 if HeroJumpACTIVE then
1127 HeroJump.BackgroundColor3 = loc
1128 while wait() do
1129 if track.IsPlaying == false then
1130 if HeroJumpACTIVE then
1131 track:Play(.1, 1, 1)
1132 end
1133 end
1134 end
1135 else
1136 track:Stop()
1137 HeroJump.BackgroundColor3 = col
1138 end
1139end)
1140
1141local Anim = Instance.new("Animation")
1142Anim.AnimationId = "rbxassetid://181526230"
1143local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1144local FaintACTIVE = false
1145Faint.MouseButton1Click:connect(function()
1146 FaintACTIVE = not FaintACTIVE
1147 if FaintACTIVE then
1148 track:Play(.1, 1, 1)
1149 Faint.BackgroundColor3 = loc
1150 else
1151 track:Stop()
1152 Faint.BackgroundColor3 = col
1153 end
1154end)
1155
1156local Anim = Instance.new("Animation")
1157Anim.AnimationId = "rbxassetid://181525546"
1158local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1159local FloorFaintACTIVE = false
1160FloorFaint.MouseButton1Click:connect(function()
1161 FloorFaintACTIVE = not FloorFaintACTIVE
1162 if FloorFaintACTIVE then
1163 FloorFaint.BackgroundColor3 = loc
1164 while wait() do
1165 if track.IsPlaying == false then
1166 if FloorFaintACTIVE then
1167 track:Play(.1, 1, 2)
1168 end
1169 end
1170 end
1171 else
1172 track:Stop()
1173 FloorFaint.BackgroundColor3 = col
1174 end
1175end)
1176
1177local Anim = Instance.new("Animation")
1178Anim.AnimationId = "rbxassetid://181525546"
1179local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1180local SuperFaintACTIVE = false
1181SuperFaint.MouseButton1Click:connect(function()
1182 SuperFaintACTIVE = not SuperFaintACTIVE
1183 if SuperFaintACTIVE then
1184 SuperFaint.BackgroundColor3 = loc
1185 while wait() do
1186 if track.IsPlaying == false then
1187 if SuperFaintACTIVE then
1188 track:Play(.1, 0.5, 40)
1189 end
1190 end
1191 end
1192 else
1193 track:Stop()
1194 SuperFaint.BackgroundColor3 = col
1195 end
1196end)
1197
1198local Anim = Instance.new("Animation")
1199Anim.AnimationId = "rbxassetid://313762630"
1200local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1201local LevitateACTIVE = false
1202Levitate.MouseButton1Click:connect(function()
1203 LevitateACTIVE = not LevitateACTIVE
1204 if LevitateACTIVE then
1205 track:Play(.1, 1, 1)
1206 Levitate.BackgroundColor3 = loc
1207 else
1208 track:Stop()
1209 Levitate.BackgroundColor3 = col
1210 end
1211end)
1212
1213local Anim = Instance.new("Animation")
1214Anim.AnimationId = "rbxassetid://183412246"
1215local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1216local DabACTIVE = false
1217Dab.MouseButton1Click:connect(function()
1218 DabACTIVE = not DabACTIVE
1219 if DabACTIVE then
1220 Dab.BackgroundColor3 = loc
1221 while wait() do
1222 if track.IsPlaying == false then
1223 if DabACTIVE then
1224 track:Play(.1, 1, 1)
1225 end
1226 end
1227 end
1228 else
1229 track:Stop()
1230 Dab.BackgroundColor3 = col
1231 end
1232end)
1233
1234local Anim = Instance.new("Animation")
1235Anim.AnimationId = "rbxassetid://188632011"
1236local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1237local SpinACTIVE = false
1238Spinner.MouseButton1Click:connect(function()
1239 SpinACTIVE = not SpinACTIVE
1240 if SpinACTIVE then
1241 Spinner.BackgroundColor3 = loc
1242 while wait() do
1243 if track.IsPlaying == false then
1244 if SpinACTIVE then
1245 track:Play(.1, 1, 2)
1246 end
1247 end
1248 end
1249 else
1250 track:Stop()
1251 Spinner.BackgroundColor3 = col
1252 end
1253end)
1254
1255local Anim = Instance.new("Animation")
1256Anim.AnimationId = "rbxassetid://179224234"
1257local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1258local FloatSitACTIVE = false
1259FloatSit.MouseButton1Click:connect(function()
1260 FloatSitACTIVE = not FloatSitACTIVE
1261 if FloatSitACTIVE then
1262 track:Play(.1, 1, 1)
1263 FloatSit.BackgroundColor3 = loc
1264 else
1265 track:Stop()
1266 FloatSit.BackgroundColor3 = col
1267 end
1268end)
1269
1270local Anim = Instance.new("Animation")
1271Anim.AnimationId = "rbxassetid://429703734"
1272local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1273local MovingDanceACTIVE = false
1274MovingDance.MouseButton1Click:connect(function()
1275 MovingDanceACTIVE = not MovingDanceACTIVE
1276 if MovingDanceACTIVE then
1277 MovingDance.BackgroundColor3 = loc
1278 while wait() do
1279 if track.IsPlaying == false then
1280 if MovingDanceACTIVE then
1281 track:Play(.1, 1, 1)
1282 end
1283 end
1284 end
1285 else
1286 track:Stop()
1287 MovingDance.BackgroundColor3 = col
1288 end
1289end)
1290
1291local Anim = Instance.new("Animation")
1292Anim.AnimationId = "rbxassetid://215384594"
1293local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1294local WeirdMoveACTIVE = false
1295WeirdMove.MouseButton1Click:connect(function()
1296 WeirdMoveACTIVE = not WeirdMoveACTIVE
1297 if WeirdMoveACTIVE then
1298 track:Play(.1, 1, 1)
1299 WeirdMove.BackgroundColor3 = loc
1300 else
1301 track:Stop()
1302 WeirdMove.BackgroundColor3 = col
1303 end
1304end)
1305
1306local Anim = Instance.new("Animation")
1307Anim.AnimationId = "rbxassetid://215384594"
1308local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1309local CloneIllusionACTIVE = false
1310CloneIllusion.MouseButton1Click:connect(function()
1311 CloneIllusionACTIVE = not CloneIllusionACTIVE
1312 if CloneIllusionACTIVE then
1313 track:Play(.5, 1, 1e7)
1314 CloneIllusion.BackgroundColor3 = loc
1315 else
1316 track:Stop()
1317 CloneIllusion.BackgroundColor3 = col
1318 end
1319end)
1320
1321local Anim = Instance.new("Animation")
1322Anim.AnimationId = "rbxassetid://313762630"
1323local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1324local GlitchLevitateACTIVE = false
1325GlitchLevitate.MouseButton1Click:connect(function()
1326 GlitchLevitateACTIVE = not GlitchLevitateACTIVE
1327 if GlitchLevitateACTIVE then
1328 track:Play(.5, 1, 1e7)
1329 GlitchLevitate.BackgroundColor3 = loc
1330 else
1331 track:Stop()
1332 GlitchLevitate.BackgroundColor3 = col
1333 end
1334end)
1335
1336local Anim = Instance.new("Animation")
1337Anim.AnimationId = "rbxassetid://429730430"
1338local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1339local SpinDanceACTIVE = false
1340SpinDance.MouseButton1Click:connect(function()
1341 SpinDanceACTIVE = not SpinDanceACTIVE
1342 if SpinDanceACTIVE then
1343 SpinDance.BackgroundColor3 = loc
1344 while wait() do
1345 if track.IsPlaying == false then
1346 if SpinDanceACTIVE then
1347 track:Play(.1, 1, 1)
1348 end
1349 end
1350 end
1351 else
1352 track:Stop()
1353 SpinDance.BackgroundColor3 = col
1354 end
1355end)
1356
1357local Anim = Instance.new("Animation")
1358Anim.AnimationId = "rbxassetid://45834924"
1359local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1360local MoonDanceACTIVE = false
1361MoonDance.MouseButton1Click:connect(function()
1362 MoonDanceACTIVE = not MoonDanceACTIVE
1363 if MoonDanceACTIVE then
1364 MoonDance.BackgroundColor3 = loc
1365 while wait() do
1366 if track.IsPlaying == false then
1367 if MoonDanceACTIVE then
1368 track:Play(.1, 1, 1)
1369 end
1370 end
1371 end
1372 else
1373 track:Stop()
1374 MoonDance.BackgroundColor3 = col
1375 end
1376end)
1377
1378local Anim = Instance.new("Animation")
1379Anim.AnimationId = "rbxassetid://204062532"
1380local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1381local FullPunchACTIVE = false
1382FullPunch.MouseButton1Click:connect(function()
1383 FullPunchACTIVE = not FullPunchACTIVE
1384 if FullPunchACTIVE then
1385 FullPunch.BackgroundColor3 = loc
1386 while wait() do
1387 if track.IsPlaying == false then
1388 if FullPunchACTIVE then
1389 track:Play(.1, 1, 1)
1390 end
1391 end
1392 end
1393 else
1394 track:Stop()
1395 FullPunch.BackgroundColor3 = col
1396 end
1397end)
1398
1399local Anim = Instance.new("Animation")
1400Anim.AnimationId = "rbxassetid://186934910"
1401local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1402local SpinDance2ACTIVE = false
1403SpinDance2.MouseButton1Click:connect(function()
1404 SpinDance2ACTIVE = not SpinDance2ACTIVE
1405 if SpinDance2ACTIVE then
1406 SpinDance2.BackgroundColor3 = loc
1407 while wait() do
1408 if track.IsPlaying == false then
1409 if SpinDance2ACTIVE then
1410 track:Play(.1, 1, 1)
1411 end
1412 end
1413 end
1414 else
1415 track:Stop()
1416 SpinDance2.BackgroundColor3 = col
1417 end
1418end)
1419
1420local Anim = Instance.new("Animation")
1421Anim.AnimationId = "rbxassetid://204292303"
1422local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1423local BowDownACTIVE = false
1424BowDown.MouseButton1Click:connect(function()
1425 BowDownACTIVE = not BowDownACTIVE
1426 if BowDownACTIVE then
1427 BowDown.BackgroundColor3 = loc
1428 while wait() do
1429 if track.IsPlaying == false then
1430 if BowDownACTIVE then
1431 track:Play(.1, 1, 3)
1432 end
1433 end
1434 end
1435 else
1436 track:Stop()
1437 BowDown.BackgroundColor3 = col
1438 end
1439end)
1440
1441local Anim = Instance.new("Animation")
1442Anim.AnimationId = "rbxassetid://204295235"
1443local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1444local SwordSlamACTIVE = false
1445SwordSlam.MouseButton1Click:connect(function()
1446 SwordSlamACTIVE = not SwordSlamACTIVE
1447 if SwordSlamACTIVE then
1448 SwordSlam.BackgroundColor3 = loc
1449 while wait() do
1450 if track.IsPlaying == false then
1451 if SwordSlamACTIVE then
1452 track:Play(.1, 1, 1)
1453 end
1454 end
1455 end
1456 else
1457 track:Stop()
1458 SwordSlam.BackgroundColor3 = col
1459 end
1460end)
1461
1462local Anim = Instance.new("Animation")
1463Anim.AnimationId = "rbxassetid://204295235"
1464local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1465local LoopSlamACTIVE = false
1466LoopSlam.MouseButton1Click:connect(function()
1467 LoopSlamACTIVE = not LoopSlamACTIVE
1468 if LoopSlamACTIVE then
1469 LoopSlam.BackgroundColor3 = loc
1470 while wait() do
1471 if track.IsPlaying == false then
1472 if LoopSlamACTIVE then
1473 track:Play(.1, 1, 1e4)
1474 end
1475 end
1476 end
1477 else
1478 track:Stop()
1479 LoopSlam.BackgroundColor3 = col
1480 end
1481end)
1482
1483local Anim = Instance.new("Animation")
1484Anim.AnimationId = "rbxassetid://184574340"
1485local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1486local MegaInsaneACTIVE = false
1487MegaInsane.MouseButton1Click:connect(function()
1488 MegaInsaneACTIVE = not MegaInsaneACTIVE
1489 if MegaInsaneACTIVE then
1490 MegaInsane.BackgroundColor3 = loc
1491 while wait() do
1492 if track.IsPlaying == false then
1493 if MegaInsaneACTIVE then
1494 track:Play(.1, 0.5, 40)
1495 end
1496 end
1497 end
1498 else
1499 track:Stop()
1500 MegaInsane.BackgroundColor3 = col
1501 end
1502end)
1503
1504local Anim = Instance.new("Animation")
1505Anim.AnimationId = "rbxassetid://126753849"
1506local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1507local SuperPunchACTIVE = false
1508SuperPunch.MouseButton1Click:connect(function()
1509 SuperPunchACTIVE = not SuperPunchACTIVE
1510 if SuperPunchACTIVE then
1511 SuperPunch.BackgroundColor3 = loc
1512 while wait() do
1513 if track.IsPlaying == false then
1514 if SuperPunchACTIVE then
1515 track:Play(.1, 1, 3)
1516 end
1517 end
1518 end
1519 else
1520 track:Stop()
1521 SuperPunch.BackgroundColor3 = col
1522 end
1523end)
1524
1525local Anim = Instance.new("Animation")
1526Anim.AnimationId = "rbxassetid://218504594"
1527local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1528local FullSwingACTIVE = false
1529FullSwing.MouseButton1Click:connect(function()
1530 FullSwingACTIVE = not FullSwingACTIVE
1531 if FullSwingACTIVE then
1532 FullSwing.BackgroundColor3 = loc
1533 while wait() do
1534 if track.IsPlaying == false then
1535 if FullSwingACTIVE then
1536 track:Play(.1, 1, 1)
1537 end
1538 end
1539 end
1540 else
1541 track:Stop()
1542 FullSwing.BackgroundColor3 = col
1543 end
1544end)
1545
1546local Anim = Instance.new("Animation")
1547Anim.AnimationId = "rbxassetid://259438880"
1548local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1549local ArmTurbineACTIVE = false
1550ArmTurbine.MouseButton1Click:connect(function()
1551 ArmTurbineACTIVE = not ArmTurbineACTIVE
1552 if ArmTurbineACTIVE then
1553 track:Play(.1, 1, 1e3)
1554 ArmTurbine.BackgroundColor3 = loc
1555 else
1556 track:Stop()
1557 ArmTurbine.BackgroundColor3 = col
1558 end
1559end)
1560
1561local Anim = Instance.new("Animation")
1562Anim.AnimationId = "rbxassetid://136801964"
1563local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1564local BarrelRollACTIVE = false
1565BarrelRoll.MouseButton1Click:connect(function()
1566 BarrelRollACTIVE = not BarrelRollACTIVE
1567 if BarrelRollACTIVE then
1568 BarrelRoll.BackgroundColor3 = loc
1569 while wait() do
1570 if track.IsPlaying == false then
1571 if BarrelRollACTIVE then
1572 track:Play(.1, 1, 1)
1573 end
1574 end
1575 end
1576 else
1577 track:Stop()
1578 BarrelRoll.BackgroundColor3 = col
1579 end
1580end)
1581
1582local Anim = Instance.new("Animation")
1583Anim.AnimationId = "rbxassetid://180612465"
1584local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1585local ScaredACTIVE = false
1586Scared.MouseButton1Click:connect(function()
1587 ScaredACTIVE = not ScaredACTIVE
1588 if ScaredACTIVE then
1589 Scared.BackgroundColor3 = loc
1590 while wait() do
1591 if track.IsPlaying == false then
1592 if ScaredACTIVE then
1593 track:Play(.1, 1, 1)
1594 end
1595 end
1596 end
1597 else
1598 track:Stop()
1599 Scared.BackgroundColor3 = col
1600 end
1601end)
1602
1603local Anim = Instance.new("Animation")
1604Anim.AnimationId = "rbxassetid://33796059"
1605local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1606local InsaneACTIVE = false
1607Insane.MouseButton1Click:connect(function()
1608 InsaneACTIVE = not InsaneACTIVE
1609 if InsaneACTIVE then
1610 track:Play(.1, 1, 1e8)
1611 Insane.BackgroundColor3 = loc
1612 else
1613 track:Stop()
1614 Insane.BackgroundColor3 = col
1615 end
1616end)
1617
1618local Anim = Instance.new("Animation")
1619Anim.AnimationId = "rbxassetid://33169583"
1620local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1621local ArmDetachACTIVE = false
1622ArmDetach.MouseButton1Click:connect(function()
1623 ArmDetachACTIVE = not ArmDetachACTIVE
1624 if ArmDetachACTIVE then
1625 ArmDetach.BackgroundColor3 = loc
1626 while wait() do
1627 if track.IsPlaying == false then
1628 if ArmDetachACTIVE then
1629 track:Play(.1, 1, 1e6)
1630 end
1631 end
1632 end
1633 else
1634 track:Stop()
1635 ArmDetach.BackgroundColor3 = col
1636 end
1637end)
1638
1639local Anim = Instance.new("Animation")
1640Anim.AnimationId = "rbxassetid://35978879"
1641local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1642local SwordSliceACTIVE = false
1643SwordSlice.MouseButton1Click:connect(function()
1644 SwordSliceACTIVE = not SwordSliceACTIVE
1645 if SwordSliceACTIVE then
1646 track:Play(.1, 1, 1)
1647 SwordSlice.BackgroundColor3 = loc
1648 else
1649 track:Stop()
1650 SwordSlice.BackgroundColor3 = col
1651 end
1652end)
1653
1654local Anim = Instance.new("Animation")
1655Anim.AnimationId = "rbxassetid://27432691"
1656local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1657local InsaneArmsACTIVE = false
1658InsaneArms.MouseButton1Click:connect(function()
1659 InsaneArmsACTIVE = not InsaneArmsACTIVE
1660 if InsaneArmsACTIVE then
1661 InsaneArms.BackgroundColor3 = loc
1662 while wait() do
1663 if track.IsPlaying == false then
1664 if InsaneArmsACTIVE then
1665 track:Play(.1, 1, 1e4)
1666 end
1667 end
1668 end
1669 else
1670 track:Stop()
1671 InsaneArms.BackgroundColor3 = col
1672 end
1673end)
1674-- R15
1675local Anim = Instance.new("Animation")
1676Anim.AnimationId = "rbxassetid://674871189"
1677local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1678local CrazySlashACTIVE = false
1679CrazySlash.MouseButton1Click:connect(function()
1680 CrazySlashACTIVE = not CrazySlashACTIVE
1681 if CrazySlashACTIVE then
1682 CrazySlash.BackgroundColor3 = rloc
1683 while wait() do
1684 if track.IsPlaying == false then
1685 if CrazySlashACTIVE then
1686 track:Play(.1, 1, 1)
1687 end
1688 end
1689 end
1690 else
1691 track:Stop()
1692 CrazySlash.BackgroundColor3 = rcol
1693 end
1694end)
1695
1696local Anim = Instance.new("Animation")
1697Anim.AnimationId = "rbxassetid://582855105"
1698local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1699local OpenACTIVE = false
1700Open.MouseButton1Click:connect(function()
1701 OpenACTIVE = not OpenACTIVE
1702 if OpenACTIVE then
1703 Open.BackgroundColor3 = rloc
1704 while wait() do
1705 if track.IsPlaying == false then
1706 if OpenACTIVE then
1707 track:Play(.1, 1, 1)
1708 end
1709 end
1710 end
1711 else
1712 track:Stop()
1713 Open.BackgroundColor3 = rcol
1714 end
1715end)
1716
1717local Anim = Instance.new("Animation")
1718Anim.AnimationId = "rbxassetid://754658275"
1719local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1720local R15SpinnerACTIVE = false
1721R15Spinner.MouseButton1Click:connect(function()
1722 R15SpinnerACTIVE = not R15SpinnerACTIVE
1723 if R15SpinnerACTIVE then
1724 R15Spinner.BackgroundColor3 = rloc
1725 while wait() do
1726 if track.IsPlaying == false then
1727 if R15SpinnerACTIVE then
1728 track:Play(.1, 1, 1)
1729 end
1730 end
1731 end
1732 else
1733 track:Stop()
1734 R15Spinner.BackgroundColor3 = rcol
1735 end
1736end)
1737
1738local Anim = Instance.new("Animation")
1739Anim.AnimationId = "rbxassetid://582384156"
1740local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1741local ArmsOutACTIVE = false
1742ArmsOut.MouseButton1Click:connect(function()
1743 ArmsOutACTIVE = not ArmsOutACTIVE
1744 if ArmsOutACTIVE then
1745 ArmsOut.BackgroundColor3 = rloc
1746 while wait() do
1747 if track.IsPlaying == false then
1748 if ArmsOutACTIVE then
1749 track:Play(.1, 1, 1)
1750 end
1751 end
1752 end
1753 else
1754 track:Stop()
1755 ArmsOut.BackgroundColor3 = rcol
1756 end
1757end)
1758
1759local Anim = Instance.new("Animation")
1760Anim.AnimationId = "rbxassetid://717879555"
1761local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1762local FloatSlashACTIVE = false
1763FloatSlash.MouseButton1Click:connect(function()
1764 FloatSlashACTIVE = not FloatSlashACTIVE
1765 if FloatSlashACTIVE then
1766 FloatSlash.BackgroundColor3 = rloc
1767 while wait() do
1768 if track.IsPlaying == false then
1769 if FloatSlashACTIVE then
1770 track:Play(.1, 1, 1)
1771 end
1772 end
1773 end
1774 else
1775 track:Stop()
1776 FloatSlash.BackgroundColor3 = rcol
1777 end
1778end)
1779
1780local Anim = Instance.new("Animation")
1781Anim.AnimationId = "rbxassetid://708553116"
1782local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1783WeirdZombieACTIVE = false
1784WeirdZombie.MouseButton1Click:connect(function()
1785 WeirdZombieACTIVE = not WeirdZombieACTIVE
1786 if WeirdZombieACTIVE then
1787 WeirdZombie.BackgroundColor3 = rloc
1788 while wait() do
1789 if track.IsPlaying == false then
1790 if WeirdZombieACTIVE then
1791 track:Play(.1, 1, 1)
1792 end
1793 end
1794 end
1795 else
1796 track:Stop()
1797 WeirdZombie.BackgroundColor3 = rcol
1798 end
1799end)
1800
1801local Anim = Instance.new("Animation")
1802Anim.AnimationId = "rbxassetid://746398327"
1803local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1804DownSlashACTIVE = false
1805DownSlash.MouseButton1Click:connect(function()
1806 DownSlashACTIVE = not DownSlashACTIVE
1807 if DownSlashACTIVE then
1808 DownSlash.BackgroundColor3 = rloc
1809 while wait() do
1810 if track.IsPlaying == false then
1811 if DownSlashACTIVE then
1812 track:Play(.1, 1, 1)
1813 end
1814 end
1815 end
1816 else
1817 track:Stop()
1818 DownSlash.BackgroundColor3 = rcol
1819 end
1820end)
1821
1822local Anim = Instance.new("Animation")
1823Anim.AnimationId = "rbxassetid://675025795"
1824local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1825PullACTIVE = false
1826Pull.MouseButton1Click:connect(function()
1827 PullACTIVE = not PullACTIVE
1828 if PullACTIVE then
1829 Pull.BackgroundColor3 = rloc
1830 while wait() do
1831 if track.IsPlaying == false then
1832 if PullACTIVE then
1833 track:Play(.1, 1, 1)
1834 end
1835 end
1836 end
1837 else
1838 track:Stop()
1839 Pull.BackgroundColor3 = rcol
1840 end
1841end)
1842
1843local Anim = Instance.new("Animation")
1844Anim.AnimationId = "rbxassetid://698251653"
1845local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1846CircleArmACTIVE = false
1847CircleArm.MouseButton1Click:connect(function()
1848 CircleArmACTIVE = not CircleArmACTIVE
1849 if CircleArmACTIVE then
1850 CircleArm.BackgroundColor3 = rloc
1851 while wait() do
1852 if track.IsPlaying == false then
1853 if CircleArmACTIVE then
1854 track:Play(.1, 1, 1)
1855 end
1856 end
1857 end
1858 else
1859 track:Stop()
1860 CircleArm.BackgroundColor3 = rcol
1861 end
1862end)
1863
1864local Anim = Instance.new("Animation")
1865Anim.AnimationId = "rbxassetid://696096087"
1866local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1867BendACTIVE = false
1868Bend.MouseButton1Click:connect(function()
1869 BendACTIVE = not BendACTIVE
1870 if BendACTIVE then
1871 Bend.BackgroundColor3 = rloc
1872 while wait() do
1873 if track.IsPlaying == false then
1874 if BendACTIVE then
1875 track:Play(.1, 1, 1)
1876 end
1877 end
1878 end
1879 else
1880 track:Stop()
1881 Bend.BackgroundColor3 = rcol
1882 end
1883end)
1884
1885local Anim = Instance.new("Animation")
1886Anim.AnimationId = "rbxassetid://675025570"
1887local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1888RotateSlashACTIVE = false
1889RotateSlash.MouseButton1Click:connect(function()
1890 RotateSlashACTIVE = not RotateSlashACTIVE
1891 if RotateSlashACTIVE then
1892 RotateSlash.BackgroundColor3 = rloc
1893 while wait() do
1894 if track.IsPlaying == false then
1895 if RotateSlashACTIVE then
1896 track:Play(.1, 1, 1)
1897 end
1898 end
1899 end
1900 else
1901 track:Stop()
1902 RotateSlash.BackgroundColor3 = rcol
1903 end
1904end)
1905
1906local Anim = Instance.new("Animation")
1907Anim.AnimationId = "rbxassetid://754656200"
1908local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
1909FlingArmsACTIVE = false
1910FlingArms.MouseButton1Click:connect(function()
1911 FlingArmsACTIVE = not FlingArmsACTIVE
1912 if FlingArmsACTIVE then
1913 FlingArms.BackgroundColor3 = rloc
1914 while wait() do
1915 if track.IsPlaying == false then
1916 if FlingArmsACTIVE then
1917 track:Play(.1, 1, 10)
1918 end
1919 end
1920 end
1921 else
1922 track:Stop()
1923 FlingArms.BackgroundColor3 = rcol
1924 end
1925end)
1926
1927-- Finished update!
1928end)
1929
1930OOFsong.Name = "OOF song"
1931OOFsong.Parent = Main
1932OOFsong.BackgroundColor3 = Color3.new(0, 0, 0.498039)
1933OOFsong.Position = UDim2.new(0.776786029, 0, 0.201140165, 0)
1934OOFsong.Size = UDim2.new(0, 93, 0, 187)
1935OOFsong.Font = Enum.Font.SourceSans
1936OOFsong.Text = "Creeper, Aw Man"
1937OOFsong.TextColor3 = Color3.new(0, 0, 0)
1938OOFsong.TextSize = 22
1939OOFsong.TextWrapped = true
1940OOFsong.MouseButton1Down:connect(function()
1941 local tbl_main =
1942{
1943 "Invisibility"
1944}
1945game:GetService("Workspace").Events.ChangeVabil:FireServer(unpack(tbl_main))
1946wait(0.001)
1947 game.Workspace.Events.Vampire.Invisibility:FireServer(true, "http://www.roblox.com/asset?id=3295654382", "http://www.roblox.com/asset?id=3295654382")
1948end)
1949
1950AlbertScreaming.Name = "Albert Screaming"
1951AlbertScreaming.Parent = Main
1952AlbertScreaming.BackgroundColor3 = Color3.new(0, 0, 0.498039)
1953AlbertScreaming.Position = UDim2.new(0.0642111152, 0, 0.295709997, 0)
1954AlbertScreaming.Size = UDim2.new(0, 347, 0, 66)
1955AlbertScreaming.Font = Enum.Font.SourceSans
1956AlbertScreaming.Text = "Albert Screaming!"
1957AlbertScreaming.TextColor3 = Color3.new(0, 0, 0)
1958AlbertScreaming.TextSize = 24
1959AlbertScreaming.TextWrapped = true
1960AlbertScreaming.MouseButton1Down:connect(function()
1961 local tbl_main =
1962{
1963 "Invisibility"
1964}
1965game:GetService("Workspace").Events.ChangeVabil:FireServer(unpack(tbl_main))
1966wait(0.001)
1967 game.Workspace.Events.Vampire.Invisibility:FireServer(true, "http://www.roblox.com/asset?id=2562510225", "http://www.roblox.com/asset?id=2562510225")
1968end)
1969
1970Close.Name = "Close"
1971Close.Parent = Main
1972Close.BackgroundColor3 = Color3.new(0.333333, 0, 0)
1973Close.Position = UDim2.new(0.847601414, 0, 0.0104388297, 0)
1974Close.Size = UDim2.new(0, 57, 0, 39)
1975Close.Font = Enum.Font.SourceSans
1976Close.Text = "X"
1977Close.TextColor3 = Color3.new(0, 0, 0)
1978Close.TextScaled = true
1979Close.TextSize = 14
1980Close.TextWrapped = true
1981Close.MouseButton1Down:connect(function()
1982 Main.Visible = false
1983 Open.Visible = true
1984end)
1985
1986Open.Name = "Open"
1987Open.Parent = VampireHunters2Gui
1988Open.BackgroundColor3 = Color3.new(1, 1, 1)
1989Open.Position = UDim2.new(0.0205223877, 0, 0.577224374, 0)
1990Open.Size = UDim2.new(0, 80, 0, 28)
1991Open.Visible = true
1992Open.Font = Enum.Font.SourceSans
1993Open.Text = "Open"
1994Open.TextColor3 = Color3.new(0, 0, 0)
1995Open.TextSize = 14
1996Open.MouseButton1Down:connect(function()
1997 Main.Visible = true
1998 Open.Visible = false
1999end)
2000
2001FToTP.Name = "FToTP"
2002FToTP.Parent = Main
2003FToTP.BackgroundColor3 = Color3.new(0, 0, 0.498039)
2004FToTP.Position = UDim2.new(0.433133721, 0, 0.250580788, 0)
2005FToTP.Size = UDim2.new(0, 163, 0, 50)
2006FToTP.Font = Enum.Font.SourceSans
2007FToTP.Text = "F To TP"
2008FToTP.TextColor3 = Color3.new(0, 0, 0)
2009FToTP.TextSize = 24
2010FToTP.MouseButton1Down:connect(function()
2011 plr = game.Players.LocalPlayer
2012
2013hum = plr.Character.HumanoidRootPart
2014
2015mouse = plr:GetMouse()
2016
2017
2018
2019mouse.KeyDown:connect(function(key)
2020
2021if key == "f" then
2022
2023if mouse.Target then
2024
2025hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
2026
2027end
2028
2029end
2030end)
2031end)
2032-- Scripts:
2033
2034
2035-- Creator: illremember#3799
2036
2037-- Credits to infinite yield, harkinian, dex creators
2038
2039prefix = ";"
2040wait(0.3)
2041Commands = {
2042 '[-] cmdbar is shown when ; is pressed.',
2043 '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
2044 '[2] bring [plr] -- You need a tool! Will bring player to you',
2045 '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
2046 '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
2047 '[5] attach [plr] -- You need a tool! Attaches you to player',
2048 '[6] unattach [plr] -- Attempts to unattach you from a player',
2049 '[7] follow [plr] -- Makes you follow behind the player',
2050 '[8] unfollow',
2051 '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
2052 '[10] trail [plr] -- The opposite of follow, you stay infront of player',
2053 '[11] untrail',
2054 '[12] orbit [plr] -- Makes you orbit the player',
2055 '[13] unorbit',
2056 '[14] fling [plr] -- Makes you fling the player',
2057 '[15] unfling',
2058 '[16] fecheck -- Checks if the game is FE or not',
2059 '[17] void [plr] -- Teleports player to the void',
2060 '[18] noclip -- Gives you noclip to walk through walls',
2061 '[19] clip -- Removes noclip',
2062 '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
2063 '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
2064 '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
2065 '[23] default -- Changes your speed, jumppower and hipheight to default values',
2066 '[24] annoy [plr] -- Loop teleports you to the player',
2067 '[25] unannoy',
2068 '[26] headwalk [plr] -- Loop teleports you to the player head',
2069 '[27] unheadwalk',
2070 '[28] nolimbs -- Removes your arms and legs',
2071 '[29] god -- Gives you FE Godmode',
2072 '[30] drophats -- Drops your accessories',
2073 '[31] droptool -- Drops any tool you have equipped',
2074 '[32] loopdhats -- Loop drops your accessories',
2075 '[33] unloopdhats',
2076 '[34] loopdtool -- Loop drops any tools you have equipped',
2077 '[35] unloopdtool',
2078 '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
2079 '[37] view [plr] -- Changes your camera to the player character',
2080 '[38] unview',
2081 '[39] goto [plr] -- Teleports you to player',
2082 '[40] fly -- Allows you to fly, credit to Infinite Yield',
2083 '[41] unfly',
2084 '[42] chat [msg] -- Makes you chat a message',
2085 '[43] spam [msg] -- Spams a message',
2086 '[44] unspam',
2087 '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
2088 '[46] pmspam [plr] -- Spams a player in private message',
2089 '[47] unpmspam',
2090 '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
2091 '[49] uncfreeze [plr]',
2092 '[50] unlockws -- Unlocks the workspace',
2093 '[51] lockws -- Locks the workspace',
2094 '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
2095 '[53] pstand -- Enables platform stand',
2096 '[54] unpstand -- Disables platform stand',
2097 '[55] blockhead -- Removes your head mesh',
2098 '[56] sit',
2099 '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
2100 '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
2101 '[59] hypertotal -- Loads in my FE GUI Hypertotal',
2102 '[60] cmds -- Prints all commands',
2103 '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
2104 '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
2105 '[63] spinner -- Makes you spin',
2106 '[64] nospinner',
2107 '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
2108 '[66] noreach -- Removes reach, must have tool equipped',
2109 '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
2110 '[68] tp me [plr] -- Alternative to goto',
2111 '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
2112 '[70] uncbring',
2113 '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
2114 '[72] givetool [plr] -- Gives the tool you have equipped to the player',
2115 '[73] glitch [plr] -- Glitches you and the player, looks very cool',
2116 '[74] unglitch -- Unglitches you',
2117 '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
2118 '[76] explorer -- Loads up DEX',
2119 '[77] reset -- Resets your character.',
2120 '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
2121 '[79] animgui -- Loads up Energize animations GUI',
2122 '[80] savepos -- Saves your current position',
2123 '[81] loadpos -- Teleports you to your saved position',
2124 '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
2125 '[83] unbang',
2126 '[84] delcmdbar -- Removes the command bar completely',
2127 '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
2128 '[86] shutdown -- Uses harkinians script to shutdown server',
2129 '[87] respawn -- If grespawn doesnt work you can use respawn',
2130 '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
2131 '[89] getplrs -- Prints all players in game',
2132 '[90] deldecal -- Deletes all decals client sided',
2133 '[91] opfinality -- Loads in my FE GUI Opfinality',
2134 '[92] remotes -- Prints all remotes in the game in the console when added',
2135 '[93] noremotes -- Stops printing remotes',
2136 '[94] tpdefault -- Stops all loop teleports to a player',
2137 '[95] stopsit -- Will not allow you to sit',
2138 '[96] gosit -- Allows you to sit',
2139 '[97] clicktp -- Enables click tp',
2140 '[98] noclicktp -- Disables click tp',
2141 '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
2142 '[100] toolsoff -- Stops ;toolson',
2143 '[101] version -- Gets the admin version',
2144 '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
2145 '[103] gravity [num] -- Changes workspace gravity default is 196.2',
2146 '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
2147 '[105] clickdel -- Delete any block you press q on, client sided',
2148 '[106] noclickdel -- Stops clickdel',
2149 '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
2150 '[108] unlooprhats -- Stops loop removing mesh',
2151 '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
2152 '[110] unlooprtool -- Stops loop removing mesh',
2153 '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
2154 '[112] age [plr] -- Makes you chat the account age of the player',
2155 '[113] id [plr] -- Makes you chat the account ID of the player',
2156 '[114] .age [plr] -- Privately shows you the account age of the player',
2157 '[115] .id [plr] -- Privately shows you the account ID of the player',
2158 '[116] gameid -- Shows the game ID',
2159 '[117] removeinvis -- Removes all invisible walls/parts, client sided',
2160 '[118] removefog -- Removes fog, client sided',
2161 '[119] disable -- Disables your character by removing humanoid',
2162 '[120] enable -- Enables your character by adding humanoid',
2163 '[121] prefix [key] -- Changes the prefix used, default is ;',
2164 '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
2165 '[123] flyspeed [num] -- Change your fly speed, default is 1',
2166 '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
2167 '[125] uncarpet -- Stops carpet player',
2168 '[126] stare [plr] -- Turns your character to stare at another player',
2169 '[127] unstare -- Stops stare player',
2170 '[128] logchat -- Logs all chat (including /e and whispers) of all players',
2171 '[129] unlogchat -- Disables logchat',
2172 '[130] fixcam -- Fixes/resets your camera',
2173 '[131] unstate -- Stops changing state',
2174}
2175speedget = 1
2176
2177lplayer = game:GetService("Players").LocalPlayer
2178
2179lplayer.CharacterAdded:Connect(function(character)
2180 spin = false
2181 flying = false
2182 staring = false
2183 banpl = false
2184end)
2185
2186function change()
2187 prefix = prefix
2188 speedfly = speedfly
2189end
2190
2191function GetPlayer(String) -- Credit to Timeless/xFunnieuss
2192 local Found = {}
2193 local strl = String:lower()
2194 if strl == "all" then
2195 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2196 table.insert(Found,v)
2197 end
2198 elseif strl == "others" then
2199 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2200 if v.Name ~= lplayer.Name then
2201 table.insert(Found,v)
2202 end
2203 end
2204 elseif strl == "me" then
2205 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2206 if v.Name == lplayer.Name then
2207 table.insert(Found,v)
2208 end
2209 end
2210 else
2211 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2212 if v.Name:lower():sub(1, #String) == String:lower() then
2213 table.insert(Found,v)
2214 end
2215 end
2216 end
2217 return Found
2218end
2219
2220local Mouse = lplayer:GetMouse()
2221
2222spin = false
2223followed = false
2224traill = false
2225noclip = false
2226annoying = false
2227hwalk = false
2228droppinghats = false
2229droppingtools = false
2230flying = false
2231spamdelay = 1
2232spamming = false
2233spammingpm = false
2234cbringing = false
2235remotes = true
2236added = true
2237binds = false
2238stopsitting = false
2239clickgoto = false
2240gettingtools = false
2241removingmeshhats = false
2242removingmeshtool = false
2243clickdel = false
2244staring = false
2245chatlogs = false
2246banpl = false
2247changingstate = false
2248statechosen = 0
2249
2250adminversion = "Reviz Admin by illremember, Version 2.0"
2251
2252flying = false
2253speedfly = 1
2254
2255function plrchat(plr, chat)
2256print(plr.Name..": "..tick().."\n"..chat)
2257end
2258
2259for i,v in pairs(game:GetService("Players"):GetPlayers()) do
2260v.Chatted:connect(function(chat)
2261if chatlogs then
2262plrchat(v, chat)
2263end
2264end)
2265end
2266game:GetService("Players").PlayerAdded:connect(function(plr)
2267plr.Chatted:connect(function(chat)
2268if chatlogs then
2269plrchat(plr, chat)
2270end
2271end)
2272end)
2273
2274
2275local ScreenGui = Instance.new("ScreenGui")
2276local Frame = Instance.new("Frame")
2277local CMDBAR = Instance.new("TextBox")
2278ScreenGui.Parent = game:GetService("CoreGui")
2279Frame.Parent = ScreenGui
2280Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
2281Frame.BackgroundTransparency = 0.3
2282Frame.Position = UDim2.new(0.5, 0, 0, 10)
2283Frame.Size = UDim2.new(0, 200, 0, 40)
2284Frame.Active = true
2285Frame.Draggable = true
2286CMDBAR.Name = "CMDBAR"
2287CMDBAR.Parent = Frame
2288CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2289CMDBAR.BackgroundTransparency = 0.20000000298023
2290CMDBAR.Size = UDim2.new(0, 180, 0, 20)
2291CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
2292CMDBAR.Font = Enum.Font.SourceSansLight
2293CMDBAR.FontSize = Enum.FontSize.Size14
2294CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
2295CMDBAR.TextScaled = true
2296CMDBAR.TextSize = 14
2297CMDBAR.TextWrapped = true
2298CMDBAR.Text = "Press ; to type, Enter to execute"
2299
2300local CMDS = Instance.new("ScreenGui")
2301local CMDSFRAME = Instance.new("Frame")
2302local ScrollingFrame = Instance.new("ScrollingFrame")
2303local TextLabel = Instance.new("TextLabel")
2304local closegui = Instance.new("TextButton")
2305CMDS.Name = "CMDS"
2306CMDS.Parent = game:GetService("CoreGui")
2307CMDSFRAME.Name = "CMDSFRAME"
2308CMDSFRAME.Parent = CMDS
2309CMDSFRAME.Active = true
2310CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
2311CMDSFRAME.BorderSizePixel = 0
2312CMDSFRAME.Draggable = true
2313CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
2314CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
2315CMDSFRAME.Visible = false
2316ScrollingFrame.Parent = CMDSFRAME
2317ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
2318ScrollingFrame.BorderSizePixel = 0
2319ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
2320ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
2321ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
2322TextLabel.Parent = ScrollingFrame
2323TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
2324TextLabel.BackgroundTransparency = 1
2325TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
2326TextLabel.Font = Enum.Font.SourceSans
2327TextLabel.FontSize = Enum.FontSize.Size18
2328TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
2329TextLabel.TextColor3 = Color3.new(1, 1, 1)
2330TextLabel.TextSize = 15
2331TextLabel.TextWrapped = true
2332TextLabel.TextXAlignment = Enum.TextXAlignment.Left
2333TextLabel.TextYAlignment = Enum.TextYAlignment.Top
2334closegui.Name = "closegui"
2335closegui.Parent = CMDSFRAME
2336closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
2337closegui.BorderSizePixel = 0
2338closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
2339closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
2340closegui.Font = Enum.Font.SourceSansBold
2341closegui.FontSize = Enum.FontSize.Size24
2342closegui.Text = "X"
2343closegui.TextColor3 = Color3.new(1, 1, 1)
2344closegui.TextSize = 20
2345
2346closegui.MouseButton1Click:connect(function()
2347 CMDSFRAME.Visible = false
2348end)
2349
2350game:GetService('RunService').Stepped:connect(function()
2351 if spin then
2352 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
2353 end
2354 if followed then
2355 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
2356 end
2357 if traill then
2358 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
2359 end
2360 if annoying then
2361 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
2362 end
2363 if hwalk then
2364 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
2365 end
2366 if staring then
2367 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
2368 end
2369end)
2370game:GetService('RunService').Stepped:connect(function()
2371 if noclip then
2372 if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
2373 lplayer.Character.Head.CanCollide = false
2374 lplayer.Character.Torso.CanCollide = false
2375 lplayer.Character["Left Leg"].CanCollide = false
2376 lplayer.Character["Right Leg"].CanCollide = false
2377 else
2378 lplayer.Character.Humanoid:ChangeState(11)
2379 end
2380 end
2381 if changingstate then
2382 lplayer.Character.Humanoid:ChangeState(statechosen)
2383 end
2384end)
2385game:GetService('RunService').Stepped:connect(function()
2386 if droppinghats then
2387 for i,v in pairs(lplayer.Character:GetChildren()) do
2388 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2389 v.Parent = workspace
2390 end
2391 end
2392 end
2393 if droppingtools then
2394 for i,v in pairs(lplayer.Character:GetChildren()) do
2395 if (v:IsA("Tool")) then
2396 v.Parent = workspace
2397 end
2398 end
2399 end
2400 if removingmeshhats then
2401 for i,v in pairs(lplayer.Character:GetChildren()) do
2402 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2403 v.Handle.Mesh:Destroy()
2404 end
2405 end
2406 end
2407 if removingmeshtool then
2408 for i,v in pairs(lplayer.Character:GetChildren()) do
2409 if (v:IsA("Tool")) then
2410 v.Handle.Mesh:Destroy()
2411 end
2412 end
2413 end
2414end)
2415game:GetService('RunService').Stepped:connect(function()
2416 if banpl then
2417 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
2418 end
2419end)
2420game:GetService('RunService').Stepped:connect(function()
2421 if stopsitting then
2422 lplayer.Character.Humanoid.Sit = false
2423 end
2424end)
2425
2426plr = lplayer
2427hum = plr.Character.HumanoidRootPart
2428mouse = plr:GetMouse()
2429mouse.KeyDown:connect(function(key)
2430 if key == "e" then
2431 if mouse.Target then
2432 if clickgoto then
2433 hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
2434 elseif clickdel then
2435 mouse.Target:Destroy()
2436 end
2437 end
2438 end
2439end)
2440
2441game:GetService("Workspace").ChildAdded:connect(function(part)
2442 if gettingtools then
2443 if part:IsA("Tool") then
2444 part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2445 end
2446 end
2447end)
2448
2449lplayer.Chatted:Connect(function(msg)
2450 if string.sub(msg, 1, 6) == (prefix.."kill ") then
2451 if string.sub(msg, 7) == "me" then
2452 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
2453 else
2454 for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
2455 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2456 lplayer.Character.Humanoid.Name = 1
2457 local l = lplayer.Character["1"]:Clone()
2458 l.Parent = lplayer.Character
2459 l.Name = "Humanoid"
2460 wait(0.1)
2461 lplayer.Character["1"]:Destroy()
2462 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2463 lplayer.Character.Animate.Disabled = true
2464 wait(0.1)
2465 lplayer.Character.Animate.Disabled = false
2466 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2467 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2468 lplayer.Character.Humanoid:EquipTool(v)
2469 end
2470 local function tp(player,player2)
2471 local char1,char2=player.Character,player2.Character
2472 if char1 and char2 then
2473 char1:MoveTo(char2.Head.Position)
2474 end
2475 end
2476 wait(0.1)
2477 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2478 wait(0.2)
2479 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2480 wait(0.5)
2481 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
2482 wait(0.7)
2483 tp(lplayer,game:GetService("Players")[v.Name])
2484 wait(0.7)
2485 lplayer.Character.HumanoidRootPart.CFrame = NOW
2486 game:GetService("StarterGui"):SetCore("SendNotification", {
2487 Title = "Tools needed!";
2488 Text = "You need a tool in your backpack for this command!";
2489 })
2490 end
2491 end
2492 end
2493 if string.sub(msg, 1, 7) == (prefix.."bring ") then
2494 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
2495 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2496 lplayer.Character.Humanoid.Name = 1
2497 local l = lplayer.Character["1"]:Clone()
2498 l.Parent = lplayer.Character
2499 l.Name = "Humanoid"
2500 wait(0.1)
2501 lplayer.Character["1"]:Destroy()
2502 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2503 lplayer.Character.Animate.Disabled = true
2504 wait(0.1)
2505 lplayer.Character.Animate.Disabled = false
2506 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2507 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2508 lplayer.Character.Humanoid:EquipTool(v)
2509 end
2510 local function tp(player,player2)
2511 local char1,char2=player.Character,player2.Character
2512 if char1 and char2 then
2513 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
2514 end
2515 end
2516 local function getout(player,player2)
2517 local char1,char2=player.Character,player2.Character
2518 if char1 and char2 then
2519 char1:MoveTo(char2.Head.Position)
2520 end
2521 end
2522 tp(game:GetService("Players")[v.Name], lplayer)
2523 wait(0.2)
2524 tp(game:GetService("Players")[v.Name], lplayer)
2525 wait(0.5)
2526 lplayer.Character.HumanoidRootPart.CFrame = NOW
2527 wait(0.5)
2528 getout(lplayer, game:GetService("Players")[v.Name])
2529 wait(0.3)
2530 lplayer.Character.HumanoidRootPart.CFrame = NOW
2531 game:GetService("StarterGui"):SetCore("SendNotification", {
2532 Title = "Tools needed!";
2533 Text = "You need a tool in your backpack for this command!";
2534 })
2535 end
2536 end
2537 if string.sub(msg, 1, 6) == (prefix.."spin ") then
2538 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2539 lplayer.Character.Humanoid.Name = 1
2540 local l = lplayer.Character["1"]:Clone()
2541 l.Parent = lplayer.Character
2542 l.Name = "Humanoid"
2543 wait(0.1)
2544 lplayer.Character["1"]:Destroy()
2545 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2546 lplayer.Character.Animate.Disabled = true
2547 wait(0.1)
2548 lplayer.Character.Animate.Disabled = false
2549 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2550 lplayer.Character.Animate.Disabled = false
2551 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2552 lplayer.Character.Humanoid:EquipTool(v)
2553 end
2554 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2555 spinplr = v
2556 wait(0.5)
2557 spin = true
2558 game:GetService("StarterGui"):SetCore("SendNotification", {
2559 Title = "Tools needed!";
2560 Text = "You need a tool in your backpack for this command!";
2561 })
2562 end
2563 end
2564 if string.sub(msg, 1, 7) == (prefix.."unspin") then
2565 spin = false
2566 end
2567 if string.sub(msg, 1, 8) == (prefix.."attach ") then
2568 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2569 lplayer.Character.Humanoid.Name = 1
2570 local l = lplayer.Character["1"]:Clone()
2571 l.Parent = lplayer.Character
2572 l.Name = "Humanoid"
2573 wait(0.1)
2574 lplayer.Character["1"]:Destroy()
2575 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2576 lplayer.Character.Animate.Disabled = true
2577 wait(0.1)
2578 lplayer.Character.Animate.Disabled = false
2579 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2580 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2581 lplayer.Character.Humanoid:EquipTool(v)
2582 end
2583 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2584 wait(0.3)
2585 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
2586 attplr = v
2587 game:GetService("StarterGui"):SetCore("SendNotification", {
2588 Title = "Tools needed!";
2589 Text = "You need a tool in your backpack for this command!";
2590 })
2591 end
2592 end
2593 if string.sub(msg, 1, 10) == (prefix.."unattach ") then
2594 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
2595 local function getout(player,player2)
2596 local char1,char2=player.Character,player2.Character
2597 if char1 and char2 then
2598 char1:MoveTo(char2.Head.Position)
2599 end
2600 end
2601 getout(lplayer, game:GetService("Players")[v.Name])
2602 end
2603 end
2604 if string.sub(msg, 1, 8) == (prefix.."follow ") then
2605 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
2606 followed = true
2607 flwplr = v
2608 end
2609 end
2610 if string.sub(msg, 1, 9) == (prefix.."unfollow") then
2611 followed = false
2612 end
2613 if string.sub(msg, 1, 10) == (prefix.."freefall ") then
2614 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
2615 local NOW = lplayer.Character.HumanoidRootPart.CFrame
2616 lplayer.Character.Humanoid.Name = 1
2617 local l = lplayer.Character["1"]:Clone()
2618 l.Parent = lplayer.Character
2619 l.Name = "Humanoid"
2620 wait(0.1)
2621 lplayer.Character["1"]:Destroy()
2622 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2623 lplayer.Character.Animate.Disabled = true
2624 wait(0.1)
2625 lplayer.Character.Animate.Disabled = false
2626 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2627 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2628 lplayer.Character.Humanoid:EquipTool(v)
2629 end
2630 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2631 wait(0.2)
2632 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2633 wait(0.6)
2634 lplayer.Character.HumanoidRootPart.CFrame = NOW
2635 wait(0.6)
2636 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
2637 game:GetService("StarterGui"):SetCore("SendNotification", {
2638 Title = "Tools needed!";
2639 Text = "You need a tool in your backpack for this command!";
2640 })
2641 end
2642 end
2643 if string.sub(msg, 1, 7) == (prefix.."trail ") then
2644 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2645 traill = true
2646 trlplr = v
2647 end
2648 end
2649 if string.sub(msg, 1, 8) == (prefix.."untrail") then
2650 traill = false
2651 end
2652 if string.sub(msg, 1, 7) == (prefix.."orbit ") then
2653 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
2654 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2655 else
2656 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2657 local o = Instance.new("RocketPropulsion")
2658 o.Parent = lplayer.Character.HumanoidRootPart
2659 o.Name = "Orbit"
2660 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2661 o:Fire()
2662 noclip = true
2663 end
2664 end
2665 end
2666 if string.sub(msg, 1, 8) == (prefix.."unorbit") then
2667 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
2668 noclip = false
2669 end
2670 if string.sub(msg, 1, 7) == (prefix.."fling ") then
2671 if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
2672 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
2673 else
2674 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2675 local y = Instance.new("RocketPropulsion")
2676 y.Parent = lplayer.Character.HumanoidRootPart
2677 y.CartoonFactor = 1
2678 y.MaxThrust = 800000
2679 y.MaxSpeed = 1000
2680 y.ThrustP = 200000
2681 y.Name = "Fling"
2682 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2683 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
2684 y:Fire()
2685 noclip = true
2686 end
2687 end
2688 end
2689 if string.sub(msg, 1, 8) == (prefix.."unfling") then
2690 noclip = false
2691 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2692 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2693 wait(0.4)
2694 lplayer.Character.HumanoidRootPart.Fling:Destroy()
2695 end
2696 if string.sub(msg, 1, 8) == (prefix.."fecheck") then
2697 if game:GetService("Workspace").FilteringEnabled == true then
2698 warn("FE is Enabled (Filtering Enabled)")
2699 game:GetService("StarterGui"):SetCore("SendNotification", {
2700 Title = "FE is Enabled";
2701 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
2702 })
2703 else
2704 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
2705 game:GetService("StarterGui"):SetCore("SendNotification", {
2706 Title = "FE is Disabled";
2707 Text = "Filtering Disabled. Consider using a different admin script.";
2708 })
2709 end
2710 end
2711 if string.sub(msg, 1, 6) == (prefix.."void ") then
2712 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2713 lplayer.Character.Humanoid.Name = 1
2714 local l = lplayer.Character["1"]:Clone()
2715 l.Parent = lplayer.Character
2716 l.Name = "Humanoid"
2717 wait(0.1)
2718 lplayer.Character["1"]:Destroy()
2719 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2720 lplayer.Character.Animate.Disabled = true
2721 wait(0.1)
2722 lplayer.Character.Animate.Disabled = false
2723 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2724 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
2725 lplayer.Character.Humanoid:EquipTool(v)
2726 end
2727 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2728 wait(0.2)
2729 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2730 wait(0.6)
2731 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
2732 game:GetService("StarterGui"):SetCore("SendNotification", {
2733 Title = "Tools needed!";
2734 Text = "You need a tool in your backpack for this command!";
2735 })
2736 end
2737 end
2738 if string.sub(msg, 1, 7) == (prefix.."noclip") then
2739 noclip = true
2740 game:GetService("StarterGui"):SetCore("SendNotification", {
2741 Title = "Noclip enabled";
2742 Text = "Type ;clip to disable";
2743 })
2744 end
2745 if string.sub(msg, 1, 5) == (prefix.."clip") then
2746 noclip = false
2747 game:GetService("StarterGui"):SetCore("SendNotification", {
2748 Title = "Noclip disabled";
2749 Text = "Type ;noclip to enable";
2750 })
2751 end
2752 if string.sub(msg, 1, 7) == (prefix.."speed ") then
2753 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
2754 end
2755 if string.sub(msg, 1, 4) == (prefix.."ws ") then
2756 lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
2757 end
2758 if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
2759 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
2760 end
2761 if string.sub(msg, 1, 4) == (prefix.."hh ") then
2762 lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
2763 end
2764 if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
2765 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
2766 end
2767 if string.sub(msg, 1, 4) == (prefix.."jp ") then
2768 lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
2769 end
2770 if string.sub(msg, 1, 8) == (prefix.."default") then
2771 lplayer.Character.Humanoid.JumpPower = 50
2772 lplayer.Character.Humanoid.WalkSpeed = 16
2773 lplayer.Character.Humanoid.HipHeight = 0
2774 end
2775 if string.sub(msg, 1, 7) == (prefix.."annoy ") then
2776 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
2777 annoying = true
2778 annplr = v
2779 end
2780 end
2781 if string.sub(msg, 1, 8) == (prefix.."unannoy") then
2782 annoying = false
2783 end
2784 if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
2785 for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
2786 hwalk = true
2787 hdwplr = v
2788 end
2789 end
2790 if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
2791 hwalk = false
2792 end
2793 if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
2794 lplayer.Character["Left Leg"]:Destroy()
2795 lplayer.Character["Left Arm"]:Destroy()
2796 lplayer.Character["Right Leg"]:Destroy()
2797 lplayer.Character["Right Arm"]:Destroy()
2798 end
2799 if string.sub(msg, 1, 4) == (prefix.."god") then
2800 lplayer.Character.Humanoid.Name = 1
2801 local l = lplayer.Character["1"]:Clone()
2802 l.Parent = lplayer.Character
2803 l.Name = "Humanoid"
2804 wait(0.1)
2805 lplayer.Character["1"]:Destroy()
2806 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
2807 lplayer.Character.Animate.Disabled = true
2808 wait(0.1)
2809 lplayer.Character.Animate.Disabled = false
2810 lplayer.Character.Humanoid.DisplayDistanceType = "None"
2811 game:GetService("StarterGui"):SetCore("SendNotification", {
2812 Title = "FE Godmode enabled";
2813 Text = "Use ;grespawn or ;respawn to remove";
2814 })
2815 end
2816 if string.sub(msg, 1, 9) == (prefix.."drophats") then
2817 for i,v in pairs(lplayer.Character:GetChildren()) do
2818 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
2819 v.Parent = workspace
2820 end
2821 end
2822 end
2823 if string.sub(msg, 1, 9) == (prefix.."droptool") then
2824 for i,v in pairs(lplayer.Character:GetChildren()) do
2825 if (v:IsA("Tool")) then
2826 v.Parent = workspace
2827 end
2828 end
2829 end
2830 if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
2831 droppinghats = true
2832 game:GetService("StarterGui"):SetCore("SendNotification", {
2833 Title = "Loop Drop Enabled";
2834 Text = "Type ;unloopdhats to disable";
2835 })
2836 end
2837 if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
2838 droppinghats = false
2839 game:GetService("StarterGui"):SetCore("SendNotification", {
2840 Title = "Loop Drop Disabled";
2841 Text = "Type ;loopdhats to enable.";
2842 })
2843 end
2844 if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
2845 droppingtools = true
2846 game:GetService("StarterGui"):SetCore("SendNotification", {
2847 Title = "Loop Drop Enabled";
2848 Text = "Type ;unloopdtool to disable";
2849 })
2850 end
2851 if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
2852 droppingtools = false
2853 game:GetService("StarterGui"):SetCore("SendNotification", {
2854 Title = "Loop Drop Disabled";
2855 Text = "Type ;loopdtool to enable.";
2856 })
2857 end
2858 if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
2859 Local = game:GetService('Players').LocalPlayer
2860 Char = Local.Character
2861 touched,tpdback = false, false
2862 box = Instance.new('Part',workspace)
2863 box.Anchored = true
2864 box.CanCollide = true
2865 box.Size = Vector3.new(10,1,10)
2866 box.Position = Vector3.new(0,10000,0)
2867 box.Touched:connect(function(part)
2868 if (part.Parent.Name == Local.Name) then
2869 if touched == false then
2870 touched = true
2871 function apply()
2872 if script.Disabled ~= true then
2873 no = Char.HumanoidRootPart:Clone()
2874 wait(.25)
2875 Char.HumanoidRootPart:Destroy()
2876 no.Parent = Char
2877 Char:MoveTo(loc)
2878 touched = false
2879 end end
2880 if Char then
2881 apply()
2882 end
2883 end
2884 end
2885 end)
2886 repeat wait() until Char
2887 loc = Char.HumanoidRootPart.Position
2888 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
2889 game:GetService("StarterGui"):SetCore("SendNotification", {
2890 Title = "Invisibility enabled!";
2891 Text = "Reset or use ;respawn to remove.";
2892 })
2893 end
2894 if string.sub(msg, 1, 6) == (prefix.."view ") then
2895 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2896 if game:GetService("Players")[v.Name].Character.Humanoid then
2897 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
2898 else
2899 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
2900 end
2901 end
2902 end
2903 if string.sub(msg, 1, 7) == (prefix.."unview") then
2904 if lplayer.Character.Humanoid then
2905 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
2906 else
2907 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
2908 end
2909 end
2910 if string.sub(msg, 1, 6) == (prefix.."goto ") then
2911 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
2912 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
2913 end
2914 end
2915 if string.sub(msg, 1, 4) == (prefix.."fly") then
2916 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
2917 repeat wait() until Mouse
2918
2919 local T = lplayer.Character.HumanoidRootPart
2920 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
2921 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2922 local SPEED = speedget
2923
2924 local function fly()
2925 flying = true
2926 local BG = Instance.new('BodyGyro', T)
2927 local BV = Instance.new('BodyVelocity', T)
2928 BG.P = 9e4
2929 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
2930 BG.cframe = T.CFrame
2931 BV.velocity = Vector3.new(0, 0.1, 0)
2932 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
2933 spawn(function()
2934 repeat wait()
2935 lplayer.Character.Humanoid.PlatformStand = true
2936 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
2937 SPEED = 50
2938 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
2939 SPEED = 0
2940 end
2941 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
2942 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2943 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
2944 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
2945 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
2946 else
2947 BV.velocity = Vector3.new(0, 0.1, 0)
2948 end
2949 BG.cframe = workspace.CurrentCamera.CoordinateFrame
2950 until not flying
2951 CONTROL = {F = 0, B = 0, L = 0, R = 0}
2952 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
2953 SPEED = 0
2954 BG:destroy()
2955 BV:destroy()
2956 lplayer.Character.Humanoid.PlatformStand = false
2957 end)
2958 end
2959 Mouse.KeyDown:connect(function(KEY)
2960 if KEY:lower() == 'w' then
2961 CONTROL.F = speedfly
2962 elseif KEY:lower() == 's' then
2963 CONTROL.B = -speedfly
2964 elseif KEY:lower() == 'a' then
2965 CONTROL.L = -speedfly
2966 elseif KEY:lower() == 'd' then
2967 CONTROL.R = speedfly
2968 end
2969 end)
2970 Mouse.KeyUp:connect(function(KEY)
2971 if KEY:lower() == 'w' then
2972 CONTROL.F = 0
2973 elseif KEY:lower() == 's' then
2974 CONTROL.B = 0
2975 elseif KEY:lower() == 'a' then
2976 CONTROL.L = 0
2977 elseif KEY:lower() == 'd' then
2978 CONTROL.R = 0
2979 end
2980 end)
2981 fly()
2982 end
2983 if string.sub(msg, 1, 6) == (prefix.."unfly") then
2984 flying = false
2985 lplayer.Character.Humanoid.PlatformStand = false
2986 end
2987 if string.sub(msg, 1, 6) == (prefix.."chat ") then
2988 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
2989 end
2990 if string.sub(msg, 1, 6) == (prefix.."spam ") then
2991 spamtext = (string.sub(msg, 7))
2992 spamming = true
2993 end
2994 if string.sub(msg, 1, 7) == (prefix.."unspam") then
2995 spamming = false
2996 end
2997 if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
2998 spamdelay = (string.sub(msg, 11))
2999 end
3000 if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
3001 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3002 pmspammed = v.Name
3003 spammingpm = true
3004 end
3005 end
3006 if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
3007 spammingpm = false
3008 end
3009 if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
3010 for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
3011 v.Character["Left Leg"].Anchored = true
3012 v.Character["Left Arm"].Anchored = true
3013 v.Character["Right Leg"].Anchored = true
3014 v.Character["Right Arm"].Anchored = true
3015 v.Character.Torso.Anchored = true
3016 v.Character.Head.Anchored = true
3017 end
3018 end
3019 if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
3020 for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
3021 v.Character["Left Leg"].Anchored = false
3022 v.Character["Left Arm"].Anchored = false
3023 v.Character["Right Leg"].Anchored = false
3024 v.Character["Right Arm"].Anchored = false
3025 v.Character.Torso.Anchored = false
3026 v.Character.Head.Anchored = false
3027 end
3028 end
3029 if string.sub(msg, 1, 9) == (prefix.."unlockws") then
3030 local a = game:GetService("Workspace"):getChildren()
3031 for i = 1, #a do
3032 if a[i].className == "Part" then
3033 a[i].Locked = false
3034 elseif a[i].className == "Model" then
3035 local r = a[i]:getChildren()
3036 for i = 1, #r do
3037 if r[i].className == "Part" then
3038 r[i].Locked = false
3039 end
3040 end
3041 end
3042 end
3043 game:GetService("StarterGui"):SetCore("SendNotification", {
3044 Title = "Success!";
3045 Text = "Workspace unlocked. Use ;lockws to lock.";
3046 })
3047 end
3048 if string.sub(msg, 1, 7) == (prefix.."lockws") then
3049 local a = game:GetService("Workspace"):getChildren()
3050 for i = 1, #a do
3051 if a[i].className == "Part" then
3052 a[i].Locked = true
3053 elseif a[i].className == "Model" then
3054 local r = a[i]:getChildren()
3055 for i = 1, #r do
3056 if r[i].className == "Part" then
3057 r[i].Locked = true
3058 end
3059 end
3060 end
3061 end
3062 end
3063 if string.sub(msg, 1, 7) == (prefix.."btools") then
3064 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
3065 Clone_T.BinType = "Clone"
3066 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
3067 Destruct.BinType = "Hammer"
3068 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
3069 Hold_T.BinType = "Grab"
3070 end
3071 if string.sub(msg, 1, 7) == (prefix.."pstand") then
3072 lplayer.Character.Humanoid.PlatformStand = true
3073 end
3074 if string.sub(msg, 1, 9) == (prefix.."unpstand") then
3075 lplayer.Character.Humanoid.PlatformStand = false
3076 end
3077 if string.sub(msg, 1, 10) == (prefix.."blockhead") then
3078 lplayer.Character.Head.Mesh:Destroy()
3079 end
3080 if string.sub(msg, 1, 4) == (prefix.."sit") then
3081 lplayer.Character.Humanoid.Sit = true
3082 end
3083 if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
3084 local function bringobjw()
3085 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3086 if obj.Name == (string.sub(msg, 11)) then
3087 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3088 obj.CanCollide = false
3089 obj.Transparency = 0.7
3090 wait()
3091 obj.CFrame = lplayer.Character["Left Leg"].CFrame
3092 wait()
3093 obj.CFrame = lplayer.Character["Right Leg"].CFrame
3094 wait()
3095 obj.CFrame = lplayer.Character["Head"].CFrame
3096 end
3097 end
3098 end
3099 while wait() do
3100 bringobjw()
3101 end
3102 game:GetService("StarterGui"):SetCore("SendNotification", {
3103 Title = "BringObj";
3104 Text = "BringObj enabled.";
3105 })
3106 end
3107 if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
3108 vis = (string.sub(msg, 8))
3109 local a = game:GetService("Workspace"):GetDescendants()
3110 for i = 1, #a do
3111 if a[i].className == "Part" then
3112 a[i].Transparency = vis
3113 elseif a[i].className == "Model" then
3114 local r = a[i]:getChildren()
3115 for i = 1, #r do
3116 if r[i].className == "Part" then
3117 r[i].Transparency = vis
3118 end
3119 end
3120 end
3121 end
3122 end
3123 if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
3124 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
3125 game:GetService("StarterGui"):SetCore("SendNotification", {
3126 Title = "Success!";
3127 Text = "HyperTotal GUI Loaded!";
3128 })
3129 end
3130 if string.sub(msg, 1, 5) == (prefix.."cmds") then
3131 CMDSFRAME.Visible = true
3132 end
3133 if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
3134 for i,v in pairs(lplayer.Character:GetChildren()) do
3135 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
3136 v.Handle.Mesh:Destroy()
3137 end
3138 end
3139 end
3140 if string.sub(msg, 1, 10) == (prefix.."blockhats") then
3141 for i,v in pairs(lplayer.Character:GetChildren()) do
3142 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
3143 v.Handle.Mesh:Destroy()
3144 end
3145 end
3146 end
3147 if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
3148 for i,v in pairs(lplayer.Character:GetChildren()) do
3149 if (v:IsA("Tool")) then
3150 v.Handle.Mesh:Destroy()
3151 end
3152 end
3153 end
3154 if string.sub(msg, 1, 10) == (prefix.."blocktool") then
3155 for i,v in pairs(lplayer.Character:GetChildren()) do
3156 if (v:IsA("Tool")) then
3157 v.Handle.Mesh:Destroy()
3158 end
3159 end
3160 end
3161 if string.sub(msg, 1, 8) == (prefix.."spinner") then
3162 local p = Instance.new("RocketPropulsion")
3163 p.Parent = lplayer.Character.HumanoidRootPart
3164 p.Name = "Spinner"
3165 p.Target = lplayer.Character["Left Arm"]
3166 p:Fire()
3167 game:GetService("StarterGui"):SetCore("SendNotification", {
3168 Title = "Spinner enabled";
3169 Text = "Type ;nospinner to disable.";
3170 })
3171 end
3172 if string.sub(msg, 1, 10) == (prefix.."nospinner") then
3173 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
3174 end
3175 if string.sub(msg, 1, 7) == (prefix.."reachd") then
3176 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3177 if v:isA("Tool") then
3178 local a = Instance.new("SelectionBox",v.Handle)
3179 a.Adornee = v.Handle
3180 v.Handle.Size = Vector3.new(0.5,0.5,60)
3181 v.GripPos = Vector3.new(0,0,0)
3182 lplayer.Character.Humanoid:UnequipTools()
3183 end
3184 end
3185 game:GetService("StarterGui"):SetCore("SendNotification", {
3186 Title = "Reach applied!";
3187 Text = "Applied to equipped sword. Use ;noreach to disable.";
3188 })
3189 end
3190 if string.sub(msg, 1, 7) == (prefix.."reach ") then
3191 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3192 if v:isA("Tool") then
3193 handleSize = v.Handle.Size
3194 wait()
3195 local a = Instance.new("SelectionBox",v.Handle)
3196 a.Name = "a"
3197 a.Adornee = v.Handle
3198 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
3199 v.GripPos = Vector3.new(0,0,0)
3200 lplayer.Character.Humanoid:UnequipTools()
3201 end
3202 end
3203 game:GetService("StarterGui"):SetCore("SendNotification", {
3204 Title = "Reach applied!";
3205 Text = "Applied to equipped sword. Use ;noreach to disable.";
3206 })
3207 end
3208 if string.sub(msg, 1, 8) == (prefix.."noreach") then
3209 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
3210 if v:isA("Tool") then
3211 v.Handle.a:Destroy()
3212 v.Handle.Size = handleSize
3213 end
3214 end
3215 game:GetService("StarterGui"):SetCore("SendNotification", {
3216 Title = "Reach removed!";
3217 Text = "Removed reach from equipped sword.";
3218 })
3219 end
3220 if string.sub(msg, 1, 7) == (prefix.."rkill ") then
3221 for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
3222 lplayer.Character.Humanoid.Name = 1
3223 local l = lplayer.Character["1"]:Clone()
3224 l.Parent = lplayer.Character
3225 l.Name = "Humanoid"
3226 wait(0.1)
3227 lplayer.Character["1"]:Destroy()
3228 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3229 lplayer.Character.Animate.Disabled = true
3230 wait(0.1)
3231 lplayer.Character.Animate.Disabled = false
3232 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3233 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3234 lplayer.Character.Humanoid:EquipTool(v)
3235 end
3236 wait(0.1)
3237 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3238 wait(0.2)
3239 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3240 wait(0.5)
3241 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
3242 game:GetService("StarterGui"):SetCore("SendNotification", {
3243 Title = "Tools needed!";
3244 Text = "You need a tool in your backpack for this command!";
3245 })
3246 end
3247 end
3248 if string.sub(msg, 1, 7) == (prefix.."tp me ") then
3249 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
3250 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3251 end
3252 end
3253 if string.sub(msg, 1, 8) == (prefix.."cbring ") then
3254 if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
3255 cbringall = true
3256 else
3257 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3258 brplr = v.Name
3259 end
3260 end
3261 cbring = true
3262 end
3263 if string.sub(msg, 1, 9) == (prefix.."uncbring") then
3264 cbring = false
3265 cbringall = false
3266 end
3267 if string.sub(msg, 1, 6) == (prefix.."swap ") then
3268 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
3269 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3270 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3271 lplayer.Character.Humanoid.Name = 1
3272 local l = lplayer.Character["1"]:Clone()
3273 l.Parent = lplayer.Character
3274 l.Name = "Humanoid"
3275 wait(0.1)
3276 lplayer.Character["1"]:Destroy()
3277 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3278 lplayer.Character.Animate.Disabled = true
3279 wait(0.1)
3280 lplayer.Character.Animate.Disabled = false
3281 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3282 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3283 lplayer.Character.Humanoid:EquipTool(v)
3284 end
3285 local function tp(player,player2)
3286 local char1,char2=player.Character,player2.Character
3287 if char1 and char2 then
3288 char1:MoveTo(char2.Head.Position)
3289 end
3290 end
3291 wait(0.1)
3292 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3293 wait(0.2)
3294 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3295 wait(0.5)
3296 lplayer.Character.HumanoidRootPart.CFrame = NOW
3297 wait(0.6)
3298 tp(lplayer, game:GetService("Players")[v.Name])
3299 wait(0.4)
3300 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
3301 game:GetService("StarterGui"):SetCore("SendNotification", {
3302 Title = "Tools needed!";
3303 Text = "You need a tool in your backpack for this command!";
3304 })
3305 end
3306 end
3307 if string.sub(msg, 1, 8) == (prefix.."glitch ") then
3308 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3309 lplayer.Character.Humanoid.Name = 1
3310 local l = lplayer.Character["1"]:Clone()
3311 l.Parent = lplayer.Character
3312 l.Name = "Humanoid"
3313 wait(0.1)
3314 lplayer.Character["1"]:Destroy()
3315 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3316 lplayer.Character.Animate.Disabled = true
3317 wait(0.1)
3318 lplayer.Character.Animate.Disabled = false
3319 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3320 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3321 lplayer.Character.Humanoid:EquipTool(v)
3322 end
3323 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3324 wait(0.3)
3325 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3326 wait(0.4)
3327 b = Instance.new("BodyForce")
3328 b.Parent = lplayer.Character.HumanoidRootPart
3329 b.Name = "Glitch"
3330 b.Force = Vector3.new(100000000,5000,0)
3331 game:GetService("StarterGui"):SetCore("SendNotification", {
3332 Title = "Tools needed!";
3333 Text = "You need a tool in your backpack for this command!";
3334 })
3335 end
3336 end
3337 if string.sub(msg, 1, 9) == (prefix.."unglitch") then
3338 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
3339 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
3340 b = Instance.new("BodyForce")
3341 b.Parent = lplayer.Character.HumanoidRootPart
3342 b.Name = "unGlitch"
3343 b.Force = Vector3.new(0,-5000000,0)
3344 wait(2)
3345 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
3346 end
3347 if string.sub(msg, 1, 9) == (prefix.."grespawn") then
3348 lplayer.Character.Humanoid.Health = 0
3349 wait(1)
3350 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
3351 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
3352 end
3353 if string.sub(msg, 1, 9) == (prefix.."explorer") then
3354 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
3355 game:GetService("StarterGui"):SetCore("SendNotification", {
3356 Title = "Success!";
3357 Text = "DEX Explorer has loaded.";
3358 })
3359 end
3360 if string.sub(msg, 1, 6) == (prefix.."anim ") then
3361 local Anim = Instance.new("Animation")
3362 Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
3363 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
3364 track:Play(.1, 1, 1)
3365 end
3366 if string.sub(msg, 1, 8) == (prefix.."animgui") then
3367 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
3368 game:GetService("StarterGui"):SetCore("SendNotification", {
3369 Title = "Success!";
3370 Text = "Energize Animations GUI has loaded.";
3371 })
3372 end
3373 if string.sub(msg, 1, 8) == (prefix.."savepos") then
3374 saved = lplayer.Character.HumanoidRootPart.CFrame
3375 game:GetService("StarterGui"):SetCore("SendNotification", {
3376 Title = "Position Saved";
3377 Text = "Use ;loadpos to return to saved position.";
3378 })
3379 end
3380 if string.sub(msg, 1, 8) == (prefix.."loadpos") then
3381 lplayer.Character.HumanoidRootPart.CFrame = saved
3382 end
3383 if string.sub(msg, 1, 6) == (prefix.."bang ") then
3384 for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
3385 local Anim2 = Instance.new("Animation")
3386 Anim2.AnimationId = "rbxassetid://148840371"
3387 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
3388 track2:Play(.1, 1, 1)
3389 bplrr = v.Name
3390 banpl = true
3391 end
3392 end
3393 if string.sub(msg, 1, 7) == (prefix.."unbang") then
3394 banpl = false
3395 end
3396 if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
3397 local function bringmodw()
3398 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
3399 if obj.Name == (string.sub(msg, 11)) then
3400 for i,ch in pairs(obj:GetDescendants()) do
3401 if (ch:IsA("BasePart")) then
3402 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
3403 ch.CanCollide = false
3404 ch.Transparency = 0.7
3405 wait()
3406 ch.CFrame = lplayer.Character["Left Leg"].CFrame
3407 wait()
3408 ch.CFrame = lplayer.Character["Right Leg"].CFrame
3409 wait()
3410 ch.CFrame = lplayer.Character["Head"].CFrame
3411 end
3412 end
3413 end
3414 end
3415 end
3416 while wait() do
3417 bringmodw()
3418 end
3419 game:GetService("StarterGui"):SetCore("SendNotification", {
3420 Title = "BringMod";
3421 Text = "BringMod enabled.";
3422 })
3423 end
3424 if string.sub(msg, 1, 8) == (prefix.."respawn") then
3425 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
3426 local hum = Instance.new('Humanoid', mod)
3427 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
3428 lplayer.Character = mod
3429 end
3430 if string.sub(msg, 1, 9) == (prefix.."shutdown") then
3431 game:GetService'RunService'.Stepped:Connect(function()
3432 pcall(function()
3433 for i,v in pairs(game:GetService'Players':GetPlayers()) do
3434 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
3435 for _,x in pairs(v.Character.Head:GetChildren()) do
3436 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
3437 end
3438 end
3439 end
3440 end)
3441 end)
3442 game:GetService("StarterGui"):SetCore("SendNotification", {
3443 Title = "Attempting Shutdown";
3444 Text = "Shutdown Attempt has begun.";
3445 })
3446 end
3447 if string.sub(msg, 1, 8) == (prefix.."delobj ") then
3448 objtodel = (string.sub(msg, 9))
3449 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3450 if v.Name == objtodel then
3451 v:Destroy()
3452 end
3453 end
3454 end
3455 if string.sub(msg, 1, 8) == (prefix.."getplrs") then
3456 for i,v in pairs(game:GetService("Players"):GetPlayers())do
3457 print(v)
3458 end
3459 game:GetService("StarterGui"):SetCore("SendNotification", {
3460 Title = "Printed";
3461 Text = "Players have been printed to console. (F9)";
3462 })
3463 end
3464 if string.sub(msg, 1, 9) == (prefix.."deldecal") then
3465 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
3466 if (v:IsA("Decal")) then
3467 v:Destroy()
3468 end
3469 end
3470 end
3471 if string.sub(msg, 1, 11) == (prefix.."opfinality") then
3472 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
3473 game:GetService("StarterGui"):SetCore("SendNotification", {
3474 Title = "Success!";
3475 Text = "OpFinality GUI has loaded.";
3476 })
3477 end
3478 if string.sub(msg, 1, 8) == (prefix.."remotes") then
3479 remotes = true
3480 added = true
3481 game.DescendantAdded:connect(function(rmt)
3482 if added == true then
3483 if remotes == true then
3484 if rmt:IsA("RemoteEvent") then
3485 print("A RemoteEvent was added!")
3486 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
3487 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3488 end end end
3489 end)
3490 game.DescendantAdded:connect(function(rmtfnctn)
3491 if added == true then
3492 if remotes == true then
3493 if rmtfnctn:IsA("RemoteFunction") then
3494 warn("A RemoteFunction was added!")
3495 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
3496 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3497 end end end
3498 end)
3499
3500 game.DescendantAdded:connect(function(bndfnctn)
3501 if added == true then
3502 if binds == true then
3503 if bndfnctn:IsA("BindableFunction") then
3504 print("A BindableFunction was added!")
3505 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
3506 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3507 end end end
3508 end)
3509
3510 game.DescendantAdded:connect(function(bnd)
3511 if added == true then
3512 if binds == true then
3513 if bnd:IsA("BindableEvent") then
3514 warn("A BindableEvent was added!")
3515 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
3516 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3517 end end end
3518 end)
3519
3520
3521 if binds == true then
3522 for i,v in pairs(game:GetDescendants()) do
3523 if v:IsA("BindableFunction") then
3524 print(" game." .. v:GetFullName() .. " | BindableFunction")
3525 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
3526 end end
3527 for i,v in pairs(game:GetDescendants()) do
3528 if v:IsA("BindableEvent") then
3529 warn(" game." .. v:GetFullName() .. " | BindableEvent")
3530 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
3531 end end
3532 else
3533 print("Off")
3534 end
3535 if remotes == true then
3536 for i,v in pairs(game:GetDescendants()) do
3537 if v:IsA("RemoteFunction") then
3538 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
3539 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
3540 end end
3541 wait()
3542 for i,v in pairs(game:GetDescendants()) do
3543 if v:IsA("RemoteEvent") then
3544 print(" game." .. v:GetFullName() .. " | RemoteEvent")
3545 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
3546 end end
3547 else
3548 print("Off")
3549 end
3550 game:GetService("StarterGui"):SetCore("SendNotification", {
3551 Title = "Printing Remotes";
3552 Text = "Type ;noremotes to disable.";
3553 })
3554 end
3555 if string.sub(msg, 1, 10) == (prefix.."noremotes") then
3556 remotes = false
3557 added = false
3558 game:GetService("StarterGui"):SetCore("SendNotification", {
3559 Title = "Printing Remotes Disabled";
3560 Text = "Type ;remotes to enable.";
3561 })
3562 end
3563 if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
3564 spin = false
3565 followed = false
3566 traill = false
3567 noclip = false
3568 annoying = false
3569 hwalk = false
3570 cbringing = false
3571 end
3572 if string.sub(msg, 1, 8) == (prefix.."stopsit") then
3573 stopsitting = true
3574 end
3575 if string.sub(msg, 1, 6) == (prefix.."gosit") then
3576 stopsitting = false
3577 end
3578 if string.sub(msg, 1, 8) == (prefix.."version") then
3579 print(adminversion)
3580 game:GetService("StarterGui"):SetCore("SendNotification", {
3581 Title = "Version";
3582 Text = adminversion;
3583 })
3584 end
3585 if string.sub(msg, 1, 8) == (prefix.."clicktp") then
3586 clickgoto = true
3587 game:GetService("StarterGui"):SetCore("SendNotification", {
3588 Title = "Click TP";
3589 Text = "Press E to teleport to mouse position, ;noclicktp to stop";
3590 })
3591 end
3592 if string.sub(msg, 1, 9) == (prefix.."clickdel") then
3593 clickdel = true
3594 game:GetService("StarterGui"):SetCore("SendNotification", {
3595 Title = "Click Delete";
3596 Text = "Press E to delete part at mouse, ;noclickdel to stop";
3597 })
3598 end
3599 if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
3600 clickdel = false
3601 game:GetService("StarterGui"):SetCore("SendNotification", {
3602 Title = "Click Delete";
3603 Text = "Click delete has been disabled.";
3604 })
3605 end
3606 if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
3607 clickgoto = false
3608 game:GetService("StarterGui"):SetCore("SendNotification", {
3609 Title = "Click TP";
3610 Text = "Click TP has been disabled.";
3611 })
3612 end
3613 if string.sub(msg, 1, 8) == (prefix.."toolson") then
3614 gettingtools = true
3615 game:GetService("StarterGui"):SetCore("SendNotification", {
3616 Title = "Tools Enabled";
3617 Text = "Automatically colleting tools dropped.";
3618 })
3619 end
3620 if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
3621 gettingtools = false
3622 game:GetService("StarterGui"):SetCore("SendNotification", {
3623 Title = "Tools Disabled";
3624 Text = "Click TP has been disabled.";
3625 })
3626 end
3627 if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
3628 ScreenGui:Destroy()
3629 end
3630 if string.sub(msg, 1, 6) == (prefix.."reset") then
3631 lplayer.Character.Head:Destroy()
3632 end
3633 if string.sub(msg, 1, 7) == (prefix.."state ") then
3634 statechosen = string.sub(msg, 8)
3635 changingstate = true
3636 end
3637 if string.sub(msg, 1, 9) == (prefix.."gravity ") then
3638 game:GetService("Workspace").Gravity = string.sub(msg, 10)
3639 end
3640 if string.sub(msg, 1, 10) == (prefix.."looprhats") then
3641 removingmeshhats = true
3642 end
3643 if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
3644 removingmeshhats = false
3645 end
3646 if string.sub(msg, 1, 10) == (prefix.."looprtool") then
3647 removingmeshtool = true
3648 end
3649 if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
3650 removingmeshtool = false
3651 end
3652 if string.sub(msg, 1, 10) == (prefix.."givetool ") then
3653 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
3654 if v:IsA("Tool") then
3655 for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
3656 v.Parent = player.Character
3657 end
3658 end
3659 end
3660 end
3661 if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
3662 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
3663 if v:IsA("Tool") then
3664 v.Parent = lplayer.Character
3665 wait()
3666 for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
3667 v.Parent = player.Character
3668 end
3669 end
3670 end
3671 end
3672 if string.sub(msg, 1, 5) == (prefix.."age ") then
3673 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
3674 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
3675 end
3676 end
3677 if string.sub(msg, 1, 4) == (prefix.."id ") then
3678 for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
3679 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
3680 end
3681 end
3682 if string.sub(msg, 1, 6) == (prefix..".age ") then
3683 for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
3684 game:GetService("StarterGui"):SetCore("SendNotification", {
3685 Title = player.AccountAge.." Days";
3686 Text = "Account age of "..player.Name;
3687 })
3688 end
3689 end
3690 if string.sub(msg, 1, 5) == (prefix..".id ") then
3691 for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
3692 game:GetService("StarterGui"):SetCore("SendNotification", {
3693 Title = player.UserId.." ID";
3694 Text = "Account ID of "..player.Name;
3695 })
3696 end
3697 end
3698 if string.sub(msg, 1, 7) == (prefix.."gameid") then
3699 game:GetService("StarterGui"):SetCore("SendNotification", {
3700 Title = "Game ID";
3701 Text = "Game ID: ".. game.GameId;
3702 })
3703 end
3704 if string.sub(msg, 1, 4) == (prefix.."pgs") then
3705 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
3706 if pgscheck == true then
3707 game:GetService("StarterGui"):SetCore("SendNotification", {
3708 Title = "PGSPhysicsSolverEnabled";
3709 Text = "PGS is Enabled!";
3710 })
3711 else
3712 game:GetService("StarterGui"):SetCore("SendNotification", {
3713 Title = "PGSPhysicsSolverEnabled";
3714 Text = "PGS is Disabled!";
3715 })
3716 end
3717 end
3718 if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
3719 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
3720 if v:IsA("Part") then
3721 if v.Transparency == 1 then
3722 if v.Name ~= "HumanoidRootPart" then
3723 v:Destroy()
3724 end
3725 end
3726 end
3727 end
3728 end
3729 if string.sub(msg, 1, 10) == (prefix.."removefog") then
3730 game:GetService("Lighting").FogStart = 0
3731 game:GetService("Lighting").FogEnd = 9999999999999
3732 end
3733 if string.sub(msg, 1, 8) == (prefix.."disable") then
3734 lplayer.Character.Humanoid.Parent = lplayer
3735 end
3736 if string.sub(msg, 1, 7) == (prefix.."enable") then
3737 lplayer.Humanoid.Parent = lplayer.Character
3738 end
3739 if string.sub(msg, 1, 8) == (prefix.."prefix ") then
3740 prefix = (string.sub(msg, 9, 9))
3741 wait(0.1)
3742 change()
3743 wait(0.1)
3744 game:GetService("StarterGui"):SetCore("SendNotification", {
3745 Title = "Prefix changed!";
3746 Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
3747 })
3748 end
3749 if string.sub(msg, 1, 12) == (";resetprefix") then
3750 prefix = ";"
3751 wait(0.1)
3752 change()
3753 wait(0.1)
3754 game:GetService("StarterGui"):SetCore("SendNotification", {
3755 Title = "Prefix changed!";
3756 Text = "Prefix is now "..prefix..". Make sure it's one key!";
3757 })
3758 end
3759 if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
3760 speedfly = string.sub(msg, 11)
3761 wait()
3762 change()
3763 end
3764 if string.sub(msg, 1, 8) == (prefix.."carpet ") then
3765 for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
3766 local Anim3 = Instance.new("Animation")
3767 Anim3.AnimationId = "rbxassetid://282574440"
3768 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
3769 track3:Play(.1, 1, 1)
3770 bplrr = v.Name
3771 banpl = true
3772 end
3773 end
3774 if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
3775 banpl = false
3776 end
3777 if string.sub(msg, 1, 7) == (prefix.."stare ") then
3778 for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
3779 staring = true
3780 stareplr = v
3781 end
3782 end
3783 if string.sub(msg, 1, 8) == (prefix.."unstare") then
3784 staring = false
3785 end
3786 if string.sub(msg, 1, 8) == (prefix.."logchat") then
3787 chatlogs = true
3788 game:GetService("StarterGui"):SetCore("SendNotification", {
3789 Title = "LogChat enabled";
3790 Text = "Now logging all player chat.";
3791 })
3792 end
3793 if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
3794 chatlogs = false
3795 game:GetService("StarterGui"):SetCore("SendNotification", {
3796 Title = "LogChat disabled";
3797 Text = "Stopped logging all player chat.";
3798 })
3799 end
3800 if string.sub(msg, 1, 7) == (prefix.."fixcam") then
3801 game:GetService("Workspace").CurrentCamera:Destroy()
3802 wait(0.1)
3803 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
3804 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
3805 lplayer.CameraMinZoomDistance = 0.5
3806 lplayer.CameraMaxZoomDistance = 400
3807 lplayer.CameraMode = "Classic"
3808 end
3809 if string.sub(msg, 1, 8) == (prefix.."unstate") then
3810 changingstate = false
3811 end
3812end)
3813
3814local function tp()
3815 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
3816 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
3817 if player.Name == brplr then
3818 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
3819 end
3820 end
3821 end
3822end
3823local function tpall()
3824 for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
3825 if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
3826 player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
3827 end
3828 end
3829end
3830spawn(function()
3831 while wait(spamdelay) do
3832 if spamming == true then
3833 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
3834 end
3835 end
3836end)
3837spawn(function()
3838 while wait(spamdelay) do
3839 if spammingpm == true then
3840 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
3841 end
3842 end
3843end)
3844spawn(function()
3845 while wait() do
3846 if cbring == true then
3847 tp()
3848 end
3849 end
3850end)
3851spawn(function()
3852 while wait() do
3853 if cbringall == true then
3854 tpall()
3855 end
3856 end
3857end)
3858
3859Mouse.KeyDown:connect(function(Key)
3860 if Key == prefix then
3861 CMDBAR:CaptureFocus()
3862 end
3863end)
3864
3865CMDBAR.FocusLost:connect(function(enterPressed)
3866 if enterPressed then
3867 if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
3868 if string.sub(CMDBAR.Text, 6) == "me" then
3869 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
3870 else
3871 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
3872 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3873 lplayer.Character.Humanoid.Name = 1
3874 local l = lplayer.Character["1"]:Clone()
3875 l.Parent = lplayer.Character
3876 l.Name = "Humanoid"
3877 wait(0.1)
3878 lplayer.Character["1"]:Destroy()
3879 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3880 lplayer.Character.Animate.Disabled = true
3881 wait(0.1)
3882 lplayer.Character.Animate.Disabled = false
3883 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3884 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3885 lplayer.Character.Humanoid:EquipTool(v)
3886 end
3887 local function tp(player,player2)
3888 local char1,char2=player.Character,player2.Character
3889 if char1 and char2 then
3890 char1:MoveTo(char2.Head.Position)
3891 end
3892 end
3893 wait(0.1)
3894 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3895 wait(0.2)
3896 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
3897 wait(0.5)
3898 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
3899 wait(0.7)
3900 tp(lplayer,game:GetService("Players")[v.Name])
3901 wait(0.7)
3902 lplayer.Character.HumanoidRootPart.CFrame = NOW
3903 game:GetService("StarterGui"):SetCore("SendNotification", {
3904 Title = "Tools needed!";
3905 Text = "You need a tool in your backpack for this command!";
3906 })
3907 end
3908 end
3909 end
3910 if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
3911 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
3912 local NOW = lplayer.Character.HumanoidRootPart.CFrame
3913 lplayer.Character.Humanoid.Name = 1
3914 local l = lplayer.Character["1"]:Clone()
3915 l.Parent = lplayer.Character
3916 l.Name = "Humanoid"
3917 wait(0.1)
3918 lplayer.Character["1"]:Destroy()
3919 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3920 lplayer.Character.Animate.Disabled = true
3921 wait(0.1)
3922 lplayer.Character.Animate.Disabled = false
3923 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3924 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3925 lplayer.Character.Humanoid:EquipTool(v)
3926 end
3927 local function tp(player,player2)
3928 local char1,char2=player.Character,player2.Character
3929 if char1 and char2 then
3930 char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
3931 end
3932 end
3933 local function getout(player,player2)
3934 local char1,char2=player.Character,player2.Character
3935 if char1 and char2 then
3936 char1:MoveTo(char2.Head.Position)
3937 end
3938 end
3939 tp(game:GetService("Players")[v.Name], lplayer)
3940 wait(0.2)
3941 tp(game:GetService("Players")[v.Name], lplayer)
3942 wait(0.5)
3943 lplayer.Character.HumanoidRootPart.CFrame = NOW
3944 wait(0.5)
3945 getout(lplayer, game:GetService("Players")[v.Name])
3946 wait(0.3)
3947 lplayer.Character.HumanoidRootPart.CFrame = NOW
3948 game:GetService("StarterGui"):SetCore("SendNotification", {
3949 Title = "Tools needed!";
3950 Text = "You need a tool in your backpack for this command!";
3951 })
3952 end
3953 end
3954 if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
3955 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
3956 lplayer.Character.Humanoid.Name = 1
3957 local l = lplayer.Character["1"]:Clone()
3958 l.Parent = lplayer.Character
3959 l.Name = "Humanoid"
3960 wait(0.1)
3961 lplayer.Character["1"]:Destroy()
3962 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3963 lplayer.Character.Animate.Disabled = true
3964 wait(0.1)
3965 lplayer.Character.Animate.Disabled = false
3966 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3967 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3968 lplayer.Character.Humanoid:EquipTool(v)
3969 end
3970 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
3971 spinplr = v
3972 wait(0.5)
3973 spin = true
3974 game:GetService("StarterGui"):SetCore("SendNotification", {
3975 Title = "Tools needed!";
3976 Text = "You need a tool in your backpack for this command!";
3977 })
3978 end
3979 end
3980 if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
3981 spin = false
3982 end
3983 if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
3984 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
3985 lplayer.Character.Humanoid.Name = 1
3986 local l = lplayer.Character["1"]:Clone()
3987 l.Parent = lplayer.Character
3988 l.Name = "Humanoid"
3989 wait(0.1)
3990 lplayer.Character["1"]:Destroy()
3991 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
3992 lplayer.Character.Animate.Disabled = true
3993 wait(0.1)
3994 lplayer.Character.Animate.Disabled = false
3995 lplayer.Character.Humanoid.DisplayDistanceType = "None"
3996 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
3997 lplayer.Character.Humanoid:EquipTool(v)
3998 end
3999 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4000 wait(0.3)
4001 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4002 attplr = v
4003 game:GetService("StarterGui"):SetCore("SendNotification", {
4004 Title = "Tools needed!";
4005 Text = "You need a tool in your backpack for this command!";
4006 })
4007 end
4008 end
4009 if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
4010 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
4011 local function getout(player,player2)
4012 local char1,char2=player.Character,player2.Character
4013 if char1 and char2 then
4014 char1:MoveTo(char2.Head.Position)
4015 end
4016 end
4017 getout(lplayer, game:GetService("Players")[v.Name])
4018 end
4019 end
4020 if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
4021 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4022 followed = true
4023 flwplr = v
4024 end
4025 end
4026 if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
4027 followed = false
4028 end
4029 if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
4030 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
4031 local NOW = lplayer.Character.HumanoidRootPart.CFrame
4032 lplayer.Character.Humanoid.Name = 1
4033 local l = lplayer.Character["1"]:Clone()
4034 l.Parent = lplayer.Character
4035 l.Name = "Humanoid"
4036 wait(0.1)
4037 lplayer.Character["1"]:Destroy()
4038 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4039 lplayer.Character.Animate.Disabled = true
4040 wait(0.1)
4041 lplayer.Character.Animate.Disabled = false
4042 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4043 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4044 lplayer.Character.Humanoid:EquipTool(v)
4045 end
4046 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4047 wait(0.2)
4048 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4049 wait(0.6)
4050 lplayer.Character.HumanoidRootPart.CFrame = NOW
4051 wait(0.6)
4052 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
4053 game:GetService("StarterGui"):SetCore("SendNotification", {
4054 Title = "Tools needed!";
4055 Text = "You need a tool in your backpack for this command!";
4056 })
4057 end
4058 end
4059 if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
4060 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4061 traill = true
4062 trlplr = v
4063 end
4064 end
4065 if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
4066 traill = false
4067 end
4068 if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
4069 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
4070 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4071 else
4072 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4073 local o = Instance.new("RocketPropulsion")
4074 o.Parent = lplayer.Character.HumanoidRootPart
4075 o.Name = "Orbit"
4076 o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
4077 o:Fire()
4078 noclip = true
4079 end
4080 end
4081 end
4082 if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
4083 lplayer.Character.HumanoidRootPart.Orbit:Destroy()
4084 noclip = false
4085 end
4086 if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
4087 if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
4088 lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4089 else
4090 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4091 local y = Instance.new("RocketPropulsion")
4092 y.Parent = lplayer.Character.HumanoidRootPart
4093 y.CartoonFactor = 1
4094 y.MaxThrust = 800000
4095 y.MaxSpeed = 1000
4096 y.ThrustP = 200000
4097 y.Name = "Fling"
4098 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
4099 y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
4100 y:Fire()
4101 noclip = true
4102 end
4103 end
4104 end
4105 if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
4106 noclip = false
4107 lplayer.Character.HumanoidRootPart.Fling:Destroy()
4108 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
4109 wait(0.4)
4110 lplayer.Character.HumanoidRootPart.Fling:Destroy()
4111 end
4112 if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
4113 if game:GetService("Workspace").FilteringEnabled == true then
4114 warn("FE is Enabled (Filtering Enabled)")
4115 game:GetService("StarterGui"):SetCore("SendNotification", {
4116 Title = "FE is Enabled";
4117 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
4118 })
4119 else
4120 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
4121 game:GetService("StarterGui"):SetCore("SendNotification", {
4122 Title = "FE is Disabled";
4123 Text = "Filtering Disabled. Consider using a different admin script.";
4124 })
4125 end
4126 end
4127 if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
4128 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4129 lplayer.Character.Humanoid.Name = 1
4130 local l = lplayer.Character["1"]:Clone()
4131 l.Parent = lplayer.Character
4132 l.Name = "Humanoid"
4133 wait(0.1)
4134 lplayer.Character["1"]:Destroy()
4135 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4136 lplayer.Character.Animate.Disabled = true
4137 wait(0.1)
4138 lplayer.Character.Animate.Disabled = false
4139 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4140 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4141 lplayer.Character.Humanoid:EquipTool(v)
4142 end
4143 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4144 wait(0.2)
4145 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4146 wait(0.6)
4147 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
4148 game:GetService("StarterGui"):SetCore("SendNotification", {
4149 Title = "Tools needed!";
4150 Text = "You need a tool in your backpack for this command!";
4151 })
4152 end
4153 end
4154 if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
4155 noclip = true
4156 game:GetService("StarterGui"):SetCore("SendNotification", {
4157 Title = "Noclip enabled";
4158 Text = "Type ;clip to disable";
4159 })
4160 end
4161 if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
4162 noclip = false
4163 game:GetService("StarterGui"):SetCore("SendNotification", {
4164 Title = "Noclip disabled";
4165 Text = "Type ;noclip to enable";
4166 })
4167 end
4168 if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
4169 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
4170 end
4171 if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
4172 lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
4173 end
4174 if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
4175 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
4176 end
4177 if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
4178 lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
4179 end
4180 if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
4181 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
4182 end
4183 if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
4184 lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
4185 end
4186 if string.sub(CMDBAR.Text, 1, 7) == ("default") then
4187 lplayer.Character.Humanoid.JumpPower = 50
4188 lplayer.Character.Humanoid.WalkSpeed = 16
4189 lplayer.Character.Humanoid.HipHeight = 0
4190 end
4191 if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
4192 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4193 annoying = true
4194 annplr = v
4195 end
4196 end
4197 if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
4198 annoying = false
4199 end
4200 if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
4201 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
4202 hwalk = true
4203 hdwplr = v
4204 end
4205 end
4206 if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
4207 hwalk = false
4208 end
4209 if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
4210 lplayer.Character["Left Leg"]:Destroy()
4211 lplayer.Character["Left Arm"]:Destroy()
4212 lplayer.Character["Right Leg"]:Destroy()
4213 lplayer.Character["Right Arm"]:Destroy()
4214 end
4215 if string.sub(CMDBAR.Text, 1, 3) == ("god") then
4216 lplayer.Character.Humanoid.Name = 1
4217 local l = lplayer.Character["1"]:Clone()
4218 l.Parent = lplayer.Character
4219 l.Name = "Humanoid"
4220 wait(0.1)
4221 lplayer.Character["1"]:Destroy()
4222 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4223 lplayer.Character.Animate.Disabled = true
4224 wait(0.1)
4225 lplayer.Character.Animate.Disabled = false
4226 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4227 game:GetService("StarterGui"):SetCore("SendNotification", {
4228 Title = "FE Godmode enabled";
4229 Text = "Use ;grespawn or ;respawn to remove.";
4230 })
4231 end
4232 if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
4233 for i,v in pairs(lplayer.Character:GetChildren()) do
4234 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
4235 v.Parent = workspace
4236 end
4237 end
4238 end
4239 if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
4240 for i,v in pairs(lplayer.Character:GetChildren()) do
4241 if (v:IsA("Tool")) then
4242 v.Parent = workspace
4243 end
4244 end
4245 end
4246 if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
4247 droppinghats = true
4248 game:GetService("StarterGui"):SetCore("SendNotification", {
4249 Title = "Loop Drop Enabled";
4250 Text = "Type ;unloopdhats to disable";
4251 })
4252 end
4253 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
4254 droppinghats = false
4255 game:GetService("StarterGui"):SetCore("SendNotification", {
4256 Title = "Loop Drop Disabled";
4257 Text = "Type ;loopdhats to enable.";
4258 })
4259 end
4260 if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
4261 droppingtools = true
4262 game:GetService("StarterGui"):SetCore("SendNotification", {
4263 Title = "Loop Drop Enabled";
4264 Text = "Type ;unloopdtool to disable";
4265 })
4266 end
4267 if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
4268 droppingtools = false
4269 game:GetService("StarterGui"):SetCore("SendNotification", {
4270 Title = "Loop Drop Disabled";
4271 Text = "Type ;loopdtool to enable.";
4272 })
4273 end
4274 if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
4275 Local = game:GetService('Players').LocalPlayer
4276 Char = Local.Character
4277 touched,tpdback = false, false
4278 box = Instance.new('Part',workspace)
4279 box.Anchored = true
4280 box.CanCollide = true
4281 box.Size = Vector3.new(10,1,10)
4282 box.Position = Vector3.new(0,10000,0)
4283 box.Touched:connect(function(part)
4284 if (part.Parent.Name == Local.Name) then
4285 if touched == false then
4286 touched = true
4287 function apply()
4288 if script.Disabled ~= true then
4289 no = Char.HumanoidRootPart:Clone()
4290 wait(.25)
4291 Char.HumanoidRootPart:Destroy()
4292 no.Parent = Char
4293 Char:MoveTo(loc)
4294 touched = false
4295 end end
4296 if Char then
4297 apply()
4298 end
4299 end
4300 end
4301 end)
4302 repeat wait() until Char
4303 loc = Char.HumanoidRootPart.Position
4304 Char:MoveTo(box.Position + Vector3.new(0,.5,0))
4305 game:GetService("StarterGui"):SetCore("SendNotification", {
4306 Title = "Invisibility enabled!";
4307 Text = "Reset or use ;respawn to remove.";
4308 })
4309 end
4310 if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
4311 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4312 if game:GetService("Players")[v.Name].Character.Humanoid then
4313 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
4314 else
4315 game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
4316 end
4317 end
4318 end
4319 if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
4320 if lplayer.Character.Humanoid then
4321 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
4322 else
4323 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
4324 end
4325 end
4326 if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
4327 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4328 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4329 end
4330 end
4331 if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
4332 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
4333 repeat wait() until Mouse
4334
4335 local T = lplayer.Character.HumanoidRootPart
4336 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
4337 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
4338 local SPEED = speedget
4339
4340 local function fly()
4341 flying = true
4342 local BG = Instance.new('BodyGyro', T)
4343 local BV = Instance.new('BodyVelocity', T)
4344 BG.P = 9e4
4345 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
4346 BG.cframe = T.CFrame
4347 BV.velocity = Vector3.new(0, 0.1, 0)
4348 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
4349 spawn(function()
4350 repeat wait()
4351 lplayer.Character.Humanoid.PlatformStand = true
4352 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
4353 SPEED = 50
4354 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
4355 SPEED = 0
4356 end
4357 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
4358 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
4359 lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
4360 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
4361 BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
4362 else
4363 BV.velocity = Vector3.new(0, 0.1, 0)
4364 end
4365 BG.cframe = workspace.CurrentCamera.CoordinateFrame
4366 until not flying
4367 CONTROL = {F = 0, B = 0, L = 0, R = 0}
4368 lCONTROL = {F = 0, B = 0, L = 0, R = 0}
4369 SPEED = 0
4370 BG:destroy()
4371 BV:destroy()
4372 lplayer.Character.Humanoid.PlatformStand = false
4373 end)
4374 end
4375 Mouse.KeyDown:connect(function(KEY)
4376 if KEY:lower() == 'w' then
4377 CONTROL.F = speedfly
4378 elseif KEY:lower() == 's' then
4379 CONTROL.B = -speedfly
4380 elseif KEY:lower() == 'a' then
4381 CONTROL.L = -speedfly
4382 elseif KEY:lower() == 'd' then
4383 CONTROL.R = speedfly
4384 end
4385 end)
4386 Mouse.KeyUp:connect(function(KEY)
4387 if KEY:lower() == 'w' then
4388 CONTROL.F = 0
4389 elseif KEY:lower() == 's' then
4390 CONTROL.B = 0
4391 elseif KEY:lower() == 'a' then
4392 CONTROL.L = 0
4393 elseif KEY:lower() == 'd' then
4394 CONTROL.R = 0
4395 end
4396 end)
4397 fly()
4398 end
4399 if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
4400 flying = false
4401 lplayer.Character.Humanoid.PlatformStand = false
4402 end
4403 if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
4404 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
4405 end
4406 if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
4407 spamtext = (string.sub(CMDBAR.Text, 6))
4408 spamming = true
4409 end
4410 if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
4411 spamming = false
4412 end
4413 if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
4414 spamdelay = (string.sub(CMDBAR.Text, 10))
4415 end
4416 if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
4417 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4418 pmspammed = v.Name
4419 spammingpm = true
4420 end
4421 end
4422 if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
4423 spammingpm = false
4424 end
4425 if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
4426 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
4427 v.Character["Left Leg"].Anchored = true
4428 v.Character["Left Arm"].Anchored = true
4429 v.Character["Right Leg"].Anchored = true
4430 v.Character["Right Arm"].Anchored = true
4431 v.Character.Torso.Anchored = true
4432 v.Character.Head.Anchored = true
4433 end
4434 end
4435 if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
4436 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
4437 v.Character["Left Leg"].Anchored = false
4438 v.Character["Left Arm"].Anchored = false
4439 v.Character["Right Leg"].Anchored = false
4440 v.Character["Right Arm"].Anchored = false
4441 v.Character.Torso.Anchored = false
4442 v.Character.Head.Anchored = false
4443 end
4444 end
4445 if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
4446 local a = game:GetService("Workspace"):getChildren()
4447 for i = 1, #a do
4448 if a[i].className == "Part" then
4449 a[i].Locked = false
4450 elseif a[i].className == "Model" then
4451 local r = a[i]:getChildren()
4452 for i = 1, #r do
4453 if r[i].className == "Part" then
4454 r[i].Locked = false
4455 end
4456 end
4457 end
4458 end
4459 game:GetService("StarterGui"):SetCore("SendNotification", {
4460 Title = "Success!";
4461 Text = "Workspace unlocked. Use ;lockws to lock.";
4462 })
4463 end
4464 if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
4465 local a = game:GetService("Workspace"):getChildren()
4466 for i = 1, #a do
4467 if a[i].className == "Part" then
4468 a[i].Locked = true
4469 elseif a[i].className == "Model" then
4470 local r = a[i]:getChildren()
4471 for i = 1, #r do
4472 if r[i].className == "Part" then
4473 r[i].Locked = true
4474 end
4475 end
4476 end
4477 end
4478 end
4479 if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
4480 local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
4481 Clone_T.BinType = "Clone"
4482 local Destruct = Instance.new("HopperBin",lplayer.Backpack)
4483 Destruct.BinType = "Hammer"
4484 local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
4485 Hold_T.BinType = "Grab"
4486 end
4487 if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
4488 lplayer.Character.Humanoid.PlatformStand = true
4489 end
4490 if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
4491 lplayer.Character.Humanoid.PlatformStand = false
4492 end
4493 if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
4494 lplayer.Character.Head.Mesh:Destroy()
4495 end
4496 if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
4497 lplayer.Character.Humanoid.Sit = true
4498 end
4499 if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
4500 local function bringobjw()
4501 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
4502 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
4503 obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4504 obj.CanCollide = false
4505 obj.Transparency = 0.7
4506 wait()
4507 obj.CFrame = lplayer.Character["Left Leg"].CFrame
4508 wait()
4509 obj.CFrame = lplayer.Character["Right Leg"].CFrame
4510 wait()
4511 obj.CFrame = lplayer.Character["Head"].CFrame
4512 end
4513 end
4514 end
4515 while wait() do
4516 bringobjw()
4517 end
4518 game:GetService("StarterGui"):SetCore("SendNotification", {
4519 Title = "BringObj";
4520 Text = "BringObj enabled.";
4521 })
4522 end
4523 if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
4524 vis = (string.sub(CMDBAR.Text, 7))
4525 local a = game:GetService("Workspace"):GetDescendants()
4526 for i = 1, #a do
4527 if a[i].className == "Part" then
4528 a[i].Transparency = vis
4529 elseif a[i].className == "Model" then
4530 local r = a[i]:getChildren()
4531 for i = 1, #r do
4532 if r[i].className == "Part" then
4533 r[i].Transparency = vis
4534 end
4535 end
4536 end
4537 end
4538 end
4539 if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
4540 loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
4541 game:GetService("StarterGui"):SetCore("SendNotification", {
4542 Title = "Success!";
4543 Text = "HyperTotal GUI Loaded!";
4544 })
4545 end
4546 if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
4547 CMDSFRAME.Visible = true
4548 end
4549 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
4550 for i,v in pairs(lplayer.Character:GetChildren()) do
4551 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
4552 v.Handle.Mesh:Destroy()
4553 end
4554 end
4555 end
4556 if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
4557 for i,v in pairs(lplayer.Character:GetChildren()) do
4558 if (v:IsA("Accessory")) or (v:IsA("Hat")) then
4559 v.Handle.Mesh:Destroy()
4560 end
4561 end
4562 end
4563 if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
4564 for i,v in pairs(lplayer.Character:GetChildren()) do
4565 if (v:IsA("Tool")) then
4566 v.Handle.Mesh:Destroy()
4567 end
4568 end
4569 end
4570 if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
4571 for i,v in pairs(lplayer.Character:GetChildren()) do
4572 if (v:IsA("Tool")) then
4573 v.Handle.Mesh:Destroy()
4574 end
4575 end
4576 end
4577 if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
4578 local p = Instance.new("RocketPropulsion")
4579 p.Parent = lplayer.Character.HumanoidRootPart
4580 p.Name = "Spinner"
4581 p.Target = lplayer.Character["Left Arm"]
4582 p:Fire()
4583 game:GetService("StarterGui"):SetCore("SendNotification", {
4584 Title = "Spinner enabled";
4585 Text = "Type ;nospinner to disable.";
4586 })
4587 end
4588 if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
4589 lplayer.Character.HumanoidRootPart.Spinner:Destroy()
4590 end
4591 if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
4592 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
4593 if v:isA("Tool") then
4594 local a = Instance.new("SelectionBox",v.Handle)
4595 a.Adornee = v.Handle
4596 v.Handle.Size = Vector3.new(0.5,0.5,60)
4597 v.GripPos = Vector3.new(0,0,0)
4598 lplayer.Character.Humanoid:UnequipTools()
4599 end
4600 end
4601 game:GetService("StarterGui"):SetCore("SendNotification", {
4602 Title = "Reach applied!";
4603 Text = "Applied to equipped sword. Use ;noreach to disable.";
4604 })
4605 end
4606 if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
4607 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
4608 if v:isA("Tool") then
4609 local a = Instance.new("SelectionBox",v.Handle)
4610 a.Name = "Reach"
4611 a.Adornee = v.Handle
4612 v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
4613 v.GripPos = Vector3.new(0,0,0)
4614 lplayer.Character.Humanoid:UnequipTools()
4615 end
4616 end
4617 game:GetService("StarterGui"):SetCore("SendNotification", {
4618 Title = "Reach applied!";
4619 Text = "Applied to equipped sword. Use ;noreach to disable.";
4620 })
4621 end
4622 if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
4623 for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
4624 if v:isA("Tool") then
4625 v.Handle.Reach:Destroy()
4626 end
4627 end
4628 game:GetService("StarterGui"):SetCore("SendNotification", {
4629 Title = "Reach removed!";
4630 Text = "Removed reach from equipped sword.";
4631 })
4632 end
4633 if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
4634 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
4635 lplayer.Character.Humanoid.Name = 1
4636 local l = lplayer.Character["1"]:Clone()
4637 l.Parent = lplayer.Character
4638 l.Name = "Humanoid"
4639 wait(0.1)
4640 lplayer.Character["1"]:Destroy()
4641 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4642 lplayer.Character.Animate.Disabled = true
4643 wait(0.1)
4644 lplayer.Character.Animate.Disabled = false
4645 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4646 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4647 lplayer.Character.Humanoid:EquipTool(v)
4648 end
4649 wait(0.1)
4650 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4651 wait(0.2)
4652 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4653 wait(0.5)
4654 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
4655 game:GetService("StarterGui"):SetCore("SendNotification", {
4656 Title = "Tools needed!";
4657 Text = "You need a tool in your backpack for this command!";
4658 })
4659 end
4660 end
4661 if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
4662 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
4663 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4664 end
4665 end
4666 if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
4667 if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
4668 cbringall = true
4669 else
4670 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4671 brplr = v.Name
4672 end
4673 end
4674 cbring = true
4675 end
4676 if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
4677 cbring = false
4678 cbringall = false
4679 end
4680 if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
4681 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4682 local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4683 local NOW = lplayer.Character.HumanoidRootPart.CFrame
4684 lplayer.Character.Humanoid.Name = 1
4685 local l = lplayer.Character["1"]:Clone()
4686 l.Parent = lplayer.Character
4687 l.Name = "Humanoid"
4688 wait(0.1)
4689 lplayer.Character["1"]:Destroy()
4690 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4691 lplayer.Character.Animate.Disabled = true
4692 wait(0.1)
4693 lplayer.Character.Animate.Disabled = false
4694 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4695 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4696 lplayer.Character.Humanoid:EquipTool(v)
4697 end
4698 local function tp(player,player2)
4699 local char1,char2=player.Character,player2.Character
4700 if char1 and char2 then
4701 char1:MoveTo(char2.Head.Position)
4702 end
4703 end
4704 wait(0.1)
4705 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4706 wait(0.2)
4707 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
4708 wait(0.5)
4709 lplayer.Character.HumanoidRootPart.CFrame = NOW
4710 wait(0.6)
4711 tp(lplayer, game:GetService("Players")[v.Name])
4712 wait(0.4)
4713 lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
4714 game:GetService("StarterGui"):SetCore("SendNotification", {
4715 Title = "Tools needed!";
4716 Text = "You need a tool in your backpack for this command!";
4717 })
4718 end
4719 end
4720 if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
4721 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
4722 lplayer.Character.Humanoid.Name = 1
4723 local l = lplayer.Character["1"]:Clone()
4724 l.Parent = lplayer.Character
4725 l.Name = "Humanoid"
4726 wait(0.1)
4727 lplayer.Character["1"]:Destroy()
4728 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
4729 lplayer.Character.Animate.Disabled = true
4730 wait(0.1)
4731 lplayer.Character.Animate.Disabled = false
4732 lplayer.Character.Humanoid.DisplayDistanceType = "None"
4733 for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
4734 lplayer.Character.Humanoid:EquipTool(v)
4735 end
4736 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4737 wait(0.3)
4738 lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
4739 wait(0.4)
4740 b = Instance.new("BodyForce")
4741 b.Parent = lplayer.Character.HumanoidRootPart
4742 b.Name = "Glitch"
4743 b.Force = Vector3.new(100000000,5000,0)
4744 game:GetService("StarterGui"):SetCore("SendNotification", {
4745 Title = "Tools needed!";
4746 Text = "You need a tool in your backpack for this command!";
4747 })
4748 end
4749 end
4750 if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
4751 lplayer.Character.HumanoidRootPart.Glitch:Destroy()
4752 lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
4753 b = Instance.new("BodyForce")
4754 b.Parent = lplayer.Character.HumanoidRootPart
4755 b.Name = "unGlitch"
4756 b.Force = Vector3.new(0,-5000000,0)
4757 wait(2)
4758 lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
4759 end
4760 if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
4761 lplayer.Character.Humanoid.Health = 0
4762 wait(1)
4763 lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
4764 lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
4765 end
4766 if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
4767 loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
4768 game:GetService("StarterGui"):SetCore("SendNotification", {
4769 Title = "Success!";
4770 Text = "DEX Explorer has loaded.";
4771 })
4772 end
4773 if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
4774 local Anim = Instance.new("Animation")
4775 Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
4776 local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
4777 track:Play(.1, 1, 1)
4778 end
4779 if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
4780 loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
4781 game:GetService("StarterGui"):SetCore("SendNotification", {
4782 Title = "Success!";
4783 Text = "Energize Animations GUI has loaded.";
4784 })
4785 end
4786 if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
4787 saved = lplayer.Character.HumanoidRootPart.CFrame
4788 game:GetService("StarterGui"):SetCore("SendNotification", {
4789 Title = "Position Saved";
4790 Text = "Use ;loadpos to return to saved position.";
4791 })
4792 end
4793 if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
4794 lplayer.Character.HumanoidRootPart.CFrame = saved
4795 end
4796 if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
4797 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
4798 local Anim2 = Instance.new("Animation")
4799 Anim2.AnimationId = "rbxassetid://148840371"
4800 local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
4801 track2:Play(.1, 1, 1)
4802 bplrr = v.Name
4803 banpl = true
4804 end
4805 end
4806 if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
4807 banpl = false
4808 end
4809 if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
4810 local function bringmodw()
4811 for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
4812 if obj.Name == (string.sub(CMDBAR.Text, 10)) then
4813 for i,ch in pairs(obj:GetDescendants()) do
4814 if (ch:IsA("BasePart")) then
4815 ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
4816 ch.CanCollide = false
4817 ch.Transparency = 0.7
4818 wait()
4819 ch.CFrame = lplayer.Character["Left Leg"].CFrame
4820 wait()
4821 ch.CFrame = lplayer.Character["Right Leg"].CFrame
4822 wait()
4823 ch.CFrame = lplayer.Character["Head"].CFrame
4824 end
4825 end
4826 end
4827 end
4828 end
4829 while wait() do
4830 bringmodw()
4831 end
4832 game:GetService("StarterGui"):SetCore("SendNotification", {
4833 Title = "BringMod";
4834 Text = "BringMod enabled.";
4835 })
4836 end
4837 if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
4838 local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
4839 local hum = Instance.new('Humanoid', mod)
4840 local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
4841 lplayer.Character = mod
4842 end
4843 if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
4844 game:GetService'RunService'.Stepped:Connect(function()
4845 pcall(function()
4846 for i,v in pairs(game:GetService'Players':GetPlayers()) do
4847 if v.Character ~= nil and v.Character:FindFirstChild'Head' then
4848 for _,x in pairs(v.Character.Head:GetChildren()) do
4849 if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
4850 end
4851 end
4852 end
4853 end)
4854 end)
4855 game:GetService("StarterGui"):SetCore("SendNotification", {
4856 Title = "Attempting Shutdown";
4857 Text = "Shutdown Attempt has begun.";
4858 })
4859 end
4860 if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
4861 objtodel = (string.sub(CMDBAR.Text, 8))
4862 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
4863 if v.Name == objtodel then
4864 v:Destroy()
4865 end
4866 end
4867 end
4868 if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
4869 for i,v in pairs(game:GetService("Players"):GetPlayers())do
4870 print(v)
4871 end
4872 game:GetService("StarterGui"):SetCore("SendNotification", {
4873 Title = "Printed";
4874 Text = "Players have been printed to console. (F9)";
4875 })
4876 end
4877 if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
4878 for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
4879 if (v:IsA("Decal")) then
4880 v:Destroy()
4881 end
4882 end
4883 end
4884 if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
4885 loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
4886 game:GetService("StarterGui"):SetCore("SendNotification", {
4887 Title = "Success!";
4888 Text = "OpFinality GUI has loaded.";
4889 })
4890 end
4891 if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
4892 remotes = true
4893 added = true
4894 game.DescendantAdded:connect(function(rmt)
4895 if added == true then
4896 if remotes == true then
4897 if rmt:IsA("RemoteEvent") then
4898 print("A RemoteEvent was added!")
4899 print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
4900 print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
4901 end end end
4902 end)
4903 game.DescendantAdded:connect(function(rmtfnctn)
4904 if added == true then
4905 if remotes == true then
4906 if rmtfnctn:IsA("RemoteFunction") then
4907 warn("A RemoteFunction was added!")
4908 warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
4909 print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
4910 end end end
4911 end)
4912
4913 game.DescendantAdded:connect(function(bndfnctn)
4914 if added == true then
4915 if binds == true then
4916 if bndfnctn:IsA("BindableFunction") then
4917 print("A BindableFunction was added!")
4918 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
4919 print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
4920 end end end
4921 end)
4922
4923 game.DescendantAdded:connect(function(bnd)
4924 if added == true then
4925 if binds == true then
4926 if bnd:IsA("BindableEvent") then
4927 warn("A BindableEvent was added!")
4928 warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
4929 print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
4930 end end end
4931 end)
4932
4933
4934 if binds == true then
4935 for i,v in pairs(game:GetDescendants()) do
4936 if v:IsA("BindableFunction") then
4937 print(" game." .. v:GetFullName() .. " | BindableFunction")
4938 print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
4939 end end
4940 for i,v in pairs(game:GetDescendants()) do
4941 if v:IsA("BindableEvent") then
4942 warn(" game." .. v:GetFullName() .. " | BindableEvent")
4943 print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
4944 end end
4945 else
4946 print("Off")
4947 end
4948 if remotes == true then
4949 for i,v in pairs(game:GetDescendants()) do
4950 if v:IsA("RemoteFunction") then
4951 warn(" game." .. v:GetFullName() .. " | RemoteFunction")
4952 print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
4953 end end
4954 wait()
4955 for i,v in pairs(game:GetDescendants()) do
4956 if v:IsA("RemoteEvent") then
4957 print(" game." .. v:GetFullName() .. " | RemoteEvent")
4958 print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
4959 end end
4960 else
4961 print("Off")
4962 end
4963 game:GetService("StarterGui"):SetCore("SendNotification", {
4964 Title = "Printing Remotes";
4965 Text = "Type ;noremotes to disable.";
4966 })
4967 end
4968 if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
4969 remotes = false
4970 added = false
4971 game:GetService("StarterGui"):SetCore("SendNotification", {
4972 Title = "Printing Remotes Disabled";
4973 Text = "Type ;remotes to enable.";
4974 })
4975 end
4976 if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
4977 spin = false
4978 followed = false
4979 traill = false
4980 noclip = false
4981 annoying = false
4982 hwalk = false
4983 cbringing = false
4984 end
4985 if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
4986 stopsitting = true
4987 end
4988 if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
4989 stopsitting = false
4990 end
4991 if string.sub(CMDBAR.Text, 1, 7) == ("version") then
4992 print(adminversion)
4993 game:GetService("StarterGui"):SetCore("SendNotification", {
4994 Title = "Version";
4995 Text = adminversion;
4996 })
4997 end
4998 if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
4999 clickgoto = true
5000 game:GetService("StarterGui"):SetCore("SendNotification", {
5001 Title = "Click TP";
5002 Text = "Press E to teleport to mouse position";
5003 })
5004 end
5005 if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
5006 clickgoto = false
5007 game:GetService("StarterGui"):SetCore("SendNotification", {
5008 Title = "Click TP";
5009 Text = "Click TP has been disabled.";
5010 })
5011 end
5012 if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
5013 gettingtools = true
5014 game:GetService("StarterGui"):SetCore("SendNotification", {
5015 Title = "Tools Enabled";
5016 Text = "Automatically colleting tools dropped.";
5017 })
5018 end
5019 if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
5020 gettingtools = false
5021 game:GetService("StarterGui"):SetCore("SendNotification", {
5022 Title = "Tools Disabled";
5023 Text = "Click TP has been disabled.";
5024 })
5025 end
5026 if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
5027 ScreenGui:Destroy()
5028 end
5029 if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
5030 lplayer.Character.Head:Destroy()
5031 end
5032 if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
5033 statechosen = string.sub(CMDBAR.Text, 7)
5034 changingstate = true
5035 end
5036 if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
5037 game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
5038 end
5039 if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
5040 removingmeshhats = true
5041 end
5042 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
5043 removingmeshhats = false
5044 end
5045 if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
5046 removingmeshtool = true
5047 end
5048 if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
5049 removingmeshtool = false
5050 end
5051 if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
5052 for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
5053 if v:IsA("Tool") then
5054 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
5055 v.Parent = player.Character
5056 end
5057 end
5058 end
5059 end
5060 if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
5061 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
5062 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
5063 end
5064 end
5065 if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
5066 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
5067 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
5068 end
5069 end
5070 if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
5071 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
5072 game:GetService("StarterGui"):SetCore("SendNotification", {
5073 Title = player.AccountAge.." Days";
5074 Text = "Account age of "..player.Name;
5075 })
5076 end
5077 end
5078 if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
5079 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
5080 game:GetService("StarterGui"):SetCore("SendNotification", {
5081 Title = player.UserId.." ID";
5082 Text = "Account ID of "..player.Name;
5083 })
5084 end
5085 end
5086 if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
5087 game:GetService("StarterGui"):SetCore("SendNotification", {
5088 Title = "Game ID";
5089 Text = "Game ID: ".. game.GameId;
5090 })
5091 end
5092 if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
5093 local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
5094 if pgscheck == true then
5095 game:GetService("StarterGui"):SetCore("SendNotification", {
5096 Title = "PGSPhysicsSolverEnabled";
5097 Text = "PGS is Enabled!";
5098 })
5099 else
5100 game:GetService("StarterGui"):SetCore("SendNotification", {
5101 Title = "PGSPhysicsSolverEnabled";
5102 Text = "PGS is Disabled!";
5103 })
5104 end
5105 end
5106 if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
5107 for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
5108 if v:IsA("Part") then
5109 if v.Transparency == 1 then
5110 if v.Name ~= "HumanoidRootPart" then
5111 v:Destroy()
5112 end
5113 end
5114 end
5115 end
5116 end
5117 if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
5118 game:GetService("Lighting").FogStart = 0
5119 game:GetService("Lighting").FogEnd = 9999999999999
5120 end
5121 if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
5122 lplayer.Character.Humanoid.Parent = lplayer
5123 end
5124 if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
5125 lplayer.Humanoid.Parent = lplayer.Character
5126 end
5127 if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
5128 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
5129 if v:IsA("Tool") then
5130 v.Parent = lplayer.Character
5131 wait()
5132 for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
5133 v.Parent = player.Character
5134 end
5135 end
5136 end
5137 end
5138 if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
5139 speedfly = string.sub(CMDBAR.Text, 10)
5140 wait()
5141 change()
5142 end
5143 if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
5144 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
5145 local Anim3 = Instance.new("Animation")
5146 Anim3.AnimationId = "rbxassetid://282574440"
5147 local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
5148 track3:Play(.1, 1, 1)
5149 bplrr = v.Name
5150 banpl = true
5151 end
5152 end
5153 if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
5154 banpl = false
5155 end
5156 if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
5157 for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
5158 staring = true
5159 stareplr = v
5160 end
5161 end
5162 if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
5163 staring = false
5164 end
5165 if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
5166 chatlogs = true
5167 game:GetService("StarterGui"):SetCore("SendNotification", {
5168 Title = "LogChat enabled";
5169 Text = "Now logging all player chat.";
5170 })
5171 end
5172 if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
5173 chatlogs = false
5174 game:GetService("StarterGui"):SetCore("SendNotification", {
5175 Title = "LogChat disabled";
5176 Text = "Stopped logging all player chat.";
5177 })
5178 end
5179 if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
5180 game:GetService("Workspace").CurrentCamera:Destroy()
5181 wait(0.1)
5182 game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
5183 game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
5184 lplayer.CameraMinZoomDistance = 0.5
5185 lplayer.CameraMaxZoomDistance = 400
5186 lplayer.CameraMode = "Classic"
5187 end
5188 if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
5189 changingstate = false
5190 end
5191 CMDBAR.Text = ""
5192 end
5193end)
5194
5195wait(0.3)
5196game:GetService("StarterGui"):SetCore("SendNotification", {
5197 Title = "Loaded successfully!";
5198 Text = "Reviz Admin V2 by illremember";
5199})
5200wait(0.1)
5201print("Reviz Admin V2 loaded!")
5202if game:GetService("Workspace").FilteringEnabled == true then
5203 warn("FE is Enabled (Filtering Enabled)")
5204 game:GetService("StarterGui"):SetCore("SendNotification", {
5205 Title = "FE is Enabled";
5206 Text = "Filtering Enabled. Enjoy using Reviz Admin!";
5207 })
5208else
5209 warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
5210 game:GetService("StarterGui"):SetCore("SendNotification", {
5211 Title = "FE is Disabled";
5212 Text = "Filtering Disabled. Consider using a different admin script.";
5213 })
5214end
5215
5216local intro = Instance.new("ScreenGui")
5217local Frame = Instance.new("Frame")
5218local ImageLabel = Instance.new("ImageLabel")
5219intro.Parent = game:GetService("CoreGui")
5220Frame.Parent = intro
5221Frame.BackgroundColor3 = Color3.new(1, 1, 1)
5222Frame.BackgroundTransparency = 1
5223Frame.Size = UDim2.new(1, 0, 0, 300)
5224Frame.Position = UDim2.new(0, 0, -0.4, 0)
5225ImageLabel.Parent = Frame
5226ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5227ImageLabel.BackgroundTransparency = 1
5228ImageLabel.Position = UDim2.new(0, 0, 0, 0)
5229ImageLabel.Size = UDim2.new(1, 0, 1, 0)
5230ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
5231Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
5232wait(3.01)
5233Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
5234wait(5.01)
5235intro:Destroy()
5236
5237assert(Drawing, 'exploit not supported')
5238
5239local UserInputService = game:GetService'UserInputService';
5240local HttpService = game:GetService'HttpService';
5241local GUIService = game:GetService'GuiService';
5242local RunService = game:GetService'RunService';
5243local Players = game:GetService'Players';
5244local LocalPlayer = Players.LocalPlayer;
5245local Camera = workspace.CurrentCamera
5246local Mouse = LocalPlayer:GetMouse();
5247local Menu = {};
5248local MouseHeld = false;
5249local LastRefresh = 0;
5250local OptionsFile = 'IC3_ESP_SETTINGS.dat';
5251local Binding = false;
5252local BindedKey = nil;
5253local OIndex = 0;
5254local LineBox = {};
5255local UIButtons = {};
5256local Sliders = {};
5257local Dragging = false;
5258local DraggingUI = false;
5259local DragOffset = Vector2.new();
5260local DraggingWhat = nil;
5261local OldData = {};
5262local IgnoreList = {};
5263local Red = Color3.new(1, 0, 0);
5264local Green = Color3.new(0, 1, 0);
5265local MenuLoaded = false;
5266
5267shared.MenuDrawingData = shared.MenuDrawingData or { Instances = {} };
5268shared.PlayerData = shared.PlayerData or {};
5269shared.RSName = shared.RSName or ('UnnamedESP_by_ic3-' .. HttpService:GenerateGUID(false));
5270
5271local GetDataName = shared.RSName .. '-GetData';
5272local UpdateName = shared.RSName .. '-Update';
5273
5274local Debounce = setmetatable({}, {
5275__index = function(t, i)
5276return rawget(t, i) or false
5277end;
5278});
5279
5280pcall(function() shared.InputBeganCon:disconnect() end);
5281pcall(function() shared.InputEndedCon:disconnect() end);
5282
5283function GetMouseLocation()
5284return UserInputService:GetMouseLocation();
5285end
5286
5287function MouseHoveringOver(Values)
5288local X1, Y1, X2, Y2 = Values[1], Values[2], Values[3], Values[4]
5289local MLocation = GetMouseLocation();
5290return (MLocation.x >= X1 and MLocation.x <= (X1 + (X2 - X1))) and (MLocation.y >= Y1 and MLocation.y <= (Y1 + (Y2 - Y1)));
5291end
5292
5293function GetTableData(t) -- basically table.foreach i dont even know why i made this
5294if typeof(t) ~= 'table' then return end
5295return setmetatable(t, {
5296__call = function(t, func)
5297if typeof(func) ~= 'function' then return end;
5298for i, v in pairs(t) do
5299pcall(func, i, v);
5300end
5301end;
5302});
5303end
5304local function Format(format, ...)
5305return string.format(format, ...);
5306end
5307function CalculateValue(Min, Max, Percent)
5308return Min + math.floor(((Max - Min) * Percent) + .5);
5309end
5310
5311local Options = setmetatable({}, {
5312__call = function(t, ...)
5313local Arguments = {...};
5314local Name = Arguments[1];
5315OIndex = OIndex + 1; -- (typeof(Arguments[3]) == 'boolean' and 1 or 0);
5316rawset(t, Name, setmetatable({
5317Name = Arguments[1];
5318Text = Arguments[2];
5319Value = Arguments[3];
5320DefaultValue = Arguments[3];
5321AllArgs = Arguments;
5322Index = OIndex;
5323}, {
5324__call = function(t, v)
5325if typeof(t.Value) == 'function' then
5326t.Value();
5327elseif typeof(t.Value) == 'EnumItem' then
5328local BT = Menu:GetInstance(Format('%s_BindText', t.Name));
5329Binding = true;
5330local Val = 0
5331while Binding do
5332wait();
5333Val = (Val + 1) % 17;
5334BT.Text = Val <= 8 and '|' or '';
5335end
5336t.Value = BindedKey;
5337BT.Text = tostring(t.Value):match'%w+%.%w+%.(.+)';
5338BT.Position = t.BasePosition + Vector2.new(t.BaseSize.X - BT.TextBounds.X - 20, -10);
5339else
5340local NewValue = v;
5341if NewValue == nil then NewValue = not t.Value; end
5342rawset(t, 'Value', NewValue);
5343if Arguments[2] ~= nil then
5344if typeof(Arguments[3]) == 'number' then
5345local AMT = Menu:GetInstance(Format('%s_AmountText', t.Name));
5346AMT.Text = tostring(t.Value);
5347AMT.Position = t.BasePosition + Vector2.new(t.BaseSize.X - AMT.TextBounds.X - 10, -10);
5348else
5349local Inner = Menu:GetInstance(Format('%s_InnerCircle', t.Name));
5350Inner.Visible = t.Value;
5351end
5352end
5353end
5354end;
5355}));
5356end;
5357})
5358
5359function Load()
5360local _, Result = pcall(readfile, OptionsFile);
5361if _ then -- extremely ugly code yea i know but i dont care p.s. i hate pcall
5362local _, Table = pcall(HttpService.JSONDecode, HttpService, Result);
5363if _ then
5364for i, v in pairs(Table) do
5365if Options[i] ~= nil and Options[i].Value ~= nil and (typeof(Options[i].Value) == 'boolean' or typeof(Options[i].Value) == 'number') then
5366Options[i].Value = v.Value;
5367pcall(Options[i], v.Value);
5368end
5369end
5370end
5371end
5372end
5373
5374Options('Enabled', 'ESP Enabled', true);
5375Options('ShowTeam', 'Show Team', false);
5376Options('ShowName', 'Show Names', true);
5377Options('ShowDistance', 'Show Distance', true);
5378Options('ShowHealth', 'Show Health', true);
5379Options('ShowBoxes', 'Show Boxes', true);
5380Options('ShowTracers', 'Show Tracers', true);
5381Options('ShowDot', 'Show Head Dot', false);
5382Options('VisCheck', 'Visibility Check', false);
5383Options('Crosshair', 'Crosshair', false);
5384Options('TextOutline', 'Text Outline', true);
5385Options('TextSize', 'Text Size', syn and 18 or 14, 10, 24); -- cuz synapse fonts look weird???
5386Options('MaxDistance', 'Max Distance', 2500, 100, 5000);
5387Options('RefreshRate', 'Refresh Rate (ms)', 5, 1, 200);
5388Options('MenuKey', 'Menu Key', Enum.KeyCode.F4, 1);
5389Options('ResetSettings', 'Reset Settings', function()
5390for i, v in pairs(Options) do
5391if Options[i] ~= nil and Options[i].Value ~= nil and Options[i].Text ~= nil and (typeof(Options[i].Value) == 'boolean' or typeof(Options[i].Value) == 'number') then
5392Options[i](Options[i].DefaultValue);
5393end
5394end
5395end, 4);
5396Options('LoadSettings', 'Load Settings', Load, 3);
5397Options('SaveSettings', 'Save Settings', function()
5398writefile(OptionsFile, HttpService:JSONEncode(Options));
5399end, 2)
5400-- Options.SaveSettings.Value();
5401
5402Load();
5403
5404Options('MenuOpen', nil, true);
5405
5406local function Set(t, i, v)
5407t[i] = v;
5408end
5409local function Combine(...)
5410local Output = {};
5411for i, v in pairs{...} do
5412if typeof(v) == 'table' then
5413table.foreach(v, function(i, v)
5414Output[i] = v;
5415end)
5416end
5417end
5418return Output
5419end
5420function IsStringEmpty(String)
5421if type(String) == 'string' then
5422return String:match'^%s+$' ~= nil or #String == 0 or String == '' or false;
5423end
5424return false
5425end
5426
5427function NewDrawing(InstanceName)
5428local Instance = Drawing.new(InstanceName);
5429return (function(Properties)
5430for i, v in pairs(Properties) do
5431pcall(Set, Instance, i, v);
5432end
5433return Instance;
5434end)
5435end
5436
5437function Menu:AddMenuInstace(Name, Instance)
5438if shared.MenuDrawingData.Instances[Name] ~= nil then
5439shared.MenuDrawingData.Instances[Name]:Remove();
5440end
5441shared.MenuDrawingData.Instances[Name] = Instance;
5442return Instance;
5443end
5444function Menu:UpdateMenuInstance(Name)
5445local Instance = shared.MenuDrawingData.Instances[Name];
5446if Instance ~= nil then
5447return (function(Properties)
5448for i, v in pairs(Properties) do
5449-- print(Format('%s %s -> %s', Name, tostring(i), tostring(v)));
5450pcall(Set, Instance, i, v);
5451end
5452return Instance;
5453end)
5454end
5455end
5456function Menu:GetInstance(Name)
5457return shared.MenuDrawingData.Instances[Name];
5458end
5459
5460function LineBox:Create(Properties)
5461local Box = { Visible = true }; -- prevent errors not really though dont worry bout the Visible = true thing
5462
5463local Properties = Combine({
5464Transparency = 1;
5465Thickness = 1;
5466Visible = true;
5467}, Properties);
5468
5469Box['TopLeft'] = NewDrawing'Line'(Properties);
5470Box['TopRight'] = NewDrawing'Line'(Properties);
5471Box['BottomLeft'] = NewDrawing'Line'(Properties);
5472Box['BottomRight'] = NewDrawing'Line'(Properties);
5473
5474function Box:Update(CF, Size, Color, Properties)
5475if not CF or not Size then return end
5476
5477local TLPos, Visible1 = Camera:WorldToViewportPoint((CF * CFrame.new( Size.X, Size.Y, 0)).p);
5478local TRPos, Visible2 = Camera:WorldToViewportPoint((CF * CFrame.new(-Size.X, Size.Y, 0)).p);
5479local BLPos, Visible3 = Camera:WorldToViewportPoint((CF * CFrame.new( Size.X, -Size.Y, 0)).p);
5480local BRPos, Visible4 = Camera:WorldToViewportPoint((CF * CFrame.new(-Size.X, -Size.Y, 0)).p);
5481-- ## BEGIN UGLY CODE
5482if Visible1 then
5483Box['TopLeft'].Visible = true;
5484Box['TopLeft'].Color = Color;
5485Box['TopLeft'].From = Vector2.new(TLPos.X, TLPos.Y);
5486Box['TopLeft'].To = Vector2.new(TRPos.X, TRPos.Y);
5487else
5488Box['TopLeft'].Visible = false;
5489end
5490if Visible2 then
5491Box['TopRight'].Visible = true;
5492Box['TopRight'].Color = Color;
5493Box['TopRight'].From = Vector2.new(TRPos.X, TRPos.Y);
5494Box['TopRight'].To = Vector2.new(BRPos.X, BRPos.Y);
5495else
5496Box['TopRight'].Visible = false;
5497end
5498if Visible3 then
5499Box['BottomLeft'].Visible = true;
5500Box['BottomLeft'].Color = Color;
5501Box['BottomLeft'].From = Vector2.new(BLPos.X, BLPos.Y);
5502Box['BottomLeft'].To = Vector2.new(TLPos.X, TLPos.Y);
5503else
5504Box['BottomLeft'].Visible = false;
5505end
5506if Visible4 then
5507Box['BottomRight'].Visible = true;
5508Box['BottomRight'].Color = Color;
5509Box['BottomRight'].From = Vector2.new(BRPos.X, BRPos.Y);
5510Box['BottomRight'].To = Vector2.new(BLPos.X, BLPos.Y);
5511else
5512Box['BottomRight'].Visible = false;
5513end
5514-- ## END UGLY CODE
5515if Properties then
5516GetTableData(Properties)(function(i, v)
5517pcall(Set, Box['TopLeft'], i, v);
5518pcall(Set, Box['TopRight'], i, v);
5519pcall(Set, Box['BottomLeft'], i, v);
5520pcall(Set, Box['BottomRight'], i, v);
5521end)
5522end
5523end
5524function Box:SetVisible(bool)
5525pcall(Set, Box['TopLeft'], 'Visible', bool);
5526pcall(Set, Box['TopRight'], 'Visible', bool);
5527pcall(Set, Box['BottomLeft'], 'Visible', bool);
5528pcall(Set, Box['BottomRight'], 'Visible', bool);
5529end
5530function Box:Remove()
5531self:SetVisible(false);
5532Box['TopLeft']:Remove();
5533Box['TopRight']:Remove();
5534Box['BottomLeft']:Remove();
5535Box['BottomRight']:Remove();
5536end
5537
5538return Box;
5539end
5540
5541function CreateMenu(NewPosition) -- Create Menu
5542local function FromHex(HEX)
5543HEX = HEX:gsub('#', '');
5544return Color3.fromRGB(tonumber('0x' .. HEX:sub(1, 2)), tonumber('0x' .. HEX:sub(3, 4)), tonumber('0x' .. HEX:sub(5, 6)));
5545end
5546
5547local Colors = {
5548Primary = {
5549Main = FromHex'424242';
5550Light = FromHex'6d6d6d';
5551Dark = FromHex'1b1b1b';
5552};
5553Secondary = {
5554Main = FromHex'e0e0e0';
5555Light = FromHex'ffffff';
5556Dark = FromHex'aeaeae';
5557};
5558};
5559
5560MenuLoaded = false;
5561
5562GetTableData(UIButtons)(function(i, v)
5563v.Instance.Visible = false;
5564v.Instance:Remove();
5565end)
5566GetTableData(Sliders)(function(i, v)
5567v.Instance.Visible = false;
5568v.Instance:Remove();
5569end)
5570
5571UIButtons = {};
5572Sliders = {};
5573
5574local BaseSize = Vector2.new(300, 580);
5575local BasePosition = NewPosition or Vector2.new(Camera.ViewportSize.X / 8 - (BaseSize.X / 2), Camera.ViewportSize.Y / 2 - (BaseSize.Y / 2));
5576
5577Menu:AddMenuInstace('CrosshairX', NewDrawing'Line'{
5578Visible = false;
5579Color = Color3.new(0, 1, 0);
5580Transparency = 1;
5581Thickness = 1;
5582});
5583Menu:AddMenuInstace('CrosshairY', NewDrawing'Line'{
5584Visible = false;
5585Color = Color3.new(0, 1, 0);
5586Transparency = 1;
5587Thickness = 1;
5588});
5589
5590delay(.025, function() -- since zindex doesnt exist
5591Menu:AddMenuInstace('Main', NewDrawing'Square'{
5592Size = BaseSize;
5593Position = BasePosition;
5594Filled = false;
5595Color = Colors.Primary.Main;
5596Thickness = 3;
5597Visible = true;
5598});
5599end);
5600Menu:AddMenuInstace('TopBar', NewDrawing'Square'{
5601Position = BasePosition;
5602Size = Vector2.new(BaseSize.X, 25);
5603Color = Colors.Primary.Dark;
5604Filled = true;
5605Visible = true;
5606});
5607Menu:AddMenuInstace('TopBarTwo', NewDrawing'Square'{
5608Position = BasePosition + Vector2.new(0, 25);
5609Size = Vector2.new(BaseSize.X, 60);
5610Color = Colors.Primary.Main;
5611Filled = true;
5612Visible = true;
5613});
5614Menu:AddMenuInstace('TopBarText', NewDrawing'Text'{
5615Size = 25;
5616Position = shared.MenuDrawingData.Instances.TopBarTwo.Position + Vector2.new(25, 15);
5617Text = 'Unnamed ESP';
5618Color = Colors.Secondary.Light;
5619Visible = true;
5620});
5621Menu:AddMenuInstace('TopBarTextBR', NewDrawing'Text'{
5622Size = 15;
5623Position = shared.MenuDrawingData.Instances.TopBarTwo.Position + Vector2.new(BaseSize.X - 65, 40);
5624Text = 'by ic3w0lf';
5625Color = Colors.Secondary.Dark;
5626Visible = true;
5627});
5628Menu:AddMenuInstace('Filling', NewDrawing'Square'{
5629Size = BaseSize - Vector2.new(0, 85);
5630Position = BasePosition + Vector2.new(0, 85);
5631Filled = true;
5632Color = Colors.Secondary.Main;
5633Transparency= .5;
5634Visible = true;
5635});
5636
5637local CPos = 0;
5638
5639GetTableData(Options)(function(i, v)
5640if typeof(v.Value) == 'boolean' and not IsStringEmpty(v.Text) and v.Text ~= nil then
5641CPos = CPos + 25;
5642local BaseSize = Vector2.new(BaseSize.X, 30);
5643local BasePosition = shared.MenuDrawingData.Instances.Filling.Position + Vector2.new(30, v.Index * 25 - 10);
5644UIButtons[#UIButtons + 1] = {
5645Option = v;
5646Instance = Menu:AddMenuInstace(Format('%s_Hitbox', v.Name), NewDrawing'Square'{
5647Position = BasePosition - Vector2.new(30, 15);
5648Size = BaseSize;
5649Visible = false;
5650});
5651};
5652Menu:AddMenuInstace(Format('%s_OuterCircle', v.Name), NewDrawing'Circle'{
5653Radius = 10;
5654Position = BasePosition;
5655Color = Colors.Secondary.Light;
5656Filled = true;
5657Visible = true;
5658});
5659Menu:AddMenuInstace(Format('%s_InnerCircle', v.Name), NewDrawing'Circle'{
5660Radius = 7;
5661Position = BasePosition;
5662Color = Colors.Secondary.Dark;
5663Filled = true;
5664Visible = v.Value;
5665});
5666Menu:AddMenuInstace(Format('%s_Text', v.Name), NewDrawing'Text'{
5667Text = v.Text;
5668Size = 20;
5669Position = BasePosition + Vector2.new(20, -10);
5670Visible = true;
5671Color = Colors.Primary.Dark;
5672});
5673end
5674end)
5675GetTableData(Options)(function(i, v) -- just to make sure certain things are drawn before or after others, too lazy to actually sort table
5676if typeof(v.Value) == 'number' then
5677CPos = CPos + 25;
5678
5679local BaseSize = Vector2.new(BaseSize.X, 30);
5680local BasePosition = shared.MenuDrawingData.Instances.Filling.Position + Vector2.new(0, CPos - 10);
5681
5682local Text = Menu:AddMenuInstace(Format('%s_Text', v.Name), NewDrawing'Text'{
5683Text = v.Text;
5684Size = 20;
5685Position = BasePosition + Vector2.new(20, -10);
5686Visible = true;
5687Color = Colors.Primary.Dark;
5688});
5689local AMT = Menu:AddMenuInstace(Format('%s_AmountText', v.Name), NewDrawing'Text'{
5690Text = tostring(v.Value);
5691Size = 20;
5692Position = BasePosition;
5693Visible = true;
5694Color = Colors.Primary.Dark;
5695});
5696local Line = Menu:AddMenuInstace(Format('%s_SliderLine', v.Name), NewDrawing'Line'{
5697Transparency = 1;
5698Color = Colors.Primary.Dark;
5699Thickness = 3;
5700Visible = true;
5701From = BasePosition + Vector2.new(20, 20);
5702To = BasePosition + Vector2.new(BaseSize.X - 10, 20);
5703});
5704CPos = CPos + 10;
5705local Slider = Menu:AddMenuInstace(Format('%s_Slider', v.Name), NewDrawing'Circle'{
5706Visible = true;
5707Filled = true;
5708Radius = 6;
5709Color = Colors.Secondary.Dark;
5710Position = BasePosition + Vector2.new(35, 20);
5711})
5712
5713local CSlider = {Slider = Slider; Line = Line; Min = v.AllArgs[4]; Max = v.AllArgs[5]; Option = v};
5714Sliders[#Sliders + 1] = CSlider;
5715
5716-- local Percent = (v.Value / CSlider.Max) * 100;
5717-- local Size = math.abs(Line.From.X - Line.To.X);
5718-- local Value = Size * (Percent / 100); -- this shit's inaccurate but fuck it i'm not even gonna bother fixing it
5719
5720Slider.Position = BasePosition + Vector2.new(40, 20);
5721
5722v.BaseSize = BaseSize;
5723v.BasePosition = BasePosition;
5724AMT.Position = BasePosition + Vector2.new(BaseSize.X - AMT.TextBounds.X - 10, -10)
5725end
5726end)
5727GetTableData(Options)(function(i, v) -- just to make sure certain things are drawn before or after others, too lazy to actually sort table
5728if typeof(v.Value) == 'EnumItem' then
5729CPos = CPos + 30;
5730
5731local BaseSize = Vector2.new(BaseSize.X, 30);
5732local BasePosition = shared.MenuDrawingData.Instances.Filling.Position + Vector2.new(0, CPos - 10);
5733
5734UIButtons[#UIButtons + 1] = {
5735Option = v;
5736Instance = Menu:AddMenuInstace(Format('%s_Hitbox', v.Name), NewDrawing'Square'{
5737Size = Vector2.new(BaseSize.X, 20) - Vector2.new(30, 0);
5738Visible = true;
5739Transparency= .5;
5740Position = BasePosition + Vector2.new(15, -10);
5741Color = Colors.Secondary.Light;
5742Filled = true;
5743});
5744};
5745local Text = Menu:AddMenuInstace(Format('%s_Text', v.Name), NewDrawing'Text'{
5746Text = v.Text;
5747Size = 20;
5748Position = BasePosition + Vector2.new(20, -10);
5749Visible = true;
5750Color = Colors.Primary.Dark;
5751});
5752local BindText = Menu:AddMenuInstace(Format('%s_BindText', v.Name), NewDrawing'Text'{
5753Text = tostring(v.Value):match'%w+%.%w+%.(.+)';
5754Size = 20;
5755Position = BasePosition;
5756Visible = true;
5757Color = Colors.Primary.Dark;
5758});
5759
5760Options[i].BaseSize = BaseSize;
5761Options[i].BasePosition = BasePosition;
5762BindText.Position = BasePosition + Vector2.new(BaseSize.X - BindText.TextBounds.X - 20, -10);
5763end
5764end)
5765GetTableData(Options)(function(i, v) -- just to make sure certain things are drawn before or after others, too lazy to actually sort table
5766if typeof(v.Value) == 'function' then
5767local BaseSize = Vector2.new(BaseSize.X, 30);
5768local BasePosition = shared.MenuDrawingData.Instances.Filling.Position + Vector2.new(0, CPos + (25 * v.AllArgs[4]) - 35);
5769
5770UIButtons[#UIButtons + 1] = {
5771Option = v;
5772Instance = Menu:AddMenuInstace(Format('%s_Hitbox', v.Name), NewDrawing'Square'{
5773Size = Vector2.new(BaseSize.X, 20) - Vector2.new(30, 0);
5774Visible = true;
5775Transparency= .5;
5776Position = BasePosition + Vector2.new(15, -10);
5777Color = Colors.Secondary.Light;
5778Filled = true;
5779});
5780};
5781local Text = Menu:AddMenuInstace(Format('%s_Text', v.Name), NewDrawing'Text'{
5782Text = v.Text;
5783Size = 20;
5784Position = BasePosition + Vector2.new(20, -10);
5785Visible = true;
5786Color = Colors.Primary.Dark;
5787});
5788
5789-- BindText.Position = BasePosition + Vector2.new(BaseSize.X - BindText.TextBounds.X - 10, -10);
5790end
5791end)
5792
5793delay(.1, function()
5794MenuLoaded = true;
5795end);
5796
5797-- this has to be at the bottom cuz proto drawing api doesnt have zindex :triumph:
5798Menu:AddMenuInstace('Cursor1', NewDrawing'Line'{
5799Visible = false;
5800Color = Color3.new(1, 0, 0);
5801Transparency = 1;
5802Thickness = 2;
5803});
5804Menu:AddMenuInstace('Cursor2', NewDrawing'Line'{
5805Visible = false;
5806Color = Color3.new(1, 0, 0);
5807Transparency = 1;
5808Thickness = 2;
5809});
5810Menu:AddMenuInstace('Cursor3', NewDrawing'Line'{
5811Visible = false;
5812Color = Color3.new(1, 0, 0);
5813Transparency = 1;
5814Thickness = 2;
5815});
5816end
5817
5818CreateMenu();
5819
5820shared.InputBeganCon = UserInputService.InputBegan:connect(function(input)
5821if input.UserInputType.Name == 'MouseButton1' and Options.MenuOpen.Value then
5822MouseHeld = true;
5823local Bar = Menu:GetInstance'TopBar';
5824local Values = {
5825Bar.Position.X;
5826Bar.Position.Y;
5827Bar.Position.X + Bar.Size.X;
5828Bar.Position.Y + Bar.Size.Y;
5829}
5830if MouseHoveringOver(Values) and not syn then -- disable dragging for synapse cuz idk why it breaks
5831DraggingUI = true;
5832DragOffset = Menu:GetInstance'Main'.Position - GetMouseLocation();
5833else
5834for i, v in pairs(Sliders) do
5835local Values = {
5836v.Line.From.X - (v.Slider.Radius);
5837v.Line.From.Y - (v.Slider.Radius);
5838v.Line.To.X + (v.Slider.Radius);
5839v.Line.To.Y + (v.Slider.Radius);
5840};
5841if MouseHoveringOver(Values) then
5842DraggingWhat = v;
5843Dragging = true;
5844break
5845end
5846end
5847end
5848end
5849end)
5850shared.InputEndedCon = UserInputService.InputEnded:connect(function(input)
5851if input.UserInputType.Name == 'MouseButton1' and Options.MenuOpen.Value then
5852MouseHeld = false;
5853for i, v in pairs(UIButtons) do
5854local Values = {
5855v.Instance.Position.X;
5856v.Instance.Position.Y;
5857v.Instance.Position.X + v.Instance.Size.X;
5858v.Instance.Position.Y + v.Instance.Size.Y;
5859};
5860if MouseHoveringOver(Values) then
5861v.Option();
5862break -- prevent clicking 2 options
5863end
5864end
5865elseif input.UserInputType.Name == 'Keyboard' then
5866if Binding then
5867BindedKey = input.KeyCode;
5868Binding = false;
5869elseif input.KeyCode == Options.MenuKey.Value or (input.KeyCode == Enum.KeyCode.Home and UserInputService:IsKeyDown(Enum.KeyCode.LeftControl)) then
5870Options.MenuOpen();
5871end
5872end
5873end)
5874
5875function ToggleMenu()
5876if Options.MenuOpen.Value then
5877GetTableData(shared.MenuDrawingData.Instances)(function(i, v)
5878if OldData[v] then
5879pcall(Set, v, 'Visible', true);
5880end
5881end)
5882else
5883-- GUIService:SetMenuIsOpen(false);
5884GetTableData(shared.MenuDrawingData.Instances)(function(i, v)
5885if v.Visible == true then
5886OldData[v] = true;
5887pcall(Set, v, 'Visible', false);
5888end
5889end)
5890end
5891end
5892
5893function CheckRay(Player, Distance, Position, Unit)
5894local Pass = true;
5895
5896if Distance > 999 then return false; end
5897
5898local _Ray = Ray.new(Position, Unit * Distance);
5899
5900local List = {LocalPlayer.Character, Camera, Mouse.TargetFilter};
5901
5902for i,v in pairs(IgnoreList) do table.insert(List, v); end;
5903
5904local Hit = workspace:FindPartOnRayWithIgnoreList(_Ray, List);
5905if Hit and not Hit:IsDescendantOf(Player.Character) then
5906Pass = false;
5907if Hit.Transparency >= .3 or not Hit.CanCollide and Hit.ClassName ~= Terrain then -- Detect invisible walls
5908IgnoreList[#IgnoreList + 1] = Hit;
5909end
5910end
5911
5912return Pass;
5913end
5914
5915function CheckPlayer(Player)
5916if not Options.Enabled.Value then return false end
5917
5918local Pass = true;
5919local Distance = 0;
5920
5921if Player ~= LocalPlayer and Player.Character then
5922if not Options.ShowTeam.Value and Player.TeamColor == LocalPlayer.TeamColor then
5923Pass = false;
5924end
5925
5926local Head = Player.Character:FindFirstChild'Head';
5927
5928if Pass and Player.Character and Head then
5929Distance = (Camera.CFrame.p - Head.Position).magnitude;
5930if Options.VisCheck.Value then
5931Pass = CheckRay(Player, Distance, Camera.CFrame.p, (Head.Position - Camera.CFrame.p).unit);
5932end
5933if Distance > Options.MaxDistance.Value then
5934Pass = false;
5935end
5936end
5937else
5938Pass = false;
5939end
5940
5941return Pass, Distance;
5942end
5943
5944function UpdatePlayerData()
5945if (tick() - LastRefresh) > (Options.RefreshRate.Value / 1000) then
5946LastRefresh = tick();
5947for i, v in pairs(Players:GetPlayers()) do
5948local Data = shared.PlayerData[v.Name] or { Instances = {} };
5949
5950Data.Instances['Box'] = Data.Instances['Box'] or LineBox:Create{Thickness = 3};
5951Data.Instances['Tracer'] = Data.Instances['Tracer'] or NewDrawing'Line'{
5952Transparency = 1;
5953Thickness = 2;
5954}
5955Data.Instances['HeadDot'] = Data.Instances['HeadDot'] or NewDrawing'Circle'{
5956Filled = true;
5957NumSides = 30;
5958}
5959Data.Instances['NameTag'] = Data.Instances['NameTag'] or NewDrawing'Text'{
5960Size = Options.TextSize.Value;
5961Center = true;
5962Outline = Options.TextOutline.Value;
5963Visible = true;
5964};
5965Data.Instances['DistanceHealthTag'] = Data.Instances['DistanceHealthTag'] or NewDrawing'Text'{
5966Size = Options.TextSize.Value - 1;
5967Center = true;
5968Outline = Options.TextOutline.Value;
5969Visible = true;
5970};
5971
5972local NameTag = Data.Instances['NameTag'];
5973local DistanceTag = Data.Instances['DistanceHealthTag'];
5974local Tracer = Data.Instances['Tracer'];
5975local HeadDot = Data.Instances['HeadDot'];
5976local Box = Data.Instances['Box'];
5977
5978local Pass, Distance = CheckPlayer(v);
5979
5980if Pass and v.Character then
5981Data.LastUpdate = tick();
5982local Humanoid = v.Character:FindFirstChildOfClass'Humanoid';
5983local Head = v.Character:FindFirstChild'Head';
5984local HumanoidRootPart = v.Character:FindFirstChild'HumanoidRootPart';
5985if v.Character ~= nil and Head then
5986local ScreenPosition, Vis = Camera:WorldToViewportPoint(Head.Position);
5987if Vis then
5988local Color = v.TeamColor == LocalPlayer.TeamColor and Green or Red;
5989
5990local ScreenPositionUpper = Camera:WorldToViewportPoint(Head.CFrame * CFrame.new(0, Head.Size.Y, 0).p);
5991local Scale = Head.Size.Y / 2;
5992
5993if Options.ShowName.Value then
5994NameTag.Visible = true;
5995NameTag.Text = v.Name;
5996NameTag.Size = Options.TextSize.Value;
5997NameTag.Outline = Options.TextOutline.Value;
5998NameTag.Position = Vector2.new(ScreenPositionUpper.X, ScreenPositionUpper.Y);
5999NameTag.Color = Color;
6000if Drawing.Fonts then -- CURRENTLY SYNAPSE ONLY :MEGAHOLY:
6001NameTag.Font = Drawing.Fonts.UI;
6002end
6003else
6004NameTag.Visible = false;
6005end
6006if Options.ShowDistance.Value or Options.ShowHealth.Value then
6007DistanceTag.Visible = true;
6008DistanceTag.Size = Options.TextSize.Value - 1;
6009DistanceTag.Outline = Options.TextOutline.Value;
6010DistanceTag.Color = Color3.new(1, 1, 1);
6011if Drawing.Fonts then -- CURRENTLY SYNAPSE ONLY :MEGAHOLY:
6012NameTag.Font = Drawing.Fonts.UI;
6013end
6014
6015local Str = '';
6016
6017if Options.ShowDistance.Value then
6018Str = Str .. Format('[%d] ', Distance);
6019end
6020if Options.ShowHealth.Value and Humanoid then
6021Str = Str .. Format('[%d/100]', Humanoid.Health / Humanoid.MaxHealth * 100);
6022end
6023
6024DistanceTag.Text = Str;
6025DistanceTag.Position = Vector2.new(ScreenPositionUpper.X, ScreenPositionUpper.Y) + Vector2.new(0, NameTag.Size);
6026else
6027DistanceTag.Visible = false;
6028end
6029if Options.ShowDot.Value then
6030local Top = Camera:WorldToViewportPoint((Head.CFrame * CFrame.new(0, Scale, 0)).p);
6031local Bottom = Camera:WorldToViewportPoint((Head.CFrame * CFrame.new(0, -Scale, 0)).p);
6032local Radius = (Top - Bottom).y;
6033
6034HeadDot.Visible = true;
6035HeadDot.Color = Color;
6036HeadDot.Position = Vector2.new(ScreenPosition.X, ScreenPosition.Y);
6037HeadDot.Radius = Radius;
6038else
6039HeadDot.Visible = false;
6040end
6041if Options.ShowTracers.Value then
6042Tracer.Visible = true;
6043Tracer.From = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y);
6044Tracer.To = Vector2.new(ScreenPosition.X, ScreenPosition.Y);
6045Tracer.Color = Color;
6046else
6047Tracer.Visible = false;
6048end
6049if Options.ShowBoxes.Value and HumanoidRootPart then
6050Box:Update(HumanoidRootPart.CFrame, Vector3.new(2, 3, 0) * (Scale * 2), Color);
6051else
6052Box:SetVisible(false);
6053end
6054else
6055NameTag.Visible = false;
6056DistanceTag.Visible = false;
6057Tracer.Visible = false;
6058HeadDot.Visible = false;
6059
6060Box:SetVisible(false);
6061end
6062end
6063else
6064NameTag.Visible = false;
6065DistanceTag.Visible = false;
6066Tracer.Visible = false;
6067HeadDot.Visible = false;
6068
6069Box:SetVisible(false);
6070end
6071
6072shared.PlayerData[v.Name] = Data;
6073end
6074end
6075end
6076
6077function Update()
6078for i, v in pairs(shared.PlayerData) do
6079if not Players:FindFirstChild(tostring(i)) then
6080GetTableData(v.Instances)(function(i, obj)
6081obj.Visible = false;
6082obj:Remove();
6083v.Instances[i] = nil;
6084end)
6085shared.PlayerData[i] = nil;
6086end
6087end
6088
6089local CX = Menu:GetInstance'CrosshairX';
6090local CY = Menu:GetInstance'CrosshairY';
6091if Options.Crosshair.Value then
6092CX.Visible = true;
6093CY.Visible = true;
6094
6095CX.To = Vector2.new((Camera.ViewportSize.X / 2) - 8, (Camera.ViewportSize.Y / 2));
6096CX.From = Vector2.new((Camera.ViewportSize.X / 2) + 8, (Camera.ViewportSize.Y / 2));
6097CY.To = Vector2.new((Camera.ViewportSize.X / 2), (Camera.ViewportSize.Y / 2) - 8);
6098CY.From = Vector2.new((Camera.ViewportSize.X / 2), (Camera.ViewportSize.Y / 2) + 8);
6099else
6100CX.Visible = false;
6101CY.Visible = false;
6102end
6103
6104if Options.MenuOpen.Value and MenuLoaded then
6105local MLocation = GetMouseLocation();
6106shared.MenuDrawingData.Instances.Main.Color = Color3.fromHSV(tick() * 24 % 255/255, 1, 1);
6107local MainInstance = Menu:GetInstance'Main';
6108local Values = {
6109MainInstance.Position.X;
6110MainInstance.Position.Y;
6111MainInstance.Position.X + MainInstance.Size.X;
6112MainInstance.Position.Y + MainInstance.Size.Y;
6113};
6114if MainInstance and MouseHoveringOver(Values) then
6115Debounce.CursorVis = true;
6116-- GUIService:SetMenuIsOpen(true);
6117Menu:UpdateMenuInstance'Cursor1'{
6118Visible = true;
6119From = Vector2.new(MLocation.x, MLocation.y);
6120To = Vector2.new(MLocation.x + 5, MLocation.y + 6);
6121}
6122Menu:UpdateMenuInstance'Cursor2'{
6123Visible = true;
6124From = Vector2.new(MLocation.x, MLocation.y);
6125To = Vector2.new(MLocation.x, MLocation.y + 8);
6126}
6127Menu:UpdateMenuInstance'Cursor3'{
6128Visible = true;
6129From = Vector2.new(MLocation.x, MLocation.y + 6);
6130To = Vector2.new(MLocation.x + 5, MLocation.y + 5);
6131}
6132else
6133if Debounce.CursorVis then
6134Debounce.CursorVis = false;
6135-- GUIService:SetMenuIsOpen(false);
6136Menu:UpdateMenuInstance'Cursor1'{Visible = false};
6137Menu:UpdateMenuInstance'Cursor2'{Visible = false};
6138Menu:UpdateMenuInstance'Cursor3'{Visible = false};
6139end
6140end
6141if MouseHeld then
6142if Dragging then
6143DraggingWhat.Slider.Position = Vector2.new(math.clamp(MLocation.X, DraggingWhat.Line.From.X, DraggingWhat.Line.To.X), DraggingWhat.Slider.Position.Y);
6144local Percent = (DraggingWhat.Slider.Position.X - DraggingWhat.Line.From.X) / ((DraggingWhat.Line.To.X - DraggingWhat.Line.From.X));
6145local Value = CalculateValue(DraggingWhat.Min, DraggingWhat.Max, Percent);
6146DraggingWhat.Option(Value);
6147elseif DraggingUI then
6148Debounce.UIDrag = true;
6149local Main = Menu:GetInstance'Main';
6150local MousePos = GetMouseLocation();
6151Main.Position = MousePos + DragOffset;
6152end
6153else
6154Dragging = false;
6155if DraggingUI and Debounce.UIDrag then
6156Debounce.UIDrag = false;
6157DraggingUI = false;
6158CreateMenu(Menu:GetInstance'Main'.Position);
6159end
6160end
6161if not Debounce.Menu then
6162Debounce.Menu = true;
6163ToggleMenu();
6164end
6165elseif Debounce.Menu and not Options.MenuOpen.Value then
6166Debounce.Menu = false;
6167ToggleMenu();
6168end
6169end
6170
6171RunService:UnbindFromRenderStep(GetDataName);
6172RunService:UnbindFromRenderStep(UpdateName);
6173
6174RunService:BindToRenderStep(GetDataName, 1, UpdatePlayerData);
6175RunService:BindToRenderStep(UpdateName, 1, Update);