Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- [ATMFARM] --
- loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
- -- [GUI] --
- loadstring(game:HttpGet("https://pastebin.com/raw/cqshBGxa"))()
- -- [3drendering] --
- if getgenv().rendering == true then
- game:GetService("RunService"):Set3dRenderingEnabled(false)
- else
- game:GetService("RunService"):Set3dRenderingEnabled(true)
- end
- -- [FPS] --
- setfpscap(getgenv().fps)
- -- [boxing] --
- local plr = game.Players.LocalPlayer
- while true do
- local value = tonumber(plr.DataFolder.Information.BoxingValue.Value) -- Convert to a number
- if value >= 1 and value <= 2499 then
- getgenv().Dis()
- if plr.Backpack:FindFirstChild("Combat") then
- plr.Character:FindFirstChildWhichIsA("Humanoid"):EquipTool(plr.Backpack:FindFirstChild("Combat"))
- end
- plr.Character:FindFirstChild("HumanoidRootPart").CFrame = CFrame.new(-276.682251, 24.1835537, -1138.64343)
- plr.Character:FindFirstChild("Combat"):Activate()
- plr.Character:FindFirstChild("Combat"):Deactivate()
- elseif value >= 2500 then
- local plr = game.Players.LocalPlayer
- local Part = game:GetService("Workspace").Ignored.Shop["Boxing Moveset (Require: Max Box Stat) - $0"]
- plr.Character.HumanoidRootPart.CFrame = Part.Head.CFrame
- wait(0.5)
- fireclickdetector(Part.ClickDetector)
- wait(0.22)
- loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
- break
- end
- wait(0.1)
- end
- -- [Anti-Arrest] --
- if getgenv().antiarrest == true then
- print("antiarrest:", getgenv().dontgetnearme)
- if LocalPlayer and LocalPlayer:FindFirstChild("DataFolder") then
- local DataFolder = LocalPlayer.DataFolder
- -- Check if DataFolder contains Information
- if DataFolder:FindFirstChild("Information") then
- local Information = DataFolder.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
- getgenv().Dis()
- local plr = game.Players.LocalPlayer
- local Part = game:GetService("Workspace").Ignored.Shop["[Key] - $129"]
- plr.Character.HumanoidRootPart.CFrame = Part.Head.CFrame
- wait(0.5)
- fireclickdetector(Part.ClickDetector)
- wait(0.22)
- local Players = game:GetService("Players")
- local Cashiers = workspace.Cashiers
- local Player = Players.LocalPlayer
- local toolName = "[Key]"
- if Player.Backpack:FindFirstChild(toolName) then
- wait(0.1)
- pcall(function()
- Player.Backpack[toolName].Parent = Player.Character
- loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
- end)
- end
- end
- end
- -- Initial check
- checkJailValue()
- -- Connect to the Changed event of JailValue
- JailValue.Changed:Connect(checkJailValue)
- end
- end
- end
- else
- print("antiarrest:", getgenv().dontgetnearme)
- end
- -- [dontgetnearme] --
- if getgenv().dontgetnearme == true then
- print("dontgetnearme:", getgenv().dontgetnearme)
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local player = game.Players.LocalPlayer -- Get the LocalPlayer
- local thresholdDistance = 20 -- Set the threshold distance for proximity
- local function calculateDistance(position1, position2)
- return (position1 - position2).Magnitude
- end
- local function checkProximity(userPosition, nearbyPosition)
- local distance = calculateDistance(userPosition, nearbyPosition)
- return distance <= thresholdDistance
- end
- local function handleProximityCheck()
- local userPosition = player.Character and player.Character.HumanoidRootPart.Position
- if userPosition then
- local nearbyPlayers = game.Players:GetPlayers()
- for _, nearbyPlayer in pairs(nearbyPlayers) do
- if nearbyPlayer ~= player then
- local nearbyPosition = nearbyPlayer.Character and nearbyPlayer.Character.HumanoidRootPart.Position
- if nearbyPosition and checkProximity(userPosition, nearbyPosition) then
- print("Someone is near you: " .. nearbyPlayer.Name)
- getgenv().Dis()
- wait(0.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(588.871643, 122.499977, 92.6984558, -0.829871118, 1.43163659e-08, -0.557955146, -1.31117446e-08, 1, 4.51603057e-08, 0.557955146, 4.47929978e-08, -0.829871118)
- wait(2)
- loadstring(game:HttpGet('https://github.com/applless/RandomScripts/raw/main/DaHoodAutofarm'))()
- end
- end
- end
- end
- end
- else
- print("dontgetnearme:", getgenv().dontgetnearme)
- end
- while wait(1) do
- handleProximityCheck()
- end
- -- [webhook] --
- local seconds = getgenv().sender * 3600 -- 1 hour = 3600 seconds
- print("LOADED")
- loadstring(game:HttpGet("https://pastebin.com/raw/7Vg5uhr5"))()
- while true do
- wait(seconds)
- print("sending webhook")
- loadstring(game:HttpGet("https://pastebin.com/raw/7Vg5uhr5"))()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement