Game Guides > Game FAQ >  

What is the toontown injector code for the scientist shirt

What is the toontown injector code for the scientist shirt
^^ i dont have it, but i do have other clothing codes (;!
  1. base.localAvatar.findAllMatches('**/torso-top')
  2. shirttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirt_sellbotCrusher.jpg")
  3. shirt.setTexture(shirttex, 1)
  4. short = base.localAvatar.findAllMatches('**/torso-bot')
  5. shorttex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shorts_sellbotCrusher.jpg")
  6. short.setTexture(shorttex, 1)
  7. sleeves = base.localAvatar.findAllMatches('**/sleeves')
  8. sleevestex = loader.loadTexture("phase_4/maps/tt_t_chr_avt_shirtSleeve_sellbotCrusher.jpg")
  9. sleeves.setTexture(sleevestex, 1)
  10. base.localAvatar.setName('RESISTANCE RANGER Dude')
  11. base.localAvatar.setColor(111,0.7122,0.544)
  12. shirts3=loader.loadTexture("phase_4/maps/tt_t_chr_shirt_scientistA.jpg")
  13. sleve3=loader.loadTexture("phase_4/maps/tt_t_chr_shirtSleeve_scientist.jpg")
  14. shorts3=loader.loadTexture("phase_4/maps/tt_t_chr_shorts_scientistA.jpg")
  15. base.localAvatar.findAllMatches('**/torso-top').setTexture(shirts3, 1)
  16. base.localAvatar.findAllMatches('**/torso-bot').setTexture(shorts3, 1)
  17. base.localAvatar.findAllMatches('**/sleeves').setTexture(sleve3, 1)
  18. base.localAvatar.setScale(6)


hope it works ! (;!