Jump to content
  • 0

help hacking tools


ysfl

Question

4 answers to this question

Recommended Posts

Posted

Assuming you're using 1.12.X there's a solution (Sort of)

https://github.com/mangoszero/server/tree/warden

The warden branch is outdated but it works for protecting against MPQ, Lua and DLL Injections. The core is not any where near complete to correctly handle custom Signatures so the above 3 listed is only available at this time.

I currently in use is 2.4.3, mangos with the speed of detection is invalid. I found some servers can achieve shielding such tools, as long as use will kick out the player. I don't know how to achieve specific...

Posted

Unfortunately there is a limited amount of signatures available for 2.4.3 But you can try these if you don't have them already

INSERT INTO `warden_data_result` (`check`, `data`, `str`, `address`, `length`, `result`, `comment`) VALUES
(243,'','',4840352,2,'558B','lua protection'),
(243,'','',8979979,5,'E04D62503F','Hyper speed'),
(243,'','',9208923,5,'C0854A3340','gravity'),
(243,'','',8100062,2,'7541','air jump'),
(217,'', 'SPEEDHACK-X86_64.DLL', '', '', '', 'SPEED HACK - Injected DLL'),
(217,'', 'WPESPY.DLL', '', '', '', 'WPE PRO - Injected DLL'),
(217,'', 'IHOOK.DLL', '', '', '', 'ASM - Injected DLL'),
(217,'', 'WHITEMAGIC.DLL', '', '', '', 'Application Inject Library - Injected DLL'),
(217,'', 'GREYMAGIC.DLL', '', '', '', 'Automation Botting Library - Injected DLL'),
(217,'', 'BLACKMAGIC.DLL', '', '', '', 'Memory Inject Library - Injected DLL'),
(217,'', 'RPE.DLL', '', '', '', 'rEdoX Packet Editor - Injected DLL');

NOTE: Might need to readjust the query to insert into your DB. If not awesome!

Posted

Thank you for your reply krill,I don't have the tables of database. Need I create, but I don't know the field type... After importing the data need to be in the source code in the call right?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use