This is the unofficial Thief Simulator wiki, created to give information about the game to players. Note: This wiki is for the original PC version of the game, developed by Noble Muffins. There are console and VR versions created by different developers using an earlier patch version of the game.
Safe Cracking Simulator Roblox Wiki
Mar 11th, 2020
Safe Cracking Simulator Roblox Infinite
Never
Roblox 💰 Safe Cracking Simulator
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- _G.WaitTime =5-- Increase if your game loads slowly
- _G.Difficulty ='Insane'-- 'Easy','Normal','Hard','Insane'
- _G.RoundSkip =true-- Votes to skip to the next round
- y =math.random(500000,1000000)
- wait(_G.WaitTime)
- print('Location: Lobby')
- HRP = game:WaitForChild('Players').LocalPlayer.Character.HumanoidRootPart
- print('SoloPlay: On')
- for _,Elevators inpairs(game:GetService('Workspace').Elevators:GetDescendants())do
- if Elevators:IsA('TextLabel')and Elevators.Name 'Display'and Elevators.Text '0/4'then
- HRP.CFrame = Elevators.Parent.Parent.Parent.Parent.Regions.Part.CFrame
- end
- print('SoloPlay: On')
- for _,Elevators inpairs(game:GetService('Workspace').Elevators:GetDescendants())do
- if Elevators:IsA('TextLabel')and Elevators.Name 'Display'then
- if Elevators.Text '1/4'or Elevators.Text '2/4'and Elevators.Text '3/4'then
- HRP.CFrame = Elevators.Parent.Parent.Parent.Parent.Regions.Part.CFrame
- print('ERROR - If you get this please message House on V3rmillion')
- end
- end
- wait(.3)
- print('Teleporting to '..tostring(x)..' '..tostring(y)..' '..tostring(z))
- elseif game.PlaceId ~=3260590327then
- RS = game:WaitForChild('ReplicatedStorage')
- print('RoundSkip: On')
- RS.RemoteEvent:FireServer('Difficulty','Vote',_G.Difficulty)
- RS.RemoteEvent:FireServer('Vote','Skip')
- elseifnot_G.RoundSkip then
- print('Difficulty: '.._G.Difficulty)
- RS.RemoteEvent:FireServer('Difficulty','Vote',_G.Difficulty)
- end