Anti-hack multi login?

Submit your code requests, and if you are good at coding come help others with their requests.
Post Reply
draco86
Regular
Posts: 57
Joined: Wed Jul 05, 2006 8:14 pm

Post by draco86 »

I have problem with some noobs who lagging my server. They login hundred times from 1 IP. There is some code to block this method?

like: if (ip_addres > 1) { block } ??
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

draco86 wrote: I have problem with some noobs who lagging my server. They login hundred times from 1 IP. There is some code to block this method?

like: if (ip_addres > 1) { block } ??
You'd have to keep an array of ip addresses global, or what you can do is when they connect, scan m_pClientList[x]->m_cAddress for a match. If none found, let them login.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Sentinel
Loyal fan
Posts: 462
Joined: Thu Jan 11, 2007 4:16 pm

Post by Sentinel »

Would that slow the login process down a little? Something like a authentication?
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->charlie says:<br>i may own outpost but im not a nerd<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br><!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->(locobans @ Mar 12 2007, 10:48 PM) <br>"Remember while peeing, If you shake it more than twice you playing with it..." <br><!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd-->
draco86
Regular
Posts: 57
Joined: Wed Jul 05, 2006 8:14 pm

Post by draco86 »

yes.. something fast and easy.. it verry not funny when somebody destroy my work.
bone-you
Spamtastic
Posts: 1310
Joined: Wed Mar 16, 2005 3:12 am

Post by bone-you »

What I suggested is the fastest possible way you can make for it. How else will you check if the ip is already on without scanning all connected users?
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia :D</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
Acidx
Member
Posts: 198
Joined: Tue Mar 23, 2004 4:27 am

Post by Acidx »

umm that would only take 1 milisecond to process...
Ever send a MSG to the Gameserver to all clients
there is usually no stress
<b>-<span style='color:green'>ACiD-x </span><span style='color:red'> Owning PCs Since 1987</span><br><img src='http://img204.imageshack.us/img204/2245/hackertf5.gif' border='0' alt='user posted image' /><br><img src='http://img509.imageshack.us/img509/6697 ... 4sc4ed.png' border='0' alt='user posted image' /><br><span style='color:orange'>i am Pwn NetGAYLORDS !</span></b><br><span style='color:blue'><br>I Pwn HBUSA =)</span>
draco86
Regular
Posts: 57
Joined: Wed Jul 05, 2006 8:14 pm

Post by draco86 »

somebody know how work this hack? or somebody have it? its edited client or sth?
Acidx
Member
Posts: 198
Joined: Tue Mar 23, 2004 4:27 am

Post by Acidx »

draco86 wrote: somebody know how work this hack? or somebody have it? its edited client or sth?
lol... read a book or something ....
this is the Server source reqeust not
HERE WANT A HACK forums...
Multi-Login Can be done many ways...
an edited client...
WPE or Multiple Sockets...
or you can use my old FuckNOL program...
if you can figure out how to hex it...
and just flood a server.. that causes over 1000-2000 Sockets
to connect 1 by 1 to the server port you put in
Thats already patched on almost all the servers tho...
<b>-<span style='color:green'>ACiD-x </span><span style='color:red'> Owning PCs Since 1987</span><br><img src='http://img204.imageshack.us/img204/2245/hackertf5.gif' border='0' alt='user posted image' /><br><img src='http://img509.imageshack.us/img509/6697 ... 4sc4ed.png' border='0' alt='user posted image' /><br><span style='color:orange'>i am Pwn NetGAYLORDS !</span></b><br><span style='color:blue'><br>I Pwn HBUSA =)</span>
Post Reply