HI Friends...Today Ill post a new simple thing that is playing a subway surface game with keyboard.We all know that it is an Android Game later on it is developed for PC also.When we hear that news we get very excited but the main drawback is controlling..it is only controlled by the mouse so we get little much irritation.For that now Ill show how to play with a Keyboard in TWO METHODS.
First Method:
First go to this given below link and download the PC Game with Keybord Tool.
SubwaySurface
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
First Method:
First go to this given below link and download the PC Game with Keybord Tool.
SubwaySurface
and download that software then after that you just have to run the software
every time and it will appear in task-bar and run the game.
It will work like a charm.That's it
It will work like a charm.That's it
Second Method:
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
NOTE:Sorry right click was not available please save the page by pressing CNTRL+S
FEEL
FREE to post your comments.
And Hit Like if u Like it..
.
No comments :
Post a Comment