Bot Guides and Installation

July 27, 2012

Anti Manhole/Warp Macro

Just copy and paste this in your macro folder. Enjoy!!!

automacro warp{
console /is casting (Warp Portal|Manhole) on/i
run-once 1
call warp1
}
macro warp1{
do chat create "$.lastLogMsg"
pause 35
do chat leave
release warp
}