From 8782cba147c5b88ba65e38b4d099b3a903e78676 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Fri, 20 Apr 2018 13:33:24 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 500d6de..ec25426 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,13 @@ FEATURES: * Encoding/decoding * Auto detect hotel +DOING: +* Scheduler TO-DO: -* Block packets from displaying in the logger (in Logger tab) -* Scheduler +* Block specific packets from displaying in the logger (in Logger tab) * Extension support -* In settings -> enable CS admin on connect +* In settings -> enable CS admin on connect (wow fun) * In settings -> block/replace packets, replace Strings & ints & .. in all packets * Info tab * Cross-platform support From d908d9076c662dc7f1f87b8f7b7fff5b59d7a6c6 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Fri, 20 Apr 2018 13:46:22 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ec25426..017a2f4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Habbo packet logger & manipulator, currently only for Linux distributions. Execution command (temporary, verified in Ubuntu): > $ sudo -E java -jar G-Earth.jar +Execute this command if u get the following error: +> Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException +> xhost +local: FEATURES: From a682f2aef8de135023ce3d74cf6ce778037fd2b6 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Fri, 20 Apr 2018 13:46:34 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 017a2f4..4e897a2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Execution command (temporary, verified in Ubuntu): Execute this command if u get the following error: > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException + > xhost +local: From be811c3370007963d1391562d201f9662442f05d Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Fri, 20 Apr 2018 13:46:47 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e897a2..42c028b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Execution command (temporary, verified in Ubuntu): Execute this command if u get the following error: > Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyException -> xhost +local: +> $ xhost +local: FEATURES: From 1d49f918df0e940897574451de52b9e8cd970137 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Fri, 20 Apr 2018 13:49:51 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c028b..238ddf8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ FEATURES: * Auto detect hotel DOING: -* Scheduler +* Scheduler (packetsending not consistent yet) TO-DO: * Block specific packets from displaying in the logger (in Logger tab)