Thanks for you fast answer, but i don't see how you boost the FPS with this software, does it modify config.cfg or something? :o
No it uses a series of commands that remove shadows, lower graphic settings, disable grass and other similar things.
Here is the Max Boost string it uses and what it runs when you press the button "Max boost". All of which can be entered into the console manually by hand but this tool does it for you.
Code:
WinActivate, PlayRust
WinWaitActive, PlayRust
Sleep, 100
Send, {F1}
Sleep, 500
Send, grass.on false
sleep, 700
Send, {Enter}
send, gfx.tonemap false
sleep, 700
Send, {Enter}
send, terrain.idleinterval 0
sleep, 700
Send, {Enter}
send, gfx.shafts false
sleep, 700
Send, {Enter}
send, grass.disp_trail_seconds 0
sleep, 700
Send, {Enter}
send, gfx.ssao false
sleep, 700
Send, {Enter}
send, env.clouds false
sleep, 700
Send, {Enter}
send, render.level 0
sleep, 700
Send, {Enter}
send, grass.shadowcast false
sleep, 700
Send, {Enter}
send, grass.shadowreceive false
sleep, 700
Send, {Enter}
send, grass.forceredraw false
sleep, 700
Send, {Enter}
Sleep, 100
Send, {F1}