From 99b37c5243f03442b4f734591401d4738c9f75d8 Mon Sep 17 00:00:00 2001 From: fl4shback Date: Sun, 23 Jan 2022 12:00:55 +0100 Subject: [PATCH 1/3] updated app ids --- src/consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts.py b/src/consts.py index cdb11b7..d76b339 100755 --- a/src/consts.py +++ b/src/consts.py @@ -12,8 +12,8 @@ UBISOFT_CONFIGURATIONS_BLACKLISTED_NAMES = ["gamename", "l1", '', 'ubisoft game', 'name'] CHROME_USERAGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" -CLUB_APPID = "b8fde481-327d-4031-85ce-7c10a202a700" -CLUB_GENOME_ID = "fbd6791c-a6c6-4206-a75e-77234080b87b" +CLUB_APPID = "b314d4fef-e568-454a-ae06-43e3bece12a6" +CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40" AUTH_PARAMS = { "window_title": "Login | Ubisoft WebAuth", From f35e4832abc2bec20faf7aec19c936c9defb71fc Mon Sep 17 00:00:00 2001 From: fl4shback Date: Sun, 23 Jan 2022 21:15:42 +0100 Subject: [PATCH 2/3] correct typo thanks @Diven73 --- src/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.py b/src/consts.py index d76b339..c0111ea 100755 --- a/src/consts.py +++ b/src/consts.py @@ -12,7 +12,7 @@ UBISOFT_CONFIGURATIONS_BLACKLISTED_NAMES = ["gamename", "l1", '', 'ubisoft game', 'name'] CHROME_USERAGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" -CLUB_APPID = "b314d4fef-e568-454a-ae06-43e3bece12a6" +CLUB_APPID = "314d4fef-e568-454a-ae06-43e3bece12a6" CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40" AUTH_PARAMS = { From d0cc16d1c971163532b4fbfbff021487720600e1 Mon Sep 17 00:00:00 2001 From: fl4shback <57314569+fl4shback@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:04:44 +0200 Subject: [PATCH 3/3] Changed IDs AGAIN! (pls stop ubi) --- src/consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts.py b/src/consts.py index c0111ea..201da11 100755 --- a/src/consts.py +++ b/src/consts.py @@ -12,8 +12,8 @@ UBISOFT_CONFIGURATIONS_BLACKLISTED_NAMES = ["gamename", "l1", '', 'ubisoft game', 'name'] CHROME_USERAGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" -CLUB_APPID = "314d4fef-e568-454a-ae06-43e3bece12a6" -CLUB_GENOME_ID = "85c31714-0941-4876-a18d-2c7e9dce8d40" +CLUB_APPID = "f35adcb5-1911-440c-b1c9-48fdc1701c68" +CLUB_GENOME_ID = "5b36b900-65d8-47f3-93c8-86bdaa48ab50" AUTH_PARAMS = { "window_title": "Login | Ubisoft WebAuth",