• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

*SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP

Junior Spellweaver
Joined
Nov 10, 2010
Messages
134
Reaction score
32
Hello Ragezoners,

First of all, this isn't a release at all because I used the source of ModGift(detGuard).
Primary credits go to ModGift and Sector1337.

As this software is open source(now), the only thing I did was change a few things to make it more understandable, as well as some new functions.


**Features

IP Limit Per Client
Globals Insults Filter
Global Delay
Exchange Delay
Stall Open/Modify Delay
Exchange Disable Under PvP Mode
Individual Notice Sender
Captcha Login Remove
Mbot Compatible
PW Watcher (I really dont care for what you will use this function)
Firewall Rules Control
Exit/Restart Buttons Block
PK Enable/Disable
Stall Open Delay


** User-Guide


All what you need is in config.txt
Code:
// Server IP
1.1.1.1
// Fake Login Port(The one who is in the media.pk2)/ENABLE THIS PORT IN FIREWALL)
15779
// Real Login Port (The one you set in srNodeData.ini/DISABLE THIS PORT IN FIREWALL)
50001
// Fake Agent Port (ENABLE THIS PORT IN FIREWALL)
50002
// Real Agent Port (The one you set in srNodeData.ini/DISABLE THIS PORT IN FIREWALL)
15884
// DC(0) or IPBAN(1) When "Corrupted" OPCODE Joins
0
// IPLimit
2
// PW Watcher 1= Enable 0 = Disable
1
// Program Logs 0=Disable 1=Enable
0
// Welcome Notice
Welcome to the jungle :D
// Global Delay (In Seconds)
10
// Stall Modify Delay
10
// Exchange Request Delay
10
// Exchange Request under PvP Mode 0 = Enable 1 = Disable
1
// PK 0=Enable 1=Disable (Instant DC)
0
// Restart Button 0 = Works 1 = Blocked
1
// Exit Button 0 = Works  1 = Blocked 2 = Instant DC
1

Commands
You can write this commands in SroGuard - Game module.
- userlist (List all users online)
- clear (clear screen)
- blockcount (total ip's banned)
- banip
- desbanip
- sendnotice (send individual notice)

**Pictures
Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums


**Installation Guide

1- Create this table in your SHARD DB
Code:
CREATE TABLE [dbo].[__PMQueue](
[CharName16] [varchar](64) NOT NULL,
[ID] [int] IDENTITY(1,1) NOT NULL,
[Message] [varchar](100) NOT NULL,
[Sent] [tinyint] NOT NULL
)

2- Extract the rar and fill the Config/config.txt with your ports/ip
Generally the fake login port everybody use is 15779 so enable this port in firewall and put i.e 50001 in srNodeData.ini
The real login port is in srNodeData.ini as well as the agent login port.
Yo must enable the FAKE ports in the firewall not the REAL ones.

3- Set the sql info in Config/sql.txt

4- (I use a gateway without captcha so i cant test this out)
Go to server.cfg (Files folder)
Search: GatewayServer
Change:
IBUVStringSize 0
IBUVCharacterSet "0"

**Download

Link:

Scan:

**Notes

This program may not work under VPS
Enable only fake ports in your firewall
Later i will change the __PMQueue to pm or notice
I don't test this program in a real server

**Credits

ModGift
Sector1337
Tazdingo(Minor edits)
 
Last edited:
Junior Spellweaver
Joined
Nov 10, 2010
Messages
134
Reaction score
32
*Link updated*

Changelog: (Requested by elitebi)
Exit/Restart Buttons Block
PK Enable/Disable

// PK 0=Enable 1=Disable (Instant DC)
0
// Restart Button 0 = Works 1 = Blocked
1
// Exit Button 0 = Works 1 = Blocked 2 = Instant DC
1

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums


Note: Exchange under PvP may be bugged i will fix it tomorrow
 
Last edited:
Junior Spellweaver
Joined
Jul 2, 2012
Messages
151
Reaction score
13
Great release. I may have a anti DDoS Idea to use with.
 
Experienced Elementalist
Joined
Jun 21, 2012
Messages
208
Reaction score
17
IP Limit Per Client (Not work), Crash tool
Globals Insults Filter (working)
Global Delay (Working)
Exchange Delay (Not Work)
Stall Open/Modify Delay (Not Work)
Exchange Disable Under PvP Mode (Not Work)
Individual Notice Sender (Working)
Captcha Login Remove (forget to add in config) (Not Working)
Mbot Compatible (Working)
PW Watcher (I really dont care for what you will use this function) (Working)
Firewall Rules Control (Not Tested)
Exit/Restart Buttons Block (Working)
PK Enable/Disable (Working)
 
Last edited:
Junior Spellweaver
Joined
Nov 10, 2010
Messages
134
Reaction score
32
I liked it.

Good job. :)

Thanks :)

Great release. I may have a anti DDoS Idea to use with.

hmmm mitigate a ddos with software ? bad idea


:)


--------------

This thread is only for help the community, thats why the exes aren't packed (since it's not my work is ModGift work). It might help others to improve his/her projects. I do not understand how some people encrypted programs made by others (hmm).
I won't give support of this.
All can be done easily just take the correct opcode and thats all :D
 
Skilled Illusionist
Joined
Oct 24, 2011
Messages
331
Reaction score
202
Thanks :)

This thread is only for help the community, thats why the exes aren't packed (since it's not my work is ModGift work). It might help others to improve his/her projects. I do not understand how some people encrypted programs made by others (hmm).
I won't give support of this.
All can be done easily just take the correct opcode and thats all :D

why you need my source of DetGuard edited?
 
Junior Spellweaver
Joined
Feb 3, 2012
Messages
196
Reaction score
7
Stall Open delay, this setting is missing in the config.
Also Exchange Delay was working on the first release, but it is not working on the newest release, it gives instant DC when you try to exchange.
 
Joined
Feb 27, 2013
Messages
1,430
Reaction score
201
Thanks for this awesome tool (LIKED IT) :tongue:, However. This tool is better than MGProject's release. So keep going and add new features.

#Request a feature and this is an hint for it.
Can you change the amount of debuffs a purification pill heals by editing its parameters on the RefObjItem Table.
~
And why doesn't work on VPS?




:junglejane:
 
Last edited:
Junior Spellweaver
Joined
Nov 10, 2010
Messages
134
Reaction score
32
IP Limit Per Client (Not work), Crash tool
Globals Insults Filter (working)
Global Delay (Working)
Exchange Delay (Not Work)
Stall Open/Modify Delay (Not Work)
Exchange Disable Under PvP Mode (Not Work)
Individual Notice Sender (Working)
Captcha Login Remove (forget to add in config) (Not Working)
Mbot Compatible (Working)
PW Watcher (I really dont care for what you will use this function) (Working)
Firewall Rules Control (Not Tested)
Exit/Restart Buttons Block (Working)
PK Enable/Disable (Working)

Thanks for adding a complete check list
Try again please :) All should be fixed except captcha login i prefer to use the gateway w/o captcha
Link:

why you need my source of DetGuard edited?

nvm, it's just an opinion

Stall Open delay, this setting is missing in the config.
Also Exchange Delay was working on the first release, but it is not working on the newest release, it gives instant DC when you try to exchange.

Try now:
The stall delay is active at the Open/Modify button.

Thanks for this awesome tool (LIKED IT) :tongue:, However. This tool is better than MGProject's release. So keep going and add new features.

#Request a feature and this is an hint for it.
Can you change the amount of debuffs a purification pill heals by editing its parameters on the RefObjItem Table.
~
And why doesn't work on VPS?

I don't understand your request :( Me english is too poor, sorry.

I tested it with virtual box (shared ip) and didn't work.
 
Last edited:
Junior Spellweaver
Joined
Nov 10, 2010
Messages
134
Reaction score
32
Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums


Help pliss

Port 15777 ?
You set the fake port at 15779 right ? Enable the 15779 port in your firewall and then you must set the real port in srNodeData.ini (certification module)

Spanish:
Que quisiste hacer ? El puerto 15779 que es el que contiene el media.pk2 seria el "FAKE" y tenes que inventar uno el cual colocaras en srNodeData.ini que sera el "REAL" y con eso te deberia andar. Si andas bajo firewall habilita el puerto 15779.
 
Newbie Spellweaver
Joined
Dec 24, 2012
Messages
76
Reaction score
5
[global]
count=9
[entry0]
node_id=697
operation_type=22
global_operation_id=0
associated_shard_id=0
node_type=335
service_type=2
certification_node_id=1
port=45001
node_icon=4
u1=144
u2=22
u3=24
u4=1
u5=248
u6=146
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=0
u16=0
u17=0
u18=0
u19=0
u20=0
[entry1]
node_id=1
operation_type=0
global_operation_id=0
associated_shard_id=0
node_type=335
service_type=1
certification_node_id=0
port=60000
node_icon=5
u1=40
u2=22
u3=24
u4=1
u5=216
u6=99
u7=19
u8=1
u9=0
u10=0
u11=0
u12=0
u13=0
u14=0
u15=0
u16=0
u17=0
u18=0
u19=0
u20=0
[entry2]
node_id=698
operation_type=22
global_operation_id=0
associated_shard_id=0
node_type=335
service_type=4
certification_node_id=697
port=29000
node_icon=0
u1=96
u2=23
u3=24
u4=1
u5=48
u6=148
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=0
u16=0
u17=0
u18=0
u19=0
u20=0
[entry3]
node_id=699
operation_type=22
global_operation_id=0
associated_shard_id=0
node_type=335
service_type=11
certification_node_id=697
port=25880
node_icon=0
u1=56
u2=26
u3=24
u4=1
u5=48
u6=148
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=0
u16=0
u17=0
u18=0
u19=0
u20=0
[entry4]
node_id=700
operation_type=22
global_operation_id=0
associated_shard_id=0
node_type=335
service_type=3
certification_node_id=697
port=45002
node_icon=0
u1=248
u2=22
u3=24
u4=1
u5=96
u6=147
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=0
u16=0
u17=0
u18=0
u19=0
u20=0
[entry5]
node_id=704
operation_type=22
global_operation_id=20
associated_shard_id=0
node_type=335
service_type=5
certification_node_id=697
port=45003
node_icon=0
u1=200
u2=23
u3=24
u4=1
u5=152
u6=148
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=17
u16=1
u17=0
u18=0
u19=0
u20=0
[entry6]
node_id=705
operation_type=22
global_operation_id=20
associated_shard_id=64
node_type=335
service_type=7
certification_node_id=704
port=45004
node_icon=0
u1=152
u2=24
u3=24
u4=1
u5=0
u6=149
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=17
u16=1
u17=168
u18=102
u19=18
u20=1
[entry7]
node_id=707
operation_type=22
global_operation_id=20
associated_shard_id=64
node_type=336
service_type=6
certification_node_id=704
port=45005
node_icon=0
u1=48
u2=24
u3=24
u4=1
u5=104
u6=149
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=17
u16=1
u17=168
u18=102
u19=18
u20=1
[entry8]
node_id=713
operation_type=22
global_operation_id=20
associated_shard_id=64
node_type=335
service_type=8
certification_node_id=704
port=45000
node_icon=0
u1=0
u2=25
u3=24
u4=1
u5=160
u6=150
u7=19
u8=1
u9=64
u10=160
u11=17
u12=1
u13=0
u14=0
u15=17
u16=1
u17=168
u18=102
u19=18
u20=1


Media Use Puerto :29000

Hablo mejor español
 
Newbie Spellweaver
Joined
Dec 24, 2012
Messages
76
Reaction score
5
Listo ahora si me cargo ahora me sale esto, como esta foto que publicaron

Tazdingo - *SROGuard* | DetGuard Source | MBOT | Stall Exchang Global Delay | Exchange Under PvP - RaGEZONE Forums


Pongo ID y pw y salen mi datos en el programa pero en el cliente no me pasa de hay
 
Back
Top