Advertisement
EliteWolfie

Mad Paintball 2 Script

Jan 29th, 2019
3,600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.21 KB | None | 0 0
  1. -- Objects
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local Rubies = Instance.new("TextButton")
  8. local Weapon = Instance.new("TextButton")
  9. local Clothing = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  19. Frame.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  20. Frame.Position = UDim2.new(0.0569620207, 0, 0.224252492, 0)
  21. Frame.Size = UDim2.new(0, 311, 0, 110)
  22.  
  23. Close.Name = "Close"
  24. Close.Parent = Frame
  25. Close.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  26. Close.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  27. Close.Position = UDim2.new(0.781350493, 0, 0.827272713, 0)
  28. Close.Size = UDim2.new(0, 68, 0, 19)
  29. Close.Font = Enum.Font.SourceSans
  30. Close.Text = "Close"
  31. Close.TextColor3 = Color3.new(0, 0, 0)
  32. Close.TextSize = 14
  33. Close.MouseButton1Down:Connect(function()
  34. Frame.Visible = false
  35. end)
  36.  
  37. Rubies.Name = "Rubies"
  38. Rubies.Parent = Frame
  39. Rubies.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  40. Rubies.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  41. Rubies.Position = UDim2.new(0.0192926042, 0, 0.300000012, 0)
  42. Rubies.Size = UDim2.new(0, 110, 0, 29)
  43. Rubies.Font = Enum.Font.SourceSans
  44. Rubies.Text = "1mil Rubies"
  45. Rubies.TextColor3 = Color3.new(0, 0, 0)
  46. Rubies.TextSize = 14
  47. Rubies.MouseButton1Down:Connect(function()
  48. game.ReplicatedStorage.GameMain.Select:FireServer("BuySlot", {"4Slots30Days", -1000000})
  49. end)
  50.  
  51. Weapon.Name = "Weapon"
  52. Weapon.Parent = Frame
  53. Weapon.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  54. Weapon.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  55. Weapon.Position = UDim2.new(0.0192926042, 0, 0.663636327, 0)
  56. Weapon.Size = UDim2.new(0, 110, 0, 29)
  57. Weapon.Font = Enum.Font.SourceSans
  58. Weapon.Text = "Get All Weapons"
  59. Weapon.TextColor3 = Color3.new(0, 0, 0)
  60. Weapon.TextSize = 14
  61. Weapon.MouseButton1Down:Connect(function()
  62. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  63.  
  64. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  65.  
  66. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  67.  
  68. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  69. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  70.  
  71. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  72.  
  73. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  74.  
  75. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  76. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  77.  
  78. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  79.  
  80. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  81.  
  82. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  83. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  84.  
  85. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  86.  
  87. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  88.  
  89. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  90. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  91.  
  92. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  93.  
  94. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  95.  
  96. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  97. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 1})
  98.  
  99. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 2})
  100.  
  101. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 3})
  102.  
  103. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Weapons", 4})
  104. end)
  105.  
  106. Clothing.Name = "Clothing"
  107. Clothing.Parent = Frame
  108. Clothing.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  109. Clothing.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  110. Clothing.Position = UDim2.new(0.427652717, 0, 0.299999952, 0)
  111. Clothing.Size = UDim2.new(0, 110, 0, 29)
  112. Clothing.Font = Enum.Font.SourceSans
  113. Clothing.Text = "Get All Clothings"
  114. Clothing.TextColor3 = Color3.new(0, 0, 0)
  115. Clothing.TextSize = 14
  116. Clothing.MouseButton1Down:Connect(function()
  117. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  118.  
  119. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  120.  
  121. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  122.  
  123. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  124. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  125.  
  126. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  127.  
  128. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  129.  
  130. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  131. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  132.  
  133. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  134.  
  135. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  136.  
  137. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  138. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  139.  
  140. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  141.  
  142. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  143.  
  144. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  145. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  146.  
  147. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  148.  
  149. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  150.  
  151. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  152. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 1})
  153.  
  154. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 2})
  155.  
  156. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 3})
  157.  
  158. game.ReplicatedStorage.GameMain.Select:FireServer("BuyCrate", {"Clothes", 4})
  159. end)
  160.  
  161. TextLabel.Parent = Frame
  162. TextLabel.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  163. TextLabel.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  164. TextLabel.Position = UDim2.new(0.520900309, 0, 0.836363614, 0)
  165. TextLabel.Size = UDim2.new(0, 70, 0, 18)
  166. TextLabel.Font = Enum.Font.SourceSans
  167. TextLabel.Text = "Status: Works!"
  168. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  169. TextLabel.TextSize = 14
  170.  
  171. TextLabel_2.Parent = Frame
  172. TextLabel_2.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  173. TextLabel_2.BorderColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  174. TextLabel_2.Position = UDim2.new(0, 0, 0.00909093022, 0)
  175. TextLabel_2.Size = UDim2.new(0, 311, 0, 25)
  176. TextLabel_2.Font = Enum.Font.SourceSans
  177. TextLabel_2.Text = "Mad Paintball 2 ~~~ Made By Elite Wolfie#5889"
  178. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  179. TextLabel_2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement