|
You last visited: Today at 17:47
Advertisement
Program : Vsro Multi Tool
Discussion on Program : Vsro Multi Tool within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
07/07/2015, 14:12
|
#1
|
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
|
Program : Vsro Multi Tool
Hello elitepvpers members 
i will share my own tool for vsro files
Tool name : vSro Multi tool
License : Free
Copyright : Dev. iLegend [Me]
What is the tool do ?
It has several uses , it contains an old functions and new functions too.
i choose to put old functions such as notice, pm, recall and totown in my tool to open just one tool in your VPS to do everything by it.
Now i will explain how to use it and new features that it contains :
- When you connect to your sql for first time, its check a required database exists or not, if not exists it will give u message box to press the create database button below.
- After that you can login to your server gateway by ip, port, locate and version.
- 3rd step is agent login, means character login by id, pw, captcha and character name.
- When character spawned the right groupbox named (System Service) will be enabled, now you can use this tool perfectly by inserting into database [iLegend_Tool] tables values by service = 1 to work.
- Each of these systems linked with a table inside the database.
Here is the list of the tool systems :
- Send in-game notice
- Send in-game message (without re-log to show it , its look like you send it by client not by _Memo_Add)
- Send private, public and global chat
- Save incoming data like private chat, global chat and unique spawn - dead logs using a procedure execute to make it easy to do systems as u want inside it.
- Use GM Commands Like :
* /recalluser -- target character needed
* /movetouser -- target character needed
* /totown -- target character needed
* /ban -- target character needed
* /recallguild -- target guild needed
* /warp -- RegionID , PosX , PosY , PosZ , WorldID needed
* /loadmonster -- RefMonsterID , Spawn amount needed
* /makeitem -- RefItemID , Data , OptLevel needed
* /invincible -- nothing needed just service = 1
* /invisible -- nothing needed just service = 1
* /gmskill 0 -- nothing needed just service = 1
* /gotown -- nothing needed just service = 1
Caution :
Sending global system needs to set slot in the tool which contains global chatting , also you have to use this global codename to work ITEM_MALL_GLOBAL_CHATTING
Here is the inserting queries :
Code:
Use [iLegend_Tool] -- Common Command
-- Send notice
Insert Into _SendNotice Values (1,'Write here your notice',Getdate())
-- Send message
Insert Into _SendMessage Values (1,'target character name','write here your message',Getdate())
-- Send private chat
Insert Into _SendPrivateChat Values (1,'target character name','write here your chat',Getdate())
-- Send public chat
Insert Into _SendPublicChat Values (1,'write here your chat',Getdate())
-- Send global chat
Insert Into _SendGlobalChat Values (1,'write here your global chat',Getdate())
-- Move to user
Insert Into _MoveToUser Values (1,'target chatacter name',Getdate())
-- Recall user
Insert Into _RecallUser Values (1,'target chatacter name',Getdate())
-- Recall guild
Insert Into _RecallGuild Values (1,'target guild name',Getdate())
-- Totown user
Insert Into _ToTown Values (1,'target chatacter name',Getdate())
-- Disconnect user
Insert Into _DcUser Values (1,'target chatacter name',Getdate())
-- Warp region
Insert Into _WarpRegion Values (1,'RegionID','PosX','PosY','PosZ','WorldID',Getdate())
-- Load monster
Insert Into _LoadMonster Values (1,'RefMobID','Amount',Getdate())
-- Make item
Insert Into _MakeItem Values (1,'RefItemID','Amount','OptLevel',Getdate())
-- Invincible
Insert Into _Invincible Values (1,Getdate())
-- Invisible
Insert Into _Invisible Values (1,Getdate())
-- Go town
Insert Into _GoTown Values (1,Getdate())
-- Gm Skill use
Insert Into _GMSkill Values (1,Getdate())
Screen Shot :
Version 1.0
Links :
Scan  Download
Version 1.1
Scan  Download
-----------------------------------------
File Password : Dev.iLegend
#Regards
|
|
|
07/07/2015, 14:14
|
#2
|
elite*gold: 0
Join Date: Jul 2015
Posts: 613
Received Thanks: 192
|
Thanks ramy
|
|
|
07/07/2015, 14:22
|
#3
|
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
|
Quote:
Originally Posted by #BourBon
Thanks ramy 
|
you are welcome
|
|
|
07/07/2015, 14:33
|
#4
|
elite*gold: 53
Join Date: Jul 2012
Posts: 541
Received Thanks: 190
|
very Good thx bro *--*
|
|
|
07/07/2015, 16:20
|
#5
|
elite*gold: 0
Join Date: Mar 2015
Posts: 311
Received Thanks: 164
|
Good Job ,
|
|
|
07/07/2015, 16:38
|
#6
|
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
|
Quote:
Originally Posted by esteve458
very Good thx bro *--*
|
i hope it's useful for you
Quote:
Originally Posted by Aleჯco*
Good Job ,
|
thanks
|
|
|
07/07/2015, 17:33
|
#7
|
elite*gold: 0
Join Date: Jan 2011
Posts: 391
Received Thanks: 87
|
ramy i need db sql
|
|
|
07/07/2015, 17:41
|
#8
|
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 760
|
Seems to be clean.
Good job.
|
|
|
07/07/2015, 18:00
|
#9
|
elite*gold: 53
Join Date: Jul 2012
Posts: 541
Received Thanks: 190
|
question
Hello good morning friend that version of Visual Studio can edit the program please if I can post the link of the download of Visual Studio thanks
|
|
|
07/07/2015, 18:07
|
#10
|
elite*gold: 0
Join Date: Jul 2009
Posts: 1,860
Received Thanks: 760
|
Quote:
Originally Posted by esteve458
Hello good morning friend that version of Visual Studio can edit the program please if I can post the link of the download of Visual Studio thanks

|
Use the internet. Google for "Visual Studio Decompiler Add-Ins".
I am not going to help people directly decompiling other people's stuff and using them for their advantage (selling, scamming, opening a backdoor, etc.). Use the program as it is meant to be, not less nor more.
Here is my version:
Quote:
Originally Posted by Crue*
you deserve a cookie
|
Is this somehow related to the topic?
|
|
|
07/07/2015, 19:07
|
#11
|
elite*gold: 500
Join Date: Jul 2009
Posts: 262
Received Thanks: 543
|
Just drag and drop this .exe in ILSpy or whatever.
Its not protected.
|
|
|
07/07/2015, 19:18
|
#12
|
elite*gold: 2094
Join Date: Dec 2014
Posts: 179
Received Thanks: 122
|
i tested , can you add more delay for notice because it going so fast if you add more then 1 lines also check the date in table of notice it's random date.
|
|
|
07/07/2015, 19:35
|
#13
|
elite*gold: 0
Join Date: Feb 2013
Posts: 65
Received Thanks: 37
|
Quote:
Originally Posted by denise456
ramy i need db sql
|
just click connect to database if not exists the required db will show u a message box to click the active button blow , and wait when finish then connect ... etc..
Quote:
Originally Posted by blapanda
Seems to be clean.
Good job.
|
Thanks.
Quote:
Originally Posted by esteve458
Hello good morning friend that version of Visual Studio can edit the program please if I can post the link of the download of Visual Studio thanks

|
Use ILSpy to get the source files
Quote:
Originally Posted by blapanda
Use the internet. Google for "Visual Studio Decompiler Add-Ins".
I am not going to help people directly decompiling other people's stuff and using them for their advantage (selling, scamming, opening a backdoor, etc.). Use the program as it is meant to be, not less nor more.
|
+1
#Respect
Quote:
Originally Posted by .Network
i tested , can you add more delay for notice because it going so fast if you add more then 1 lines also check the date in table of notice it's random date.
|
your problem with column [Date] data type of table.
i make it varchar not datetime.
it means show time as this format 12:05:03
notice system timer interval is 100m sec. means 0.1 second
if it you have 10 rows service = 1 it will send all of them at 1 second.
your problem can be solved if it changed to 1 second interval
and query select top 1 ............... order by Date
to select the top 1 row contains service = 1 arranged by old date then new date by seconds.
try to alter table column data type to datetime.
|
|
|
07/07/2015, 20:30
|
#14
|
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,653
|
Quote:
Originally Posted by esteve458
Hello good morning friend that version of Visual Studio can edit the program please if I can post the link of the download of Visual Studio thanks

|
VS 2013 Community, dark theme.
|
|
|
07/07/2015, 20:49
|
#15
|
elite*gold: 2094
Join Date: Dec 2014
Posts: 179
Received Thanks: 122
|
Quote:
Originally Posted by ramy_11_1
your problem with column [Date] data type of table.
i make it varchar not datetime.
it means show time as this format 12:05:03
notice system timer interval is 100m sec. means 0.1 second
if it you have 10 rows service = 1 it will send all of them at 1 second.
your problem can be solved if it changed to 1 second interval
and query select top 1 ............... order by Date
to select the top 1 row contains service = 1 arranged by old date then new date by seconds.
try to alter table column data type to datetime.
|
i changed data type to datetime [sent it 3 lines faster + if you try to send more those 3 lines won't show anything.
i have seen this problem in Chat-Noticer coded by ahmed gendy
i think that problem in code because if you check all tables will see works prefect with type varchar(100) try to get the real code from soruce code of plus notice will sloved the problem.
|
|
|
Similar Threads
|
[Release] vSRO NPC Program [Translated]
01/05/2020 - SRO PServer Guides & Releases - 16 Replies
While i was browsing the internet i found the vSRO NPC program cracked and translated. it's really useful for me and i don't mind to share it with you guys.
I know many of you guys have it cracked but i don't think someone could translate it from turk to english ^^ so i decided to share it.
Link: Click Here
Enjoy :pimp:
|
///Multi-Tool by kilgut Mein erster Multi-Tool///
01/14/2011 - WarRock Hacks, Bots, Cheats & Exploits - 9 Replies
Hallo endlich habe ich es geschafft mein ersten Multi-Tool fertig zu machen bin selbst froh und mache party wenn ihr mit Thanks gibt!:handsdown::D
Screens:
Multi-Tool Selbst:
Injector:
Spammer:
KD Rechner:
Download in Anhang:
|
All times are GMT +1. The time now is 17:47.
|
|