Advertisement
Guest User

Untitled

a guest
May 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. local sg = Instance.new("ScreenGui")
  2. local f = Instance.new("Frame")
  3. local tb1 = Instance.new("TextButton")
  4. local tb2 = Instance.new("TextButton")
  5. local ex = Instance.new("TextButton")
  6. local tp = Instance.new("TextButton")
  7. local n = Instance.new("TextBox")
  8. local auto = Instance.new("TextButton")
  9. local L = Instance.new("TextButton")
  10. local i1 = Instance.new("TextButton")
  11. local i2 = Instance.new("TextButton")
  12. local i3 = Instance.new("TextButton")
  13. local br = Instance.new("TextButton")
  14. local tb1n = Instance.new("BindableEvent")
  15. local tb2n = Instance.new("BindableEvent")
  16. local exn = Instance.new("BindableEvent")
  17. local tpn = Instance.new("BindableEvent")
  18. local nn = Instance.new("BindableEvent")
  19. local auton = Instance.new("BindableEvent")
  20. local ln = Instance.new("BindableEvent")
  21. local i1n = Instance.new("BindableEvent")
  22. local i2n = Instance.new("BindableEvent")
  23. local i3n = Instance.new("BindableEvent")
  24. local brn = Instance.new("BindableEvent")
  25. tb1n.Name = "XboxClick"
  26. tb2n.Name = "XboxClick"
  27. exn.Name = "XboxClick"
  28. tpn.Name = "XboxClick"
  29. nn.Name = "XboxClick"
  30. auton.Name = "XboxClick"
  31. ln.Name = "XboxClick"
  32. i1n.Name = "XboxClick"
  33. i2n.Name = "XboxClick"
  34. i3n.Name = "XboxClick"
  35. brn.Name = "XboxClick"
  36. local no = false
  37. local yes = true
  38. -------
  39. f.Position = UDim2.new(0.02,0,0.85,0)
  40. f.Size = UDim2.new(0.2,0.,0.15,0)
  41. f.Style = "DropShadow"
  42. f.Visible = yes
  43. f.Name = "Background"
  44. -------
  45. tb1.Active = yes
  46. tb1.AutoButtonColor = yes
  47. tb1.Name = "Coins"
  48. tb1.Position = UDim2.new(0, 0, 0.12, 0)
  49. tb1.Size = UDim2.new(0.5,0,0.35,0)
  50. tb1.Style = "RobloxRoundDropdownButton"
  51. tb1.Text = "Coins"
  52. tb1.TextScaled = yes
  53. -------
  54. tb2.Active = yes
  55. tb2.AutoButtonColor = yes
  56. tb2.Position = UDim2.new(0.5,0,0.12,0)
  57. tb2.Name = "Idols"
  58. tb2.Size = UDim2.new(0.5,0,0.35,0)
  59. tb2.Style = "RobloxRoundDropdownButton"
  60. tb2.Text = "Idols"
  61. tb2.TextScaled = yes
  62. -------
  63. ex.Active = yes
  64. ex.BackgroundColor3 = Color3.fromRGB(185,8,11)
  65. ex.Name = "Exit"
  66. ex.Position = UDim2.new(0.3, 0 , 0, 0)
  67. ex.Size = UDim2.new(0.3,0,0.12,0)
  68. ex.Style = "Custom"
  69. ex.Text = "Exit"
  70. ex.TextScaled = yes
  71. ex.TextColor3 = Color3.fromRGB(0,0,0)
  72. -------
  73. br.Active = yes
  74. br.BackgroundColor3 = Color3.fromRGB(185,8,11)
  75. br.Name = "br"
  76. br.Size = UDim2.new(0.3,0,0.12,0)
  77. br.Style = "Custom"
  78. br.Text = "BTools"
  79. br.TextScaled = yes
  80. br.TextColor3 = Color3.fromRGB(0,0,0)
  81. -------
  82. n.Active = yes
  83. n.BackgroundColor3 = Color3.fromRGB(234,228,221)
  84. n.TextScaled = yes
  85. n.BorderSizePixel = 2
  86. n.BorderColor3 = Color3.fromRGB(0,0,0)
  87. n.ClearTextOnFocus = no
  88. n.Position = UDim2.new(0.1, 0, 0.6, 0)
  89. n.Size = UDim2.new(0.42,0,0.2,0)
  90. n.Visible = yes
  91. n.PlaceholderText = "Player Name"
  92. n.Text = ""
  93. n.TextColor3 = Color3.fromRGB(0,0,0)
  94. n.TextSize = 14
  95. -------
  96. tp.Active = yes
  97. tp.Name = "tp"
  98. tp.Position = UDim2.new(0.6, 0,0.63, 0)
  99. tp.Size = UDim2.new(0.2, 0,0.15, 0)
  100. tp.Style = "RobloxRoundDropdownButton"
  101. tp.Text = "TP"
  102. tp.TextSize = 9
  103. tp.TextColor3 = Color3.fromRGB(0,0,0)
  104. -------
  105. auto.Active = yes
  106. auto.Name = "auto"
  107. auto.Position = UDim2.new(0.1,0,-1.3,0)
  108. auto.Size = UDim2.new(0.3,0,0.2,0)
  109. auto.Visible = no
  110. auto.Text = "EXIT"
  111. -------
  112. L.Active = yes
  113. L.Name = "L"
  114. L.Position = UDim2.new(0.1,0,-1.05,0)
  115. L.Size = UDim2.new(0.3,0,0.2,0)
  116. L.Visible = no
  117. L.Text = "Lobby"
  118. -------
  119. i1.Active = yes
  120. i1.Name = "i1"
  121. i1.Position = UDim2.new(0.1,0,-0.8,0)
  122. i1.Size = UDim2.new(0.3,0,0.2,0)
  123. i1.Visible = no
  124. i1.Text = "Island1"
  125. -------
  126. i2.Active = yes
  127. i2.Name = "i2"
  128. i2.Position = UDim2.new(0.1,0,-0.55,0)
  129. i2.Size = UDim2.new(0.3,0,0.2,0)
  130. i2.Visible = no
  131. i2.Text = "Island2"
  132. -------
  133. i3.Active = yes
  134. i3.Name = "i3"
  135. i3.Position = UDim2.new(0.1,0,-0.3,0)
  136. i3.Size = UDim2.new(0.3,0,0.2,0)
  137. i3.Visible = no
  138. i3.Text = "Island3"
  139. -------
  140. -----------------------------------------------------
  141. ------------
  142. local t = game.Players.LocalPlayer.Character.HumanoidRootPart
  143.  
  144. i2.MouseButton1Click:connect(function()
  145. local l = workspace.Misc.Coins.Island2.Coin.CFrame
  146. t.CFrame = l
  147. print("Done")
  148. wait(4)
  149. end)
  150. ------------
  151. i1.MouseButton1Click:connect(function()
  152. local l = workspace.Misc.Coins.Island1.Coin.CFrame
  153. t.CFrame = l
  154. print("Done")
  155. wait(4)
  156. end)
  157. ------------
  158. i3.MouseButton1Click:connect(function()
  159. local l = workspace.Misc.Coins.Island3.Coin.CFrame
  160. t.CFrame = l
  161. print("Done")
  162. wait(4)
  163. end)
  164. ------------
  165. L.MouseButton1Click:connect(function()
  166. local l = workspace.Misc.Coins.Lobby.Coin.CFrame
  167. t.CFrame = l
  168. print("Done")
  169. wait(4)
  170. end)
  171. ------------
  172. br.MouseButton1Click:connect(function()
  173. local StarterGui = game:GetService('StarterGui')
  174.  
  175. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  176. wait(1)
  177. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  178. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  179. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  180. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  181. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  182. tool1.BinType = "Clone"
  183. tool2.BinType = "GameTool"
  184. tool3.BinType = "Hammer"
  185. tool4.BinType = "Script"
  186. tool5.BinType = "Grab"
  187. br:Destroy()
  188. end)
  189. ------------
  190. auto.MouseButton1Click:connect(function()
  191. auto.Visible = false
  192. L.Visible = false
  193. i1.Visible = false
  194. i2.Visible = false
  195. i3.Visible = false
  196. end)
  197. ------------
  198. tb1.MouseButton1Click:connect(function()
  199. auto.Visible = true
  200. L.Visible = true
  201. i1.Visible = true
  202. i2.Visible = true
  203. i3.Visible = true
  204. end)
  205. ------------
  206. tb2.MouseButton1Click:connect(function()
  207. local tt = workspace.Misc.Spawned:GetChildren()
  208. for i = 1, #tt do
  209. t.CFrame = tt[1].CFrame
  210. end
  211. end)
  212. ------------
  213. ex.MouseButton1Click:connect(function()
  214. sg:Destroy()
  215. end)
  216. ------------
  217. tp.MouseButton1Click:connect(function()
  218. local pp = workspace[n.Text]
  219. local p = pp.Torso.CFrame
  220. t.CFrame = p
  221. end)
  222. ------------
  223. tb1n.Parent = tb1
  224. tb2n.Parent = tb2
  225. exn.Parent = ex
  226. tpn.Parent = tp
  227. nn.Parent = n
  228. auton.Parent = auto
  229. ln.Parent = l
  230. i1n.Parent = i1
  231. i2n.Parent = i2
  232. i3n.Parent = i3
  233. brn.Parent = br
  234. tb1.Parent = f
  235. tb2.Parent = f
  236. ex.Parent = f
  237. tp.Parent = f
  238. n.Parent = f
  239. auto.Parent = f
  240. L.Parent = f
  241. i1.Parent = f
  242. i2.Parent = f
  243. i3.Parent = f
  244. br.Parent = f
  245. f.Parent = sg
  246. sg.Parent = game.Players.LocalPlayer.PlayerGui
  247.  
  248. --[]WIP[]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement