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

Page 1 of 4 1234 LastLast
Results 1 to 15 of 56
  1. #1
    Proficient Member Tazdingo is offline
    MemberRank
    Nov 2010 Join Date
    153Posts

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

    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







    **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: https://mega.co.nz/#!3IZkkRqK!ZaNX0Q...Rq2x9OVmBIvUNA

    Scan: https://www.virustotal.com/es/file/6...is/1417584509/

    **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 by Tazdingo; 05-12-14 at 12:13 PM. Reason: Updated


  2. #2
    (⌐■_■) NourAyman is offline
    MemberRank
    Feb 2012 Join Date
    Behind you :PLocation
    683Posts

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

    I liked it.

    Good job. :)

  3. #3
    Proficient Member Tazdingo is offline
    MemberRank
    Nov 2010 Join Date
    153Posts

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

    *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


    Note: Exchange under PvP may be bugged i will fix it tomorrow
    Last edited by Tazdingo; 03-12-14 at 07:37 AM.

  4. #4
    Proficient Member tschulian is offline
    MemberRank
    Jul 2012 Join Date
    ErlangenLocation
    151Posts

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

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

  5. #5
    Account Upgraded | Title Enabled! adminsxza is offline
    MemberRank
    Jun 2012 Join Date
    208Posts

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

    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 by adminsxza; 03-12-14 at 10:53 AM.

  6. #6
    Proficient Member Tazdingo is offline
    MemberRank
    Nov 2010 Join Date
    153Posts

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

    Quote Originally Posted by NourAyman View Post
    I liked it.

    Good job. :)
    Thanks :)

    Quote Originally Posted by tschulian View Post
    Great release. I may have a anti DDoS Idea to use with.
    hmmm mitigate a ddos with software ? bad idea

    Quote Originally Posted by adminsxza View Post
    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

  7. #7
    Account Upgraded | Title Enabled! MGProjects is offline
    MemberRank
    Oct 2011 Join Date
    BrazilLocation
    400Posts

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

    Quote Originally Posted by Tazdingo View Post
    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?

  8. #8
    Proficient Member tschulian is offline
    MemberRank
    Jul 2012 Join Date
    ErlangenLocation
    151Posts

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

    Quote Originally Posted by Tazdingo View Post
    Thanks :)



    hmmm mitigate a ddos with software ? bad idea

    No1 said that it is by software. Lol.

  9. #9
    Enthusiast Xanaxius is offline
    MemberRank
    May 2013 Join Date
    25Posts

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

    release source files ? :D

  10. #10
    Proficient Member elitebi is offline
    MemberRank
    Feb 2012 Join Date
    196Posts

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

    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.

  11. #11
    Valued Member MikroTekken is offline
    MemberRank
    Aug 2014 Join Date
    145Posts

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

    @MGProjects Only One :P

  12. #12
    Member Apollo1337 is offline
    MemberRank
    Feb 2014 Join Date
    GermanyLocation
    81Posts

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

    Good job :) @ModGift
    Spoiler:
    Mahkemeye verilicek kişiler artıyor

  13. #13
    Account Upgraded | Title Enabled! saxz is offline
    MemberRank
    Jul 2010 Join Date
    1,293Posts

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

    as i see you said released source ... hmm where this source ?

  14. #14
    No avatar RenePunik is offline
    MemberRank
    Feb 2013 Join Date
    1,430Posts

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

    Thanks for this awesome tool (LIKED IT) , 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?

    - - - Updated - - -

    Quote Originally Posted by MikroTekken View Post
    @MGProjects Only One :P
    Last edited by RenePunik; 03-12-14 at 06:05 PM.

  15. #15
    Proficient Member Tazdingo is offline
    MemberRank
    Nov 2010 Join Date
    153Posts

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

    Quote Originally Posted by adminsxza View Post
    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: https://mega.co.nz/#!nMhjXSrL!XNXn5R...9JPdBg-DBEzI-I

    Quote Originally Posted by MGProjects View Post
    why you need my source of DetGuard edited?
    nvm, it's just an opinion

    Quote Originally Posted by elitebi View Post
    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: https://mega.co.nz/#!nMhjXSrL!XNXn5R...9JPdBg-DBEzI-I
    The stall delay is active at the Open/Modify button.

    Quote Originally Posted by RenePunik View Post
    Thanks for this awesome tool (LIKED IT) , 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 by Tazdingo; 04-12-14 at 05:29 AM.



Page 1 of 4 1234 LastLast

Advertisement