Advertisement
Guest User

WorkAtThePizzaPlace

a guest
Feb 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. local WorkAtThePizza = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local RememberThis1 = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local RememberThis2 = Instance.new("Frame")
  8. local Credits = Instance.new("TextLabel")
  9. local AutoFarmGUI = Instance.new("TextButton")
  10. local AntiAFK = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12.  
  13. WorkAtThePizza.Name = "WorkAtThePizza"
  14. WorkAtThePizza.Parent = game.CoreGui
  15.  
  16. OpenFrame.Name = "OpenFrame"
  17. OpenFrame.Parent = WorkAtThePizza
  18. OpenFrame.Active = true
  19. OpenFrame.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  20. OpenFrame.BorderSizePixel = 0
  21. OpenFrame.Position = UDim2.new(0, 0, 0.680161953, 0)
  22. OpenFrame.Size = UDim2.new(0, 81, 0, 30)
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = OpenFrame
  26. Open.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  27. Open.BorderSizePixel = 0
  28. Open.Position = UDim2.new(-0.0123455375, 0, 0.0333333351, 0)
  29. Open.Size = UDim2.new(0, 77, 0, 29)
  30. Open.Font = Enum.Font.Cartoon
  31. Open.Text = "Open"
  32. Open.TextColor3 = Color3.new(0, 0, 0)
  33. Open.TextSize = 16
  34. Open.MouseButton1Down:connect(function()
  35. Main.Visible = true
  36. OpenFrame.Visible = false
  37. end)
  38.  
  39. Main.Name = "Main"
  40. Main.Parent = WorkAtThePizza
  41. Main.Active = true
  42. Main.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  43. Main.BackgroundTransparency = 0.20000000298023
  44. Main.BorderSizePixel = 0
  45. Main.Position = UDim2.new(0.363911301, 0, 0.218623489, 0)
  46. Main.Size = UDim2.new(0, 270, 0, 186)
  47. Main.Visible = false
  48. Main.Draggable = true
  49.  
  50. RememberThis1.Name = "RememberThis1"
  51. RememberThis1.Parent = Main
  52. RememberThis1.Active = true
  53. RememberThis1.BackgroundColor3 = Color3.new(0, 0, 0)
  54. RememberThis1.BorderSizePixel = 0
  55. RememberThis1.Size = UDim2.new(0, 270, 0, 29)
  56.  
  57. Name.Name = "Name"
  58. Name.Parent = RememberThis1
  59. Name.Active = true
  60. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  61. Name.BackgroundTransparency = 1
  62. Name.BorderSizePixel = 0
  63. Name.Size = UDim2.new(0, 270, 0, 29)
  64. Name.Font = Enum.Font.Cartoon
  65. Name.Text = "WorkAtThePizzaPlace GUI"
  66. Name.TextColor3 = Color3.new(1, 1, 1)
  67. Name.TextSize = 15
  68.  
  69. RememberThis2.Name = "RememberThis2"
  70. RememberThis2.Parent = Main
  71. RememberThis2.Active = true
  72. RememberThis2.BackgroundColor3 = Color3.new(0, 0, 0)
  73. RememberThis2.BorderSizePixel = 0
  74. RememberThis2.Position = UDim2.new(0, 0, 0.844086051, 0)
  75. RememberThis2.Size = UDim2.new(0, 270, 0, 29)
  76.  
  77. Credits.Name = "Credits"
  78. Credits.Parent = RememberThis2
  79. Credits.Active = true
  80. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Credits.BackgroundTransparency = 1
  82. Credits.BorderSizePixel = 0
  83. Credits.Size = UDim2.new(0, 270, 0, 29)
  84. Credits.Font = Enum.Font.Cartoon
  85. Credits.Text = "GUI Made By AlexMarelli#7319"
  86. Credits.TextColor3 = Color3.new(1, 1, 1)
  87. Credits.TextSize = 15
  88.  
  89. AutoFarmGUI.Name = "AutoFarm GUI"
  90. AutoFarmGUI.Parent = Main
  91. AutoFarmGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  92. AutoFarmGUI.BorderSizePixel = 0
  93. AutoFarmGUI.Position = UDim2.new(0.129629627, 0, 0.193548396, 0)
  94. AutoFarmGUI.Size = UDim2.new(0, 200, 0, 50)
  95. AutoFarmGUI.Font = Enum.Font.Cartoon
  96. AutoFarmGUI.Text = "AutoFarm GUI"
  97. AutoFarmGUI.TextColor3 = Color3.new(1, 1, 1)
  98. AutoFarmGUI.TextSize = 14
  99. AutoFarmGUI.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet("https://pastebin.com/raw/cEwtwKZR",true))()
  101. end)
  102.  
  103. AntiAFK.Name = "Anti-AFK"
  104. AntiAFK.Parent = Main
  105. AntiAFK.BackgroundColor3 = Color3.new(0, 0, 0)
  106. AntiAFK.BorderSizePixel = 0
  107. AntiAFK.Position = UDim2.new(0.129629627, 0, 0.537634373, 0)
  108. AntiAFK.Size = UDim2.new(0, 200, 0, 50)
  109. AntiAFK.Font = Enum.Font.Cartoon
  110. AntiAFK.Text = "Anti-AFK"
  111. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  112. AntiAFK.TextSize = 14
  113. AntiAFK.MouseButton1Down:connect(function()
  114. local VirtualUser=game:service'VirtualUser'
  115. game:service'Players'.LocalPlayer.Idled:connect(function()
  116. VirtualUser:CaptureController()
  117. VirtualUser:ClickButton2(Vector2.new())
  118. end)
  119. print'Anti Afk ran'
  120. end)
  121.  
  122. Close.Name = "Close"
  123. Close.Parent = Main
  124. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  125. Close.BackgroundTransparency = 1
  126. Close.BorderSizePixel = 0
  127. Close.Position = UDim2.new(0.870370388, 0, 0, 0)
  128. Close.Size = UDim2.new(0, 35, 0, 29)
  129. Close.Font = Enum.Font.Cartoon
  130. Close.Text = "X"
  131. Close.TextColor3 = Color3.new(1, 1, 1)
  132. Close.TextSize = 14
  133. Close.MouseButton1Down:connect(function()
  134. OpenFrame.Visible = true
  135. Main.Visible = false
  136. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement