Advertisement
9Simplicity9

Untitled

Mar 10th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.69 KB | None | 0 0
  1. --Some nasty seizure scripts (By Rufus14)
  2.             screen = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  3.             frame = Instance.new("Frame", screen)
  4.             frame.Size = UDim2.new(1,0 , 1,0)
  5.             frame.BackgroundTransparency = 0.4
  6.             frame.BackgroundColor3 = Color3.new(1,0,0)
  7. local txt = Instance.new("BillboardGui", Character)
  8. txt.Adornee = Character.Head
  9. txt.Name = "_status"
  10. txt.Size = UDim2.new(2, 0, 1.2, 0)
  11. txt.StudsOffset = Vector3.new(-9, 8, 0)
  12. local text = Instance.new("TextLabel", txt)
  13. text.Size = UDim2.new(10, 0, 7, 0)
  14. text.FontSize = "Size24"
  15. text.TextScaled = true
  16. text.TextTransparency = 0
  17. text.BackgroundTransparency = 1
  18. text.TextTransparency = 0
  19. text.TextStrokeTransparency = 1
  20. text.Font = "Cartoon"
  21. text.Text = "kid with 1000 kilograms of cocaine"
  22.             game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  23.             game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  24.             game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  25.             local SEIZURETIME = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  26.             SEIZURETIME.SoundId = "rbxassetid://316867520"
  27.             SEIZURETIME.Looped = true
  28.             SEIZURETIME:Play()
  29.             SEIZURETIME.Volume = 10
  30.             game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"SEIZURE TIME!!!","Red")
  31.             local velocity = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  32.             velocity.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  33.             velocity.Velocity = Vector3.new(game.Players.LocalPlayer.Character.Torso.CFrame.lookVector,game.Players.LocalPlayer.Character.Torso.CFrame.lookVector ,game.Players.LocalPlayer.Character.Torso.CFrame.lookVector)
  34.             velocity:destroy()
  35.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.Angles(-90, 0, 0)
  36.             print(game.Players.LocalPlayer.Character.Head.Parent.Name)
  37.             while true do
  38.                 wait()
  39.                 Math = math.random(1,3)
  40.                 if Math == 1 then
  41.                 frame.BackgroundColor3 = Color3.new(0,0,0)
  42.                 end
  43.                 if Math == 2 then
  44.                 frame.BackgroundColor3 = Color3.new(0,0,0)
  45.                 end
  46.                 if Math == 3 then
  47.                 frame.BackgroundColor3 = Color3.new(0,0,0)
  48.                 end
  49.                 game.Players.LocalPlayer.Character.Humanoid.CameraOffset = Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  50.                 game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"SEIZURE TIME!!!","Red")
  51.                 game.Players.LocalPlayer.Character.Humanoid.Health = math.random(1,100)
  52.                 game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(math.random(-1,1),0,0)
  53.                 game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Left Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  54.                 game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 = game.Players.LocalPlayer.Character.Torso["Right Hip"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  55.                 game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Left Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  56.                 game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,math.random(-1,1))
  57.             end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement