├── README.md └── scripts ├── char_lister.js ├── chat_script.js ├── crack_example.js ├── db_demo.js ├── ez21.js ├── filter_and_iterate.js ├── fullsec_check_access_log.js ├── oldver_fullsec_check_access_log.js ├── test_sec_level.js └── track_number_of_calls.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/README.md -------------------------------------------------------------------------------- /scripts/char_lister.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/char_lister.js -------------------------------------------------------------------------------- /scripts/chat_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/chat_script.js -------------------------------------------------------------------------------- /scripts/crack_example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/crack_example.js -------------------------------------------------------------------------------- /scripts/db_demo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/db_demo.js -------------------------------------------------------------------------------- /scripts/ez21.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/ez21.js -------------------------------------------------------------------------------- /scripts/filter_and_iterate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/filter_and_iterate.js -------------------------------------------------------------------------------- /scripts/fullsec_check_access_log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/fullsec_check_access_log.js -------------------------------------------------------------------------------- /scripts/oldver_fullsec_check_access_log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/oldver_fullsec_check_access_log.js -------------------------------------------------------------------------------- /scripts/test_sec_level.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/test_sec_level.js -------------------------------------------------------------------------------- /scripts/track_number_of_calls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeatherSoron/hackmud_sample_scripts/HEAD/scripts/track_number_of_calls.js --------------------------------------------------------------------------------