Advertisement
Guest User

Dota 2 - Pangolier In-game Shitpost Script

a guest
Nov 1st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. //Add to autoexec.cfg which should be in steamapps\common\dota 2 beta\game\dota\cfg
  2. //If autoexec.cfg is not there, create a new text file and rename it to "autoexec.cfg"
  3. //MAKE SURE IT IS NOT NAMED autoexec.cfg.txt
  4. //Either bind an unused key to +phrase_dice or uncomment the section below
  5. //Open the console in Dota 2 and run "exec autoexec.cfg" every time you start Dota 2
  6.  
  7.  
  8. //If config.cfg does not exist, replace KEY with the key and uncomment below
  9. //unbind KEY
  10. //bind "KEY" "+phrase_dice"
  11.  
  12.  
  13. //To change text, replace everything but "say " in the quotes
  14. //Fill it with your own better jokes
  15. alias phrase1 "say did you get my POINT?"
  16. alias phrase2 "say Pangolins are mammals of the order Pholidota. The one extant family, Manidae, has three genera: Manis, which comprises four species living in Asia; Phataginus, which comprises two species living in Africa; and Smutsia, which comprises two species also living in Africa.[1]"
  17. alias phrase3 "say what the shell?"
  18. alias phrase4 "say *waves a white flag* these colors don't run"
  19. alias phrase5 "say here's a tip. of a sword. stabbing you"
  20. alias phrase6 "say quel terrible cas d'incompétence *shakes head sadly*"
  21. alias phrase7 "say i sure could go for a noob sandwich *slices baguette and u with sword*"
  22. alias phrase8 "say hello. my name is Donte Panlin. you killed my support. prepare to die"
  23. alias phrase9 "say mi nombre es Donte, exterminador de noobs"
  24. alias phrase10 "say hon hon hon"
  25.  
  26.  
  27. //Don't change these
  28. alias verbalharassment_waiton "alias diceroll phrase_next; phrase_next"
  29. alias verbalharassment_nowait "phrase_cycle"
  30. alias phrase_diceroll_1 "alias phrase_result phrase1;alias phrase_cycle phrase_diceroll_2"
  31. alias phrase_diceroll_2 "alias phrase_result phrase2;alias phrase_cycle phrase_diceroll_3"
  32. alias phrase_diceroll_3 "alias phrase_result phrase3;alias phrase_cycle phrase_diceroll_4"
  33. alias phrase_diceroll_4 "alias phrase_result phrase4;alias phrase_cycle phrase_diceroll_5"
  34. alias phrase_diceroll_5 "alias phrase_result phrase5;alias phrase_cycle phrase_diceroll_6"
  35. alias phrase_diceroll_6 "alias phrase_result phrase6;alias phrase_cycle phrase_diceroll_7"
  36. alias phrase_diceroll_7 "alias phrase_result phrase7;alias phrase_cycle phrase_diceroll_8"
  37. alias phrase_diceroll_8 "alias phrase_result phrase8;alias phrase_cycle phrase_diceroll_9"
  38. alias phrase_diceroll_9 "alias phrase_result phrase9;alias phrase_cycle phrase_diceroll_10"
  39. alias phrase_diceroll_10 "alias phrase_result phrase10;alias phrase_cycle phrase_diceroll_1"
  40.  
  41.  
  42. alias +phrase_dice "alias waitcheck_pass verbalharassment_waiton;alias waitcheck_fail verbalharassment_nowait;waitcheck_test"
  43. alias -phrase_dice "phrase_result;alias diceroll "
  44. alias phrase_next "phrase_cycle;wait 5;diceroll"
  45. alias phrase_cycle phrase_diceroll_1
  46.  
  47. //Wait-checking script
  48. alias waitcheck_fail "echoln >> WAIT DISABLED ON SERVER"
  49. alias waitcheck_pass "echoln >> WAIT ENABLED ON SERVER"
  50. alias waitcheck_test2 "wait 10;alias waitcheck_result waitcheck_pass"
  51. alias waitcheck_test "waitcheck_test2;alias waitcheck_result waitcheck_fail;wait 15;waitcheck_result"
  52.  
  53.  
  54. echoln Autoexec loaded!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement