Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUT] How to block bots [Phoenix] [RevCMS]

Experienced Elementalist
Joined
Jul 14, 2012
Messages
244
Reaction score
147
How about I visit the client.php first, grab the SSO ticket and thus set the value to 1. I repeat that another 99 times and I have 100 bots I'm able to run.

it will be set to 0 as soon as you enter the hotel (edit in the emulator), if you add captcha to login, you have to do that all manually each time you spam..

it's possible, of course, but it will cost you A LOT of time
 
Skilled Illusionist
Joined
Mar 26, 2013
Messages
371
Reaction score
280
1) Account limit per ip
2) When client.php load you put ticket in cache and when user request a some javascript or other file on client.php for valide sso ticket from cache
3) On emulator detect Axed easily because he skip some packet on login

I have lots of idea, all methods was tested and working perfectly :p:
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Google has a great captcha system that can block a lot of bots.
You should try to use reCaptcha, you can find more information about it .
 
Developer
Developer
Joined
Aug 10, 2011
Messages
7,405
Reaction score
3,312
Google has a great captcha system that can block a lot of bots.
You should try to use reCaptcha, you can find more information about it .

Doesn't work against botting tools that directly connect to your emulator socket.
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Doesn't work against botting tools that directly connect to your emulator socket.
There are a few ways of detecting it inside the emulator. But if you can block auto registering, then you are already one step further. Well I haven't been into Habbo emulator development for ages so I can't really tell anything about that.
 
Newbie Spellweaver
Joined
Jan 11, 2013
Messages
18
Reaction score
3
Or block command :) Then you dont need to delete it :p
 
Skilled Illusionist
Joined
Mar 26, 2013
Messages
371
Reaction score
280
Some people want block access to roomID but is impossible, just packetlog and decode VL64 :) :roominfo and habboflashclient.js patch isn't useful
 
Newbie Spellweaver
Joined
Mar 22, 2014
Messages
9
Reaction score
1
Unfortunately didn't work I've tested it out and it just failed to work.
 
Newbie Spellweaver
Joined
Aug 2, 2014
Messages
42
Reaction score
3
Not good to make one user per ip adress becuse there is many brothers and sisters that play on same ip as another user. I would recommend 2/3 per ip.
 
Back
Top