Exploit: Easy Wall Climbing

by admin on June 30, 2007

Make a G15 Macro or whatever you like. It should just press the foward and Space Key at the same time. Here 2 Examples Included.

G15 Macro:
v W
v Space
^ W
^ Space

You can also use this code in Auto-It to do the same thing:

HotKeySet(”{PGDN}”, “Jump”)
HotKeySet(”{PGUP}”, “Terminate”)

while 1
sleep(100)
WEnd

Func Jump()
send(”{w down}”)
send(”{SPACE}”)
send(”{w up}”)
EndFunc

Func Terminate()
EndFunc

Here is a screenshot:

Wall Climbing

{ 1 comment… read it below or add one }

Ronalee 10.27.08 at 7:50 am

Well written article.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>