The easiest way I found to cheat in Heroes of Hammerwatch 2 is to modify the assets.bin file. However, doing this causes the game’s anti-cheat to trigger and close the game with a warning. Below I show you how to defeat the anti-cheat. Here’s a high-level plan: Modify the assets.bin file to change merchant behavior …
Category Archives: Other
Flyff ATools – compiled and ready for use
Atools is a set of custom programs created to modify and customize Flyff resource files. The files can then be used on private game servers. There are four tools included which allow you to modify everything about the game like the GUI, models of monsters and items, character models, and even the world maps. I …
Continue reading “Flyff ATools – compiled and ready for use”
WHMCS SEO Code Complete Guide
Here is a collection of code items I’ve gathered for doing WHMCS SEO and ranking in SERP. A lot of these I got from the WHMCS forums and googlin’ stuff. This guy Brian on the WHMCS forums is really good. So I wanted to properly link him here. Another thing to note before we begin, …
Cisco ISE How to Upgrade from 2.1 to 2.6
I wanted to share with you a template I made for an ISE upgrade. In this case I did a backup/restore from 2.1 to 2.6.Restoring the ISE config is recommended for major version upgrades like this. It’s a better method than using the URT or doing an upgrade because with this method you can test …
Cisco EEM Script To Email On Successful SSH Login
Here’s a quick EEM script I wrote to email you the information of someone who just SSH’d into the Router successfully. event manager environment _email_to [email protected] event manager environment _email_server X.X.X.X event manager environment _email_from [email protected] event manager applet email event syslog pattern “SEC_LOGIN-5-LOGIN_SUCCESS” action 1.0 cli command “enable” action 2.0 cli command “show users” …
Continue reading “Cisco EEM Script To Email On Successful SSH Login”
How To Fix IPSec Anti Replay Errors On Cisco IOS and IOS XE
I’m sure you’ve all logged into a VPN Router once or twice and seen this syslog: %IOSXE-3-PLATFORM: R0/0: cpp_cp: QFP:0.0 Thread:000 TS: %IPSEC-3-REPLAY_ERROR: IPSec SA receives anti-replay error, DP Handle X, src_addr x.x.x.x, dest_addr y.y.y.y, SPI 0x0 Here is everything you need to know regarding the feature, the causes of the syslog, and the solutions …
Continue reading “How To Fix IPSec Anti Replay Errors On Cisco IOS and IOS XE”