gerisx

Untitled

Sep 26th, 2023 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.64 KB | None | 0 0
  1. if not getgenv().executed then
  2. getgenv().executed = "Executing"
  3. else
  4. warn("Already executed")
  5. return
  6. end
  7.  
  8. if not game:IsLoaded() then --// Waits for the game to load and stuff idk
  9. game.Loaded:Wait()
  10. end
  11. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("FULLY_LOADED_CHAR")
  12.  
  13.  
  14.  
  15. --### ANTI CHEAT ###--
  16. pcall(function()local a=game:GetService("ReplicatedStorage").MainEvent;local b={"CHECKER_1","TeleportDetect","OneMoreTime"}local c;c=hookmetamethod(game,"__namecall",function(...)local d={...}local self=d[1]local e=getnamecallmethod()local f=getcallingscript()if e=="FireServer"and self==a and table.find(b,d[2])then return end return c(...)end)end)
  17. --### ANTI AFK ###--
  18. game.Players.LocalPlayer.Idled:connect(function() game:GetService("VirtualUser"):Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame) wait(1) game:GetService("VirtualUser"):Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame) end)
  19. --### 3drend ###--
  20. UserSettings():GetService("UserGameSettings").MasterVolume = 0
  21.  
  22. --### FPS CAP###--
  23. setfpscap(getgenv().fps)
  24.  
  25.  
  26. local Players = game:GetService("Players")
  27. local LocalPlayer = Players.LocalPlayer
  28.  
  29. if LocalPlayer and LocalPlayer:FindFirstChild("DataFolder") then
  30. local DataFolder = LocalPlayer:FindFirstChild("DataFolder")
  31.  
  32. -- Check if DataFolder contains Information
  33. if DataFolder:FindFirstChild("Information") then
  34. local Information = DataFolder:FindFirstChild("Information")
  35.  
  36. -- Check if Information has Jail value
  37. if Information:FindFirstChild("Jail") then
  38. local JailValue = Information.Jail
  39.  
  40. -- Function to check Jail value and perform actions
  41. local function checkJailValue()
  42. local numericJailValue = tonumber(JailValue.Value)
  43. if numericJailValue and numericJailValue >= 1 and numericJailValue <= 250 then
  44. -- The following line may have issues, make sure the parts and functions exist
  45. local Part = game:GetService("Workspace").Ignored.Shop["[Key] - $129"]
  46.  
  47. if Part and Part.Head then
  48. LocalPlayer.Character:MoveTo(Part.Head.Position)
  49. wait(0.5)
  50. fireclickdetector(Part.ClickDetector)
  51. fireclickdetector(Part.ClickDetector)
  52. fireclickdetector(Part.ClickDetector)
  53. wait(0.22)
  54.  
  55. local toolName = "[Key]"
  56. local Backpack = LocalPlayer.Backpack
  57. if Backpack and Backpack:FindFirstChild(toolName) then
  58. wait(0.1)
  59. pcall(function()
  60. local tool = Backpack[toolName]
  61. if tool then
  62. tool.Parent = LocalPlayer.Character
  63. tool.Parent = LocalPlayer.Character
  64. loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
  65. end
  66. end)
  67. end
  68. end
  69. end
  70. end
  71.  
  72. -- Initial check
  73. checkJailValue()
  74.  
  75. -- Connect to the Changed event of JailValue
  76. JailValue.Changed:Connect(checkJailValue)
  77. end
  78. end
  79. end
  80.  
  81. --## IKU ATM FARM###--
  82. getgenv().Enabled = true
  83. getgenv().Dis = function()
  84. Enabled = false
  85.  
  86. for i,v in pairs(workspace:GetDescendants()) do
  87. if (v:IsA("Seat")) or (v:IsA("VehicleSeat")) then
  88. v.Disabled = true
  89. end
  90. end
  91. end
  92.  
  93. if (not game:IsLoaded()) then
  94. game.Loaded:Wait()
  95. task.wait(2)
  96. end
  97.  
  98. repeat task.wait(0.2) until (game:GetService("Players").LocalPlayer) and (game:GetService("Players").LocalPlayer.Character)
  99.  
  100. local Players = game:GetService("Players")
  101. local Cashiers = workspace.Cashiers
  102. local Player = Players.LocalPlayer
  103.  
  104. loadstring(game:HttpGet("https://github.com/applless/RandomScripts/raw/main/AntiAfk"))()
  105. pcall(function()local a=game:GetService("ReplicatedStorage").MainEvent;local b={"CHECKER_1","TeleportDetect","OneMoreTime"}local c;c=hookmetamethod(game,"__namecall",function(...)local d={...}local self=d[1]local e=getnamecallmethod()local f=getcallingscript()if e=="FireServer"and self==a and table.find(b,d[2])then return end return c(...)end)end)
  106.  
  107. for i,v in pairs(workspace:GetDescendants()) do
  108. if (v:IsA("Seat")) or (v:IsA("VehicleSeat")) then
  109. v.Disabled = true
  110. end
  111. end
  112.  
  113.  
  114.  
  115. local GetClosestPart = function(Table)
  116. local ClosestPart = nil
  117.  
  118. for i,v in pairs(Table) do
  119. if (ClosestPart == nil) then
  120. ClosestPart = v
  121. else
  122. if ((Player.Character.HumanoidRootPart.Position - v.Position).Magnitude) < ((ClosestPart.Position - Player.Character.HumanoidRootPart.Position).Magnitude) then
  123. ClosestPart = v
  124. end
  125. end
  126. end
  127.  
  128. return ClosestPart
  129. end
  130.  
  131. local CheckKOed = function()
  132. if (Player.Character.BodyEffects["K.O"].Value == true) then
  133. Player.Character.Humanoid.Health = 0
  134.  
  135. for i,v in pairs(Player.Character:GetChildren()) do
  136. if (v:IsA("BasePart")) then
  137. v:Destroy()
  138. end
  139. end
  140. end
  141. end
  142.  
  143. local GetCashier = function()
  144. local AvailableCashiers = {}
  145. for i,v in pairs(Cashiers:GetChildren()) do
  146. if (v:FindFirstChild("Humanoid")) and (v.Humanoid.Health > 0) then
  147. AvailableCashiers[#AvailableCashiers+1] = v.Open
  148. end
  149. end
  150.  
  151. local ClosestPart = GetClosestPart(AvailableCashiers)
  152.  
  153. if (ClosestPart) and (ClosestPart.Parent) then
  154. return ClosestPart.Parent
  155. else
  156. return nil
  157. end
  158.  
  159. end
  160.  
  161. local GetCashParts = function()
  162. local CashParts = {}
  163. for i,v in pairs(workspace.Ignored.Drop:GetChildren()) do
  164. if (v.Name == "MoneyDrop") and ((Player.Character.HumanoidRootPart.Position - v.Position).Magnitude < 13) then
  165. CashParts[#CashParts+1] = v
  166. end
  167. end
  168.  
  169. return CashParts
  170. end
  171.  
  172.  
  173. task.spawn(function()
  174. while true and task.wait(0.33) do
  175. if (Enabled == true) and (Player.Character) and (Player.Character:FindFirstChild("FULLY_LOADED_CHAR")) then
  176. local Cashier = nil
  177. repeat
  178. Cashier = GetCashier()
  179. task.wait()
  180. until (Cashier ~= nil)
  181.  
  182.  
  183. repeat
  184. if (Player.Backpack:FindFirstChild("Combat")) then
  185. task.wait(0.77)
  186. pcall(function()
  187. Player.Backpack.Combat.Parent = Player.Character
  188. end)
  189. task.wait()
  190. end
  191. Player.Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0)
  192. Player.Character.HumanoidRootPart.CFrame = Cashier.Open.CFrame * CFrame.Angles(0, math.random(-180, 0), 0)
  193.  
  194. if (Player.Character:FindFirstChild("Combat")) then
  195. Player.Character.Combat:Activate()
  196. --Player.Character.Combat:Deactivate() Disabled because super punch is faster and more reliable on low fps.
  197. end
  198.  
  199.  
  200. task.wait()
  201. until (Cashier.Humanoid.Health <= 0) or (Player.Character.Humanoid.Health <= 0) or (Player.Character.BodyEffects["K.O"].Value == true) or (Enabled == false)
  202.  
  203. pcall(CheckKOed)
  204.  
  205. repeat
  206. local CashParts = GetCashParts()
  207.  
  208. Player.Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0)
  209. Player.Character.HumanoidRootPart.CFrame = Cashier.Open.CFrame + Vector3.new(0, 2, 0)
  210.  
  211. for i,v in pairs(CashParts) do
  212. if (v:FindFirstChild("ClickDetector")) then
  213. fireclickdetector(v.ClickDetector)
  214. end
  215. end
  216.  
  217. task.wait()
  218. until (#CashParts <= 0) or (Player.Character.Humanoid.Health <= 0) or (Player.Character.BodyEffects["K.O"].Value == true) or (Enabled == false)
  219.  
  220. pcall(CheckKOed)
  221. end
  222. end
  223. end)
  224.  
  225. --##CPU SAVER##--
  226. game:GetService("RunService"):Set3dRenderingEnabled(false)
  227. -- Lower GFX
  228. local LP = game:GetService('Players').LocalPlayer
  229. settings().Physics.PhysicsEnvironmentalThrottle = 1
  230. settings().Rendering.QualityLevel = 'Level01'
  231. UserSettings():GetService('UserGameSettings').MasterVolume = 0
  232.  
  233. --// Hidden Functions
  234. setsimulationradius(0, 0)
  235.  
  236. --// Physical/UI Derender
  237. task.spawn(function()
  238. for _, v in next, game:GetDescendants() do
  239. if v:IsA('Workspace') then
  240. sethiddenproperty(v, 'StreamingTargetRadius', 64)
  241. sethiddenproperty(v, 'StreamingPauseMode', 2)
  242. sethiddenproperty(v.Terrain, 'Decoration', false)
  243. v.Terrain.Elasticity = 0
  244. v.Terrain.WaterWaveSize = 0
  245. v.Terrain.WaterWaveSpeed = 0
  246. v.Terrain.WaterReflectance = 0
  247. v.Terrain.WaterTransparency = 1
  248. elseif v:IsA('NetworkClient') then
  249. --v:SetOutgoingKBPSLimit(100)
  250. elseif v:IsA('Lighting') then
  251. sethiddenproperty(v, 'Technology', 2)
  252. v.GlobalShadows = false
  253. v.FogEnd = 1/0
  254. v.Brightness = 0
  255. elseif v:IsA('Model') then
  256. sethiddenproperty(v, 'LevelOfDetail', 1)
  257. elseif LP and v == LP then
  258. v.ReplicationFocus = nil
  259. elseif v:IsA('Decal') or v:IsA('Texture') then
  260. v.Transparency = 1
  261. elseif v:IsA('Fire') or v:IsA('SpotLight') or v:IsA('Smoke') or v:IsA('Sparkles') then
  262. v.Enabled = false
  263. elseif v:IsA('SpecialMesh') then
  264. v.TextureId = ''
  265. v.MeshId = ''
  266. elseif v:IsA('ParticleEmitter') or v:IsA('Trail') then
  267. v.Lifetime = NumberRange.new(0)
  268. elseif v:IsA('BlurEffect') or v:IsA('SunRaysEffect') or v:IsA('ColorCorrectionEffect') or v:IsA('BloomEffect') or v:IsA('DepthOfFieldEffect') then
  269. v.Enabled = false
  270. elseif v:IsA('BasePart') and not v:IsA('MeshPart') then
  271. v.Reflectance = 0
  272. v.Material = 'SmoothPlastic'
  273. elseif v:IsA('Pants') or v:IsA('Shirt') then
  274. v[v.ClassName..'Template'] = ''
  275. elseif v:IsA('Explosion') then
  276. v.BlastPressure = 0
  277. v.BlastRadius = 0
  278. v.Visible = false
  279. v.Position = Vector3.new(0, 0, 0)
  280. elseif v:IsA('ForceField') then
  281. v.Visible = false
  282. elseif v:IsA('ShirtGraphic') then
  283. v.Graphic = ''
  284. elseif v:IsA('MeshPart') then
  285. v.MeshId = ''
  286. v.TextureID = ''
  287. v.Reflectance = 0
  288. v.Material = 'SmoothPlastic'
  289. elseif v:IsA('CharacterMesh') then
  290. v.BaseTextureId = ''
  291. v.MeshId = ''
  292. v.OverlayTextureId = ''
  293. elseif v:IsA('Sound') then
  294. v.SoundId = ''
  295. v.Volume = 0
  296. end
  297. end
  298. end)
  299.  
  300.  
  301. local WorkspaceChildAdded;WorkspaceChildAdded = workspace.DescendantAdded:Connect(function(v)
  302. wait()
  303. if v:IsA('Model') then
  304. sethiddenproperty(v, 'LevelOfDetail', 1)
  305. elseif LP and v == LP then
  306. v.ReplicationFocus = nil
  307. elseif v:IsA('Decal') or v:IsA('Texture') then
  308. v.Transparency = 1
  309. elseif v:IsA('Fire') or v:IsA('SpotLight') or v:IsA('Smoke') or v:IsA('Sparkles') then
  310. v.Enabled = false
  311. elseif v:IsA('SpecialMesh') then
  312. v.TextureId = ''
  313. v.MeshId = ''
  314. elseif v:IsA('ParticleEmitter') or v:IsA('Trail') then
  315. v.Lifetime = NumberRange.new(0)
  316. elseif v:IsA('BlurEffect') or v:IsA('SunRaysEffect') or v:IsA('ColorCorrectionEffect') or v:IsA('BloomEffect') or v:IsA('DepthOfFieldEffect') then
  317. v.Enabled = false
  318. elseif v:IsA('BasePart') and not v:IsA('MeshPart') then
  319. v.Reflectance = 0
  320. v.Material = 'SmoothPlastic'
  321. elseif v:IsA('Pants') or v:IsA('Shirt') then
  322. v[v.ClassName..'Template'] = ''
  323. elseif v:IsA('Explosion') then
  324. v.BlastPressure = 0
  325. v.BlastRadius = 0
  326. v.Visible = false
  327. v.Position = Vector3.new(0, 0, 0)
  328. elseif v:IsA('ForceField') then
  329. v.Visible = false
  330. elseif v:IsA('ShirtGraphic') then
  331. v.Graphic = ''
  332. elseif v:IsA('MeshPart') then
  333. v.MeshId = ''
  334. v.TextureID = ''
  335. v.Reflectance = 0
  336. v.Material = 'SmoothPlastic'
  337. elseif v:IsA('CharacterMesh') then
  338. v.BaseTextureId = ''
  339. v.MeshId = ''
  340. v.OverlayTextureId = ''
  341. elseif v:IsA('Sound') then
  342. v.SoundId = ''
  343. v.Volume = 0
  344. end
  345. end)
  346.  
  347. --##CPU SAVER##--
  348. -- Gui to Lua
  349. -- Version: 3.2
  350.  
  351. -- Instances:
  352.  
  353. local ScreenGui = Instance.new("ScreenGui")
  354. local Frame = Instance.new("Frame")
  355. local TextLabel = Instance.new("TextLabel")
  356. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  357. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  358. local Profit = Instance.new("TextLabel")
  359. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  360. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  361. local Timer = Instance.new("TextLabel")
  362. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  363. local Welcomer = Instance.new("TextLabel")
  364. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  365. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  366. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  367.  
  368. local function DisableResetOnSpawn(instance)
  369. instance.ResetOnSpawn = false
  370. for _, child in ipairs(instance:GetDescendants()) do
  371. if child:IsA("Instance") then
  372. child.ResetOnSpawn = false
  373. end
  374. end
  375. end
  376.  
  377. -- Disable resetonspawn for all instances in the GUI
  378. DisableResetOnSpawn(ScreenGui)
  379.  
  380. -- Properties:
  381.  
  382. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  383. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  384.  
  385. Frame.Parent = ScreenGui
  386. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  387. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  388. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  389. Frame.BorderSizePixel = 0
  390. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  391. Frame.Size = UDim2.new(0, 2222, 0, 2222)
  392. -- Gui to Lua
  393. -- Version: 3.2
  394.  
  395. -- Instances:
  396.  
  397. local ScreenGui = Instance.new("ScreenGui")
  398. local Frame = Instance.new("Frame")
  399. local TextLabel = Instance.new("TextLabel")
  400. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  401. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  402. local Profit = Instance.new("TextLabel")
  403. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  404. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  405. local Timer = Instance.new("TextLabel")
  406. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  407. local Welcomer = Instance.new("TextLabel")
  408. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  409. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  410. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  411.  
  412. -- Properties:
  413.  
  414. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  415. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  416.  
  417. Frame.Parent = ScreenGui
  418. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  419. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  420. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  421. Frame.BorderSizePixel = 0
  422. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  423. Frame.Size = UDim2.new(0, 1361, 0, 802)
  424.  
  425. TextLabel.Parent = Frame
  426. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  427. TextLabel.BackgroundTransparency = 1.000
  428. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  429. TextLabel.BorderSizePixel = 0
  430. TextLabel.Position = UDim2.new(0.426524609, 0, 0.468827933, 0)
  431. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  432. TextLabel.Font = Enum.Font.Highway
  433. TextLabel.Text = "$0"
  434. TextLabel.TextColor3 = Color3.fromRGB(22, 22, 22)
  435. TextLabel.TextScaled = true
  436. TextLabel.TextSize = 14.000
  437. TextLabel.TextWrapped = true
  438.  
  439. UIAspectRatioConstraint.Parent = TextLabel
  440. UIAspectRatioConstraint.AspectRatio = 4.000
  441.  
  442. UITextSizeConstraint.Parent = TextLabel
  443. UITextSizeConstraint.MaxTextSize = 34
  444.  
  445. -- Function to format numbers with commas
  446. local function FormatNumberWithCommas(number)
  447. local formatted = tostring(number)
  448. local k
  449. while true do
  450. formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')
  451. if k == 0 then
  452. break
  453. end
  454. end
  455. return formatted
  456. end
  457.  
  458. -- Function to update the TextLabel
  459. local function UpdateTextLabel()
  460. TextLabel.Text = "$" .. FormatNumberWithCommas(game.Players.LocalPlayer.DataFolder.Currency.Value)
  461. end
  462.  
  463. -- Connect the currency change event to update the TextLabel
  464. game.Players.LocalPlayer.DataFolder.Currency.Changed:Connect(UpdateTextLabel)
  465.  
  466. Profit.Name = "Profit"
  467. Profit.Parent = Frame
  468. Profit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  469. Profit.BackgroundTransparency = 1.000
  470. Profit.BorderColor3 = Color3.fromRGB(0, 0, 0)
  471. Profit.BorderSizePixel = 0
  472. Profit.Position = UDim2.new(0.426524609, 0, 0.551122189, 0)
  473. Profit.Size = UDim2.new(0, 200, 0, 50)
  474. Profit.Font = Enum.Font.Highway
  475. Profit.Text = "$0"
  476. Profit.TextColor3 = Color3.fromRGB(22, 22, 22)
  477. Profit.TextScaled = true
  478. Profit.TextSize = 14.000
  479. Profit.TextWrapped = true
  480.  
  481. UIAspectRatioConstraint_2.Parent = Profit
  482. UIAspectRatioConstraint_2.AspectRatio = 4.000
  483.  
  484. UITextSizeConstraint_2.Parent = Profit
  485. UITextSizeConstraint_2.MaxTextSize = 34
  486.  
  487. Timer.Name = "Timer"
  488. Timer.Parent = Frame
  489. Timer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  490. Timer.BackgroundTransparency = 1.000
  491. Timer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  492. Timer.BorderSizePixel = 0
  493. Timer.Position = UDim2.new(0.426524609, 0, 0.389027417, 0)
  494. Timer.Size = UDim2.new(0, 200, 0, 50)
  495. Timer.Font = Enum.Font.Highway
  496. Timer.Text = "00:00:00"
  497. Timer.TextColor3 = Color3.fromRGB(22, 22, 22)
  498. Timer.TextScaled = true
  499. Timer.TextSize = 14.000
  500. Timer.TextWrapped = true
  501.  
  502. UIAspectRatioConstraint_3.Parent = Timer
  503. UIAspectRatioConstraint_3.AspectRatio = 4.000
  504.  
  505. Welcomer.Name = "Welcomer"
  506. Welcomer.Parent = Frame
  507. Welcomer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  508. Welcomer.BackgroundTransparency = 1.000
  509. Welcomer.BorderColor3 = Color3.fromRGB(0, 0, 0)
  510. Welcomer.BorderSizePixel = 0
  511. Welcomer.Position = UDim2.new(0.426524609, 0, 0.304239392, 0)
  512. Welcomer.Size = UDim2.new(0, 200, 0, 50)
  513. Welcomer.Font = Enum.Font.Highway
  514. Welcomer.Text = "Welcome, " .. game.Players.LocalPlayer.Name
  515. Welcomer.TextColor3 = Color3.fromRGB(22, 22, 22)
  516. Welcomer.TextScaled = true
  517. Welcomer.TextSize = 14.000
  518. Welcomer.TextWrapped = true
  519.  
  520. UIAspectRatioConstraint_4.Parent = Welcomer
  521. UIAspectRatioConstraint_4.AspectRatio = 4.000
  522.  
  523. UITextSizeConstraint_3.Parent = Welcomer
  524. UITextSizeConstraint_3.MaxTextSize = 27
  525.  
  526. UIAspectRatioConstraint_5.Parent = Frame
  527. UIAspectRatioConstraint_5.AspectRatio = 1.697
  528.  
  529. -- Function to format time
  530. local function FormatTime(seconds)
  531. local hours = math.floor(seconds / 3600)
  532. local minutes = math.floor((seconds % 3600) / 60)
  533. local secs = seconds % 60
  534. return string.format("%02d:%02d:%02d", hours, minutes, secs)
  535. end
  536.  
  537. -- Function to format numbers with commas
  538. local function FormatNumberWithCommas(number)
  539. local formatted = tostring(number)
  540. local k
  541. while true do
  542. formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')
  543. if k == 0 then
  544. break
  545. end
  546. end
  547. return formatted
  548. end
  549.  
  550. -- Initialize timer variables
  551. local startTime = tick()
  552.  
  553. -- Function to update the timer label
  554. local function UpdateTimerLabel()
  555. local currentTime = tick() - startTime -- Get the elapsed time in seconds
  556. Timer.Text = FormatTime(currentTime) -- Update the timer text
  557. end
  558.  
  559. -- Store the initial currency value when the script starts
  560. local initialCurrency = game.Players.LocalPlayer.DataFolder.Currency.Value
  561.  
  562. -- Function to update the profit label
  563. local function UpdateProfitLabel()
  564. local difference = game.Players.LocalPlayer.DataFolder.Currency.Value - initialCurrency
  565. Profit.Text = "$" .. FormatNumberWithCommas(difference)
  566. end
  567.  
  568. -- Connect the currency change event to the profit label update function
  569. game.Players.LocalPlayer.DataFolder.Currency.Changed:Connect(UpdateProfitLabel)
  570.  
  571. -- Start the timer
  572. while true do
  573. wait(1)
  574. UpdateTimerLabel()
  575. end
Add Comment
Please, Sign In to add comment