FOLLOW THE STEPS:
1. Download PC version of this game from any website.
2. download AUTOHOTKEY software(free software).
3. Install PC version of the game.
4. Install AUTOHOTKEY.
5. After installation of autohotkey an icon of H will be there in the taskbar.
6. Right-click on it then choose edit script.
7. This will open notepad with some text. Delete this text.
8. COPY the text given below.
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
9. Now save the file with extension .ahk (eg. etr.ahk)
10.Now double click the saved file.
11.Another icon of H will be displayed on the taskbar.
12.Now RUN the game and use the arrow keys to move left ,right ,jump ,roll.
13.YOU are done, now enjoy gaming with the keyboard.
14.To stop autohotkey right click on its icon in taskbar and then click EXIT