Creating NoS0577 C++ Packet 05/19/2020 - Nostale - 17 Replies Hi,
I've been dealing with the new nos0577 packet trying to do something just for learning purpose.
I came through the NosAuth by Walross that Pumba suggested me, and some more snippet codes for the SESSION_TOKEN but I don't know how to implement in c++ since they are written in Python.
I read about the libcurl and QtHttpRequest but honestly, Idk how to send a post req in c++ and send a json and vice-versa. Or maybe using a python script from a c++ program?
Can anyone help me?
[C#] Gameforge NoS0577 token generation 05/03/2020 - Nostale - 2 Replies I'm just sharing some code i've made for a personnal project, allowing you to easily generate NoS0577 token since it's looks like it's the only way to connect for newest accounts, it can be useful if you want to create a C# clientless application.
public sealed class GameforgeAuth : IGameforgeAuth
{
private const string URL = "https://spark.gameforge.com/api/v1";
private const string USER_AGENT = "GameforgeClient/2.0.48";
private const string MEDIA_TYPE =...
Gameforge NoS0577 Little Update 04/10/2020 - Nostale - 16 Replies Hello guys, this is a little update that Gameforge decided to do. They added a number based in your NosTale Region (Spain, Italy, Germany, etc).
"EN" = 0
"DE" = 1
"FR" = 2
"IT" = 3
"PL" = 4
"ES" = 5
"CZ" = 6
"RU" = 7
[C#] About packet injection (login packet) 07/24/2013 - SRO Coding Corner - 3 Replies hello
im developing a new bot called Silkroad Fusion and i did some research and i found about Drew's Silkroad security so i used it and i made my own proxy
and i needed a little help with the login packet
here is my code
Packet login = new Packet((ushort)0x6102);
login.WriteUInt8(Proxy.SRLocal);//isro locale
login.WriteAscii(ID.Text);
login.WriteAscii(PW.Text);
login.WriteAscii("");//mobile vertification code
...
Login without MC - Login ohne "MC" - Login Sem MC 01/08/2011 - Metin2 Private Server - 0 Replies Deutsch
------------------------------------------------- ---------------------
Hallo, ich habe einen Server Metin2. Metin2classic.com habe ich versucht, Kunden ohne MC bieten, aber nie nach rechts.:
Das Problem ist:
-Der Spieler kann auf Ihr Konto zugreifen, immer der Charakter-Auswahl
So wählt er einen Charakter, kehrt er an den Anfang
------------------------------------------------- ---------------------
English
------------------------------------------------- ---------------------...