Thief Simulator Script | AUTO ROB NPC, AUTO FARM & MORE!

Png-37-1-300x169-1.png

Created by Isacc#1555

Features:

  • AUTO ROB NPCS
  • AUTO FARM
  • ATM FARM
  • WALKSPEED CHANGE
  • AUTO CLAIM QUESTS
_G.Color = Color3.fromRGB(66, 135, 245)
_G.Color2 = Color3.fromRGB(66, 135, 245)

local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/slightten/ui-libs/main/funni"))()
local window = library:CreateWindow("Die Hub Thief Simulator", Enum.KeyCode.RightControl)
local plr = game.Players.LocalPlayer
local tab1 = window:CreateTab("Main")
local tab2 = window:CreateTab("Misc")
local sect2 = tab2:CreateSector("Misc", 'left')
sect2:AddLabel("V3rm borntodie1")

local sect1 = tab1:CreateSector("AutoFarm", 'left')

sect1:AddToggle("Auto Rob NPCs", false, function(d)
   dd = d
   while dd do task.wait()
       for i,v in pairs(workspace:GetChildren()) do
           if string.match(v.Name,"Base") and v.HumanoidRootPart then
               game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
               fireproximityprompt(v.HumanoidRootPart.ProximityPrompt)
           end
       end
   end
   end)

   sect1:AddToggle("Auto Sell",false,function(a)
       aa = a
     while aa do task.wait()
     for _,v in pairs(game:GetService("Workspace").Sells.World1.Sell:GetDescendants()) do
             if v:IsA("TouchTransmitter") then
             firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
             wait()
             firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
             wait()
                end
              end
     end
     end)

     sect1:AddToggle("ATM Farm",false,function(c)
       cc = c
       while cc do task.wait()
               coroutine.wrap(function()
   for i,v in pairs(game:GetService("Workspace").Map.ATMs:GetDescendants()) do
       if v.Name == "Healthbar" then
   game:GetService("ReplicatedStorage").FrameworkReplicated.DataStreams:FindFirstChild("GameTaskCompleted_Functionv.07"):InvokeServer(v.Parent)
   end
   end
   end)()
   end
   end)

   
   sect1:AddButton("Auto Claim Quests", function()

           for i,v in pairs(workspace:GetChildren()) do
               if string.match(v.Name,"Base") and v.HumanoidRootPart then
                   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Jobs.World1.Jobs.CFrame
                   fireproximityprompt(v.HumanoidRootPart.ProximityPrompt)
               end
           end
       end)

       local sect2 = tab1:CreateSector("Misc", 'right')
       sect2:AddSlider("Walkspeed", 16, 16, 200, false, function(warthog)
           plr.Character.Humanoid.WalkSpeed = warthog
           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Â