[Question] TwelveSky2.exe

07/30/2024 11:10 xZacharias#1
Hi everyone.

I hope you have a good day.

I just want to ask why my build TwelveSky2.exe is not working? I changed the IP using HxD editor to 127.0.0.1 but when I start it the server is still red. Do I need to do something with other files? To make the server green? I tried all the related topics here in epvpers but I end up on red server lol.

Please respect and thanks in advance. :)
07/30/2024 11:51 makapangyarihan_#2
check server and client exe port
07/30/2024 12:05 zahter55#3
If using hxd so u mean u tried to use a compiled exe not the source. For hacking a compiled exe u should check exe version, data packs,structures, ports etc... That has more work.
If u try to hack a running server exe, it is easier. Decompile compiled exe on dissambler check all data, rewrite server and u re good to go for a bypass and write ur hacks, mods,bots. U can see all cyrptions on dissambler to modify ur server.
07/30/2024 12:32 xZacharias#4
Sorry for the confusion, I compile my own TwelveSky2.Exe which is the client source. I set the IP to 127.0.0.1 which is the localhost, but when I tried to paste on my existing client folder and start it using the bat file the server is red. Is there something I need to edit/update on the src of client before compiling it and paste it on the client folder?
07/30/2024 13:05 zahter55#5
Quote:
Originally Posted by xZacharias View Post
Sorry for the confusion, I compile my own TwelveSky2.Exe which is the client source. I set the IP to 127.0.0.1 which is the localhost, but when I tried to paste on my existing client folder and start it using the bat file the server is red. Is there something I need to edit/update on the src of client before compiling it and paste it on the client folder?
Check exe version, login ports and config files.
07/30/2024 13:10 xZacharias#6
Quote:
Originally Posted by makapangyarihan_ View Post
check server and client exe port
Quote:
Originally Posted by zahter55 View Post
Check exe version, login ports and config files.
I am so sorry it's a little bit tricky for me. Sorry for the dumb question, Do you mean by login ports and config files is the that located on Server source? and how can I check the exe version?
07/30/2024 17:01 zahter55#7
Quote:
Originally Posted by xZacharias View Post
I am so sorry it's a little bit tricky for me. Sorry for the dumb question, Do you mean by login ports and config files is the that located on Server source? and how can I check the exe version?
There is no one here that will explain all step by step. If the source does not look familiar to you, dont waste your time. Sorry to say this all time.
07/30/2024 20:39 TS1-ALphaGames#8
Quote:
Originally Posted by xZacharias View Post
I am so sorry it's a little bit tricky for me. Sorry for the dumb question, Do you mean by login ports and config files is the that located on Server source? and how can I check the exe version?
To access your server by modifying the TwelveSky2.exe file by Hex Editor you need to change IP, Port and version.

You can find this things in the LoginInfo.config file

Example:
mDB_1_IP = 127.0.0.1
mServerPort = 11091
mServerVersion = 90220

Search for all that with the Hex editor and edit it to your config settings.




Here are the hex adresses for two example exe files, as learning purpose for you:

[Standard.exe]
Client 1: 33BA30
Client 2: 33BB03
IP: 33BCD0
Port: 1F76D1
Version: 1F78E2


[Wasakan2.exe]
Client name 1: 342C2C
Client name 2: 342C18
IP: 342E70
Port: 1FC9FF
Version: 1FCC26



Download the unpacked exes:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Hope it help. Good luck.
07/31/2024 07:54 xZacharias#9
I appreciate the reply. Thanks the server is green now, I just changed the mServerPort to the one that matches on my LoginInfo prior building the exe.

I also tried to look for mServerVersion on HxD but this one shows.
1FCC26
[Only registered and activated users can see links. Click Here To Register...]

I am looking for the mServerVersion on client src, any keyword to find it?
07/31/2024 09:13 zahter55#10
Quote:
Originally Posted by xZacharias View Post
I appreciate the reply. Thanks the server is green now, I just changed the mServerPort to the one that matches on my LoginInfo prior building the exe.

I also tried to look for mServerVersion on HxD but this one shows.
1FCC26
[Only registered and activated users can see links. Click Here To Register...]

I am looking for the mServerVersion on client src, any keyword to find it?
PROGRAM VERSION
07/31/2024 09:34 xZacharias#11
It worked now. Thanks to everyone who replied. One last question would it be possible to run the game without using computer video card? Just like other exe, as per checking with other it only uses CPU.
08/01/2024 00:39 makapangyarihan_#12
built-in video card = yes
08/01/2024 09:34 xZacharias#13
I tried to find keywords on client src, but I didn't find any. Can you share some keyword? Thank you.
08/02/2024 00:44 justr0ck12#14
Quote:
Originally Posted by TS1-ALphaGames View Post
To access your server by modifying the TwelveSky2.exe file by Hex Editor you need to change IP, Port and version.

You can find this things in the LoginInfo.config file

Example:
mDB_1_IP = 127.0.0.1
mServerPort = 11091
mServerVersion = 90220

Search for all that with the Hex editor and edit it to your config settings.




Here are the hex adresses for two example exe files, as learning purpose for you:

[Standard.exe]
Client 1: 33BA30
Client 2: 33BB03
IP: 33BCD0
Port: 1F76D1
Version: 1F78E2


[Wasakan2.exe]
Client name 1: 342C2C
Client name 2: 342C18
IP: 342E70
Port: 1FC9FF
Version: 1FCC26



Download the unpacked exes:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Hope it help. Good luck.
goat.