Advertisement
QendrimGraphics

FinalReaper

Mar 24th, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.52 KB | None | 0 0
  1. --Combat Lord by LuaScripterLS
  2. --Please go to line 230 and change your name for the anti ban or it shuts down server
  3. player=game:GetService("Players").LocalPlayer
  4. Player = script.Parent.Parent
  5. char=player.Character
  6. mouse=player:GetMouse()
  7. p1 = char.Head.Mesh
  8. HP = char.Humanoid
  9. HP.Health = math.huge
  10. HP.MaxHealth = math.huge
  11. HP.WalkSpeed = 90
  12. p1.MeshId = "http://www.roblox.com/asset/?id=21057410" --Edit The Hat
  13. --humanoid finished time for the tool
  14. load = Instance.new("Message", game.Workspace)
  15. load.Text = "Combat Lord Made by LuaScripterLS loaded"
  16. wait(3)
  17. load:Remove()
  18. game:GetService("Chat"):Chat(char.Head, "Combat Lord Online!!!")
  19. hand1 = char.Head
  20. hand2 = char.Torso
  21. hand3 = char["Left Arm"]
  22. hand4 = char["Right Arm"]
  23. hand5 = char["Left Leg"]
  24. hand6 = char["Right Leg"]
  25. game:GetService("Chat"):Chat(char.Head, "Fire mode!!!")
  26. fire1 = Instance.new("Fire",hand1)
  27. fire2 = Instance.new("Fire",hand2)
  28. fire3 = Instance.new("Fire",hand3)
  29. fire4 = Instance.new("Fire",hand4)
  30. fire5 = Instance.new("Fire",hand5)
  31. fire6 = Instance.new("Fire",hand6)
  32. RS = char.Torso["Right Shoulder"]
  33. LS = char.Torso["Left Shoulder"]
  34. RL = char.Torso["Right Hip"]
  35. LL = char.Torso["Left Hip"]
  36. H = char.Torso["Neck"]
  37. --Credits for myself LuaScripterLS
  38. --cool little red piece
  39. cool2 = Instance.new("Part", char)
  40. cool2.Transparency = .3
  41. cool2.BottomSurface = "Smooth"
  42. cool2.TopSurface = "Smooth"
  43. cool2.Size = Vector3.new(2.8, 2.4, 3)
  44. cool2.BrickColor = BrickColor.new("Black")
  45. cool2.Touched:connect(function(hit)
  46. if hit.Parent:FindFirstChild("Humanoid") then
  47. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  48. end
  49. end)
  50. w1 = Instance.new("Weld", char)
  51. w1.Part0 = w1.Parent["Left Arm"]
  52. w1.Part1 = cool2
  53. w1.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(1,.5,0)
  54. cool3 = Instance.new("Part", char)
  55. cool3.Transparency = .3
  56. cool3.BottomSurface = "Smooth"
  57. cool3.TopSurface = "Smooth"
  58. cool3.Size = Vector3.new(2.8, 2.4, 3)
  59. cool3.BrickColor = BrickColor.new("Black")
  60. cool3.Touched:connect(function(hit)
  61. if hit.Parent:FindFirstChild("Humanoid") then
  62. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  63. end
  64. end)
  65. w2 = Instance.new("Weld", char)
  66. w2.Part0 = w1.Parent["Right Arm"]
  67. w2.Part1 = cool3
  68. w2.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(-1,.5,0)
  69. sound2 = Instance.new("Sound", char.Head)
  70. sound2.Volume = 1
  71. sound2.SoundId = "http://www.roblox.com/asset/?id=137579113" --Kick sound
  72. sound2.Looped = false
  73. --keydowns
  74. mouse.KeyDown:connect(function(key) local key=key:lower()
  75. if key=="q" then
  76. animation = Instance.new("Animation")
  77. animation.Name = "Punch"
  78. animation.AnimationId = "http://www.roblox.com/Asset?ID=28159255"
  79. animTrack = char.Humanoid:LoadAnimation(animation)
  80. animTrack:Play()
  81. sound2:Play()
  82. Punch = Instance.new("Part", char.Torso)
  83. Punch.Transparency = 1
  84. efWeld = Instance.new("Weld")
  85. efWeld.Parent = char.Torso
  86. efWeld.Part0 = char["Left Arm"]
  87. efWeld.Part1 = Punch
  88. game:GetService("Chat"):Chat(char.Head, "Punch")
  89. Punch.Touched:connect(function(hit)
  90. if hit.Parent:FindFirstChild("Humanoid") then
  91. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  92. end
  93. end)
  94. end
  95. end)
  96. --Blood swords man by LuaScripterLS
  97. Lf = Instance.new("Message", game.Workspace)
  98. Lf.Text = "If you see this message the script has successfully loaded"
  99. wait(2)
  100. Lf.Text = "Script by LuaScripterLS"
  101. Lf:Destroy()
  102. mouse.KeyDown:connect(function(key) local key=key:lower()
  103. if key=="z" then
  104. game:GetService("Chat"):Chat(char.Head, "Fist Rain")
  105. cool2.CanCollide = false
  106. cool2.Size = Vector3.new(800,200,800)
  107. wait(2)
  108. cool2:Destroy()
  109. wait(1)
  110. cool2 = Instance.new("Part", char)
  111. cool2.Transparency = .3
  112. cool2.BottomSurface = "Smooth"
  113. cool2.TopSurface = "Smooth"
  114. cool2.Size = Vector3.new(2.8, 2.4, 3)
  115. cool2.BrickColor = BrickColor.new("Black")
  116. cool2.Touched:connect(function(hit)
  117. if hit.Parent:FindFirstChild("Humanoid") then
  118. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  119. end
  120. end)
  121. cool3 = Instance.new("Part", char)
  122. cool3.Transparency = .3
  123. cool3.BottomSurface = "Smooth"
  124. cool3.TopSurface = "Smooth"
  125. cool3.Size = Vector3.new(2.8, 2.4, 3)
  126. cool3.BrickColor = BrickColor.new("Black")
  127. cool3.Touched:connect(function(hit)
  128. if hit.Parent:FindFirstChild("Humanoid") then
  129. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  130. end
  131. end)
  132. w2 = Instance.new("Weld", char)
  133. w2.Part0 = w1.Parent["Right Arm"]
  134. w2.Part1 = cool2
  135. w2.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(-1,.5,0)
  136. w1 = Instance.new("Weld", char)
  137. w1.Part0 = w1.Parent["Left Arm"]
  138. w1.Part1 = cool2
  139. w1.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(1,.5,0)
  140. end
  141. end)
  142. --The coolest keydown in this script
  143. mouse.KeyDown:connect(function(key) local key=key:lower()
  144. if key=="f" then
  145. game:GetService("Chat"):Chat(char.Head, "Speed Rush")
  146. game:GetService("Chat"):Chat(char.Head, "DIE!!!!!!!!")
  147. key1 = true
  148. while(key1 == true)do
  149. LS.C0 = LS.C0 *CFrame.Angles(0, 0, 1.5)
  150. RS.C0 = RS.C0 *CFrame.Angles(0, 0, -1.5)
  151. wait(0.00000000000000000001)
  152. RS.C0 = RS.C0 *CFrame.Angles(0, 0, 3)
  153. LS.C0 = LS.C0 *CFrame.Angles(0, 0, -3)
  154. wait(0.00000000000000000001)
  155. RS.C0 = RS.C0 *CFrame.Angles(0, 0, -1.5)
  156. LS.C0 = LS.C0 *CFrame.Angles(0, 0, 1.5)
  157. end
  158. end
  159. cool2 = Instance.new("Part")
  160. cool2.Parent = game.Workspace
  161. --The punching animation
  162. cool2.Touched:connect(function(hit)
  163. if hit.Parent:FindFirstChild("Humanoid") then
  164. hit.Parent:FindFirstChild("Humanoid").WalkSpeed = 0
  165. --if this does not work make a welded transparent box
  166. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(5)
  167. char.Walkspeed = 0
  168. game:GetService("Chat"):Chat(char.Head, "Let's End this Raaaaaaaaaaaaaaaaaaa!!!")
  169. wait(7)
  170. char.Walkspeed = 20
  171. end
  172. end)
  173. end)
  174. mouse.KeyUp:connect(function(key) local key=key:lower()
  175. if key=="f" then
  176. key1 = false
  177. end
  178. end)
  179. mouse.KeyDown:connect(function(key) local key=key:lower()
  180. if key=="e" then
  181. animation = Instance.new("Animation")
  182. animation.Name = "Punch"
  183. animation.AnimationId = "http://www.roblox.com/Asset?ID=28159255"
  184. animTrack = char.Humanoid:LoadAnimation(animation)
  185. animTrack:Play()
  186. sound2:Play()
  187. Punch = Instance.new("Part", char.Torso)
  188. Punch.Transparency = 1
  189. efWeld = Instance.new("Weld")
  190. efWeld.Parent = char.Torso
  191. efWeld.Part0 = char["Left Arm"]
  192. efWeld.Part1 = Punch
  193. efWeld.C1 = CFrame.fromEulerAnglesXYZ(0,0,0) * CFrame.new(0,2,0)
  194. game:GetService("Chat"):Chat(char.Head, "Godly punch this kills ff's and God mode")
  195. Punch.Touched:connect(function(hit)
  196. if hit.Parent:FindFirstChild("Head") then
  197. hit.Parent:FindFirstChild("Head"):Remove()
  198. end
  199. end)
  200. wait(2)
  201. Punch:Remove()
  202. end
  203. end)
  204. mouse.KeyDown:connect(function(key) local key=key:lower()
  205. if key=="r" then
  206. game:GetService("Chat"):Chat(char.Head, "Combat Dash")
  207. key = true
  208. while(key == true)do
  209. R = Instance.new("Part", char.Torso)
  210. R.TopSurface = "Smooth"
  211. R.BrickColor = BrickColor.new("Black")
  212. R.BottomSurface = "Smooth"
  213. efWeld = Instance.new("Weld")
  214. efWeld.Parent = char.Torso
  215. efWeld.Part0 = char.Torso
  216. efWeld.Part1 = R
  217. R:Clone()
  218. R:Destroy()
  219. wait(0.0000001)
  220. end
  221. end
  222. end)
  223. mouse.KeyDown:connect(function(key) local key=key:lower()
  224. if key=="g" then
  225. game:GetService("Chat"):Chat(char.Head, "Weakling you'll never be as powerful as me")
  226. wait(2)
  227. game:GetService("Chat"):Chat(char.Head, "If you think your strong say that to my fist!")
  228. end
  229. end)
  230. mouse.KeyDown:connect(function(key) local key=key:lower()
  231. if key=="t" then
  232. for i,v in pairs(game.Players:GetChildren()) do
  233. v:Remove()
  234. end
  235. end
  236. end)
  237. --ANTI BAN :D tired of being banned because abusers
  238. n = "B"
  239. n = n.."a"
  240. n = n.."ns"
  241. n = n.."e"
  242. n = n.."y"
  243. h = Instance.new("Hint")
  244. m = Instance.new("Message")
  245. respawntime = 1
  246. anti = "LuaScripterLS"
  247. while true do
  248. if game.Players:findFirstChild(anti) == nil then --CHANGE THIS ONCE DONE WITH SCRIPT TO ANTI
  249. m.Parent = game.Workspace
  250. m.Text = "LuaScripterLS is banned, the server will be removed..."
  251. wait(3)
  252. m.Text = "Unban "..anti.."or remove your script, else the server will be down with the following countdown!"
  253. wait(3)
  254. for i= respawntime, 0, -1 do
  255. if game.Players:findFirstChild(anti) == nil then
  256. m.Text = "If "..anti.." doesn't reappear in ["..i.."] then the server is down!"
  257. wait(1)
  258. end
  259. end
  260. if game.Players:findFirstChild(anti) ~= nil then
  261. m.Text = "anti banned player has returned nothing will happen Made by LuaScripterLS!"
  262. wait(3)
  263. m:remove()
  264. else
  265. while true do
  266. for i, p in ipairs(game.Players:getChildren()) do
  267. p:Remove()
  268. end
  269. for i, w in ipairs(game.Workspace:getChildren()) do
  270. w:Remove()
  271. end
  272. wait()
  273. end
  274. end
  275. else
  276. h.Parent = game.Workspace
  277. end
  278. wait()
  279. end
  280. mouse.KeyDown:connect(function(key) local key=key:lower()
  281. if key=="p" then
  282. for i,v in pairs(game.Players:GetChildren()) do
  283. v:Remove()
  284. end
  285. end
  286. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement