Advertisement
Explosin59

knives

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