I'll pay 5k LGG to someone who can make me a good script on Garry's Mod.
The script will basically just be like +forward; wait and shit like that. I need it to basically walk back and forth for 8 hours, so I don't get kicked from a server that has auto-kick after 5 min.
Results 1 to 2 of 2
- 07 Mar. 2010 06:24pm #1
[/r/ing]A script for Garry's Mod.
[SIGPIC][/SIGPIC]
- 07 May. 2010 01:02pm #2
Go to your Steam dir
steamapps/USERNAME/garrysmod/garrysmod/cfg
and then open autoexec.cfg
Paste this underneath all other stuff (if you have any):
Code:alias Loop1 "+back;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;-back; Loop2" alias Loop2 "+forward;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;-forward; Loop1" bind "i" "Loop1"
The problem with this is: Once you start the script (by pressing "i") you can't stop it unless you just close Garry's Mod.
To get the console goto Options > Keyboard > Advanced > User developer's console
Open it by pressing "~"
If you can't get it open like that, then go to Steam, right click on Garry's Mod > Options > Set Launch Settings > and enter "-console" in there.
Last edited by Kamrua; 07 May. 2010 at 01:18pm.