pizzaloiopo

REASON 2

Jun 29th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.74 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local AutoFarm = Instance.new("TextButton")
  6. local Esp = Instance.new("TextButton")
  7. local InfiniteJump = Instance.new("TextButton")
  8. local MiniCrab = Instance.new("TextButton")
  9. local IceRhino = Instance.new("TextButton")
  10. local Aimbot = Instance.new("TextButton")
  11. local Speed = Instance.new("TextButton")
  12. local Version = Instance.new("TextLabel")
  13. local Credits = Instance.new("TextLabel")
  14. local TextBox = Instance.new("TextBox")
  15. local Exit = Instance.new("TextLabel")
  16. local HTS = Instance.new("TextLabel")
  17. local InfiniteAmmo = Instance.new("TextButton")
  18. local InfiniteStamina = Instance.new("TextButton")
  19. local ClickTp = Instance.new("TextButton")
  20.  
  21. -- Settings
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. Frame.Parent = ScreenGui
  26. Frame.BackgroundColor3 = Color3.new(1, 1, 0)
  27. Frame.BorderColor3 = Color3.new(0, 0, 0)
  28. Frame.BorderSizePixel = 3
  29. Frame.Position = UDim2.new(0.0372750685, 0, 0.189723313, 0)
  30. Frame.Size = UDim2.new(0, 693, 0, 350)
  31.  
  32. Title.Name = "Title"
  33. Title.Parent = Frame
  34. Title.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  35. Title.BorderColor3 = Color3.new(0, 0, 0)
  36. Title.Size = UDim2.new(0, 655, 0, 50)
  37. Title.Font = Enum.Font.SourceSans
  38. Title.Text = "Reason 2 Hack"
  39. Title.TextColor3 = Color3.new(1, 1, 0)
  40. Title.TextScaled = true
  41. Title.TextSize = 14
  42. Title.TextWrapped = true
  43.  
  44. AutoFarm.Name = "Auto Farm"
  45. AutoFarm.Parent = Frame
  46. AutoFarm.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  47. AutoFarm.BorderColor3 = Color3.new(0, 0, 0)
  48. AutoFarm.Position = UDim2.new(0.712532341, 0, 0.14142856, 0)
  49. AutoFarm.Size = UDim2.new(0, 200, 0, 50)
  50. AutoFarm.Font = Enum.Font.SourceSans
  51. AutoFarm.Text = "Auto Farm"
  52. AutoFarm.TextColor3 = Color3.new(1, 1, 0)
  53. AutoFarm.TextScaled = true
  54. AutoFarm.TextSize = 14
  55. AutoFarm.TextWrapped = true
  56.  
  57. Esp.Name = "Esp"
  58. Esp.Parent = Frame
  59. Esp.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  60. Esp.BorderColor3 = Color3.new(0, 0, 0)
  61. Esp.Position = UDim2.new(0.32721135, 0, 0.141428575, 0)
  62. Esp.Size = UDim2.new(0, 200, 0, 50)
  63. Esp.Font = Enum.Font.SourceSans
  64. Esp.Text = "Esp"
  65. Esp.TextColor3 = Color3.new(1, 1, 0)
  66. Esp.TextScaled = true
  67. Esp.TextSize = 14
  68. Esp.TextWrapped = true
  69.  
  70. InfiniteJump.Name = "Infinite Jump"
  71. InfiniteJump.Parent = Frame
  72. InfiniteJump.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  73. InfiniteJump.BorderColor3 = Color3.new(0, 0, 0)
  74. InfiniteJump.Position = UDim2.new(0.000630915165, 0, 0.428035676, 0)
  75. InfiniteJump.Size = UDim2.new(0, 200, 0, 50)
  76. InfiniteJump.Font = Enum.Font.SourceSans
  77. InfiniteJump.Text = "Infinite Jump"
  78. InfiniteJump.TextColor3 = Color3.new(1, 1, 0)
  79. InfiniteJump.TextScaled = true
  80. InfiniteJump.TextSize = 14
  81. InfiniteJump.TextWrapped = true
  82.  
  83. MiniCrab.Name = "Mini Crab"
  84. MiniCrab.Parent = Frame
  85. MiniCrab.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  86. MiniCrab.BorderColor3 = Color3.new(0, 0, 0)
  87. MiniCrab.Position = UDim2.new(-5.58793545e-08, 0, 0.142321408, 0)
  88. MiniCrab.Size = UDim2.new(0, 200, 0, 50)
  89. MiniCrab.Font = Enum.Font.SourceSans
  90. MiniCrab.Text = "Mini Crab"
  91. MiniCrab.TextColor3 = Color3.new(1, 1, 0)
  92. MiniCrab.TextScaled = true
  93. MiniCrab.TextSize = 14
  94. MiniCrab.TextWrapped = true
  95.  
  96. IceRhino.Name = "IceRhino"
  97. IceRhino.Parent = Frame
  98. IceRhino.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  99. IceRhino.BorderColor3 = Color3.new(0, 0, 0)
  100. IceRhino.Position = UDim2.new(-0.000582236797, 0, 0.285178572, 0)
  101. IceRhino.Size = UDim2.new(0, 200, 0, 50)
  102. IceRhino.Font = Enum.Font.SourceSans
  103. IceRhino.Text = "IceRhino"
  104. IceRhino.TextColor3 = Color3.new(1, 1, 0)
  105. IceRhino.TextScaled = true
  106. IceRhino.TextSize = 14
  107. IceRhino.TextWrapped = true
  108.  
  109. Aimbot.Name = "Aimbot"
  110. Aimbot.Parent = Frame
  111. Aimbot.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  112. Aimbot.BorderColor3 = Color3.new(0, 0, 0)
  113. Aimbot.Position = UDim2.new(0.327532381, 0, 0.285178572, 0)
  114. Aimbot.Size = UDim2.new(0, 200, 0, 50)
  115. Aimbot.Font = Enum.Font.SourceSans
  116. Aimbot.Text = "Aimbot"
  117. Aimbot.TextColor3 = Color3.new(1, 1, 0)
  118. Aimbot.TextScaled = true
  119. Aimbot.TextSize = 14
  120. Aimbot.TextWrapped = true
  121.  
  122. Speed.Name = "Speed"
  123. Speed.Parent = Frame
  124. Speed.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  125. Speed.BorderColor3 = Color3.new(0, 0, 0)
  126. Speed.Position = UDim2.new(0.317119151, 0, 0.856607139, 0)
  127. Speed.Size = UDim2.new(0, 200, 0, 50)
  128. Speed.Font = Enum.Font.SourceSans
  129. Speed.Text = "Speed"
  130. Speed.TextColor3 = Color3.new(1, 1, 0)
  131. Speed.TextScaled = true
  132. Speed.TextSize = 14
  133. Speed.TextWrapped = true
  134.  
  135. Version.Name = "Version"
  136. Version.Parent = Frame
  137. Version.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  138. Version.BorderColor3 = Color3.new(0, 0, 0)
  139. Version.Position = UDim2.new(0.8018471, 0, 0.857142866, 0)
  140. Version.Size = UDim2.new(0, 137, 0, 50)
  141. Version.Font = Enum.Font.SourceSans
  142. Version.Text = "V.0.4"
  143. Version.TextColor3 = Color3.new(1, 1, 0)
  144. Version.TextScaled = true
  145. Version.TextSize = 14
  146. Version.TextWrapped = true
  147.  
  148. Credits.Name = "Credits"
  149. Credits.Parent = Frame
  150. Credits.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  151. Credits.BorderColor3 = Color3.new(0, 0, 0)
  152. Credits.Size = UDim2.new(0, 189, 0, 50)
  153. Credits.Font = Enum.Font.SourceSans
  154. Credits.Text = "Made By H00n#0833"
  155. Credits.TextColor3 = Color3.new(1, 1, 0)
  156. Credits.TextScaled = true
  157. Credits.TextSize = 14
  158. Credits.TextWrapped = true
  159.  
  160. TextBox.Parent = Frame
  161. TextBox.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  162. TextBox.BorderColor3 = Color3.new(0, 0, 0)
  163. TextBox.Position = UDim2.new(0.264122128, 0, 0.685714304, 0)
  164. TextBox.Size = UDim2.new(0, 260, 0, 45)
  165. TextBox.Font = Enum.Font.SourceSans
  166. TextBox.Text = "1"
  167. TextBox.TextColor3 = Color3.new(1, 1, 0)
  168. TextBox.TextScaled = true
  169. TextBox.TextSize = 14
  170. TextBox.TextWrapped = true
  171.  
  172. Exit.Name = "Exit"
  173. Exit.Parent = Frame
  174. Exit.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  175. Exit.BorderColor3 = Color3.new(0, 0, 0)
  176. Exit.Position = UDim2.new(0.712842703, 0, 0, 0)
  177. Exit.Size = UDim2.new(0, 199, 0, 50)
  178. Exit.Font = Enum.Font.SourceSans
  179. Exit.Text = "(T)To Close"
  180. Exit.TextColor3 = Color3.new(1, 1, 0)
  181. Exit.TextScaled = true
  182. Exit.TextSize = 14
  183. Exit.TextWrapped = true
  184.  
  185. HTS.Name = "HTS"
  186. HTS.Parent = Frame
  187. HTS.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  188. HTS.BorderColor3 = Color3.new(0, 0, 0)
  189. HTS.Position = UDim2.new(0, 0, 0.857142866, 0)
  190. HTS.Size = UDim2.new(0, 183, 0, 50)
  191. HTS.Font = Enum.Font.SourceSans
  192. HTS.Text = "Hold (F) To Speed & Press (E) to Click Tp."
  193. HTS.TextColor3 = Color3.new(1, 1, 0)
  194. HTS.TextScaled = true
  195. HTS.TextSize = 14
  196. HTS.TextWrapped = true
  197.  
  198. InfiniteAmmo.Name = "Infinite Ammo"
  199. InfiniteAmmo.Parent = Frame
  200. InfiniteAmmo.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  201. InfiniteAmmo.BorderColor3 = Color3.new(0, 0, 0)
  202. InfiniteAmmo.Position = UDim2.new(0.712596834, 0, 0.428035736, 0)
  203. InfiniteAmmo.Size = UDim2.new(0, 200, 0, 50)
  204. InfiniteAmmo.Font = Enum.Font.SourceSans
  205. InfiniteAmmo.Text = "Infinite Ammo"
  206. InfiniteAmmo.TextColor3 = Color3.new(1, 1, 0)
  207. InfiniteAmmo.TextScaled = true
  208. InfiniteAmmo.TextSize = 14
  209. InfiniteAmmo.TextWrapped = true
  210.  
  211. InfiniteStamina.Name = "Infinite Stamina"
  212. InfiniteStamina.Parent = Frame
  213. InfiniteStamina.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  214. InfiniteStamina.BorderColor3 = Color3.new(0, 0, 0)
  215. InfiniteStamina.Position = UDim2.new(0.32731542, 0, 0.428035706, 0)
  216. InfiniteStamina.Size = UDim2.new(0, 200, 0, 50)
  217. InfiniteStamina.Font = Enum.Font.SourceSans
  218. InfiniteStamina.Text = "Infinite Stamina"
  219. InfiniteStamina.TextColor3 = Color3.new(1, 1, 0)
  220. InfiniteStamina.TextScaled = true
  221. InfiniteStamina.TextSize = 14
  222. InfiniteStamina.TextWrapped = true
  223.  
  224. ClickTp.Name = "Click Tp"
  225. ClickTp.Parent = Frame
  226. ClickTp.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  227. ClickTp.BorderColor3 = Color3.new(0, 0, 0)
  228. ClickTp.Position = UDim2.new(0.712813795, 0, 0.285178572, 0)
  229. ClickTp.Size = UDim2.new(0, 200, 0, 50)
  230. ClickTp.Font = Enum.Font.SourceSans
  231. ClickTp.Text = "Click Tp"
  232. ClickTp.TextColor3 = Color3.new(1, 1, 0)
  233. ClickTp.TextScaled = true
  234. ClickTp.TextSize = 14
  235. ClickTp.TextWrapped = true
  236.  
  237. -- UI Settings
  238. Frame.Draggable = true
  239. Frame.Active = true
  240.  
  241. function onKeyPress(inputObject, gameProcessedEvent)
  242. if inputObject.KeyCode == Enum.KeyCode.T then
  243. if Frame.Visible == false then
  244. Frame.Visible = true
  245. else
  246. Frame.Visible = false
  247. end
  248. end
  249. end
  250. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  251.  
  252. -- Speed Bypass
  253. Speed.MouseButton1Down:connect(function()
  254. local plr = game:GetService("Players").LocalPlayer
  255. local char = plr.Character
  256. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  257. local hum = char:FindFirstChild("HumanoidRootPart")
  258. mouse.KeyDown:connect(function(key)
  259. if key == "f" then
  260. loop = true
  261. while loop do
  262. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * TextBox.Text
  263. wait()
  264. end
  265. end
  266. end)
  267.  
  268. mouse.KeyUp:connect(function(key)
  269. if key == "f" then
  270. loop = false
  271. end
  272. end)
  273. end)Speed.MouseButton1Down:connect(function()
  274. local plr = game:GetService("Players").LocalPlayer
  275. local char = plr.Character
  276. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  277. local hum = char:FindFirstChild("HumanoidRootPart")
  278. mouse.KeyDown:connect(function(key)
  279. if key == "f" then
  280. loop = true
  281. while loop do
  282. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * TextBox.Text
  283. wait()
  284. end
  285. end
  286. end)
  287.  
  288. mouse.KeyUp:connect(function(key)
  289. if key == "f" then
  290. loop = false
  291. end
  292. end)
  293. end)
  294.  
  295. -- Infinite Jump Bypass
  296. InfiniteJump.MouseButton1Down:connect(function()
  297. local Player = game:GetService'Players'.LocalPlayer;
  298. local UIS = game:GetService'UserInputService';
  299.  
  300. _G.JumpHeight = 45;
  301.  
  302. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  303.  
  304. UIS.InputBegan:connect(function(UserInput)
  305. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  306. Action(Player.Character.Humanoid, function(self)
  307. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  308. Action(self.Parent.HumanoidRootPart, function(self)
  309. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  310. end)
  311. end
  312. end)
  313. end
  314. end)
  315. end)
  316.  
  317. -- MiniCrab Script
  318.  
  319. MiniCrab.MouseButton1Down:connect(function()
  320. game.RStorage.Shop.Mounts["Mini Crab"]:Clone().Parent = game.Players.LocalPlayer.Inventory.Mounts
  321. end)
  322.  
  323. -- IceRhino Script
  324.  
  325. IceRhino.MouseButton1Down:connect(function()
  326. game.RStorage.Shop.Mounts["IceRhino"]:Clone().Parent = game.Players.LocalPlayer.Inventory.Mounts
  327. end)
  328.  
  329. -- Esp Script
  330. Esp.MouseButton1Down:connect(function()
  331. local Players = game:GetService'Players'
  332. local Player = Players.LocalPlayer
  333. local ShowInvisibleParts = true;
  334.  
  335. function TrackHum(v, vHRP)
  336. local InvisibruParts = {}
  337. repeat wait(.4) until #vHRP.Parent:GetChildren() > 4
  338. for ii,vv in pairs(vHRP.Parent:GetChildren()) do
  339. if vv:IsA'BasePart' then
  340. local Box = Instance.new('BoxHandleAdornment', workspace)
  341. Box.Adornee = vv
  342. Box.Size = vv:GetMass() > 1 and vv.Size-Vector3.new(.1,.1,.1) or Vector3.new(.4,.4,.4)
  343. Box.Transparency = (vv.Transparency < 1 or ShowInvisibleParts) and .5 or 1
  344. Box.AlwaysOnTop = true
  345. Box.ZIndex = 1
  346.  
  347. Box.Color3 = (v.TeamColor == Player.TeamColor and Color3.new(0,1,0)) or Color3.new(1,0,0)
  348.  
  349. InvisibruParts[#InvisibruParts+1] = Box
  350.  
  351. local OnChange = not ShowInvisibleParts and vv.Changed:connect(function(Prop)
  352. if Prop == 'Transparency' then
  353. Box.Transparency = vv.Transparency < 1 and .5 or 1
  354. Box.Transparency = (v.TeamColor == Player.TeamColor and Color3.new(0,1,0)) or Color3.new(1,0,0)
  355. end
  356. end)
  357. local VChange = v.Changed:connect(function(Prop)
  358. if Prop == 'TeamColor' then
  359. Box.Color3 = (v.TeamColor == Player.TeamColor and Color3.new(0,1,0)) or Color3.new(1,0,0)
  360. end
  361. end)
  362.  
  363. local PlayerChange = Player.Changed:connect(function(Prop)
  364. if Prop == 'TeamColor' then
  365. Box.Color3 = (v.TeamColor == Player.TeamColor and Color3.new(0,1,0)) or Color3.new(1,0,0)
  366. end
  367. end)
  368.  
  369. local OnRemove; OnRemove = Player.CharacterRemoving:connect(function()
  370. Box:Destroy()
  371. VChange:disconnect()
  372. if not ShowInvisibleParts then
  373. OnChange:disconnect()
  374. end;
  375. PlayerChange:disconnect()
  376. OnRemove:disconnect()
  377. end)
  378. end
  379. end
  380. end
  381.  
  382. function Track(v)
  383. warn(v.Name..' is being tracked', v and v.Character and #v.Character:GetChildren())
  384. local vHum = v and v.Character and v.Character:FindFirstChild'Humanoid'
  385. local vHRP = vHum and vHum.Parent:FindFirstChild'HumanoidRootPart'
  386.  
  387. if vHRP and vHum.Health > 0 then
  388. local Head = v.Character:WaitForChild('Head', 10)
  389. if Head then
  390. TrackHum(v, vHRP)
  391. else
  392. warn('Head not found in Player: '..v.Name)
  393. end
  394. end
  395. local OnAdded = v.CharacterAdded:connect(function(char)
  396. local vHRP2 = char:WaitForChild'HumanoidRootPart'
  397. local Head = char:WaitForChild('Head', 10)
  398. if Head then
  399. TrackHum(v, vHRP2)
  400. else
  401. warn('COULD NOT TRACK: Player not spawning!')
  402. end
  403. end)
  404. local ChildRemove; ChildRemove = Players.PlayerRemoving:connect(function(Plr)
  405. if Plr == v then
  406. ChildRemove:disconnect();
  407. OnAdded:disconnect();
  408. end
  409. end)
  410. end
  411.  
  412. for i,v in pairs(Players:GetPlayers()) do
  413. if not (v == Player) then
  414. spawn(function()Track(v)end)
  415. end
  416. end
  417.  
  418. Players.PlayerAdded:connect(function(Plr)
  419. Track(Plr)
  420. end)
  421.  
  422. warn ("Reason 2 Hack V.0.4 Esp Has Loaded Enjoy!")
  423. end)
  424.  
  425. -- Aimbot Script
  426. Aimbot.MouseButton1Down:connect(function()
  427. while wait(.2) do
  428. for i,v in pairs(game.Players:GetChildren()) do
  429. wait()
  430. if v and v.Character ~= nil and v ~= game.Players.LocalPlayer and v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
  431. for a, b in pairs(v.Character:GetChildren()) do
  432. if b.Name == "HumanoidRootPart" then
  433. b.Size = Vector3.new(20,20,20)
  434. b.Material = "Neon"
  435. b.BrickColor = BrickColor.new("Really blue")
  436. b.Transparency = 0
  437. end
  438. end
  439. end
  440. end
  441. end
  442. end)
  443.  
  444. -- Auto Farm Script
  445. AutoFarm.MouseButton1Down:connect(function()
  446. local zombiefolder = game:GetService'Workspace':FindFirstChild'Characters':FindFirstChild'Zombies'
  447. local client = game:GetService'Players'.LocalPlayer
  448. local primary = client:FindFirstChild'Settings':FindFirstChild'Primary'
  449. local secondary = client:FindFirstChild'Settings':FindFirstChild'Secondary'
  450. local RepStorage = game:GetService'ReplicatedStorage'
  451. local remotes = RepStorage:FindFirstChild'RemoteEvents'
  452. local FX = remotes:FindFirstChild'FX'
  453. local bullet = remotes:FindFirstChild'BulletHit'
  454. local nofall = remotes:FindFirstChild'SelfDamage'
  455. local transform = 10.3 --quality-security.com
  456. local running = false
  457. local zconn = nil
  458. local codes = {}
  459.  
  460. local Part = Instance.new("Part")
  461. Part.Anchored = true
  462. Part.Size = Vector3.new(100, 2, 100)
  463. Part.Transparency = 0.7
  464.  
  465. local meta = getrawmetatable(game)
  466.  
  467. if setreadonly then
  468. setreadonly(meta, false)
  469. elseif make_writeable then
  470. make_writeable(meta)
  471. end
  472.  
  473. local backup = __namecall or meta.__namecall
  474. getgenv()['__namecall'] = backup
  475.  
  476. local function KillZombie(zchar)
  477. local id = (primary.Value ~= "" and codes[primary.Value] or codes[secondary.Value])
  478. local enum = 1
  479. if id == nil then return nil end
  480. local t = {}
  481. t.Hit = zchar:WaitForChild'Head'
  482. t.Humanoid = zchar:WaitForChild'Humanoid'
  483. t.Perc = 1
  484. t.Position = zchar:WaitForChild'Head'.Position
  485. t.Headshot = true
  486. repeat
  487. bullet:FireServer(t, enum, id)
  488. wait()
  489. until t.Humanoid.Health < 1
  490. end
  491.  
  492. local function MakePart(on)
  493. local root = client.Character:FindFirstChild'HumanoidRootPart'
  494. if root == nil then return end
  495. Part.CanCollide = on
  496. Part.Parent = workspace
  497. Part.CFrame = root.CFrame + Vector3.new(0, 100, 0)
  498.  
  499. if on then
  500. root.CFrame = Part.CFrame + Vector3.new(0, 5, 0)
  501. end
  502. end
  503.  
  504. meta.__namecall = function(self, ...)
  505. local args = {...}
  506. local method = table.remove(args, #args)
  507.  
  508. --[[
  509. if method == "GetChildren" and tostring(self.Name) == primary.Value then
  510. print(debug.getlocal(2, "CODE"))
  511. print('a')
  512. end
  513. ]]
  514.  
  515. if method == "InvokeServer" and tostring(self) == "GetCodes" then
  516. local name = args[#args]
  517. local ret = backup(self, ...)
  518. codes[name] = (ret + transform)
  519. return ret
  520. elseif method == "FireServer" then
  521. if self == nofall then
  522. return wait(9e9)
  523. elseif self == FX then
  524. pcall(function() print("Potential ban from script: " .. getfenv(2).script:GetFullName()) end)
  525. return wait(9e9)
  526. end
  527. end
  528. return backup(self, ...)
  529. end
  530.  
  531. local typecon = game:GetService'UserInputService'.InputBegan:Connect(function(key, ingui)
  532. if key.KeyCode == Enum.KeyCode.Q and not ingui then
  533. running = not running
  534. warn("RUNNING:", running)
  535. MakePart(running)
  536.  
  537. if running then
  538. zconn = zombiefolder.ChildAdded:Connect(function(c)
  539. KillZombie(c)
  540. end)
  541.  
  542. for i, v in pairs(zombiefolder:GetChildren()) do
  543. KillZombie(v)
  544. end
  545. else
  546. if zconn then
  547. zconn:Disconnect()
  548. end
  549. end
  550. end
  551. end)
  552.  
  553. pcall(function() Reset() end)
  554. getgenv().Reset = function()
  555. typecon:Disconnect()
  556. pcall(function()
  557. zconn:Disconnect()
  558. end)
  559. getrawmetatable(game).__namecall = __namecall
  560. running = false
  561. end
  562. end)
  563.  
  564. -- Infinite Stamina Script
  565. InfiniteStamina.MouseButton1Down:connect(function()
  566. for i, func in next, debug.getregistry() do
  567. if type(func) == 'function' then
  568. local ups = debug.getupvalues(func)
  569. if ups.maxenergy then
  570. debug.setupvalue(func, 'BOOSTING', true)
  571. end
  572. end
  573. end
  574. end)
  575.  
  576. -- Infinite Ammo Script
  577. InfiniteAmmo.MouseButton1Down:connect(function()
  578. for i, func in next, debug.getregistry() do
  579. if type(func) == 'function' then
  580. local ups = debug.getupvalues(func)
  581. if ups.ammo then
  582. debug.setupvalue(func, 'clips', 2318)
  583. debug.setupvalue(func, 'ammo', 1823)
  584. end
  585. end
  586. end
  587. end)
  588.  
  589. -- Click Tp Script
  590. ClickTp.MouseButton1Down:connect(function()
  591. plr = game.Players.LocalPlayer
  592.  
  593. hum = plr.Character.HumanoidRootPart
  594.  
  595. mouse = plr:GetMouse()
  596.  
  597.  
  598.  
  599. mouse.KeyDown:connect(function(key)
  600.  
  601. if key == "e" then
  602.  
  603. if mouse.Target then
  604.  
  605. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 25, mouse.Hit.z)
  606.  
  607. end
  608.  
  609. end
  610. end)
  611. end)
  612.  
  613. -- Message
  614. warn ("Reason 2 Hack V.0.4 Has Loaded!")
  615. warn("Anti-Ban Activated")
Advertisement
Add Comment
Please, Sign In to add comment