Advertisement
thicclife

thicchax v1.2.0

Jun 22nd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.77 KB | None | 0 0
  1. -- Objects
  2.  
  3. local thicc = Instance.new("ScreenGui")
  4. local MAIN = Instance.new("Frame")
  5. local teal = Instance.new("Frame")
  6. local green = Instance.new("Frame")
  7. local lime = Instance.new("Frame")
  8. local blue = Instance.new("Frame")
  9. local codes = Instance.new("TextButton")
  10. local localp = Instance.new("TextButton")
  11. local scripts = Instance.new("TextButton")
  12. local special = Instance.new("TextButton")
  13. local scriptab = Instance.new("ScrollingFrame")
  14. local Booga = Instance.new("TextButton")
  15. local SB2 = Instance.new("TextButton")
  16. local BBautofarm = Instance.new("TextButton")
  17. local localptab = Instance.new("ScrollingFrame")
  18. local dunno = Instance.new("TextButton")
  19. local noclip = Instance.new("TextButton")
  20. local btools = Instance.new("TextButton")
  21. local specialtab = Instance.new("ScrollingFrame")
  22. local TextLabel = Instance.new("TextLabel")
  23. local codetab = Instance.new("Frame")
  24. local cmd = Instance.new("TextBox")
  25. local submit = Instance.new("TextButton")
  26. local credits = Instance.new("TextLabel")
  27. local p3ny = Instance.new("TextLabel")
  28. local openandclose = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. thicc.Name = "thicc"
  33. thicc.Parent = game.CoreGui
  34.  
  35. MAIN.Name = "MAIN"
  36. MAIN.Parent = thicc
  37. MAIN.Active = true
  38. MAIN.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  39. MAIN.Position = UDim2.new(0.0432692319, 0, 0.279116452, 0)
  40. MAIN.Size = UDim2.new(0, 516, 0, 251)
  41.  
  42. teal.Name = "teal"
  43. teal.Parent = MAIN
  44. teal.BackgroundColor3 = Color3.new(0.00784314, 1, 0.752941)
  45. teal.BorderColor3 = Color3.new(0, 1, 0.54902)
  46. teal.Position = UDim2.new(0.245098025, 0, 0.111553788, 0)
  47. teal.Size = UDim2.new(0, 126, 0, 7)
  48.  
  49. green.Name = "green"
  50. green.Parent = MAIN
  51. green.BackgroundColor3 = Color3.new(0.431373, 1, 0)
  52. green.BorderColor3 = Color3.new(0, 1, 0.54902)
  53. green.Position = UDim2.new(0.490196049, 0, 0.111553788, 0)
  54. green.Size = UDim2.new(0, 126, 0, 7)
  55.  
  56. lime.Name = "lime"
  57. lime.Parent = MAIN
  58. lime.BackgroundColor3 = Color3.new(0.768628, 1, 0)
  59. lime.BorderColor3 = Color3.new(0.768628, 1, 0)
  60. lime.Position = UDim2.new(0.735294104, 0, 0.111553788, 0)
  61. lime.Size = UDim2.new(0, 137, 0, 7)
  62.  
  63. blue.Name = "blue"
  64. blue.Parent = MAIN
  65. blue.BackgroundColor3 = Color3.new(0, 0.866667, 1)
  66. blue.BorderColor3 = Color3.new(0, 0.866667, 1)
  67. blue.Position = UDim2.new(0, 0, 0.111553788, 0)
  68. blue.Size = UDim2.new(0, 126, 0, 7)
  69.  
  70. codes.Name = "codes"
  71. codes.Parent = MAIN
  72. codes.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  73. codes.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  74. codes.Position = UDim2.new(0.735294104, 0, 0, 0)
  75. codes.Size = UDim2.new(0, 137, 0, 28)
  76. codes.Font = Enum.Font.SourceSans
  77. codes.Text = "CODES"
  78. codes.TextColor3 = Color3.new(1, 1, 1)
  79. codes.TextSize = 25
  80.  
  81. localp.Name = "localp"
  82. localp.Parent = MAIN
  83. localp.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  84. localp.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  85. localp.Position = UDim2.new(0.245098025, 0, 0, 0)
  86. localp.Size = UDim2.new(0, 126, 0, 28)
  87. localp.Font = Enum.Font.SourceSans
  88. localp.Text = "LocalPlayer"
  89. localp.TextColor3 = Color3.new(1, 1, 1)
  90. localp.TextSize = 25
  91.  
  92. scripts.Name = "scripts"
  93. scripts.Parent = MAIN
  94. scripts.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  95. scripts.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  96. scripts.Size = UDim2.new(0, 126, 0, 28)
  97. scripts.Font = Enum.Font.SourceSans
  98. scripts.Text = "Scripts"
  99. scripts.TextColor3 = Color3.new(1, 1, 1)
  100. scripts.TextSize = 25
  101.  
  102. special.Name = "special"
  103. special.Parent = MAIN
  104. special.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  105. special.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  106. special.Position = UDim2.new(0.490196049, 0, 0, 0)
  107. special.Size = UDim2.new(0, 126, 0, 28)
  108. special.Font = Enum.Font.SourceSans
  109. special.Text = "Special"
  110. special.TextColor3 = Color3.new(1, 1, 1)
  111. special.TextSize = 25
  112.  
  113. scriptab.Name = "scriptab"
  114. scriptab.Parent = MAIN
  115. scriptab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  116. scriptab.Position = UDim2.new(0.000633571297, 0, 0.138242215, 0)
  117. scriptab.Size = UDim2.new(0, 516, 0, 216)
  118. scriptab.Visible = false
  119.  
  120. Booga.Name = "Booga"
  121. Booga.Parent = scriptab
  122. Booga.BackgroundColor3 = Color3.new(0, 0.831373, 0.956863)
  123. Booga.Position = UDim2.new(0.0193798449, 0, 0.018998079, 0)
  124. Booga.Size = UDim2.new(0, 149, 0, 29)
  125. Booga.Font = Enum.Font.SourceSans
  126. Booga.Text = "Booga Booga Craft"
  127. Booga.TextColor3 = Color3.new(0, 0, 0)
  128. Booga.TextSize = 14
  129.  
  130. SB2.Name = "SB2"
  131. SB2.Parent = scriptab
  132. SB2.BackgroundColor3 = Color3.new(0, 0.831373, 0.956863)
  133. SB2.Position = UDim2.new(0.34302327, 0, 0.018998079, 0)
  134. SB2.Size = UDim2.new(0, 149, 0, 29)
  135. SB2.Font = Enum.Font.SourceSans
  136. SB2.Text = "Sword Burst 2 Auto Farm"
  137. SB2.TextColor3 = Color3.new(0, 0, 0)
  138. SB2.TextSize = 14
  139.  
  140. BBautofarm.Name = "BB autofarm"
  141. BBautofarm.Parent = scriptab
  142. BBautofarm.BackgroundColor3 = Color3.new(0, 0.831373, 0.956863)
  143. BBautofarm.Position = UDim2.new(0.670542657, 0, 0.018998079, 0)
  144. BBautofarm.Size = UDim2.new(0, 149, 0, 29)
  145. BBautofarm.Font = Enum.Font.SourceSans
  146. BBautofarm.Text = "Beyblade Autofarm"
  147. BBautofarm.TextColor3 = Color3.new(0, 0, 0)
  148. BBautofarm.TextSize = 14
  149.  
  150. localptab.Name = "localptab"
  151. localptab.Parent = MAIN
  152. localptab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  153. localptab.Position = UDim2.new(0.000633571297, 0, 0.138242215, 0)
  154. localptab.Size = UDim2.new(0, 516, 0, 216)
  155. localptab.Visible = false
  156.  
  157. dunno.Name = "dunno"
  158. dunno.Parent = localptab
  159. dunno.BackgroundColor3 = Color3.new(0.00784314, 1, 0.752941)
  160. dunno.Position = UDim2.new(0.670542657, 0, 0.018998079, 0)
  161. dunno.Size = UDim2.new(0, 149, 0, 29)
  162. dunno.Font = Enum.Font.SourceSans
  163. dunno.Text = "Coming Soon"
  164. dunno.TextColor3 = Color3.new(0, 0, 0)
  165. dunno.TextSize = 14
  166.  
  167. noclip.Name = "noclip"
  168. noclip.Parent = localptab
  169. noclip.BackgroundColor3 = Color3.new(0.00784314, 1, 0.752941)
  170. noclip.Position = UDim2.new(0.34302327, 0, 0.018998079, 0)
  171. noclip.Size = UDim2.new(0, 149, 0, 29)
  172. noclip.Font = Enum.Font.SourceSans
  173. noclip.Text = "Coming Soon"
  174. noclip.TextColor3 = Color3.new(0, 0, 0)
  175. noclip.TextSize = 14
  176.  
  177. btools.Name = "btools"
  178. btools.Parent = localptab
  179. btools.BackgroundColor3 = Color3.new(0.00784314, 1, 0.752941)
  180. btools.Position = UDim2.new(0.0193798449, 0, 0.018998079, 0)
  181. btools.Size = UDim2.new(0, 149, 0, 29)
  182. btools.Font = Enum.Font.SourceSans
  183. btools.Text = "Btools"
  184. btools.TextColor3 = Color3.new(0, 0, 0)
  185. btools.TextSize = 14
  186.  
  187. specialtab.Name = "specialtab"
  188. specialtab.Parent = MAIN
  189. specialtab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  190. specialtab.Position = UDim2.new(0.000633571297, 0, 0.138242215, 0)
  191. specialtab.Size = UDim2.new(0, 516, 0, 216)
  192. specialtab.Visible = false
  193.  
  194. TextLabel.Parent = specialtab
  195. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  196. TextLabel.BackgroundTransparency = 1
  197. TextLabel.Size = UDim2.new(0, 500, 0, 216)
  198. TextLabel.Font = Enum.Font.SourceSans
  199. TextLabel.Text = "Not yet added sorry :("
  200. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  201. TextLabel.TextSize = 50
  202.  
  203. codetab.Name = "codetab"
  204. codetab.Parent = MAIN
  205. codetab.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  206. codetab.Position = UDim2.new(0, 0, 0.139442235, 0)
  207. codetab.Size = UDim2.new(0, 516, 0, 216)
  208. codetab.Visible = false
  209.  
  210. cmd.Name = "cmd"
  211. cmd.Parent = codetab
  212. cmd.BackgroundColor3 = Color3.new(1, 1, 1)
  213. cmd.BackgroundTransparency = 0.89999997615814
  214. cmd.Position = UDim2.new(0.0348837227, 0, 0.305555552, 0)
  215. cmd.Size = UDim2.new(0, 361, 0, 48)
  216. cmd.Font = Enum.Font.SourceSans
  217. cmd.Text = "INSERT COMMAND"
  218. cmd.TextColor3 = Color3.new(1, 1, 1)
  219. cmd.TextSize = 40
  220. cmd.TextXAlignment = Enum.TextXAlignment.Left
  221.  
  222. submit.Name = "submit"
  223. submit.Parent = codetab
  224. submit.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  225. submit.Position = UDim2.new(0.767441869, 0, 0.305555552, 0)
  226. submit.Size = UDim2.new(0, 107, 0, 48)
  227. submit.Font = Enum.Font.SourceSansBold
  228. submit.Text = "submit"
  229. submit.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  230. submit.TextSize = 30
  231.  
  232. credits.Name = "credits"
  233. credits.Parent = MAIN
  234. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  235. credits.BackgroundTransparency = 1
  236. credits.Position = UDim2.new(0.286821723, 0, 0.358565748, 0)
  237. credits.Size = UDim2.new(0, 200, 0, 50)
  238. credits.Font = Enum.Font.SourceSansBold
  239. credits.Text = "THICCHAX v1.2.0"
  240. credits.TextColor3 = Color3.new(1, 1, 1)
  241. credits.TextSize = 40
  242.  
  243. p3ny.Name = "p3ny"
  244. p3ny.Parent = credits
  245. p3ny.BackgroundColor3 = Color3.new(1, 1, 1)
  246. p3ny.BackgroundTransparency = 1
  247. p3ny.Position = UDim2.new(0.0250000004, 0, 2.25999999, 0)
  248. p3ny.Size = UDim2.new(0, 190, 0, 39)
  249. p3ny.Font = Enum.Font.SourceSansBold
  250. p3ny.Text = "made by P3NY "
  251. p3ny.TextColor3 = Color3.new(1, 1, 1)
  252. p3ny.TextSize = 25
  253.  
  254. openandclose.Name = "openandclose"
  255. openandclose.Parent = thicc
  256. openandclose.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  257. openandclose.Position = UDim2.new(0.0210697558, 0, 0.726907611, 0)
  258. openandclose.Size = UDim2.new(0, 86, 0, 43)
  259. openandclose.Font = Enum.Font.SourceSansBold
  260. openandclose.Text = "OPEN/CLOSE"
  261. openandclose.TextColor3 = Color3.new(0, 1, 1)
  262. openandclose.TextSize = 18
  263. -- Functions
  264.  
  265. MAIN.Draggable = true
  266.  
  267. openandclose.MouseButton1Down:connect(function()
  268. MAIN.Visible = true
  269. end)
  270.  
  271. openandclose.MouseButton2Down:connect(function()
  272. MAIN.Visible = false
  273. end)
  274.  
  275. localp.MouseButton1Down:connect(function()
  276. localptab.Visible = true
  277. scriptab.Visible = false
  278. specialtab.Visible = false
  279. codetab.Visible = false
  280. credits.Visible = false
  281. end)
  282.  
  283. scripts.MouseButton1Down:connect(function()
  284. localptab.Visible = false
  285. scriptab.Visible = true
  286. specialtab.Visible = false
  287. codetab.Visible = false
  288. credits.Visible = false
  289. end)
  290.  
  291. codes.MouseButton1Down:connect(function()
  292. localptab.Visible = false
  293. scriptab.Visible = false
  294. specialtab.Visible = false
  295. codetab.Visible = true
  296. credits.Visible = false
  297. end)
  298.  
  299. special.MouseButton1Down:connect(function()
  300. localptab.Visible = false
  301. scriptab.Visible = false
  302. specialtab.Visible = true
  303. codetab.Visible = false
  304. credits.Visible = false
  305. end)
  306.  
  307. submit.MouseButton1Down:connect(function()
  308. if cmd.Text == "close" then
  309. MAIN.Visible = false
  310. openandclose.Visible = false
  311. end
  312.  
  313. end)
  314.  
  315. Booga.MouseButton1Down:connect(function()
  316. loadstring(game:HttpGet(('https://pastebin.com/raw/NPc9MFnL'),true))()
  317. end)
  318.  
  319. BBautofarm.MouseButton1Down:connect(function()
  320. loadstring(game:HttpGet(('https://pastebin.com/raw/VnD9ByJ6'),true))()
  321. end)
  322.  
  323. SB2.MouseButton1Down:connect(function()
  324. loadstring(game:HttpGet(('https://pastebin.com/raw/28dv6aQY'),true))()
  325. end)
  326.  
  327. btools.MouseButton1Down:connect(function()
  328. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  329. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  330. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  331. tool1.BinType = "Clone"
  332. tool3.BinType = "Hammer"
  333. tool5.BinType = "Grab"
  334. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement