Upvote Upvoted 0 Downvote Downvoted
autoenable bhop when connecting to offline server
posted in Customization
1
#1
0 Frags +

normally bhop wont work on offline server, to make it work you need to type net_fakelag 100 then net_fakelag 0 after this it will work, but i dont want everytime typing these when connecting to server, is there any ways to make it automatically while connecting, ive read about listenserver but it doesnt work and i dont know much about it HELP

normally bhop wont work on offline server, to make it work you need to type net_fakelag 100 then net_fakelag 0 after this it will work, but i dont want everytime typing these when connecting to server, is there any ways to make it automatically while connecting, ive read about listenserver but it doesnt work and i dont know much about it HELP
2
#2
1 Frags +

make a file called "listenserver.cfg" and add "net_fakelag 100;wait 150;net_fakelag 0" to the cfg file

make a file called "listenserver.cfg" and add "net_fakelag 100;wait 150;net_fakelag 0" to the cfg file
3
#3
0 Frags +
J_4rb1make a file called "listenserver.cfg" and add "net_fakelag 100;wait 150;net_fakelag 0" to the cfg file

doesnt work, it enabling commands when you launching tf2, not connecting to server

[quote=J_4rb1]make a file called "listenserver.cfg" and add "net_fakelag 100;wait 150;net_fakelag 0" to the cfg file[/quote]
doesnt work, it enabling commands when you launching tf2, not connecting to server
4
#4
4 Frags +

If listenserver.cfg is being executed on launch, it's probably because you're preloading mods. It shouldn't cause any problems.

If it doesn't work because cheats and/or wait are disabled (as they usually are after connecting to a real server), just enable them.

// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
net_fakelag 100; wait 150; net_fakelag 0

If it doesn't work because you need to select a class and spawn before cycling fakelag, you can fix it like so:

// autoexec.cfg
alias cycle_fakelag_if_listenserver
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
alias cycle_fakelag_if_listenserver "net_fakelag 100; wait 150; net_fakelag 0"
// scout.cfg soldier.cfg ... spy.cfg
cycle_fakelag_if_listenserver
alias cycle_fakelag_if_listenserver
If listenserver.cfg is being executed on launch, it's probably because you're preloading mods. It shouldn't cause any problems.

If it doesn't work because cheats and/or wait are disabled (as they usually are after connecting to a real server), just enable them.

[code]
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
net_fakelag 100; wait 150; net_fakelag 0
[/code]

If it doesn't work because you need to select a class and spawn before cycling fakelag, you can fix it like so:

[code]
// autoexec.cfg
alias cycle_fakelag_if_listenserver
[/code]

[code]
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
alias cycle_fakelag_if_listenserver "net_fakelag 100; wait 150; net_fakelag 0"
[/code]

[code]
// scout.cfg soldier.cfg ... spy.cfg
cycle_fakelag_if_listenserver
alias cycle_fakelag_if_listenserver
[/code]
5
#5
0 Frags +
juniorIf listenserver.cfg is being executed on launch, it's probably because you're preloading mods. It shouldn't cause any problems.

If it doesn't work because cheats and/or wait are disabled (as they usually are after connecting to a real server), just enable them.
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
net_fakelag 100; wait 150; net_fakelag 0

If it doesn't work because you need to select a class and spawn before cycling fakelag, you can fix it like so:
// autoexec.cfg
alias cycle_fakelag_if_listenserver
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
alias cycle_fakelag_if_listenserver "net_fakelag 100; wait 150; net_fakelag 0"
// scout.cfg soldier.cfg ... spy.cfg
cycle_fakelag_if_listenserver
alias cycle_fakelag_if_listenserver

god bless you bro, i used second way

[quote=junior]If listenserver.cfg is being executed on launch, it's probably because you're preloading mods. It shouldn't cause any problems.

If it doesn't work because cheats and/or wait are disabled (as they usually are after connecting to a real server), just enable them.

[code]
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
net_fakelag 100; wait 150; net_fakelag 0
[/code]

If it doesn't work because you need to select a class and spawn before cycling fakelag, you can fix it like so:

[code]
// autoexec.cfg
alias cycle_fakelag_if_listenserver
[/code]

[code]
// listenserver.cfg
sv_cheats 1
sv_allow_wait_command 1
alias cycle_fakelag_if_listenserver "net_fakelag 100; wait 150; net_fakelag 0"
[/code]

[code]
// scout.cfg soldier.cfg ... spy.cfg
cycle_fakelag_if_listenserver
alias cycle_fakelag_if_listenserver
[/code][/quote]
god bless you bro, i used second way
Please sign in through STEAM to post a comment.