![]() |
Hacking Outbreak
On a server I'm developing for there has been a recent hack outbreak in the last 2 days. Apparently hackers are "injecting" themselves with staff boots and other items. It's all client based so its impossible to deal with them besides a ban. The program they use is called "Graal Relay".
This is probably in the wrong place, forgive me. |
A lot of the time this occurs (aka some newbie who doesn't know what they're doing), they are using the default command which is quite easy to detect, and can also be used to show you what weapons they are trying to inject, which can in turn be checked for by script (such as when the player.weapons array is altered) incase they or someone else has switched to a different command.
|
Might be able to help you out here, send a you a forum pm.
|
try this.
PHP Code:
|
Quote:
Regardless this solution would only detect that specific weapon name which can also be avoided easily, it's better to check player.chat.starts("/iw") (and preferably within the ChatBar.onAction event). It's also a good idea to trigger the name of what they're trying to inject to serverside and log it, any common occurrences (such as the one you mentioned, and actually got caught trying on Classic using a guest account) can then be checked for existing. |
i was about to edit my post to fix my error then just decided to let someone else do it
|
PHP Code:
|
I believe Nalin coded the relay system, and it was used so he could get onto an iPhone server via the PC client. It's also used so iPhone systems can get onto PC servers (like yours). You can get around it by detecting their OS and kicking them off.
|
No, the program was created as a debug tool. Someone passed it around as a hacking tool.
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Clever girl. |
Quote:
|
Nalin told Stefan how to block the Relay, but Stefan ignored him.
|
All times are GMT +2. The time now is 03:48 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.