Advertisement
gerisx

mataron

Aug 17th, 2023 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.93 KB | None | 0 0
  1. loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
  2.  
  3. UserSettings():GetService("UserGameSettings").MasterVolume = 0
  4.  
  5. setfpscap(getgenv().FPS)
  6. if getgenv().GUI == true then
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local TimeFrame = Instance.new("Frame")
  10. local TimeLabel = Instance.new("TextLabel")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local EarnedFrame = Instance.new("Frame")
  13. local EarnedLabel = Instance.new("TextLabel")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local CurrencyFrame = Instance.new("Frame")
  16. local CurrencyLabel = Instance.new("TextLabel")
  17. local UICorner_2 = Instance.new("UICorner")
  18. local UICorner = Instance.new("UICorner")
  19.  
  20. local function DisableResetOnSpawn(instance)
  21. instance.ResetOnSpawn = false
  22. for _, child in ipairs(instance:GetDescendants()) do
  23. if child:IsA("Instance") then
  24. child.ResetOnSpawn = false
  25. end
  26. end
  27. end
  28.  
  29. -- Disable resetonspawn for all instances in the GUI
  30. DisableResetOnSpawn(ScreenGui)
  31.  
  32. -- Properties:
  33.  
  34. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. Frame.Parent = ScreenGui
  38. Frame.BackgroundColor3 = Color3.fromRGB(21, 21, 21) -- Updated background color
  39. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  40. Frame.BorderSizePixel = 0
  41. Frame.Size = UDim2.new(1, 0, 1, 0)
  42.  
  43. TimeFrame.Name = "TimeFrame"
  44. TimeFrame.Parent = Frame
  45. TimeFrame.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  46. TimeFrame.BorderSizePixel = 0
  47. TimeFrame.Position = UDim2.new(0.025, 0, 0.1, 0)
  48. TimeFrame.Size = UDim2.new(0.3, 0, 0.8, 0)
  49.  
  50. TimeLabel.Name = "TimeLabel"
  51. TimeLabel.Parent = TimeFrame
  52. TimeLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  53. TimeLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. TimeLabel.BackgroundTransparency = 1.000
  55. TimeLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  56. TimeLabel.BorderSizePixel = 0
  57. TimeLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  58. TimeLabel.Size = UDim2.new(0.8, 0, 0.8, 0)
  59. TimeLabel.Font = Enum.Font.SourceSans
  60. TimeLabel.Text = "Time Elapsed: 00:00:00"
  61. TimeLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  62. TimeLabel.TextScaled = true
  63. TimeLabel.TextSize = 14.000
  64. TimeLabel.TextWrapped = true
  65.  
  66. UICorner_4.CornerRadius = UDim.new(0, 8)
  67. UICorner_4.Parent = TimeFrame
  68.  
  69. EarnedFrame.Name = "EarnedFrame"
  70. EarnedFrame.Parent = Frame
  71. EarnedFrame.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  72. EarnedFrame.BorderSizePixel = 0
  73. EarnedFrame.Position = UDim2.new(0.35, 0, 0.1, 0)
  74. EarnedFrame.Size = UDim2.new(0.3, 0, 0.8, 0)
  75.  
  76. EarnedLabel.Name = "EarnedLabel"
  77. EarnedLabel.Parent = EarnedFrame
  78. EarnedLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  79. EarnedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. EarnedLabel.BackgroundTransparency = 1.000
  81. EarnedLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  82. EarnedLabel.BorderSizePixel = 0
  83. EarnedLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  84. EarnedLabel.Size = UDim2.new(0.8, 0, 0.8, 0)
  85. EarnedLabel.Font = Enum.Font.SourceSans
  86. EarnedLabel.Text = "Cash Earned: 0"
  87. EarnedLabel.TextColor3 = Color3.fromRGB(0, 255, 0)
  88. EarnedLabel.TextScaled = true
  89. EarnedLabel.TextSize = 14.000
  90. EarnedLabel.TextWrapped = true
  91.  
  92. UICorner_3.CornerRadius = UDim.new(0, 8)
  93. UICorner_3.Parent = EarnedFrame
  94.  
  95. CurrencyFrame.Name = "CurrencyFrame"
  96. CurrencyFrame.Parent = Frame
  97. CurrencyFrame.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
  98. CurrencyFrame.BorderSizePixel = 0
  99. CurrencyFrame.Position = UDim2.new(0.675, 0, 0.1, 0)
  100. CurrencyFrame.Size = UDim2.new(0.3, 0, 0.8, 0)
  101.  
  102. CurrencyLabel.Name = "CurrencyLabel"
  103. CurrencyLabel.Parent = CurrencyFrame
  104. CurrencyLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  105. CurrencyLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  106. CurrencyLabel.BackgroundTransparency = 1.000
  107. CurrencyLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  108. CurrencyLabel.BorderSizePixel = 0
  109. CurrencyLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
  110. CurrencyLabel.Size = UDim2.new(0.8, 0, 0.8, 0)
  111. CurrencyLabel.Font = Enum.Font.SourceSans
  112. CurrencyLabel.Text = "Currency: 0"
  113. CurrencyLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. CurrencyLabel.TextScaled = true
  115. CurrencyLabel.TextSize = 14.000
  116. CurrencyLabel.TextWrapped = true
  117.  
  118. UICorner_2.CornerRadius = UDim.new(0, 8)
  119. UICorner_2.Parent = CurrencyFrame
  120.  
  121. UICorner.CornerRadius = UDim.new(0, 8)
  122. UICorner.Parent = Frame
  123.  
  124. local cashEarned = 0
  125. local previousCash = game.Players.LocalPlayer.DataFolder.Currency.Value
  126. local timerValue = 0
  127.  
  128. local function FormatNumberWithCommas(number)
  129. local formatted = tostring(number)
  130. local k
  131. while true do
  132. formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')
  133. if k == 0 then
  134. break
  135. end
  136. end
  137. return formatted
  138. end
  139.  
  140. local function FormatTime(seconds)
  141. local hours = math.floor(seconds / 3600)
  142. local minutes = math.floor((seconds % 3600) / 60)
  143. local secs = seconds % 60
  144. return string.format("%02d:%02d:%02d", hours, minutes, secs)
  145. end
  146.  
  147. local function UpdateCurrencyLabels()
  148. local difference = game.Players.LocalPlayer.DataFolder.Currency.Value - previousCash
  149. cashEarned = cashEarned + difference
  150. EarnedLabel.Text = "Cash Earned: " .. FormatNumberWithCommas(cashEarned)
  151. CurrencyLabel.Text = "Currency: " .. FormatNumberWithCommas(game.Players.LocalPlayer.DataFolder.Currency.Value)
  152. previousCash = game.Players.LocalPlayer.DataFolder.Currency.Value
  153. end
  154.  
  155. local function UpdateTimerLabel()
  156. TimeLabel.Text = "Time Elapsed: " .. FormatTime(timerValue)
  157. end
  158.  
  159. local function StartTimer()
  160. while true do
  161. wait(1)
  162. timerValue = timerValue + 1
  163. UpdateTimerLabel()
  164. end
  165. end
  166.  
  167. game.Players.LocalPlayer.DataFolder.Currency.Changed:Connect(UpdateCurrencyLabels)
  168.  
  169. -- Start the timer when the script runs
  170. StartTimer()
  171. end
  172.  
  173. -- Check if LocalPlayer exists and has DataFolder
  174. if LocalPlayer and LocalPlayer:FindFirstChild("DataFolder") then
  175. local DataFolder = LocalPlayer.DataFolder
  176.  
  177. -- Check if DataFolder contains Information
  178. if DataFolder:FindFirstChild("Information") then
  179. local Information = DataFolder.Information
  180.  
  181. -- Check if Information has Jail value
  182. if Information:FindFirstChild("Jail") then
  183. local JailValue = Information.Jail
  184.  
  185. -- Function to check Jail value and perform actions
  186. local function checkJailValue()
  187. local numericJailValue = tonumber(JailValue.Value)
  188. if numericJailValue and numericJailValue >= 1 and numericJailValue <= 250 then
  189. getgenv().Enabled = false
  190. local plr = game.Players.LocalPlayer
  191. local Part = game:GetService("Workspace").Ignored.Shop["[Key] - $129"]
  192.  
  193. plr.Character.HumanoidRootPart.CFrame = Part.Head.CFrame
  194. wait(0.5)
  195. fireclickdetector(Part.ClickDetector)
  196. wait(0.22)
  197. local Players = game:GetService("Players")
  198. local Cashiers = workspace.Cashiers
  199. local Player = Players.LocalPlayer
  200.  
  201. local toolName = "[Key]"
  202.  
  203. if Player.Backpack:FindFirstChild(toolName) then
  204. wait(0.1)
  205. pcall(function()
  206. Player.Backpack[toolName].Parent = Player.Character
  207. loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
  208. end)
  209. end
  210. end
  211. end
  212.  
  213. -- Initial check
  214. checkJailValue()
  215.  
  216. -- Connect to the Changed event of JailValue
  217. JailValue.Changed:Connect(checkJailValue)
  218. end
  219. end
  220. end
  221.  
  222. if getgenv().GPUSAVER == true then
  223. game:GetService("RunService"):Set3dRenderingEnabled(false)
  224. else
  225. game:GetService("RunService"):Set3dRenderingEnabled(true)
  226. end
  227.  
  228.  
  229. print(loaded)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement