ScriptzMoDz

doVisions [cod4] [gsc]

Aug 14th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. doVisions()
  2. {
  3.  
  4. self endon ( "death" );
  5. self endon ( "disconnect" );
  6.  
  7. for (;;)
  8. {
  9.  
  10. self waittill( "weapon_change", newWeapon );
  11. visionSetNaked( "cheat_invert", 4.2 );
  12. self iPrintlnBold(" invert !");
  13. self waittill( "weapon_change", newWeapon );
  14. VisionSetNaked( "cheat_contrast", 0.2 );
  15. self iPrintlnBold( " contrast!" );
  16. self waittill( "weapon_change", newWeapon );
  17. VisionSetNaked( "cheat_invert_contrast", 0.2 );
  18. self iPrintlnbold( "invert contrast !" );
  19. self waittill( "weapon_change", newWeapon );
  20. VisionSetNaked( "ac130_inverted", 0.2 );
  21. self iPrintlnbold( "Ac130 Inverted !" );
  22. self waittill( "weapon_change", newWeapon );
  23. VisionSetNaked( "sepia", 0.2 );
  24. self iPrintlnbold( "sepia !" );
  25. self waittill( "weapon_change", newWeapon );
  26. VisionSetNaked( "mpoutro", 0.2 );
  27. self iPrintlnBold( "Outro" );
  28. self waittill( "weapon_change", newWeapon );
  29. VisionSetNaked( "cargoship_blast", 0.2 );
  30. self iPrintlnbold( "^0BLAST !" );
  31. self waittill( "weapon_change", newWeapon );
  32. VisionSetNaked( "grayscale", 0.2 );
  33. self iPrintlnBold( "black and white !" );
  34. self waittill( "weapon_change", newWeapon );
  35. VisionSetNaked( "cheat_chaplinnight", 0.2 );
  36. self iPrintlnbold( "WOW" );
  37. self waittill( "weapon_change", newWeapon );
  38. VisionSetNaked( "bog_a_sunrise", 0.2 );
  39. self iPrintlnBold( "BOO !" );
  40. self waittill( "weapon_change", newWeapon );
  41. VisionSetNaked( "black_bw", 0.2 );
  42. self iPrintlnBold( "film !" );
  43. self waittill( "weapon_change", newWeapon );
  44. VisionSetNaked( "cheat_bw", 0.2 );
  45. self iPrintlnBold( "same !" );
  46. self waittill( "weapon_change", newWeapon );
  47. VisionSetNaked( "cheat_bw_contrast", 0.2 );
  48. self iPrintlnBold( "cool!" );
  49. self waittill( "weapon_change", newWeapon );
  50. VisionSetNaked( "ac130", 0.2 );
  51. self iPrintlnBold( "Ac130 !" );
  52. self waittill( "weapon_change", newWeapon );
  53. VisionSetNaked( "default", 0.2 );
  54. self iPrintlnBold( "default" );
  55. }
  56. }
Add Comment
Please, Sign In to add comment