Advertisement
getmods_net

thahood

Sep 18th, 2022
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/MMAKINGDOM/ThaHood/main/.gitignore"))()
  2.  
  3.  
  4.  
  5.  
  6. =======================================================================================
  7.  
  8.  
  9.  
  10. local LP = game.Players.LocalPlayer
  11. while game.RunService.Heartbeat:Wait()do
  12. local success, err = pcall(function()
  13. for i,v in pairs(workspace.Cash:GetChildren()) do
  14. if v.Name == "CA$HIER" then
  15. LP.Character.HumanoidRootPart.CFrame = v.Hitbox.CFrame * CFrame.new(0,-10,0)
  16. fireproximityprompt(v.Hitbox.ProximityPrompt)
  17. end
  18. end
  19. end)
  20. end
  21. if err then
  22. warn(err)
  23. end
  24.  
  25.  
  26.  
  27. =======================================================================================
  28.  
  29.  
  30.  
  31. spawn(function()
  32.  
  33. for moneyDropIndex, moneyDrop in pairs (game.Workspace:GetDescendants()) do
  34.  
  35. if (moneyDrop:IsA("Part") and moneyDrop.Name == "MoneyDrop") then
  36.  
  37. fireclickdetector(moneyDrop.ClickDetector)
  38.  
  39. end
  40.  
  41. end
  42.  
  43. end)
  44.  
  45.  
  46.  
  47. =======================================================================================
  48.  
  49.  
  50.  
  51. --Made By MeatBall Is God#0770(Pls No Skiddies Just Credit Me)
  52. ----------------------------------------------------------------------
  53. --God Mode
  54. _G.God = true
  55. while _G.God do
  56. fireclickdetector(game:GetService("Workspace").Folder.Armor["[Full Armor] - $3200"].Head.ClickDetector)
  57. wait()
  58. end
  59. ----------------------------------------------------------------------
  60. --Delete Buy Screen Gui
  61. _G.AutoDelete = true
  62. while _G.AutoDelete do
  63. for i,v in pairs(game:GetService("Players")["LocalPlayer"].PlayerGui.MainScreenGui:GetDescendants()) do
  64. if v:IsA("TextLabel") and v.Name == ("MONEYDELTA")then
  65. v.Parent = nil
  66. end
  67. end
  68. wait()
  69. end
  70. ----------------------------------------------------------------------
  71. --Inf Ammo
  72. _G.InfAmmo = true
  73. while _G.InfAmmo do
  74. game:GetService("ReplicatedStorage").ReloadWeapon:FireServer()
  75. wait(0.7)
  76. end
  77. ----------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement