Advertisement
Lakotiz

plug.dj - How to get halloween skins/avatars

Mar 1st, 2013
42,103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PLUG.DJ HALLOWEEN AVATAR GUIDE FOR GOOGLE CHROME AND FIREFOX - by Lakotiz
  2.  
  3. 1. Right click random place on the screen, while being on plug.dj
  4.  
  5. 2. Inspect element
  6.  
  7. 3. Press the "console" tab
  8.  
  9. 4. Copy one of the scripts below (start with halloween01 since you probably haven't unlocked all), then put it into the console.
  10.  
  11. 5.When the popup comes it will say the avatar from the script you used. Example: halloween04 - Then you just type in the avatar skin, so in this
  12. case you would just put in halloween04.
  13.  
  14. 6. You should now have a new nice halloween avatar!
  15.  
  16. NOTICE: You can not use all of them they require an ammount of points, you'll probably need a big ammount of points to use them all.
  17.  
  18. Scripts:
  19.  
  20. javascript:Models.user.changeAvatar(prompt("halloween01"));
  21. javascript:Models.user.changeAvatar(prompt("halloween02"));
  22. javascript:Models.user.changeAvatar(prompt("halloween03"));
  23. javascript:Models.user.changeAvatar(prompt("halloween04"));
  24. javascript:Models.user.changeAvatar(prompt("halloween05"));
  25. javascript:Models.user.changeAvatar(prompt("halloween06"));
  26. javascript:Models.user.changeAvatar(prompt("halloween07"));
  27. javascript:Models.user.changeAvatar(prompt("halloween08"));
  28. javascript:Models.user.changeAvatar(prompt("halloween09"));
  29. javascript:Models.user.changeAvatar(prompt("halloween10"));
  30. javascript:Models.user.changeAvatar(prompt("halloween11"));
  31. javascript:Models.user.changeAvatar(prompt("halloween12"));
  32. javascript:Models.user.changeAvatar(prompt("halloween13"));
  33.  
  34.  
  35. Avatars inside the scripts:
  36.  
  37. halloween01 - Male Vampire      (0-99 points)
  38. halloween02 - Female Vampire        (0-99 points)  
  39. halloween03 - Male Frankenstein     (100-299 points)
  40. halloween04 - Female Frankenstein   (100-299 points)
  41. halloween05 - Male Skeleton     (300-699 points)
  42. halloween06 - Female Skeleton       (300-699 points)
  43. halloween07 - Male Mummy        (700-1499 points)
  44. halloween08 - Female Mummy      (700-1499 points)
  45. halloween09 - Male Ghost        (1500-2999 points)
  46. halloween10 - Male Werewolf     (3000-6999 points)
  47. halloween11 - Pumpkin Man       (7000-14999 points)
  48. halloween12 - Female Werewolf       (3000-6999 points)
  49. halloween13 - Male Zombie       (15000+ points)
  50.  
  51. (WILL BE UPDATED)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement