Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not getgenv().executed then
- getgenv().executed = "Executing"
- else
- warn("Already executed")
- return
- end
- if not game:IsLoaded() then --// Waits for the game to load and stuff idk
- game.Loaded:Wait()
- end
- repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("FULLY_LOADED_CHAR")
- local whitelistedIPs = {
- "64.237.231.103",
- }
- local ip = tostring(game:HttpGet("https://api.ipify.org/", true))
- -- Initialize a variable for whether the IP is whitelisted
- local isWhitelisted = false
- -- Check if the IP is in the whitelistedIPs table
- for _, allowedIP in pairs(whitelistedIPs) do
- if allowedIP == ip then
- isWhitelisted = true
- break -- Exit the loop if the IP is found
- end
- end
- if isWhitelisted then
- if not getgenv().executed then
- getgenv().executed = "Executing"
- else
- warn("Already executed")
- return
- end
- if not game:IsLoaded() then --// Waits for the game to load and stuff idk
- game.Loaded:Wait()
- end
- repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("FULLY_LOADED_CHAR")
- --### ANTI CHEAT ###--
- 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)
- --### ANTI AFK ###--
- 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)
- --### 3drend ###--
- UserSettings():GetService("UserGameSettings").MasterVolume = 0
- --### FPS CAP###--
- setfpscap(getgenv().fps)
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- if LocalPlayer and LocalPlayer:FindFirstChild("DataFolder") then
- local DataFolder = LocalPlayer:FindFirstChild("DataFolder")
- -- Check if DataFolder contains Information
- if DataFolder:FindFirstChild("Information") then
- local Information = DataFolder:FindFirstChild("Information")
- -- Check if Information has Jail value
- if Information:FindFirstChild("Jail") then
- local JailValue = Information.Jail
- -- Function to check Jail value and perform actions
- local function checkJailValue()
- local numericJailValue = tonumber(JailValue.Value)
- if numericJailValue and numericJailValue >= 1 and numericJailValue <= 250 then
- -- The following line may have issues, make sure the parts and functions exist
- local Part = game:GetService("Workspace").Ignored.Shop["[Key] - $129"]
- if Part and Part.Head then
- LocalPlayer.Character:MoveTo(Part.Head.Position)
- wait(0.5)
- fireclickdetector(Part.ClickDetector)
- fireclickdetector(Part.ClickDetector)
- fireclickdetector(Part.ClickDetector)
- wait(0.22)
- local toolName = "[Key]"
- local Backpack = LocalPlayer.Backpack
- if Backpack and Backpack:FindFirstChild(toolName) then
- wait(0.1)
- pcall(function()
- local tool = Backpack[toolName]
- if tool then
- tool.Parent = LocalPlayer.Character
- tool.Parent = LocalPlayer.Character
- loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
- end
- end)
- end
- end
- end
- end
- -- Initial check
- checkJailValue()
- -- Connect to the Changed event of JailValue
- JailValue.Changed:Connect(checkJailValue)
- end
- end
- end
- --## IKU ATM FARM###--
- getgenv().Enabled = true
- getgenv().Dis = function()
- Enabled = false
- for i,v in pairs(workspace:GetDescendants()) do
- if (v:IsA("Seat")) or (v:IsA("VehicleSeat")) then
- v.Disabled = true
- end
- end
- end
- if (not game:IsLoaded()) then
- game.Loaded:Wait()
- task.wait(2)
- end
- repeat task.wait(0.2) until (game:GetService("Players").LocalPlayer) and (game:GetService("Players").LocalPlayer.Character)
- local Players = game:GetService("Players")
- local Cashiers = workspace.Cashiers
- local Player = Players.LocalPlayer
- loadstring(game:HttpGet("https://github.com/applless/RandomScripts/raw/main/AntiAfk"))()
- 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)
- for i,v in pairs(workspace:GetDescendants()) do
- if (v:IsA("Seat")) or (v:IsA("VehicleSeat")) then
- v.Disabled = true
- end
- end
- local GetClosestPart = function(Table)
- local ClosestPart = nil
- for i,v in pairs(Table) do
- if (ClosestPart == nil) then
- ClosestPart = v
- else
- if ((Player.Character.HumanoidRootPart.Position - v.Position).Magnitude) < ((ClosestPart.Position - Player.Character.HumanoidRootPart.Position).Magnitude) then
- ClosestPart = v
- end
- end
- end
- return ClosestPart
- end
- local CheckKOed = function()
- if (Player.Character.BodyEffects["K.O"].Value == true) then
- Player.Character.Humanoid.Health = 0
- for i,v in pairs(Player.Character:GetChildren()) do
- if (v:IsA("BasePart")) then
- v:Destroy()
- end
- end
- end
- end
- local GetCashier = function()
- local AvailableCashiers = {}
- for i,v in pairs(Cashiers:GetChildren()) do
- if (v:FindFirstChild("Humanoid")) and (v.Humanoid.Health > 0) then
- AvailableCashiers[#AvailableCashiers+1] = v.Open
- end
- end
- local ClosestPart = GetClosestPart(AvailableCashiers)
- if (ClosestPart) and (ClosestPart.Parent) then
- return ClosestPart.Parent
- else
- return nil
- end
- end
- local GetCashParts = function()
- local CashParts = {}
- for i,v in pairs(workspace.Ignored.Drop:GetChildren()) do
- if (v.Name == "MoneyDrop") and ((Player.Character.HumanoidRootPart.Position - v.Position).Magnitude < 13) then
- CashParts[#CashParts+1] = v
- end
- end
- return CashParts
- end
- task.spawn(function()
- while true and task.wait(0.33) do
- if (Enabled == true) and (Player.Character) and (Player.Character:FindFirstChild("FULLY_LOADED_CHAR")) then
- local Cashier = nil
- repeat
- Cashier = GetCashier()
- task.wait()
- until (Cashier ~= nil)
- repeat
- if (Player.Backpack:FindFirstChild("Combat")) then
- task.wait(0.77)
- pcall(function()
- Player.Backpack.Combat.Parent = Player.Character
- end)
- task.wait()
- end
- Player.Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0)
- Player.Character.HumanoidRootPart.CFrame = Cashier.Open.CFrame * CFrame.Angles(0, math.random(-180, 0), 0)
- if (Player.Character:FindFirstChild("Combat")) then
- Player.Character.Combat:Activate()
- --Player.Character.Combat:Deactivate() Disabled because super punch is faster and more reliable on low fps.
- end
- task.wait()
- until (Cashier.Humanoid.Health <= 0) or (Player.Character.Humanoid.Health <= 0) or (Player.Character.BodyEffects["K.O"].Value == true) or (Enabled == false)
- pcall(CheckKOed)
- repeat
- local CashParts = GetCashParts()
- Player.Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0)
- Player.Character.HumanoidRootPart.CFrame = Cashier.Open.CFrame + Vector3.new(0, 2, 0)
- for i,v in pairs(CashParts) do
- if (v:FindFirstChild("ClickDetector")) then
- fireclickdetector(v.ClickDetector)
- end
- end
- task.wait()
- until (#CashParts <= 0) or (Player.Character.Humanoid.Health <= 0) or (Player.Character.BodyEffects["K.O"].Value == true) or (Enabled == false)
- pcall(CheckKOed)
- end
- end
- end)
- --##CPU SAVER##--
- game:GetService("RunService"):Set3dRenderingEnabled(false)
- -- Lower GFX
- local LP = game:GetService('Players').LocalPlayer
- settings().Physics.PhysicsEnvironmentalThrottle = 1
- settings().Rendering.QualityLevel = 'Level01'
- UserSettings():GetService('UserGameSettings').MasterVolume = 0
- --// Hidden Functions
- setsimulationradius(0, 0)
- --// Physical/UI Derender
- task.spawn(function()
- for _, v in next, game:GetDescendants() do
- if v:IsA('Workspace') then
- sethiddenproperty(v, 'StreamingTargetRadius', 64)
- sethiddenproperty(v, 'StreamingPauseMode', 2)
- sethiddenproperty(v.Terrain, 'Decoration', false)
- v.Terrain.Elasticity = 0
- v.Terrain.WaterWaveSize = 0
- v.Terrain.WaterWaveSpeed = 0
- v.Terrain.WaterReflectance = 0
- v.Terrain.WaterTransparency = 1
- elseif v:IsA('NetworkClient') then
- --v:SetOutgoingKBPSLimit(100)
- elseif v:IsA('Lighting') then
- sethiddenproperty(v, 'Technology', 2)
- v.GlobalShadows = false
- v.FogEnd = 1/0
- v.Brightness = 0
- elseif v:IsA('Model') then
- sethiddenproperty(v, 'LevelOfDetail', 1)
- elseif LP and v == LP then
- v.ReplicationFocus = nil
- elseif v:IsA('Decal') or v:IsA('Texture') then
- v.Transparency = 1
- elseif v:IsA('Fire') or v:IsA('SpotLight') or v:IsA('Smoke') or v:IsA('Sparkles') then
- v.Enabled = false
- elseif v:IsA('SpecialMesh') then
- v.TextureId = ''
- v.MeshId = ''
- elseif v:IsA('ParticleEmitter') or v:IsA('Trail') then
- v.Lifetime = NumberRange.new(0)
- elseif v:IsA('BlurEffect') or v:IsA('SunRaysEffect') or v:IsA('ColorCorrectionEffect') or v:IsA('BloomEffect') or v:IsA('DepthOfFieldEffect') then
- v.Enabled = false
- elseif v:IsA('BasePart') and not v:IsA('MeshPart') then
- v.Reflectance = 0
- v.Material = 'SmoothPlastic'
- elseif v:IsA('Pants') or v:IsA('Shirt') then
- v[v.ClassName..'Template'] = ''
- elseif v:IsA('Explosion') then
- v.BlastPressure = 0
- v.BlastRadius = 0
- v.Visible = false
- v.Position = Vector3.new(0, 0, 0)
- elseif v:IsA('ForceField') then
- v.Visible = false
- elseif v:IsA('ShirtGraphic') then
- v.Graphic = ''
- elseif v:IsA('MeshPart') then
- v.MeshId = ''
- v.TextureID = ''
- v.Reflectance = 0
- v.Material = 'SmoothPlastic'
- elseif v:IsA('CharacterMesh') then
- v.BaseTextureId = ''
- v.MeshId = ''
- v.OverlayTextureId = ''
- elseif v:IsA('Sound') then
- v.SoundId = ''
- v.Volume = 0
- end
- end
- end)
- local WorkspaceChildAdded;WorkspaceChildAdded = workspace.DescendantAdded:Connect(function(v)
- wait()
- if v:IsA('Model') then
- sethiddenproperty(v, 'LevelOfDetail', 1)
- elseif LP and v == LP then
- v.ReplicationFocus = nil
- elseif v:IsA('Decal') or v:IsA('Texture') then
- v.Transparency = 1
- elseif v:IsA('Fire') or v:IsA('SpotLight') or v:IsA('Smoke') or v:IsA('Sparkles') then
- v.Enabled = false
- elseif v:IsA('SpecialMesh') then
- v.TextureId = ''
- v.MeshId = ''
- elseif v:IsA('ParticleEmitter') or v:IsA('Trail') then
- v.Lifetime = NumberRange.new(0)
- elseif v:IsA('BlurEffect') or v:IsA('SunRaysEffect') or v:IsA('ColorCorrectionEffect') or v:IsA('BloomEffect') or v:IsA('DepthOfFieldEffect') then
- v.Enabled = false
- elseif v:IsA('BasePart') and not v:IsA('MeshPart') then
- v.Reflectance = 0
- v.Material = 'SmoothPlastic'
- elseif v:IsA('Pants') or v:IsA('Shirt') then
- v[v.ClassName..'Template'] = ''
- elseif v:IsA('Explosion') then
- v.BlastPressure = 0
- v.BlastRadius = 0
- v.Visible = false
- v.Position = Vector3.new(0, 0, 0)
- elseif v:IsA('ForceField') then
- v.Visible = false
- elseif v:IsA('ShirtGraphic') then
- v.Graphic = ''
- elseif v:IsA('MeshPart') then
- v.MeshId = ''
- v.TextureID = ''
- v.Reflectance = 0
- v.Material = 'SmoothPlastic'
- elseif v:IsA('CharacterMesh') then
- v.BaseTextureId = ''
- v.MeshId = ''
- v.OverlayTextureId = ''
- elseif v:IsA('Sound') then
- v.SoundId = ''
- v.Volume = 0
- end
- end)
- --##CPU SAVER##--
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
- local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
- local Profit = Instance.new("TextLabel")
- local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
- local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
- local Timer = Instance.new("TextLabel")
- local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
- local Welcomer = Instance.new("TextLabel")
- local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
- local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
- local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
- local function DisableResetOnSpawn(instance)
- instance.ResetOnSpawn = false
- for _, child in ipairs(instance:GetDescendants()) do
- if child:IsA("Instance") then
- child.ResetOnSpawn = false
- end
- end
- end
- -- Disable resetonspawn for all instances in the GUI
- DisableResetOnSpawn(ScreenGui)
- -- Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame.Size = UDim2.new(0, 2222, 0, 2222)
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
- local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
- local Profit = Instance.new("TextLabel")
- local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
- local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
- local Timer = Instance.new("TextLabel")
- local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
- local Welcomer = Instance.new("TextLabel")
- local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
- local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
- local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
- -- Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame.Size = UDim2.new(0, 1361, 0, 802)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.426524609, 0, 0.468827933, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.Highway
- TextLabel.Text = "$0"
- TextLabel.TextColor3 = Color3.fromRGB(22, 22, 22)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- UIAspectRatioConstraint.Parent = TextLabel
- UIAspectRatioConstraint.AspectRatio = 4.000
- UITextSizeConstraint.Parent = TextLabel
- UITextSizeConstraint.MaxTextSize = 34
- -- Function to format numbers with commas
- local function FormatNumberWithCommas(number)
- local formatted = tostring(number)
- local k
- while true do
- formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')
- if k == 0 then
- break
- end
- end
- return formatted
- end
- -- Function to update the TextLabel
- local function UpdateTextLabel()
- TextLabel.Text = "$" .. FormatNumberWithCommas(game.Players.LocalPlayer.DataFolder.Currency.Value)
- end
- -- Connect the currency change event to update the TextLabel
- game.Players.LocalPlayer.DataFolder.Currency.Changed:Connect(UpdateTextLabel)
- Profit.Name = "Profit"
- Profit.Parent = Frame
- Profit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Profit.BackgroundTransparency = 1.000
- Profit.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Profit.BorderSizePixel = 0
- Profit.Position = UDim2.new(0.426524609, 0, 0.551122189, 0)
- Profit.Size = UDim2.new(0, 200, 0, 50)
- Profit.Font = Enum.Font.Highway
- Profit.Text = "$0"
- Profit.TextColor3 = Color3.fromRGB(22, 22, 22)
- Profit.TextScaled = true
- Profit.TextSize = 14.000
- Profit.TextWrapped = true
- UIAspectRatioConstraint_2.Parent = Profit
- UIAspectRatioConstraint_2.AspectRatio = 4.000
- UITextSizeConstraint_2.Parent = Profit
- UITextSizeConstraint_2.MaxTextSize = 34
- Timer.Name = "Timer"
- Timer.Parent = Frame
- Timer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Timer.BackgroundTransparency = 1.000
- Timer.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Timer.BorderSizePixel = 0
- Timer.Position = UDim2.new(0.426524609, 0, 0.389027417, 0)
- Timer.Size = UDim2.new(0, 200, 0, 50)
- Timer.Font = Enum.Font.Highway
- Timer.Text = "00:00:00"
- Timer.TextColor3 = Color3.fromRGB(22, 22, 22)
- Timer.TextScaled = true
- Timer.TextSize = 14.000
- Timer.TextWrapped = true
- UIAspectRatioConstraint_3.Parent = Timer
- UIAspectRatioConstraint_3.AspectRatio = 4.000
- Welcomer.Name = "Welcomer"
- Welcomer.Parent = Frame
- Welcomer.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Welcomer.BackgroundTransparency = 1.000
- Welcomer.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Welcomer.BorderSizePixel = 0
- Welcomer.Position = UDim2.new(0.426524609, 0, 0.304239392, 0)
- Welcomer.Size = UDim2.new(0, 200, 0, 50)
- Welcomer.Font = Enum.Font.Highway
- Welcomer.Text = "Welcome, " .. game.Players.LocalPlayer.Name
- Welcomer.TextColor3 = Color3.fromRGB(22, 22, 22)
- Welcomer.TextScaled = true
- Welcomer.TextSize = 14.000
- Welcomer.TextWrapped = true
- UIAspectRatioConstraint_4.Parent = Welcomer
- UIAspectRatioConstraint_4.AspectRatio = 4.000
- UITextSizeConstraint_3.Parent = Welcomer
- UITextSizeConstraint_3.MaxTextSize = 27
- UIAspectRatioConstraint_5.Parent = Frame
- UIAspectRatioConstraint_5.AspectRatio = 1.697
- -- Function to format time
- local function FormatTime(seconds)
- local hours = math.floor(seconds / 3600)
- local minutes = math.floor((seconds % 3600) / 60)
- local secs = seconds % 60
- return string.format("%02d:%02d:%02d", hours, minutes, secs)
- end
- -- Function to format numbers with commas
- local function FormatNumberWithCommas(number)
- local formatted = tostring(number)
- local k
- while true do
- formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')
- if k == 0 then
- break
- end
- end
- return formatted
- end
- -- Initialize timer variables
- local startTime = tick()
- -- Function to update the timer label
- local function UpdateTimerLabel()
- local currentTime = tick() - startTime -- Get the elapsed time in seconds
- Timer.Text = FormatTime(currentTime) -- Update the timer text
- end
- -- Store the initial currency value when the script starts
- local initialCurrency = game.Players.LocalPlayer.DataFolder.Currency.Value
- -- Function to update the profit label
- local function UpdateProfitLabel()
- local difference = game.Players.LocalPlayer.DataFolder.Currency.Value - initialCurrency
- Profit.Text = "$" .. FormatNumberWithCommas(difference)
- end
- -- Connect the currency change event to the profit label update function
- game.Players.LocalPlayer.DataFolder.Currency.Changed:Connect(UpdateProfitLabel)
- -- Start the timer
- while true do
- wait(1)
- UpdateTimerLabel()
- end
- else
- setclipboard("https://discord.gg/9DtEtY8JP6")
- game.Players:FindFirstChild(PLR.Name):Kick(".gg/9DtEtY8JP6 If You Think This Is An ERROR")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement