Advertisement
Learning000001

Untitled

Nov 27th, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. List<TaskData> _tasks = new List<TaskData>
  2. {
  3. new RedirectTask
  4. {
  5. Name = "MonsterKingdom",
  6. DidComplete = false,
  7. TimeFinished = DateTime.MinValue,
  8. Type = TaskType.Redirect,
  9. RedirectUrl = "https://t.me/Monsterkingdom_bot/Monsterkingdom?startapp=eyJzaGFyZUlkIjo5MjE1ODczODl9",
  10. Description = "Play Monster Kingdom"
  11. },
  12. new RedirectTask
  13. {
  14. Name = "UXUYBot",
  15. DidComplete = false,
  16. TimeFinished = DateTime.MinValue,
  17. Type = TaskType.Redirect,
  18. RedirectUrl = "https://t.me/UXUYbot/app?startapp=kclpWHuUmUnEjyNe",
  19. Description = "Earn Bitcoin rewards with UXUY Bot"
  20. },
  21. new RedirectTask
  22. {
  23. Name = "PumpadBot",
  24. DidComplete = false,
  25. TimeFinished = DateTime.MinValue,
  26. Type = TaskType.Redirect,
  27. RedirectUrl = "https://t.me/Pumpad_Bot/Lucky?startapp=62939869940325235",
  28. Description = "Grab daily rewards with Pumpad Bot"
  29. },
  30. new RedirectTask
  31. {
  32. Name = "InfinityGround",
  33. DidComplete = false,
  34. TimeFinished = DateTime.MinValue,
  35. Type = TaskType.Redirect,
  36. RedirectUrl = "https://t.me/InfinityGround_bot/Infinityg?startapp=srcTGqoom",
  37. Description = "Join Infinity Ground"
  38. },
  39. new RedirectTask
  40. {
  41. Name = "Boost",
  42. DidComplete = false,
  43. TimeFinished = DateTime.MinValue,
  44. Type = TaskType.Redirect,
  45. RedirectUrl = "https://t.me/boostgg_bot/szn1?startapp=dfwop3v9",
  46. Description = "Join Boost"
  47. }
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement