AimbotMan2022

FE punch kill script works in any game

Dec 15th, 2020
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local TextBox = Instance.new("TextBox")
  10. local TextBox_2 = Instance.new("TextBox")
  11. local Frame_2 = Instance.new("Frame")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.Active = true
  20. Frame.Draggable = true
  21. Frame.BackgroundColor3 = Color3.new(0.580392, 0.996078, 1)
  22. Frame.BackgroundTransparency = 0.40000000596046
  23. Frame.BorderColor3 = Color3.new(0, 0, 0)
  24. Frame.Position = UDim2.new(0.118370466, 0, 0.391167223, 0)
  25. Frame.Size = UDim2.new(0, 174, 0, 150)
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  29. TextLabel.BackgroundTransparency = 0.5
  30. TextLabel.Position = UDim2.new(-0.00833322853, 0, 0, 0)
  31. TextLabel.Size = UDim2.new(0, 175, 0, 34)
  32. TextLabel.Font = Enum.Font.SourceSans
  33. TextLabel.Text = "Keybinds"
  34. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  35. TextLabel.TextSize = 14
  36.  
  37. TextLabel_2.Parent = Frame
  38. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel_2.BackgroundTransparency = 0.40000000596046
  40. TextLabel_2.Position = UDim2.new(0.0734596699, 0, 0.306236565, 0)
  41. TextLabel_2.Size = UDim2.new(0, 71, 0, 33)
  42. TextLabel_2.Font = Enum.Font.SourceSans
  43. TextLabel_2.Text = "punch"
  44. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  45. TextLabel_2.TextSize = 14
  46.  
  47. TextLabel_3.Parent = Frame
  48. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  49. TextLabel_3.BackgroundTransparency = 0.40000000596046
  50. TextLabel_3.Position = UDim2.new(0.0734596699, 0, 0.627742052, 0)
  51. TextLabel_3.Size = UDim2.new(0, 70, 0, 33)
  52. TextLabel_3.Font = Enum.Font.SourceSans
  53. TextLabel_3.Text = "slash"
  54. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  55. TextLabel_3.TextSize = 14
  56.  
  57. TextBox.Parent = Frame
  58. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextBox.BackgroundTransparency = 0.40000000596046
  60. TextBox.Position = UDim2.new(0.481505632, 0, 0.306236565, 0)
  61. TextBox.Size = UDim2.new(0, 70, 0, 33)
  62. TextBox.Font = Enum.Font.SourceSans
  63. TextBox.Text = "f"
  64. TextBox.TextColor3 = Color3.new(0, 0, 0)
  65. TextBox.TextSize = 14
  66.  
  67. TextBox_2.Parent = Frame
  68. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextBox_2.BackgroundTransparency = 0.40000000596046
  70. TextBox_2.Position = UDim2.new(0.475758493, 0, 0.626236558, 0)
  71. TextBox_2.Size = UDim2.new(0, 70, 0, 33)
  72. TextBox_2.Font = Enum.Font.SourceSans
  73. TextBox_2.Text = "c"
  74. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  75. TextBox_2.TextSize = 14
  76.  
  77. Frame_2.Parent = ScreenGui
  78. Frame_2.Active = true
  79. Frame_2.Draggable = true
  80. Frame_2.BackgroundColor3 = Color3.new(0.411765, 0.901961, 1)
  81. Frame_2.BackgroundTransparency = 0.60000002384186
  82. Frame_2.Position = UDim2.new(0.717140675, 0, 0.384858042, 0)
  83. Frame_2.Size = UDim2.new(0, 106, 0, 158)
  84.  
  85. TextButton.Parent = Frame_2
  86. TextButton.BackgroundColor3 = Color3.new(0.337255, 0.968628, 0.94902)
  87. TextButton.BackgroundTransparency = 0.30000001192093
  88. TextButton.NextSelectionDown = TextButton_2
  89. TextButton.Size = UDim2.new(0, 106, 0, 82)
  90. TextButton.Font = Enum.Font.SourceSans
  91. TextButton.Text = "^"
  92. TextButton.TextColor3 = Color3.new(0, 0, 0)
  93. TextButton.TextSize = 70
  94. TextButton.MouseButton1Click:connect(function()
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0)
  96. end)
  97.  
  98. TextButton_2.Parent = Frame_2
  99. TextButton_2.BackgroundColor3 = Color3.new(0.337255, 0.968628, 0.94902)
  100. TextButton_2.BackgroundTransparency = 0.30000001192093
  101. TextButton_2.Position = UDim2.new(0, 0, 0.524908125, 0)
  102. TextButton_2.Size = UDim2.new(0, 106, 0, 74)
  103. TextButton_2.Font = Enum.Font.SourceSans
  104. TextButton_2.Text = "v"
  105. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  106. TextButton_2.TextSize = 56
  107. TextButton_2.MouseButton1Click:connect(function()
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,-2,0)
  109. end)
  110.  
  111. spawn(function()
  112. while true do
  113. wait(0.1)
  114. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  115. Frame.Visible = false
  116. Frame_2.Visible = false
  117. end
  118. end
  119. end)
  120.  
  121. function haveTools()
  122. local a = false
  123. local b = false
  124. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  125. if v:IsA("Tool") then
  126. if v ~= nil then
  127. a = true
  128. else
  129. a = false
  130. end
  131. end
  132. end
  133. for i,k in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  134. if k:IsA("Tool") then
  135. if k ~= nil then
  136. b = true
  137. else
  138. b = false
  139. end
  140. end
  141. end
  142. return a or b
  143. end
  144.  
  145. power = math.huge
  146. unholding = true
  147. spawn(function()
  148. while unholding do
  149. wait()
  150. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  151. end
  152. end)
  153. plr = game.Players.LocalPlayer
  154. mouse = plr:GetMouse()
  155. mouse.KeyDown:connect(function(key)
  156. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  157. if key == "f" then
  158. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  159. AnimationId = "846744780"
  160. else
  161. AnimationId = "204062532"
  162. end
  163. local Anim = Instance.new("Animation")
  164. Anim.AnimationId = "rbxassetid://"..AnimationId
  165. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  166. k:Play() --Play the animation
  167. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  168. unholding = false
  169. wait()
  170. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") == nil then
  171. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  172. end
  173. wait(1)
  174. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  175. unholding = true
  176. end
  177. end
  178. end)
  179.  
  180. plr = game.Players.LocalPlayer
  181. mouse = plr:GetMouse()
  182. mouse.KeyDown:connect(function(key)
  183. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  184. if key == "c" then
  185. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  186. AnimationId = "675025570"
  187. else
  188. AnimationId = "218504594"
  189. end
  190. local Anim = Instance.new("Animation")
  191. Anim.AnimationId = "rbxassetid://"..AnimationId
  192. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  193. k:Play() --Play the animation
  194. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  195. k:AdjustSpeed(3.4) --Set '1' to any value you want to adjust the animation speed.
  196. else
  197. k:AdjustSpeed(1)
  198. end
  199. unholding = false
  200. wait()
  201. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") == nil then
  202. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  203. end
  204. wait(1)
  205. game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  206. unholding = true
  207. end
  208. end
  209. end)
  210.  
  211. -- Press Q or E to move up or down. Q is down, E is up.
  212. -- Press R or T to change WalkSpeed. R is slower, T is faster.
  213. if haveTools() == false then
  214. local LocalPlayer = game:GetService("Players").LocalPlayer
  215. for _, hat in pairs(LocalPlayer.Character.Humanoid:GetAccessories()) do
  216. if hat.Handle ~= nil then
  217. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  218. tool.Name = hat.Name
  219. local hathandle = hat.Handle
  220. hathandle:FindFirstChildOfClass("Weld").Part1 = nil
  221. hathandle.Parent = tool
  222. hathandle.Massless = true
  223. end
  224. break
  225. end
  226. end
  227. game.Players.LocalPlayer.Character.Animate.toolnone.ToolNoneAnim.AnimationId = "nil"
  228. wait()
  229. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  230. local noclip = true
  231. game:GetService('RunService').Stepped:connect(function()
  232. if noclip then
  233. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  234. end
  235. end)
  236. wait()
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  238. wait()
  239. spawn(function()
  240. while game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 do
  241. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  242. if (v:IsA("Tool")) then
  243. v.GripPos = Vector3.new(0,power,250)
  244. end
  245. end
  246. wait()
  247. end
  248. end)
  249. spawn(function()
  250. while game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 do
  251. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  252. if (v:IsA("Tool")) then
  253. v.GripPos = Vector3.new(0,power,250)
  254. end
  255. end
  256. wait()
  257. end
  258. end)
  259. plr = game.Players.LocalPlayer
  260. mouse = plr:GetMouse()
  261. mouse.KeyDown:connect(function(key)
  262. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  263. if key == "q" then
  264. end
  265. end
  266. end)
  267. plr = game.Players.LocalPlayer
  268. mouse = plr:GetMouse()
  269. mouse.KeyDown:connect(function(key)
  270. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  271. if key == "e" then
  272. end
  273. end
  274. end)
  275. plr = game.Players.LocalPlayer
  276. mouse = plr:GetMouse()
  277. mouse.KeyDown:connect(function(key)
  278. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  279. if key == "r" then
  280. end
  281. end
  282. end)
  283. plr = game.Players.LocalPlayer
  284. mouse = plr:GetMouse()
  285. mouse.KeyDown:connect(function(key)
  286. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  287. if key == "t" then
  288. end
  289. end
  290. end)
  291. repeat
  292. local noclip = true
  293. wait()
  294. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  295. wait()
  296. noclip = false
  297. plr = game.Players.LocalPlayer
  298. mouse = plr:GetMouse()
  299. mouse.KeyDown:connect(function(key)
  300. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  301. if key == "q" then
  302. end
  303. end
  304. end)
  305. plr = game.Players.LocalPlayer
  306. mouse = plr:GetMouse()
  307. mouse.KeyDown:connect(function(key)
  308. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  309. if key == "e" then
  310. end
  311. end
  312. end)
  313. plr = game.Players.LocalPlayer
  314. mouse = plr:GetMouse()
  315. mouse.KeyDown:connect(function(key)
  316. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  317. if key == "r" then
  318. end
  319. end
  320. end)
  321. plr = game.Players.LocalPlayer
  322. mouse = plr:GetMouse()
  323. mouse.KeyDown:connect(function(key)
  324. if game.Players.LocalPlayer.Character.Humanoid.JumpPower == 0 then
  325. if key == "t" then
  326. end
  327. end
  328. end)
Add Comment
Please, Sign In to add comment