Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 22:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[DEVKIT - RELEASE RAMADAN GIFT V2] ISRO R LOGIN & Server List | vSRO.188 | SRC CODE

Discussion on [DEVKIT - RELEASE RAMADAN GIFT V2] ISRO R LOGIN & Server List | vSRO.188 | SRC CODE within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1


 
TautĄ's Avatar
 
elite*gold: 52
Join Date: Mar 2021
Posts: 165
Received Thanks: 216
[DEVKIT - RELEASE RAMADAN GIFT V2] ISRO R LOGIN & Server List | vSRO.188 | SRC CODE

[RELEASE] ISRO R Login & Server List UI Source Code
vSRO.188 DEVKIT




━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

�� Source Codes







What's Included
  • ISRO R Login Interface Source Code
  • Server List Interface Source Code
  • Compatible with Maxiguard & vSROPlus Filters
  • Clean, readable code — easy to modify & customize

Requirements
  • vSRO 188 Devkit (florian0)
  • Visual Studio (2022+) or CLion

Credits & Notes
  • Original Author (vSRO.188 Devkit): florian0
  • Free to use, modify, and learn from
  • Credits appreciated but not required


▬▬▬ CONTACT ▬▬▬

Personal Discord: imataut
Main Discord:
YouTube:
GitHub:

You're interested on Web interfaces too ? you can join a discord server channel, the all web interfaces will be released one by one everyday.
TautĄ is offline  
Thanks
11 Users
Old 03/08/2026, 00:50   #2
 
Kled.'s Avatar
 
elite*gold: 0
Join Date: Oct 2021
Posts: 111
Received Thanks: 38
it will be a losing for some people , keep going my brother
Kled. is offline  
Thanks
1 User
Old 03/08/2026, 03:19   #3


 
Kabloz™'s Avatar
 
elite*gold: 117
Join Date: Aug 2016
Posts: 451
Received Thanks: 249
Some people are going to cry now because they were just renting the service.
Kabloz™ is offline  
Thanks
2 Users
Old 03/08/2026, 05:30   #4
 
elite*gold: 0
Join Date: Apr 2019
Posts: 88
Received Thanks: 77
goood

CPSMission.cpp(62) : error C2039: 'GetGuiFromList' : is not a member of 'CIFOListCtrl'

Incomplete code and missing GetGUIFromList member,
qq909047432 is offline  
Thanks
1 User
Old 03/08/2026, 07:21   #5


 
TautĄ's Avatar
 
elite*gold: 52
Join Date: Mar 2021
Posts: 165
Received Thanks: 216
Quote:
Originally Posted by qq909047432 View Post
goood

CPSMission.cpp(62) : error C2039: 'GetGuiFromList' : is not a member of 'CIFOListCtrl'

Incomplete code and missing GetGUIFromList member,
Add this on GWnd.h

PHP Code:
 template<typename T>
    
*GetGuiFromList(int Id) {
        for (
std::n_list<CGWndBase *>::const_iterator it this->N00000707.begin();
             
it != this->N00000707.end();
             ++
it) {
            if ((*
it)->UniqueID() == Id) {
                return (
*) (*it);
            }
        }
        return 
0;
    } 
TautĄ is offline  
Thanks
1 User
Old 03/08/2026, 11:06   #6
 
elite*gold: 0
Join Date: Apr 2012
Posts: 266
Received Thanks: 271
ngậy lại bú
thaidu0ngpr0 is offline  
Old 03/08/2026, 14:10   #7


 
SubZero**'s Avatar
 
elite*gold: 270
Join Date: Apr 2017
Posts: 1,038
Received Thanks: 530
its the same code from

Gallery 1


its just copy-paste code, you didnt even try to improve it
SubZero** is offline  
Old 03/08/2026, 16:32   #8

 
Worshiper's Avatar
 
elite*gold: 136
Join Date: May 2017
Posts: 1,157
Received Thanks: 251
Great Job Keep going
Worshiper is offline  
Old 03/08/2026, 20:16   #9
 
LegendarySouL's Avatar
 
elite*gold: 0
Join Date: Nov 2020
Posts: 172
Received Thanks: 61
Quote:
Originally Posted by SubZero** View Post
its the same code from

Gallery 1


its just copy-paste code, you didnt even try to improve it
Look who's talking! You're the last person who should be giving advice on this you're worse!
LegendarySouL is offline  
Old 03/08/2026, 20:36   #10


 
SubZero**'s Avatar
 
elite*gold: 270
Join Date: Apr 2017
Posts: 1,038
Received Thanks: 530
Quote:
Originally Posted by LegendarySouL View Post
Look who's talking! You're the last person who should be giving advice on this you're worse!
Takes one to know one, so maybe between the two of us, we've got one good person figured out.
SubZero** is offline  
Old 03/08/2026, 20:40   #11
 
LegendarySouL's Avatar
 
elite*gold: 0
Join Date: Nov 2020
Posts: 172
Received Thanks: 61
Quote:
Originally Posted by SubZero** View Post
Takes one to know one, so maybe between the two of us, we've got one good person figured out.
****, so you're admitting I'm the good one? appreciate glowup
LegendarySouL is offline  
Old 03/08/2026, 22:52   #12


 
TautĄ's Avatar
 
elite*gold: 52
Join Date: Mar 2021
Posts: 165
Received Thanks: 216
Quote:
Originally Posted by SubZero** View Post
its the same code from

Gallery 1


its just copy-paste code, you didnt even try to improve it




First of all, I never claimed that the iSRO-R login code was my own work. Nowhere in my thread did I say that this was my original source code. I simply shared something that was already available in sources I had on my PC to help people implement it.

I didn’t even use this implementation in my own project. My implementation uses PSTitle, not CPSMission, and it’s not part of my main source code at all. The version I shared was just something I had among other sources, and honestly I don’t even know which exact source it originally came from or if anyone claims copyrights on it.

The reason I shared it is simple: people keep trying to sell small edits and basic features like this. Instead of that, I prefer helping the community by making things accessible.

Also Subzero, talking about “copying” is a bit ironic. Your filter is built on ideas and work that already existed in several other filters like Kyuubi, McDiesel, BimBum, and others. Even parts of the settings and UI clearly resemble those projects.

Your earlier versions were known as VSROMax / BitMax, and now the name is vSROMax, but let’s be honest — a lot of things there came from other people’s work. The UI itself wasn’t even really changed.

So if we’re going to talk about copying, maybe you should consider renaming it to CopyMax or maybe A7A-Max.

And just to be clear again: I never claimed the iSRO-R login as my own work. The only parts that came from my own code were the Register and Forgot Password button idea, because that’s something I implemented previously.

I simply shared something useful for the community. Nothing more.

TautĄ is offline  
Thanks
3 Users
Old 03/09/2026, 03:03   #13
 
Sieger's Avatar
 
elite*gold: 49
Join Date: May 2019
Posts: 69
Received Thanks: 7
Quote:
Originally Posted by Kabloz™ View Post
Some people are going to cry now because they were just renting the service.
Hdhdjsjsjs yes kankaaaaa. Newbie *****
Sieger is offline  
Thanks
1 User
Old Yesterday, 00:15   #14
 
Dev.Flag's Avatar
 
elite*gold: 0
Join Date: Mar 2026
Posts: 2
Received Thanks: 1
Thank you Great Job
Dev.Flag is offline  
Thanks
1 User
Old Yesterday, 03:39   #15


 
Kabloz™'s Avatar
 
elite*gold: 117
Join Date: Aug 2016
Posts: 451
Received Thanks: 249
easy to do max server xD
they was rent the service aahaha ramdan kareem



Kabloz™ is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[ArchLord] Complete Source Code + EP7(Src,Client,Server) + EP6(Src,Client,Server)
03/09/2026 - Archlord - 17 Replies
Greetings,the time has arrived. After much anticipation and effort, we are releasing the complete source code of Archlord 1, encompassing the highly sought-after branches from Episode 5 to Episode 7.2. This release includes the dedicated work of the ALReborn team, who have diligently fixed various and problematic aspects of the server - > game. As many of you are aware, Archlord holds a special place in the hearts of its dedicated players. With its immersive world, captivating...
Vsro 1.188 Selling DEVKIT - FILTER - SHARD - GS SOURCE CODE
05/05/2024 - Silkroad Online Trading - 1 Replies
http://epvpimg.com/SQ0Qeab http://epvpimg.com/T5cmaab http://epvpimg.com/6B77aab http://epvpimg.com/hYuCfab http://epvpimg.com/M8j7dab http://epvpimg.com/0FmAdab http://epvpimg.com/o1J8dab http://epvpimg.com/SNiaaab http://epvpimg.com/3XOOcab



All times are GMT +1. The time now is 22:18.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.