Advertisement
breezyshadow012

INTERNET

Mar 17th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. ply = game.Players.breezyshadow012
  2. load = false
  3.  
  4. g = Instance.new("GuiMain")
  5. g.Parent = ply.PlayerGui
  6. g.Name = "controlls"
  7. desktop = Instance.new("ImageLabel")
  8. desktop.Parent = g
  9. desktop.Image = "http://www.roblox.com/asset/?id=51028037"
  10. desktop.Position = UDim2.new(0, 25, 0, 25)
  11. desktop.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  12. bin = Instance.new("ImageButton")
  13. bin.Parent = g
  14. bin.Transparency = 1
  15. bin.Image = "http://www.roblox.com/asset/?id=51338258"
  16. bin.Position = UDim2.new(0, 50, 0, 50)
  17. bin.Size = UDim2.new(0, 50, 0, 50)
  18. start = Instance.new("TextButton")
  19. start.Parent = g
  20. start.Transparency = 0
  21. start.Text = "Start"
  22. start.Position = UDim2.new(0, 35, 0.87, 0)
  23. start.BackgroundColor = BrickColor.new("Bright green")
  24. start.Size = UDim2.new(0, 100, 0, 50)
  25. startm = Instance.new("TextButton")
  26. startm.Parent = g
  27. startm.Active = false
  28. startm.Transparency = 1
  29. startm.Text = ""
  30. startm.Position = UDim2.new(0, 50, 0.79, 0)
  31. startm.BackgroundColor = BrickColor.new("White")
  32. startm.Size = UDim2.new(0, 100, 0, 50)
  33. firefox = Instance.new("ImageLabel")
  34. firefox.Parent = g
  35. firefox.Image = ""
  36. firefox.BackgroundColor = BrickColor.new("White")
  37. firefox.Transparency = 1
  38. firefox.Position = UDim2.new(0, 25, 0, 25)
  39. firefox.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  40. google = Instance.new("ImageLabel")
  41. google.Parent = g
  42. google.Image = ""
  43. google.BackgroundColor = BrickColor.new("White")
  44. google.Transparency = 1
  45. google.Position = UDim2.new(0, 25, 0, 25)
  46. google.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  47. firefox2 = Instance.new("ImageLabel")
  48. firefox2.Parent = g
  49. firefox2.Image = ""
  50. firefox2.BackgroundColor = BrickColor.new("Bright blue")
  51. firefox2.Transparency = 1
  52. firefox2.Position = UDim2.new(0, 25, 0, 25)
  53. firefox2.Size = UDim2.new(0.899999976, 0, 0, 25)
  54. web = Instance.new("TextBox")
  55. web.Parent = g
  56. web.Text = "new:Tab"
  57. web.BackgroundColor = BrickColor.new("White")
  58. web.Transparency = 1
  59. web.Position = UDim2.new(0, 50, 0, 25)
  60. web.Size = UDim2.new(0.799999976, 0, 0, 22)
  61. search = Instance.new("TextBox")
  62. search.Parent = g
  63. search.Text = ""
  64. search.BackgroundColor = BrickColor.new("White")
  65. search.Transparency = 1
  66. search.Position = UDim2.new(0, 60, 0, 465)
  67. search.Size = UDim2.new(0.85, 0, 0, 55)
  68. close = Instance.new("TextButton")
  69. close.Active = false
  70. close.Parent = g
  71. close.Text = "X"
  72. close.BackgroundColor = BrickColor.new("Bright red")
  73. close.Transparency = 1
  74. close.Position = UDim2.new(0, 1037, 0, 25)
  75. close.Size = UDim2.new(0, 25, 0, 25)
  76. go = Instance.new("TextButton")
  77. go.Active = false
  78. go.Parent = g
  79. go.Text = "->"
  80. go.BackgroundColor = BrickColor.new("Bright green")
  81. go.Transparency = 1
  82. go.Position = UDim2.new(0, 1017, 0, 25)
  83. go.Size = UDim2.new(0, 25, 0, 25)
  84.  
  85.  
  86.  
  87. start.MouseOver:connect(function()
  88. if load == false then
  89. load = true
  90.  
  91. end
  92. end)
  93.  
  94. bin.Mouse.Button1Down:connect(function()
  95. if load == false then
  96. load = true
  97. for i = 1,0,-0.1 do
  98. firefox.Transparency = i
  99. firefox2.Transparency = i
  100. go.Transparency = i
  101. go.Active = true
  102. web.Transparency = i
  103. close.Transparency = i
  104. close.Active = true
  105. bin.Active = false
  106. start.Active = false
  107. startm.Active = false
  108. wait()
  109. end
  110. for i = 0.1,1,0.1 do
  111. desktop.Transparency = i
  112. bin.Transparency = 1
  113. start.Transparency = 1
  114. startm.Transparency = 1
  115. load = false
  116. wait()
  117. end
  118. end
  119. end)
  120. close.MouseButton1Down:connect(function()
  121. if load == false then
  122. load = true
  123. for i=0.1,1,0.1 do
  124. firefox.Transparency = i
  125. search.Transparency = i
  126. firefox2.Transparency = i
  127. go.Transparency = i
  128. google.Transparency = i
  129. google.Image = ""
  130. go.Active = false
  131. web.Transparency = i
  132. close.Transparency = i
  133. close.Active = false
  134. bin.Active = true
  135. start.Active = true
  136. start.Transparency = 0
  137. startm.Active = false
  138. wait()
  139. end
  140. for i = 1,0,-0.1 do
  141. desktop.Transparency = i
  142. bin.Transparency = 1
  143. start.Transparency = 1
  144. startm.Transparency = 1
  145. load = false
  146. wait()
  147. end
  148. end
  149. end)
  150. go.MouseButton1Down:connect(function()
  151. if load == false then
  152. load = true
  153. if web.Text == "www.google.com" then
  154. wait(1)
  155. firefox.Transparency = 1
  156. firefox2.Transparency = 0
  157. google.Transparency = 0
  158. search.Transparency = 0
  159. google.Image = "http://www.roblox.com/asset/?id=29978517"
  160. load = false
  161. end
  162. end
  163. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement