Advertisement
Guest User

lt2 gui

a guest
Jun 21st, 2018
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.56 KB | None | 0 0
  1. local GuiLt2 = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local GuiName = Instance.new("TextLabel")
  4. local TpGifts = Instance.new("TextButton")
  5. local TpWood = Instance.new("TextButton")
  6. local SellWood = Instance.new("TextButton")
  7. local SellPlanks = Instance.new("TextButton")
  8. local TpPlanks = Instance.new("TextButton")
  9. local GoldAxe = Instance.new("TextButton")
  10. local Slot2 = Instance.new("TextButton")
  11. local GodMode = Instance.new("TextButton")
  12. local Slot1 = Instance.new("TextButton")
  13. local Slot3 = Instance.new("TextButton")
  14. local Slot4 = Instance.new("TextButton")
  15. local Slot5 = Instance.new("TextButton")
  16. local Slot6 = Instance.new("TextButton")
  17. local OpenClose = Instance.new("Frame")
  18. local Open = Instance.new("TextButton")
  19.  
  20. -- Properties
  21.  
  22. GuiLt2.Name = "GuiLt2"
  23. GuiLt2.Parent = game.CoreGui
  24.  
  25. MainFrame.Name = "MainFrame"
  26. MainFrame.Parent = GuiLt2
  27. MainFrame.Active = true
  28. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  29. MainFrame.BackgroundTransparency = 0.5
  30. MainFrame.BorderColor3 = Color3.new(1, 1, 0.992157)
  31. MainFrame.BorderSizePixel = 5
  32. MainFrame.Selectable = true
  33. MainFrame.Size = UDim2.new(0, 252, 0, 337)
  34. MainFrame.Visible = false
  35.  
  36. GuiName.Name = "GuiName"
  37. GuiName.Parent = MainFrame
  38. GuiName.BackgroundColor3 = Color3.new(0, 0, 0)
  39. GuiName.BackgroundTransparency = 0.30000001192093
  40. GuiName.Size = UDim2.new(0, 252, 0, 65)
  41. GuiName.Font = Enum.Font.SourceSans
  42. GuiName.Text = "Op lt2"
  43. GuiName.TextColor3 = Color3.new(1, 1, 1)
  44. GuiName.TextScaled = true
  45. GuiName.TextSize = 14
  46. GuiName.TextWrapped = true
  47.  
  48. TpGifts.Name = "TpGifts"
  49. TpGifts.Parent = MainFrame
  50. TpGifts.BackgroundColor3 = Color3.new(0, 0, 0)
  51. TpGifts.BackgroundTransparency = 0.30000001192093
  52. TpGifts.BorderColor3 = Color3.new(1, 1, 1)
  53. TpGifts.BorderSizePixel = 3
  54. TpGifts.Position = UDim2.new(0, 0, 0.839762628, 0)
  55. TpGifts.Size = UDim2.new(0, 74, 0, 54)
  56. TpGifts.Font = Enum.Font.SourceSans
  57. TpGifts.Text = "Tp Gifts"
  58. TpGifts.TextColor3 = Color3.new(1, 1, 1)
  59. TpGifts.TextScaled = true
  60. TpGifts.TextSize = 14
  61. TpGifts.TextWrapped = true
  62.  
  63. TpWood.Name = "TpWood"
  64. TpWood.Parent = MainFrame
  65. TpWood.BackgroundColor3 = Color3.new(0, 0, 0)
  66. TpWood.BackgroundTransparency = 0.30000001192093
  67. TpWood.BorderColor3 = Color3.new(1, 1, 1)
  68. TpWood.BorderSizePixel = 3
  69. TpWood.Position = UDim2.new(0.293650806, 0, 0.839762628, 0)
  70. TpWood.Size = UDim2.new(0, 74, 0, 54)
  71. TpWood.Font = Enum.Font.SourceSans
  72. TpWood.Text = "Tp wood"
  73. TpWood.TextColor3 = Color3.new(1, 1, 1)
  74. TpWood.TextScaled = true
  75. TpWood.TextSize = 14
  76. TpWood.TextWrapped = true
  77.  
  78. SellWood.Name = "SellWood"
  79. SellWood.Parent = MainFrame
  80. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  81. SellWood.BackgroundTransparency = 0.30000001192093
  82. SellWood.BorderColor3 = Color3.new(1, 1, 1)
  83. SellWood.BorderSizePixel = 3
  84. SellWood.Position = UDim2.new(0.587301612, 0, 0.858322024, 0)
  85. SellWood.Size = UDim2.new(0, 103, 0, 48)
  86. SellWood.Font = Enum.Font.SourceSans
  87. SellWood.Text = "Sell wood"
  88. SellWood.TextColor3 = Color3.new(1, 1, 1)
  89. SellWood.TextScaled = true
  90. SellWood.TextSize = 14
  91. SellWood.TextWrapped = true
  92.  
  93. SellPlanks.Name = "SellPlanks"
  94. SellPlanks.Parent = MainFrame
  95. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  96. SellPlanks.BackgroundTransparency = 0.30000001192093
  97. SellPlanks.BorderColor3 = Color3.new(1, 1, 1)
  98. SellPlanks.BorderSizePixel = 3
  99. SellPlanks.Position = UDim2.new(0.591269851, 0, 0.679525197, 0)
  100. SellPlanks.Size = UDim2.new(0, 103, 0, 54)
  101. SellPlanks.Font = Enum.Font.SourceSans
  102. SellPlanks.Text = "Sell Planks"
  103. SellPlanks.TextColor3 = Color3.new(1, 1, 1)
  104. SellPlanks.TextScaled = true
  105. SellPlanks.TextSize = 14
  106. SellPlanks.TextWrapped = true
  107.  
  108. TpPlanks.Name = "TpPlanks"
  109. TpPlanks.Parent = MainFrame
  110. TpPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  111. TpPlanks.BackgroundTransparency = 0.30000001192093
  112. TpPlanks.BorderColor3 = Color3.new(1, 1, 1)
  113. TpPlanks.BorderSizePixel = 3
  114. TpPlanks.Position = UDim2.new(0.293650806, 0, 0.679525197, 0)
  115. TpPlanks.Size = UDim2.new(0, 74, 0, 54)
  116. TpPlanks.Font = Enum.Font.SourceSans
  117. TpPlanks.Text = "Tp Planks"
  118. TpPlanks.TextColor3 = Color3.new(1, 1, 1)
  119. TpPlanks.TextScaled = true
  120. TpPlanks.TextSize = 14
  121. TpPlanks.TextWrapped = true
  122.  
  123. GoldAxe.Name = "GoldAxe"
  124. GoldAxe.Parent = MainFrame
  125. GoldAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  126. GoldAxe.BackgroundTransparency = 0.30000001192093
  127. GoldAxe.BorderColor3 = Color3.new(1, 1, 1)
  128. GoldAxe.BorderSizePixel = 3
  129. GoldAxe.Position = UDim2.new(0, 0, 0.679525197, 0)
  130. GoldAxe.Size = UDim2.new(0, 74, 0, 54)
  131. GoldAxe.Font = Enum.Font.SourceSans
  132. GoldAxe.Text = "Gold Axe"
  133. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  134. GoldAxe.TextScaled = true
  135. GoldAxe.TextSize = 14
  136. GoldAxe.TextWrapped = true
  137.  
  138. Slot2.Name = "Slot2"
  139. Slot2.Parent = MainFrame
  140. Slot2.BackgroundColor3 = Color3.new(0, 0, 0)
  141. Slot2.BackgroundTransparency = 0.30000001192093
  142. Slot2.BorderColor3 = Color3.new(1, 1, 1)
  143. Slot2.BorderSizePixel = 3
  144. Slot2.Position = UDim2.new(0, 0, 0.540059328, 0)
  145. Slot2.Size = UDim2.new(0, 74, 0, 47)
  146. Slot2.Font = Enum.Font.SourceSans
  147. Slot2.Text = "Slot2"
  148. Slot2.TextColor3 = Color3.new(1, 1, 1)
  149. Slot2.TextScaled = true
  150. Slot2.TextSize = 14
  151. Slot2.TextWrapped = true
  152.  
  153. GodMode.Name = "GodMode"
  154. GodMode.Parent = MainFrame
  155. GodMode.BackgroundColor3 = Color3.new(0, 0, 0)
  156. GodMode.BackgroundTransparency = 0.30000001192093
  157. GodMode.BorderColor3 = Color3.new(1, 1, 1)
  158. GodMode.BorderSizePixel = 3
  159. GodMode.Position = UDim2.new(0.293650806, 0, 0.540059328, 0)
  160. GodMode.Size = UDim2.new(0, 74, 0, 47)
  161. GodMode.Font = Enum.Font.SourceSans
  162. GodMode.Text = "God mode"
  163. GodMode.TextColor3 = Color3.new(1, 1, 1)
  164. GodMode.TextScaled = true
  165. GodMode.TextSize = 14
  166. GodMode.TextWrapped = true
  167.  
  168. Slot1.Name = "Slot1"
  169. Slot1.Parent = MainFrame
  170. Slot1.BackgroundColor3 = Color3.new(0, 0, 0)
  171. Slot1.BackgroundTransparency = 0.30000001192093
  172. Slot1.BorderColor3 = Color3.new(1, 1, 1)
  173. Slot1.BorderSizePixel = 3
  174. Slot1.Position = UDim2.new(0.587301612, 0, 0.540059328, 0)
  175. Slot1.Size = UDim2.new(0, 103, 0, 47)
  176. Slot1.Font = Enum.Font.SourceSans
  177. Slot1.Text = "Slot1"
  178. Slot1.TextColor3 = Color3.new(1, 1, 1)
  179. Slot1.TextScaled = true
  180. Slot1.TextSize = 14
  181. Slot1.TextWrapped = true
  182.  
  183. Slot3.Name = "Slot3"
  184. Slot3.Parent = MainFrame
  185. Slot3.BackgroundColor3 = Color3.new(0, 0, 0)
  186. Slot3.BackgroundTransparency = 0.30000001192093
  187. Slot3.BorderColor3 = Color3.new(1, 1, 1)
  188. Slot3.BorderSizePixel = 3
  189. Slot3.Position = UDim2.new(0.587301612, 0, 0.36201781, 0)
  190. Slot3.Size = UDim2.new(0, 104, 0, 60)
  191. Slot3.Font = Enum.Font.SourceSans
  192. Slot3.Text = "Slot3"
  193. Slot3.TextColor3 = Color3.new(1, 1, 1)
  194. Slot3.TextScaled = true
  195. Slot3.TextSize = 14
  196. Slot3.TextWrapped = true
  197.  
  198. Slot4.Name = "Slot4"
  199. Slot4.Parent = MainFrame
  200. Slot4.BackgroundColor3 = Color3.new(0, 0, 0)
  201. Slot4.BackgroundTransparency = 0.30000001192093
  202. Slot4.BorderColor3 = Color3.new(1, 1, 1)
  203. Slot4.BorderSizePixel = 3
  204. Slot4.Position = UDim2.new(0.289682567, 0, 0.36201781, 0)
  205. Slot4.Size = UDim2.new(0, 74, 0, 60)
  206. Slot4.Font = Enum.Font.SourceSans
  207. Slot4.Text = "Slot4"
  208. Slot4.TextColor3 = Color3.new(1, 1, 1)
  209. Slot4.TextScaled = true
  210. Slot4.TextSize = 14
  211. Slot4.TextWrapped = true
  212.  
  213. Slot5.Name = "Slot5"
  214. Slot5.Parent = MainFrame
  215. Slot5.BackgroundColor3 = Color3.new(0, 0, 0)
  216. Slot5.BackgroundTransparency = 0.30000001192093
  217. Slot5.BorderColor3 = Color3.new(1, 1, 1)
  218. Slot5.BorderSizePixel = 3
  219. Slot5.Position = UDim2.new(2.98023224e-08, 0, 0.36201781, 0)
  220. Slot5.Size = UDim2.new(0, 74, 0, 60)
  221. Slot5.Font = Enum.Font.SourceSans
  222. Slot5.Text = "Slot5"
  223. Slot5.TextColor3 = Color3.new(1, 1, 1)
  224. Slot5.TextScaled = true
  225. Slot5.TextSize = 14
  226. Slot5.TextWrapped = true
  227.  
  228. Slot6.Name = "Slot6"
  229. Slot6.Parent = MainFrame
  230. Slot6.BackgroundColor3 = Color3.new(0, 0, 0)
  231. Slot6.BackgroundTransparency = 0.30000001192093
  232. Slot6.BorderColor3 = Color3.new(1, 1, 1)
  233. Slot6.BorderSizePixel = 3
  234. Slot6.Position = UDim2.new(0, 0, 0.192878336, 0)
  235. Slot6.Size = UDim2.new(0, 252, 0, 53)
  236. Slot6.Font = Enum.Font.SourceSans
  237. Slot6.Text = "Slot6"
  238. Slot6.TextColor3 = Color3.new(1, 1, 1)
  239. Slot6.TextScaled = true
  240. Slot6.TextSize = 14
  241. Slot6.TextWrapped = true
  242.  
  243. OpenClose.Name = "OpenClose"
  244. OpenClose.Parent = GuiLt2
  245. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  246. OpenClose.BackgroundTransparency = 0.5
  247. OpenClose.Position = UDim2.new(0.37337628, 0, 0.383417487, 0)
  248. OpenClose.Size = UDim2.new(0, 110, 0, 39)
  249.  
  250. Open.Name = "Open"
  251. Open.Parent = OpenClose
  252. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  253. Open.BackgroundTransparency = 0.5
  254. Open.Position = UDim2.new(0, 0, 2.98023224e-08, 0)
  255. Open.Size = UDim2.new(0, 110, 0, 39)
  256. Open.Font = Enum.Font.SourceSans
  257. Open.Text = "Open/Close"
  258. Open.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  259. Open.TextScaled = true
  260. Open.TextSize = 14
  261. Open.TextWrapped = true
  262.  
  263. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement