Subway surfers for PCseeders: 4
leechers: 2
Subway surfers for PC (Size: 22.45 MB)
Related Torrents
Sharing WidgetTrailerAll Comments |
Subway surfers for PCseeders: 4
leechers: 2
Subway surfers for PC (Size: 22.45 MB)
Related Torrents
Sharing WidgetTrailerAll Comments |
[quote]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 [/quote]