Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 KB | None | 0 0
  1. local BottonSimulator3 = Instance.new("ScreenGui")
  2. local MainUI = Instance.new("Frame")
  3. local mainFrame = Instance.new("Frame")
  4. local Overworld = Instance.new("TextButton")
  5. local Buttonrealm = Instance.new("TextButton")
  6. local UltraOcean = Instance.new("TextButton")
  7. local AlmightyDesert = Instance.new("TextButton")
  8. local Lavaworld = Instance.new("TextButton")
  9. local topFrame = Instance.new("ImageLabel")
  10. local title = Instance.new("TextLabel")
  11. local Button = Instance.new("ImageButton")
  12. local _3 = Instance.new("TextLabel")
  13. --Properties:
  14. BottonSimulator3.Name = "BottonSimulator3"
  15. BottonSimulator3.Parent = game.CoreGui
  16.  
  17. MainUI.Name = "MainUI"
  18. MainUI.Parent = BottonSimulator3
  19. MainUI.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  20. MainUI.BackgroundTransparency = 1
  21. MainUI.BorderSizePixel = 0
  22. MainUI.Position = UDim2.new(0.0199203193, 0, 0.454685092, 0)
  23. MainUI.Size = UDim2.new(0, 250, 0, 325)
  24. MainUI.Active = true
  25. MainUI.Draggable = true
  26.  
  27. mainFrame.Name = "mainFrame"
  28. mainFrame.Parent = MainUI
  29. mainFrame.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  30. mainFrame.BorderSizePixel = 0
  31. mainFrame.Position = UDim2.new(-7.97119137e-05, 0, 0.0423773676, 0)
  32. mainFrame.Size = UDim2.new(0, 250, 0, 311)
  33.  
  34. Overworld.Name = "Overworld"
  35. Overworld.Parent = mainFrame
  36. Overworld.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  37. Overworld.BorderColor3 = Color3.new(0, 0.498039, 0.0156863)
  38. Overworld.BorderSizePixel = 2
  39. Overworld.Position = UDim2.new(0.100000001, 0, 0.112540185, 0)
  40. Overworld.Size = UDim2.new(0, 200, 0, 38)
  41. Overworld.Font = Enum.Font.GothamSemibold
  42. Overworld.Text = "Overworld"
  43. Overworld.TextColor3 = Color3.new(1, 1, 1)
  44. Overworld.TextSize = 16
  45.  
  46. Buttonrealm.Name = "Buttonrealm"
  47. Buttonrealm.Parent = mainFrame
  48. Buttonrealm.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  49. Buttonrealm.BorderColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  50. Buttonrealm.BorderSizePixel = 2
  51. Buttonrealm.Position = UDim2.new(0.100000001, 0, 0.292057544, 0)
  52. Buttonrealm.Size = UDim2.new(0, 200, 0, 38)
  53. Buttonrealm.Font = Enum.Font.GothamSemibold
  54. Buttonrealm.Text = "Button Realm"
  55. Buttonrealm.TextColor3 = Color3.new(1, 1, 1)
  56. Buttonrealm.TextSize = 16
  57.  
  58. UltraOcean.Name = "UltraOcean"
  59. UltraOcean.Parent = mainFrame
  60. UltraOcean.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  61. UltraOcean.BorderColor3 = Color3.new(0, 0.333333, 1)
  62. UltraOcean.BorderSizePixel = 2
  63. UltraOcean.Position = UDim2.new(0.100000001, 0, 0.653853893, 0)
  64. UltraOcean.Size = UDim2.new(0, 200, 0, 38)
  65. UltraOcean.Font = Enum.Font.GothamSemibold
  66. UltraOcean.Text = "Ultra Ocean"
  67. UltraOcean.TextColor3 = Color3.new(1, 1, 1)
  68. UltraOcean.TextSize = 16
  69.  
  70. AlmightyDesert.Name = "AlmightyDesert"
  71. AlmightyDesert.Parent = mainFrame
  72. AlmightyDesert.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  73. AlmightyDesert.BorderColor3 = Color3.new(0.776471, 0.776471, 0.384314)
  74. AlmightyDesert.BorderSizePixel = 2
  75. AlmightyDesert.Position = UDim2.new(0.100000001, 0, 0.474336594, 0)
  76. AlmightyDesert.Size = UDim2.new(0, 200, 0, 38)
  77. AlmightyDesert.Font = Enum.Font.GothamSemibold
  78. AlmightyDesert.Text = "Almighty Desert"
  79. AlmightyDesert.TextColor3 = Color3.new(1, 1, 1)
  80. AlmightyDesert.TextSize = 16
  81.  
  82. Lavaworld.Name = "Lavaworld"
  83. Lavaworld.Parent = mainFrame
  84. Lavaworld.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  85. Lavaworld.BorderColor3 = Color3.new(0.498039, 0, 0.00784314)
  86. Lavaworld.BorderSizePixel = 2
  87. Lavaworld.Position = UDim2.new(0.100000001, 0, 0.830702782, 0)
  88. Lavaworld.Size = UDim2.new(0, 200, 0, 38)
  89. Lavaworld.Font = Enum.Font.GothamSemibold
  90. Lavaworld.Text = "Lava World"
  91. Lavaworld.TextColor3 = Color3.new(1, 1, 1)
  92. Lavaworld.TextSize = 16
  93.  
  94. topFrame.Name = "topFrame"
  95. topFrame.Parent = MainUI
  96. topFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  97. topFrame.BackgroundTransparency = 1
  98. topFrame.Position = UDim2.new(-7.97119137e-05, 0, -0.000699556782, 0)
  99. topFrame.Size = UDim2.new(0, 250, 0, 25)
  100. topFrame.Image = "rbxassetid://2851926732"
  101. topFrame.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  102. topFrame.ScaleType = Enum.ScaleType.Slice
  103. topFrame.SliceCenter = Rect.new(12, 12, 12, 12)
  104.  
  105. title.Name = "title"
  106. title.Parent = topFrame
  107. title.BackgroundColor3 = Color3.new(1, 1, 1)
  108. title.BackgroundTransparency = 1
  109. title.Position = UDim2.new(0.0759999976, 0, 0, 0)
  110. title.Size = UDim2.new(0, 230, 0, 25)
  111. title.Font = Enum.Font.GothamSemibold
  112. title.Text = "Button Simulator 3"
  113. title.TextColor3 = Color3.new(1, 1, 1)
  114. title.TextSize = 14
  115. title.TextStrokeColor3 = Color3.new(1, 1, 1)
  116.  
  117. Button.Name = "Button"
  118. Button.Parent = title
  119. Button.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  120. Button.BackgroundTransparency = 1
  121. Button.Position = UDim2.new(0.108695649, 0, 0, 0)
  122. Button.Size = UDim2.new(0, 25, 0, 25)
  123. Button.Image = "rbxassetid://2851926732"
  124. Button.ImageColor3 = Color3.new(1, 0, 0.0156863)
  125.  
  126. _3.Name = "3"
  127. _3.Parent = Button
  128. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  129. _3.BackgroundTransparency = 1
  130. _3.BorderSizePixel = 0
  131. _3.Position = UDim2.new(-0.0113043487, 0, 0, 0)
  132. _3.Size = UDim2.new(0, 25, 0, 25)
  133. _3.Font = Enum.Font.GothamBlack
  134. _3.Text = "3"
  135. _3.TextColor3 = Color3.new(1, 1, 1)
  136. _3.TextSize = 14
  137. _3.TextStrokeTransparency = 0
  138. _3.TextWrapped = true
  139. -- Scripts:
  140. function SCRIPT_HXSN87_FAKESCRIPT() -- Overworld.LocalScript
  141. local script = Instance.new('LocalScript')
  142. script.Parent = Overworld
  143. local WorldButton = script.Parent
  144.  
  145. WorldButton.MouseButton1Down:Connect(function()
  146. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(432.2, 4.1, -132.8)
  147. end)
  148.  
  149. end
  150. coroutine.resume(coroutine.create(SCRIPT_HXSN87_FAKESCRIPT))
  151. function SCRIPT_BCAH82_FAKESCRIPT() -- Buttonrealm.LocalScript
  152. local script = Instance.new('LocalScript')
  153. script.Parent = Buttonrealm
  154. local RealmButton = script.Parent
  155.  
  156. RealmButton.MouseButton1Down:Connect(function()
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9414.4, 4.1, -116.5)
  158. end)
  159.  
  160. end
  161. coroutine.resume(coroutine.create(SCRIPT_BCAH82_FAKESCRIPT))
  162. function SCRIPT_IJUJ73_FAKESCRIPT() -- UltraOcean.LocalScript
  163. local script = Instance.new('LocalScript')
  164. script.Parent = UltraOcean
  165. local OceanButton = script.Parent
  166.  
  167. OceanButton.MouseButton1Down:Connect(function()
  168. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9341.5, 21.1, 8427.9)
  169. end)
  170.  
  171. end
  172. coroutine.resume(coroutine.create(SCRIPT_IJUJ73_FAKESCRIPT))
  173. function SCRIPT_VQKQ65_FAKESCRIPT() -- AlmightyDesert.LocalScript
  174. local script = Instance.new('LocalScript')
  175. script.Parent = AlmightyDesert
  176. local DesertButton = script.Parent
  177.  
  178. DesertButton.MouseButton1Down:Connect(function()
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9320.4, 4.2, -8747.8)
  180. end)
  181.  
  182. end
  183. coroutine.resume(coroutine.create(SCRIPT_VQKQ65_FAKESCRIPT))
  184. function SCRIPT_OXZV89_FAKESCRIPT() -- Lavaworld.LocalScript
  185. local script = Instance.new('LocalScript')
  186. script.Parent = Lavaworld
  187. local LavaworldButton = script.Parent
  188.  
  189. LavaworldButton.MouseButton1Down:Connect(function()
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9571.9, 4.1, 8891.8)
  191. end)
  192.  
  193. end
  194. coroutine.resume(coroutine.create(SCRIPT_OXZV89_FAKESCRIPT))
  195.  
  196. Button.MouseButton1Down:Connect(function()
  197. BottonSimulator3:Destroy()
  198. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement