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 15:47

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

Advertisement



[Release] [B-Filter - Devkit - GS] Full Source Codes

Discussion on [Release] [B-Filter - Devkit - GS] Full Source Codes within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old 07/29/2021, 22:48   #46
 
elite*gold: 0
Join Date: May 2011
Posts: 40
Received Thanks: 2
link die re upload please
ceavk2 is offline  
Old 07/31/2021, 12:58   #47
 
elite*gold: 0
Join Date: Jul 2020
Posts: 163
Received Thanks: 15
Quote:
Originally Posted by ! Ovi View Post
Hello Epvp Community
Anyway i already left sro for every because i trusted a kid who is name {Sub} before and he had scammed me so better to let the members here get what wanna from it

Just a greedy kid not more


Gameserver lib back to cherno
B-filter it was sr proxy and back to isoline
Devkit its back to Florain


Here full links about his shit sources what he's selling it



B-Filter Source Code :
Game Server lib src :

Gui source Code :

Media :



## LINKS SEEMS DEAD

Here it is Thx to OVI

Link :
db :
kotsh23 is offline  
Old 07/31/2021, 14:07   #48
 
elite*gold: 0
Join Date: Jul 2021
Posts: 1
Received Thanks: 0
discord_game_sdk.lib

Quote:
Originally Posted by ! Ovi View Post
Hello Epvp Community
Anyway i already left sro for every because i trusted a kid who is name {Sub} before and he had scammed me so better to let the members here get what wanna from it

Just a greedy kid not more


Gameserver lib back to cherno
B-filter it was sr proxy and back to isoline
Devkit its back to Florain


Here full links about his **** sources what he's selling it



B-Filter Source Code :
Game Server lib src :

Gui source Code :

Media :
LINK : fatal error LNK1104: cannot open file 'discord_game_sdk.lib'
alograha is offline  
Old 08/01/2021, 06:27   #49
 
elite*gold: 0
Join Date: Apr 2021
Posts: 49
Received Thanks: 25
thanks for share
Quote:
Originally Posted by kotsh23 View Post
## LINKS SEEMS DEAD

Here it is Thx to OVI

Link :
thank you for reupload
Legend-R is offline  
Old 08/03/2021, 09:12   #50
 
elite*gold: 84
Join Date: Jan 2021
Posts: 31
Received Thanks: 2
Thanks Brother
Royal Sro is offline  
Old 08/03/2021, 14:10   #51
 
elite*gold: 0
Join Date: Jun 2018
Posts: 9
Received Thanks: 0
Who has SRO_VT_BFILTER share me with
btbibau01 is offline  
Old 08/03/2021, 15:21   #52
 
elite*gold: 0
Join Date: Oct 2020
Posts: 104
Received Thanks: 19
Quote:
Originally Posted by btbibau01 View Post
Who has SRO_VT_BFILTER share me with
not have in the topic
Rixy* is offline  
Old 08/03/2021, 15:25   #53
 
elite*gold: 0
Join Date: Jul 2020
Posts: 163
Received Thanks: 15
can someone share ginterface.txt please

Quote:
Originally Posted by btbibau01 View Post
Who has SRO_VT_BFILTER share me with
Download:

Create Database SRO_VT_BFILTER

Code:
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_AutoNotice]([ID] [int] IDENTITY(1,1) NOT NULL,[Message] [varchar](max) NOT NULL,[CharName16] [varchar](24),[Sent] [bit] NOT NULL,[Time] [smalldatetime] NOT NULL,CONSTRAINT [PK__AutoNotice] PRIMARY KEY CLUSTERED ([ID] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_CustomTitle]([CharName] [varchar](64) NOT NULL,[Title] [varchar](max) NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_TitleColor]([CharName] [varchar](64) NOT NULL,[Color] [varchar](64) NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_TitlesColor]([ID] [int] NOT NULL,[Color] [varchar](64) NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_CharnameColor]([CharName] [varchar](64) NOT NULL,[Color] [varchar](64) NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_HasCustomTitle]([CharName] [varchar](64) NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_Title_Storage]( [ID] [int] IDENTITY(1,1) NOT NULL, [CharName] [varchar](64) NOT NULL, [TitleID] [int] NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_CharLockPin]([StrUserID] [varchar](64) NOT NULL,[PinCode] [varchar](250) NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_CustomName]([CharName] [varchar](64) NOT NULL,[Title] [varchar](max) NOT NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_CustomNameRank]([CharName] [varchar](64) NOT NULL,[Rank] [varchar](max) NOT NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_Players]( [CharID] [int] NOT NULL, [StrUserID] [varchar](25) NOT NULL, [IP] [varchar](100) NOT NULL, [HWID] [varchar](max) NOT NULL, [cur_status] [bit] NOT NULL, [last_seen] [datetime] NOT NULL)
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_ThievesStackRecords]([CharID] [int] NOT NULL,[LastSoldStack] [int] NOT NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_VIP]([CharName16] [varchar](max) NOT NULL,[GivenTime] [datetime] NOT NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_Wanted]([CharID] [int] NOT NULL,[GivenTime] [datetime] NOT NULL)
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_AutoTeleport] ([ID] [int] IDENTITY(1,1) NOT NULL,[CharName16] [varchar](max) NOT NULL,[Time] [smalldatetime] NOT NULL, CONSTRAINT [PK__AutoTeleport] PRIMARY KEY CLUSTERED ([ID] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogGlobalChat]([Sender] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_MagicPop_Stats]([CharName16] [varchar](max) NULL,[WonOrLost] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogUniqueKills]([KillerName] [varchar](50) NULL,[UniqueID] int NULL,[KilledTime] [datetime] NULL) ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogAllChat]([Sender] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogPMChat]([Sender] [varchar](max) NULL,[To] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogGMChat]([Sender] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogPTChat]([Sender] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogGUILDChat]([Sender] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogUNIONChat]([Sender] [varchar](max) NULL,[Content] [varchar](max) NULL,[TimeSent] [datetime] NULL) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_CharStatistics]([StrUserID] [varchar](25) NULL,[CharName16] [varchar](64) NULL,[IP] [varchar](100) NULL,[HWID] [varchar](max) NULL,[last_seen_login] [datetime] NULL)
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_LogCharStatusChange]([CharID] [int] NOT NULL,[login_ip] [varchar](100) NOT NULL,[login_hwid] [varchar](max) NOT NULL,[cur_status] [bit] NOT NULL,[time] [datetime] NOT NULL)
USE [SRO_VT_BFILTER] CREATE TABLE [dbo].[_FilterCommands]([ID] [int] IDENTITY(1,1) NOT NULL,[CommandID] [int] NOT NULL,[Executor] [varchar](50) NOT NULL,[Data1] [varchar](128) NULL,[Data2] [varchar](128) NULL,[Data3] [varchar](128) NULL,[IsDone] [tinyint] NOT NULL,PRIMARY KEY CLUSTERED ([ID] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]) ON [PRIMARY]
kotsh23 is offline  
Old 08/04/2021, 16:11   #54
 
elite*gold: 0
Join Date: Feb 2010
Posts: 87
Received Thanks: 9
Can re-upload? Links brokeb
rogerio14 is offline  
Old 08/05/2021, 03:26   #55
 
denise456's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 396
Received Thanks: 87
HELP

denise456 is offline  
Old 08/05/2021, 14:56   #56
 
elite*gold: 0
Join Date: Mar 2010
Posts: 568
Received Thanks: 228
Quote:
Originally Posted by alograha View Post
LINK : fatal error LNK1104: cannot open file 'discord_game_sdk.lib'
Hello,

PHP Code:
Linker->Additional Library Directories 
Quote:
Originally Posted by denise456 View Post
HELP

Add accounts gm in

PHP Code:
General/Gms.ini 
Laag#82 is offline  
Old 08/05/2021, 16:01   #57


 
Kabloz™'s Avatar
 
elite*gold: 117
Join Date: Aug 2016
Posts: 442
Received Thanks: 238
its old source code right?
Kabloz™ is offline  
Old 08/05/2021, 22:23   #58
 
nemo08's Avatar
 
elite*gold: 393
Join Date: Feb 2009
Posts: 694
Received Thanks: 414
Quote:
Originally Posted by * K A B L O Z * View Post
its old source code right?
yea very old one ..
nemo08 is offline  
Old 08/08/2021, 00:45   #59
 
denise456's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 396
Received Thanks: 87
share filter coded
denise456 is offline  
Old 08/17/2021, 21:55   #60
 
elite*gold: 0
Join Date: Dec 2013
Posts: 71
Received Thanks: 7
Quote:
Originally Posted by khaleed2010 View Post
Hello,

PHP Code:
Linker->Additional Library Directories 


Add accounts gm in

PHP Code:
General/Gms.ini 
same error even though i did everything right

gmhasan13 is offline  
Reply


Similar Threads Similar Threads
[Release] Colored global,notices source code via DevKit
04/06/2021 - SRO PServer Guides & Releases - 11 Replies
Heyo everyone, its a very very simple release and i am sure it'll going to help too much people who is coding in the DevKit Project, ClientLib->SourceFiles->unsorted.cpp Under ( case CHAT_Notice: { ) put the following code if (strMessageCopy == '~') { strMessageCopy.erase(0, 1); g_pCGInterface->ShowMessage_Notice(strMessageCo py); local_64 = L"("; local_64 += TSM_GETTEXTPTR("UIIT_MSG_NOTIFY"); local_64 += L"):";
[Release] Filter v2 Source (Latest Filter)
01/05/2018 - Fiesta Online - 9 Replies
Deleted -
CSRO-R / File Emulator / Exploit Filter & Pet Filter source code
03/31/2015 - SRO PServer Guides & Releases - 17 Replies
Needless to say Something http://i.imgur.com/bHPR6O4.png http://i.imgur.com/KVAQIfV.png .exe version ; Download Here



All times are GMT +1. The time now is 15:49.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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