Advertisement
Guest User

Untitled

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