Advertisement
UNKNOWNSCRIPTER12

sheesh new 1.0

Jun 30th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local UIGradient = Instance.new("UIGradient")
  7. local UICorner = Instance.new("UICorner")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local UIGradient_2 = Instance.new("UIGradient")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local UIGradient_3 = Instance.new("UIGradient")
  12. local DeliverySimulatorAutoFarmActivateHere = Instance.new("TextButton")
  13. local UIGradient_4 = Instance.new("UIGradient")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local DeliverySimulatorAutoFarmDisableHere = Instance.new("TextButton")
  16. local UIGradient_5 = Instance.new("UIGradient")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local UICorner_5 = Instance.new("UICorner")
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ResetOnSpawn = false
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  25. Frame.Position = UDim2.new(0.224191859, 0, 0.253756255, 0)
  26. Frame.Size = UDim2.new(0, 529, 0, 295)
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. TextLabel.Parent = Frame
  31. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. TextLabel.Size = UDim2.new(0, 529, 0, 50)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "Avoidzs Gui"
  35. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextLabel.TextScaled = true
  37. TextLabel.TextSize = 14.000
  38. TextLabel.TextWrapped = true
  39.  
  40. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
  41. UIGradient.Parent = TextLabel
  42.  
  43. UICorner.Parent = TextLabel
  44.  
  45. TextLabel_2.Parent = Frame
  46. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. TextLabel_2.Position = UDim2.new(0, 0, 0.830508471, 0)
  48. TextLabel_2.Size = UDim2.new(0, 529, 0, 50)
  49. TextLabel_2.Font = Enum.Font.SourceSans
  50. TextLabel_2.Text = "Gui Made By Avoidzs On YT |Please Like And Subscribe "
  51. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. TextLabel_2.TextScaled = true
  53. TextLabel_2.TextSize = 14.000
  54. TextLabel_2.TextWrapped = true
  55.  
  56. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
  57. UIGradient_2.Parent = TextLabel_2
  58.  
  59. UICorner_2.Parent = TextLabel_2
  60.  
  61. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
  62. UIGradient_3.Parent = Frame
  63.  
  64. DeliverySimulatorAutoFarmActivateHere.Name = "Delivery Simulator AutoFarm Activate Here!!!"
  65. DeliverySimulatorAutoFarmActivateHere.Parent = Frame
  66. DeliverySimulatorAutoFarmActivateHere.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. DeliverySimulatorAutoFarmActivateHere.Position = UDim2.new(0, 0, 0.169491529, 0)
  68. DeliverySimulatorAutoFarmActivateHere.Size = UDim2.new(0, 265, 0, 195)
  69. DeliverySimulatorAutoFarmActivateHere.Font = Enum.Font.SourceSans
  70. DeliverySimulatorAutoFarmActivateHere.Text = "Delivery Simulator AutoFarm Activate Here!!!"
  71. DeliverySimulatorAutoFarmActivateHere.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. DeliverySimulatorAutoFarmActivateHere.TextScaled = true
  73. DeliverySimulatorAutoFarmActivateHere.TextSize = 14.000
  74. DeliverySimulatorAutoFarmActivateHere.TextWrapped = true
  75. DeliverySimulatorAutoFarmActivateHere.MouseButton1Down:connect(function()
  76. _G.Enabled = true ---Enable script
  77. _G.Stock = true --Auto restock all racks
  78. _G.Deliver = true --Auto sell everything
  79.  
  80. loadstring(game:HttpGet('https://pastebin.com/raw/VkRfdPp1'))()
  81. end)
  82.  
  83. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
  84. UIGradient_4.Parent = DeliverySimulatorAutoFarmActivateHere
  85.  
  86. UICorner_3.Parent = DeliverySimulatorAutoFarmActivateHere
  87.  
  88. DeliverySimulatorAutoFarmDisableHere.Name = "Delivery Simulator AutoFarm Disable Here!!!"
  89. DeliverySimulatorAutoFarmDisableHere.Parent = Frame
  90. DeliverySimulatorAutoFarmDisableHere.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. DeliverySimulatorAutoFarmDisableHere.Position = UDim2.new(0.500945151, 0, 0.169491529, 0)
  92. DeliverySimulatorAutoFarmDisableHere.Size = UDim2.new(0, 265, 0, 195)
  93. DeliverySimulatorAutoFarmDisableHere.Font = Enum.Font.SourceSans
  94. DeliverySimulatorAutoFarmDisableHere.Text = "Delivery Simulator AutoFarm Disable Here!!!"
  95. DeliverySimulatorAutoFarmDisableHere.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. DeliverySimulatorAutoFarmDisableHere.TextScaled = true
  97. DeliverySimulatorAutoFarmDisableHere.TextSize = 14.000
  98. DeliverySimulatorAutoFarmDisableHere.TextWrapped = true
  99. DeliverySimulatorAutoFarmDisableHere.MouseButton1Down:connect(function()
  100. _G.Enabled = false ---Disable script
  101. _G.Stock = false --Disable Auto all racks
  102. _G.Deliver = false --Auto sell everything Disable
  103.  
  104.  
  105. loadstring(game:HttpGet('https://pastebin.com/raw/VkRfdPp1'))()
  106. end)
  107.  
  108. UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
  109. UIGradient_5.Parent = DeliverySimulatorAutoFarmDisableHere
  110.  
  111. UICorner_4.Parent = DeliverySimulatorAutoFarmDisableHere
  112.  
  113. UICorner_5.Parent = Frame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement