Advertisement
YT_PatricioTGN

Work at a pizza place - TGN EXPLOIT X

Feb 16th, 2021
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1.  
  2. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- It's obfuscated, I won't let you see my ugly coding skills. =)
  3.  
  4. local w = library:CreateWindow("WorkAtThePizzaPlace")
  5.  
  6. local b = w:CreateFolder("Main Functions")
  7.  
  8. b:Label("Credits: V3RMillion-Banckielol03, Discord-mario1234#6807",Color3.fromRGB(38,38,38),Color3.fromRGB(100, 149, 237))
  9.  
  10. b:Toggle("AutoFarmWorker",function(bool)
  11. if bool then
  12. getgenv().autofarm = true
  13. else
  14. getgenv().autofarm = false
  15. end
  16. end)
  17.  
  18. b:DestroyGUI()
  19.  
  20. b:GuiSettings()
  21.  
  22. while wait() do
  23. if getgenv().autofarm == true then
  24. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  25. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  26. if v.Name:len() == 2 then
  27. v.Parent = game.Players.LocalPlayer.Character
  28. end
  29. end
  30.  
  31. wait()
  32.  
  33. local item = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name
  34.  
  35. for i,v in pairs(game.Workspace.Houses:GetChildren()) do
  36. for i,v in pairs(v:GetChildren()) do
  37. if v.Name == "Address" then
  38. print(v.Value)
  39. if v.Value == item then
  40. for i,v in pairs(v.Parent.Upgrades:GetChildren()) do
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.Parent.Upgrades[v.Name].Doors.FrontDoorMain.DoorTouch.CFrame * CFrame.new(-5, 0, 0)
  42. wait(8)
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64.7216568, 6.63000107, -11.3157063)
  44. wait(1)
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(58.4695549, 6.63000107, -9.41764355)
  46. wait(1)
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(68.068222, 6.63000107, -7.46636343)
  48. wait(1)
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(68.9409561, 6.62999964, -11.2087212)
  50. wait(1)
  51. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64.0699768, 6.63000107, -11.5208979)
  52. wait(0.5)
  53. wait(1)
  54. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(59.1558762, 6.63000107, -7.64516211)
  55. end
  56. end
  57. end
  58. end
  59. end
  60. else
  61. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64.7216568, 6.63000107, -11.3157063)
  62. wait(1)
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(58.4695549, 6.63000107, -9.41764355)
  64. wait(1)
  65. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(68.068222, 6.63000107, -7.46636343)
  66. wait(1)
  67. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(68.9409561, 6.62999964, -11.2087212)
  68. wait(1)
  69. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(64.0699768, 6.63000107, -11.5208979)
  70. wait(0.5)
  71. wait(1)
  72. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(59.1558762, 6.63000107, -7.64516211)
  73. end
  74. end
  75. end
  76.  
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement