Total Pageviews

Powered by Blogger.

Friday, April 5, 2013

Home » »




Controls
Use your mouse by clicking + scrolling your mouse.

click + scroll up = jump
click + scroll down = roll
click + scroll left = it will go to left
click + scroll right = it will go to right


you don't have mouse and you wan't  to use your keyboard try this.
Instructions:
1. Download "AutoHotKey" from this website: http://www.autohotkey.com/

2. Install it.

3. Open notepad (or any other program you use to put text on).

4. Copy this, and paste there:

Up::
{ Click down
MouseMove, 0, -300, 3, R
Click up
MouseMove, 0, 300, 0, R
}
return
Down::
{ Click down
MouseMove, 0, 300, 3, R
Click up
MouseMove, 0, -300, 0, R
}
return
Right::
{ Click down
MouseMove, 300, 0, 3, R
Click up
MouseMove, -300, 0, 0, R
}
return
Left::
{ Click down
MouseMove, -300, 0, 3, R
Click up
MouseMove, 300, 0, 0, R
}
return
5. Save the file (with type = All files (*), and extension .ahk, for example: SubSurf.ahk)

5.1. ADVANCED: Feel free to change the code, the delay time for each mouse movement, amount of pixels the mouse will go up/down/left/right, etc. But have in mind that this may make it worse. After my tests, I found this is the best combination.

6. Double-click the file you've saved.

7. Open the game, and press the arrows from the keyboard to move the character.

8. To close the hotkey script you're running, after stopping playing, look at your system tray (near the clock) for an icon wich has an "H", right-click it and press "Exit".

PS: To it work properly, you have to put the cursor near the center of the screen.
link
Mediafire 
Share this games :

0 comments:

Post a Comment