Advertisement
SirMeme

ass bandit

May 19th, 2019
6,224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 13.42 KB | None | 0 0
  1. -[[Credits:
  2. AutoFarm: https://v3rmillion.net/showthread.php?tid=745241
  3. GUI: https://v3rmillion.net/showthread.php?tid=436358
  4. InfBlocks: https://v3rmillion.net/showthread.php?tid=805211
  5. IY: https://infyield.yolasite.com/resources/IY_FE.txt]]
  6. -- Instances:
  7. local DreamerPostman = Instance.new("ScreenGui")
  8. local CommandsFrame = Instance.new("Frame")
  9. local Header = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local ExitButton = Instance.new("TextButton")
  12. local ButtonsFrame = Instance.new("Frame")
  13. local AutoGrindButton = Instance.new("TextButton")
  14. local EpicButton = Instance.new("TextButton")
  15. local LegendaryButton = Instance.new("TextButton")
  16. local RareButton = Instance.new("TextButton")
  17. local UncommonButton = Instance.new("TextButton")
  18. local CommonButton = Instance.new("TextButton")
  19. local InfBlockButton = Instance.new("TextButton")
  20. local IYButton = Instance.new("TextButton")
  21. local Team1Button = Instance.new("TextButton")
  22. local Team2Button = Instance.new("TextButton")
  23. local Team3Button = Instance.new("TextButton")
  24. local Team4Button = Instance.new("TextButton")
  25. local Team5Button = Instance.new("TextButton")
  26. local Team6Button = Instance.new("TextButton")
  27. local Team7Button = Instance.new("TextButton")
  28. --Properties:
  29. DreamerPostman.Name = "DreamerPostman"
  30. DreamerPostman.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. DreamerPostman.ResetOnSpawn = false
  32.  
  33. CommandsFrame.Archivable = false
  34. CommandsFrame.Name = "CommandsFrame"
  35. CommandsFrame.Parent = DreamerPostman
  36. CommandsFrame.Active = true
  37. CommandsFrame.Draggable = true
  38. CommandsFrame.BackgroundColor3 = Color3.new(0.235294, 0.231373, 0.235294)
  39. CommandsFrame.BorderSizePixel = 0
  40. CommandsFrame.Position = UDim2.new(0.3284657, 0, 0.334927022, 0)
  41. CommandsFrame.Size = UDim2.new(0.341707408, 0, 0.327999622, 0)
  42.  
  43. function onKeyPress(inputObject, gameProcessedEvent)
  44. if inputObject.KeyCode == Enum.KeyCode.L then
  45. if CommandsFrame.Visible == false then
  46. CommandsFrame.Visible = true
  47. else
  48. CommandsFrame.Visible = false
  49. end
  50. end
  51. end
  52.  
  53. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  54.  
  55. Header.Name = "Header"
  56. Header.Parent = CommandsFrame
  57. Header.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  58. Header.BorderSizePixel = 0
  59. Header.Size = UDim2.new(1, 0, 0.113475844, 0)
  60.  
  61. Title.Name = "Title"
  62. Title.Parent = Header
  63. Title.BackgroundColor3 = Color3.new(0.235294, 0.231373, 0.235294)
  64. Title.BackgroundTransparency = 1
  65. Title.BorderSizePixel = 0
  66. Title.Size = UDim2.new(1, 0, 1, 0)
  67. Title.Font = Enum.Font.SourceSansLight
  68. Title.Text = "Postman Pats shitty skidded BAB shit"
  69. Title.TextColor3 = Color3.new(1, 1, 1)
  70. Title.TextSize = 32
  71.  
  72. ExitButton.Name = "ExitButton"
  73. ExitButton.Parent = Header
  74. ExitButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  75. ExitButton.BorderSizePixel = 0
  76. ExitButton.Position = UDim2.new(0.937288165, 0, 0, 0)
  77. ExitButton.Size = UDim2.new(0.0627118647, 0, 0.415032297, 0)
  78. ExitButton.Font = Enum.Font.SourceSansLight
  79. ExitButton.Text = "Exit"
  80. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  81. ExitButton.TextSize = 16
  82.  
  83. ButtonsFrame.Name = "ButtonsFrame"
  84. ButtonsFrame.Parent = CommandsFrame
  85. ButtonsFrame.Active = true
  86. ButtonsFrame.BackgroundColor3 = Color3.new(0.27451, 0.552941, 0.823529)
  87. ButtonsFrame.BackgroundTransparency = 1
  88. ButtonsFrame.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  89. ButtonsFrame.BorderSizePixel = 0
  90. ButtonsFrame.ClipsDescendants = true
  91. ButtonsFrame.Position = UDim2.new(0, 0, 0.113475829, 0)
  92. ButtonsFrame.Size = UDim2.new(1.00000012, 0, 0.886524141, 0)
  93.  
  94. AutoGrindButton.Name = "AutoGrindButton"
  95. AutoGrindButton.Parent = ButtonsFrame
  96. AutoGrindButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  97. AutoGrindButton.BorderSizePixel = 0
  98. AutoGrindButton.Position = UDim2.new(0.00701022148, 0, 0.0315209776, 0)
  99. AutoGrindButton.Size = UDim2.new(0.382001728, 0, 0.136020422, 0)
  100. AutoGrindButton.Font = Enum.Font.SourceSansLight
  101. AutoGrindButton.Text = "Auto Grind (P) to toggle"
  102. AutoGrindButton.TextColor3 = Color3.new(1, 1, 1)
  103. AutoGrindButton.TextSize = 14
  104.  
  105. EpicButton.Name = "EpicButton"
  106. EpicButton.Parent = ButtonsFrame
  107. EpicButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  108. EpicButton.BorderSizePixel = 0
  109. EpicButton.Position = UDim2.new(0.00796955638, 0, 0.45974791, 0)
  110. EpicButton.Size = UDim2.new(0.381237566, 0, 0.136514783, 0)
  111. EpicButton.Font = Enum.Font.SourceSansLight
  112. EpicButton.Text = "Buy Epic Chest (135)"
  113. EpicButton.TextColor3 = Color3.new(1, 1, 1)
  114. EpicButton.TextSize = 14
  115.  
  116. LegendaryButton.Name = "LegendaryButton"
  117. LegendaryButton.Parent = ButtonsFrame
  118. LegendaryButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  119. LegendaryButton.BorderSizePixel = 0
  120. LegendaryButton.Position = UDim2.new(0.0080479579, 0, 0.296022385, 0)
  121. LegendaryButton.Size = UDim2.new(0.381159097, 0, 0.133513048, 0)
  122. LegendaryButton.Font = Enum.Font.SourceSansLight
  123. LegendaryButton.Text = "Buy Legendary Chest (405)"
  124. LegendaryButton.TextColor3 = Color3.new(1, 1, 1)
  125. LegendaryButton.TextSize = 14
  126.  
  127. RareButton.Name = "RareButton"
  128. RareButton.Parent = ButtonsFrame
  129. RareButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  130. RareButton.BorderSizePixel = 0
  131. RareButton.Position = UDim2.new(0.00687570497, 0, 0.62930578, 0)
  132. RareButton.Size = UDim2.new(0.38233152, 0, 0.133684173, 0)
  133. RareButton.Font = Enum.Font.SourceSansLight
  134. RareButton.Text = "Buy Rare Chest (45)"
  135. RareButton.TextColor3 = Color3.new(1, 1, 1)
  136. RareButton.TextSize = 14
  137.  
  138. UncommonButton.Name = "UncommonButton"
  139. UncommonButton.Parent = ButtonsFrame
  140. UncommonButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  141. UncommonButton.BorderSizePixel = 0
  142. UncommonButton.Position = UDim2.new(0.00778599037, 0, 0.793302774, 0)
  143. UncommonButton.Size = UDim2.new(0.381421119, 0, 0.135680109, 0)
  144. UncommonButton.Font = Enum.Font.SourceSansLight
  145. UncommonButton.Text = "Buy Uncommon Chest (15)"
  146. UncommonButton.TextColor3 = Color3.new(1, 1, 1)
  147. UncommonButton.TextSize = 14
  148.  
  149. CommonButton.Name = "CommonButton"
  150. CommonButton.Parent = ButtonsFrame
  151. CommonButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  152. CommonButton.BorderSizePixel = 0
  153. CommonButton.Position = UDim2.new(0.404746056, 0, 0.296022385, 0)
  154. CommonButton.Size = UDim2.new(0.381546497, 0, 0.133513063, 0)
  155. CommonButton.Font = Enum.Font.SourceSansLight
  156. CommonButton.Text = "Buy Common Chest (5)"
  157. CommonButton.TextColor3 = Color3.new(1, 1, 1)
  158. CommonButton.TextSize = 14
  159.  
  160. InfBlockButton.Name = "InfBlockButton"
  161. InfBlockButton.Parent = ButtonsFrame
  162. InfBlockButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  163. InfBlockButton.BorderSizePixel = 0
  164. InfBlockButton.Position = UDim2.new(0.404746205, 0, 0.0315209851, 0)
  165. InfBlockButton.Size = UDim2.new(0.381546557, 0, 0.136020422, 0)
  166. InfBlockButton.Font = Enum.Font.SourceSansLight
  167. InfBlockButton.Text = "Infinite Blocks (Build Tool)"
  168. InfBlockButton.TextColor3 = Color3.new(1, 1, 1)
  169. InfBlockButton.TextSize = 14
  170.  
  171. IYButton.Name = "IYButton"
  172. IYButton.Parent = ButtonsFrame
  173. IYButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  174. IYButton.BorderSizePixel = 0
  175. IYButton.Position = UDim2.new(0.798511684, 0, 0.0315209851, 0)
  176. IYButton.Size = UDim2.new(0.167942911, 0, 0.136020333, 0)
  177. IYButton.Font = Enum.Font.SourceSansLight
  178. IYButton.Text = "IY"
  179. IYButton.TextColor3 = Color3.new(1, 1, 1)
  180. IYButton.TextSize = 14
  181.  
  182. Team1Button.Name = "Team1Button"
  183. Team1Button.Parent = ButtonsFrame
  184. Team1Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  185. Team1Button.BorderSizePixel = 0
  186. Team1Button.Position = UDim2.new(0.497136831, 0, 0.549513698, 0)
  187. Team1Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  188. Team1Button.Font = Enum.Font.SourceSansLight
  189. Team1Button.Text = "Team White"
  190. Team1Button.TextColor3 = Color3.new(1, 1, 1)
  191. Team1Button.TextSize = 14
  192.  
  193. Team2Button.Name = "Team2Button"
  194. Team2Button.Parent = ButtonsFrame
  195. Team2Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  196. Team2Button.BorderSizePixel = 0
  197. Team2Button.Position = UDim2.new(0.739662766, 0, 0.549513698, 0)
  198. Team2Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  199. Team2Button.Font = Enum.Font.SourceSansLight
  200. Team2Button.Text = "Team Blue"
  201. Team2Button.TextColor3 = Color3.new(1, 1, 1)
  202. Team2Button.TextSize = 14
  203.  
  204. Team3Button.Name = "Team3Button"
  205. Team3Button.Parent = ButtonsFrame
  206. Team3Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  207. Team3Button.BorderSizePixel = 0
  208. Team3Button.Position = UDim2.new(0.497136831, 0, 0.655135036, 0)
  209. Team3Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  210. Team3Button.Font = Enum.Font.SourceSansLight
  211. Team3Button.Text = "Team Green"
  212. Team3Button.TextColor3 = Color3.new(1, 1, 1)
  213. Team3Button.TextSize = 14
  214.  
  215. Team4Button.Name = "Team4Button"
  216. Team4Button.Parent = ButtonsFrame
  217. Team4Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  218. Team4Button.BorderSizePixel = 0
  219. Team4Button.Position = UDim2.new(0.739662766, 0, 0.655135036, 0)
  220. Team4Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  221. Team4Button.Font = Enum.Font.SourceSansLight
  222. Team4Button.Text = "Team Red"
  223. Team4Button.TextColor3 = Color3.new(1, 1, 1)
  224. Team4Button.TextSize = 14
  225.  
  226. Team5Button.Name = "Team5Button"
  227. Team5Button.Parent = ButtonsFrame
  228. Team5Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  229. Team5Button.BorderSizePixel = 0
  230. Team5Button.Position = UDim2.new(0.497136831, 0, 0.76498121, 0)
  231. Team5Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  232. Team5Button.Font = Enum.Font.SourceSansLight
  233. Team5Button.Text = "Team Black"
  234. Team5Button.TextColor3 = Color3.new(1, 1, 1)
  235. Team5Button.TextSize = 14
  236.  
  237. Team6Button.Name = "Team6Button"
  238. Team6Button.Parent = ButtonsFrame
  239. Team6Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  240. Team6Button.BorderSizePixel = 0
  241. Team6Button.Position = UDim2.new(0.739662766, 0, 0.76498121, 0)
  242. Team6Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  243. Team6Button.Font = Enum.Font.SourceSansLight
  244. Team6Button.Text = "Team Yellow"
  245. Team6Button.TextColor3 = Color3.new(1, 1, 1)
  246. Team6Button.TextSize = 14
  247.  
  248. Team7Button.Name = "Team7Button"
  249. Team7Button.Parent = ButtonsFrame
  250. Team7Button.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  251. Team7Button.BorderSizePixel = 0
  252. Team7Button.Position = UDim2.new(0.601076484, 0, 0.874827445, 0)
  253. Team7Button.Size = UDim2.new(0.226791874, 0, 0.0828147978, 0)
  254. Team7Button.Font = Enum.Font.SourceSansLight
  255. Team7Button.Text = "Team Magenta"
  256. Team7Button.TextColor3 = Color3.new(1, 1, 1)
  257. Team7Button.TextSize = 14
  258. -- Scripts:
  259. Team1Button.MouseButton1Click:Connect(function()
  260.     local ASD = game.Teams:GetChildren()
  261.         for _,obj in pairs(ASD) do
  262.         obj.Name = "Team".._
  263.     end
  264.     for i, v in pairs(game.Players:GetPlayers()) do
  265.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team1"].TeamColor, v)
  266.     end
  267. end)
  268.  
  269. Team2Button.MouseButton1Click:Connect(function()
  270.     local ASD = game.Teams:GetChildren()
  271.         for _,obj in pairs(ASD) do
  272.         obj.Name = "Team".._
  273.     end
  274.    
  275.     for i, v in pairs(game.Players:GetPlayers()) do
  276.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team2"].TeamColor, v)
  277.     end
  278. end)
  279.  
  280. Team3Button.MouseButton1Click:Connect(function()
  281.     local ASD = game.Teams:GetChildren()
  282.         for _,obj in pairs(ASD) do
  283.         obj.Name = "Team".._
  284.     end
  285.     for i, v in pairs(game.Players:GetPlayers()) do
  286.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team3"].TeamColor, v)
  287.     end
  288. end)
  289.  
  290. Team4Button.MouseButton1Click:Connect(function()
  291.     local ASD = game.Teams:GetChildren()
  292.         for _,obj in pairs(ASD) do
  293.         obj.Name = "Team".._
  294.     end
  295.     for i, v in pairs(game.Players:GetPlayers()) do
  296.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team4"].TeamColor, v)
  297.     end
  298. end)
  299.  
  300. Team5Button.MouseButton1Click:Connect(function()
  301.     local ASD = game.Teams:GetChildren()
  302.         for _,obj in pairs(ASD) do
  303.         obj.Name = "Team".._
  304.     end
  305.     for i, v in pairs(game.Players:GetPlayers()) do
  306.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team5"].TeamColor, v)
  307.     end
  308. end)
  309.  
  310. Team6Button.MouseButton1Click:Connect(function()
  311.     local ASD = game.Teams:GetChildren()
  312.         for _,obj in pairs(ASD) do
  313.         obj.Name = "Team".._
  314.     end
  315.     for i, v in pairs(game.Players:GetPlayers()) do
  316.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team6"].TeamColor, v)
  317.     end
  318. end)
  319.  
  320. Team7Button.MouseButton1Click:Connect(function()
  321.     local ASD = game.Teams:GetChildren()
  322.         for _,obj in pairs(ASD) do
  323.         obj.Name = "Team".._
  324.     end
  325.     for i, v in pairs(game.Players:GetPlayers()) do
  326.         game.Workspace.ChangeTeam:FireServer(game.Teams["Team7"].TeamColor, v)
  327.     end
  328. end)
  329.  
  330. CommonButton.MouseButton1Click:Connect(function()
  331.     game:GetService("Workspace").ItemBoughtFromShop:FireServer("Common Chest")
  332. end)
  333.  
  334. UncommonButton.MouseButton1Click:Connect(function()
  335.     game:GetService("Workspace").ItemBoughtFromShop:FireServer("Uncommon Chest")
  336. end)
  337.  
  338. RareButton.MouseButton1Click:Connect(function()
  339.     game:GetService("Workspace").ItemBoughtFromShop:FireServer("Rare Chest")
  340. end)
  341.  
  342. EpicButton.MouseButton1Click:Connect(function()
  343.     game:GetService("Workspace").ItemBoughtFromShop:FireServer("Epic Chest")
  344. end)
  345.  
  346. LegendaryButton.MouseButton1Click:Connect(function()
  347.     game:GetService("Workspace").ItemBoughtFromShop:FireServer("Legendary Chest")
  348. end)
  349.  
  350. IYButton.MouseButton1Click:Connect(function()
  351.     loadstring(game:HttpGet(('https://pastebin.com/raw/aPZUDjfn'),true))()
  352. end)
  353.  
  354. AutoGrindButton.MouseButton1Click:Connect(function()
  355.     loadstring(game:HttpGet("https://pastebin.com/raw/6FkKQnN4", true))()
  356. end)
  357.  
  358. InfBlockButton.MouseButton1Click:Connect(function()
  359.     loadstring(game:HttpGet("https://pastebin.com/raw/6wTtXhCU", true))()
  360.    
  361. end)
  362.  
  363. ExitButton.MouseButton1Click:Connect(function()
  364.     CommandsFrame.Visible = false
  365. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement