[Open source] Gfless Client

04/06/2023 15:54 Fizo55#76
Quote:
Originally Posted by quixx1995 View Post
how to get blackbox? fiddler https search dont work for me :(
wireshark
04/16/2023 17:04 Hatz~#77
I have updated the certificate used to generate the magic number of the request to auth/thin/codes so now you shouldn't get the error "Error transferring [Only registered and activated users can see links. Click Here To Register...] - server replied: Forbidden"

Link: [Only registered and activated users can see links. Click Here To Register...]
04/18/2023 21:44 sinvtn#78
TLS initialization failed help me
04/19/2023 21:21 Mega-Byte#79
Can you help me ?
When I enter my mail and password into the program, I get this error.


"Error Transferring /apiv1/auth/sessions - server replied: Forbidden"

I can't send you a private message. do you have discord?
04/26/2023 10:49 Hatz~#80
Quote:
Originally Posted by Mega-Byte View Post
Can you help me ?
When I enter my mail and password into the program, I get this error.


"Error Transferring /apiv1/auth/sessions - server replied: Forbidden"

I can't send you a private message. do you have discord?
Make sure you generated the identity correctly and if you're using 2FA disable it
04/26/2023 12:32 Mega-Byte#81
I downloaded the project and updated it according to myself.
Thank you very much, I have little understanding of functions and encryption logic.
I switched to python, now I will switch to C++. (I don't like QT).

I have a question about the pipe.
do you use discord? Can we talk on discord?
06/23/2023 18:22 R9507#82
Quote:
Originally Posted by Hatz~ View Post
Make sure you generated the identity correctly and if you're using 2FA disable it
I'm sure I generated the identity correctly(But fiddler shows the requirement clientcertificate.cer when i get black box), and I still get the same error message as him got;
"Error Transferring /apiv1/auth/sessions - server replied: Forbidden"
and I'm not sure what 2FA do you meaning, if you are talking about authenticator then I'm sure that I didn't use it, could you help me?
06/29/2023 10:57 Hatz~#83
Quote:
Originally Posted by R9507 View Post
I'm sure I generated the identity correctly(But fiddler shows the requirement clientcertificate.cer when i get black box), and I still get the same error message as him got;
"Error Transferring /apiv1/auth/sessions - server replied: Forbidden"
and I'm not sure what 2FA do you meaning, if you are talking about authenticator then I'm sure that I didn't use it, could you help me?
If you don't have 2FA enabled check if you can login using the gameforge client by using your email and password, if you usually login with the "google" button it won't work in gfless client
07/05/2023 13:31 Hatz~#84
Hi, the past days I've been working to improve the functionality of the launcher, I hope that you enjoy it.

New features
  • Upgraded to QT6 and added "Fusion" theme that will sync with your windows color theme (this means you can have darkmode in the launcher)
  • Added a button to create new game accounts
  • Added an option to disable the nosmall pop up that you get when you log in the game for the first time in the day
  • Added an option to check for game updates at startup and a button to repair the game files
  • Added an option to use a SOCKS5 proxy server when login in the gameforge account
  • Added an option to use a custom game client with a different name for each gameforge account (for example, NostaleClientX_1.exe). This allows you to use other softwares to redirect the connection of that specific process to a proxy server, this way you can have different proxy servers for each gameforge account and use a custom client for each account that will use the same proxy as the gameforge account that owns those game accounts.
  • Added an option to use a custom installation id for each gameforge account
  • Account and profile system rework:
    • Now profiles can hold game accounts from different gameforge accounts
    • Now each account has its own login configuration (server, channel and character)
    • You can now order the accounts in the profile as you want by right clicking in the account and selecting the option "Move up" or "Move down"
    • You can edit the auto login options of multiple accounts by selecting all of them > right click > Edit login information of selected accounts
    • Now you'll see in the main window the server, channel and character specified for each account

Download

As always you can find the source code here: [Only registered and activated users can see links. Click Here To Register...]
You can download it in the releases section: [Only registered and activated users can see links. Click Here To Register...]


09/05/2023 22:51 AruSs69xD#85
is there a way to open metin with this launcher?

or bypass gf account limit creation per day? bcs i wanted to create a profile with fresh email and i wont let me.

also managed to add 3 new accounts to my old email, but they didnt show up i GF client
09/07/2023 14:16 Digitalis87#86
Hello there, i'm having little trouble generating the blackbox values. Everything looks like your "generating identity" video but GFLess keep tells me that it can't save the identity...

I don't know what i'm doing wrong as i am just copying the whole "tra:wahteverisbehindthat" and pasting it in the same way you do in the video.

:c
09/07/2023 19:48 Hatz~#87
Quote:
Originally Posted by AruSs69xD View Post
is there a way to open metin with this launcher?

or bypass gf account limit creation per day? bcs i wanted to create a profile with fresh email and i wont let me.

also managed to add 3 new accounts to my old email, but they didnt show up i GF client
As it is right now you can't log in with metin2, im aware that there's an aion fork but i don't know if there's a metin2 one, try searching on github.

You can't bypass gf account creation limit with these launcher since it works exactly the same way as the gf client.

Quote:
Originally Posted by Digitalis87 View Post
Hello there, i'm having little trouble generating the blackbox values. Everything looks like your "generating identity" video but GFLess keep tells me that it can't save the identity...

I don't know what i'm doing wrong as i am just copying the whole "tra:wahteverisbehindthat" and pasting it in the same way you do in the video.

:c
You're right, seems like they removed some paremeters from the blackbox so the gfless client couldn't decode the blackbox correctly. I have already fixed it, you need to download the latest release from github.

EDIT: Seems like I am wrong, you still need to encode using those 2 parameters but somehow they are not there when decoding the blackbox, need further investigation.
09/08/2023 09:03 Digitalis87#88
Quote:
Originally Posted by Hatz~ View Post
You're right, seems like they removed some paremeters from the blackbox so the gfless client couldn't decode the blackbox correctly. I have already fixed it, you need to download the latest release from github.

EDIT: Seems like I am wrong, you still need to encode using those 2 parameters but somehow they are not there when decoding the blackbox, need further investigation.

Yep, i think something changed, as i re-downloaded the whole source and tried again, i can't generate any identity with the given video ! Thanks for your reply, i'll wait for more news before trying again !
Good luck and thanks for your time, aswell as ppl that helped and help you to continue this project.
09/09/2023 12:58 Hatz~#89
Quote:
Originally Posted by Digitalis87 View Post
Yep, i think something changed, as i re-downloaded the whole source and tried again, i can't generate any identity with the given video ! Thanks for your reply, i'll wait for more news before trying again !
Good luck and thanks for your time, aswell as ppl that helped and help you to continue this project.
I have uploaded a new release in github it should be working correctly now. If you were already using the launcher with a previous version and you can't login with the new version then you might need to generate new identity files.
09/09/2023 15:03 Digitalis87#90
It's working way better and everything went like the tutorial ! Thanks for the fast release !
U'r a king