CaliberMag

Untitled

Feb 11th, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("!innerdemons", "All")
  2. game.ReplicatedStorage.AxeKick:FireServer()
  3.  
  4. spawn(function() --WS and JP buffs
  5. while wait(1) do
  6. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
  7. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
  8. end
  9. end)
  10.  
  11. spawn(function() --Passive Epitaph
  12. while wait(1) do
  13. game.ReplicatedStorage.Epitaph:FireServer()
  14. end
  15. end)
  16.  
  17. spawn(function() --TS Movement + Shadow afterimage effect
  18. while wait(0.1) do
  19. game.Lighting.TS.Value = false
  20. local B_1 = true
  21. local Event2 = game:GetService("ReplicatedStorage").Shadow
  22. Event2:FireServer(B_1)
  23. end
  24. end)
  25.  
  26. spawn(function() --Ragdoll Players
  27. local player = game.Players.LocalPlayer
  28. local mouse = player:GetMouse()
  29.  
  30. bind1 = "h"
  31.  
  32. mouse.KeyDown:connect(function(key)
  33. if key == bind1 then
  34. local Pliyer = game.Players.LocalPlayer
  35. for i,v in pairs(workspace:GetChildren()) do
  36. if (v:FindFirstChildOfClass("Humanoid") and v ~= Pliyer.Character) then
  37. local Human = v:FindFirstChild("Humanoid")
  38. local A_1R = Human
  39. local EventR = game:GetService("ReplicatedStorage").Knock
  40. game.ReplicatedStorage.AxeKick:FireServer()
  41. EventR:FireServer(A_1R)
  42. end
  43. end
  44. end
  45. end)
  46. end)
  47.  
  48. spawn(function() --Donut
  49. local player = game.Players.LocalPlayer
  50. local mouse = player:GetMouse()
  51. bind2 = "e"
  52.  
  53. mouse.KeyDown:connect(function(key)
  54. if key == bind2 then
  55. local randomPlayer = game.Players:GetPlayers()[math.random(1,#game.Players:GetPlayers())]
  56. local victim = randomPlayer.Name
  57. if randomPlayer and victim ~= player then
  58. local D_1 = game.Workspace:FindFirstChild(victim)
  59. local D_2 = 6969
  60. local Event4 = game:GetService("ReplicatedStorage").Donut
  61. Event4:FireServer(D_1, D_2)
  62. end
  63. end
  64. end)
  65. end)
  66.  
  67. spawn(function()
  68. local playr = game.Players.LocalPlayer
  69. local mouse = playr:GetMouse()
  70. mouse.Button1Down:connect(function()
  71. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  72. if mouse.Target and mouse.Target.Parent then
  73. plr = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  74. local playerName = plr.Name
  75. local Event4 = game:GetService("ReplicatedStorage").Donut
  76. local D_1 = game.Workspace:FindFirstChild(playerName)
  77. local D_2 = 6969
  78. if plr~=nil then
  79. print(playerName)
  80. Event4:FireServer(D_1, D_2)
  81. end
  82. end
  83. end)
  84. end)
  85.  
  86. spawn(function() --Sheer Lag Attack
  87. local player = game.Players.LocalPlayer
  88. local mouse = player:GetMouse()
  89.  
  90. bind3 = "j"
  91.  
  92. mouse.KeyDown:connect(function(key)
  93. if key == bind3 then
  94. for i = 1, 25 do
  95. local E_1 = true
  96. local Event5 = game:GetService("ReplicatedStorage").SHA
  97. Event5:FireServer(E_1)
  98. end
  99. end
  100. end)
  101. end)
  102.  
  103. spawn(function() --Voiceline
  104. local player = game.Players.LocalPlayer
  105. local mouse = player:GetMouse()
  106. local ployer = game.Players.LocalPlayer
  107. local ployerName = ployer.Name
  108. local PloyerGuy = game.workspace:FindFirstChild(ployerName)
  109.  
  110. bind4 = "n"
  111.  
  112. mouse.KeyDown:connect(function(key)
  113. if key == bind4 then
  114. local F_1 = PloyerGuy.Head
  115. local F_2 = "*Whips out penis* Sex Platinum is the strongest stand!"
  116. local F_3 = "rbxassetid://4584446795"
  117. local F_4 = 999
  118. local F_5 = 999
  119. local F_6 = 0
  120. local Event6 = game:GetService("ReplicatedStorage").Taunt
  121. Event6:FireServer(F_1, F_2, F_3, F_4, F_5, F_6)
  122. end
  123. end)
  124. end)
  125.  
  126. spawn(function() --Samurai Slash
  127. local player = game.Players.LocalPlayer
  128. local mouse = player:GetMouse()
  129.  
  130. bind5 = "r"
  131.  
  132. mouse.KeyDown:connect(function(key)
  133. if key == bind5 then
  134. local Event7 = game:GetService("ReplicatedStorage").Slash
  135. Event7:FireServer()
  136. end
  137. end)
  138. end)
  139.  
  140. spawn(function() --Fist of the Pot Star Teleport
  141. local player = game.Players.LocalPlayer
  142. local mouse = player:GetMouse()
  143.  
  144. bind6 = "v"
  145.  
  146. mouse.KeyDown:connect(function(key)
  147. if key == bind6 then
  148. local player = game.Players.LocalPlayer
  149. local Character = player.Character or player.CharacterAdded:wait()
  150. game.ReplicatedStorage.TETeleport:FireServer()
  151. local Event8 = game.ReplicatedStorage.FOTPSTeleport
  152. game.ReplicatedStorage.TETeleport:FireServer()
  153. player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame + player.Character.HumanoidRootPart.CFrame.lookVector * 20
  154. Event8:FireServer()
  155. end
  156. end)
  157. end)
  158.  
  159. spawn(function() --Heal
  160. local player = game.Players.LocalPlayer
  161. local mouse = player:GetMouse()
  162.  
  163. bind7 = "f"
  164.  
  165. mouse.KeyDown:connect(function(key)
  166. if key == bind7 then
  167. game.ReplicatedStorage.TETeleport3:FireServer(true)
  168. game.ReplicatedStorage.Heal:FireServer(true, 9e999)
  169. end
  170. end)
  171. end)
  172.  
  173. spawn(function() --Ground Slam
  174. local player = game.Players.LocalPlayer
  175. local mouse = player:GetMouse()
  176.  
  177. bind8 = "t"
  178. mouse.KeyDown:connect(function(key)
  179. if key == bind8 then
  180. game.ReplicatedStorage.AxeKick:FireServer()
  181. end
  182. end)
  183. end)
Add Comment
Please, Sign In to add comment