Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <?php
  2. # ____ __ _
  3. # / ___|___ _ __ / _(_) __ _
  4. # | | / _ \| '_ \| |_| |/ _` |
  5. # | |__| (_) | | | | _| | (_| |
  6. # \____\___/|_| |_|_| |_|\__, |
  7. # |___/
  8. // Info
  9. $YATQA_username = '';
  10. $YATQA_password = '';
  11. $YATQA_queryport = '';
  12. $server_ip = '';
  13. $server_port = '';
  14. $botname = 'Automatic-System%20Bot%20['. mt_rand(0, 99).']';
  15. #Settings
  16. $firstGroup = '6';
  17. //Here type the ids For group's you want to add them it
  18. $firstGroup1 = '9';
  19. $firstGroup2 = '10';
  20. $firstGroup3 = '11';
  21. //To Group
  22. $toGroup = '12';
  23. //Here type the ids For group's you want to add them it
  24. $toGroup1 = '13';
  25. $toGroup2 = '14';
  26. $toGroup3 = '15';
  27. //Three Group
  28. $threeGroup = '16';
  29. //Here type the ids For group's you want to add them it
  30. $threeGroup1 = '17';
  31. $threeGroup2 = '18';
  32. $threeGroup3 = '109';
  33. // If you want to make more groups just do same i do
  34.  
  35.  
  36. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement