[TUTORIAL] How to block old .exe in your server
1. In you server or client source (Whatever you want) search for:
2. You will see several results, keep searching until you see the follow
Quote:
#define P2PNET_VERSION (0x0000004A + GBWEAPINFO_VERSION + GBGAMEINFO_VERSION + GAMEPLAYPARAM_VERSION)
3. Change the "0x0000004A" to one number up, so this will look like "0x0000005A"
4. Now build you client and server solution, and if you try to get in one server with old client .exe will appears the message that you need you client updated
P.S: Don't forget to build the two solutions and every time you updated you client change the version to one number up
Re: [TUTORIAL] How to block old .exe in your server
Re: [TUTORIAL] How to block old .exe in your server
i sugest u make this
Quote:
1. In you server or client source (Whatever you want) search for:
P2PNET_VERSION
2. You will see several results, keep searching until you see the follow
#define P2PNET_VERSION (0x0000004A + GBWEAPINFO_VERSION + GBGAMEINFO_VERSION + GAMEPLAYPARAM_VERSION)
3. Change the "0x0000004A" to one number up, so this will look like "0x0000005A"
4. Now build you client and server solution, and if you try to get in one server with old client .exe will appears the message that you need you client updated
P.S: Don't forget to build the two solutions and every time you updated you client change the version to one number up
easy to change only open the .exe with hex
exemple
Quote:
-WOLogin = -damnsdinqdlmdasoidnasdas
-pwd = -d51d5d185dw1dsada
-login = -asdmnaisdnwqdmasd
and search to api_Login.aspx
change in updater and in war.exe api_Loginasdw51584d.aspx
done it go force to use your .exe *-*
Re: [TUTORIAL] How to block old .exe in your server
Client must be up date .plz restart the game
Re: [TUTORIAL] How to block old .exe in your server
Quote:
Originally Posted by
AaeAvarin
Client must be up date .plz restart the game
compile the server source again, and only edit the p2pnet_version in one source
Re: [TUTORIAL] How to block old .exe in your server
Thanks Friend You really help me)))))) Thanks))
Re: [TUTORIAL] How to block old .exe in your server
Quote:
Originally Posted by
doidloko
i sugest u make this
easy to change only open the .exe with hex
exemple
and search to api_Login.aspx
change in updater and in war.exe api_Loginasdw51584d.aspx
done it go force to use your .exe *-*
Then i change the api url via game.ini -.-'
Read... Think.... Write :)
Re: [TUTORIAL] How to block old .exe in your server
Quote:
Then i change the api url via game.ini -.-'
Read... Think.... Write :)
how u go log on ?
u need the launcher with
api_Loginasdw51584d.aspx
-WOLogin = -damnsdinqdlmdasoidnasdas
-pwd = -d51d5d185dw1dsada
-login = -asdmnaisdnwqdmasd
and later u make this can encripity with enigma protector
for done see with hex editor or debugers
:D:
Re: [TUTORIAL] How to block old .exe in your server
Quote:
Originally Posted by
doidloko
how u go log on ?
u need the launcher with
api_Loginasdw51584d.aspx
-WOLogin = -damnsdinqdlmdasoidnasdas
-pwd = -d51d5d185dw1dsada
-login = -asdmnaisdnwqdmasd
and later u make this can encripity with enigma protector
for done see with hex editor or debugers
:D:
And then i unpack it..... dude there is only 2-3 ways to block the old exe and i know it because i did it on my server.
So pls be quiet if u don't know what ur talking about :)
Re: [TUTORIAL] How to block old .exe in your server
show me how to unpack a .exe with enigma protector i realy want see this =)
Re: [TUTORIAL] How to block old .exe in your server
you can check the crc of the exe from the server? is a question, not know if possible
Re: [TUTORIAL] How to block old .exe in your server
Quote:
Originally Posted by
CodexPo
you can check the crc of the exe from the server? is a question, not know if possible
This would be possible yes, but then i look for the crc of the exe, checking which paket sends the crc and bypassed it :o
Quote:
Originally Posted by
doidloko
show me how to unpack a .exe with enigma protector i realy want see this =)
Let me google that for you
Re: [TUTORIAL] How to block old .exe in your server
you change this code
And after this change and see
Quote:
#define P2PNET_VERSION (0x0000004A + GBWEAPINFO_VERSION + GBGAMEINFO_VERSION + GAMEPLAYPARAM_VERSION)
change to
Quote:
#define P2PNET_VERSION (0x0000005A + GBWEAPINFO_VERSION + GBGAMEINFO_VERSION + GAMEPLAYPARAM_VERSION)
// MAKE SURE to increase GBGAMEINFO_VERSION after changing following structs
Quote:
#define GBGAMEINFO_VERSION 0x00000003
change to
Quote:
#define GBGAMEINFO_VERSION 0x00000004
Re: [TUTORIAL] How to block old .exe in your server
Quote:
Originally Posted by
renildomarcio
you change this code
And after this change and see
change to
// MAKE SURE to increase GBGAMEINFO_VERSION after changing following structs
change to
That's what the tutorial says. Stop duplicating tutorials.
Re: [TUTORIAL] How to block old .exe in your server
hi,
I found the customer but where is the server? P2PNET_VERSION in server?