Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local Tutorial = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local BeautyA = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local BeautyB = Instance.new("Frame")
- local Credit = Instance.new("TextLabel")
- local None = Instance.new("TextButton")
- local None_2 = Instance.new("TextButton")
- local None_3 = Instance.new("TextButton")
- local None_4 = Instance.new("TextButton")
- local FEArosiaGUI = Instance.new("TextButton")
- local Shattervast = Instance.new("TextButton")
- local None_5 = Instance.new("TextButton")
- local None_6 = Instance.new("TextButton")
- local None_7 = Instance.new("TextButton")
- local None_8 = Instance.new("TextButton")
- local None_9 = Instance.new("TextButton")
- local None_10 = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- --Properties:
- Tutorial.Name = "Tutorial"
- Tutorial.Parent = game.Players.LocalPlayer.PlayerGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = Tutorial
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.new(0.552941, 0, 0.831373)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0, 0, 0.501347661, 0)
- OpenFrame.Size = UDim2.new(0, 102, 0, 35)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0.6, 0, 0.898039)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.0656218454, 0, 0.11698129, 0)
- Open.Size = UDim2.new(0, 88, 0, 25)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 30
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = Tutorial
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.352189779, 0, 0.212707102, 0)
- Main.Size = UDim2.new(0, 487, 0, 288)
- Main.Visible = false
- Main.Draggable = true
- BeautyA.Name = "BeautyA"
- BeautyA.Parent = Main
- BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
- BeautyA.BorderSizePixel = 0
- BeautyA.Size = UDim2.new(0, 487, 0, 29)
- Name.Name = "Name"
- Name.Parent = BeautyA
- Name.BackgroundColor3 = Color3.new(1, 1, 1)
- Name.BackgroundTransparency = 1
- Name.BorderSizePixel = 0
- Name.Position = UDim2.new(0.293634504, 0, 0, 0)
- Name.Size = UDim2.new(0, 200, 0, 29)
- Name.Font = Enum.Font.Cartoon
- Name.Text = "Tutorial"
- Name.TextColor3 = Color3.new(1, 1, 1)
- Name.TextSize = 20
- BeautyB.Name = "BeautyB"
- BeautyB.Parent = Main
- BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
- BeautyB.BorderSizePixel = 0
- BeautyB.Position = UDim2.new(0, 0, 0.899305582, 0)
- BeautyB.Size = UDim2.new(0, 487, 0, 29)
- Credit.Name = "Credit"
- Credit.Parent = BeautyB
- Credit.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit.BackgroundTransparency = 1
- Credit.BorderSizePixel = 0
- Credit.Size = UDim2.new(0, 487, 0, 29)
- Credit.Font = Enum.Font.Cartoon
- Credit.Text = "GUI made by Scelt#3641 [Scripts credits goes to their respectful owners]"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextSize = 15
- None.Name = "mercyless"
- None.Parent = Main
- None.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None.BorderSizePixel = 0
- None.Position = UDim2.new(0.356716275, 0, 0.162018627, 0)
- None.Size = UDim2.new(0, 133, 0, 37)
- None.Font = Enum.Font.Cartoon
- None.Text = "Mercyless"
- None.TextColor3 = Color3.new(1, 1, 1)
- None.TextSize = 20
- None.MouseButton1Down:connect(function()
- --Bye Bye--
- -------------------------------------------------------
- --A script By makhail07
- --Probably my most brutal script yet :joy:
- --Discord Creterisk#2958
- --Discord Server discord.gg/r7mfmPa self advertisement ftw
- -------------------------------------------------------
- local FavIDs = {
- 340106355, --Nefl Crystals
- 927529620, --Dimension
- 876981900, --Fantasy
- 398987889, --Ordinary Days
- 1117396305, --Oh wait, it's you.
- 885996042, --Action Winter Journey
- 919231299, --Sprawling Idiot Effigy
- 743466274, --Good Day Sunshine
- 727411183, --Knife Fight
- 1402748531, --The Earth Is Counting On You!
- 595230126 --Robot Language
- }
- --The reality of my life isn't real but a Universe -makhail07
- wait()
- local plr = game:service'Players'.LocalPlayer
- print('Local User is '..plr.Name)
- local char = plr.Character
- local hum = char.Humanoid
- local ra = char["Right Arm"]
- local la= char["Left Arm"]
- local rl= char["Right Leg"]
- local ll = char["Left Leg"]
- local hed = char.Head
- local root = char.HumanoidRootPart
- local rootj = root.RootJoint
- local tors = char.Torso
- local mouse = plr:GetMouse()
- local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
- local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
- local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
- local ws = 16
- local jp = 50
- local out = false
- local ouch = false
- local hitok = false
- local canattack = true
- local Throwing = false
- local rot = 1
- local dmg = 5
- local root = char:FindFirstChild("HumanoidRootPart")
- local head = char:FindFirstChild("Head")
- local face = head:FindFirstChildOfClass("Decal")
- local larm = char:FindFirstChild("Left Arm") or char:FindFirstChild("LeftUpperArm")
- local rarm = char:FindFirstChild("Right Arm") or char:FindFirstChild("RightUpperArm")
- local rleg = char:FindFirstChild("Right Leg") or char:FindFirstChild("RightUpperLeg")
- local lleg = char:FindFirstChild("Left Leg") or char:FindFirstChild("LeftUpperLeg")
- local neck = tors:FindFirstChild("Neck")
- local rootj = root:FindFirstChild("RootJoint")
- local LS = tors:FindFirstChild("Left Shoulder")
- local RS = tors:FindFirstChild("Right Shoulder")
- local LH = tors:FindFirstChild("Left Hip")
- local RH = tors:FindFirstChild("Right Hip")
- local bp = plr:FindFirstChild("Backpack")
- -------------------------------------------------------
- --Start Good Stuff--
- -------------------------------------------------------
- CF = CFrame.new
- angles = CFrame.Angles
- attack = false
- Euler = CFrame.fromEulerAnglesXYZ
- Rad = math.rad
- IT = Instance.new
- BrickC = BrickColor.new
- Cos = math.cos
- Acos = math.acos
- Sin = math.sin
- Asin = math.asin
- Abs = math.abs
- Mrandom = math.random
- Floor = math.floor
- -------------------------------------------------------
- --End Good Stuff--
- -------------------------------------------------------
- necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- RSH, LSH = nil, nil
- RW = Instance.new("Weld")
- LW = Instance.new("Weld")
- RH = tors["Right Hip"]
- LH = tors["Left Hip"]
- RSH = tors["Right Shoulder"]
- LSH = tors["Left Shoulder"]
- RSH.Parent = nil
- LSH.Parent = nil
- RW.Name = "RW"
- RW.Part0 = tors
- RW.C0 = CF(1.5, 0.5, 0)
- RW.C1 = CF(0, 0.5, 0)
- RW.Part1 = ra
- RW.Parent = tors
- LW.Name = "LW"
- LW.Part0 = tors
- LW.C0 = CF(-1.5, 0.5, 0)
- LW.C1 = CF(0, 0.5, 0)
- LW.Part1 = la
- LW.Parent = tors
- Effects = {}
- -------------------------------------------------------
- --Start HeartBeat--
- -------------------------------------------------------
- ArtificialHB = Instance.new("BindableEvent", script)
- ArtificialHB.Name = "Heartbeat"
- script:WaitForChild("Heartbeat")
- frame = 1 / 60
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- -------------------------------------------------------
- --End HeartBeat--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Important Functions--
- -------------------------------------------------------
- wait(1)
- hed.face.Texture = "rbxassetid://3130943801"
- local CFn = CFrame.new
- local CFa = CFrame.Angles
- local Rad = math.rad
- local Sin = math.sin
- local Cos = math.cos
- local sine = 1
- local rootj0 = rootj.C0
- local neck0 = neck.C0
- local LS0 = LS.C0
- local RS0 = RS.C0
- local LH0 = LH.C0
- local RH0 = RH.C0
- local rootj1 = rootj.C1
- local neck1 = neck.C1
- local LS1 = LS.C1
- local RS1 = RS.C1
- local LH1 = LH.C1
- local RH1 = RH.C1
- local penp = Instance.new("Part", char)
- penp.Size = Vector3.new(1, 1, 1)
- penp.CanCollide = false
- penp.Transparency = 1
- local penpw = Instance.new("Weld", penp)
- penpw.Part0 = rarm
- penpw.Part1 = penp
- penpw.C1 = CFn(0, -1, 0) * CFa(0, 0, Rad(180))
- local penpw0 = penpw.C0
- local penpw1 = penpw.C1
- local penw = Instance.new("Weld", body)
- penw.Name = "penWeld22"
- penw.Part0 = penp
- penw.Part1 = body
- penw.C1 = CFa(0, 0, Rad(180))
- local penw0 = penw.C0
- local penw1 = penw.C1
- local NameTag = Instance.new("BillboardGui")
- local Text = Instance.new("TextLabel")
- --Properties:
- NameTag.Name = "Killer Tag"
- NameTag.Parent = hed
- NameTag.Size = UDim2.new(0, 200, 0, 50)
- NameTag.StudsOffset = Vector3.new(0, 2.5, 0)
- Text.Name = "Text"
- Text.Parent = NameTag
- Text.BackgroundColor3 = Color3.new(1, 1, 1)
- Text.BackgroundTransparency = 1
- Text.Size = UDim2.new(0, 200, 0, 50)
- Text.Font = Enum.Font.Garamond
- Text.Text = "Mercyless"
- Text.TextColor3 = Color3.new(1, 0, 0)
- Text.TextSize = 36
- Text.TextStrokeTransparency = 0
- Text.TextWrapped = true
- -- Scripts:
- local FHead = Instance.new("Part",char)
- FHead.Name = "FHead"
- FHead.CanCollide = false
- FHead.BrickColor = BrickColor.new("Really black")
- FHead.Size = Vector3.new(1.20000005, 0.600000024, 1)
- FHead.CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- FHead.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- local Mesh = Instance.new("SpecialMesh",FHead)
- Mesh.Scale = Vector3.new(1.25999999, 1.5, 1.25999999)
- local Weld = Instance.new("Weld", FHead)
- Weld.Part0 = FHead
- Weld.Part1 = hed
- Weld.C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- FHead.CanCollide = false
- local Eye2 = Instance.new("Part",hed)
- Eye2.Name = "Eye2"
- Eye2.Parent = hed
- Eye2.CFrame = hed.CFrame
- Eye2.BrickColor = BrickColor.new("Really red")
- Eye2.Material = "Neon"
- Eye2.formFactor = "Symmetric"
- Eye2.Size = Vector3.new(0.16, 0.16, 0.16)
- Eye2.CanCollide = false
- Eye2.Shape = "Ball"
- Eye2.TopSurface = "Smooth"
- Eye2.BottomSurface = "Smooth"
- Eye2.Locked = false
- ----------------------
- local Weld = Instance.new("Weld", Eye2)
- Weld.Part0 = hed
- Weld.C0 = CFrame.new(0.095,0.265,-0.56)*CFrame.Angles(0, 0, 0)
- Weld.Part1 = Eye2
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Part1 = Instance.new("Part")
- Part2 = Instance.new("Part")
- ManualWeld3 = Instance.new("ManualWeld")
- Part4 = Instance.new("Part")
- ManualWeld5 = Instance.new("ManualWeld")
- Part6 = Instance.new("Part")
- ManualWeld7 = Instance.new("ManualWeld")
- Part8 = Instance.new("Part")
- ManualWeld9 = Instance.new("ManualWeld")
- Part10 = Instance.new("Part")
- ManualWeld11 = Instance.new("ManualWeld")
- Part12 = Instance.new("Part")
- ManualWeld13 = Instance.new("ManualWeld")
- Model0.Name = "pen"
- Model0.Parent = mas
- Part1.Name = "handler2"
- Part1.Parent = Model0
- Part1.Material = Enum.Material.Glass
- Part1.BrickColor = BrickColor.new("Really black")
- Part1.Shape = Enum.PartType.Cylinder
- Part1.Size = Vector3.new(0.099999927, 0.075000003, 0.075000003)
- Part1.CFrame = CFrame.new(0.422837317, 4.01673937, 24.1206856, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part1.Position = Vector3.new(0.422837317, 4.01673937, 24.1206856)
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part2.Name = "handler1"
- Part2.Parent = Model0
- Part2.Material = Enum.Material.Glass
- Part2.BrickColor = BrickColor.new("Really black")
- Part2.Shape = Enum.PartType.Cylinder
- Part2.Size = Vector3.new(0.099999927, 0.100000001, 0.100000001)
- Part2.CFrame = CFrame.new(0.356837302, 4.02223921, 24.1206856, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part2.BottomSurface = Enum.SurfaceType.Smooth
- Part2.TopSurface = Enum.SurfaceType.Smooth
- Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part2.Position = Vector3.new(0.356837302, 4.02223921, 24.1206856)
- Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- ManualWeld3.Name = "Weld"
- ManualWeld3.Parent = Part2
- ManualWeld3.C1 = CFrame.new(-0.0660000145, 0.00549983978, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- ManualWeld3.Part0 = Part2
- ManualWeld3.Part1 = Part1
- Part4.Name = "body"
- Part4.Parent = Model0
- Part4.Material = Enum.Material.Glass
- Part4.BrickColor = BrickColor.new("Really black")
- Part4.Shape = Enum.PartType.Cylinder
- Part4.Size = Vector3.new(1.27499998, 0.125, 0.125)
- Part4.CFrame = CFrame.new(-0.320662677, 4.02673912, 24.1206856, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part4.BottomSurface = Enum.SurfaceType.Smooth
- Part4.TopSurface = Enum.SurfaceType.Smooth
- Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part4.Position = Vector3.new(-0.320662677, 4.02673912, 24.1206856)
- Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- ManualWeld5.Name = "Weld"
- ManualWeld5.Parent = Part4
- ManualWeld5.C1 = CFrame.new(-0.743499994, 0.00999975204, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- ManualWeld5.Part0 = Part4
- ManualWeld5.Part1 = Part1
- Part6.Name = "clipholder"
- Part6.Parent = Model0
- Part6.Material = Enum.Material.Glass
- Part6.BrickColor = BrickColor.new("Really black")
- Part6.Shape = Enum.PartType.Cylinder
- Part6.Size = Vector3.new(0.2, 0.150000006, 0.150000006)
- Part6.CFrame = CFrame.new(-0.986662686, 4.02623892, 24.1206856, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part6.BottomSurface = Enum.SurfaceType.Smooth
- Part6.TopSurface = Enum.SurfaceType.Smooth
- Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part6.Position = Vector3.new(-0.986662686, 4.02623892, 24.1206856)
- Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- ManualWeld7.Name = "Weld"
- ManualWeld7.Parent = Part6
- ManualWeld7.C1 = CFrame.new(-1.4095, 0.00949954987, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- ManualWeld7.Part0 = Part6
- ManualWeld7.Part1 = Part1
- Part8.Name = "clip"
- Part8.Parent = Model0
- Part8.Material = Enum.Material.Glass
- Part8.BrickColor = BrickColor.new("Really black")
- Part8.Size = Vector3.new(0.724999905, 0.0500000119, 0.100000001)
- Part8.CFrame = CFrame.new(-0.663956106, 4.10453987, 24.1179676, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part8.BottomSurface = Enum.SurfaceType.Smooth
- Part8.TopSurface = Enum.SurfaceType.Smooth
- Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part8.Position = Vector3.new(-0.663956106, 4.10453987, 24.1179676)
- Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- ManualWeld9.Name = "Weld"
- ManualWeld9.Parent = Part8
- ManualWeld9.C1 = CFrame.new(-1.08679342, 0.0878005028, -0.0027179718, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- ManualWeld9.Part0 = Part8
- ManualWeld9.Part1 = Part1
- Part10.Name = "button"
- Part10.Parent = Model0
- Part10.Material = Enum.Material.Glass
- Part10.BrickColor = BrickColor.new("Dark indigo")
- Part10.Shape = Enum.PartType.Cylinder
- Part10.Size = Vector3.new(0.14, 0.125, 0.125)
- Part10.CFrame = CFrame.new(-1.09316278, 4.02473927, 24.1206856, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part10.BottomSurface = Enum.SurfaceType.Smooth
- Part10.TopSurface = Enum.SurfaceType.Smooth
- Part10.Color = Color3.new(0.239216, 0.0823529, 0.521569)
- Part10.Position = Vector3.new(-1.09316278, 4.02473927, 24.1206856)
- Part10.Color = Color3.new(0.239216, 0.0823529, 0.521569)
- ManualWeld11.Name = "Weld"
- ManualWeld11.Parent = Part10
- ManualWeld11.C1 = CFrame.new(-1.51600003, 0.007999897, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- ManualWeld11.Part0 = Part10
- ManualWeld11.Part1 = Part1
- Part12.Name = "sharp"
- Part12.Parent = Model0
- Part12.Material = Enum.Material.Glass
- Part12.Shape = Enum.PartType.Cylinder
- Part12.Size = Vector3.new(0.099999927, 0.0500000007, 0.0500000007)
- Part12.CFrame = CFrame.new(0.484837323, 4.01723957, 24.1206856, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part12.BottomSurface = Enum.SurfaceType.Smooth
- Part12.TopSurface = Enum.SurfaceType.Smooth
- Part12.Position = Vector3.new(0.484837323, 4.01723957, 24.1206856)
- ManualWeld13.Name = "Weld"
- ManualWeld13.Parent = Part12
- ManualWeld13.C1 = CFrame.new(0.0620000064, 0.000500202179, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- ManualWeld13.Part0 = Part12
- ManualWeld13.Part1 = Part1
- function swait(num)
- if num == 0 or num == nil then
- game:service("RunService").Stepped:wait(0)
- else
- for i = 0, num do
- game:service("RunService").Stepped:wait(0)
- end
- end
- end
- function thread(f)
- coroutine.resume(coroutine.create(f))
- end
- function clerp(a, b, t)
- local qa = {
- QuaternionFromCFrame(a)
- }
- local qb = {
- QuaternionFromCFrame(b)
- }
- local ax, ay, az = a.x, a.y, a.z
- local bx, by, bz = b.x, b.y, b.z
- local _t = 1 - t
- return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
- end
- function QuaternionFromCFrame(cf)
- local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
- local trace = m00 + m11 + m22
- if trace > 0 then
- local s = math.sqrt(1 + trace)
- local recip = 0.5 / s
- return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
- else
- local i = 0
- if m00 < m11 then
- i = 1
- end
- if m22 > (i == 0 and m00 or m11) then
- i = 2
- end
- if i == 0 then
- local s = math.sqrt(m00 - m11 - m22 + 1)
- local recip = 0.5 / s
- return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
- elseif i == 1 then
- local s = math.sqrt(m11 - m22 - m00 + 1)
- local recip = 0.5 / s
- return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
- elseif i == 2 then
- local s = math.sqrt(m22 - m00 - m11 + 1)
- local recip = 0.5 / s
- return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
- end
- end
- end
- function QuaternionToCFrame(px, py, pz, x, y, z, w)
- local xs, ys, zs = x + x, y + y, z + z
- local wx, wy, wz = w * xs, w * ys, w * zs
- local xx = x * xs
- local xy = x * ys
- local xz = x * zs
- local yy = y * ys
- local yz = y * zs
- local zz = z * zs
- return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
- end
- function QuaternionSlerp(a, b, t)
- local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
- local startInterp, finishInterp
- if cosTheta >= 1.0E-4 then
- if 1 - cosTheta > 1.0E-4 then
- local theta = math.acos(cosTheta)
- local invSinTheta = 1 / Sin(theta)
- startInterp = Sin((1 - t) * theta) * invSinTheta
- finishInterp = Sin(t * theta) * invSinTheta
- else
- startInterp = 1 - t
- finishInterp = t
- end
- elseif 1 + cosTheta > 1.0E-4 then
- local theta = math.acos(-cosTheta)
- local invSinTheta = 1 / Sin(theta)
- startInterp = Sin((t - 1) * theta) * invSinTheta
- finishInterp = Sin(t * theta) * invSinTheta
- else
- startInterp = t - 1
- finishInterp = t
- end
- return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
- end
- function rayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- local RbxUtility = LoadLibrary("RbxUtility")
- local Create = RbxUtility.Create
- -------------------------------------------------------
- --Start Damage Function--
- -------------------------------------------------------
- function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
- if hit.Parent == nil then
- return
- end
- local h = hit.Parent:FindFirstChildOfClass("Humanoid")
- for _, v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h = v
- end
- end
- if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
- if hit.Parent:findFirstChild("DebounceHit") ~= nil then
- if hit.Parent.DebounceHit.Value == true then
- return
- end
- end
- if insta == true then
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- local c = Create("ObjectValue"){
- Name = "creator",
- Value = game:service("Players").LocalPlayer,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- if HitSound ~= nil and HitPitch ~= nil then
- CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
- end
- local Damage = math.random(minim, maxim)
- local blocked = false
- local block = hit.Parent:findFirstChild("Block")
- if block ~= nil then
- if block.className == "IntValue" then
- if block.Value > 0 then
- blocked = true
- block.Value = block.Value - 1
- print(block.Value)
- end
- end
- end
- if blocked == false then
- h.Health = h.Health - Damage
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
- else
- h.Health = h.Health - (Damage / 2)
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
- end
- if Type == "Knockdown" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
- local bodvol = Create("BodyVelocity"){
- velocity = angle * knockback,
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- local rl = Create("BodyAngularVelocity"){
- P = 3000,
- maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
- angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodvol, .5)
- game:GetService("Debris"):AddItem(rl, .5)
- elseif Type == "Normal" then
- local vp = Create("BodyVelocity"){
- P = 500,
- maxForce = Vector3.new(math.huge, 0, math.huge),
- velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
- }
- if knockback > 0 then
- vp.Parent = hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp, .5)
- elseif Type == "Up" then
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "DarkUp" then
- coroutine.resume(coroutine.create(function()
- for i = 0, 1, 0.1 do
- swait()
- Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
- end
- end))
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, 1)
- elseif Type == "Snare" then
- local bp = Create("BodyPosition"){
- P = 2000,
- D = 100,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bp, 1)
- elseif Type == "Freeze" then
- local BodPos = Create("BodyPosition"){
- P = 50000,
- D = 1000,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- local BodGy = Create("BodyGyro") {
- maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
- P = 20e+003,
- Parent = hit.Parent.Torso,
- cframe = hit.Parent.Torso.CFrame,
- }
- hit.Parent.Torso.Anchored = true
- coroutine.resume(coroutine.create(function(Part)
- swait(1.5)
- Part.Anchored = false
- end), hit.Parent.Torso)
- game:GetService("Debris"):AddItem(BodPos, 3)
- game:GetService("Debris"):AddItem(BodGy, 3)
- end
- local debounce = Create("BoolValue"){
- Name = "DebounceHit",
- Parent = hit.Parent,
- Value = true,
- }
- game:GetService("Debris"):AddItem(debounce, Delay)
- c = Create("ObjectValue"){
- Name = "creator",
- Value = Player,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- end
- end
- -------------------------------------------------------
- --End Damage Function--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Damage Function Customization--
- -------------------------------------------------------
- function ShowDamage(Pos, Text, Time, Color)
- local Rate = (1 / 30)
- local Pos = (Pos or Vector3.new(0, 0, 0))
- local Text = (Text or "")
- local Time = (Time or 2)
- local Color = (Color or Color3.new(1, 0, 1))
- local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
- EffectPart.Anchored = true
- local BillboardGui = Create("BillboardGui"){
- Size = UDim2.new(3, 0, 3, 0),
- Adornee = EffectPart,
- Parent = EffectPart,
- }
- local TextLabel = Create("TextLabel"){
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Text = Text,
- Font = "Bodoni",
- TextColor3 = Color,
- TextScaled = true,
- TextStrokeColor3 = Color3.fromRGB(0,0,0),
- Parent = BillboardGui,
- }
- game.Debris:AddItem(EffectPart, (Time))
- EffectPart.Parent = game:GetService("Workspace")
- delay(0, function()
- local Frames = (Time / Rate)
- for Frame = 1, Frames do
- wait(Rate)
- local Percent = (Frame / Frames)
- EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
- TextLabel.TextTransparency = Percent
- end
- if EffectPart and EffectPart.Parent then
- EffectPart:Destroy()
- end
- end)
- end
- -------------------------------------------------------
- --End Damage Function Customization--
- -------------------------------------------------------
- function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
- for _, c in pairs(workspace:children()) do
- local hum = c:findFirstChild("Humanoid")
- if hum ~= nil then
- local head = c:findFirstChild("Head")
- if head ~= nil then
- local targ = head.Position - Part.Position
- local mag = targ.magnitude
- if magni >= mag and c.Name ~= plr.Name then
- Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2)
- end
- end
- end
- end
- end
- CFuncs = {
- Part = {
- Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part")({
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material
- })
- RemoveOutlines(Part)
- return Part
- end
- },
- Mesh = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh)({
- Parent = Part,
- Offset = OffSet,
- Scale = Scale
- })
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- },
- Mesh = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh)({
- Parent = Part,
- Offset = OffSet,
- Scale = Scale
- })
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- },
- Weld = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld")({
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1
- })
- return Weld
- end
- },
- Sound = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local S = Create("Sound")({
- Volume = vol,
- Pitch = pit or 1,
- SoundId = id,
- Parent = par or workspace
- })
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, 6)
- end))
- end
- },
- ParticleEmitter = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local fp = Create("ParticleEmitter")({
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread
- })
- return fp
- end
- }
- }
- function RemoveOutlines(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part")({
- formFactor = FormFactor,
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material
- })
- RemoveOutlines(Part)
- return Part
- end
- function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh)({
- Parent = Part,
- Offset = OffSet,
- Scale = Scale
- })
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- function CreateWeld(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld")({
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1
- })
- return Weld
- end
- -------------------------------------------------------
- --Start Effect Function--
- -------------------------------------------------------
- EffectModel = Instance.new("Model", char)
- Effects = {
- Block = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- if Type == 1 or Type == nil then
- table.insert(Effects, {
- prt,
- "Block1",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 2 then
- table.insert(Effects, {
- prt,
- "Block2",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- else
- table.insert(Effects, {
- prt,
- "Block3",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- end
- },
- Sphere = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Cylinder = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Wave = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3 / 60,
- y3 / 60,
- z3 / 60,
- msh
- })
- end
- },
- Ring = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Break = {
- Create = function(brickcolor, cframe, x1, y1, z1)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local num = math.random(10, 50) / 1000
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Shatter",
- num,
- prt.CFrame,
- math.random() - math.random(),
- 0,
- math.random(50, 100) / 100
- })
- end
- },
- Spiral = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Push = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- }
- }
- -------------------------------------------------------
- --End Effect Function--
- -------------------------------------------------------
- function CreateSound(ID, PARENT, VOLUME, PITCH)
- local NSound = nil
- coroutine.resume(coroutine.create(function()
- NSound = Instance.new("Sound", PARENT)
- NSound.Volume = VOLUME
- NSound.Pitch = PITCH
- NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
- swait()
- NSound:play()
- game:GetService("Debris"):AddItem(NSound, 10)
- end))
- return NSound
- end
- -------------------------------------------------------
- --Start Kyu's shitty stuff--
- -------------------------------------------------------
- function ragdoll(model)
- local char = model
- torso = char.HumanoidRootPart
- torso2 = char.Torso
- LW.Parent = nil
- RW.Parent = nil
- LH.Parent = nil
- RH.Parent = nil
- if hum ~= nil then
- hum.PlatformStand = true
- end
- local Head = char:FindFirstChild("Head")
- if Head then
- local Neck = Instance.new("Weld")
- Neck.Name = "Neck"
- Neck.Part0 = torso
- Neck.Part1 = Head
- Neck.C0 = CFrame.new(0, 1.5, 0)
- Neck.C1 = CFrame.new()
- Neck.Parent = torso
- end
- local Limb = char:FindFirstChild("Right Arm")
- if Limb then
- Limb.CFrame = torso.CFrame * CFrame.new(1.5, 0, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "RSH"
- Joint.Part0 = torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = char
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = char:FindFirstChild("Left Arm")
- if Limb then
- Limb.CFrame = torso.CFrame * CFrame.new(-1.5, 0, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "LSH"
- Joint.Part0 = torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = char
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = char:FindFirstChild("Right Leg")
- if Limb then
- Limb.CFrame = torso.CFrame * CFrame.new(0.5, -2, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "RightHip"
- Joint.Part0 = torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- Joint.Parent = torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = char
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- local Limb = char:FindFirstChild("Left Leg")
- if Limb then
- Limb.CFrame = torso.CFrame * CFrame.new(-0.5, -2, 0)
- local Joint = Instance.new("Glue")
- Joint.Name = "LeftHip"
- Joint.Part0 = torso
- Joint.Part1 = Limb
- Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- Joint.Parent = torso
- local B = Instance.new("Part")
- B.TopSurface = 0
- B.BottomSurface = 0
- B.formFactor = "Symmetric"
- B.Size = Vector3.new(1, 1, 1)
- B.Transparency = 1
- B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
- B.Parent = char
- local W = Instance.new("Weld")
- W.Part0 = Limb
- W.Part1 = B
- W.C0 = CFrame.new(0, -0.5, 0)
- W.Parent = Limb
- end
- --[
- local Bar = Instance.new("Part")
- Bar.TopSurface = 0
- Bar.BottomSurface = 0
- Bar.formFactor = "Symmetric"
- Bar.Size = Vector3.new(1, 1, 1)
- Bar.Transparency = 1
- Bar.CFrame = torso.CFrame * CFrame.new(0, 0.5, 0)
- Bar.Parent = char
- local Weld = Instance.new("Weld")
- Weld.Part0 = torso
- Weld.Part1 = Bar
- Weld.C0 = CFrame.new(0, 0.5, 0)
- Weld.Parent = torso
- --]]
- torso.CFrame = CFrame.new(torso.Position)*CFrame.Angles(math.rad(20),math.rad(torso.Orientation.Y),math.rad(torso.Orientation.Z))
- end
- -------------------------------------------------------
- --End Kyu's shitty stuff--
- -------------------------------------------------------
- function New(Object, Parent, Name, Data)
- local Object = Instance.new(Object)
- for Index, Value in pairs(Data or {}) do
- Object[Index] = Value
- end
- Object.Parent = Parent
- Object.Name = Name
- return Object
- end
- local Blood1 = Create("ParticleEmitter")({
- Color = ColorSequence.new(Color3.new(0.7, 0, 0), Color3.new(0.1, 0, 0)),
- Transparency = NumberSequence.new(0.1, 1),
- Size = NumberSequence.new(0.5, 0),
- Texture = "rbxassetid://602578593",
- Lifetime = NumberRange.new(0.8),
- Rate = 255,
- VelocitySpread = 40,
- Rotation = NumberRange.new(100),
- Speed = NumberRange.new(5),
- LightEmission = 0,
- LockedToPart = false,
- Acceleration = Vector3.new(0, -10, 0),
- EmissionDirection = "Bottom"
- })
- -------------------------------------------------------
- --End Important Functions--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Music Option--
- -------------------------------------------------------
- local Music = Instance.new("Sound",tors)
- Music.Volume = 3
- Music.SoundId = "rbxassetid://200514784"
- Music.Looped = true
- Music.Pitch = 2
- Music:Play()
- MERKIO = Instance.new("Sound", tors) --why
- MERKIO.SoundId = "http://www.roblox.com/asset/?id=1003012899"
- MERKIO.Volume = 10
- MERKIO.Pitch = 1
- MERKIO.Looped = false
- MERKIO.TimePosition = 0
- -------------------------------------------------------
- --End Music Option--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Attacks N Stuff--
- -------------------------------------------------------
- local sine=0
- function ByeBye()
- local target = nil
- local targettorso = nil
- if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
- if mouse.Target.Parent.Humanoid.PlatformStand == false then
- target = mouse.Target.Parent.Humanoid
- targettorso = mouse.Target.Parent:FindFirstChild("Torso") or mouse.Target.Parent:FindFirstChild("UpperTorso")
- targethead = mouse.Target.Parent:FindFirstChild("Head")
- end
- end
- if target ~= nil then
- targettorso.Anchored = true
- attack = true
- hum.WalkSpeed = 0
- root.CFrame = targettorso.CFrame * CF(0,0,2)
- for i = 0,4.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.1, 0.7 + 0.05 * Sin(sine / 30), -.6 + 0.025 * Cos(sine / 20)) * angles(Rad(115), Rad(0), Rad(-15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(-25)), 0.1)
- end
- local bloody = Instance.new("ParticleEmitter",targettorso)
- bloody.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
- bloody.LightEmission = .1
- bloody.Size = NumberSequence.new(0.5, 0)
- bloody.Texture = "http://www.roblox.com/asset/?ID=602578593"
- aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
- bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
- bloody.Transparency = bbb
- bloody.Size = aaa
- bloody.ZOffset = -.9
- bloody.Acceleration = Vector3.new(0, -5, 0)
- bloody.LockedToPart = false
- bloody.Lifetime = NumberRange.new(0.8)
- bloody.Rate = 255
- bloody.Rotation = NumberRange.new(-100, 100)
- bloody.RotSpeed = NumberRange.new(-100, 100)
- bloody.Speed = NumberRange.new(6)
- bloody.VelocitySpread = 0
- bloody.Enabled=true
- targethead:Remove()
- CreateSound("429400881", targettorso, 5, .8)
- CreateSound("1093102664", targettorso, 10, 1)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(110)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(-110)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.3, 0.7 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(100), Rad(0), Rad(-15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-5)), 0.1)
- end
- targettorso.Anchored = false
- attack = false
- hum.WalkSpeed = 16
- root.CFrame = targettorso.CFrame * CF(0,0,3)
- end
- end
- function Sayonara()
- local target = nil
- local targettorso = nil
- if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
- if mouse.Target.Parent.Humanoid.PlatformStand == false then
- target = mouse.Target.Parent.Humanoid
- targettorso = mouse.Target.Parent:FindFirstChild("Torso") or mouse.Target.Parent:FindFirstChild("UpperTorso")
- targethead = mouse.Target.Parent:FindFirstChild("Head")
- targetrightarm = mouse.Target.Parent:FindFirstChild("Right Arm")
- targetleftarm = mouse.Target.Parent:FindFirstChild("Left Arm")
- end
- end
- if target ~= nil then
- targettorso.Anchored = true
- attack = true
- hum.WalkSpeed = 0
- root.CFrame = targettorso.CFrame * CF(0,0,2.4)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(10), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(10), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(10)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-10)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(10)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), -.4 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(-10)), 0.1)
- end
- do
- CreateSound("429400881", targettorso, 5, 1)
- local ModelArm02 = New("Model", char, "Arm", {})
- local ModelArm03 = New("Model", char, "Arm", {})
- local Humanoid02 = New("Humanoid", ModelArm02, "Humanoid", {})
- local Humanoid03 = New("Humanoid", ModelArm03, "Humanoid", {})
- local Arm02 = targetleftarm:Clone()
- local Arm03 = targetrightarm:Clone()
- targetleftarm.Transparency = 1
- targetrightarm.Transparency = 1
- Arm02.Parent = ModelArm02
- Arm03.Parent = ModelArm03
- for i, v in pairs(Arm02:GetChildren()) do
- v:Destroy()
- end
- for i, v in pairs(Arm03:GetChildren()) do
- v:Destroy()
- end
- local weldArm02 = Instance.new("Weld")
- weldArm02.Parent = Arm02
- weldArm02.Part0 = targetleftarm
- weldArm02.Part1 = Arm02
- weldArm02.C1 = CFrame.new(0, 0, 0)
- local weldArm03 = Instance.new("Weld")
- weldArm03.Parent = Arm03
- weldArm03.Part0 = targetrightarm
- weldArm03.Part1 = Arm03
- weldArm03.C1 = CFrame.new(0, 0, 0)
- for i, v in pairs(target:GetChildren()) do
- if v:IsA("Shirt") then
- v:clone().Parent = ModelArm02
- end
- end
- for i, v in pairs(target:GetChildren()) do
- if v:IsA("Shirt") then
- v:clone().Parent = ModelArm03
- end
- end
- weldArm02.Part0 = la
- weldArm02.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0))
- weldArm03.Part0 = ra
- weldArm03.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0))
- local BE1 = Blood1:Clone()
- BE1.Parent = targetleftarm
- game:GetService("Debris"):AddItem(BE1, 3)
- BE1.Rate = 255
- local BE2 = Blood1:Clone()
- BE2.Parent = targetrightarm
- game:GetService("Debris"):AddItem(BE2, 3)
- BE2.Rate = 255
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-10), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(-10)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(10)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), .6 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), .6 + 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(-15)), 0.1)
- end
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(180), Rad(0), Rad(-15)), 0.1)
- end
- CreateSound("541909763", targettorso, 5, .8)
- weldArm02:Destroy()
- Arm02.CanCollide = true
- weldArm03:Destroy()
- Arm03.CanCollide = true
- local bodyVelocity2 = Create("BodyVelocity")({
- velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50,
- P = 5000,
- maxForce = Vector3.new(8000, 8000, 8000),
- Parent = Arm02
- })
- local bodyVelocity3 = Create("BodyVelocity")({
- velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50,
- P = 5000,
- maxForce = Vector3.new(8000, 8000, 8000),
- Parent = Arm03
- })
- game:GetService("Debris"):AddItem(bodyVelocity2, 0.05)
- game:GetService("Debris"):AddItem(bodyVelocity3, 0.05)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(35)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(95), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(95), Rad(0), Rad(-15)), 0.1)
- end
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-20), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.3 - 0.1 * Cos(sine / 20), -.4 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(90)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(-15)), 0.1)
- end
- targettorso:Remove()
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, -2.5, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(35), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.2 - 0.1 * Cos(sine / 20), -.5 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(90)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-35)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-55), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-55), Rad(0), Rad(-15)), 0.1)
- end
- end
- targettorso.Anchored = false
- attack = false
- hum.WalkSpeed = 16
- root.CFrame = targettorso.CFrame * CF(0,0,3.4)
- end
- end
- function AlohaMyFriend()
- local target = nil
- local targettorso = nil
- if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
- if mouse.Target.Parent.Humanoid.PlatformStand == false then
- target = mouse.Target.Parent.Humanoid
- targettorso = mouse.Target.Parent:FindFirstChild("Torso") or mouse.Target.Parent:FindFirstChild("UpperTorso")
- targethead = mouse.Target.Parent:FindFirstChild("Head")
- end
- end
- if target ~= nil then
- targettorso.Anchored = true
- attack = true
- hum.WalkSpeed = 0
- root.CFrame = targettorso.CFrame * CF(0,0,2.6)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(20)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(-20)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.1, 0.7 + 0.05 * Sin(sine / 30), -.6 + 0.025 * Cos(sine / 20)) * angles(Rad(115), Rad(0), Rad(-15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(25), Rad(0), Rad(-15)), 0.1)
- end
- local ModelHead01 = New("Model", char, "Head of Decapitated", {})
- local Humanoid01 = New("Humanoid", ModelHead01, "Humanoid", {})
- local Head01 = targethead:Clone()
- targethead.Transparency = 1
- Head01.Parent = ModelHead01
- local weldHead01 = Instance.new("Weld")
- weldHead01.Parent = Head01
- weldHead01.Part0 = targethead
- weldHead01.Part1 = Head01
- weldHead01.C1 = CFrame.new(0, 0, 0)
- targethead.face:Remove()
- weldHead01.Part0 = ra
- weldHead01.C1 = CFrame.new(0, 0, 1.2) * angles(math.rad(90), math.rad(0), math.rad(0))
- local BE1 = Blood1:Clone()
- BE1.Parent = targethead
- game:GetService("Debris"):AddItem(BE1, 3)
- BE1.Rate = 255
- targettorso:BreakJoints()
- CreateSound("314390675", targettorso, 5, .7)
- for i = 0,4.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(20)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(-20)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.1, 0.7 + 0.05 * Sin(sine / 30), -.6 + 0.025 * Cos(sine / 20)) * angles(Rad(145), Rad(0), Rad(-15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(25), Rad(0), Rad(-15)), 0.1)
- end
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-40)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(40)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.4, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(185), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(-15)), 0.1)
- end
- CreateSound("541909763", targettorso, 5, .8)
- weldHead01:Destroy()
- Head01.CanCollide = true
- local bodyVelocity2 = Create("BodyVelocity")({
- velocity = Vector3.new(0, 10, 0) + root.CFrame.lookVector * 50,
- P = 5000,
- maxForce = Vector3.new(8000, 8000, 8000),
- Parent = Head01
- })
- game:GetService("Debris"):AddItem(bodyVelocity2, 0.05)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(40)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(-40)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.4, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(65), Rad(0), Rad(-15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(45), Rad(0), Rad(-15)), 0.1)
- end
- targettorso.Anchored = false
- attack = false
- hum.WalkSpeed = 16
- root.CFrame = targettorso.CFrame * CF(0,0,3.4)
- end
- end
- function Good_Bye()
- local target = nil
- local targettorso = nil
- if mouse.Target.Parent ~= char and mouse.Target.Parent.Parent ~= char and mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
- if mouse.Target.Parent.Humanoid.PlatformStand == false then
- target = mouse.Target.Parent.Humanoid
- targettorso = mouse.Target.Parent:FindFirstChild("Torso") or mouse.Target.Parent:FindFirstChild("UpperTorso")
- targethead = mouse.Target.Parent:FindFirstChild("Head")
- end
- end
- if target ~= nil then
- targettorso.Anchored = true
- attack = true
- hum.WalkSpeed = 0
- root.CFrame = targettorso.CFrame * CF(0,0,3)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-45)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(45)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.3, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(25)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(25), Rad(0), Rad(-15)), 0.1)
- end
- local BloodColor = Color3.new(1, 0, 0)
- local PE1 = Blood1:Clone()
- local PE2 = Blood1:Clone()
- local Heart = Instance.new("Part")
- Heart.Parent = workspace
- Heart.Size = Vector3.new(1, 1, 1)
- Heart.Archivable = true
- Heart.Transparency = 0
- Heart.CanCollide = false
- Heart.BrickColor = BrickColor.new("Really red")
- Heart.Material = "Granite"
- Heart.CanCollide = true
- local weld1Heart = Instance.new("Weld")
- weld1Heart.Parent = ra
- weld1Heart.Part0 = ra
- weld1Heart.Part1 = Heart
- weld1Heart.C1 = CFrame.new(0, 1.3, 0)
- CreateSound("429400881", targettorso, 5, 1)
- CreateSound("131038747", targettorso, 7, 1)
- PE1.Parent = ra
- PE2.Parent = Heart
- game:GetService("Debris"):AddItem(PE1, 3)
- game:GetService("Debris"):AddItem(weld1Heart, 1.5)
- game:GetService("Debris"):AddItem(Heart, 8)
- for i = 0,8,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(1.2, -2.5, -0.2) * angles(Rad(0), Rad(0), Rad(40)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(10), Rad(-45)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.8, -0.4) * RHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.8, -0.2) * LHCF * angles(Rad(-5), Rad(0), Rad(56)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.51 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(40)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(25), Rad(0), Rad(-15)), 0.1)
- end
- targettorso:BreakJoints()
- for i = 0,9,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(0), Rad(-20)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(90), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(25), Rad(0), Rad(-15)), 0.1)
- end
- targettorso.Anchored = false
- attack = false
- hum.WalkSpeed = 16
- root.CFrame = targettorso.CFrame * CF(0,0,3.4)
- end
- end
- function DANCEFORME()
- attack = true
- Music:Pause()
- wait(0.5)
- hed.face.Texture = "rbxassetid://183225545"
- MERKIO:Play()
- repeat
- for i = 0,0.7,0.2 do
- swait()
- MERKIO.Parent = tors
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.8)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.9)
- RH.C0 = clerp(RH.C0, CF(1.8, -0.1 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
- LH.C0 = clerp(LH.C0, CF(-1.8, -0.1 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.7 + 0.1 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(115)), 0.77)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.7 + 0.1 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-115)), 0.67)
- end
- for i = 0,0.7,0.2 do
- swait()
- MERKIO.Parent = tors
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1) * angles(Rad(0), Rad(0), Rad(0)), 0.8)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-0), Rad(0), Rad(0)), 0.9)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 , 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.8)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(90)), 0.7)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-90)), 0.7)
- end
- until MERKIO.Playing == false
- MERKIO:Stop()
- Music:Play()
- hed.face.Texture = "rbxassetid://3124054229"
- attack = false
- hum.WalkSpeed = 16
- end
- function Taunt()
- attack = true
- hum.WalkSpeed = 0
- CreateSound("290084602", tors, 10, 1)
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-30), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(0), Rad(145)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-0), Rad(0), Rad(-145)), 0.1)
- end
- for i = 0,6.2,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(20), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-5), Rad(0), Rad(20)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-5), Rad(0), Rad(-20)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(15)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-30), Rad(0), Rad(-15)), 0.1)
- end
- attack = false
- hum.WalkSpeed = 16
- end
- function Laugh()
- attack = true
- hum.WalkSpeed = 0
- local sund = Instance.new("Sound", hed)
- sund.SoundId = "rbxassetid://165487479"
- sund.MaxDistance = 100
- sund.EmitterSize = 1000000
- sund.Volume = 5
- sund:Play()
- for i = 0,9,0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 2)) * angles(Rad(-30), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-30 - 2.5 * Sin(sine / 2)), Rad(0), Rad(0)), 0.3)
- if Mrandom(1,15) == 1 then
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * CF(0, 0, 0 + ((1) - 1)) * angles(Rad(Mrandom(-15,15)), Rad(Mrandom(-15,15)), Rad(Mrandom(-15,15))), 1)
- end
- RH.C0 = clerp(RH.C0, CF(1, -1 - 0.1 * Cos(sine / 2), 0.025 * Cos(sine / 2)) * RHCF * angles(Rad(-4.5 - 7.5 * Sin(sine / 2)), Rad(0), Rad(-30)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -1 - 0.1 * Cos(sine / 2), 0.025 * Cos(sine / 2)) * LHCF * angles(Rad(-6.5 - 7.5 * Sin(sine / 2)), Rad(0), Rad(30)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 2), 0.025 * Cos(sine / 2)) * angles(Rad(-35 - 7.5 * Sin(sine / 2)), Rad(0), Rad(15 - 7.5 * Sin(sine / 2))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 2), 0.025 * Cos(sine / 2)) * angles(Rad(-35 - 7.5 * Sin(sine / 2)), Rad(0), Rad(-15 - 7.5 * Sin(sine / 2))), 0.1)
- end
- attack = false
- hum.WalkSpeed = 10
- end
- -------------------------------------------------------
- --End Attacks N Stuff--
- -------------------------------------------------------
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = char
- pen = v
- body = Part4
- button = Part10
- pcall(function() v:MakeJoints() end)
- end
- local knife = Instance.new("Part",char)
- knife.CanCollide = false
- knife.Size = Vector3.new(0.2, 2, 2)
- local knifem = Instance.new("FileMesh",knife)
- knifem.MeshId = "rbxassetid://470094777"
- knifem.TextureId = "http://www.roblox.com/asset/?id=470149026"
- knifem.Scale = Vector3.new(0.2,0.2,0.2)
- local knifew = Instance.new("Weld",knife)
- knifew.Part0 = knife
- knifew.Part1 = char["Right Arm"]
- knifew.C0 = CFrame.new(0.0950660706, 1.32505798, -0.203226089, 0.995430529, 0.0954888016, 3.47819062e-09, -0.0619644187, 0.645952582, 0.760858297, 0.072653465, -0.757381439, 0.648918033)
- mouse.KeyDown:connect(function(key)
- if attack == false then
- if key == 'e' then
- ByeBye()
- elseif key == 'z' then
- Sayonara()
- elseif key == 'r' then
- AlohaMyFriend()
- elseif key == 'f' then
- Good_Bye()
- elseif key == "v" then
- Laugh()
- elseif key == 'x' then
- Taunt()
- elseif key == "c" then
- DANCEFORME()
- end
- end
- end)
- -------------------------------------------------------
- --Start Animations--
- -------------------------------------------------------
- local equipped = false
- local idle = 0
- local change = 1
- local val = 0
- local toim = 0
- local idleanim = 0.4
- hum.Animator.Parent = nil
- while true do
- swait()
- sine = sine + change
- Music.Parent = char
- local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velderp = root.Velocity.y
- hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4, char)
- if equipped == true or equipped == false then
- if attack == false then
- idle = idle + 1
- else
- idle = 0
- end
- if 1 < root.Velocity.y and hitfloor == nil then
- Anim = "Jump"
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(-10), Rad(0), Rad(0)), 0.3)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-10), Rad(0), Rad(0)), 0.3)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(Rad(30), Rad(0), Rad(20)), 0.3)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(Rad(-20), Rad(0), Rad(-30)), 0.3)
- LH.C0=clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
- RH.C0=clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
- end
- elseif -1 > root.Velocity.y and hitfloor == nil then
- Anim = "Fall"
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(5), Rad(0), Rad(0)), 0.3)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(10), Rad(0), Rad(0)), 0.3)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5, 0) * angles(Rad(30), Rad(0), Rad(20)), 0.3)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5, 0) * angles(Rad(-20), Rad(0), Rad(-30)), 0.3)
- LH.C0 = clerp(LH.C0, CF(-1,-.4-0.1 * Cos(sine / 20), -.6) * LHCF * angles(Rad(-5), Rad(-0), Rad(20)), 0.15)
- RH.C0 = clerp(RH.C0, CF(1,-1-0.1 * Cos(sine / 20), -.3) * angles(Rad(0), Rad(90), Rad(0)), .3)
- end
- elseif torvel < 1 and hitfloor ~= nil then
- Anim = "Idle"
- change = 1
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.1 + 0.1 * Cos(sine / 20)) * angles(Rad(5), Rad(0), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(20), Rad(-10 - 2.5 * Sin(sine/ 20)), Rad(20 * Cos(sine / 20))), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), -.2 + 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-3.5), Rad(0), Rad(5)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-7), Rad(0), Rad(-5)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.4, 0.5 + 0.10 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(10 + 5 * Sin(sine/ 20))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.4, 0.5 + 0.10 * Sin(sine / 20), 0.025 * Cos(sine / 20)) * angles(Rad(0), Rad(0), Rad(-10 - 5 * Sin(sine/ 20))), 0.1)
- end
- elseif tors.Velocity.magnitude < 50 and hitfloor ~= nil then
- Anim = "Walk"
- change = 1
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.175 + 0.025 * Cos(sine / 3.5) + -Sin(sine / 3.5) / 7) * angles(Rad(9-2.5 * Cos(sine / 3.5)), Rad(0) - root.RotVelocity.Y / 75, Rad(10 * Cos(sine / 7))), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(0) - hed.RotVelocity.Y / 15), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.925 - 0.5 * Cos(sine / 7) / 2, 0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 - 35 * Cos(sine / 7)) - rl.RotVelocity.Y / 75 + -Sin(sine / 7) / 2.5, Rad(90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 + 0.1 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3)
- LH.C0 = clerp(LH.C0, CF(-1, -0.925 + 0.5 * Cos(sine / 7) / 2, -0.5 * Cos(sine / 7) / 2) * angles(Rad(-15 + 35 * Cos(sine / 7)) + ll.RotVelocity.Y / 75 + Sin(sine / 7) / 2.5, Rad(-90 - 0.1 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 - 0.1 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3)
- RW.C0 = clerp(RW.C0, CF(1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(70) * Cos(sine / 7) , Rad(0), Rad(10) - ra.RotVelocity.Y / 75), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5, 0.5 + 0.05 * Sin(sine / 30), 0.025 * Cos(sine / 20)) * angles(Rad(-70) * Cos(sine / 7) , Rad(0) , Rad(-10) + la.RotVelocity.Y / 75), 0.1)
- end
- end
- end
- if 0 < #Effects then
- for e = 1, #Effects do
- if Effects[e] ~= nil then
- local Thing = Effects[e]
- if Thing ~= nil then
- local Part = Thing[1]
- local Mode = Thing[2]
- local Delay = Thing[3]
- local IncX = Thing[4]
- local IncY = Thing[5]
- local IncZ = Thing[6]
- if 1 >= Thing[1].Transparency then
- if Thing[2] == "Block1" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block2" then
- Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0)
- local Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block3" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) + Vector3.new(0, 0.15, 0)
- local Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Cylinder" then
- local Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Blood" then
- local Mesh = Thing[7]
- Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Elec" then
- local Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Disappear" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Shatter" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
- Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
- Thing[6] = Thing[6] + Thing[5]
- end
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- end
- end
- end
- end
- -------------------------------------------------------
- --End Animations And Script--
- -------------------------------------------------------
- end)
- None_2.Name = "None"
- None_2.Parent = Main
- None_2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_2.BorderSizePixel = 0
- None_2.Position = UDim2.new(0.356716275, 0, 0.33910197, 0)
- None_2.Size = UDim2.new(0, 133, 0, 37)
- None_2.Font = Enum.Font.Cartoon
- None_2.Text = "None"
- None_2.TextColor3 = Color3.new(1, 1, 1)
- None_2.TextSize = 20
- None_3.Name = "None"
- None_3.Parent = Main
- None_3.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_3.BorderSizePixel = 0
- None_3.Position = UDim2.new(0.356716275, 0, 0.516185284, 0)
- None_3.Size = UDim2.new(0, 133, 0, 37)
- None_3.Font = Enum.Font.Cartoon
- None_3.Text = "None"
- None_3.TextColor3 = Color3.new(1, 1, 1)
- None_3.TextSize = 20
- None_4.Name = "None"
- None_4.Parent = Main
- None_4.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_4.BorderSizePixel = 0
- None_4.Position = UDim2.new(0.356716275, 0, 0.693268597, 0)
- None_4.Size = UDim2.new(0, 133, 0, 37)
- None_4.Font = Enum.Font.Cartoon
- None_4.Text = "None"
- None_4.TextColor3 = Color3.new(1, 1, 1)
- None_4.TextSize = 20
- FEArosiaGUI.Name = "FE Arosia GUI"
- FEArosiaGUI.Parent = Main
- FEArosiaGUI.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- FEArosiaGUI.BorderSizePixel = 0
- FEArosiaGUI.Position = UDim2.new(0.036387749, 0, 0.162018627, 0)
- FEArosiaGUI.Size = UDim2.new(0, 133, 0, 37)
- FEArosiaGUI.Font = Enum.Font.Cartoon
- FEArosiaGUI.Text = "FE Arosia GUI"
- FEArosiaGUI.TextColor3 = Color3.new(1, 1, 1)
- FEArosiaGUI.TextSize = 20
- FEArosiaGUI.MouseButton1Down:connect(function()
- -- Thank you for using Arosia, enjoy!
- -- Objects
- local Arosia = Instance.new("ScreenGui")
- local SideTabsBrick = Instance.new("Frame")
- local icon = Instance.new("ImageLabel")
- local MainFrame = Instance.new("Frame")
- local TopRow = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local CloseGUI = Instance.new("TextButton")
- local FE_Check = Instance.new("TextLabel")
- local SideTabs = Instance.new("Frame")
- local TAB_LocalPlayer = Instance.new("TextButton")
- local TAB_Others = Instance.new("TextButton")
- local TAB_Scripts = Instance.new("TextButton")
- local TAB_Credit = Instance.new("TextButton")
- local TAB_Games = Instance.new("TextButton")
- local Others = Instance.new("Frame")
- local PlayerUserEnter = Instance.new("TextBox")
- local Guidance = Instance.new("TextLabel")
- local Annoy = Instance.new("TextButton")
- local Teleport = Instance.new("TextButton")
- local View = Instance.new("TextButton")
- local Kill = Instance.new("TextButton")
- local Attach = Instance.new("TextButton")
- local Bring = Instance.new("TextButton")
- local Guidance2 = Instance.new("TextLabel")
- local NoneSelected = Instance.new("Frame")
- local NoneSelectedText1 = Instance.new("TextLabel")
- local NoneSelectedText2 = Instance.new("TextLabel")
- local NoneSelectedText3 = Instance.new("TextLabel")
- local LocalPlayer = Instance.new("Frame")
- local GodMode = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local Speed_TXTBOX = Instance.new("TextBox")
- local JumpHeight = Instance.new("TextButton")
- local JumpHeight_TXTBOX = Instance.new("TextBox")
- local Chat = Instance.new("TextButton")
- local Chat_TXTBOX = Instance.new("TextBox")
- local Respawn = Instance.new("TextButton")
- local HipHeight = Instance.new("TextButton")
- local HipHeight_TXTBOX = Instance.new("TextBox")
- local Noclip = Instance.new("TextButton")
- local Sit = Instance.new("TextButton")
- local Jump = Instance.new("TextButton")
- local HideName = Instance.new("TextButton")
- local Spam = Instance.new("TextButton")
- local Freeze = Instance.new("TextButton")
- local Btools = Instance.new("TextButton")
- local Spin = Instance.new("TextButton")
- local NoLimbs = Instance.new("TextButton")
- local Seizure = Instance.new("TextButton")
- local Games = Instance.new("Frame")
- local Scripts = Instance.new("Frame")
- local SideFrame = Instance.new("Frame")
- local SIDE_Title = Instance.new("TextLabel")
- local OpenGUI = Instance.new("TextButton")
- local SIDE_FE_Check = Instance.new("TextLabel")
- local getimage = game:GetService('ContentProvider')
- local ResetDefault = Instance.new("TextButton")
- local Push = Instance.new("TextButton")
- local ClientFreeze = Instance.new("TextButton")
- local Orbit = Instance.new("TextButton")
- local BringAll = Instance.new("TextButton")
- local AttachAll = Instance.new("TextButton")
- local Flatten = Instance.new("TextButton")
- local Guidance3 = Instance.new("TextLabel")
- local KillAll = Instance.new("TextButton")
- local Energize = Instance.new("TextButton")
- local GlitchMax = Instance.new("TextButton")
- local Energize_TXT = Instance.new("TextLabel")
- local GlitchMax_TXT = Instance.new("TextLabel")
- local Verspin = Instance.new("TextButton")
- local Verspin_TXT = Instance.new("TextLabel")
- local Temp = Instance.new("TextLabel")
- local Experimental = Instance.new("TextButton")
- local CHAOS = Instance.new("TextButton")
- -- Properties
- Arosia.Name = "Arosia"
- Arosia.Parent = game.Players.LocalPlayer.PlayerGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = Arosia
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainFrame.BackgroundTransparency = 1
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.309, 0, -1, 0)
- MainFrame.Size = UDim2.new(0, 448, 0, 334)
- TopRow.Name = "TopRow"
- TopRow.Parent = MainFrame
- TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- TopRow.BorderSizePixel = 2
- TopRow.Size = UDim2.new(0, 448, 0, 24)
- TopRow.ZIndex = 7
- Title.Name = "Title"
- Title.Parent = TopRow
- Title.Active = true
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(0, 90, 0, 24)
- Title.Font = Enum.Font.ArialBold
- Title.FontSize = Enum.FontSize.Size24
- Title.Text = "Arosia "
- Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
- Title.TextScaled = true
- Title.TextSize = 19
- Title.TextWrapped = true
- Title.ZIndex = 8
- CloseGUI.Name = "CloseGUI"
- CloseGUI.Parent = TopRow
- CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- CloseGUI.BackgroundTransparency = 1
- CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
- CloseGUI.Size = UDim2.new(0, 38, 0, 24)
- CloseGUI.Font = Enum.Font.ArialBold
- CloseGUI.FontSize = Enum.FontSize.Size32
- CloseGUI.Text = "X"
- CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0)
- CloseGUI.TextSize = 30
- CloseGUI.ZIndex = 8
- FE_Check.Name = "FE_Check"
- FE_Check.Parent = TopRow
- FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
- FE_Check.BackgroundTransparency = 1
- FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
- FE_Check.Size = UDim2.new(0, 223, 0, 24)
- FE_Check.Font = Enum.Font.Highway
- FE_Check.FontSize = Enum.FontSize.Size14
- FE_Check.Text = "Error loading FE Checker"
- FE_Check.TextColor3 = Color3.new(1, 1, 1)
- FE_Check.TextScaled = true
- FE_Check.TextSize = 14
- FE_Check.TextWrapped = true
- FE_Check.ZIndex = 8
- SideTabs.Name = "SideTabs"
- SideTabs.Parent = MainFrame
- SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- SideTabs.BorderSizePixel = 2
- SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0)
- SideTabs.Size = UDim2.new(0, 120, 0, 307)
- SideTabs.ZIndex = 5
- TAB_LocalPlayer.Name = "TAB_LocalPlayer"
- TAB_LocalPlayer.Parent = SideTabs
- TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
- TAB_LocalPlayer.BorderSizePixel = 0
- TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35)
- TAB_LocalPlayer.Font = Enum.Font.SourceSansBold
- TAB_LocalPlayer.FontSize = Enum.FontSize.Size24
- TAB_LocalPlayer.Text = "Local Player"
- TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
- TAB_LocalPlayer.TextSize = 23
- TAB_LocalPlayer.TextWrapped = true
- TAB_LocalPlayer.ZIndex = 6
- TAB_Others.Name = "TAB_Others"
- TAB_Others.Parent = SideTabs
- TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
- TAB_Others.BorderSizePixel = 0
- TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0)
- TAB_Others.Size = UDim2.new(0, 120, 0, 35)
- TAB_Others.Font = Enum.Font.SourceSansBold
- TAB_Others.FontSize = Enum.FontSize.Size28
- TAB_Others.Text = "Others"
- TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
- TAB_Others.TextSize = 27
- TAB_Others.TextWrapped = true
- TAB_Others.ZIndex = 6
- TAB_Scripts.Name = "TAB_Scripts"
- TAB_Scripts.Parent = SideTabs
- TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
- TAB_Scripts.BorderSizePixel = 0
- TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0)
- TAB_Scripts.Size = UDim2.new(0, 120, 0, 35)
- TAB_Scripts.Font = Enum.Font.SourceSansBold
- TAB_Scripts.FontSize = Enum.FontSize.Size28
- TAB_Scripts.Text = "Scripts"
- TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
- TAB_Scripts.TextSize = 27
- TAB_Scripts.TextWrapped = true
- TAB_Scripts.ZIndex = 6
- TAB_Credit.Name = "TAB_Credit"
- TAB_Credit.Parent = SideTabs
- TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- TAB_Credit.BorderSizePixel = 0
- TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0)
- TAB_Credit.Size = UDim2.new(0, 120, 0, 37)
- TAB_Credit.Font = Enum.Font.SourceSansBold
- TAB_Credit.FontSize = Enum.FontSize.Size28
- TAB_Credit.Text = "illremember"
- TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
- TAB_Credit.TextSize = 25
- TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0)
- TAB_Credit.TextStrokeTransparency = 0.80000001192093
- TAB_Credit.TextWrapped = true
- TAB_Credit.ZIndex = 6
- TAB_Games.Name = "TAB_Games"
- TAB_Games.Parent = SideTabs
- TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
- TAB_Games.BorderSizePixel = 0
- TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0)
- TAB_Games.Size = UDim2.new(0, 120, 0, 35)
- TAB_Games.Font = Enum.Font.SourceSansBold
- TAB_Games.FontSize = Enum.FontSize.Size28
- TAB_Games.Text = "Games"
- TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353)
- TAB_Games.TextSize = 27
- TAB_Games.TextWrapped = true
- TAB_Games.ZIndex = 6
- Others.Name = "Others"
- Others.Parent = MainFrame
- Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
- Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- Others.BorderSizePixel = 2
- Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
- Others.Size = UDim2.new(0, 328, 0, 307)
- Others.Visible = false
- PlayerUserEnter.Name = "PlayerUserEnter"
- PlayerUserEnter.Parent = Others
- PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
- PlayerUserEnter.BorderSizePixel = 0
- PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0)
- PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26)
- PlayerUserEnter.Font = Enum.Font.SourceSans
- PlayerUserEnter.FontSize = Enum.FontSize.Size14
- PlayerUserEnter.Text = ""
- PlayerUserEnter.TextScaled = true
- PlayerUserEnter.TextSize = 14
- PlayerUserEnter.TextWrapped = true
- Guidance.Name = "Guidance"
- Guidance.Parent = Others
- Guidance.BackgroundColor3 = Color3.new(1, 1, 1)
- Guidance.BackgroundTransparency = 1
- Guidance.Position = UDim2.new(0.183733866, 0, 0, 0)
- Guidance.Size = UDim2.new(0, 209, 0, 24)
- Guidance.Font = Enum.Font.ArialBold
- Guidance.FontSize = Enum.FontSize.Size14
- Guidance.Text = "Enter Player Username"
- Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765)
- Guidance.TextScaled = true
- Guidance.TextSize = 14
- Guidance.TextWrapped = true
- Annoy.Name = "Annoy"
- Annoy.Parent = Others
- Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Annoy.BorderSizePixel = 0
- Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0)
- Annoy.Size = UDim2.new(0, 78, 0, 26)
- Annoy.Font = Enum.Font.Arial
- Annoy.FontSize = Enum.FontSize.Size18
- Annoy.Text = "Annoy"
- Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Annoy.TextSize = 18
- Annoy.TextWrapped = true
- Teleport.Name = "Teleport"
- Teleport.Parent = Others
- Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Teleport.BorderSizePixel = 0
- Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0)
- Teleport.Size = UDim2.new(0, 78, 0, 26)
- Teleport.Font = Enum.Font.Arial
- Teleport.FontSize = Enum.FontSize.Size18
- Teleport.Text = "Teleport"
- Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Teleport.TextSize = 18
- Teleport.TextWrapped = true
- View.Name = "View"
- View.Parent = Others
- View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- View.BorderSizePixel = 0
- View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0)
- View.Size = UDim2.new(0, 78, 0, 26)
- View.Font = Enum.Font.Arial
- View.FontSize = Enum.FontSize.Size18
- View.Text = "View"
- View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- View.TextSize = 18
- View.TextWrapped = true
- KillAll.Name = "KillAll"
- KillAll.Parent = Others
- KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
- KillAll.BorderSizePixel = 0
- KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
- KillAll.Size = UDim2.new(0, 78, 0, 26)
- KillAll.Font = Enum.Font.Arial
- KillAll.FontSize = Enum.FontSize.Size18
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- KillAll.TextSize = 18
- KillAll.TextWrapped = true
- Attach.Name = "Attach"
- Attach.Parent = Others
- Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
- Attach.BorderSizePixel = 0
- Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0)
- Attach.Size = UDim2.new(0, 78, 0, 26)
- Attach.Font = Enum.Font.Arial
- Attach.FontSize = Enum.FontSize.Size18
- Attach.Text = "Attach"
- Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Attach.TextSize = 18
- Attach.TextWrapped = true
- Bring.Name = "Bring"
- Bring.Parent = Others
- Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
- Bring.BorderSizePixel = 0
- Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0)
- Bring.Size = UDim2.new(0, 78, 0, 26)
- Bring.Font = Enum.Font.Arial
- Bring.FontSize = Enum.FontSize.Size18
- Bring.Text = "Bring"
- Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Bring.TextSize = 18
- Bring.TextWrapped = true
- Guidance2.Name = "Guidance2"
- Guidance2.Parent = Others
- Guidance2.BackgroundColor3 = Color3.new(1, 1, 1)
- Guidance2.BackgroundTransparency = 1
- Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0)
- Guidance2.Size = UDim2.new(0, 227, 0, 40)
- Guidance2.Font = Enum.Font.ArialBold
- Guidance2.FontSize = Enum.FontSize.Size14
- Guidance2.Text = "Golden buttons require tools in your backpack before using"
- Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Guidance2.TextScaled = true
- Guidance2.TextSize = 14
- Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529)
- Guidance2.TextStrokeTransparency = 0.80000001192093
- Guidance2.TextWrapped = true
- Kill.Name = "Kill"
- Kill.Parent = Others
- Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667)
- Kill.BorderSizePixel = 0
- Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0)
- Kill.Size = UDim2.new(0, 78, 0, 26)
- Kill.Font = Enum.Font.Arial
- Kill.FontSize = Enum.FontSize.Size18
- Kill.Text = "Kill"
- Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Kill.TextSize = 18
- Kill.TextWrapped = true
- BringAll.Name = "Bring"
- BringAll.Parent = Others
- BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
- BringAll.BorderSizePixel = 0
- BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0)
- BringAll.Size = UDim2.new(0, 78, 0, 26)
- BringAll.Font = Enum.Font.Arial
- BringAll.FontSize = Enum.FontSize.Size18
- BringAll.Text = "Bring All"
- BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- BringAll.TextSize = 18
- BringAll.TextWrapped = true
- AttachAll.Name = "Attach"
- AttachAll.Parent = Others
- AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
- AttachAll.BorderSizePixel = 0
- AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0)
- AttachAll.Size = UDim2.new(0, 78, 0, 26)
- AttachAll.Font = Enum.Font.Arial
- AttachAll.FontSize = Enum.FontSize.Size18
- AttachAll.Text = "Attach All"
- AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- AttachAll.TextSize = 18
- AttachAll.TextWrapped = true
- Flatten.Name = "Flatten"
- Flatten.Parent = Others
- Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Flatten.BorderSizePixel = 0
- Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0)
- Flatten.Size = UDim2.new(0, 78, 0, 26)
- Flatten.Font = Enum.Font.Arial
- Flatten.FontSize = Enum.FontSize.Size18
- Flatten.Text = "Flatten"
- Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Flatten.TextSize = 18
- Flatten.TextWrapped = true
- Guidance3.Name = "Guidance3"
- Guidance3.Parent = Others
- Guidance3.BackgroundColor3 = Color3.new(1, 1, 1)
- Guidance3.BackgroundTransparency = 1
- Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0)
- Guidance3.Size = UDim2.new(0, 227, 0, 40)
- Guidance3.Font = Enum.Font.ArialBold
- Guidance3.FontSize = Enum.FontSize.Size14
- Guidance3.Text = "Red buttons require many tools in your backpack before using"
- Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- Guidance3.TextScaled = true
- Guidance3.TextSize = 14
- Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255)
- Guidance3.TextStrokeTransparency = 0.80000001192093
- Guidance3.TextWrapped = true
- NoneSelected.Name = "NoneSelected"
- NoneSelected.Parent = MainFrame
- NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
- NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- NoneSelected.BorderSizePixel = 2
- NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
- NoneSelected.Size = UDim2.new(0, 328, 0, 307)
- NoneSelectedText1.Name = "NoneSelectedText1"
- NoneSelectedText1.Parent = NoneSelected
- NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1)
- NoneSelectedText1.BackgroundTransparency = 1
- NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0)
- NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50)
- NoneSelectedText1.Font = Enum.Font.ArialBold
- NoneSelectedText1.FontSize = Enum.FontSize.Size14
- NoneSelectedText1.Text = "Arosia"
- NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824)
- NoneSelectedText1.TextScaled = true
- NoneSelectedText1.TextSize = 14
- NoneSelectedText1.TextWrapped = true
- NoneSelectedText2.Name = "NoneSelectedText2"
- NoneSelectedText2.Parent = NoneSelected
- NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1)
- NoneSelectedText2.BackgroundTransparency = 1
- NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0)
- NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72)
- NoneSelectedText2.Font = Enum.Font.ArialBold
- NoneSelectedText2.FontSize = Enum.FontSize.Size14
- NoneSelectedText2.Text = "Dedicated to bringing power into FE games"
- NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
- NoneSelectedText2.TextScaled = true
- NoneSelectedText2.TextSize = 14
- NoneSelectedText2.TextWrapped = true
- NoneSelectedText3.Name = "NoneSelectedText3"
- NoneSelectedText3.Parent = NoneSelected
- NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1)
- NoneSelectedText3.BackgroundTransparency = 1
- NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0)
- NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72)
- NoneSelectedText3.Font = Enum.Font.ArialBold
- NoneSelectedText3.FontSize = Enum.FontSize.Size14
- NoneSelectedText3.Text = "By illremember"
- NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824)
- NoneSelectedText3.TextScaled = true
- NoneSelectedText3.TextSize = 14
- NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451)
- NoneSelectedText3.TextStrokeTransparency = 0.89999997615814
- NoneSelectedText3.TextWrapped = true
- LocalPlayer.Name = "LocalPlayer"
- LocalPlayer.Parent = MainFrame
- LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
- LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- LocalPlayer.BorderSizePixel = 2
- LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
- LocalPlayer.Size = UDim2.new(0, 328, 0, 307)
- LocalPlayer.Visible = false
- GodMode.Name = "GodMode"
- GodMode.Parent = LocalPlayer
- GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- GodMode.BorderSizePixel = 0
- GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0)
- GodMode.Size = UDim2.new(0, 80, 0, 26)
- GodMode.Font = Enum.Font.Arial
- GodMode.FontSize = Enum.FontSize.Size18
- GodMode.Text = "GodMode"
- GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- GodMode.TextSize = 18
- GodMode.TextWrapped = true
- Fly.Name = "Fly"
- Fly.Parent = LocalPlayer
- Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Fly.BorderSizePixel = 0
- Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0)
- Fly.Size = UDim2.new(0, 80, 0, 26)
- Fly.Font = Enum.Font.Arial
- Fly.FontSize = Enum.FontSize.Size18
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Fly.TextSize = 18
- Fly.TextWrapped = true
- Speed.Name = "Speed"
- Speed.Parent = LocalPlayer
- Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Speed.BorderSizePixel = 0
- Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0)
- Speed.Size = UDim2.new(0, 80, 0, 26)
- Speed.Font = Enum.Font.Arial
- Speed.FontSize = Enum.FontSize.Size18
- Speed.Text = "Speed"
- Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Speed.TextSize = 18
- Speed.TextWrapped = true
- Speed_TXTBOX.Name = "Speed_TXTBOX"
- Speed_TXTBOX.Parent = LocalPlayer
- Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
- Speed_TXTBOX.BorderSizePixel = 0
- Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0)
- Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
- Speed_TXTBOX.Font = Enum.Font.SourceSans
- Speed_TXTBOX.FontSize = Enum.FontSize.Size14
- Speed_TXTBOX.Text = ""
- Speed_TXTBOX.TextScaled = true
- Speed_TXTBOX.TextSize = 14
- Speed_TXTBOX.TextWrapped = true
- JumpHeight.Name = "JumpHeight"
- JumpHeight.Parent = LocalPlayer
- JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- JumpHeight.BorderSizePixel = 0
- JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0)
- JumpHeight.Size = UDim2.new(0, 80, 0, 26)
- JumpHeight.Font = Enum.Font.Arial
- JumpHeight.FontSize = Enum.FontSize.Size18
- JumpHeight.Text = "JumpHeight"
- JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- JumpHeight.TextSize = 15
- JumpHeight.TextWrapped = true
- JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX"
- JumpHeight_TXTBOX.Parent = LocalPlayer
- JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
- JumpHeight_TXTBOX.BorderSizePixel = 0
- JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0)
- JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
- JumpHeight_TXTBOX.Font = Enum.Font.SourceSans
- JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14
- JumpHeight_TXTBOX.Text = ""
- JumpHeight_TXTBOX.TextScaled = true
- JumpHeight_TXTBOX.TextSize = 14
- JumpHeight_TXTBOX.TextWrapped = true
- Chat.Name = "Chat"
- Chat.Parent = LocalPlayer
- Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Chat.BorderSizePixel = 0
- Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0)
- Chat.Size = UDim2.new(0, 80, 0, 26)
- Chat.Font = Enum.Font.Arial
- Chat.FontSize = Enum.FontSize.Size18
- Chat.Text = "Chat"
- Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Chat.TextSize = 18
- Chat.TextWrapped = true
- Chat_TXTBOX.Name = "Chat_TXTBOX"
- Chat_TXTBOX.Parent = LocalPlayer
- Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
- Chat_TXTBOX.BorderSizePixel = 0
- Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0)
- Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26)
- Chat_TXTBOX.Font = Enum.Font.SourceSans
- Chat_TXTBOX.FontSize = Enum.FontSize.Size14
- Chat_TXTBOX.Text = ""
- Chat_TXTBOX.TextScaled = true
- Chat_TXTBOX.TextSize = 14
- Chat_TXTBOX.TextWrapped = true
- Respawn.Name = "Respawn"
- Respawn.Parent = LocalPlayer
- Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Respawn.BorderSizePixel = 0
- Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0)
- Respawn.Size = UDim2.new(0, 80, 0, 26)
- Respawn.Font = Enum.Font.Arial
- Respawn.FontSize = Enum.FontSize.Size18
- Respawn.Text = "Respawn"
- Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Respawn.TextSize = 18
- Respawn.TextWrapped = true
- HipHeight.Name = "HipHeight"
- HipHeight.Parent = LocalPlayer
- HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- HipHeight.BorderSizePixel = 0
- HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0)
- HipHeight.Size = UDim2.new(0, 80, 0, 26)
- HipHeight.Font = Enum.Font.Arial
- HipHeight.FontSize = Enum.FontSize.Size18
- HipHeight.Text = "HipHeight"
- HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- HipHeight.TextSize = 18
- HipHeight.TextWrapped = true
- HipHeight_TXTBOX.Name = "HipHeight_TXTBOX"
- HipHeight_TXTBOX.Parent = LocalPlayer
- HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
- HipHeight_TXTBOX.BorderSizePixel = 0
- HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0)
- HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26)
- HipHeight_TXTBOX.Font = Enum.Font.SourceSans
- HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14
- HipHeight_TXTBOX.Text = ""
- HipHeight_TXTBOX.TextScaled = true
- HipHeight_TXTBOX.TextSize = 14
- HipHeight_TXTBOX.TextWrapped = true
- Noclip.Name = "Noclip"
- Noclip.Parent = LocalPlayer
- Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Noclip.BorderSizePixel = 0
- Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0)
- Noclip.Size = UDim2.new(0, 80, 0, 26)
- Noclip.Font = Enum.Font.Arial
- Noclip.FontSize = Enum.FontSize.Size18
- Noclip.Text = "Noclip"
- Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Noclip.TextSize = 18
- Noclip.TextWrapped = true
- Sit.Name = "Sit"
- Sit.Parent = LocalPlayer
- Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Sit.BorderSizePixel = 0
- Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0)
- Sit.Size = UDim2.new(0, 80, 0, 26)
- Sit.Font = Enum.Font.Arial
- Sit.FontSize = Enum.FontSize.Size18
- Sit.Text = "Sit"
- Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Sit.TextSize = 18
- Sit.TextWrapped = true
- Jump.Name = "Jump"
- Jump.Parent = LocalPlayer
- Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Jump.BorderSizePixel = 0
- Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0)
- Jump.Size = UDim2.new(0, 80, 0, 26)
- Jump.Font = Enum.Font.Arial
- Jump.FontSize = Enum.FontSize.Size18
- Jump.Text = "Jump"
- Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Jump.TextSize = 18
- Jump.TextWrapped = true
- HideName.Name = "HideName"
- HideName.Parent = LocalPlayer
- HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- HideName.BorderSizePixel = 0
- HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0)
- HideName.Size = UDim2.new(0, 80, 0, 26)
- HideName.Font = Enum.Font.Arial
- HideName.FontSize = Enum.FontSize.Size18
- HideName.Text = "HideName"
- HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- HideName.TextSize = 18
- HideName.TextWrapped = true
- Spam.Name = "Spam"
- Spam.Parent = LocalPlayer
- Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Spam.BorderSizePixel = 0
- Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0)
- Spam.Size = UDim2.new(0, 80, 0, 26)
- Spam.Font = Enum.Font.Arial
- Spam.FontSize = Enum.FontSize.Size18
- Spam.Text = "Spam"
- Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Spam.TextSize = 18
- Spam.TextWrapped = true
- Freeze.Name = "Freeze"
- Freeze.Parent = LocalPlayer
- Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Freeze.BorderSizePixel = 0
- Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0)
- Freeze.Size = UDim2.new(0, 80, 0, 26)
- Freeze.Font = Enum.Font.Arial
- Freeze.FontSize = Enum.FontSize.Size18
- Freeze.Text = "Freeze"
- Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Freeze.TextSize = 18
- Freeze.TextWrapped = true
- Btools.Name = "Btools"
- Btools.Parent = LocalPlayer
- Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Btools.BorderSizePixel = 0
- Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0)
- Btools.Size = UDim2.new(0, 80, 0, 26)
- Btools.Font = Enum.Font.Arial
- Btools.FontSize = Enum.FontSize.Size18
- Btools.Text = "Btools"
- Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Btools.TextSize = 18
- Btools.TextWrapped = true
- Spin.Name = "Spin"
- Spin.Parent = LocalPlayer
- Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Spin.BorderSizePixel = 0
- Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0)
- Spin.Size = UDim2.new(0, 80, 0, 26)
- Spin.Font = Enum.Font.Arial
- Spin.FontSize = Enum.FontSize.Size18
- Spin.Text = "Spin"
- Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Spin.TextSize = 18
- Spin.TextWrapped = true
- NoLimbs.Name = "NoLimbs"
- NoLimbs.Parent = LocalPlayer
- NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- NoLimbs.BorderSizePixel = 0
- NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0)
- NoLimbs.Size = UDim2.new(0, 80, 0, 26)
- NoLimbs.Font = Enum.Font.Arial
- NoLimbs.FontSize = Enum.FontSize.Size18
- NoLimbs.Text = "NoLimbs"
- NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- NoLimbs.TextSize = 18
- NoLimbs.TextWrapped = true
- Seizure.Name = "Seizure"
- Seizure.Parent = LocalPlayer
- Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Seizure.BorderSizePixel = 0
- Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0)
- Seizure.Size = UDim2.new(0, 80, 0, 26)
- Seizure.Font = Enum.Font.Arial
- Seizure.FontSize = Enum.FontSize.Size18
- Seizure.Text = "Seizure"
- Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Seizure.TextSize = 18
- Seizure.TextWrapped = true
- Games.Name = "Games"
- Games.Parent = MainFrame
- Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
- Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- Games.BorderSizePixel = 2
- Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
- Games.Size = UDim2.new(0, 328, 0, 307)
- Games.Visible = false
- Scripts.Name = "Scripts"
- Scripts.Parent = MainFrame
- Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
- Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- Scripts.BorderSizePixel = 2
- Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33)
- Scripts.Size = UDim2.new(0, 328, 0, 307)
- Scripts.Visible = false
- Energize.Name = "Energize"
- Energize.Parent = Scripts
- Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098)
- Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
- Energize.BorderSizePixel = 3
- Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0)
- Energize.Size = UDim2.new(0, 200, 0, 30)
- Energize.Font = Enum.Font.ArialBold
- Energize.FontSize = Enum.FontSize.Size18
- Energize.Text = "Animation GUI for R6/R15"
- Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Energize.TextScaled = true
- Energize.TextSize = 18
- Energize.TextWrapped = true
- GlitchMax.Name = "GlitchMax"
- GlitchMax.Parent = Scripts
- GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961)
- GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
- GlitchMax.BorderSizePixel = 3
- GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0)
- GlitchMax.Size = UDim2.new(0, 200, 0, 30)
- GlitchMax.Font = Enum.Font.ArialBold
- GlitchMax.FontSize = Enum.FontSize.Size28
- GlitchMax.Text = "GlitchMax GUI"
- GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- GlitchMax.TextSize = 25
- GlitchMax.TextWrapped = true
- Energize_TXT.Name = "Energize_TXT"
- Energize_TXT.Parent = Scripts
- Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
- Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098)
- Energize_TXT.BorderSizePixel = 3
- Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0)
- Energize_TXT.Size = UDim2.new(0, 200, 0, 50)
- Energize_TXT.Font = Enum.Font.SourceSansSemibold
- Energize_TXT.FontSize = Enum.FontSize.Size14
- Energize_TXT.Text = "Use cool animations on yourself!"
- Energize_TXT.TextScaled = true
- Energize_TXT.TextSize = 14
- Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
- Energize_TXT.TextStrokeTransparency = 0.89999997615814
- Energize_TXT.TextWrapped = true
- GlitchMax_TXT.Name = "GlitchMax_TXT"
- GlitchMax_TXT.Parent = Scripts
- GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
- GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961)
- GlitchMax_TXT.BorderSizePixel = 3
- GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0)
- GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50)
- GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold
- GlitchMax_TXT.FontSize = Enum.FontSize.Size14
- GlitchMax_TXT.Text = "Annoy/glitch people in the server!"
- GlitchMax_TXT.TextScaled = true
- GlitchMax_TXT.TextSize = 14
- GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1)
- GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814
- GlitchMax_TXT.TextWrapped = true
- Verspin.Name = "Verspin"
- Verspin.Parent = Scripts
- Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804)
- Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
- Verspin.BorderSizePixel = 3
- Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0)
- Verspin.Size = UDim2.new(0, 200, 0, 30)
- Verspin.Font = Enum.Font.ArialBold
- Verspin.FontSize = Enum.FontSize.Size28
- Verspin.Text = "Verspin GUI"
- Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Verspin.TextSize = 25
- Verspin.TextWrapped = true
- Verspin_TXT.Name = "Verspin_TXT"
- Verspin_TXT.Parent = Scripts
- Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216)
- Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804)
- Verspin_TXT.BorderSizePixel = 3
- Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0)
- Verspin_TXT.Size = UDim2.new(0, 200, 0, 50)
- Verspin_TXT.Font = Enum.Font.SourceSansSemibold
- Verspin_TXT.FontSize = Enum.FontSize.Size14
- Verspin_TXT.Text = "Kill/Bring/Attach players with tools!"
- Verspin_TXT.TextScaled = true
- Verspin_TXT.TextSize = 14
- Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941)
- Verspin_TXT.TextStrokeTransparency = 0.89999997615814
- Verspin_TXT.TextWrapped = true
- SideFrame.Name = "SideFrame"
- SideFrame.Parent = Arosia
- SideFrame.Active = true
- SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- SideFrame.BorderSizePixel = 2
- SideFrame.Draggable = true
- SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0)
- SideFrame.Size = UDim2.new(0, 448, 0, 334)
- SideFrame.Visible = false
- SideFrame.ZIndex = 9
- SIDE_Title.Name = "SIDE_Title"
- SIDE_Title.Parent = SideFrame
- SIDE_Title.Active = true
- SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1)
- SIDE_Title.BackgroundTransparency = 1
- SIDE_Title.Size = UDim2.new(0, 90, 0, 24)
- SIDE_Title.Font = Enum.Font.ArialBold
- SIDE_Title.FontSize = Enum.FontSize.Size24
- SIDE_Title.Text = "Arosia "
- SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745)
- SIDE_Title.TextScaled = true
- SIDE_Title.TextSize = 19
- SIDE_Title.TextWrapped = true
- SIDE_Title.ZIndex = 10
- OpenGUI.Name = "OpenGUI"
- OpenGUI.Parent = SideFrame
- OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenGUI.BackgroundTransparency = 1
- OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0)
- OpenGUI.Size = UDim2.new(0, 38, 0, 24)
- OpenGUI.Font = Enum.Font.ArialBold
- OpenGUI.FontSize = Enum.FontSize.Size32
- OpenGUI.Text = "X"
- OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0)
- OpenGUI.TextSize = 30
- OpenGUI.ZIndex = 10
- SIDE_FE_Check.Name = "SIDE_FE_Check"
- SIDE_FE_Check.Parent = SideFrame
- SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1)
- SIDE_FE_Check.BackgroundTransparency = 1
- SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0)
- SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24)
- SIDE_FE_Check.Font = Enum.Font.Highway
- SIDE_FE_Check.FontSize = Enum.FontSize.Size14
- SIDE_FE_Check.Text = "Error loading FE Checker"
- SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1)
- SIDE_FE_Check.TextScaled = true
- SIDE_FE_Check.TextSize = 14
- SIDE_FE_Check.TextWrapped = true
- SIDE_FE_Check.ZIndex = 10
- icon.Name = "icon"
- icon.Parent = SideTabs
- icon.BackgroundColor3 = Color3.new(1, 1, 1)
- icon.BackgroundTransparency = 1
- icon.Position = UDim2.new(0, 0, 0.51, 0)
- icon.Size = UDim2.new(0, 120, 0, 110)
- icon.Image = "http://www.roblox.com/asset/?id=1227728863"
- icon.ZIndex = 6
- SideTabsBrick.Name = "SideTabsBrick"
- SideTabsBrick.Parent = MainFrame
- SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
- SideTabsBrick.BorderSizePixel = 0
- SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0)
- SideTabsBrick.Size = UDim2.new(0, 0, 0, 307)
- ResetDefault.Name = "ResetDefault"
- ResetDefault.Parent = LocalPlayer
- ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157)
- ResetDefault.BorderSizePixel = 0
- ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0)
- ResetDefault.Size = UDim2.new(0, 107, 0, 26)
- ResetDefault.Font = Enum.Font.Arial
- ResetDefault.FontSize = Enum.FontSize.Size18
- ResetDefault.Text = "ResetDefault"
- ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- ResetDefault.TextSize = 18
- ResetDefault.TextWrapped = true
- Push.Name = "Push"
- Push.Parent = Others
- Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Push.BorderSizePixel = 0
- Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0)
- Push.Size = UDim2.new(0, 78, 0, 26)
- Push.Font = Enum.Font.Arial
- Push.FontSize = Enum.FontSize.Size18
- Push.Text = "Push"
- Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Push.TextSize = 18
- Push.TextWrapped = true
- ClientFreeze.Name = "ClientFreeze"
- ClientFreeze.Parent = Others
- ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- ClientFreeze.BorderSizePixel = 0
- ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0)
- ClientFreeze.Size = UDim2.new(0, 78, 0, 26)
- ClientFreeze.Font = Enum.Font.Arial
- ClientFreeze.FontSize = Enum.FontSize.Size14
- ClientFreeze.Text = "ClientFreeze"
- ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- ClientFreeze.TextSize = 14
- ClientFreeze.TextWrapped = true
- Orbit.Name = "Orbit"
- Orbit.Parent = Others
- Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Orbit.BorderSizePixel = 0
- Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0)
- Orbit.Size = UDim2.new(0, 78, 0, 26)
- Orbit.Font = Enum.Font.Arial
- Orbit.FontSize = Enum.FontSize.Size18
- Orbit.Text = "Orbit"
- Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Orbit.TextSize = 18
- Orbit.TextWrapped = true
- KillAll.Name = "KillAll"
- KillAll.Parent = Others
- KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451)
- KillAll.BorderSizePixel = 0
- KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0)
- KillAll.Size = UDim2.new(0, 78, 0, 26)
- KillAll.Font = Enum.Font.Arial
- KillAll.FontSize = Enum.FontSize.Size18
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- KillAll.TextSize = 18
- KillAll.TextWrapped = true
- Temp.Name = "Temp"
- Temp.Parent = Games
- Temp.BackgroundColor3 = Color3.new(1, 1, 1)
- Temp.BackgroundTransparency = 1
- Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17)
- Temp.Rotation = -30
- Temp.Size = UDim2.new(0, 328, 0, 60)
- Temp.Font = Enum.Font.Highway
- Temp.FontSize = Enum.FontSize.Size14
- Temp.Text = "Coming soon!"
- Temp.TextScaled = true
- Temp.TextSize = 14
- Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333)
- Temp.TextStrokeTransparency = 0
- Temp.TextWrapped = true
- Experimental.Name = "Experimental"
- Experimental.Parent = Others
- Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Experimental.BorderSizePixel = 0
- Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0)
- Experimental.Size = UDim2.new(0, 78, 0, 26)
- Experimental.Font = Enum.Font.Arial
- Experimental.FontSize = Enum.FontSize.Size14
- Experimental.Text = "Experimental"
- Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Experimental.TextSize = 14
- Experimental.TextWrapped = true
- CHAOS.Name = "CHAOS"
- CHAOS.Parent = Others
- CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745)
- CHAOS.BorderSizePixel = 0
- CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0)
- CHAOS.Size = UDim2.new(0, 78, 0, 26)
- CHAOS.Font = Enum.Font.Arial
- CHAOS.FontSize = Enum.FontSize.Size18
- CHAOS.Text = "CHAOS"
- CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- CHAOS.TextSize = 18
- CHAOS.TextWrapped = true
- -- Buttons
- if game.Workspace.FilteringEnabled == false then
- FE_Check.Text = "FE is disabled"
- FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
- SIDE_FE_Check.Text = "FE is disabled"
- SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10)
- else
- FE_Check.Text = "FE is enabled"
- FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
- SIDE_FE_Check.Text = "FE is enabled"
- SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10)
- end
- col = Color3.new(0.231373, 0.231373, 0.231373)
- loc = Color3.new(0.331373, 0.531373, 0.331373)
- wait(0.4)
- MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3)
- CloseGUI.MouseButton1Click:connect(function()
- CloseGUI.Visible = false
- TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
- wait(1)
- MainFrame.Visible = false
- SideFrame.Position = MainFrame.Position
- SideFrame.Visible = true
- SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
- OpenGUI.Visible = false
- wait(1)
- OpenGUI.Visible = true
- end)
- OpenGUI.MouseButton1Click:connect(function()
- OpenGUI.Visible = false
- SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1)
- wait(1)
- SideFrame.Visible = false
- MainFrame.Position = SideFrame.Position
- MainFrame.Visible = true
- TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1)
- CloseGUI.Visible = false
- wait(1)
- CloseGUI.Visible = true
- end)
- TAB_Credit.MouseButton1Click:connect(function()
- SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
- wait(0.5)
- Games.Visible = false
- LocalPlayer.Visible = false
- Others.Visible = false
- Scripts.Visible = false
- NoneSelected.Visible = true
- SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
- end)
- TAB_Games.MouseButton1Click:connect(function()
- SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
- wait(0.5)
- Games.Visible = true
- LocalPlayer.Visible = false
- Others.Visible = false
- Scripts.Visible = false
- NoneSelected.Visible = false
- SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
- end)
- TAB_Scripts.MouseButton1Click:connect(function()
- SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
- wait(0.5)
- Games.Visible = false
- LocalPlayer.Visible = false
- Others.Visible = false
- Scripts.Visible = true
- NoneSelected.Visible = false
- SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
- end)
- TAB_LocalPlayer.MouseButton1Click:connect(function()
- SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
- wait(0.5)
- Games.Visible = false
- LocalPlayer.Visible = true
- Others.Visible = false
- Scripts.Visible = false
- NoneSelected.Visible = false
- SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
- end)
- TAB_Others.MouseButton1Click:connect(function()
- SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5)
- wait(0.5)
- Games.Visible = false
- LocalPlayer.Visible = false
- Others.Visible = true
- Scripts.Visible = false
- NoneSelected.Visible = false
- SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5)
- end)
- -- LOCAL PLAYER ---------------------------------
- -- LOCAL PLAYER ---------------------------------
- HipHeight.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text
- end)
- JumpHeight.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text
- end)
- Speed.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text
- end)
- Sit.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Sit = true
- end)
- Jump.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.Jump = true
- end)
- frost = false
- Freeze.MouseButton1Click:connect(function()
- frost = not frost
- if frost then
- game.Players.LocalPlayer.Character.Torso.Anchored = true
- game.Players.LocalPlayer.Character.Head.Anchored = true
- game.Players.LocalPlayer.Character["Left Leg"].Anchored = true
- game.Players.LocalPlayer.Character["Left Arm"].Anchored = true
- game.Players.LocalPlayer.Character["Right Leg"].Anchored = true
- game.Players.LocalPlayer.Character["Right Arm"].Anchored = true
- Freeze.BackgroundColor3 = loc
- else
- game.Players.LocalPlayer.Character.Torso.Anchored = false
- game.Players.LocalPlayer.Character.Head.Anchored = false
- game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
- game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
- game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
- game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
- Freeze.BackgroundColor3 = col
- end
- end)
- Chat.MouseButton1Click:connect(function()
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
- end)
- keepspam = false
- Spam.MouseButton1Click:connect(function()
- keepspam = not keepspam
- if keepspam then
- Spam.BackgroundColor3 = loc
- else
- Spam.BackgroundColor3 = col
- end
- while wait(0.5) do
- if keepspam then
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All")
- end
- end
- end)
- gmd = false
- GodMode.MouseButton1Click:connect(function()
- gmd = not gmd
- if gmd then
- game.Players.LocalPlayer.Character.Humanoid.Name = "no"
- local turn1 = game.Players.LocalPlayer.Character["no"]:Clone()
- turn1.Parent = game.Players.LocalPlayer.Character
- turn1.Name = "Humanoid"
- wait(0.1)
- game.Players.LocalPlayer.Character["no"]:Destroy()
- game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
- game.Players.LocalPlayer.Character.Animate.Disabled = true
- wait(0.1)
- game.Players.LocalPlayer.Character.Animate.Disabled = false
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
- GodMode.BackgroundColor3 = loc
- else
- GodMode.BackgroundColor3 = col
- end
- end)
- NoLimbs.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character["Left Arm"]:Destroy()
- game.Players.LocalPlayer.Character["Right Arm"]:Destroy()
- game.Players.LocalPlayer.Character["Right Leg"]:Destroy()
- game.Players.LocalPlayer.Character["Left Leg"]:Destroy()
- end)
- Respawn.MouseButton1Click:connect(function()
- game.Players.LocalPlayer:LoadCharacter()
- end)
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://188632011"
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- local SpinACTIVE = false
- Spin.MouseButton1Click:connect(function()
- SpinACTIVE = not SpinACTIVE
- if SpinACTIVE then
- while wait() do
- if track.IsPlaying == false then
- if SpinACTIVE then
- track:Play(.1, 1, 2)
- Spin.BackgroundColor3 = loc
- else
- Spin.BackgroundColor3 = col
- end
- end
- end
- else
- track:Stop()
- end
- end)
- Hidden = false
- HideName.MouseButton1Click:connect(function()
- Hidden = not Hidden
- if Hidden then
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
- HideName.BackgroundColor3 = loc
- else
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
- HideName.BackgroundColor3 = col
- end
- end)
- clip = true
- Noclip.MouseButton1Click:connect(function()
- clip = not clip
- if not clip then
- Noclip.BackgroundColor3 = loc
- else
- Noclip.BackgroundColor3 = col
- end
- game:GetService('RunService').Stepped:connect(function()
- if not clip then
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
- game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
- end
- end)
- end)
- shake = false
- Seizure.MouseButton1Click:connect(function()
- shake = not shake
- if shake then
- game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
- while wait() do
- if shake then
- game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20))
- game.Players.LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
- Seizure.BackgroundColor3 = loc
- else
- Seizure.BackgroundColor3 = col
- end
- end
- else
- game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
- end
- end)
- local flying = false
- Fly.MouseButton1Click:connect(function()
- flying = not flying
- repeat wait()
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
- local mouse = game.Players.LocalPlayer:GetMouse()
- repeat wait() until mouse
- local plr = game.Players.LocalPlayer
- local torso = plr.Character.Torso
- local deb = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local lastctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 60
- local speed = 0
- if flying then
- Fly.BackgroundColor3 = loc
- else
- Fly.BackgroundColor3 = col
- end
- function FlyFunction()
- local bg = Instance.new("BodyGyro", torso)
- bg.P = 9e4
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- bg.cframe = torso.CFrame
- local bv = Instance.new("BodyVelocity", torso)
- bv.velocity = Vector3.new(0,0.1,0)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- repeat wait()
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- speed = speed+.5+(speed/maxspeed)
- if speed > maxspeed then
- speed = maxspeed
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- speed = speed-1
- if speed < 0 then
- speed = 0
- end
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- else
- bv.velocity = Vector3.new(0,0.1,0)
- end
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- until not flying
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- lastctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bg:Destroy()
- bv:Destroy()
- plr.Character.Humanoid.PlatformStand = false
- end
- mouse.KeyDown:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 1
- elseif key:lower() == "s" then
- ctrl.b = -1
- elseif key:lower() == "a" then
- ctrl.l = -1
- elseif key:lower() == "d" then
- ctrl.r = 1
- end
- end)
- mouse.KeyUp:connect(function(key)
- if key:lower() == "w" then
- ctrl.f = 0
- elseif key:lower() == "s" then
- ctrl.b = 0
- elseif key:lower() == "a" then
- ctrl.l = 0
- elseif key:lower() == "d" then
- ctrl.r = 0
- end
- end)
- FlyFunction()
- end)
- Btools.MouseButton1Click:connect(function()
- local Clone_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- Clone_T.BinType = "Clone"
- local Destruct = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- Destruct.BinType = "Hammer"
- local Hold_T = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- Hold_T.BinType = "Grab"
- local a = game.Workspace:getChildren()
- for i = 1, #a do
- if a[i].className == "Part" then
- a[i].Locked = false
- elseif a[i].className == "Model" then
- local r = a[i]:getChildren()
- for i = 1, #r do
- if r[i].className == "Part" then
- r[i].Locked = false
- end
- end
- end
- end
- end)
- ResetDefault.MouseButton1Click:connect(function()
- flying = false
- game.Players.LocalPlayer.Character.Torso.Anchored = false
- game.Players.LocalPlayer.Character.Head.Anchored = false
- game.Players.LocalPlayer.Character["Left Leg"].Anchored = false
- game.Players.LocalPlayer.Character["Left Arm"].Anchored = false
- game.Players.LocalPlayer.Character["Right Leg"].Anchored = false
- game.Players.LocalPlayer.Character["Right Arm"].Anchored = false
- game.Players.LocalPlayer.Character.Humanoid.HipHeight = 0
- game.Players.LocalPlayer.Character.Humanoid.Sit = false
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer"
- game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
- end)
- -- OTHERS ---------------------------------
- -- OTHERS ---------------------------------
- function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss
- local Found = {}
- local strl = String:lower()
- if strl == "all" then
- for i,v in pairs(game.Players:GetPlayers()) do
- table.insert(Found,v)
- end
- elseif strl == "others" then
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= game.Players.LocalPlayer.Name then
- table.insert(Found,v)
- end
- end
- else
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name:lower():sub(1, #String) == String:lower() then
- table.insert(Found,v)
- end
- end
- end
- return Found
- end
- Teleport.MouseButton1Click:connect(function()
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
- end
- end)
- currentview = false
- View.MouseButton1Click:connect(function()
- currentview = not currentview
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- if currentview then
- game.Workspace.CurrentCamera.CameraSubject = game.Players[v.Name].Character.Head
- View.BackgroundColor3 = loc
- else
- game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head
- View.BackgroundColor3 = col
- end
- end
- end)
- annoying = false
- Annoy.MouseButton1Click:connect(function()
- annoying = not annoying
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- while wait() do
- if annoying then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
- Annoy.BackgroundColor3 = loc
- else
- Annoy.BackgroundColor3 = col
- end
- end
- end
- end)
- cfreeze = false
- ClientFreeze.MouseButton1Click:connect(function()
- cfreeze = not cfreeze
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- if cfreeze then
- game.Players[v.Name].Character.Torso.Anchored = true
- game.Players[v.Name].Character.Head.Anchored = true
- game.Players[v.Name].Character["Left Leg"].Anchored = true
- game.Players[v.Name].Character["Left Arm"].Anchored = true
- game.Players[v.Name].Character["Right Leg"].Anchored = true
- game.Players[v.Name].Character["Right Arm"].Anchored = true
- else
- game.Players[v.Name].Character.Torso.Anchored = false
- game.Players[v.Name].Character.Head.Anchored = false
- game.Players[v.Name].Character["Left Leg"].Anchored = false
- game.Players[v.Name].Character["Left Arm"].Anchored = false
- game.Players[v.Name].Character["Right Leg"].Anchored = false
- game.Players[v.Name].Character["Right Arm"].Anchored = false
- end
- end
- end)
- orbital = false
- Orbit.MouseButton1Click:connect(function()
- orbital = not orbital
- if orbital then
- Orbit.BackgroundColor3 = loc
- local o = Instance.new("RocketPropulsion")
- o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- o.Name = "Orbit"
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- o.Target = game.Players[v.Name].Character.HumanoidRootPart
- o:Fire()
- game:GetService('RunService').Stepped:connect(function()
- if orbital then
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
- game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
- end
- end)
- end
- else
- game.Players.LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy()
- Orbit.BackgroundColor3 = col
- end
- end)
- pushing = false
- Push.MouseButton1Click:connect(function()
- pushing = not pushing
- if pushing then
- Push.BackgroundColor3 = loc
- local o = Instance.new("RocketPropulsion")
- o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- o.Name = "Push"
- o.TurnP = 2500
- o.MaxThrust = 50000
- o.MaxSpeed = 1000
- o.ThrustP = 50000
- o.CartoonFactor = 1
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- o.Target = game.Players[v.Name].Character.HumanoidRootPart
- o:Fire()
- game:GetService('RunService').Stepped:connect(function()
- if pushing then
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
- game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
- end
- end)
- end
- else
- game.Players.LocalPlayer.Character.HumanoidRootPart.Push:Destroy()
- Push.BackgroundColor3 = col
- end
- end)
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://282574440"
- local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- flattening = false
- Flatten.MouseButton1Click:connect(function()
- flattening = not flattening
- if flattening then
- Flatten.BackgroundColor3 = loc
- local o = Instance.new("RocketPropulsion")
- o.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- o.Name = "Flatten"
- o.MaxThrust = 50000
- o.MaxSpeed = 1000
- o.ThrustP = 50000
- o.CartoonFactor = 1
- for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do
- o.Target = game.Players[v.Name].Character["Left Leg"]
- o:Fire()
- track:Play(.1, 1, 1)
- game:GetService('RunService').Stepped:connect(function()
- if flattening then
- game.Players.LocalPlayer.Character.Head.CanCollide = false
- game.Players.LocalPlayer.Character.Torso.CanCollide = false
- game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
- game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
- end
- end)
- while wait(0.3) do
- if flattening then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
- end
- end
- end
- else
- game.Players.LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy()
- Flatten.BackgroundColor3 = col
- track:Stop()
- end
- end)
- Verspin.MouseButton1Click:connect(function()
- game:GetObjects("rbxassetid://1249942219")[1].Parent = game.Players.LocalPlayer.PlayerGui
- end)
- Energize.MouseButton1Click:connect(function()
- game:GetObjects("rbxassetid://1202558084")[1].Parent = game.Players.LocalPlayer.PlayerGui
- end)
- GlitchMax.MouseButton1Click:connect(function()
- game:GetObjects("rbxassetid://1249943137")[1].Parent = game.Players.LocalPlayer.PlayerGui
- end)
- Experimental.MouseButton1Click:connect(function()
- end)
- end)
- Shattervast.Name = "Shattervast"
- Shattervast.Parent = Main
- Shattervast.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- Shattervast.BorderSizePixel = 0
- Shattervast.Position = UDim2.new(0.036387749, 0, 0.33910197, 0)
- Shattervast.Size = UDim2.new(0, 133, 0, 37)
- Shattervast.Font = Enum.Font.Cartoon
- Shattervast.Text = "Shattervast "
- Shattervast.TextColor3 = Color3.new(1, 1, 1)
- Shattervast.TextSize = 20
- Shattervast.MouseButton1Down:connect(function()
- -- By illremember#3799
- -- Important Loading
- trueSettings = {
- commandPrefix = ";";
- hotkeys = {};
- fchotkeymode = "unfc";
- }
- -- Important Variables
- gsPlayers = game:GetService("Players")
- gsWorkspace = game:GetService("Workspace")
- gsLighting = game:GetService("Lighting")
- gsReplicatedStorage = game:GetService("ReplicatedStorage")
- gsCoreGui = game:GetService("CoreGui")
- gsTween = game:GetService("TweenService")
- gsHttp = game:GetService("HttpService")
- LP = gsPlayers.LocalPlayer
- Mouse = LP:GetMouse()
- defaultSettings = gsHttp:JSONEncode(trueSettings)
- function CreateSave()
- writefile("Shattervast.txt", defaultSettings)
- wait(0.5)
- local content = readfile("Shattervast.txt")
- local trueValue = gsHttp:JSONDecode(content)
- commandPrefix = trueValue.commandPrefix
- hotkeys = trueValue.hotkeys
- fchotkeymode = trueValue.fchotkeymode
- end
- function fullUpdate()
- local updatedSettings = {
- commandPrefix = commandPrefix;
- hotkeys = hotkeys;
- fchotkeymode = fchotkeymode;
- }
- local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
- wait(0.2)
- writefile("Shattervast.txt", fullUPDATED)
- end
- if writefile ~= nil then
- function builder()
- local TESTsave = readfile("Shattervast.txt")
- if TESTsave == nil then
- return false
- else
- return true
- end
- end
- local success, message = pcall(builder)
- if success == true then
- function reader()
- local content = readfile("Shattervast.txt")
- local trueValue = gsHttp:JSONDecode(content)
- commandPrefix = trueValue.commandPrefix
- hotkeys = trueValue.hotkeys
- if trueValue.fchotkeymode == nil then
- fchotkeymode = "unfc"
- fullUpdate()
- else
- fchotkeymode = trueValue.fchotkeymode
- end
- end
- reader()
- elseif success == false then
- CreateSave()
- end
- else
- commandPrefix = ";"
- hotkeys = {}
- fchotkeymode = "unfc"
- end
- CurrentGravity = gsWorkspace.Gravity
- CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
- CurrentJumppower = LP.Character.Humanoid.JumpPower
- CurrentHipheight = LP.Character.Humanoid.HipHeight
- CurrentNormal = LP.DevCameraOcclusionMode
- gsWorkspace.Camera.Changed:Connect(function()
- gsWorkspace.Camera.FieldOfView = 70
- end)
- -- Important Functions
- function view(plr)
- if plr.Character.Humanoid ~= nil then
- gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
- else
- gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
- end
- end
- function unlockWS()
- for i,part in pairs(gsWorkspace:GetDescendants()) do
- if part:IsA("Part") then
- part.Locked = false
- end
- end
- end
- function lockWS()
- for i,part in pairs(gsWorkspace:GetDescendants()) do
- if part:IsA("Part") then
- part.Locked = true
- end
- end
- end
- function FEGodmode()
- local changeview = false
- if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
- changeview = true
- end
- LP.Character.Humanoid.Name = 1
- local l = LP.Character["1"]:Clone()
- l.Parent = LP.Character
- l.Name = "Humanoid"
- wait(0.1)
- LP.Character["1"]:Destroy()
- if changeview then
- game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
- end
- LP.Character.Animate.Disabled = true
- wait(0.1)
- LP.Character.Animate.Disabled = false
- LP.Character.Humanoid.DisplayDistanceType = "None"
- end
- function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
- local l = Instance.new("RocketPropulsion")
- l.Parent = LP.Character.HumanoidRootPart
- l.CartoonFactor = 1
- l.MaxThrust = maxthrust
- l.MaxSpeed = maxspeed
- l.ThrustP = thrustp
- l.Name = name
- l.Target = targetplr.Character.HumanoidRootPart
- l:Fire()
- end
- function createIntro(style, msg, length)
- if gsCoreGui:FindFirstChild("Notification") then
- gsCoreGui:FindFirstChild("Notification"):Destroy()
- end
- local info = "http://www.roblox.com/asset/?id=1281284684"
- local warning = "http://www.roblox.com/asset/?id=1281286925"
- if style == "info" then
- style = info
- elseif style == "warning" then
- style = warning
- end
- local Notification = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local IMAGE = Instance.new("ImageLabel")
- Notification.Name = "Notification"
- Notification.Parent = gsCoreGui
- Frame.Parent = Notification
- Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Frame.BackgroundTransparency = 0.20000000298023
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, -0.2, 0)
- Frame.Size = UDim2.new(1, 0, 0, 30)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = msg
- TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- IMAGE.Parent = Frame
- IMAGE.BackgroundTransparency = 1
- IMAGE.Size = UDim2.new(0, 50, 0, 50)
- IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
- IMAGE.Image = style
- local Intro = Instance.new("ScreenGui")
- local Frame2 = Instance.new("Frame")
- local IMAGE2 = Instance.new("ImageLabel")
- Intro.Name = "Intro"
- Intro.Parent = gsCoreGui
- Frame2.Parent = Intro
- Frame2.BackgroundTransparency = 1
- Frame2.BorderSizePixel = 0
- Frame2.Position = UDim2.new(0, 0, -0.2, 0)
- Frame2.Size = UDim2.new(1, 0, 0, 30)
- IMAGE2.Parent = Frame
- IMAGE2.BackgroundTransparency = 1
- IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
- IMAGE2.Size = UDim2.new(0, 240, 0, 120)
- IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
- IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
- Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
- Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
- wait(length)
- pcall(function()
- Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
- Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
- end)
- wait(3.01)
- Intro:Destroy()
- Notification:Destroy()
- end
- function Notification(style, msg, length)
- if gsCoreGui:FindFirstChild("Notification") then
- gsCoreGui:FindFirstChild("Notification"):Destroy()
- end
- local info = "http://www.roblox.com/asset/?id=1281284684"
- local warning = "http://www.roblox.com/asset/?id=1281286925"
- if style == "info" then
- style = info
- elseif style == "warning" then
- style = warning
- end
- local Notification = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local IMAGE = Instance.new("ImageLabel")
- Notification.Name = "Notification"
- Notification.Parent = gsCoreGui
- Frame.Parent = Notification
- Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Frame.BackgroundTransparency = 0.20000000298023
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, -0.2, 0)
- Frame.Size = UDim2.new(1, 0, 0, 30)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = msg
- TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- IMAGE.Parent = Frame
- IMAGE.BackgroundTransparency = 1
- IMAGE.Size = UDim2.new(0, 50, 0, 50)
- IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
- IMAGE.Image = style
- Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
- wait(length)
- pcall(function()
- Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
- end)
- wait(3.01)
- Notification:Destroy()
- end
- function hasTools()
- local a = false
- local b = false
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- if v ~= nil then
- a = true
- else
- a = false
- end
- end
- end
- for i,k in pairs(LP.Backpack:GetDescendants()) do
- if k:IsA("Tool") then
- if k ~= nil then
- b = true
- else
- b = false
- end
- end
- end
- return a or b
- end
- Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
- function complimentplr(player)
- local plrName = player.Name
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
- end
- function createINFO(player)
- local InfoGUIv2 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local infoguiCLOSE = Instance.new("TextButton")
- local Frame_3 = Instance.new("Frame")
- local playerName = Instance.new("TextLabel")
- local Frame_4 = Instance.new("Frame")
- local playerAvatar = Instance.new("ImageLabel")
- local playerAccAge = Instance.new("TextLabel")
- local playerId = Instance.new("TextLabel")
- local playerOs = Instance.new("TextLabel")
- local playerMembership = Instance.new("TextLabel")
- local Frame_5 = Instance.new("Frame")
- local Frame_6 = Instance.new("Frame")
- InfoGUIv2.Name = "InfoGUIv2"
- InfoGUIv2.Parent = gsCoreGui
- Frame.Parent = InfoGUIv2
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 1
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.ClipsDescendants = true
- Frame.Position = UDim2.new(0.45, 0, 1, 0)
- Frame.Size = UDim2.new(0, 265, 0, 302)
- Frame.ZIndex = -1
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
- Frame_2.BorderSizePixel = 0
- Frame_2.Size = UDim2.new(0, 260, 0, 20)
- infoguiCLOSE.Name = "infoguiCLOSE"
- infoguiCLOSE.Parent = Frame_2
- infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
- infoguiCLOSE.BackgroundTransparency = 1
- infoguiCLOSE.BorderSizePixel = 0
- infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
- infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
- infoguiCLOSE.Font = Enum.Font.SourceSansBold
- infoguiCLOSE.Text = "X"
- infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
- infoguiCLOSE.TextSize = 20
- Frame_3.Parent = Frame
- Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 0, 20)
- Frame_3.Size = UDim2.new(0, 260, 0, 40)
- playerName.Name = "playerName"
- playerName.Parent = Frame_3
- playerName.BackgroundColor3 = Color3.new(1, 1, 1)
- playerName.BackgroundTransparency = 1
- playerName.Position = UDim2.new(0, 10, 0, 5)
- playerName.Size = UDim2.new(0, 240, 0, 30)
- playerName.Font = Enum.Font.SourceSansLight
- playerName.Text = player.Name
- playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- playerName.TextScaled = true
- playerName.TextSize = 14
- playerName.TextWrapped = true
- Frame_4.Parent = Frame
- Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- Frame_4.BorderSizePixel = 0
- Frame_4.Position = UDim2.new(0, 0, 0, 60)
- Frame_4.Size = UDim2.new(0, 260, 0, 237)
- playerAvatar.Name = "playerAvatar"
- playerAvatar.Parent = Frame_4
- playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
- playerAvatar.Position = UDim2.new(0, 85, 0, 10)
- playerAvatar.Size = UDim2.new(0, 85, 0, 85)
- playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
- playerAccAge.Name = "playerAccAge"
- playerAccAge.Parent = Frame_4
- playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
- playerAccAge.BackgroundTransparency = 1
- playerAccAge.Position = UDim2.new(0, 5, 0, 101)
- playerAccAge.Size = UDim2.new(0, 250, 0, 30)
- playerAccAge.Font = Enum.Font.SourceSans
- playerAccAge.Text = "Account Age: "..player.AccountAge
- playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerAccAge.TextScaled = true
- playerAccAge.TextSize = 14
- playerAccAge.TextWrapped = true
- playerId.Name = "playerId"
- playerId.Parent = Frame_4
- playerId.BackgroundColor3 = Color3.new(1, 1, 1)
- playerId.BackgroundTransparency = 1
- playerId.Position = UDim2.new(0, 5, 0, 131)
- playerId.Size = UDim2.new(0, 250, 0, 30)
- playerId.Font = Enum.Font.SourceSans
- playerId.Text = "Account ID: "..player.UserId
- playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerId.TextScaled = true
- playerId.TextSize = 14
- playerId.TextWrapped = true
- playerOs.Name = "playerOs"
- playerOs.Parent = Frame_4
- playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
- playerOs.BackgroundTransparency = 1
- playerOs.Position = UDim2.new(0, 5, 0, 161)
- playerOs.Size = UDim2.new(0, 250, 0, 30)
- playerOs.Font = Enum.Font.SourceSansLight
- playerOs.Text = "Player OS: "..player.OsPlatform
- playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerOs.TextScaled = true
- playerOs.TextSize = 14
- playerOs.TextWrapped = true
- playerMembership.Name = "playerMembership"
- playerMembership.Parent = Frame_4
- playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
- playerMembership.BackgroundTransparency = 1
- playerMembership.Position = UDim2.new(0, 5, 0, 191)
- playerMembership.Size = UDim2.new(0, 250, 0, 30)
- playerMembership.Font = Enum.Font.SourceSansLight
- if player.MembershipType == Enum.MembershipType.None then
- playerMembership.Text = "No builder's club."
- elseif player.MembershipType == Enum.MembershipType.BuildersClub then
- playerMembership.Text = "Builder's club!"
- elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
- playerMembership.Text = "Turbo Builder's club!"
- elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
- playerMembership.Text = "Outrageous Builder's club!"
- end
- playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerMembership.TextScaled = true
- playerMembership.TextSize = 14
- playerMembership.TextWrapped = true
- Frame_5.Parent = Frame
- Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_5.BackgroundTransparency = 0.69999998807907
- Frame_5.BorderColor3 = Color3.new(0, 0, 0)
- Frame_5.BorderSizePixel = 0
- Frame_5.ClipsDescendants = true
- Frame_5.Position = UDim2.new(0, 10, 0, 10)
- Frame_5.Selectable = true
- Frame_5.Size = UDim2.new(0, 255, 0, 292)
- Frame_5.ZIndex = -1
- Frame_6.Parent = Frame
- Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_6.BackgroundTransparency = 0.69999998807907
- Frame_6.BorderColor3 = Color3.new(0, 0, 0)
- Frame_6.BorderSizePixel = 0
- Frame_6.ClipsDescendants = true
- Frame_6.Position = UDim2.new(0, 8, 0, 8)
- Frame_6.Selectable = true
- Frame_6.Size = UDim2.new(0, 255, 0, 292)
- Frame_6.ZIndex = -1
- local closeGet = {}
- closeGet.Size = UDim2.new(0, 0, 0, 0)
- local openGet = {}
- openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
- local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
- local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
- infoguiCLOSE.MouseButton1Click:Connect(function()
- closeFunction:Play()
- Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
- wait(2.01)
- Frame:Destroy()
- end)
- openFunction:Play()
- local UserInputService = game:GetService("UserInputService")
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- local dragTime = 0.055
- local SmoothDrag = {}
- SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
- dragSmoothFunction:Play()
- end
- Frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
- update(input)
- end
- end)
- end
- function clientSided()
- Notification("info", "This command is for the client (you) only, no one else can see!", 6)
- end
- searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
- CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
- local CMDS_GUI_V2 = Instance.new("ScreenGui")
- local CMDSmain = Instance.new("Frame")
- local CMDSframemain = Instance.new("Frame")
- local cmdgui_topframe = Instance.new("Frame")
- local closecmdsgui = Instance.new("TextButton")
- local cmdgui_midframe = Instance.new("Frame")
- local cmdsgui_SearchFunction = Instance.new("TextBox")
- local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
- local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
- local ListofCMDS = Instance.new("ScrollingFrame")
- local cmdTutorial = Instance.new("TextLabel")
- local cmdTutorial_2 = Instance.new("TextLabel")
- local cmdTutorial_3 = Instance.new("TextLabel")
- local CMDS_Shadow = Instance.new("Frame")
- local CMDS_Shadow2 = Instance.new("Frame")
- CMDS_GUI_V2.Name = "CMDS_GUI_V2"
- CMDS_GUI_V2.Parent = gsCoreGui
- CMDSmain.Name = "CMDSmain"
- CMDSmain.Parent = CMDS_GUI_V2
- CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
- CMDSmain.BackgroundTransparency = 1
- CMDSmain.Position = UDim2.new(0, 695, 0, 297)
- CMDSmain.Size = UDim2.new(0, 440, 0, 367)
- CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
- CMDSmain.Visible = false
- CMDSmain.ClipsDescendants = true
- CMDSframemain.Name = "CMDSframemain"
- CMDSframemain.Parent = CMDSmain
- CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
- CMDSframemain.BorderSizePixel = 0
- CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
- cmdgui_topframe.Name = "cmdgui_topframe"
- cmdgui_topframe.Parent = CMDSframemain
- cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- cmdgui_topframe.BorderSizePixel = 0
- cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
- closecmdsgui.Name = "closecmdsgui"
- closecmdsgui.Parent = cmdgui_topframe
- closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
- closecmdsgui.BackgroundTransparency = 1
- closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
- closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
- closecmdsgui.Font = Enum.Font.SourceSansBold
- closecmdsgui.Text = "X"
- closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
- closecmdsgui.TextSize = 20
- cmdgui_midframe.Name = "cmdgui_midframe"
- cmdgui_midframe.Parent = CMDSframemain
- cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- cmdgui_midframe.BorderSizePixel = 0
- cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
- cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
- cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
- cmdsgui_SearchFunction.Parent = cmdgui_midframe
- cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdsgui_SearchFunction.BackgroundTransparency = 1
- cmdsgui_SearchFunction.BorderSizePixel = 0
- cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
- cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
- cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
- cmdsgui_SearchFunction.Text = ""
- cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
- cmdsgui_SearchFunction.TextScaled = true
- cmdsgui_SearchFunction.TextSize = 14
- cmdsgui_SearchFunction.TextWrapped = true
- cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
- cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
- cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
- cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
- cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
- cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
- cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
- cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
- cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
- cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
- cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
- cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
- cmdsgui_searchDETAILTEXT.Text = "Search"
- cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
- cmdsgui_searchDETAILTEXT.TextSize = 30
- ListofCMDS.Name = "ListofCMDS"
- ListofCMDS.Parent = CMDSframemain
- ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
- ListofCMDS.BorderSizePixel = 0
- ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
- ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
- ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
- ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
- cmdTutorial.Name = "cmdTutorial"
- cmdTutorial.Parent = ListofCMDS
- cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdTutorial.BackgroundTransparency = 1
- cmdTutorial.BorderSizePixel = 0
- cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
- cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
- cmdTutorial.Font = Enum.Font.SourceSansBold
- cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
- cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdTutorial.TextScaled = true
- cmdTutorial.TextSize = 14
- cmdTutorial.TextWrapped = true
- cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
- cmdTutorial_2.Name = "cmdTutorial"
- cmdTutorial_2.Parent = ListofCMDS
- cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdTutorial_2.BackgroundTransparency = 1
- cmdTutorial_2.BorderSizePixel = 0
- cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
- cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
- cmdTutorial_2.Font = Enum.Font.SourceSansBold
- cmdTutorial_2.Text = "\"//\" means another way of running command"
- cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdTutorial_2.TextScaled = true
- cmdTutorial_2.TextSize = 14
- cmdTutorial_2.TextWrapped = true
- cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
- cmdTutorial_3.Name = "cmdTutorial"
- cmdTutorial_3.Parent = ListofCMDS
- cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdTutorial_3.BackgroundTransparency = 1
- cmdTutorial_3.BorderSizePixel = 0
- cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
- cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
- cmdTutorial_3.Font = Enum.Font.SourceSansBold
- cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
- cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdTutorial_3.TextScaled = true
- cmdTutorial_3.TextSize = 14
- cmdTutorial_3.TextWrapped = true
- cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
- CMDS_Shadow.Name = "CMDS_Shadow"
- CMDS_Shadow.Parent = CMDSmain
- CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
- CMDS_Shadow.BackgroundTransparency = 0.60000002384186
- CMDS_Shadow.BorderSizePixel = 0
- CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
- CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
- CMDS_Shadow.ZIndex = -1
- CMDS_Shadow2.Name = "CMDS_Shadow2"
- CMDS_Shadow2.Parent = CMDSmain
- CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
- CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
- CMDS_Shadow2.BorderSizePixel = 0
- CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
- CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
- CMDS_Shadow2.ZIndex = -1
- closecmdsgui.MouseButton1Click:Connect(function()
- CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
- end)
- function CreateCMDlabel(position, text)
- local sizenow = 15
- local cmdHere = Instance.new("TextLabel")
- cmdHere.Name = "cmdHere"
- cmdHere.TextWrapped = true
- cmdHere.Parent = ListofCMDS
- cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdHere.BackgroundTransparency = 1
- cmdHere.BorderSizePixel = 0
- cmdHere.Position = position
- cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
- cmdHere.Font = Enum.Font.SourceSans
- cmdHere.Text = text
- cmdHere.TextWrapped = true
- cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdHere.TextScaled = false
- cmdHere.TextSize = 20
- cmdHere.TextXAlignment = Enum.TextXAlignment.Left
- end
- for i,_cmds in pairs(searchCmds) do
- CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
- end
- local UserInputService = game:GetService("UserInputService")
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function updateCMDS(input)
- local delta = input.Position - dragStart
- local dragTime = 0.055
- local SmoothDrag = {}
- SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
- dragSmoothFunction:Play()
- end
- cmdgui_topframe.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = CMDSmain.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- cmdgui_topframe.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- cmdgui_midframe.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = CMDSmain.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- cmdgui_midframe.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- updateCMDS(input)
- end
- end)
- cmdsgui_SearchFunction.Focused:Connect(function()
- cmdsgui_SearchFunction.TextTransparency = 0
- local searchTween = {}
- searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
- searchTween.TextSize = 18
- searchTween.Position = UDim2.new(0, -70, 0, -15)
- local frameTweenblue = {}
- frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
- local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
- searchTween1:Play()
- local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
- frameTweenblue1:Play()
- end)
- cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
- if not enterPressed then
- cmdsgui_SearchFunction.TextTransparency = 1
- else
- cmdsgui_SearchFunction.Text = " "
- end
- local searchTween = {}
- searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
- searchTween.TextSize = 30
- searchTween.Position = UDim2.new(0, 0, 0, 0)
- local frameTweenblue = {}
- frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
- local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
- searchTween1:Play()
- local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
- frameTweenblue1:Play()
- end)
- cmdsgui_SearchFunction.Changed:Connect(function()
- local index = 0
- if cmdsgui_SearchFunction.Text ~= "" then
- for i,v in pairs(ListofCMDS:GetChildren()) do
- if v.Name == "cmdHere" then
- if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
- v.Visible = false
- else
- v.Visible = true
- index = index + 1
- v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
- end
- end
- end
- end
- end)
- -- Command Execution
- LP.Chatted:Connect(function(chat)
- run(chat)
- end)
- function run(msg)
- if string.lower(string.sub(msg, 2, 5)) == "chat" then
- msg = msg
- elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
- msg = msg
- else
- msg = string.lower(msg)
- end
- local cmdPrefix = string.sub(msg, 1, 1)
- if cmdPrefix == commandPrefix then
- msg = string.sub(msg, 2)
- local args = {}
- for arg in string.gmatch(msg,"[^%s]+") do
- table.insert(args,arg)
- end
- local cmdName = args[1]
- table.remove(args,1)
- local doCmd = Commands[cmdName]
- if doCmd ~= nil then
- doCmd(args)
- end
- end
- end
- -- Command bar
- local CommandBar = Instance.new("ScreenGui")
- local CMDBAR = Instance.new("Frame")
- local CMDBARText = Instance.new("TextBox")
- CommandBar.Name = "CommandBar"
- CommandBar.Parent = gsCoreGui
- CMDBAR.Name = "CMDBAR"
- CMDBAR.Parent = CommandBar
- CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
- CMDBAR.BorderSizePixel = 0
- CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
- CMDBAR.Size = UDim2.new(0, 270, 0, 35)
- CMDBARText.Name = "CMDBARText"
- CMDBARText.Parent = CMDBAR
- CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- CMDBARText.BorderSizePixel = 0
- CMDBARText.Position = UDim2.new(0, 5, 0, 5)
- CMDBARText.Size = UDim2.new(0, 260, 0, 25)
- CMDBARText.Font = Enum.Font.SourceSansLight
- CMDBARText.Text = ""
- CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
- CMDBARText.TextScaled = true
- CMDBARText.TextSize = 14
- CMDBARText.TextWrapped = true
- Mouse.KeyDown:connect(function(Key)
- if Key == string.lower(commandPrefix) then
- CMDBARText:CaptureFocus()
- CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
- end
- end)
- CMDBARText.FocusLost:connect(function(enterPressed)
- CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
- if enterPressed then
- local cmdmsg = CMDBARText.Text
- CMDBARText.Text = ""
- run(commandPrefix..cmdmsg)
- end
- end)
- local Match = Instance.new("Frame")
- Match.Name = "Match"
- Match.Parent = CMDBAR
- Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
- Match.BorderSizePixel = 0
- Match.Position = UDim2.new(0, 0, -4, 0)
- Match.Size = UDim2.new(1, 0, 4, 0)
- Match.Visible = false
- function CreateOption(Text)
- local Option1 = Instance.new("TextLabel")
- Option1.Name = "Option"
- Option1.Parent = Match
- Option1.BackgroundColor3 = Color3.new(1, 1, 1)
- Option1.BackgroundTransparency = 1
- Option1.Position = UDim2.new(-10, 0, 0, 0)
- Option1.Size = UDim2.new(1, 0, 0, 20)
- Option1.Font = Enum.Font.SourceSans
- Option1.Text = Text
- Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Option1.TextScaled = true
- Option1.TextWrapped = true
- end
- for i,cmdtext2 in pairs(CMDS) do
- CreateOption(cmdtext2)
- end
- CMDBARText.Changed:Connect(function()
- if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
- Match.Visible = true
- local PositionMatch = 0
- for i,cmdtext in pairs(Match:GetChildren()) do
- if cmdtext.Name == "Option" then
- if string.find(cmdtext.Text, CMDBARText.Text) then
- cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
- PositionMatch = PositionMatch + 1
- if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
- cmdtext.Position = UDim2.new(-10, 0, 0, 0)
- PositionMatch = PositionMatch - 1
- end
- else
- cmdtext.Position = UDim2.new(-10, 0, 0, 0)
- end
- end
- end
- else
- Match.Visible = false
- end
- end)
- -- Chat
- local ChatLogsv2 = Instance.new("ScreenGui")
- local MainChatFrame = Instance.new("Frame")
- local Framess = Instance.new("Frame")
- local CloseChatGUI = Instance.new("TextButton")
- local Frame_222 = Instance.new("Frame")
- local PrintChat = Instance.new("TextButton")
- local Shadow1 = Instance.new("Frame")
- local Shadow2 = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- ChatLogsv2.Name = "ChatLogsv2"
- ChatLogsv2.Parent = gsCoreGui
- MainChatFrame.Name = "MainChatFrame"
- MainChatFrame.Parent = ChatLogsv2
- MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainChatFrame.BackgroundTransparency = 1
- MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
- MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
- MainChatFrame.Visible = false
- Framess.Parent = MainChatFrame
- Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- Framess.BorderSizePixel = 0
- Framess.Size = UDim2.new(0, 525, 0, 15)
- CloseChatGUI.Name = "CloseChatGUI"
- CloseChatGUI.Parent = Framess
- CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- CloseChatGUI.BackgroundTransparency = 1
- CloseChatGUI.BorderSizePixel = 0
- CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
- CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
- CloseChatGUI.Font = Enum.Font.SourceSansBold
- CloseChatGUI.Text = "X"
- CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
- CloseChatGUI.TextSize = 20
- Frame_222.Parent = MainChatFrame
- Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- Frame_222.BorderSizePixel = 0
- Frame_222.Position = UDim2.new(0, 0, 0, 15)
- Frame_222.Size = UDim2.new(0, 525, 0, 50)
- PrintChat.Name = "PrintChat"
- PrintChat.Parent = Frame_222
- PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
- PrintChat.BorderSizePixel = 0
- PrintChat.Position = UDim2.new(0, 15, 0, 0)
- PrintChat.Size = UDim2.new(0, 170, 0, 30)
- PrintChat.Font = Enum.Font.SourceSansLight
- PrintChat.Text = "Print Chat"
- PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
- PrintChat.TextSize = 30
- PrintChat.TextWrapped = true
- Shadow1.Name = "Shadow1"
- Shadow1.Parent = MainChatFrame
- Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
- Shadow1.BackgroundTransparency = 0.5
- Shadow1.Position = UDim2.new(0, 2, 0, 2)
- Shadow1.Size = UDim2.new(0, 525, 0, 337)
- Shadow1.ZIndex = -1
- Shadow2.Name = "Shadow2"
- Shadow2.Parent = MainChatFrame
- Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
- Shadow2.BackgroundTransparency = 0.80000001192093
- Shadow2.Position = UDim2.new(0, 5, 0, 5)
- Shadow2.Size = UDim2.new(0, 525, 0, 337)
- Shadow2.ZIndex = -1
- ScrollingFrame.Parent = MainChatFrame
- ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
- ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
- ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
- ScrollingFrame.ScrollBarThickness = 8
- function CreateChatText(plr, chat)
- for i,v in pairs(ScrollingFrame:GetDescendants()) do
- v.Position = v.Position - UDim2.new(0, 0, 0, 20)
- if v.Position == UDim2.new(0, 5, 0, 10) then
- v:Destroy()
- end
- end
- local Example = Instance.new("TextLabel")
- Example.Name = "Example"
- Example.Parent = ScrollingFrame
- Example.BackgroundColor3 = Color3.new(1, 1, 1)
- Example.BackgroundTransparency = 1
- Example.Position = UDim2.new(0, 5, 0, 650)
- Example.Size = UDim2.new(0, 500, 0, 20)
- Example.Font = Enum.Font.SourceSans
- Example.Text = "["..plr.Name.."]: "..chat
- Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
- Example.TextScaled = true
- Example.TextSize = 20
- Example.TextWrapped = true
- Example.TextXAlignment = Enum.TextXAlignment.Left
- end
- CloseChatGUI.MouseButton1Click:Connect(function()
- MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
- wait(2.01)
- MainChatFrame.Visible = false
- end)
- printingChat = false
- PrintChat.MouseButton1Click:Connect(function()
- if printingChat == false then
- printingChat = true
- PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
- elseif printingChat == true then
- printingChat = false
- PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
- end
- end)
- local UserInputService = game:GetService("UserInputService")
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function updateChat(input)
- local delta = input.Position - dragStart
- local dragTime = 0.055
- local SmoothDrag = {}
- SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
- dragSmoothFunction:Play()
- end
- Frame_222.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = MainChatFrame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- Frame_222.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- updateChat(input)
- end
- end)
- function printChat(player, chat)
- print("["..player.Name.."]: "..chat)
- end
- complimentReady = true
- for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
- currentPlayersChatting.Chatted:connect(function(chat)
- CreateChatText(currentPlayersChatting, chat)
- if printingChat then
- printChat(currentPlayersChatting, chat)
- end
- if copychatACTIVE then
- if currentPlayersChatting == copychatplayer then
- gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
- end
- end
- if modeFling == true then
- if string.lower(string.sub(chat, 1, 7)) == "!fling " then
- if gsWorkspace:PGSIsEnabled() == false then
- FEGodmode()
- end
- if string.lower(string.sub(chat, 8)) == "me" then
- run(commandPrefix.."unfling")
- LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
- run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
- else
- for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
- if notAll ~= LP then
- run(commandPrefix.."unfling")
- LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
- run(commandPrefix.."fling "..notAll.Name.." 2000000")
- end
- end
- end
- end
- end
- if modeCompliment == true then
- if string.lower(string.sub(chat, 1, 3)) == "!c " then
- if complimentReady then
- complimentReady = false
- if string.lower(string.sub(chat, 4)) == "me" then
- complimentplr(currentPlayersChatting)
- else
- for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
- if Others == LP then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
- else
- complimentplr(Others)
- end
- end
- end
- wait(1)
- complimentReady = true
- end
- end
- end
- if modeMove == true then
- if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
- run(commandPrefix.."unfollow")
- run(commandPrefix.."unwalk")
- run(commandPrefix.."goto "..currentPlayersChatting.Name)
- elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
- for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
- if getWalkPlayer == LP then
- run(commandPrefix.."unfollow")
- run(commandPrefix.."walk "..currentPlayersChatting.Name)
- else
- run(commandPrefix.."unfollow")
- run(commandPrefix.."walk "..getWalkPlayer.Name)
- end
- end
- elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
- for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
- if getFollowPlayer == LP then
- run(commandPrefix.."unwalk")
- run(commandPrefix.."follow "..currentPlayersChatting.Name)
- else
- run(commandPrefix.."unwalk")
- run(commandPrefix.."follow "..getFollowPlayer.Name)
- end
- end
- end
- end
- if modeInfo == true then
- if infoReady then
- infoReady = false
- if string.lower(string.sub(chat, 1, 5)) == "!age " then
- for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
- if v == LP then
- run(commandPrefix.."age "..currentPlayersChatting.Name)
- else
- run(commandPrefix.."age "..v.Name)
- end
- end
- end
- if string.lower(string.sub(chat, 1, 4)) == "!id " then
- for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
- if a == LP then
- run(commandPrefix.."id "..currentPlayersChatting.Name)
- else
- run(commandPrefix.."id "..a.Name)
- end
- end
- end
- wait(1)
- infoReady = true
- end
- end
- end)
- end
- game:GetService("Players").PlayerAdded:connect(function(plr)
- plr.Chatted:connect(function(chat)
- CreateChatText(plr, chat)
- if printingChat then
- printChat(plr, chat)
- end
- if modeFling == true then
- if string.lower(string.sub(chat, 1, 7)) == "!fling " then
- if gsWorkspace:PGSIsEnabled() == false then
- FEGodmode()
- end
- if string.lower(string.sub(chat, 8)) == "me" then
- run(commandPrefix.."unfling")
- LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
- run(commandPrefix.."fling "..plr.Name.." 2000000")
- else
- for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
- if notAll ~= LP then
- run(commandPrefix.."unfling")
- LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
- run(commandPrefix.."fling "..notAll.Name.." 2000000")
- end
- end
- end
- end
- end
- if modeCompliment == true then
- if string.lower(string.sub(chat, 1, 3)) == "!c " then
- if complimentReady == true then
- complimentReady = false
- if string.lower(string.sub(chat, 4)) == "me" then
- complimentplr(plr)
- else
- for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
- if Others == LP then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
- else
- complimentplr(Others)
- end
- end
- end
- wait(1)
- complimentReady = true
- end
- end
- end
- if modeMove == true then
- if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
- run(commandPrefix.."unfollow")
- run(commandPrefix.."unwalk")
- run(commandPrefix.."goto "..plr.Name)
- elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
- for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
- if getWalkPlayer == LP then
- run(commandPrefix.."unfollow")
- run(commandPrefix.."walk "..plr.Name)
- else
- run(commandPrefix.."unfollow")
- run(commandPrefix.."walk "..getWalkPlayer.Name)
- end
- end
- elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
- for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
- if getFollowPlayer == LP then
- run(commandPrefix.."unwalk")
- run(commandPrefix.."follow "..plr.Name)
- else
- run(commandPrefix.."unwalk")
- run(commandPrefix.."follow "..getFollowPlayer.Name)
- end
- end
- end
- end
- if modeInfo == true then
- if infoReady then
- infoReady = false
- if string.lower(string.sub(chat, 1, 5)) == "!age " then
- for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
- if v == LP then
- run(commandPrefix.."age "..plr.Name)
- else
- run(commandPrefix.."age "..v.Name)
- end
- end
- end
- if string.lower(string.sub(chat, 1, 4)) == "!id " then
- for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
- if a == LP then
- run(commandPrefix.."id "..plr.Name)
- else
- run(commandPrefix.."id "..a.Name)
- end
- end
- end
- wait(1)
- infoReady = true
- end
- end
- end)
- end)
- -- Loops
- noclip = false
- following = false
- trailing = false
- annoying = false
- flingnoclip = false
- staring = false
- stopsitting = false
- stareplr = ""
- CBRINGamount = 3
- spawnWS = CurrentWalkspeed
- spawnJP = CurrentJumppower
- spawnHH = CurrentHipheight
- spawningfegod = false
- looptpbypassfly = false
- if game.GameId == 245662005 or game.GameId == 601130232 then
- bypassMODE = true
- else
- bypassMODE = false
- end
- viewplr = ""
- loopview = false
- cmdForward = false
- forwardSpeed = 1
- loopviewfc = false
- spinTOhead = false
- spinObj = ""
- rideACTIVE = false
- ridePLAYER = ""
- LPcurrenthumanoid = LP.Character.Humanoid
- game:GetService('RunService').Stepped:connect(function()
- if LP.Character.Humanoid ~= nil then
- LPcurrenthumanoid = LP.Character.Humanoid
- end
- if noclip then
- if LP.Character then
- if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
- LP.Character.Head.CanCollide = false
- LP.Character.Torso.CanCollide = false
- LP.Character["Left Leg"].CanCollide = false
- LP.Character["Right Leg"].CanCollide = false
- LP.Character["Left Arm"].CanCollide = false
- LP.Character["Right Arm"].CanCollide = false
- elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
- LP.Character.Head.CanCollide = false
- LP.Character.UpperTorso.CanCollide = false
- LP.Character.LowerTorso.CanCollide = false
- LP.Character.HumanoidRootPart.CanCollide = false
- end
- end
- end
- if following then
- LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
- end
- if trailing then
- LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
- end
- if annoying then
- LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
- end
- if walkto then
- LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
- end
- if cbringing then
- CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
- end
- if cbringingall then
- for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
- if getbringplrs ~= LP then
- getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
- end
- end
- end
- if staring then
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
- end
- if stopsitting then
- LP.Character.Humanoid.Sit = false
- end
- if looptpbypassfly then
- pcall(function()
- LP.Character.Head.Anchored = false
- LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
- LP.Character.Head.Anchored = true
- end)
- end
- if loopview then
- view(viewplr)
- end
- if cmdForward then
- LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
- end
- if loopviewfc then
- pcall(function()
- gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
- end)
- end
- if spinTOhead then
- pcall(function()
- spinObj.Position = LP.Character.Head.Position
- end)
- end
- if rideACTIVE == true then
- LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
- end
- end)
- spawningatreset = false
- spawnresetpoint = LP.Character.Head.CFrame
- LPcurrenthumanoid.Died:Connect(function()
- flying = false
- doFREECAM = false
- if savingtoolsloop then
- run(commandPrefix.."savealltool")
- end
- if spawningatreset == true then
- spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
- end
- end)
- LP.CharacterAdded:Connect(function()
- wait(0.2)
- LP.Character.Humanoid.WalkSpeed = spawnWS
- LP.Character.Humanoid.JumpPower = spawnJP
- LP.Character.Humanoid.HipHeight = spawnHH
- if spawningfegod then
- FEGodmode()
- end
- if spawningpos and spawnpos ~= nil then
- LP.Character.HumanoidRootPart.CFrame = spawnpos
- end
- if spawningatreset == true then
- LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
- end
- end)
- -- Commands
- Commands = {}
- Commands.print = function(args)
- local msg = table.concat(args," ")
- print(msg)
- end
- Commands.warn = function(args)
- local msg = table.concat(args," ")
- warn(msg)
- end
- Commands.sit = function(args)
- LP.Character.Humanoid.Sit = true
- end
- Commands.god = function(args)
- FEGodmode()
- Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
- end
- Commands.view = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if bypassMODE == false then
- view(v)
- Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
- elseif bypassMODE == true then
- viewplr = v
- loopview = true
- end
- end
- end
- end
- Commands.unview = function(args)
- view(LP)
- loopview = false
- end
- Commands.gravity = function(args)
- if args[1] then
- gsWorkspace.Gravity = args[1]
- end
- end
- Commands.ungravity = function(args)
- gsWorkspace.Gravity = CurrentGravity
- end
- Commands.goto = function(args)
- if args[1] then
- if bypassMODE == false then
- for i,v in pairs(findPlayer(args[1])) do
- LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
- end
- elseif bypassMODE == true then
- for i,v in pairs(findPlayer(args[1])) do
- local TPbypass = {}
- TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
- local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
- TPFunction:Play()
- end
- end
- end
- end
- Commands.fecheck = function(args)
- if gsWorkspace.FilteringEnabled == true then
- Notification("warning", "FE is enabled!", 7)
- else
- Notification("warning", "FE is disabled. Consider using a different script.", 7)
- end
- end
- Commands.lockws = function(args)
- lockWS()
- Notification("info", "Workspace locked.", 4)
- end
- Commands.unlockws = function(args)
- unlockWS()
- Notification("info", "Workspace unlocked.", 4)
- end
- Commands.noclip = function(args)
- noclip = true
- Notification("info", "Noclip enabled.", 4)
- end
- Commands.clip = function(args)
- noclip = false
- Notification("info", "Noclip disabled.", 4)
- end
- Commands.follow = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- flwplr = v
- end
- if args[2] then
- flwnum = args[2]
- else
- flwnum = -5
- end
- following = true
- else
- Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
- end
- end
- Commands.unfollow = function(args)
- following = false
- end
- Commands.fling = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v ~= LP then
- view(v)
- pcall(function()
- LP.Character.HumanoidRootPart.Fling:Destroy()
- end)
- if not args[2] then
- RocketPropulsion(800000,1000,400000,v,"Fling")
- else
- RocketPropulsion(args[2],1500,400000,v,"Fling")
- end
- if noclip ~= true then
- flingnoclip = true
- noclip = true
- end
- end
- end
- else
- Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
- end
- end
- Commands.unfling = function(args)
- view(LP)
- pcall(function()
- if LP.Character.HumanoidRootPart.Fling then
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v.Name == "Fling" and v:IsA("RocketPropulsion") then
- v:Destroy()
- end
- end
- end
- end)
- if flingnoclip == true then
- noclip = false
- flingnoclip = false
- end
- end
- Commands.trail = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- trlplr = v
- end
- if args[2] then
- trlnum = args[2]
- else
- trlnum = 5
- end
- trailing = true
- else
- Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
- end
- end
- Commands.untrail = function(args)
- trailing = false
- end
- Commands.annoy = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- annplr = v
- end
- annoying = true
- else
- Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
- end
- end
- Commands.unannoy = function(args)
- annoying = false
- end
- Commands.reset = function(args)
- LP.Character:BreakJoints()
- end
- Commands.grespawn = function(args)
- LP.Character.Humanoid.Health = 0
- wait(1)
- LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
- LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
- end
- Commands.respawn = function(args)
- local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
- local hum = Instance.new('Humanoid', mod)
- local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
- LP.Character = mod
- end
- Commands.speed = function(args)
- if args[1] then
- run(commandPrefix.."ws "..args[1])
- end
- end
- bypassingwalkspeed = false
- Commands.ws = function(args)
- if args[1] then
- if bypassMODE == false then
- LP.Character.Humanoid.WalkSpeed = args[1]
- elseif bypassMODE == true then
- if game.GameId == 245662005 then
- bypassingwalkspeed = true
- bypassWalkspeed = args[1]
- end
- end
- end
- end
- game:GetService("RunService").Heartbeat:Connect(function()
- if bypassingwalkspeed then
- LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
- end
- end)
- Commands.jumppower = function(args)
- if args[1] then
- LP.Character.Humanoid.JumpPower = args[1]
- end
- end
- Commands.jp = function(args)
- if args[1] then
- LP.Character.Humanoid.JumpPower = args[1]
- end
- end
- Commands.hipheight = function(args)
- if args[1] then
- LP.Character.Humanoid.HipHeight = args[1]
- end
- end
- Commands.hh = function(args)
- if args[1] then
- LP.Character.Humanoid.HipHeight = args[1]
- end
- end
- Commands.default = function(args)
- LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
- LP.Character.Humanoid.HipHeight = CurrentHipheight
- LP.Character.Humanoid.JumpPower = CurrentJumppower
- end
- Commands.credits = function(args)
- Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
- end
- Commands.attach = function(args)
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v ~= LP then
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- wait(0.3)
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- end
- end
- end
- end
- end
- Commands.fly = function(args)
- if bypassMODE == false then
- local speedget = 1
- repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
- repeat wait() until Mouse
- if args[1] then
- speedfly = args[1]
- else
- speedfly = 1
- end
- local T = LP.Character.HumanoidRootPart
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = speedget
- local function fly()
- flying = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- LP.Character.Humanoid.PlatformStand = true
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- 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
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- 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
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until not flying
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- LP.Character.Humanoid.PlatformStand = false
- end)
- end
- Mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- Mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- fly()
- elseif bypassMODE == true then
- if not args[1] then
- run(commandPrefix.."fc")
- else
- run(commandPrefix.."fc "..args[1])
- end
- LP.Character.Head.Anchored = false
- looptpbypassfly = true
- view(LP)
- end
- end
- Commands.unfly = function(args)
- if bypassMODE == false then
- flying = false
- LP.Character.Humanoid.PlatformStand = false
- else
- looptpbypassfly = false
- run(commandPrefix.."unfreecam")
- local goalTP = LP.Character.HumanoidRootPart.CFrame
- if game.GameId == 245662005 then
- for i = 1, 5 do wait(0.2)
- LP.Character.HumanoidRootPart.CFrame = goalTP
- end
- else
- LP.Character.HumanoidRootPart.CFrame = goalTP
- end
- LP.Character.Head.Anchored = false
- end
- end
- Commands.kill = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v == LP then
- LP.Character:BreakJoints()
- else
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- local NOW = LP.Character.HumanoidRootPart.CFrame
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- wait(0.3)
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- local function tp(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1:MoveTo(char2.Head.Position)
- end
- end
- wait(0.5)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
- wait(0.5)
- tp(LP,game:GetService("Players")[v.Name])
- wait(0.7)
- LP.Character.HumanoidRootPart.CFrame = NOW
- view(LP)
- end
- end
- end
- end
- end
- Commands.bring = function(args)
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v ~= LP then
- local NOW = LP.Character.HumanoidRootPart.CFrame
- local function tp(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
- end
- end
- local function getout(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1:MoveTo(char2.Head.Position)
- end
- end
- tp(game:GetService("Players")[v.Name], LP)
- wait(0.2)
- tp(game:GetService("Players")[v.Name], LP)
- wait(0.5)
- LP.Character.HumanoidRootPart.CFrame = NOW
- wait(0.5)
- getout(LP, game:GetService("Players")[v.Name])
- wait(0.3)
- LP.Character.HumanoidRootPart.CFrame = NOW
- end
- end
- end
- end
- end
- Commands.naked = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Clothing") then
- v:Destroy()
- end
- end
- end
- Commands.nolimbs = function(args)
- LP.Character["Left Arm"]:Destroy()
- LP.Character["Right Arm"]:Destroy()
- LP.Character["Left Leg"]:Destroy()
- LP.Character["Right Leg"]:Destroy()
- end
- Commands.noarms = function(args)
- LP.Character["Left Arm"]:Destroy()
- LP.Character["Right Arm"]:Destroy()
- end
- Commands.nolegs = function(args)
- LP.Character["Left Leg"]:Destroy()
- LP.Character["Right Leg"]:Destroy()
- end
- Commands.headless = function(args)
- local l = LP.Character.Humanoid:Clone()
- LP.Character.Humanoid:Destroy()
- wait(0.2)
- LP.Character.Head.CanCollide = false
- for i,v in pairs(LP.Character:GetDescendants()) do
- if string.sub(v.Name, 1, 4) == "Neck" then
- v:Destroy()
- end
- end
- wait(0.2)
- l.Name = "Humanoid"
- l.Parent = LP.Character
- wait(0.1)
- game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
- LP.Character.Animate:Destroy()
- end
- antiremotes = false
- Commands.antikick = function(args)
- if args[1] then
- if args[1] == "on" then
- antiremotes = true
- wait(0.2)
- for i,v in pairs(LP.Character:GetChildren()) do
- if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
- v.Disabled = true
- end
- end
- Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
- Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
- elseif args[1] == "off" then
- antiremotes = false
- Notification("warning", "Remote anti-kick turned off.", 8)
- end
- end
- end
- blockedremotes = {}
- Commands.blockremote = function(args)
- local getService = ""
- if args[1] then
- local remoteName = string.lower(tostring(args[1]))
- if args[2] then
- local serviceRemote = string.lower(tostring(args[2]))
- if serviceRemote == "workspace" then
- getService = "Workspace"
- elseif serviceRemote == "replicatedstorage" then
- getService = "ReplicatedStorage"
- elseif serviceRemote == "players" then
- getService = "Players"
- elseif serviceRemote == "lighting" then
- getService = "Lighting"
- elseif serviceRemote == "startergui" then
- getService = "StarterGui"
- elseif serviceRemote == "starterpack" then
- getService = "StarterPack"
- elseif serviceRemote == "starterplayer" then
- getService = "StarterPlayer"
- else
- getService = "ReplicatedStorage"
- end
- else
- getService = "ReplicatedStorage"
- end
- for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
- if string.lower(getRemote.Name) == remoteName then
- table.insert(blockedremotes, getRemote.Name)
- end
- end
- end
- Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
- end
- spyingremotes = false
- Commands.remotespy = function(args)
- if args[1] then
- if args[1] == "on" then
- spyingremotes = true
- Notification("info", "Remotespy turned on.", 4)
- elseif args[1] == "off" then
- spyingremotes = false
- Notification("info", "Remotespy turned off.", 4)
- end
- end
- end
- Commands.bang = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v ~= nil then
- following = true
- flwplr = v
- flwnum = -1
- local bangAnimation = Instance.new("Animation")
- bangAnimation.AnimationId = "rbxassetid://148840371"
- bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
- if args[2] then
- bangTrack:Play(.1, 1, args[2])
- else
- bangTrack:Play(.1, 1, 1)
- end
- end
- end
- else
- Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
- end
- end
- Commands.unbang = function(args)
- following = false
- bangTrack:Stop()
- end
- spamdelay = 1
- spamtext = "Spam"
- spamming = false
- Commands.spam = function(args)
- if args[1] then
- spamtext = args[1]
- spamming = true
- end
- end
- Commands.spamdelay = function(args)
- if args[1] then
- spamdelay = args[1]
- end
- end
- spawn(function()
- while wait(spamdelay) do
- if spamming then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
- end
- end
- end)
- Commands.unspam = function(args)
- spamming = false
- end
- Commands.info = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- createINFO(v)
- end
- end
- end
- Commands.age = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
- end
- end
- end
- Commands.invisible = function(args)
- local Character = LP.Character
- if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
- local Clone = Character.HumanoidRootPart:Clone()
- Character.HumanoidRootPart:Destroy()
- Clone.Parent = Character
- else
- local Clone = Character.LowerTorso.Root:Clone()
- Character.LowerTorso.Root:Destroy()
- Clone.Parent = Character.LowerTorso
- end
- end
- walkto = false
- walkplr = ""
- Commands.walk = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- walkplr = v
- walkto = true
- noclip = true
- end
- end
- end
- Commands.unwalk = function(args)
- walkto = false
- noclip = false
- LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
- end
- Commands.glitch = function(args)
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- local function tp(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
- end
- end
- tp(game:GetService("Players")[v.Name], LP)
- wait(0.2)
- tp(game:GetService("Players")[v.Name], LP)
- wait(0.5)
- local b = Instance.new("BodyForce")
- b.Parent = LP.Character.HumanoidRootPart
- b.Name = "Glitch"
- if args[2] then
- b.Force = Vector3.new(args[2],5000,0)
- else
- b.Force = Vector3.new(100000000,5000,0)
- end
- wait(6)
- b:Destroy()
- end
- end
- end
- end
- Commands.tp = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v == LP then
- if args[2] then
- for i,a in pairs(findSinglePlayer(args[2])) do
- v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
- end
- end
- else
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- if args[1] then
- for i,first in pairs(findSinglePlayer(args[1])) do
- if args[2] then
- for i,second in pairs(findSinglePlayer(args[2])) do
- local function tp(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
- end
- end
- local function getout(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1:MoveTo(char2.Head.Position)
- end
- end
- tp(LP, first)
- wait(0.2)
- tp(LP, first)
- wait(0.5)
- tp(LP, second)
- wait(0.2)
- tp(LP, second)
- wait(0.2)
- getout(LP, first)
- end
- end
- end
- end
- end
- end
- end
- end
- end
- Commands.givetool = function(args)
- if args[1] then
- if args[2] then
- local selectedTool = ""
- for i,allTools in pairs(LP.Character:GetDescendants()) do
- if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
- selectedTool = allTools
- else
- for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
- if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
- selectedTool = otherTools
- end
- end
- end
- end
- for i,v in pairs(findSinglePlayer(args[1])) do
- if selectedTool ~= "" then
- selectedTool.Parent = v.Character
- end
- end
- else
- for i,plr in pairs(findSinglePlayer(args[1])) do
- for i,tool in pairs(LP.Character:GetDescendants()) do
- if tool:IsA("Tool") then
- tool.Parent = plr.Character
- end
- end
- end
- end
- end
- end
- Commands.givealltools = function(args)
- LP.Character.Humanoid:UnequipTools()
- for i,plr in pairs(findSinglePlayer(args[1])) do
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = plr.Character
- end
- end
- for i,a in pairs(LP.Backpack:GetDescendants()) do
- if a:IsA("Tool") then
- a.Parent = plr.Character
- end
- end
- end
- end
- Commands.blockhats = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Accessory") or v:IsA("Hat") then
- for i,mesh in pairs(v:GetDescendants()) do
- if mesh.Name == "Mesh" then
- mesh:Destroy()
- end
- end
- end
- end
- end
- Commands.blocktool = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- for i,mesh in pairs(v:GetDescendants()) do
- if mesh.Name == "Mesh" then
- mesh:Destroy()
- end
- end
- end
- end
- end
- Commands.orbit = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- view(v)
- RocketPropulsion(5000,100,5000,v,"OrbitMove")
- end
- else
- Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
- end
- end
- Commands.unorbit = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v.Name == "OrbitMove" then
- v:Destroy()
- end
- end
- view(LP)
- end
- Commands.pos = function(args)
- Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
- end
- SavedPosition = ""
- Commands.savepos = function(args)
- SavedPosition = LP.Character.HumanoidRootPart.CFrame
- end
- Commands.loadpos = function(args)
- if SavedPosition ~= "" then
- LP.Character.HumanoidRootPart.CFrame = SavedPosition
- end
- end
- Commands.tppos = function(args)
- if args[1] and args[2] and args[3] then
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
- end
- end
- Commands.pmspam = function(args)
- if args[1] then
- local gotPlayer = ""
- for i,v in pairs(findPlayer(args[1])) do
- gotPlayer = v
- end
- table.remove(args, 1)
- local pmSpamMsg = table.concat(args," ")
- spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
- spamming = true
- end
- end
- Commands.unpmspam = function(args)
- spamming = false
- end
- Commands.wsvis = function(args)
- if args[1] then
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if v:IsA("Part") or v:IsA("Decal") then
- if tonumber(args[1]) > 1 then
- v.Transparency = 0.5
- else
- v.Transparency = args[1]
- end
- end
- end
- end
- clientSided()
- end
- Commands.bringobj = function(args)
- if args[1] then
- local Object = ""
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if string.lower(v.Name) == string.lower(args[1]) then
- Object = v
- end
- end
- if Object == "" then
- Notification("warning", "Object was not found in the workspace.", 6)
- end
- if args[2] then
- Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
- else
- Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
- end
- clientSided()
- end
- end
- CBRINGplr = ""
- cbringing = false
- cbringingall = false
- Commands.cbring = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
- cbringingall = true
- else
- for i,v in pairs(findPlayer(args[1])) do
- CBRINGplr = v
- cbringing = true
- end
- end
- if args[2] then
- CBRINGamount = args[2]
- else
- CBRINGamount = 3
- end
- clientSided()
- end
- end
- Commands.uncbring = function(args)
- cbringing = false
- cbringingall = false
- end
- Commands.cfreeze = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- v.Character.HumanoidRootPart.Anchored = true
- end
- clientSided()
- end
- end
- Commands.uncfreeze = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- v.Character.HumanoidRootPart.Anchored = false
- end
- else
- for i,all in pairs(gsPlayers:GetPlayers()) do
- all.Character.HumanoidRootPart.Anchored = false
- end
- end
- end
- Commands.unattach = function(args)
- local function getout(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1:MoveTo(char2.Head.Position)
- end
- end
- getout(LP, LP)
- end
- currentToolSize = ""
- Commands.reach = function(args)
- if args[1] then
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- if string.lower(tostring(args[1])) == "off" then
- v.Handle.Size = currentToolSize
- v.Handle.SelectionBoxCreated:Destroy()
- LP.Character.Humanoid:UnequipTools()
- elseif string.lower(tostring(args[1])) == "on" then
- if args[2] then
- currentToolSize = v.Handle.Size
- local a = Instance.new("SelectionBox",v.Handle)
- a.Name = "SelectionBoxCreated"
- a.Adornee = v.Handle
- v.Handle.Size = Vector3.new(0.5,0.5,args[2])
- v.GripPos = Vector3.new(0,0,0)
- LP.Character.Humanoid:UnequipTools()
- else
- currentToolSize = v.Handle.Size
- local a = Instance.new("SelectionBox",v.Handle)
- a.Name = "SelectionBoxCreated"
- a.Adornee = v.Handle
- v.Handle.Size = Vector3.new(0.5,0.5,60)
- v.GripPos = Vector3.new(0,0,0)
- LP.Character.Humanoid:UnequipTools()
- end
- end
- end
- end
- end
- end
- Commands.droptool = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = gsWorkspace
- end
- end
- for i,a in pairs(LP.Backpack:GetDescendants()) do
- if a:IsA("Tool") then
- a.Parent = gsWorkspace
- end
- end
- end
- Commands.drophats = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Accessory") or v:IsA("Hat") then
- v.Parent = gsWorkspace
- end
- end
- end
- Commands.hidecmdbar = function(args)
- CMDBAR.Visible = false
- end
- Commands.showcmdbar = function(args)
- CMDBAR.Visible = true
- end
- Commands.prefix = function(args)
- if args[1] then
- commandPrefix = string.sub(tostring(args[1]), 1, 1)
- fullUpdate()
- end
- end
- Commands.removeinvis = function(args)
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
- if v.Transparency == 1 then
- v:Destroy()
- end
- end
- end
- clientSided()
- end
- Commands.removefog = function(args)
- gsLighting.FogStart = 0
- gsLighting.FogEnd = 9999999999999
- clientSided()
- end
- Commands.animation = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "gui" then
- loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
- else
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://".. tostring(args[1])
- local track = LP.Character.Humanoid:LoadAnimation(Anim)
- if args[2] then
- track:Play(.1, 1, args[2])
- else
- track:Play(.1, 1, 1)
- end
- end
- end
- end
- Commands.btools = function(args)
- local Clone_T = Instance.new("HopperBin",LP.Backpack)
- Clone_T.BinType = "Clone"
- local Destruct = Instance.new("HopperBin",LP.Backpack)
- Destruct.BinType = "Hammer"
- local Hold_T = Instance.new("HopperBin",LP.Backpack)
- Hold_T.BinType = "Grab"
- clientSided()
- end
- Commands.esp = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- local espPlayer = v
- for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
- if createESP:IsA("Part") or createESP:IsA("MeshPart") then
- if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
- local current = true
- local espBOX = Instance.new("BoxHandleAdornment")
- espBOX.Parent = gsCoreGui
- espBOX.Name = "rGET"..espPlayer.Name
- espBOX.Adornee = createESP
- espBOX.AlwaysOnTop = true
- espBOX.ZIndex = 0
- espBOX.Size = createESP.Size
- espBOX.Transparency = 0.3
- local AboveHead = Instance.new("BillboardGui")
- AboveHead.Parent = gsCoreGui
- AboveHead.Adornee = espPlayer.Character.Head
- AboveHead.Name = "rGET"..espPlayer.Name
- AboveHead.Size = UDim2.new(0, 100, 0, 100)
- AboveHead.StudsOffset = Vector3.new(0, 1, 0)
- AboveHead.AlwaysOnTop = true
- local Info = Instance.new("TextLabel")
- Info.Parent = AboveHead
- Info.BackgroundTransparency = 1
- Info.Position = UDim2.new(0, 0, 0, 0)
- Info.Size = UDim2.new(1, 0, 0, 40)
- Info.TextColor3 = Color3.fromRGB(200,200,200)
- Info.TextStrokeTransparency = 0.5
- Info.TextSize = 15
- if espPlayer.TeamColor == LP.TeamColor then
- espBOX.Color = BrickColor.new("Lime green")
- Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
- else
- espBOX.Color = BrickColor.new("Really red")
- Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
- end
- game:GetService('RunService').Stepped:connect(function()
- if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
- Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
- end
- end)
- espPlayer.Character.Humanoid.Died:Connect(function()
- current = false
- espBOX:Destroy()
- AboveHead:Destroy()
- end)
- gsPlayers.PlayerRemoving:Connect(function(plr)
- if plr == espPlayer then
- current = false
- espBOX:Destroy()
- AboveHead:Destroy()
- end
- end)
- end
- end
- end
- end
- clientSided()
- end
- end
- Commands.unesp = function(args)
- if not args[1] then
- for i,v in pairs(gsCoreGui:GetDescendants()) do
- if string.sub(v.Name, 1, 4) == "rGET" then
- v:Destroy()
- end
- end
- else
- for i,v in pairs(gsCoreGui:GetDescendants()) do
- if string.sub(v.Name, 1, 4) == "rGET" then
- for i,a in pairs(findPlayer(args[1])) do
- if string.sub(v.Name, 5) == a.Name then
- v:Destroy()
- end
- end
- end
- end
- end
- end
- Commands.dice = function(args)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
- end
- Commands.random = function(args)
- if args[1] and args[2] then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
- end
- end
- Commands.closegame = function(args)
- game:Shutdown()
- end
- Commands.savetool = function(args)
- if args[1] then
- for i,a in pairs(LP.Character:GetDescendants()) do
- if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
- a.Parent = LP
- local oldName = a.Name
- a.Name = "saved "..oldName
- else
- for i,n in pairs(LP.Backpack:GetDescendants()) do
- if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
- n.Parent = LP
- local sOldName = n.Name
- n.Name = "saved "..sOldName
- end
- end
- end
- end
- else
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = LP
- local oldName = v.Name
- v.Name = "saved "..oldName
- end
- end
- end
- end
- Commands.loadtool = function(args)
- if args[1] then
- for i,a in pairs(LP:GetChildren()) do
- if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
- a.Parent = LP.Backpack
- local currentName = a.Name
- a.Name = string.sub(currentName, 7)
- end
- end
- else
- for i,v in pairs(LP:GetChildren()) do
- if string.sub(v.Name, 1, 5) == "saved" then
- v.Parent = LP.Backpack
- local currentName = v.Name
- v.Name = string.sub(currentName, 7)
- end
- end
- end
- end
- Commands.savealltool = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = LP
- local oldName = v.Name
- v.Name = "saved "..oldName
- end
- end
- for i,v in pairs(LP.Backpack:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = LP
- local oldName = v.Name
- v.Name = "saved "..oldName
- end
- end
- end
- Commands.loadalltool = function(args)
- for i,v in pairs(LP:GetChildren()) do
- if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
- v.Parent = LP.Backpack
- local currentName = v.Name
- v.Name = string.sub(currentName, 7)
- end
- end
- end
- Mouse.KeyDown:Connect(function(key)
- if key == clicktpKEY and clicktpACTIVE == true then
- if Mouse.Target then
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
- end
- end
- if key == clickdelKEY and clickdelACTIVE == true then
- if Mouse.Target then
- Mouse.Target:Destroy()
- end
- end
- end)
- Mouse.Button1Down:Connect(function()
- if clicktpACTIVE == true and clicktpCLICK == true then
- if Mouse.Target then
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
- end
- end
- if clickdelACTIVE == true and clickdelCLICK == true then
- if Mouse.Target then
- Mouse.Target:Destroy()
- end
- end
- end)
- clicktpKEY = ""
- clickdelKEY = ""
- clicktpACTIVE = false
- clickdelACTIVE = false
- clicktpCLICK = false
- clickdelCLICK = false
- Commands.clicktp = function(args)
- if args[1] then
- clicktpKEY = string.sub(tostring(args[1]), 1, 1)
- clicktpACTIVE = true
- clicktpCLICK = false
- else
- clicktpKEY = ""
- clicktpACTIVE = true
- clicktpCLICK = true
- end
- clientSided()
- end
- Commands.clickdel = function(args)
- if args[1] then
- clickdelKEY = string.sub(tostring(args[1]), 1, 1)
- clickdelACTIVE = true
- clickdelCLICK = false
- else
- clickdelKEY = ""
- clickdelACTIVE = true
- clickdelCLICK = true
- end
- clientSided()
- end
- Commands.unclicktp = function(args)
- clicktpACTIVE = false
- end
- Commands.unclickdel = function(args)
- clickdelACTIVE = false
- end
- Commands.oof = function(args)
- spawn(function()
- while wait() do
- for i,v in pairs(game:GetService'Players':GetPlayers()) do
- if v.Character ~= nil and v.Character:FindFirstChild'Head' then
- for _,x in pairs(v.Character.Head:GetChildren()) do
- if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
- end
- end
- end
- end
- end)
- end
- Commands.chatlogs = function(args)
- MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
- MainChatFrame.Visible = true
- end
- Commands.stopadmin = function(args)
- commandPrefix = " "
- following = false
- trailing = false
- annoying = false
- CMDBAR.Visible = false
- Match.Visible = false
- flying = false
- end
- Commands.freecam = function(args)
- for i,getFC in pairs(gsWorkspace:GetDescendants()) do
- if getFC.Name == "rGETpartNUMBER2" then
- getFC:Destroy()
- end
- end
- local CameraPart = Instance.new("Part")
- CameraPart.CanCollide = false
- CameraPart.CFrame = LP.Character.Head.CFrame
- CameraPart.Locked = true
- CameraPart.Transparency = 1
- CameraPart.Size = Vector3.new(1, 1, 1)
- CameraPart.Parent = gsWorkspace
- CameraPart.Name = "rGETpartNUMBER2"
- if bypassMODE == true then
- loopviewfc = true
- elseif bypassMODE == false then
- gsWorkspace.CurrentCamera.CameraSubject = CameraPart
- end
- local speedget = 1
- local T = CameraPart
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = speedget
- if args[1] then
- speedfly = tonumber(args[1])
- else
- speedfly = 1
- end
- local function freecamfly()
- LP.Character.Head.Anchored = true
- doFREECAM = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- 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
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- 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
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until not doFREECAM
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- end)
- end
- Mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- Mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- freecamfly()
- end
- Commands.fc = function(args)
- if args[1] then
- run(commandPrefix.."freecam "..args[1])
- else
- run(commandPrefix.."freecam")
- end
- end
- Commands.unfreecam = function(args)
- doFREECAM = false
- LP.Character.Head.Anchored = false
- view(LP)
- if gsWorkspace.rGETpartNUMBER2 then
- gsWorkspace.rGETpartNUMBER2:Destroy()
- end
- loopviewfc = false
- end
- Commands.unfc = function(args)
- doFREECAM = false
- LP.Character.Head.Anchored = false
- view(LP)
- if gsWorkspace.rGETpartNUMBER2 then
- gsWorkspace.rGETpartNUMBER2:Destroy()
- end
- loopviewfc = false
- end
- Commands.gotofc = function(args)
- doFREECAM = false
- LP.Character.Head.Anchored = false
- view(LP)
- pcall(function()
- LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
- gsWorkspace.rGETpartNUMBER2:Destroy()
- end)
- loopviewfc = false
- end
- Commands.fctp = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- pcall(function()
- gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
- end)
- end
- end
- end
- Commands.cmds = function(args)
- CMDSmain.Position = UDim2.new(0, 695, 0, 297)
- CMDSmain.Visible = true
- CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
- end
- Commands.fullcredits = function(args)
- Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
- Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
- Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
- Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
- Notification("info", "Only creator is illremember", 2)
- end
- Commands.hotkey = function(args)
- if args[1] then
- local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
- if args[2] then
- table.remove(args, 1)
- local hotkeyCMD = table.concat(args, " ")
- table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
- fullUpdate()
- Notification("info", "Hotkey added!", 1)
- end
- end
- end
- Mouse.KeyDown:Connect(function(key)
- for i,v in pairs(hotkeys) do
- local currentKey = string.match(v, "[%a%d]+$")
- if string.len(currentKey) == 1 then
- if key == string.sub(v, #v, #v) then
- local commandtoRUN = string.match(v, "^[%w%s]+")
- if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
- if bypassMODE == true then
- if doFREECAM == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- run(commandPrefix.."unfly")
- end
- else
- if flying == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- run(commandPrefix.."unfly")
- end
- end
- elseif tostring(commandtoRUN) == "noclip" then
- if noclip == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- run(commandPrefix.."clip")
- end
- elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
- if doFREECAM == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- if fchotkeymode == "goto" then
- run(commandPrefix.."gotofc")
- elseif fchotkeymode == "unfc" then
- run(commandPrefix.."unfreecam")
- end
- end
- else
- run(commandPrefix..tostring(commandtoRUN))
- end
- end
- else
- if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
- local commandtoRUN = string.match(v, "^[%w%s]+")
- local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
- if string.byte(key) == hotkeyadjust then
- if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
- if bypassMODE == true then
- if doFREECAM == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- run(commandPrefix.."unfly")
- end
- else
- if flying == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- run(commandPrefix.."unfly")
- end
- end
- elseif tostring(commandtoRUN) == "noclip" then
- if noclip == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- run(commandPrefix.."clip")
- end
- elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
- if doFREECAM == false then
- run(commandPrefix..tostring(commandtoRUN))
- else
- if fchotkeymode == "goto" then
- run(commandPrefix.."gotofc")
- elseif fchotkeymode == "unfc" then
- run(commandPrefix.."unfreecam")
- end
- end
- else
- run(commandPrefix..tostring(commandtoRUN))
- end
- end
- end
- end
- end
- end)
- Commands.removeallhotkey = function(args)
- hotkeys = {}
- fullUpdate()
- Notification("warning", "All hotkeys reset/removed", 6)
- end
- Commands.removehotkey = function(args)
- if args[1] then
- for i,v in pairs(hotkeys) do
- local currentKey = string.match(v, "[%a%d]+$")
- if currentKey == string.lower(tostring(args[1])) then
- table.remove(hotkeys, i)
- fullUpdate()
- end
- end
- end
- end
- Commands.printhotkeys = function(args)
- for i,v in pairs(hotkeys) do
- warn("HOTKEYS:")
- print(v)
- end
- end
- Commands.os = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
- end
- end
- end
- spinning = false
- Commands.spin = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- run(commandPrefix.."attach "..v.Name)
- annplr = v
- annoying = true
- spinning = true
- end
- end
- end
- Commands.unspin = function(args)
- if spinning then
- annoying = false
- spinning = false
- end
- run(""..commandPrefix.."unattach")
- end
- Commands.explorer = function(args)
- loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
- Notification("info", "Loaded DEX explorer!", 5)
- end
- Commands.maxzoom = function(args)
- if args[1] then
- LP.CameraMaxZoomDistance = args[1]
- end
- end
- Commands.stare = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- stareplr = v
- staring = true
- end
- end
- end
- Commands.unstare = function(args)
- staring = false
- end
- Commands.tempgod = function(args)
- local hu = LP.Character.Humanoid
- local l = Instance.new("Humanoid")
- l.Parent = LP.Character
- l.Name = "Humanoid"
- wait(0.1)
- hu.Parent = LP
- gsWorkspace.CurrentCamera.CameraSubject = LP.Character
- LP.Character.Animate.Disabled = true
- wait(0.1)
- LP.Character.Animate.Disabled = false
- Notification("info", "Enabled Temp FE Godmode", 4)
- end
- Commands.void = function(args)
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- local NOW = LP.Character.HumanoidRootPart.CFrame
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- wait(0.3)
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- local function tp(player,player2)
- local char1,char2=player.Character,player2.Character
- if char1 and char2 then
- char1:MoveTo(char2.Head.Position)
- end
- end
- wait(0.5)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
- end
- end
- end
- end
- Commands.freefall = function(args)
- if hasTools() == false then
- Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
- else
- FEGodmode()
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- local NOW = LP.Character.HumanoidRootPart.CFrame
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- wait(0.3)
- LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
- wait(0.5)
- LP.Character.HumanoidRootPart.CFrame = NOW
- wait(0.5)
- LP.Character.HumanoidRootPart.CFrame = NOW
- wait(0.6)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
- end
- end
- end
- end
- Commands.version = function(args)
- Notification("info", "Current Shattervast Version: V2.8", 7)
- end
- Commands.shiftlockon = function(args)
- LP.DevEnableMouseLock = true
- Notification("info", "Shift lock enabled!", 5)
- end
- for i,needChat in pairs(gsPlayers:GetPlayers()) do
- needChat.Chatted:Connect(function(msg)
- if copychatall then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
- end
- end)
- end
- gsPlayers.PlayerAdded:Connect(function(plr)
- plr.Chatted:Connect(function(msg)
- if copychatall then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
- end
- end)
- end)
- copychatplayer = nil
- copychatall = false
- copychatACTIVE = false
- Commands.copychat = function(args)
- if args[1] then
- if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
- copychatall = true
- else
- for i,v in pairs(findPlayer(args[1])) do
- if v ~= LP then
- copychatplayer = v
- copychatACTIVE = true
- end
- end
- end
- end
- end
- Commands.uncopychat = function(args)
- copychatall = false
- copychatACTIVE = false
- end
- Commands.newkill = function(args)
- if hasTools() == false then
- Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
- else
- if args[1] then
- for i,plr in pairs(findSinglePlayer(args[1])) do
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- for i,v in pairs(LP.Backpack:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = LP.Character
- wait()
- v.Parent = plr.Character
- end
- end
- wait(0.4)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
- end
- end
- end
- end
- Commands.newattach = function(args)
- if hasTools() == false then
- Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
- else
- if args[1] then
- for i,plr in pairs(findSinglePlayer(args[1])) do
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- for i,v in pairs(LP.Backpack:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = LP.Character
- wait()
- v.Parent = plr.Character
- end
- end
- end
- end
- end
- end
- Commands.newbring = function(args)
- if hasTools() == false then
- Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
- else
- if args[1] then
- for i,plr in pairs(findSinglePlayer(args[1])) do
- local NOW = LP.Character.HumanoidRootPart.CFrame
- for i,v in pairs(LP.Backpack:GetChildren())do
- LP.Character.Humanoid:EquipTool(v)
- end
- for i,v in pairs(LP.Backpack:GetDescendants()) do
- if v:IsA("Tool") then
- v.Parent = LP.Character
- wait()
- v.Parent = plr.Character
- end
- end
- wait(0.4)
- LP.Character.HumanoidRootPart.CFrame = NOW
- wait(0.4)
- LP.Character.HumanoidRootPart.CFrame = NOW
- end
- end
- end
- end
- Commands.spawn = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "ws" then
- spawnWS = args[2] or CurrentWalkspeed
- LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
- elseif string.lower(tostring(args[1])) == "jp" then
- spawnJP = args[2] or CurrentJumppower
- LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
- elseif string.lower(tostring(args[1])) == "hh" then
- spawnHH = args[2] or CurrentHipheight
- LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
- elseif string.lower(tostring(args[1])) == "god" then
- spawningfegod = true
- FEGodmode()
- end
- end
- end
- Commands.unspawn = function(args)
- spawnWS = CurrentWalkspeed
- spawnJP = CurrentJumppower
- spawnHH = CurrentHipheight
- spawningfegod = false
- Notification("info", "Reset spawning stats", 5)
- end
- savingtoolsloop = false
- Commands.autosavetool = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "on" then
- savingtoolsloop = true
- elseif string.lower(tostring(args[1])) == "off" then
- savingtoolsloop = false
- end
- end
- end
- modeFling = false
- modeCompliment = false
- modeMove = false
- modeInfo = false
- Commands.beginbot = function(args)
- if not args[1] then
- print("fling // compliment // move // info")
- Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
- else
- if string.lower(tostring(args[1])) == "fling" then
- modeFling = true
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
- elseif string.lower(tostring(args[1])) == "compliment" then
- modeCompliment = true
- complimentReady = true
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
- elseif string.lower(tostring(args[1])) == "move" then
- modeMove = true
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
- elseif string.lower(tostring(args[1])) == "info" then
- modeInfo = true
- infoReady = true
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
- end
- end
- end
- Commands.endbot = function(args)
- if not args[1] then
- modeFling = false
- modeCompliment = false
- modeMove = false
- modeInfo = false
- else
- if string.lower(tostring(args[1])) == "fling" then
- modeFling = false
- elseif string.lower(tostring(args[1])) == "compliment" then
- modeCompliment = false
- elseif string.lower(tostring(args[1])) == "move" then
- modeMove = false
- elseif string.lower(tostring(args[1])) == "info" then
- modeInfo = false
- end
- end
- end
- Commands.stopsit = function(args)
- stopsitting = true
- end
- Commands.gosit = function(args)
- stopsitting = false
- end
- chattingerror = true
- Commands.chaterror = function(args)
- if chattingerror then
- chattingerror = false
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- wait(4)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
- wait(3)
- chattingerror = true
- end
- end
- spawnpos = nil
- spawningpos = true
- Commands.spawnpoint = function(args)
- spawnpos = LP.Character.HumanoidRootPart.CFrame
- spawningpos = true
- Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
- end
- Commands.nospawn = function(args)
- spawningpos = false
- Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
- end
- Commands.bypass = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "on" then
- bypassMODE = true
- Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
- elseif string.lower(tostring(args[1])) == "off" then
- bypassMODE = false
- Notification("warning", "Bypass mode has been turned off.", 7)
- end
- end
- end
- Commands.fixcam = function(args)
- gsWorkspace.CurrentCamera:Destroy()
- wait(0.1)
- game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
- game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
- LP.CameraMinZoomDistance = 0.5
- LP.CameraMaxZoomDistance = 400
- LP.CameraMode = "Classic"
- LP.DevCameraOcclusionMode = CurrentNormal
- end
- Commands.gotoobj = function(args)
- if args[1] then
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if string.lower(v.Name) == string.lower(tostring(args[1])) then
- LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
- end
- end
- end
- end
- Commands.breakcam = function(args)
- gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
- end
- Commands.inviscam = function(args)
- LP.DevCameraOcclusionMode = "Invisicam"
- end
- printobjKEY = ""
- printobjCLICKING = false
- printobjACTIVE = false
- Commands.printobj = function(args)
- if args[1] then
- printobjKEY = string.sub(tostring(args[1]), 1, 1)
- printobjACTIVE = true
- printobjCLICKING = false
- else
- printobjKEY = ""
- printobjACTIVE = true
- printobjCLICKING = true
- end
- end
- Mouse.KeyDown:Connect(function(key)
- if key == printobjKEY and printobjACTIVE == true then
- if Mouse.Target then
- local path = Mouse.Target:GetFullName()
- local getPath = "game:GetService(\"Workspace\")"
- local getSpaces = ""
- local separate = {}
- local a = nil
- for v in string.gmatch(string.sub(path, 10), "[^.]+") do
- if string.match(v, " ") then
- a = "["..v.."]"
- table.insert(separate, a)
- else
- a = "."..v
- table.insert(separate, a)
- end
- getSpaces = table.concat(separate, "")
- end
- local fullPath = getPath..getSpaces
- print(fullPath)
- end
- end
- end)
- Mouse.Button1Down:Connect(function()
- if printobjCLICKING == true and printobjACTIVE == true then
- if Mouse.Target then
- local path = Mouse.Target:GetFullName()
- local getPath = "game:GetService(\"Workspace\")"
- local getSpaces = ""
- local separate = {}
- local a = nil
- for v in string.gmatch(string.sub(path, 10), "[^.]+") do
- if string.match(v, " ") then
- a = "["..v.."]"
- table.insert(separate, a)
- else
- a = "."..v
- table.insert(separate, a)
- end
- getSpaces = table.concat(separate, "")
- end
- local fullPath = getPath..getSpaces
- print(fullPath)
- end
- end
- end)
- Commands.unprintobj = function(args)
- printobjACTIVE = false
- printobjCLICKING = false
- end
- Commands.hotkeyfc = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "goto" then
- fchotkeymode = "goto"
- elseif string.lower(tostring(args[1])) == "unfc" then
- fchotkeymode = "unfc"
- end
- fullUpdate()
- end
- end
- Commands.carpet = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- if v ~= nil then
- annoying = true
- annplr = v
- local carpetAnimation = Instance.new("Animation")
- carpetAnimation.AnimationId = "rbxassetid://282574440"
- carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
- carpetTrack:Play(.1, 1, 1)
- end
- end
- end
- end
- Commands.uncarpet = function(args)
- annoying = false
- carpetTrack:Stop()
- end
- Commands.brickcreate = function(args)
- if args[1] then
- local createPosition = LP.Character.HumanoidRootPart.CFrame
- if args[2] and args[3] and args[4] then
- createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
- else
- createPosition = LP.Character.HumanoidRootPart.CFrame
- end
- for i = 1, args[1] do
- LP.Character.HumanoidRootPart.CFrame = createPosition
- run(commandPrefix.."blockhats")
- wait(0.2)
- run(commandPrefix.."drophats")
- wait(0.2)
- run(commandPrefix.."reset")
- wait(6)
- end
- end
- end
- Commands.forward = function(args)
- if args[1] then
- forwardSpeed = args[1]
- else
- forwardSpeed = 1
- end
- cmdForward = true
- end
- Commands.unforward = function(args)
- cmdForward = false
- end
- Commands.id = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
- end
- end
- end
- Commands.spinhats = function(args) -- Credit to xFunnieuss
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Accessory") or v:IsA("Hat") then
- local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
- local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
- if v.Handle.AccessoryWeld then
- v.Handle.AccessoryWeld:Destroy()
- end
- if args[1] then
- spin.AngularVelocity = Vector3.new(0, args[1], 0)
- spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
- else
- spin.AngularVelocity = Vector3.new(0, 100, 0)
- spin.MaxTorque = Vector3.new(0, 200, 0)
- end
- keep.P = 30000
- keep.D = 50
- spinObj = keep
- spinTOhead = true
- end
- end
- end
- Commands.unspinhats = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Accessory") or v:IsA("Hat") then
- pcall(function()
- run(commandPrefix.."drophats")
- wait(2)
- v.Handle.spin:Destroy()
- v.Handle.keep:Destroy()
- end)
- end
- end
- end
- savedmap = {}
- Commands.savemap = function(args)
- for i,v in pairs(gsWorkspace:GetChildren()) do
- v.Archivable = true
- if not v:IsA("Terrain") and not v:IsA("Camera") then
- if not gsPlayers:FindFirstChild(v.Name) then
- table.insert(savedmap, v:Clone())
- end
- end
- end
- clientSided()
- end
- Commands.loadmap = function(args)
- for i,v in pairs(gsWorkspace:GetChildren()) do
- if not v:IsA("Terrain") and not v:IsA("Camera") then
- if not gsPlayers:FindFirstChild(v.Name) then
- pcall(function()
- v:Destroy()
- end)
- end
- end
- end
- for i,a in ipairs(savedmap) do
- a:Clone().Parent = gsWorkspace
- end
- clientSided()
- end
- Commands.creatorid = function(args)
- LP.UserId = game.CreatorId
- end
- Commands.gameid = function(args)
- Notification("info", "Current game's ID = "..game.GameId, 8)
- end
- Commands.delobj = function(args)
- if args[1] then
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if string.lower(v.Name) == string.lower(tostring(args[1])) then
- v:Destroy()
- clientSided()
- end
- end
- end
- end
- Commands.glide = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- local goal = {}
- goal.CFrame = v.Character.HumanoidRootPart.CFrame
- local defaultSpeed = 3
- if args[2] then
- if tonumber(args[2]) < 10 then
- defaultSpeed = tonumber(args[2])
- else
- defaultSpeed = 5
- end
- else
- defaultSpeed = 3
- end
- local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
- goalFunction:Play()
- end
- end
- end
- stutterON = false
- Commands.stutter = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "on" then
- stutterON = true
- elseif string.lower(tostring(args[1])) == "off" then
- stutterON = false
- wait(0.4)
- LP.Character.HumanoidRootPart.Anchored = false
- end
- end
- end
- spawn(function()
- while wait(0.1) do
- if stutterON == true then
- LP.Character.HumanoidRootPart.Anchored = false
- wait(0.1)
- LP.Character.HumanoidRootPart.Anchored = true
- end
- end
- end)
- Commands.platform = function(args)
- local a = Instance.new("Part")
- a.Parent = gsWorkspace
- a.Size = Vector3.new(10, 1, 10)
- a.Anchored = true
- a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
- LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
- clientSided()
- wait(20)
- a:Destroy()
- end
- Commands.servertime = function(args)
- Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
- end
- Commands.ride = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://179224234"
- RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
- rideACTIVE = true
- ridePLAYER = v
- RIDEtrack:Play()
- end
- end
- end
- Commands.unride = function(args)
- RIDEtrack:Stop()
- rideACTIVE = false
- end
- Commands.cmute = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
- clientSided()
- end
- end
- end
- Commands.uncmute = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
- end
- end
- end
- Commands.hat = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://282574440"
- HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
- rideACTIVE = true
- ridePLAYER = v
- HATtrack:Play()
- view(v)
- end
- end
- end
- Commands.unhat = function(args)
- HATtrack:Stop()
- rideACTIVE = false
- view(LP)
- end
- --[[Commands.spawnreset = function(args)
- if args[1] then
- if string.lower(tostring(args[1])) == "on" then
- spawningatreset = true
- elseif string.lower(tostring(args[1])) == "off" then
- spawningatreset = false
- end
- end
- end]]
- Commands.chat = function(args)
- if args[1] then
- local Chatmsg = table.concat(args, " ")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
- end
- end
- -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
- function findPlayer(plr)
- local players = {}
- local find = plr:lower()
- local getAllNames = getmultipleplayers(find)
- for i,mplr in pairs(getAllNames) do
- if mplr == "all" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- table.insert(players,v)
- end
- elseif mplr == "others" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Name ~= LP.Name then
- table.insert(players,v)
- end
- end
- elseif mplr == "me" then
- table.insert(players,LP)
- elseif mplr == "noobs" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.AccountAge <= 3 then
- table.insert(players,v)
- end
- end
- elseif mplr == "veterans" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.AccountAge >= 365 then
- table.insert(players,v)
- end
- end
- elseif mplr == "oldveterans" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.AccountAge >= 1500 then
- table.insert(players,v)
- end
- end
- elseif mplr == "friends" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
- table.insert(players,v)
- end
- end
- elseif mplr == "nofriends" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
- table.insert(players,v)
- end
- end
- elseif mplr == "default" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
- table.insert(players,v)
- end
- end
- elseif mplr == "random" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- table.insert(players,v[math.random(1, #v)])
- end
- elseif mplr == "sameteam" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Team == LP.Team then
- table.insert(players,v)
- end
- end
- elseif mplr == "noteam" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Team == nil then
- table.insert(players,v)
- end
- end
- elseif mplr == "otherteam" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Team ~= LP.Team then
- table.insert(players,v)
- end
- end
- elseif string.sub(mplr, 1, 4) == "team" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- local spaceTEAM = {}
- for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
- spaceTEAM[#spaceTEAM + 1] = teamValues
- end
- local gottrueteam = table.concat(spaceTEAM, " ")
- if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
- table.insert(players,v)
- end
- end
- else
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
- table.insert(players,v)
- end
- end
- end
- end
- return players
- end
- function getmultipleplayers(plr)
- local plrsgotten = {}
- for i in string.gmatch(plr,"[^,]+") do
- table.insert(plrsgotten,i)
- end
- return plrsgotten
- end
- function findSinglePlayer(plr)
- local players = {}
- local find = plr:lower()
- if find == "me" then
- table.insert(players,LP)
- else
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if string.lower(v.Name):sub(1, #find) == string.lower(find) then
- table.insert(players,v)
- end
- end
- end
- local oneplayer = {}
- pcall(function()
- table.insert(oneplayer, players[math.random(1, #players)])
- end)
- return oneplayer
- end
- -- Anti Kick
- if getrawmetatable then
- function formatargs(getArgs,v)
- if #getArgs == 0 then
- return ""
- end
- local collectArgs = {}
- for k,v in next,getArgs do
- local argument = ""
- if type(v) == "string" then
- argument = "\""..v.."\""
- elseif type(v) == "table" then
- argument = "{" .. formatargs(v,true) .. "}"
- else
- argument = tostring(v)
- end
- if v and type(k) ~= "number" then
- table.insert(collectArgs,k.."="..argument)
- else
- table.insert(collectArgs,argument)
- end
- end
- return table.concat(collectArgs, ", ")
- end
- kicknum = 0
- local game_meta = getrawmetatable(game)
- local game_namecall = game_meta.__namecall
- local game_index = game_meta.__index
- local w = (setreadonly or fullaccess or make_writeable)
- pcall(w, game_meta, false)
- game_meta.__namecall = function(out, ...)
- local args = {...}
- local Method = args[#args]
- args[#args] = nil
- if Method == "Kick" and out == LP then
- kicknum = kicknum + 1
- warn("Blocked client-kick attempt "..kicknum)
- return
- end
- if antiremotes then
- if Method == "FireServer" or Method == "InvokeServer" then
- if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
- warn("Blocked remote: "..out.Name.." // Method: "..Method)
- return
- end
- end
- else
- if Method == "FireServer" or Method == "InvokeServer" then
- for i,noremote in pairs(blockedremotes) do
- if out.Name == noremote and out.Name ~= "SayMessageRequest" then
- warn("Blocked remote: "..out.Name.." // Method: "..Method)
- return
- end
- end
- end
- end
- if spyingremotes then
- if Method == "FireServer" or Method == "InvokeServer" then
- if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
- local arguments = {}
- for i = 1,#args do
- arguments[i] = args[i]
- end
- local getScript = getfenv(2).script
- if getScript == nil then
- getScript = "??? (Not Found) ???"
- end
- warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
- end
- end
- end
- return game_namecall(out, ...)
- end
- end
- -- FE Check
- function FEcheckDefault()
- if gsWorkspace.FilteringEnabled == true then
- createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
- else
- createIntro("warning", "FE is disabled. Consider using a different script.", 7)
- end
- end
- FEcheckDefault()
- end)
- None_5.Name = "None"
- None_5.Parent = Main
- None_5.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_5.BorderSizePixel = 0
- None_5.Position = UDim2.new(0.036387749, 0, 0.516185284, 0)
- None_5.Size = UDim2.new(0, 133, 0, 37)
- None_5.Font = Enum.Font.Cartoon
- None_5.Text = "None"
- None_5.TextColor3 = Color3.new(1, 1, 1)
- None_5.TextSize = 20
- None_6.Name = "None"
- None_6.Parent = Main
- None_6.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_6.BorderSizePixel = 0
- None_6.Position = UDim2.new(0.036387749, 0, 0.693268597, 0)
- None_6.Size = UDim2.new(0, 133, 0, 37)
- None_6.Font = Enum.Font.Cartoon
- None_6.Text = "None"
- None_6.TextColor3 = Color3.new(1, 1, 1)
- None_6.TextSize = 20
- None_7.Name = "None"
- None_7.Parent = Main
- None_7.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_7.BorderSizePixel = 0
- None_7.Position = UDim2.new(0.679098189, 0, 0.162018627, 0)
- None_7.Size = UDim2.new(0, 133, 0, 37)
- None_7.Font = Enum.Font.Cartoon
- None_7.Text = "None"
- None_7.TextColor3 = Color3.new(1, 1, 1)
- None_7.TextSize = 20
- None_8.Name = "None"
- None_8.Parent = Main
- None_8.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_8.BorderSizePixel = 0
- None_8.Position = UDim2.new(0.679098189, 0, 0.33910197, 0)
- None_8.Size = UDim2.new(0, 133, 0, 37)
- None_8.Font = Enum.Font.Cartoon
- None_8.Text = "None"
- None_8.TextColor3 = Color3.new(1, 1, 1)
- None_8.TextSize = 20
- None_9.Name = "None"
- None_9.Parent = Main
- None_9.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_9.BorderSizePixel = 0
- None_9.Position = UDim2.new(0.679098189, 0, 0.516185284, 0)
- None_9.Size = UDim2.new(0, 133, 0, 37)
- None_9.Font = Enum.Font.Cartoon
- None_9.Text = "None"
- None_9.TextColor3 = Color3.new(1, 1, 1)
- None_9.TextSize = 20
- None_10.Name = "None"
- None_10.Parent = Main
- None_10.BackgroundColor3 = Color3.new(0.666667, 0, 1)
- None_10.BorderSizePixel = 0
- None_10.Position = UDim2.new(0.679098189, 0, 0.693268597, 0)
- None_10.Size = UDim2.new(0, 133, 0, 37)
- None_10.Font = Enum.Font.Cartoon
- None_10.Text = "None"
- None_10.TextColor3 = Color3.new(1, 1, 1)
- None_10.TextSize = 20
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.90149349, 0, 0.00333388639, 0)
- Close.Size = UDim2.new(0, 49, 0, 27)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 30
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement