Advertisement
YT_PatricioTGN

Big paintball

Apr 4th, 2021
3,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.27 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local BigPaintball = Instance.new("ScreenGui")
  7. local Menu = Instance.new("Frame")
  8. local Name = Instance.new("TextLabel")
  9. local Close = Instance.new("TextButton")
  10. local Home = Instance.new("Frame")
  11. local Name_2 = Instance.new("TextLabel")
  12. local GUI2 = Instance.new("TextButton")
  13. local GUI = Instance.new("TextButton")
  14. local Open = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. BigPaintball.Name = "BigPaintball"
  19. BigPaintball.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. BigPaintball.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Menu.Name = "Menu"
  23. Menu.Parent = BigPaintball
  24. Menu.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  25. Menu.Position = UDim2.new(0.338775516, 0, 0.337837815, 0)
  26. Menu.Size = UDim2.new(0, 394, 0, 263)
  27. Menu.Visible = false
  28.  
  29. Name.Name = "Name"
  30. Name.Parent = Menu
  31. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Name.Position = UDim2.new(0.246192887, 0, 0.89733839, 0)
  33. Name.Size = UDim2.new(0, 200, 0, 50)
  34. Name.Font = Enum.Font.SourceSans
  35. Name.Text = "GUI made by VeryCoolMike2000"
  36. Name.TextColor3 = Color3.new(0, 0, 0)
  37. Name.TextScaled = true
  38. Name.TextSize = 14
  39. Name.TextWrapped = true
  40.  
  41. Close.Name = "Close"
  42. Close.Parent = Menu
  43. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  44. Close.Position = UDim2.new(0.918781698, 0, 0, 0)
  45. Close.Size = UDim2.new(0, 32, 0, 25)
  46. Close.Font = Enum.Font.SourceSans
  47. Close.Text = "X"
  48. Close.TextColor3 = Color3.new(0, 0, 0)
  49. Close.TextScaled = true
  50. Close.TextSize = 14
  51. Close.TextWrapped = true
  52.  
  53. Home.Name = "Home"
  54. Home.Parent = Menu
  55. Home.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  56. Home.Position = UDim2.new(0, 0, 0.095057033, 0)
  57. Home.Size = UDim2.new(0, 394, 0, 211)
  58.  
  59. Name_2.Name = "Name"
  60. Name_2.Parent = Home
  61. Name_2.BackgroundColor3 = Color3.new(1, 1, 1)
  62. Name_2.Position = UDim2.new(0, 0, -0.118483409, 0)
  63. Name_2.Size = UDim2.new(0, 362, 0, 25)
  64. Name_2.Font = Enum.Font.SourceSans
  65. Name_2.Text = "BIG PAINTBALL GUI"
  66. Name_2.TextColor3 = Color3.new(0, 0, 0)
  67. Name_2.TextScaled = true
  68. Name_2.TextSize = 14
  69. Name_2.TextWrapped = true
  70.  
  71. GUI2.Name = "GUI2"
  72. GUI2.Parent = Menu
  73. GUI2.BackgroundColor3 = Color3.new(1, 1, 1)
  74. GUI2.Position = UDim2.new(0.548223376, 0, 0.267709434, 0)
  75. GUI2.Size = UDim2.new(0, 135, 0, 40)
  76. GUI2.Font = Enum.Font.SourceSans
  77. GUI2.Text = "SILENT AIM"
  78. GUI2.TextColor3 = Color3.new(0, 0, 0)
  79. GUI2.TextScaled = true
  80. GUI2.TextSize = 14
  81. GUI2.TextWrapped = true
  82.  
  83. GUI.Name = "GUI"
  84. GUI.Parent = Menu
  85. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  86. GUI.Position = UDim2.new(0.0913705453, 0, 0.266159683, 0)
  87. GUI.Size = UDim2.new(0, 117, 0, 39)
  88. GUI.Font = Enum.Font.SourceSans
  89. GUI.Text = "BIG PAINTBALL GUI 1"
  90. GUI.TextColor3 = Color3.new(0, 0, 0)
  91. GUI.TextScaled = true
  92. GUI.TextSize = 14
  93. GUI.TextWrapped = true
  94.  
  95. Open.Name = "Open"
  96. Open.Parent = BigPaintball
  97. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Open.Position = UDim2.new(0, 0, 0.481572479, 0)
  99. Open.Size = UDim2.new(0, 100, 0, 40)
  100. Open.Font = Enum.Font.SourceSans
  101. Open.Text = "Open"
  102. Open.TextColor3 = Color3.new(0, 0, 0)
  103. Open.TextSize = 14
  104.  
  105. -- Scripts:
  106.  
  107. local function FIHXD_fake_script() -- Name.LocalScript
  108. local script = Instance.new('LocalScript', Name)
  109.  
  110. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  111.  
  112. counter = 0
  113.  
  114. while wait(0.1)do
  115. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  116.  
  117. counter = counter + 0.01
  118. end
  119. end
  120. coroutine.wrap(FIHXD_fake_script)()
  121. local function MYSFKT_fake_script() -- Close.LocalScript
  122. local script = Instance.new('LocalScript', Close)
  123.  
  124. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  125.  
  126. counter = 0
  127.  
  128. while wait(0.1)do
  129. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  130.  
  131. counter = counter + 0.01
  132. end
  133. end
  134. coroutine.wrap(MYSFKT_fake_script)()
  135. local function OHDR_fake_script() -- Close.LocalScript
  136. local script = Instance.new('LocalScript', Close)
  137.  
  138. script.Parent.MouseButton1Down:Connect(function()
  139. Menu.Visible = false
  140. Open.Visible = true
  141. end)
  142. end
  143. coroutine.wrap(OHDR_fake_script)()
  144. local function RBVTCCX_fake_script() -- Name_2.LocalScript
  145. local script = Instance.new('LocalScript', Name_2)
  146.  
  147. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  148.  
  149. counter = 0
  150.  
  151. while wait(0.1)do
  152. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  153.  
  154. counter = counter + 0.01
  155. end
  156. end
  157. coroutine.wrap(RBVTCCX_fake_script)()
  158. local function XIOC_fake_script() -- GUI2.LocalScript
  159. local script = Instance.new('LocalScript', GUI2)
  160.  
  161. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  162.  
  163. counter = 0
  164.  
  165. while wait(0.1)do
  166. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  167.  
  168. counter = counter + 0.01
  169. end
  170.  
  171. end
  172. coroutine.wrap(XIOC_fake_script)()
  173. local function SSXO_fake_script() -- GUI2.LocalScript
  174. local script = Instance.new('LocalScript', GUI2)
  175.  
  176. GUI2.MouseButton1Down:connect(function()
  177. loadstring(game:HttpGet("https://www.pastebin.com/raw/PuaaGKsT"))()
  178. end)
  179. end
  180. coroutine.wrap(SSXO_fake_script)()
  181. local function YCLLJP_fake_script() -- GUI.LocalScript
  182. local script = Instance.new('LocalScript', GUI)
  183.  
  184. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  185.  
  186. counter = 0
  187.  
  188. while wait(0.1)do
  189. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  190.  
  191. counter = counter + 0.01
  192. end
  193. end
  194. coroutine.wrap(YCLLJP_fake_script)()
  195. local function JVKEWC_fake_script() -- GUI.LocalScript
  196. local script = Instance.new('LocalScript', GUI)
  197.  
  198. GUI.MouseButton1Down:connect(function()
  199. loadstring(game:HttpGet("https://pastebin.com/ASShwYDm"))()
  200. end)
  201. end
  202. coroutine.wrap(JVKEWC_fake_script)()
  203. local function RQMXOT_fake_script() -- Open.LocalScript
  204. local script = Instance.new('LocalScript', Open)
  205.  
  206. Open.MouseButton1Down:connect(function()
  207. Open.Visible = false
  208. Menu.Visible = true
  209. end)
  210. end
  211. coroutine.wrap(RQMXOT_fake_script)()
  212. local function RYEM_fake_script() -- Open.LocalScript
  213. local script = Instance.new('LocalScript', Open)
  214.  
  215. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  216.  
  217. counter = 0
  218.  
  219. while wait(0.1)do
  220. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  221.  
  222. counter = counter + 0.01
  223. end
  224. end
  225. coroutine.wrap(RYEM_fake_script)()
  226.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement