Skip to content

Commit

Permalink
UMUX 2.2.0 r7
Browse files Browse the repository at this point in the history
다음과 같은 업데이트 사항이 있습니다.
- 보안 패치(2020.06.01)
  • Loading branch information
HonestSquare authored Jun 6, 2020
1 parent 4372298 commit fcd79ae
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions 2.0 BUSAN/UMUX BOT(2.2.0 BUSAN).js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// API LEVEL(VERSION): 8(2.2.0 r6)
// API LEVEL(VERSION): 8(2.2.0 r7)
//==========================================<README>==========================================
// 유즈맵 대표카페(이하 UM)에서 진행하고 있는 한국어화 유즈맵 봇방 프로젝트로,
// 사용자 인터페이스(UI)뿐만 아니라 플레이의 매사 모든 순간까지 아우르는 사용자 경험(UX)입니다.
Expand Down Expand Up @@ -149,7 +149,7 @@ const MAXPLAYERS = 12; // 플레이어 최대 인원
const PLAYERNAME = " "; // 방장 이름(그대로 두는 걸 권장)
const PUBLIC = true; // 공개방 여부
// token; You can obtain it here: https://www.haxball.com/rs/api/getheadlesstoken
const TOKEN = "thr1.AAAAAF7KXyBeDxJjJcymNA.U1UXWL_piXI";
const TOKEN = "thr1.AAAAAF7bETA_vSwzNX-vbg.GZOfCIws-Is";
const NOPLAYER = false; // 방장 여부(그대로 두는 걸 권장)
var PASSWORD = " "; // 비밀번호
// 지역 코드, 위도, 경도
Expand Down Expand Up @@ -2043,7 +2043,7 @@ class IoSystem{
this.initialized = false;
this.VersionRoom = "v1.00"; // 방 버전
this.VersionUMUX = "2.2.0"; // UMUX 버전(건드리지 마시오)
this.SecurityPatchLevel = "2020.05.01"; // UMUX 보안 패치 수준(건드리지 마시오)
this.SecurityPatchLevel = "2020.06.01"; // UMUX 보안 패치 수준(건드리지 마시오)
this.log = function(io, msg){
if(msg){
if(!io) return console.log(TM.showDate() + ' ◀ ' + msg); // 입력
Expand Down Expand Up @@ -2110,15 +2110,22 @@ class IoSystem{
PS.initBlacklist(true, "쥐알티", "312E3234362E3139312E323134"),
PS.initBlacklist(true, "겐류사이 육두봉", "3132312E3135332E3137302E323131"),

PS.initBlacklist(true, "반다이크", "3131362E3132342E3137382E3433"),

PS.initBlacklist(true, undefined, "3138322E3232342E33312E313031"),
PS.initBlacklist(true, undefined, "3131362E3132312E3233352E3830"),
PS.initBlacklist(true, undefined, "3231312E3234332E3232322E3733"),
PS.initBlacklist(true, undefined, "33392E3131372E37392E313337"),

PS.initBlacklist(true, "drogba", "3131382E33322E37372E323531"),
PS.initBlacklist(true, "드록바", "3131382E33322E37372E323531"),

PS.initBlacklist(true, "경상도에서태어난아기를영국에서길렀더니내가나왔다", "3131382E362E32352E313034"),

PS.initBlacklist(true, "soy el mas pro", "3139302E34392E3137302E313038"),
PS.initBlacklist(true, "Ricardo", "3138362E3132332E3231352E3234"),

PS.initBlacklist(true, "HYNN", "3231392E3130302E33372E323433"),
//------------------------------------------------------------블랙리스트 초기화
// ***여기에 추가적으로 명단을 작성하십시오***
// <예시> PS.initBlacklist(false, "알파고"), 또는 PS.initBlacklist(true, undefined, "12345678901234567890"),
Expand Down

0 comments on commit fcd79ae

Please sign in to comment.