come on do a release or do you just want money? true, that's what you're really looking for in the community. :lul:
Quote:
if (chat->length() && charname->length())
{
printf("%s is saying (%s).\n", charname->c_str(), chat->c_str());
if (chat->find("!giveitem") == 0 && chat->length() > 10) {
do operation;
}
}
'[' and "GM" are not allowed substrings to add as name to a new character ->Quote:
i am requesting mods to take a look at the source code, this dll might be contains a special feature which allows the creator to get everything in the server which is using this dll !
for example
if (chat->length() && charname->length() && charname->substr(0,4) == "[GM]")
release src?Quote:
Hello to everyone
Item in Inventory LiveCode:VSRO188_GS v1.0.1 DEV 1 DLL loaded.
Gold Live
[Only registered and activated users can see links. Click Here To Register...]
Setup Table
How can useCode:CREATE TABLE [dbo].[_VSRO188_GS]( [ID] [int] IDENTITY(1,1) NOT NULL, [Type] [int] NOT NULL, [Charname] [varchar](129) NOT NULL, [CodeName128] [varchar](129) NOT NULL, [Count] [bigint] NOT NULL, CONSTRAINT [PK__VSRO188_GS] 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] GO SET ANSI_PADDING OFF GO
Type 1 = Item
Type 2 = Gold
[Guide] Adding a DLL ImportCode:INSERT INTO [dbo].[_VSRO188_GS] ([Type],[Charname],[CodeName128],[Count]) VALUES (Type,'you charname','Item Code',1)
Example [Only registered and activated users can see links. Click Here To Register...]
Special thanks to:
- [Only registered and activated users can see links. Click Here To Register...]
- [Only registered and activated users can see links. Click Here To Register...]
Download
Code:https://mega.nz/file/jmIkxJbI#chTEKJIzmwFhJwtRxKP_LvGd_UQO4betjt9hpCmw6aI