[Release] [CSRO-R] Proxy Source - Fully Protect your CSRO-R Server and more!

04/13/2021 11:50 Otakanikaru#1
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

This is a fully working and compile-able source.
As title says - this is CSRO-R files proxy, has no player limits (but is shit enough to start lagging for some instances at higher capacities > 500).

Known features
- Full exploit protection including the latest ones
- GS, Agent, Download proxy
- Built in event bot with Survival Arena (you will need to fix this one)
- Many CSRO-R in-game problems fixed
- Title Manager (you can use Shiroi Online client for this)
- Achievement system (gives titles for unique kills)

Honestly this actually has all the "shit" that my server has at the moment, so enjoy as I'm giving you my latest source (you can check it yourself on [Only registered and activated users can see links. Click Here To Register...]).

Here the source: [Only registered and activated users can see links. Click Here To Register...]
Database: [Only registered and activated users can see links. Click Here To Register...]

Has to be run on same machine as serverfiles.. >.<

Be aware that this proxy is honestly a piece of shit from my point of view - so giving my credits and no love to those random Turkish guys who cannot do programming.

Btw if you think you cant work with files maybe try hiring a developer for that instead of pinging thread creator all the time - there's plenty around here.
04/13/2021 12:31 [GM]Ardoris#2
Thank you I will test
04/13/2021 13:29 #KB#3
Quote:
Originally Posted by Artuuro_lv View Post
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

This is a fully working and compile-able source.
As title says - this is CSRO-R files proxy, has no player limits (but is shit enough to start lagging for some instances at higher capacities > 500).

Known features
- Full exploit protection including the latest ones
- GS, Agent, Download proxy
- Built in event bot with Survival Arena (you will need to fix this one)
- Many CSRO-R in-game problems fixed
- Title Manager (you can use Shiroi Online client for this)
- Achievement system (gives titles for unique kills)

Honestly this actually has all the "shit" that my server has at the moment, so enjoy as I'm giving you my latest source (you can check it yourself on [Only registered and activated users can see links. Click Here To Register...]).

Here the source: [Only registered and activated users can see links. Click Here To Register...]
Database: [Only registered and activated users can see links. Click Here To Register...]

Be aware that this proxy is honestly a piece of shit from my point of view - so giving my credits and no love to those random Turkish guys who cannot do programming.

Btw if you think you cant work with files maybe try hiring a developer for that instead of pinging thread creator all the time - there's plenty around here.
Thanks for the contribution, i would appreciate if you shared your full source code for instant giving buff to a player.
04/13/2021 14:27 XxGhostSpiriTxX#4
Good bro thanks for shared, I am very grateful
04/13/2021 15:20 nemo08#5
Thank you for the Source bro keep it on as always ..
04/14/2021 03:35 andzia098#6
[Only registered and activated users can see links. Click Here To Register...]

managed to get to this point, filter isn't responsive ingame, no welcome message, and title manager packets are considered foreign packets are result in a dc, filter direct login ports to anything that's why i guess the issue is from the filter's connection to gateway?

hopefully i get a response, and thanks for the release bud.
04/14/2021 11:15 Otakanikaru#7
Quote:
Originally Posted by andzia098 View Post
[Only registered and activated users can see links. Click Here To Register...]

managed to get to this point, filter isn't responsive ingame, no welcome message, and title manager packets are considered foreign packets are result in a dc, filter direct login ports to anything that's why i guess the issue is from the filter's connection to gateway?

hopefully i get a response, and thanks for the release bud.
whatever you run there in picture doesnt look like the one i have released also make sure ur proxy is at same host that the files are, this proxy has an issue with that. Unless you use oldschool certification (the console based one).
04/14/2021 12:19 kanka5252#8
SROClientLib.dll not work again with this guard and when login wit out dll get dc again -.-" WTF
04/14/2021 12:24 J0seph#9
Nice job, thank you
04/14/2021 12:41 Otakanikaru#10
Quote:
Originally Posted by kanka5252 View Post
SROClientLib.dll not work again with this guard and when login wit out dll get dc again -.-" WTF
Hi bro, you're lying - why so mad?
btw guys u can hex edit facebook url for client in the sroclientlib.dll , stick to 35 characters.
04/14/2021 12:47 Rixy*#11
does it work on Vsro ?
04/14/2021 13:38 XxGhostSpiriTxX#12
can someone else come in? It keeps giving me dc, and according to what the person who published it said is that you can now use the SROClientLib.dll dll
04/14/2021 13:49 asda2story2#13
Quote:
Originally Posted by esteve458 View Post
can someone else come in? It keeps giving me dc, and according to what the person who published it said is that you can now use the SROClientLib.dll dll
i sent add in discord come
04/14/2021 15:31 omar125#14
Quote:
Originally Posted by esteve458 View Post
can someone else come in? It keeps giving me dc, and according to what the person who published it said is that you can now use the SROClientLib.dll dll
the dc bec this a line in the filter
Code:
 /*#region Npc Server Rank
                                    case 0x70ED:
                                        Thread.Sleep(20);
                                        Packet NpcRank = new Packet(0x3132);
                                        NpcRank.WriteUInt8(0);
                                        C_Security.Send(NpcRank);
                                        Send(V);
                                        break;
                                    #endregion*/
                                    /*#region Survival Register Npc
                                    case 0x0000:
                                        if(SurvivalEvent.SurvivalReg)
                                        {
                                            Quarys.GetCharLvl(CharID);
                                            if (Quarys.CurLevel == 10)
                                            {
                                                Quarys.GetSurvivalRegister(CharID);
                                            }
                                            else
                                            {
                                                Packet response = new Packet(0xB583);
                                                response.WriteUInt8(2);
                                                response.WriteUInt8(0);
                                                response.WriteUInt16(0XB408);
                                                C_Security.Send(response);
                                                Send(V);
                                            }
                                        }
                                        else
                                        {
                                            Packet response = new Packet(0xB583);
                                            response.WriteUInt8(2);
                                            response.WriteUInt8(0);
                                            response.WriteUInt16(0XB408);
                                            C_Security.Send(response);
                                            Send(V);
                                        }
                                        break;
                                    #endregion*/
remove it or try to fix
its just need to call the NPC surival arena from the devkit
04/14/2021 15:51 XxGhostSpiriTxX#15
Quote:
Originally Posted by omar125 View Post
the dc bec this a line in the filter
Code:
 /*#region Npc Server Rank
                                    case 0x70ED:
                                        Thread.Sleep(20);
                                        Packet NpcRank = new Packet(0x3132);
                                        NpcRank.WriteUInt8(0);
                                        C_Security.Send(NpcRank);
                                        Send(V);
                                        break;
                                    #endregion*/
                                    /*#region Survival Register Npc
                                    case 0x0000:
                                        if(SurvivalEvent.SurvivalReg)
                                        {
                                            Quarys.GetCharLvl(CharID);
                                            if (Quarys.CurLevel == 10)
                                            {
                                                Quarys.GetSurvivalRegister(CharID);
                                            }
                                            else
                                            {
                                                Packet response = new Packet(0xB583);
                                                response.WriteUInt8(2);
                                                response.WriteUInt8(0);
                                                response.WriteUInt16(0XB408);
                                                C_Security.Send(response);
                                                Send(V);
                                            }
                                        }
                                        else
                                        {
                                            Packet response = new Packet(0xB583);
                                            response.WriteUInt8(2);
                                            response.WriteUInt8(0);
                                            response.WriteUInt16(0XB408);
                                            C_Security.Send(response);
                                            Send(V);
                                        }
                                        break;
                                    #endregion*/
remove it or try to fix
its just need to call the NPC surival arena from the devkit
I finished looking for that information in the filter code and and I did not find it