STORXY BOT SRC C#

09/18/2016 02:13 Laag#82#1
Hello,

STORXY BOT SRC C#

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

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

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

PHP Code:
(Notice)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Notice','Your Notice here','0','0')
(Global)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Global','Your Global here','0','0')
(
AllChat)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('AllChat','Your Message here','0','0')
(
PM)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('PM','Your Message here','Character Name','0')
(
Recall)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Recall','0','Character Name','0')
(
RecallGuild)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Recall','0','Guild Name','0')
(
Make Item)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('makeitem','Item Code','Amount','0')
(
Load Monster)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('loadmonster','Mob Code Amount','0','0')
(
Disconnect)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('ban','0','Character Name','0')
(
ToTown)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('ToTown','0','Character Name','0')
(
Open The Yellow Cape)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('CapeON','0','0','0')
(
Invisible)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Invisible','0','0','0')
(
Invincible)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Invincible','0','0','0')
(
GM Circle)
    
Line :    INSERT INTO SRO_VT_STORXY.._Console VALUES ('Circle','0','0','0'
---------------------------------------------------------------------------------

Waiting Bot Soon .

[Only registered and activated users can see links. Click Here To Register...]
09/18/2016 02:33 B1Q#2
:facepalm:
09/18/2016 06:09 Eslam Galull#3
Really ?! ��
09/18/2016 06:29 XxGhostSpiriTxX#4
Tranks *--*

Database Story ?
09/18/2016 13:51 ILowe#5
good job :)

database?
09/18/2016 16:41 Storxy_#6
i'm more than thanks to you <3 for sharing this source here <3 i was ashamed to release this shit here :facepalm:

[Note] this bot based on plus notice source "totally shit"

[Database] just create this table

Code:
USE [NEXUS]
GO

/****** Object:  Table [dbo].[_Console]    Script Date: 18/09/2016 04:43:09 م ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[_Console](
	[ID] [int] IDENTITY(1,1) NOT NULL,
	[Type] [varchar](50) NOT NULL,
	[Command] [varchar](250) NULL,
	[Value] [varchar](150) NULL,
	[Done] [int] NOT NULL,
 CONSTRAINT [PK__Console] 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
09/18/2016 17:43 B1Q#7
Quote:
Originally Posted by Storxy_ View Post
i'm more than thanks to you <3 for sharing this source here <3 i was ashamed to release this shit here :facepalm:

[Note] this bot based on plus notice source "totally shit"

[Database] just create this table
pls upload Nexus DB :(
09/19/2016 15:02 EdwardTeach+-#8
though useless