Advertisement
KarmaRange

Untitled

Jul 15th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. --//====================================================\\--
  2. --|| FUCK YOU
  3. --\\====================================================//--
  4.  
  5.  
  6. wait(1 / 60)
  7.  
  8. local ff = Instance.new("ForceField")
  9. ff.Parent = script.Parent
  10. Player = game:GetService("Players").LocalPlayer
  11. PlayerGui = Player.PlayerGui
  12. Cam = workspace.CurrentCamera
  13. Backpack = Player.Backpack
  14. Character = Player.Character
  15. Humanoid = Character.Humanoid
  16. Mouse = Player:GetMouse()
  17. RootPart = Character["HumanoidRootPart"]
  18. Torso = Character["Torso"]
  19. Head = Character["Head"]
  20. RightArm = Character["Right Arm"]
  21. LeftArm = Character["Left Arm"]
  22. RightLeg = Character["Right Leg"]
  23. LeftLeg = Character["Left Leg"]
  24. RootJoint = RootPart["RootJoint"]
  25. Neck = Torso["Neck"]
  26. RightShoulder = Torso["Right Shoulder"]
  27. LeftShoulder = Torso["Left Shoulder"]
  28. RightHip = Torso["Right Hip"]
  29. LeftHip = Torso["Left Hip"]
  30. Humanoid.MaxHealth = "inf"
  31. Humanoid.Health = "inf"
  32. Humanoid.WalkSpeed = 75
  33.  
  34. local naeeym2 = Instance.new("BillboardGui",Character)
  35. naeeym2.AlwaysOnTop = true
  36. naeeym2.Size = UDim2.new(0,100,0,40)
  37. naeeym2.StudsOffset = Vector3.new(0,3,0)
  38. naeeym2.Adornee = Character.Head
  39. naeeym2.Name = "TalkingBillBoard"
  40. local tecks2 = Instance.new("TextLabel",naeeym2)
  41. tecks2.BackgroundTransparency = 1
  42. tecks2.BorderSizePixel = 0
  43. tecks2.Text = "FUCK YOU"
  44. tecks2.Font = "Bodoni"
  45. tecks2.TextSize = 30
  46. tecks2.TextStrokeTransparency = 0
  47. tecks2.TextColor3 = Color3.new(0,0,0)
  48. tecks2.TextStrokeColor3 = Color3.new(1,1,1)
  49. tecks2.Size = UDim2.new(1,0,0.5,0)
  50. tecks2.Parent = naeeym2
  51.  
  52. kkk = Instance.new("Sound",Character)
  53. kkk.Volume = 10
  54. kkk.PlaybackSpeed = 1
  55. kkk.Pitch = 1
  56. kkk.SoundId = "rbxassetid://454644964"
  57. kkk:Play()
  58. kkk.Name = "BackgroundMusic"
  59. kkk.Looped = true
  60.  
  61.  
  62. IT = Instance.new
  63. CF = CFrame.new
  64. VT = Vector3.new
  65. RAD = math.rad
  66. C3 = Color3.new
  67. UD2 = UDim2.new
  68. BRICKC = BrickColor.new
  69. ANGLES = CFrame.Angles
  70. EULER = CFrame.fromEulerAnglesXYZ
  71. COS = math.cos
  72. ACOS = math.acos
  73. SIN = math.sin
  74. ASIN = math.asin
  75. ABS = math.abs
  76. MRANDOM = math.random
  77. FLOOR = math.floor
  78.  
  79.  
  80.  
  81.  
  82.  
  83. while true do
  84. wait(0.05)
  85. c = workspace:GetChildren()
  86. for g = 1, #c do
  87. if c[g]:FindFirstChild("Humanoid") and c[g] ~= script.Parent then
  88. o = c[g]:GetChildren()
  89. for l = 1, #o do
  90. if o[l].ClassName == "Part" then
  91. exp = Instance.new("Explosion")
  92. exp.Parent = c[g]
  93. exp.Position = o[l].Position
  94. o[l]:Destroy()
  95. c[g].Humanoid.Health = 0
  96. end
  97. end
  98. end
  99. end
  100. end
  101.  
  102.  
  103. --//====================================================\\--
  104. --|| END OF SCRIPT
  105. --\\====================================================//--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement