Advertisement
Wweroblox12121212

Untitled

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