Advertisement
DraKiNs

[COD] Nyan Cat Hack

Jul 2nd, 2011
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function setSeconds(iSeg)
  2. {
  3.         var startTime = new Date - (iSeg * 1000);
  4.         return true;
  5. }
  6. function setSound(iSound)
  7. {
  8.         soundManager.setVolume('loop',iSound);
  9.         return true;
  10. }
  11. // By Bruno da Silva (nickname DraKiNs)
  12. //www.ips-team.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement