Advertisement
UNKNOWNSCRIPTER12

sheesh new 1.0

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