Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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().Enabled = false
- wait(0.2)
- 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
- while wait(1) do
- handleProximityCheck()
- end
- -- Check if LocalPlayer exists and has DataFolder
- 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().Enabled = false
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement