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

04/14/2021 16:25 Otakanikaru#16
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
You can hex edit the url of survival arena ranking in sroclientlib.dll it should be "/ServerRanking" to find it override it to ur own ranking script url
04/14/2021 16:46 asda2story2#17
Quote:
Originally Posted by Artuuro_lv View Post
You can hex edit the url of survival arena ranking in sroclientlib.dll it should be "/ServerRanking" to find it override it to ur own ranking script url
what about dc problem everyone have the same problem !!
04/14/2021 20:29 kanka5252#18
Quote:
Originally Posted by Artuuro_lv View Post
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.
I try open sro_client but isn't open.
04/14/2021 20:32 nemo08#19
I wonder why I can't enter the game after pressing start in the Launcher ? its not even loading the SRO_CLIENT with sroclientlib.dll ..
did anyone face this problem and pass it ? if anyone managed to pass it just tell us ..
04/14/2021 21:09 kanka5252#20
Quote:
Originally Posted by nemo08 View Post
I wonder why I can't enter the game after pressing start in the Launcher ? its not even loading the SRO_CLIENT with sroclientlib.dll ..
did anyone face this problem and pass it ? if anyone managed to pass it just tell us ..
me too have this error. sro_client is not loading ^^
04/15/2021 14:46 asda2story2#21
Quote:
Originally Posted by kanka5252 View Post
me too have this error. sro_client is not loading ^^
everyone have the same problem ...
04/15/2021 16:05 790312795#22
I dont have the problem
04/15/2021 16:10 asda2story2#23
Quote:
Originally Posted by 790312795 View Post
I dont have the problem
so the filter working fine with you ?
if yes can u contact with me to help me pls
04/15/2021 16:11 nemo08#24
Quote:
Originally Posted by 790312795 View Post
I dont have the problem
So can you tell us what did u do to open the game normally with the sroclientlib.dll ?
04/15/2021 16:19 NorseGodTyr#25
Quote:
Originally Posted by kanka5252 View Post
I try open sro_client but isn't open.
Quote:
Originally Posted by nemo08 View Post
I wonder why I can't enter the game after pressing start in the Launcher ? its not even loading the SRO_CLIENT with sroclientlib.dll ..
did anyone face this problem and pass it ? if anyone managed to pass it just tell us ..
Quote:
Originally Posted by kanka5252 View Post
me too have this error. sro_client is not loading ^^
Quote:
Originally Posted by asda2story2 View Post
everyone have the same problem ...
1. if you have problem by open client [Example start button clicked]
your windows dont have installed vc so install every VC from 2010-2019 x86 and x64 you can download here [Only registered and activated users can see links. Click Here To Register...]

2.if you cant install vc some times problem with windows [Windows xp and Windows 7]
so install service pack 1 [SP1]
04/15/2021 16:48 nemo08#26
Quote:
Originally Posted by NorseGodTyr View Post
1. if you have problem by open client [Example start button clicked]
your windows dont have installed vc so install every VC from 2010-2019 x86 and x64 you can download here [Only registered and activated users can see links. Click Here To Register...]

2.if you cant install vc some times problem with windows [Windows xp and Windows 7]
so install service pack 1 [SP1]
Thank you for being helpful but the problems not from the VS components , It's between the PROXY and the (SROclientlib+SRO_CLIENT.exe) connection ..
04/15/2021 16:50 asda2story2#27
Quote:
Originally Posted by nemo08 View Post
Thank you for being helpful but I dont have problems with the VS components , the problem is between the PROXY and the (SROclientlib+SRO_CLIENT.exe) connection ..
exactly when u click start with out filter its working but with proxy nothing happen
04/15/2021 17:34 cabezon8520#28
the problem is not the libraries, because I downloaded the client from ([Only registered and activated users can see links. Click Here To Register...]) and the client of that server opens me normally and has sroclientlib.dll injected that means that the problem is not the library.


So if I run it myself, the server opens the client if I delete the sroclientlib.dll from the sro_client.exe but if I run it with code released from the filter and with the sroclientlib.dll dll the sro_client.exe doesn't even run
04/15/2021 17:40 andzia098#29
[Only registered and activated users can see links. Click Here To Register...]

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

anyone has an idea why do i receive that error whenever i build the program and try to run it ? i have every component of .NET installed and whenever i click Yes on that message, it doesn't direct me to anything.
04/15/2021 17:45 cabezon8520#30
[Only registered and activated users can see links. Click Here To Register...]