danielkrupinski / VAC-Bypass-Loader

Loader for VAC Bypass written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to make the VAC-Bypass start steam with parameters "-no-browser +open steam://open/minigameslist"

Ryuo1 opened this issue · comments

commented

I have a low-end computer. So I use steam with -no-browser command which reduces the memory usage of steam. I tried looking in the .sln file but couldn't understand anything. Can anyone tell me how do I [title]?

commented

Can't you just manually put the parameter in the launch options or just disable the steam overlay?

commented

Can't you just manually put the parameter in the launch options or just disable the steam overlay?

How do I do it?

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

commented

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

I am not good in Visual Studio I just installed it some days ago. When I tried to open the .sln file, I couldn't find any code where it opens steam.

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

I am not good in Visual Studio I just installed it some days ago. When I tried to open the .sln file, I couldn't find any code where it opens steam.

@Taughtimp2786
No need to edit the source code, didnt test myself but this should work(according to #91 (comment)):
VAC-Bypass-Loader.exe -no-browser

commented

all parameters that are passed to the loader are passed to steam. Just send -no-browser to the loader via shortcut / batch script

I am not good in Visual Studio I just installed it some days ago. When I tried to open the .sln file, I couldn't find any code where it opens steam.

@Taughtimp2786
No need to edit the source code, didnt test myself but this should work(according to #91 (comment)):
VAC-Bypass-Loader.exe -no-browser

It works! Thank you so much.