Friday, September 12, 2014

Subway Surfers PC Version


Description

DASH as fast as you can!
DODGE the oncoming trains!

Help Jake, Tricky & Fresh escape from the grumpy Inspector and his dog.

Grind trains with your cool crew!
Colorful and vivid HD graphics!
Hoverboard Surfing!
Paint powered jetpack!
Lightning fast swipe acrobatics!
Challenge and help your friends!

Join the most daring chase! 

Movement:
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

image
image
image
image
Subway Surfers working for PC ~ Keyboard Controller Help Fix Download
#1 First Search and download game using following search in google :
Subway Surfers (2012) !PC! 
Thanks to Juohnny for helping get to this to work with PC Keyboard :
For everyone being mad at the game because you can't your the keyboard, 
here's a little tutorial on how to use the keyboard to play the game 
(with hotkeys that will simulate mouse movements with the keyboard) :
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
************************
UPDATE !!! TO GET HOVER BOARD either add :
To get the hoverboard, simply add these lines after the end of the document:
x::
{ Click 2
}
return
Here the "x" is the button on your keyboard that you click to get the hoverboard.
THANK YOU TO : Izanagi Aadi
*************************************
Or/ To GET HOVERBOARD with SPACE BAR add to end of code :
Add this to the end of the script to use the Space button as double tap which brings out the skateboard:
Space::
{ Click down
Click up
Click down
Click up
}
return

No comments:

Post a Comment