Can i make bot running on PC or website without NT client? Its easy to send packets of idk go somewhere with this code? If yes, can u give me some example how to do it?
Can i make bot running on PC or website without NT client? Its easy to send packets of idk go somewhere with this code? If yes, can u give me some example how to do it?
Yes ONE can do this. But if you have to ask after getting an example, YOU can not.
Can i make bot running on PC or website without NT client? Its easy to send packets of idk go somewhere with this code? If yes, can u give me some example how to do it?
I cant found sending packet to server in this post so this is the example what i need, i try to find somethink about sending packets in php..
I found how to send login packet to nostale server but i am ill so i am on ntb and i havnt got nostale here so i cannot try it.. Now i am finding port to CZ server.
Ok login is fine, but server returns me NsTeST 63518 79.110.84.41:4014:0:1.5.Aeros 79.110.84.41:4013:0:1.4.Aeros 79.110.84.41:4012:0:1.3.Aeros 79.110.84.41:4011:0:1.2.Aeros 79.110.84.41:4010:3:1.1.Aeros -1:-1:-1:10000.10000.1 and i cant connect to that servers (79.110.84.41:4014) always it fails.
OK so connecting is working, now i stop before choosing server, i send packet and no response come, i think its becouse i use login functions. What do this session encrypt function? How can i use it? And where can i find that parametres? Sry for bad english and stupid questions.
[PHP - CLIENT] Login Cryptography 11/02/2013 - Nostale - 30 Replies Hi community ! :pimp:
today i open this thread for release the login cryptography written in php..
// encrypt 'NoS0575..' packet
function packet_enc($packet)
{
$str_enc = "";
for($i = 0; $i < strlen($packet); $i++)
$str_enc .= chr((ord($packet)^195) + 15);
Game Cryptography ?? 09/22/2012 - CO2 Programming - 0 Replies Hello :)
coders
my project (Proxy bot) i need help to Update The encryption
auth crypto is working but the problem in game crypto
i tried 2 proxy's encryption and it stuck when logging in game server
help ?
currently proxy is works 100% but doesnt give the right packets
thanks.
edit : im not sure maybe the auth encryption are also does not decrypt correctly
Help with cryptography 05/16/2012 - CO2 Programming - 10 Replies Hello ppl, so ive been learning general hacking methods for quite a decent while now, first i started out with small things such as memory hacks and then i started learning even more which led me to packet sniffing and that led me to the idea of fiddling around with conquer. Now that ive had a chance to play around with it i decided to hook the connect function of the game and i was successful at doing so, i also managed to get the client to connect to my socket first rather than connect to the...
Password Cryptography 03/03/2011 - CO2 Private Server - 13 Replies #Problem solved
Thank You everybody, I Appreciate this.
Client Server Cryptography? 07/14/2009 - Archlord - 7 Replies i was wondering, the communication between alefcient and the game server is encrypted, and alefclient binary seems to use Cryptography API (CNG) with most of its functions like:
BCryptCloseAlgorithmProvider
BCryptCreateHash
BCryptDecrypt
BCryptDeriveKey
BCryptDestroyHash
BCryptDestroyKey
BCryptDestroySecret
BCryptDuplicateHash