Anti-hacking
The main issue here is that mosts available clients have been compressed then decrypted at least once.... That makes the job more difficult/risky for other crypters...
Second issue is changing IPs...
either you distribute a nex client everytime, either you patch the client...
using a patcher that's able to find the proper IP, and patch the client exe!
---that can't be crypted!
I wrote PatchIP, that can recover the IP on a given URL, then modify your client automatically. We use it without major issue since summer 2003.
Second issue is changing IPs...
either you distribute a nex client everytime, either you patch the client...
using a patcher that's able to find the proper IP, and patch the client exe!
---that can't be crypted!
I wrote PatchIP, that can recover the IP on a given URL, then modify your client automatically. We use it without major issue since summer 2003.
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
-
- Outpost bitch
- Posts: 559
- Joined: Wed Mar 30, 2005 6:45 am
hi, does anybody got newer version of Armadillo that prevents memory patchers?
some links would be nice.. I would like to test it:-D
some links would be nice.. I would like to test it:-D
<img src='http://helbreath.pri.ee/userbars/hbest-gamemaster2.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/hbsoccer-owner.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/scorpa-rider.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/logout-master.jpg' border='0' alt='user posted image' /> <br>.<br>................................Ego sum Rage, flagellum Dei!<br><br>The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? (bash.org)
<a href='http://store.digitalriver.com/servlet/C ... S&Env=BASE' target='_blank'>http://store.digitalriver.com/servlet/C ... nv=BASE</a>
So snoopy you mean you can use a link instead of an ip in a client? such as...testing.no-ip.org :unsure:
So snoopy you mean you can use a link instead of an ip in a client? such as...testing.no-ip.org :unsure:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
This could be easelly coded if you compile own client..So snoopy you mean you can use a link instead of an ip in a client? such as...testing.no-ip.org
Either there is an option in 220 source to use a config file for IP..
As I still use already compiled Aspacked/unaspacked client as most people around, I needed an easy way to host without fixed IP, without having people dl a new client every day.
So I wrote a launcher prog that goes on a known FTP, fetches an INI file, then reads the current IP in this file. After that my prog can patch the client with uptodate IP.
The hoster only need to update the INI file on FTP server when IP changes...
The problem here, was that you coudn't crypt the client ! And patch the IP in the exe...
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
Yea, those packers are getting old.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
-
- Outpost bitch
- Posts: 559
- Joined: Wed Mar 30, 2005 6:45 am
hi... as far as I know.. many 2.24 sources using servers are in trouble with HGhackers...
I figured out little solution.. if you change in source builtdate (default is 1126 or 521 or smthing?) then compile your HGserver.exe and change that value in gateserver config and keep this number in a secret.. then these HGhacks can't connect to your server?
unless they know your builtdate...
as I don't use 2.24 sources anymore... I haven't tested this idea.. but could anyone confirm, is my idea wrong or not..
I figured out little solution.. if you change in source builtdate (default is 1126 or 521 or smthing?) then compile your HGserver.exe and change that value in gateserver config and keep this number in a secret.. then these HGhacks can't connect to your server?
unless they know your builtdate...
as I don't use 2.24 sources anymore... I haven't tested this idea.. but could anyone confirm, is my idea wrong or not..
<img src='http://helbreath.pri.ee/userbars/hbest-gamemaster2.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/hbsoccer-owner.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/scorpa-rider.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/logout-master.jpg' border='0' alt='user posted image' /> <br>.<br>................................Ego sum Rage, flagellum Dei!<br><br>The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? (bash.org)
But if you host your own gate and still send packets to logs from hg.. Find another method.RageIlluminati wrote: hi... as far as I know.. many 2.24 sources using servers are in trouble with HGhackers...
I figured out little solution.. if you change in source builtdate (default is 1126 or 521 or smthing?) then compile your HGserver.exe and change that value in gateserver config and keep this number in a secret.. then these HGhacks can't connect to your server?
unless they know your builtdate...
as I don't use 2.24 sources anymore... I haven't tested this idea.. but could anyone confirm, is my idea wrong or not..
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
You don't even have to establish a connection to the gateserver. Only the worldserver is what you need.Dax wrote:But if you host your own gate and still send packets to logs from hg.. Find another method.RageIlluminati wrote: hi... as far as I know.. many 2.24 sources using servers are in trouble with HGhackers...
I figured out little solution.. if you change in source builtdate (default is 1126 or 521 or smthing?) then compile your HGserver.exe and change that value in gateserver config and keep this number in a secret.. then these HGhacks can't connect to your server?
unless they know your builtdate...
as I don't use 2.24 sources anymore... I haven't tested this idea.. but could anyone confirm, is my idea wrong or not..
The gateserver and worldserver don't cooperate too.
But I think the HG hack going around these days isnt edited to not require a gate connection, if it was RageIlluminati wouldnt be saying change the build date.Jaap wrote:You don't even have to establish a connection to the gateserver. Only the worldserver is what you need.Dax wrote:But if you host your own gate and still send packets to logs from hg.. Find another method.RageIlluminati wrote: hi... as far as I know.. many 2.24 sources using servers are in trouble with HGhackers...
I figured out little solution.. if you change in source builtdate (default is 1126 or 521 or smthing?) then compile your HGserver.exe and change that value in gateserver config and keep this number in a secret.. then these HGhacks can't connect to your server?
unless they know your builtdate...
as I don't use 2.24 sources anymore... I haven't tested this idea.. but could anyone confirm, is my idea wrong or not..
The gateserver and worldserver don't cooperate too.
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
gate is secure anyways, but if you could connect to the gate of a server, you could have lots of fun:)
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
Really ?hi... as far as I know.. many 2.24 sources using servers are in trouble with HGhackers...
A function to detect false Admins is already here, and change onr line of character file data is enought to be sure the hacked character will not come back on a real server.
Of course a real hacker could snif the packets and detect th trick, but most hackers only take tools they find on the net...
Off course an other better way would be the coding of an extra value, so the wouldbe hacker would need to recompile his parasitic server for this new coded value....
_\_ _<br> / , \__/ . \ Admin of Equilibrium Project<br> II\ \___ . O<br> III \_/ \ _ / <a href='http://www.equiprojet.com' target='_blank'>http://www.equiprojet.com</a><br> II I¯I
But any adding of vars needs to be coded to the loginserver's packets. No login code is going around these days. And you dont need admin lvl +4 to be a hacker.. Can quite easily edit the character leaving it with 0 admin level.snoopy81 wrote:Really ?hi... as far as I know.. many 2.24 sources using servers are in trouble with HGhackers...
A function to detect false Admins is already here, and change onr line of character file data is enought to be sure the hacked character will not come back on a real server.
Of course a real hacker could snif the packets and detect th trick, but most hackers only take tools they find on the net...
Off course an other better way would be the coding of an extra value, so the wouldbe hacker would need to recompile his parasitic server for this new coded value....
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Leave it KLKS. They're all lazy and stupid.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />