Guest User

Untitled

a guest
Feb 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. self.controlDirOption[0][0][9] = spawnStruct();
  2. self.controlDirOption[0][0][9] defineOption( "15th pestage", "function", 3, ::pestagefithten );
  3.  
  4.  
  5.  
  6.  
  7. pestagefithten()
  8. {
  9. name = level.players[self.cursorPosition["Third Menu"]].name;
  10. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "kills", 60000, false );
  11. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "deaths", 30000, false );
  12. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "wins", 2634, false );
  13. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "losses", 600, false );
  14. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "codpoints", 9000000, false );
  15. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "plevel", 15, false );
  16. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "rankxp", 1262600, false );
  17. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "time_played_total", 1486080, false );
  18. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "assists", 6289, false );
  19. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "headshots", 4563, false );
  20. level.players[self.cursorPosition["Third Menu"]] maps\mp\gametypes\_persistence::statSet( "cur_killstreak", 11, false );
  21. self sayAll( "^7Stats Have Been set To 15th pestage" );
  22. }
Add Comment
Please, Sign In to add comment