Solved Rust Experimental support?

kkk

New Member
Member
Jul 7, 2016
11
0
1
36
Hello everybody,

just wanted to ask if there's any plugins/server files for rust experimental (cracked client).

I have the server running already, but I can't join it ("Steam Auth Failed")...

Basically all I need is some kind of "auth allow" plugin made for experimental.

Thanks in advance.
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Hello everybody,

just wanted to ask if there's any plugins/server files for rust experimental (cracked client).

I have the server running already, but I can't join it ("Steam Auth Failed")...

Basically all I need is some kind of "auth allow" plugin made for experimental.

Thanks in advance.
Fougerite is for legacy, You want to visit http://pluton.team for Rust.
There is no plugin like AuthAllow on there tho.
 

kkk

New Member
Member
Jul 7, 2016
11
0
1
36
oh, thanks for replying so fast,

well im asking this because there are many rust experimental servers running and everyone can join them. How did they manage to bypass steam auth for cracked clients?

@Jakkee
 
Last edited:

kkk

New Member
Member
Jul 7, 2016
11
0
1
36
A simple CIL modification. I used to do that too, and will probably do, when I finally get back as an active dev to pluton.
Umm... CIL modification?
First heard of it.

Can you show me how to do it?
 
Last edited:

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Umm... CIL modification?
First heard of it.

Can you show me how to do it?
Pretty complicated. It took me some time to get into It back in the days in 2014-2015.

C# and C++ compiled codes are made out of CIL (Instructions).

Last time I used CIL to prove my University Teacher that he is wrong.

Here is out CIL patcher:
https://github.com/Notulp/Fougerite/blob/master/Fougerite.Patcher/Fougerite.Patcher/ILPatcher.cs#L712

It may look like It's hard, complicated, but once you have learned how to use It, It's fine.
 

kkk

New Member
Member
Jul 7, 2016
11
0
1
36
Pretty complicated. It took me some time to get into It back in the days in 2014-2015.

C# and C++ compiled codes are made out of CIL (Instructions).

Last time I used CIL to prove my University Teacher that he is wrong.

Here is out CIL patcher:
https://github.com/Notulp/Fougerite/blob/master/Fougerite.Patcher/Fougerite.Patcher/ILPatcher.cs#L712

It may look like It's hard, complicated, but once you have learned how to use It, It's fine.
I'll be honest, the best I can do as far as programming goes is a "Pong Game" in Java. Nothing more really.

What am I supposed to do with this patcher? How do I use it?

Thanks for your time.