Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #!/us/bin/perl
  2. #
  3. # authour: omenz
  4. #
  5. ###############
  6.  
  7. $now = localtime ();
  8. $player = ('team_piglet' , 'team_wolf' , 'team_vamp' , 'team_dox' , 'team_shooter' , 'team_amphebion');
  9. print "[Welcome to packetwarz v.2.5]\n
  10. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  11. Team select:
  12. Team options: teamwolf, teampiglet, teamvamp, teamshooters, teamamphebious
  13. Enter selection:\n";
  14. ($team = <STDIN>);
  15. print "$team welcomes you !! $now
  16. Your now entering you new realm \n
  17.  
  18. Misson Select Menu;
  19. [ ]misson
  20. [ ]sidemission
  21. [ ]secret missions
  22. [ ]finger print mission
  23. [x]operations
  24. [ ]pending approvals...\n";{
  25. print "[packetwarz/basecamp]$ Enter user id: ";
  26. ($user = <STDIN>);
  27. print "Password: ";
  28. ($pass = <STDIN>);} #
  29. #code to be continued
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement