| Chat Command | Console Command |
|---|---|
| -lvlup | dota_hero_level |
| -levelup | dota_hero_level |
| -lvlmax | dota_hero_maxlevel |
| -levelmax | dota_hero_maxlevel |
| -suicide | dota_hero_suicide |
| -hurtmebad | dota_hero_nearlethaldamage |
| -respawn | dota_hero_respawn |
| -refresh | dota_hero_refresh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| emoji.list = { | |
| { name = "01.gif", code = "๎" }, --index 1 wink | |
| { name = "02.gif", code = "๎" }, --index 2 blush | |
| { name = "03.gif", code = "๎" }, --index 3 cheeky | |
| { name = "04.gif", code = "๎" }, --index 4 cool | |
| { name = "05.gif", code = "๎ " }, --index 5 crazy | |
| { name = "06.gif", code = "๎" }, --index 6 cry | |
| { name = "07.gif", code = "๎" }, --index 7 disapprove | |
| { name = "08.gif", code = "๎" }, --index 8 doubledamage | |
| { name = "09.gif", code = "๎" }, --index 9 facepalm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // AUDIO TAB | |
| volume 0.6 | |
| snd_gamevolume 0.6 | |
| snd_musicvolume 0.000000 | |
| snd_voipvolume 0.7 | |
| snd_gamevoicevolume 0.6 | |
| snd_mute_losefocus 0 | |
| chat_sound false | |
| dota_mute_cobroadcasters 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local mm = { | |
| OptionEnable = Menu.AddOption({"mlambers", "Matchmaking tool"}, "1. Enable", "Enable/Disable this script."), | |
| OptionTeamEnable = Menu.AddOption({"mlambers", "Matchmaking tool"}, "2. Enable specific faction", "Enable/Disable faction selector"), | |
| TeamType = Menu.AddOption({"mlambers", "Matchmaking tool"}, "3. Faction", "", 1, 2, 1), | |
| } | |
| local TickGuard = nil | |
| local gc_resp = nil | |
| local gc_check = false | |
| local should_find = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| open steamcommunity.com/my/minimaledit | |
| dota_select_hero | |
| dota_matchgroups_new | |
| dota_match_game_modes | |
| dota_match_languages | |
| dota_match_solo_queue | |
| dota_competitive_game_modes | |
| dota_ranked_role_queue | |
| rate | |
| net_force_steamdatagram true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [07:07:47][dump_color.lua] Radiant color: | |
| [07:07:47][dump_color.lua] Player number 1 RGB: Vector(0.20000000298023, 0.45882353186607, 1.0) Hex: #3375FF | |
| [07:07:47][dump_color.lua] Player number 2 RGB: Vector(0.40000000596046, 1.0, 0.74901962280273) Hex: #66FFBF | |
| [07:07:47][dump_color.lua] Player number 3 RGB: Vector(0.74901962280273, 0.0, 0.74901962280273) Hex: #BF00BF | |
| [07:07:47][dump_color.lua] Player number 4 RGB: Vector(0.95294117927551, 0.94117647409439, 0.04313725605607) Hex: #F3F00B | |
| [07:07:47][dump_color.lua] Player number 5 RGB: Vector(1.0, 0.419607847929, 0.0) Hex: #FF6B00 | |
| [07:07:47][dump_color.lua] Dire color: | |
| [07:07:47][dump_color.lua] Player number 6 RGB: Vector(0.99607843160629, 0.52549022436142, 0.76078432798386) Hex: #FE86C2 | |
| [07:07:47][dump_color.lua] Player number 7 RGB: Vector(0.63137257099152, 0.70588237047195, 0.27843138575554) Hex: #A1B447 | |
| [07:07:47][dump_color.lua] Player number 8 RGB: Vector(0.39607843756676, 0.85098040103912, 0.96862745285034) Hex: #65D9F7 |