Synergy

Synergy

Not enough ratings
Wallclimbing in Synergy [en]
By delete
How do I skip levels in Synergy?
How do I use items to get into textures?
In this guide you will find all the information about Wallclimbing in Synergy
   
Award
Favorite
Favorited
Unfavorite
How to use Wallclimbing
_______________________
Wallclimbing in Synergy
_______________________


In this guide I will tell you how to use this script and climb on any surface that has a tendency.

You all know that Synergy is written on the source engine, which means bunny hopping, flying, boost with items its integral part.

Let's start with the classic software for your PC and for a comfortable Synegry game, as well as in order for you to be able to perform this trick with confidence and surprise newcomers with your speedrun.

1. You need a program AHK ( AutoHotkey ) - DOWLOAD![www.autohotkey.com]
2. Ability to use Notepad on a PC and write scripts in it.

How to use and enable the script -
1. Creating a Notepad with any name on the desktop
Enter the script in it -

*c::
Loop
{
GetKeyState,state,c,P,SPACE
if state = U
break
Send, {Blind}{e}{SPACE}
Sleep,10
}
return












2. Now we need to save it in AHK format so that the program can read it as a script. To do this, Save as... - wallclimbing.ahk
Be SURE to write the .apk format after the dot and specify All files in the drop-down window.
3. Save and run this file, the program should automatically start via ahk


Now on any server, use this script, no blocking everything is legal. Press the C key

And also check how to remove speed in Synergy -
https://steamcommunity.com/sharedfiles/filedetails/?id=2015180986

15.11.2020 - NO DETECT
1 Comments
UglyFatCowboy1337 Aug 26, 2021 @ 12:15pm 
why don't just create in game loop alias to do it?