Carloprime8

Untitled

Mar 10th, 2020
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1.  
  2.  
  3. -- Instances:
  4.  
  5. local MccartneyX = Instance.new("ScreenGui")
  6. local MainFrame = Instance.new("Frame")
  7. local Bar1 = Instance.new("Frame")
  8. local Cool1 = Instance.new("TextLabel")
  9. local Cool1_2 = Instance.new("TextLabel")
  10. local Title = Instance.new("TextLabel")
  11. local Close = Instance.new("TextButton")
  12. local MInimize = Instance.new("TextButton")
  13. local Bar2 = Instance.new("Frame")
  14. local Title_2 = Instance.new("TextLabel")
  15. local Title_3 = Instance.new("TextLabel")
  16. local BloodGui = Instance.new("TextButton")
  17. local goriko = Instance.new("TextButton")
  18. local Dirt = Instance.new("TextButton")
  19. local Axedupe = Instance.new("TextButton")
  20. local dupegui = Instance.new("TextButton")
  21. local doolex = Instance.new("TextButton")
  22. local oddsey = Instance.new("TextButton")
  23. local tp = Instance.new("TextButton")
  24. local zonegui = Instance.new("TextButton")
  25. local OpenFrame = Instance.new("ImageLabel")
  26. local OpenButton = Instance.new("TextButton")
  27. local Round = Instance.new("ImageLabel")
  28. local cool = Instance.new("TextLabel")
  29. local cool_2 = Instance.new("TextLabel")
  30.  
  31. --[[
  32. Properties:
  33. --]]
  34.  
  35. MccartneyX.Name = "MccartneyX"
  36. MccartneyX.Parent = game.CoreGui
  37.  
  38. MainFrame.Name = "MainFrame"
  39. MainFrame.Parent = MccartneyX
  40. MainFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  41. MainFrame.BorderSizePixel = 0
  42. MainFrame.Position = UDim2.new(0.412581265, 0, 0.172907159, 0)
  43. MainFrame.Size = UDim2.new(0, 499, 0, 290)
  44. MainFrame.Active = true
  45. MainFrame.Draggable = true
  46.  
  47. Bar1.Name = "Bar1"
  48. Bar1.Parent = MainFrame
  49. Bar1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  50. Bar1.BorderSizePixel = 0
  51. Bar1.Size = UDim2.new(0, 499, 0, 31)
  52.  
  53. Cool1.Name = "Cool1"
  54. Cool1.Parent = Bar1
  55. Cool1.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Cool1.BackgroundTransparency = 1
  57. Cool1.Size = UDim2.new(0, 40, 0, 31)
  58. Cool1.Font = Enum.Font.Code
  59. Cool1.Text = "M"
  60. Cool1.TextColor3 = Color3.new(1, 1, 1)
  61. Cool1.TextScaled = true
  62. Cool1.TextSize = 14
  63. Cool1.TextWrapped = true
  64.  
  65. Cool1_2.Name = "Cool1"
  66. Cool1_2.Parent = Bar1
  67. Cool1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  68. Cool1_2.BackgroundTransparency = 1
  69. Cool1_2.Position = UDim2.new(0.0300601199, 0, 0, 0)
  70. Cool1_2.Size = UDim2.new(0, 38, 0, 15)
  71. Cool1_2.Font = Enum.Font.GothamBold
  72. Cool1_2.Text = "X"
  73. Cool1_2.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  74. Cool1_2.TextScaled = true
  75. Cool1_2.TextSize = 14
  76. Cool1_2.TextWrapped = true
  77.  
  78. Title.Name = "Title"
  79. Title.Parent = Bar1
  80. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Title.BackgroundTransparency = 1
  82. Title.Position = UDim2.new(0.296593159, 0, 0.161290318, 0)
  83. Title.Size = UDim2.new(0, 203, 0, 20)
  84. Title.Font = Enum.Font.Code
  85. Title.Text = "Mccartney X"
  86. Title.TextColor3 = Color3.new(1, 1, 1)
  87. Title.TextScaled = true
  88. Title.TextSize = 14
  89. Title.TextWrapped = true
  90.  
  91. Close.Name = "Close"
  92. Close.Parent = MainFrame
  93. Close.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  94. Close.BorderColor3 = Color3.new(1, 1, 1)
  95. Close.Position = UDim2.new(0.923847675, 0, 0.0137931034, 0)
  96. Close.Size = UDim2.new(0, 30, 0, 23)
  97. Close.Font = Enum.Font.SourceSans
  98. Close.Text = "X"
  99. Close.TextColor3 = Color3.new(1, 1, 1)
  100. Close.TextScaled = true
  101. Close.TextSize = 14
  102. Close.TextWrapped = true
  103. Close.MouseButton1Down:connect(function()
  104. MainFrame.Visible = false
  105. end)
  106.  
  107. MInimize.Name = "MInimize"
  108. MInimize.Parent = MainFrame
  109. MInimize.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  110. MInimize.BorderColor3 = Color3.new(1, 1, 1)
  111. MInimize.Position = UDim2.new(0.841683328, 0, 0.0137931034, 0)
  112. MInimize.Size = UDim2.new(0, 30, 0, 23)
  113. MInimize.Font = Enum.Font.SourceSans
  114. MInimize.Text = "_"
  115. MInimize.TextColor3 = Color3.new(1, 1, 1)
  116. MInimize.TextScaled = true
  117. MInimize.TextSize = 14
  118. MInimize.TextWrapped = true
  119. MInimize.MouseButton1Down:connect(function()
  120. MainFrame.Visible = false
  121. OpenFrame.Visible = true
  122. end)
  123.  
  124. Bar2.Name = "Bar2"
  125. Bar2.Parent = MainFrame
  126. Bar2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  127. Bar2.BorderSizePixel = 0
  128. Bar2.Position = UDim2.new(0, 0, 0.893103421, 0)
  129. Bar2.Size = UDim2.new(0, 499, 0, 31)
  130.  
  131. Title_2.Name = "Title"
  132. Title_2.Parent = Bar2
  133. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Title_2.BackgroundTransparency = 1
  135. Title_2.Position = UDim2.new(0.0140280565, 0, 0.161290318, 0)
  136. Title_2.Size = UDim2.new(0, 240, 0, 20)
  137. Title_2.Font = Enum.Font.Code
  138. Title_2.Text = "Made By Discord Mccartney II#8967"
  139. Title_2.TextColor3 = Color3.new(1, 1, 1)
  140. Title_2.TextScaled = true
  141. Title_2.TextSize = 14
  142. Title_2.TextWrapped = true
  143.  
  144. Title_3.Name = "Title"
  145. Title_3.Parent = Bar2
  146. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Title_3.BackgroundTransparency = 1
  148. Title_3.Position = UDim2.new(0.503006041, 0, 0.161290318, 0)
  149. Title_3.Size = UDim2.new(0, 230, 0, 20)
  150. Title_3.Font = Enum.Font.Code
  151. Title_3.Text = "Lumber Tycoon 2 Hub"
  152. Title_3.TextColor3 = Color3.new(1, 1, 1)
  153. Title_3.TextSize = 16
  154. Title_3.TextWrapped = true
  155.  
  156. BloodGui.Name = "BloodGui"
  157. BloodGui.Parent = MainFrame
  158. BloodGui.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  159. BloodGui.BorderSizePixel = 0
  160. BloodGui.Position = UDim2.new(0.0300601199, 0, 0.165517241, 0)
  161. BloodGui.Size = UDim2.new(0, 126, 0, 30)
  162. BloodGui.Font = Enum.Font.Cartoon
  163. BloodGui.Text = "Blood Gui"
  164. BloodGui.TextColor3 = Color3.new(1, 1, 1)
  165. BloodGui.TextSize = 19
  166. BloodGui.MouseButton1Down:connect(function()
  167. loadstring(game:HttpGet('https://pastebin.com/raw/v5zpe4ab', true))()
  168. end)
  169.  
  170. goriko.Name = "goriko"
  171. goriko.Parent = MainFrame
  172. goriko.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  173. goriko.BorderSizePixel = 0
  174. goriko.Position = UDim2.new(0.691382766, 0, 0.165517241, 0)
  175. goriko.Size = UDim2.new(0, 126, 0, 30)
  176. goriko.Font = Enum.Font.Cartoon
  177. goriko.Text = "Goriko Gui"
  178. goriko.TextColor3 = Color3.new(1, 1, 1)
  179. goriko.TextSize = 19
  180. goriko.MouseButton1Down:connect(function()
  181. loadstring(game:HttpGet('https://pastebin.com/raw/LwCnwLDd', true))()
  182. end)
  183. Dirt.Name = "Dirt"
  184. Dirt.Parent = MainFrame
  185. Dirt.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  186. Dirt.BorderSizePixel = 0
  187. Dirt.Position = UDim2.new(0.372745484, 0, 0.165517241, 0)
  188. Dirt.Size = UDim2.new(0, 126, 0, 30)
  189. Dirt.Font = Enum.Font.Cartoon
  190. Dirt.Text = "Dirtgui"
  191. Dirt.TextColor3 = Color3.new(1, 1, 1)
  192. Dirt.TextSize = 19
  193. Dirt.MouseButton1Down:connect(function()
  194. loadstring(game:HttpGet('https://pastebin.com/raw/Ujp9G2HL', true))()
  195. end)
  196.  
  197. Axedupe.Name = "Axedupe"
  198. Axedupe.Parent = MainFrame
  199. Axedupe.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  200. Axedupe.BorderSizePixel = 0
  201. Axedupe.Position = UDim2.new(0.372745484, 0, 0.337931037, 0)
  202. Axedupe.Size = UDim2.new(0, 126, 0, 30)
  203. Axedupe.Font = Enum.Font.Cartoon
  204. Axedupe.Text = "Axe Dupe"
  205. Axedupe.TextColor3 = Color3.new(1, 1, 1)
  206. Axedupe.TextSize = 19
  207. Axedupe.MouseButton1Down:connect(function()
  208. loadstring(game:HttpGet('https://pastebin.com/raw/h8hQ3kfM', true))()
  209. end)
  210.  
  211. dupegui.Name = "dupegui"
  212. dupegui.Parent = MainFrame
  213. dupegui.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  214. dupegui.BorderSizePixel = 0
  215. dupegui.Position = UDim2.new(0.691382766, 0, 0.337931037, 0)
  216. dupegui.Size = UDim2.new(0, 126, 0, 30)
  217. dupegui.Font = Enum.Font.Cartoon
  218. dupegui.Text = "DupeGui"
  219. dupegui.TextColor3 = Color3.new(1, 1, 1)
  220. dupegui.TextSize = 19
  221. dupegui.MouseButton1Down:connect(function()
  222. loadstring(game:HttpGet('https://pastebin.com/raw/s7KCasWi', true))()
  223. end)
  224.  
  225. doolex.Name = "doolex"
  226. doolex.Parent = MainFrame
  227. doolex.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  228. doolex.BorderSizePixel = 0
  229. doolex.Position = UDim2.new(0.0300601125, 0, 0.337931037, 0)
  230. doolex.Size = UDim2.new(0, 126, 0, 30)
  231. doolex.Font = Enum.Font.Cartoon
  232. doolex.Text = "Doolex X"
  233. doolex.TextColor3 = Color3.new(1, 1, 1)
  234. doolex.TextSize = 19
  235. doolex.MouseButton1Down:connect(function()
  236. loadstring(game:HttpGet('https://pastebin.com/raw/Dx8Mn3MS', true))()
  237. end)
  238.  
  239.  
  240. oddsey.Name = "oddsey"
  241. oddsey.Parent = MainFrame
  242. oddsey.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  243. oddsey.BorderSizePixel = 0
  244. oddsey.Position = UDim2.new(0.0300601125, 0, 0.517241359, 0)
  245. oddsey.Size = UDim2.new(0, 126, 0, 30)
  246. oddsey.Font = Enum.Font.Cartoon
  247. oddsey.Text = "Oddsey gui"
  248. oddsey.TextColor3 = Color3.new(1, 1, 1)
  249. oddsey.TextSize = 19
  250. oddsey.MouseButton1Down:connect(function()
  251. loadstring(game:HttpGet('https://pastebin.com/raw/VmYd1CPk', true))()
  252. end)
  253.  
  254. tp.Name = "tp"
  255. tp.Parent = MainFrame
  256. tp.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  257. tp.BorderSizePixel = 0
  258. tp.Position = UDim2.new(0.372745484, 0, 0.517241359, 0)
  259. tp.Size = UDim2.new(0, 126, 0, 30)
  260. tp.Font = Enum.Font.Cartoon
  261. tp.Text = "Tp Gui"
  262. tp.TextColor3 = Color3.new(1, 1, 1)
  263. tp.TextSize = 19
  264. tp.MouseButton1Down:connect(function()
  265. loadstring(game:HttpGet('https://pastebin.com/raw/JrgVaQyZ', true))()
  266. end)
  267.  
  268. zonegui.Name = "zonegui"
  269. zonegui.Parent = MainFrame
  270. zonegui.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  271. zonegui.BorderSizePixel = 0
  272. zonegui.Position = UDim2.new(0.691382766, 0, 0.517241359, 0)
  273. zonegui.Size = UDim2.new(0, 126, 0, 30)
  274. zonegui.Font = Enum.Font.Cartoon
  275. zonegui.Text = "Evan Play"
  276. zonegui.TextColor3 = Color3.new(1, 1, 1)
  277. zonegui.TextSize = 19
  278. zonegui.MouseButton1Down:connect(function()
  279. loadstring(game:HttpGet('https://pastebin.com/raw/4ZFtV0a4', true))()
  280. end)
  281.  
  282. OpenFrame.Name = "OpenFrame"
  283. OpenFrame.Parent = MccartneyX
  284. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  285. OpenFrame.BackgroundTransparency = 1
  286. OpenFrame.Position = UDim2.new(0.0152671756, 0, 0.589410067, 0)
  287. OpenFrame.Size = UDim2.new(0, 51, 0, 39)
  288. OpenFrame.Visible = false
  289. OpenFrame.Image = "rbxassetid://3570695787"
  290. OpenFrame.ScaleType = Enum.ScaleType.Slice
  291. OpenFrame.SliceCenter = Rect.new(100, 100, 100, 100)
  292.  
  293. OpenButton.Name = "OpenButton"
  294. OpenButton.Parent = OpenFrame
  295. OpenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  296. OpenButton.BackgroundTransparency = 1
  297. OpenButton.BorderSizePixel = 0
  298. OpenButton.Position = UDim2.new(0, 0, -0.15384616, 0)
  299. OpenButton.Size = UDim2.new(0, 57, 0, 50)
  300. OpenButton.Font = Enum.Font.SourceSans
  301. OpenButton.TextColor3 = Color3.new(0, 0, 0)
  302. OpenButton.TextSize = 14
  303. OpenButton.MouseButton1Down:connect(function()
  304. MainFrame.Visible = true
  305. OpenFrame.Visible = false
  306. end)
  307.  
  308.  
  309. Round.Name = "Round"
  310. Round.Parent = OpenButton
  311. Round.Active = true
  312. Round.AnchorPoint = Vector2.new(0.5, 0.5)
  313. Round.BackgroundColor3 = Color3.new(1, 1, 1)
  314. Round.BackgroundTransparency = 1
  315. Round.Position = UDim2.new(0.443289399, 0, 0.509999931, 0)
  316. Round.Selectable = true
  317. Round.Size = UDim2.new(0, 51, 0, 39)
  318. Round.Image = "rbxassetid://3570695787"
  319. Round.ImageColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  320. Round.ScaleType = Enum.ScaleType.Slice
  321. Round.SliceCenter = Rect.new(100, 100, 100, 100)
  322.  
  323. cool.Name = "cool"
  324. cool.Parent = OpenButton
  325. cool.BackgroundColor3 = Color3.new(1, 1, 1)
  326. cool.BackgroundTransparency = 1
  327. cool.Position = UDim2.new(0.578947365, 0, 0.119999997, 0)
  328. cool.Size = UDim2.new(0, 10, 0, 19)
  329. cool.Font = Enum.Font.SourceSans
  330. cool.Text = "X"
  331. cool.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  332. cool.TextScaled = true
  333. cool.TextSize = 14
  334. cool.TextWrapped = true
  335.  
  336. cool_2.Name = "cool"
  337. cool_2.Parent = OpenButton
  338. cool_2.BackgroundColor3 = Color3.new(1, 1, 1)
  339. cool_2.BackgroundTransparency = 1
  340. cool_2.Position = UDim2.new(0.280701756, 0, 0.119999997, 0)
  341. cool_2.Size = UDim2.new(0, 17, 0, 42)
  342. cool_2.Font = Enum.Font.SourceSans
  343. cool_2.Text = "M"
  344. cool_2.TextColor3 = Color3.new(1, 1, 1)
  345. cool_2.TextScaled = true
  346. cool_2.TextSize = 14
  347. cool_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment