Advertisement
Roblox_Xploits

Untitled

Aug 17th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1.  
  2. local p = game.Players.LocalPlayer
  3. local char = p.Character
  4. local hed = char.Head
  5. local LocalPlayer = p
  6. local naeeym = Instance.new("BillboardGui", char)
  7. naeeym.Size = UDim2.new(0, 100, 0, 40)
  8. naeeym.StudsOffset = Vector3.new(0, 5, 0)
  9. naeeym.Adornee = char.Head
  10. local tecks = Instance.new("TextLabel", naeeym)
  11. tecks.BackgroundTransparency = 1
  12. tecks.BorderSizePixel = 0
  13. tecks.Text = LocalPlayer.Name
  14. tecks.Font = "ArialBold"
  15. tecks.FontSize = "Size24"
  16. tecks.TextStrokeTransparency = 0
  17. tecks.TextStrokeColor3 = Color3.new(0, 0, 0)
  18. tecks.TextColor3 = Color3.new(255, 255, 255)
  19. tecks.Size = UDim2.new(1, 0, 0.5, 0)
  20. local Player = game.Players.localPlayer
  21. local Character = p.Character
  22. local LeftArm2 = Character["Left Arm"]
  23. local RightArm2 = Character["Right Arm"]
  24. local LeftLeg2 = Character["Left Leg"]
  25. local RightLeg2 = Character["Right Leg"]
  26. local Head2 = Character.Head
  27. local Torso2 = Character.Torso
  28. cut = Instance.new("Sound", Character)
  29. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  30. cut.Volume = 1.5
  31. thri = Instance.new("Sound", Character)
  32. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  33. thri.Volume = 2.5
  34. WRY = Instance.new("Sound", Character)
  35. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  36. WRY.Volume = 5
  37. local Players = game:service("Players")
  38. local Player = Players.LocalPlayer
  39. local Mouse = Player:GetMouse("")
  40. local RenderStepped = game:service("RunService").RenderStepped
  41. local MeshId = "http://www.roblox.com/asset?id=202083123"
  42. local TextureId = "http://www.roblox.com/asset/?id=189436355"
  43. local BeeSpeed = 100
  44. local QHold = false
  45. local EHold = false
  46. Mouse.Button1Down:connect(function()
  47. cut:Play()
  48. if Mouse.Target then
  49. do
  50. local Bee = Instance.new("Part", Player.Character)
  51. Bee.CanCollide = false
  52. Bee.Size = Vector3.new(2, 2, 2)
  53. Bee.CFrame = Player.Character.Torso.CFrame
  54. local BeeMesh = Instance.new("SpecialMesh", Bee)
  55. BeeMesh.MeshType = "FileMesh"
  56. BeeMesh.MeshId = MeshId
  57. BeeMesh.TextureId = TextureId
  58. BeeMesh.Scale = Vector3.new(1, 1, 1)
  59. local BodyVel = Instance.new("BodyVelocity", Bee)
  60. BodyVel.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  61. local BodyGyro = Instance.new("BodyGyro", Bee)
  62. BodyGyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  63. BodyGyro.P = 20000
  64. coroutine.wrap(function()
  65. RenderStepped:connect(function()
  66. BodyGyro.cframe = CFrame.new(Bee.Position, Mouse.Hit.p)
  67. BodyVel.velocity = Bee.CFrame.lookVector * BeeSpeed
  68. end)
  69. end)()
  70. Bee.Touched:connect(function(p)
  71. if p.Parent ~= Player.Character and p.Parent:FindFirstChild("Humanoid") then
  72. p.Parent:BreakJoints()
  73. Bee:Destroy("")
  74. thri:Play()
  75. end
  76. end)
  77. end
  78. end
  79. end)
  80. Mouse.KeyDown:connect(function(k)
  81. local Key = k:lower("")
  82. if Key == "q" then
  83. QHold = true
  84. elseif Key == "e" then
  85. EHold = true
  86. end
  87. end)
  88. Mouse.KeyUp:connect(function(k)
  89. local Key = k:lower("")
  90. if Key == "q" then
  91. QHold = false
  92. elseif Key == "e" then
  93. EHold = false
  94. end
  95. end)
  96. coroutine.wrap(function()
  97. RenderStepped:connect(function()
  98. if QHold then
  99. if BeeSpeed > 0 then
  100. BeeSpeed = BeeSpeed - 1
  101. end
  102. elseif EHold then
  103. BeeSpeed = BeeSpeed + 1
  104. end
  105. end)
  106. end)()
  107. mse = Player:GetMouse()
  108. sound = Instance.new("Sound", Character)
  109. sound.SoundId = "https://www.roblox.com/asset/?id=290807425"
  110. sound.Volume = 2.5
  111. sound2 = Instance.new("Sound", Character)
  112. sound2.SoundId = "https://www.roblox.com/asset/?id=290810519"
  113. sound2.Volume = 2.5
  114. sound3 = Instance.new("Sound", Character)
  115. sound3.SoundId = "https://www.roblox.com/asset/?id=290807377"
  116. sound3.Volume = 1.8
  117. sound4 = Instance.new("Sound", Character)
  118. sound4.SoundId = "https://www.roblox.com/asset/?id=290807397"
  119. sound4.Volume = 2
  120. TSTheme = Instance.new("Sound", Character)
  121. TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380"
  122. TSTheme.Volume = 2
  123. canworld = true
  124. mse.KeyDown:connect(function(key)
  125. key = key:lower()
  126. if key == "t" then
  127. if canworld == false then
  128. return
  129. end
  130. if canworld then
  131. canworld = false
  132. sound3:Play()
  133. tecks.Text = "THE WORLD STOP TIME!"
  134. wait(2)
  135. tecks.Text = LocalPlayer.Name
  136. sound:Play()
  137. sound4:Play()
  138. TSTheme:Play()
  139. local spawnpart = function()
  140. sphere = Instance.new("Part")
  141. local sm = Instance.new("SpecialMesh", sphere)
  142. sm.MeshType = "Sphere"
  143. sphere.Transparency = 0.5
  144. sphere.Anchored = true
  145. sphere.CanCollide = false
  146. sphere.Material = "Neon"
  147. sphere.BrickColor = BrickColor.new("Black")
  148. end
  149. local function weld(lol)
  150. local weld = Instance.new("Weld", Player.Character.Torso)
  151. weld.Part0 = Player.Character.Torso
  152. weld.Part1 = lol
  153. weld.C0 = Player.Character.Torso.CFrame:inverse()
  154. weld.C1 = lol.CFrame:inverse()
  155. end
  156. wait()
  157. spawnpart()
  158. for i, v in pairs(game.Players:GetChildren()) do
  159. t = v.Character:FindFirstChild("Torso")
  160. if t then
  161. t.Anchored = true
  162. Player.Character:FindFirstChild("Torso").Anchored = false
  163. end
  164. RA = v.Character:FindFirstChild("Right Arm")
  165. if RA then
  166. RA.Anchored = true
  167. Player.Character:FindFirstChild("Right Arm").Anchored = false
  168. end
  169. LA = v.Character:FindFirstChild("Left Arm")
  170. if LA then
  171. LA.Anchored = true
  172. Player.Character:FindFirstChild("Left Arm").Anchored = false
  173. end
  174. RL = v.Character:FindFirstChild("Right Leg")
  175. if RL then
  176. RL.Anchored = true
  177. Player.Character:FindFirstChild("Right Leg").Anchored = false
  178. end
  179. LL = v.Character:FindFirstChild("Left Leg")
  180. if LL then
  181. LL.Anchored = true
  182. Player.Character:FindFirstChild("Left Leg").Anchored = false
  183. end
  184. end
  185. weld(sphere)
  186. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  187. cce.Saturation = -5
  188. sphere.Parent = Character.Torso
  189. for i = 1, 3 do
  190. sphere.Size = sphere.Size + Vector3.new(50, 50, 50)
  191. wait()
  192. end
  193. wait()
  194. sphere:Destroy()
  195. BeeSpeed = 0
  196. cce.Saturation = -0.1
  197. wait(0.3)
  198. cce.Saturation = -0.2
  199. wait(0.3)
  200. cce.Saturation = -0.3
  201. wait(0.2)
  202. cce.Saturation = -1.5
  203. wait()
  204. end
  205. end
  206. end)
  207. tecks.Text = LocalPlayer.Name
  208. mse.KeyDown:connect(function(key)
  209. key = key:lower()
  210. if key == "y" then
  211. canworld = true
  212. tecks.Text = "Time continues moving again."
  213. sound2:Play()
  214. wait()
  215. BeeSpeed = 1
  216. cce.Saturation = -1.3
  217. wait(0.5)
  218. BeeSpeed = 1.2
  219. cce.Saturation = -0.5
  220. wait(0.5)
  221. BeeSpeed = 1.4
  222. cce.Saturation = -0.4
  223. wait(0.3)
  224. BeeSpeed = 1.5
  225. cce.Saturation = -0.2
  226. wait(0.2)
  227. cce.Saturation = 0
  228. for i, v in pairs(game.Players:GetChildren()) do
  229. t = v.Character:FindFirstChild("Torso")
  230. if t then
  231. t.Anchored = false
  232. end
  233. RA = v.Character:FindFirstChild("Right Arm")
  234. if RA then
  235. RA.Anchored = false
  236. end
  237. LA = v.Character:FindFirstChild("Left Arm")
  238. if LA then
  239. LA.Anchored = false
  240. end
  241. RL = v.Character:FindFirstChild("Right Leg")
  242. if RL then
  243. RL.Anchored = false
  244. end
  245. LL = v.Character:FindFirstChild("Left Leg")
  246. if LL then
  247. LL.Anchored = false
  248. end
  249. end
  250. BeeSpeed = 100
  251. tecks.Text = LocalPlayer.Name
  252. TSTheme:Stop()
  253. end
  254. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement