Advertisement
Theskyler900

test dio

Aug 28th, 2017
337
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 = "Bodoni"
  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. Character.Head.face.Texture = "rbxassetid://286322458"
  31.  
  32. --created by SoldierJoao
  33. --Credits to metabee for the knives edit
  34. cut = Instance.new("Sound", Character)
  35. cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
  36. cut.Volume = 1.5
  37. thri = Instance.new("Sound", Character)
  38. thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
  39. thri.Volume = 2.5
  40. WRY = Instance.new("Sound", Character)
  41. WRY.SoundId = "https://www.roblox.com/asset/?id=276152532"
  42. WRY.Volume = 5
  43.  
  44. local Players=game:service'Players'
  45. local Player=Players.LocalPlayer
  46. local Mouse=Player:GetMouse''
  47. local RenderStepped=game:service'RunService'.RenderStepped
  48.  
  49. local MeshId='http://www.roblox.com/asset?id=202083123'
  50. local TextureId='http://www.roblox.com/asset/?id=189436355'
  51.  
  52. local BeeSpeed= 100
  53.  
  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=849861238"
  128. sound.Volume = 2.5
  129. sound2 = Instance.new("Sound", Character)
  130. sound2.SoundId = "https://www.roblox.com/asset/?id=864569342"
  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=172374380"
  140. TSTheme.Volume = 2
  141. canworld = true
  142. mse.KeyDown:connect(function(key)
  143. key = key:lower()
  144. if key == "t" then
  145. if canworld == false then return end
  146. if canworld then
  147. canworld = false
  148. sound:Play()
  149. tecks.Text = "YOU CAN'T ESCAPE, ZA WARUDO!"
  150. wait(2)
  151. tecks.Text = LocalPlayer.Name
  152.  
  153. TSTheme:Play()
  154.  
  155. local function spawnpart()
  156. sphere = Instance.new("Part")
  157. --game.Debris:AddItem(sphere,3)
  158. local sm = Instance.new("SpecialMesh", sphere)
  159. sm.MeshType = "Sphere"
  160. sphere.Transparency = 0.5
  161. sphere.Anchored = true
  162. sphere.CanCollide = false
  163. sphere.Material = "Neon"
  164. sphere.BrickColor = BrickColor.new("Black")
  165. end
  166.  
  167. local function weld(lol)
  168. local weld = Instance.new("Weld", Player.Character.Torso)
  169. weld.Part0 = Player.Character.Torso
  170. weld.Part1 = lol
  171. weld.C0 = Player.Character.Torso.CFrame:inverse()
  172. weld.C1 = lol.CFrame:inverse()
  173. end
  174. wait()
  175. spawnpart()
  176. for i, v in pairs(game.Players:GetChildren()) do
  177. t = v.Character:FindFirstChild("Torso")
  178. if t then
  179. t.Anchored = true
  180. Player.Character:FindFirstChild("Torso").Anchored = false
  181. end
  182. RA = v.Character:FindFirstChild("Right Arm")
  183. if RA then
  184. RA.Anchored = true
  185. Player.Character:FindFirstChild("Right Arm").Anchored = false
  186. end
  187. LA = v.Character:FindFirstChild("Left Arm")
  188. if LA then
  189. LA.Anchored = true
  190. Player.Character:FindFirstChild("Left Arm").Anchored = false
  191. end
  192. RL = v.Character:FindFirstChild("Right Leg")
  193. if RL then
  194. RL.Anchored = true
  195. Player.Character:FindFirstChild("Right Leg").Anchored = false
  196. end
  197. LL = v.Character:FindFirstChild("Left Leg")
  198. if LL then
  199. LL.Anchored = true
  200. Player.Character:FindFirstChild("Left Leg").Anchored = false
  201. end
  202. end
  203. weld(sphere)
  204. cce = Instance.new("ColorCorrectionEffect", game.Lighting)
  205. cce.Saturation = -5
  206. --game.Debris:AddItem(cce, 5)
  207. sphere.Parent = Character.Torso
  208. for i = 1,3 do
  209. sphere.Size = sphere.Size + Vector3.new(50,50,50)
  210. wait()
  211. end
  212. wait()
  213. sphere:Destroy()
  214. BeeSpeed = 0
  215. cce.Saturation = -0.1
  216. wait(0.3)
  217. cce.Saturation = -0.2
  218. wait(0.3)
  219. cce.Saturation = -0.3
  220. wait(0.2)
  221. cce.Saturation = -1.5
  222. wait()
  223. end
  224. end
  225. end
  226. )
  227.  
  228. tecks.Text = LocalPlayer.Name
  229.  
  230. mse.KeyDown:connect(function(key)
  231. key = key:lower()
  232. if key == "y" then
  233. canworld = true
  234. tecks.Text = "It's time to move the time again."
  235. sound2:Play()
  236. wait()
  237. BeeSpeed = 1
  238. cce.Saturation = -1.3
  239. wait(0.5)
  240. BeeSpeed = 1.2
  241. cce.Saturation = -0.5
  242. wait(0.5)
  243. BeeSpeed = 1.4
  244. cce.Saturation = -0.4
  245. wait(0.3)
  246. BeeSpeed = 1.5
  247. cce.Saturation = -0.2
  248. wait(0.2)
  249. cce.Saturation = 0
  250.  
  251. for i, v in pairs(game.Players:GetChildren()) do
  252. t = v.Character:FindFirstChild("Torso")
  253. if t then
  254. t.Anchored = false
  255. end
  256. RA = v.Character:FindFirstChild("Right Arm")
  257. if RA then
  258. RA.Anchored = false
  259. end
  260. LA = v.Character:FindFirstChild("Left Arm")
  261. if LA then
  262. LA.Anchored = false
  263. end
  264. RL = v.Character:FindFirstChild("Right Leg")
  265. if RL then
  266. RL.Anchored = false
  267. end
  268. LL = v.Character:FindFirstChild("Left Leg")
  269. if LL then
  270. LL.Anchored = false
  271. end
  272. end
  273. BeeSpeed = 100
  274. tecks.Text = LocalPlayer.Name
  275. TSTheme:Stop()
  276. end
  277. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement