Advertisement
Learning000001

Untitled

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