Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local nou = Instance.new("ScreenGui")
- local ye = Instance.new("Frame")
- local top = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local minimize = Instance.new("TextButton")
- local user = Instance.new("TextBox")
- local fling = Instance.new("TextButton")
- local flynoclip = Instance.new("TextButton")
- local Shutdown = Instance.new("TextButton")
- local anims = Instance.new("TextButton")
- local rape = Instance.new("TextButton")
- local bricks = Instance.new("TextButton")
- local spam = Instance.new("TextButton")
- local isis = Instance.new("TextButton")
- -- Properties
- nou.Name = "nou"
- if game.PlaceId == "843495510,843468296" then
- nou.Parent = game.Players.LocalPlayer.PlayerGui
- nou.ResetOnSpawn = false
- else
- nou.Parent = game.CoreGui
- end
- ye.Name = "ye"
- ye.Parent = nou
- ye.Active = true
- ye.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
- ye.Draggable = true
- ye.Position = UDim2.new(0, 457, 0, 161)
- ye.Size = UDim2.new(0, 305, 0, 344)
- top.Name = "top"
- top.Parent = ye
- top.BackgroundColor3 = Color3.new(0.286275, 0.576471, 0.866667)
- top.Size = UDim2.new(0, 305, 0, 17)
- top.Font = Enum.Font.SourceSans
- top.Text = "no u gui by Migas3456#6402"
- top.TextSize = 15
- top.TextXAlignment = Enum.TextXAlignment.Left
- close.Name = "close"
- close.Parent = top
- close.BackgroundColor3 = Color3.new(1, 1, 1)
- close.BackgroundTransparency = 1
- close.Position = UDim2.new(0, 288, 0, 0)
- close.Size = UDim2.new(0, 17, 0, 17)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextSize = 14
- minimize.Name = "minimize"
- minimize.Parent = top
- minimize.BackgroundColor3 = Color3.new(1, 1, 1)
- minimize.BackgroundTransparency = 1
- minimize.Position = UDim2.new(0, 270, 0, 0)
- minimize.Size = UDim2.new(0, 17, 0, 17)
- minimize.Font = Enum.Font.SourceSans
- minimize.Text = "_"
- minimize.TextSize = 14
- user.Name = "user"
- user.Parent = ye
- user.BackgroundColor3 = Color3.new(1, 1, 1)
- user.Position = UDim2.new(0, 52, 0, 35)
- user.Size = UDim2.new(0, 200, 0, 50)
- user.Font = Enum.Font.SourceSans
- user.MultiLine = true
- user.Text = "Victim's Name"
- user.TextSize = 25
- fling.Name = "fling"
- fling.Parent = ye
- fling.BackgroundColor3 = Color3.new(1, 1, 1)
- fling.Position = UDim2.new(0, 19, 0, 108)
- fling.Size = UDim2.new(0, 117, 0, 31)
- fling.Font = Enum.Font.SourceSans
- fling.Text = "Fling"
- fling.TextSize = 14
- flynoclip.Name = "fly/noclip"
- flynoclip.Parent = ye
- flynoclip.BackgroundColor3 = Color3.new(1, 1, 1)
- flynoclip.Position = UDim2.new(0, 171, 0, 108)
- flynoclip.Size = UDim2.new(0, 117, 0, 31)
- flynoclip.Font = Enum.Font.SourceSans
- flynoclip.Text = "Fly(E)/Noclip(F)"
- flynoclip.TextSize = 14
- Shutdown.Name = "Shutdown"
- Shutdown.Parent = ye
- Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
- Shutdown.Position = UDim2.new(0, 171, 0, 173)
- Shutdown.Size = UDim2.new(0, 117, 0, 31)
- Shutdown.Font = Enum.Font.SourceSans
- Shutdown.Text = "Shutdown"
- Shutdown.TextSize = 14
- anims.Name = "anims"
- anims.Parent = ye
- anims.BackgroundColor3 = Color3.new(1, 1, 1)
- anims.Position = UDim2.new(0, 19, 0, 173)
- anims.Size = UDim2.new(0, 117, 0, 31)
- anims.Font = Enum.Font.SourceSans
- anims.Text = "FE Animation GUI"
- anims.TextSize = 14
- rape.Name = "rape"
- rape.Parent = ye
- rape.BackgroundColor3 = Color3.new(1, 1, 1)
- rape.Position = UDim2.new(0, 171, 0, 303)
- rape.Size = UDim2.new(0, 117, 0, 31)
- rape.Font = Enum.Font.SourceSans
- rape.Text = "Rape"
- rape.TextSize = 14
- bricks.Name = "bricks"
- bricks.Parent = ye
- bricks.BackgroundColor3 = Color3.new(1, 1, 1)
- bricks.Position = UDim2.new(0, 19, 0, 238)
- bricks.Size = UDim2.new(0, 117, 0, 31)
- bricks.Font = Enum.Font.SourceSans
- bricks.Text = "HighSchool Life Brick"
- bricks.TextSize = 14
- spam.Name = "spam"
- spam.Parent = ye
- spam.BackgroundColor3 = Color3.new(1, 1, 1)
- spam.Position = UDim2.new(0, 19, 0, 303)
- spam.Size = UDim2.new(0, 117, 0, 31)
- spam.Font = Enum.Font.SourceSans
- spam.Text = "Spam"
- spam.TextSize = 14
- isis.Name = "isis"
- isis.Parent = ye
- isis.BackgroundColor3 = Color3.new(1, 1, 1)
- isis.Position = UDim2.new(0, 171, 0, 238)
- isis.Size = UDim2.new(0, 117, 0, 31)
- isis.Font = Enum.Font.SourceSans
- isis.Text = "ISIS Soldier(City Life)"
- isis.TextSize = 14
- -- Functions
- function shortnames(username)
- local nameshort = {}
- for i,v in pairs(game.Players:GetPlayers()) do
- if v.Name:lower():sub(1, #username) == username:lower() then
- table.insert(nameshort,v)
- end
- end
- return nameshort
- end
- close.MouseButton1Down:connect(function()
- nou:Destroy()
- end)
- minimize.MouseButton1Down:connect(function()
- if ye.Size == UDim2.new(0, 305, 0, 344) then
- user.Visible = false
- rape.Visible = false
- spam.Visible = false
- bricks.Visible = false
- isis.Visible = false
- anims.Visible = false
- Shutdown.Visible = false
- flynoclip.Visible = false
- fling.Visible = false
- ye:TweenSize(UDim2.new(0, 305, 0, 17), "Out", "Sine", 1, true)
- minimize.Text = "+"
- else
- ye:TweenSize(UDim2.new(0, 305, 0, 344), "Out", "Sine", 1, true)
- minimize.Text = "_"
- wait(1)
- user.Visible = true
- rape.Visible = true
- spam.Visible = true
- bricks.Visible = true
- isis.Visible = true
- anims.Visible = true
- Shutdown.Visible = true
- flynoclip.Visible = true
- fling.Visible = true
- ye:TweenSize(UDim2.new(0, 305, 0, 344), "Out", "Sine", 1, true)
- minimize.Text = "_"
- end
- end)
- fling.MouseButton1Down:connect(function()
- k = user.Text
- Target = ""..k
- game:GetService('RunService').Stepped:connect(function()
- 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)
- b = Instance.new("RocketPropulsion")
- b.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- b.Target = game.Players[Target].Character["Left Leg"]
- b.TurnP = 2500
- b.MaxThrust = 50000
- b.MaxSpeed = 1000
- b.ThrustP = 50000
- b.CartoonFactor = 1
- b:Fire()
- end)
- flynoclip.MouseButton1Down:connect(function()
- 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 flying = true
- 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 = 50
- local speed = 0
- function Fly()
- 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() == "e" then
- if flying then flying = false
- else
- flying = true
- Fly()
- end
- elseif 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)
- Fly()
- wait( )
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "f" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Loaded')
- print('Press "F" to noclip')
- end)
- Shutdown.MouseButton1Down:connect(function()
- local t={}
- repeat
- spawn(function()
- for i=1,1000 do
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(t,t)
- end
- end)
- wait()
- until nil
- end)
- anims.MouseButton1Down:connect(function()
- --FE Animation Gui Made by Dark Magic Rblx in ROBLOX Studio, please give credits if you use this.
- --You can use all and me in the Name Here Section!
- gui = Instance.new("ScreenGui",game.CoreGui)
- gui.Name = "FE Animation Gui by Dark Magic Rblx"
- box = Instance.new("Frame",gui)
- box.Size = UDim2.new(0,400,0,100)
- box.Position = UDim2.new(0,800,0,500)
- box.BackgroundTransparency = 0
- box.BackgroundColor3 = Color3.new(167,0,0)
- box.BorderSizePixel = 5
- box.BorderColor3 = Color3.new(27,42,53)
- o = Instance.new("TextBox",gui)
- o.Name = "Speed Here"
- o.Size = UDim2.new(0,150,0,15)
- o.Position = UDim2.new(0,1000,0,590)
- o.BackgroundTransparency = 0
- o.BackgroundColor3 = Color3.new(0,0,0)
- o.BorderSizePixel = 0
- o.Font = "Arcade"
- o.TextColor3 = Color3.new(255,255,255)
- o.TextScaled = true
- o.TextWrapped = true
- o.Text = "Speed Here"
- a = Instance.new("TextBox",gui)
- a.Name = "ID Here"
- a.Size = UDim2.new(0,300,0,25)
- a.Position = UDim2.new(0,900,0,530)
- a.BackgroundTransparency = 0
- a.BackgroundColor3 = Color3.new(0,0,0)
- a.BorderSizePixel = 0
- a.Font = "Arcade"
- a.TextColor3 = Color3.new(255,255,255)
- a.TextScaled = true
- a.TextWrapped = true
- a.Text = "ID Here"
- b = Instance.new("TextBox",gui)
- b.Name = "Namehere"
- b.Size = UDim2.new(0,300,0,25)
- b.Position = UDim2.new(0,900,0,560)
- b.BackgroundTransparency = 0
- b.BackgroundColor3 = Color3.new(0,0,0)
- b.BorderSizePixel = 0
- b.Font = "Arcade"
- b.TextColor3 = Color3.new(255,255,255)
- b.TextScaled = true
- b.TextWrapped = true
- b.Text = "Name here"
- c = Instance.new("TextButton",gui)
- c.Name = "Animation"
- c.Size = UDim2.new(0,100,0,40)
- c.Position = UDim2.new(0,800,0,520)
- c.BackgroundTransparency = 0
- c.BackgroundColor3 = Color3.new(0,0,0)
- c.BorderSizePixel = 0
- c.Font = "Arcade"
- c.TextColor3 = Color3.new(255,255,255)
- c.TextScaled = true
- c.TextWrapped = true
- c.Text = "Animation"
- d = Instance.new("TextButton",gui)
- d.Name = "Player"
- d.Size = UDim2.new(0,100,0,40)
- d.Position = UDim2.new(0,800,0,560)
- d.BackgroundTransparency = 0
- d.BackgroundColor3 = Color3.new(0,0,0)
- d.BorderSizePixel = 0
- d.Font = "Arcade"
- d.TextColor3 = Color3.new(255,255,255)
- d.TextScaled = true
- d.TextWrapped = true
- d.Text = "Player"
- cred = Instance.new("TextLabel",gui)
- cred.Name = "Credits"
- cred.Size = UDim2.new(0,400,0,20)
- cred.Position = UDim2.new(0,800,0,500)
- cred.BackgroundTransparency = 0
- cred.BackgroundColor3 = Color3.new(0,0,0)
- box.BorderSizePixel = 5
- box.BorderColor3 = Color3.new(27,42,53)
- cred.Font = "Arcade"
- cred.FontSize = "Size24"
- cred.TextColor3 = Color3.new(255,255,255)
- cred.Text = "FE Animation Gui by Dark Magic Rblx!"
- cred.TextSize = 19
- c.MouseButton1Down:connect(function()
- local AnimationId = gui["ID Here"].Text
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local Player = game.Players:FindFirstChild(gui.Namehere.Text)
- if Player ~= nil then
- local k = Player.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(gui["Speed Here"].Text)
- end
- if gui.Namehere.Text =="me" then
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(gui["Speed Here"].Text)
- end
- if gui.Namehere.Text =="all" then
- for i,v in pairs(game.Players:GetChildren()) do
- local k = v.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(gui["Speed Here"].Text)
- end
- end
- end)
- d.MouseButton1Down:connect(function()
- local AnimationId = gui["ID Here"].Text
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local Player = game.Players:FindFirstChild(gui.Namehere.Text)
- if Player ~= nil then
- local k = Player.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(gui["Speed Here"].Text)
- end
- if gui.Namehere.Text =="me" then
- local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(gui["Speed Here"].Text)
- end
- if gui.Namehere.Text =="all" then
- for i,v in pairs(game.Players:GetChildren()) do
- local k = v.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(gui["Speed Here"].Text)
- end
- end
- end)
- end)
- rape.MouseButton1Down:connect(function()
- Name = user.Text
- local Victim=game.Players[Name].Character
- local A=Instance.new'Animation'
- A.AnimationId='rbxassetid://148840371'
- local P=game:GetService'Players'.LocalPlayer
- local C=P.Character or P.CharacterAdded:Wait()
- local H=C:WaitForChild'Humanoid':LoadAnimation(A)
- H:Play()
- H:AdjustSpeed(5)
- game:GetService'RunService'.Stepped:Connect(function()
- if Victim:findFirstChild("HumanoidRootPart") then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Victim.HumanoidRootPart.CFrame * CFrame.new(0,0,1.3)
- end
- end)
- end)
- bricks.MouseButton1Down:connect(function()
- for i=1,(user.Text) do
- print(i)
- game.ReplicatedStorage.Events.OutfitChang:FireServer("Hat", "158066212")
- wait(0.1)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- end
- child.Parent = game.Workspace
- end
- end
- end
- end)
- spam.MouseButton1Down:connect(function()
- while wait() do
- wait(0.5)
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(user.Text, "All")
- end
- end)
- isis.MouseButton1Down:connect(function()
- --not sure why i added this one since its leaked 2934823948 times
- assets = {540034631, 178993946, 461493477, 110288809}
- me = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
- for i,v in pairs(me.Parent:GetChildren()) do
- if v:IsA'Accoutrement' then v.Parent = nil end
- end
- for i,v in pairs(assets) do
- game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('xdd', tostring(game:GetService'MarketplaceService':GetProductInfo(v).AssetTypeId), v)
- end
- me.WalkSpeed = 50 --same
- mouse = game:GetService'Players'.LocalPlayer:GetMouse()
- exploded = false
- boom = mouse.Button1Down:connect(function()
- if exploded == true then return end
- exploded = true
- game:GetService'ReplicatedStorage'.ITEM_PURCHASE:InvokeServer('boom', '8', '1527622')
- print'exploding!!!'
- exploded = true
- boom:Disconnect()
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement