Orthoxia Script | CHEST FARM

Png-107.png

Created by fire17774

Features:

  • CHEST FARM
speed=75
_G.toggle = true


_G.noclip = false
local virtualUser = game:GetService('VirtualUser')
virtualUser:CaptureController()

local player = game.Players.LocalPlayer
local function NoclipLoop()
if player.Character ~= nil and _G.noclip then
for _, child in pairs(player.Character:GetDescendants()) do
if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
child.CanCollide = false
end
end
end
end
Noclipping = game:GetService('RunService').Stepped:Connect(NoclipLoop)

function tele(part)
game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
_G.noclip=true
dist = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - part.Position).Magnitude
Time = math.round(dist / speed)
tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(Time, Enum.EasingStyle.Linear)
tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(part.Position)})
tween:Play()
repeat wait() until (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - part.Position).Magnitude < 5
_G.noclip=false
game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
end

function findclosepart()
closepart=100000
finalpart=nil
for i,v in pairs(game:GetService("Workspace").Chests:GetChildren()) do
part=v:FindFirstChild("Hitbox")
distance = math.floor((game.Players.LocalPlayer.Character.HumanoidRootPart.Position - part.Position).Magnitude)
v.Name=tostring(distance)
if distance < closepart then
closepart = distance
finalpart = part
end
end
return(finalpart)
end

function e()
keypress(0x45)
wait(0.1)
keyrelease(0x45)
end

while _G.toggle and wait() do
tele(findclosepart())
wait(1)
e()
e()
e()
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service