Subway Surfer Is An Game For Android Based Mobile.But Do You Know That You Can Also Play It On PC With Mouse And Also With Keyboard Like,
For Jump - UP Arrow Key
For Rolling Down - Down Arrow Key
For Moving Left - Left Arrow Key
For Moving Right - Right Arrow Key
So Here Is Step By Step Procedure To Do It.
STEP 1:
Up::
For Jump - UP Arrow Key
For Rolling Down - Down Arrow Key
For Moving Left - Left Arrow Key
For Moving Right - Right Arrow Key
So Here Is Step By Step Procedure To Do It.
STEP 1:
First Download PC Version Of Game From Any Site.
STEP2:
Now Download "AutoHotKey" Software From Here
STEP 3:
Install PC Version Of The Game.
STEP 4:
Install AutoHotKey Software.
STEP 5:
After Installing AutoHotKey Software An Icon H Wil Appear In The Taskbar
STEP 6:
Right Click On It And Select Edit Script
STEP 7:
This Will Open Notepad With Some Text.
Delete That Text And Copy This Text In It.
STEP 8:
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
STEP 9:
Now Saveas That File With Extension .ahk (eg: AutoHotKey.ahk)
STEP 10:
Now Run That File And An Icon Will Appear In Taskbar As H.
Now Run That File And Play The Game With Arrow's.
That's It Enjoy The Game.
No comments:
Post a Comment