Raised This Month: $51 Target: $400
 12% 

[ANY] Twilight Sparkle's Encrypt Plugin (03/07/2013 Ver 1.0.1)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Guren
Senior Member
Join Date: Feb 2011
Location: Equestria, Ponyville
Plugin ID:
3505
Plugin Version:
1.0.1
Plugin Category:
Fun Stuff
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Encrypt words
    Old 01-31-2013 , 23:02   [ANY] Twilight Sparkle's Encrypt Plugin (03/07/2013 Ver 1.0.1)
    Reply With Quote #1

    Twilight Sparkle's Encrypt Plugin


    Intrudution
    This plugin will encrypt and decrypt your input words.
    http://www.youtube.com/watch?v=MLYTRTN__iA


    Commands

    sm_encrypt or !encrypt - Encrypt input words
    sm_decrypt or !decrypt - Decrypt input words


    Installation

    to install this plugin
    • put the smx file in the sourcemod/plugins folder
    to compile this plugin manually
    • put all sp files in the sourcemod/scripting folder
    • put all inc files in the sourcemod/scripting/include folder


    Special Thanks To
    i want to say thanks to these guys
    • javalia for help my problems.

    Change Log

    all the date`s format is y/m/d

    Code:
    update at 2013 3 7
    • Removed Decompile Protect code.
    update at 2013 2 1
    • first release of this plugin on forum
    Attached Files
    File Type: inc Renard.inc (941 Bytes, 255 views)
    File Type: smx Rainbow Dash Likes Girls.smx (6.0 KB, 322 views)
    File Type: sp Get Plugin or Get Source (Rainbow Dash Likes Girls.sp - 284 views - 7.8 KB)
    __________________

    Nick : Chamamyungsu // Korean Brony

    Last edited by Guren; 03-06-2013 at 10:03. Reason: Updated.
    Guren is offline
    Sreaper
    髪を用心
    Join Date: Nov 2009
    Old 01-31-2013 , 23:06   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #2

    Very nice plugin. Did you get permission from Twilight Sparkle to post this though?
    Sreaper is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 01-31-2013 , 23:15   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #3

    Quote:
    Originally Posted by Sreaper View Post
    Very nice plugin. Did you get permission from Twilight Sparkle to post this though?
    LOL
    no. it's just plugin names. i made this.
    i named this plugin because i'm fan of her.
    __________________

    Nick : Chamamyungsu // Korean Brony

    Last edited by Guren; 01-31-2013 at 23:41.
    Guren is offline
    vodka00
    Veteran Member
    Join Date: Jun 2012
    Location: Los Angeles
    Old 02-08-2013 , 22:05   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #4

    Just curious, what would be a practical use of this?
    __________________
    cw main:

    cw speedruns:
    vodka00 is offline
    noodleboy347
    AlliedModders Donor
    Join Date: Mar 2009
    Old 02-08-2013 , 22:47   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #5

    Quote:
    Originally Posted by vodka00 View Post
    Just curious, what would be a practical use of this?
    There is absolutely none.
    noodleboy347 is offline
    ReFlexPoison
    ☠☠☠
    Join Date: Jul 2011
    Location: ☠☠☠
    Old 02-08-2013 , 23:16   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #6

    Quote:
    Originally Posted by noodleboy347 View Post
    There is absolutely none.
    There isn't practical use for several plugins however they are created for humor and ideas.
    I give a thumbs up.
    ReFlexPoison is offline
    vodka00
    Veteran Member
    Join Date: Jun 2012
    Location: Los Angeles
    Old 02-08-2013 , 23:19   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #7

    Just to showcase sourcemod abilities?
    __________________
    cw main:

    cw speedruns:
    vodka00 is offline
    Dr. McKay
    Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
    Join Date: Aug 2011
    Location: Atlantis
    Old 03-03-2013 , 03:29   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #8

    Code:
    Format(DoNotDecompile, sizeof(DoNotDecompile), "Do..not..decompile..sigh.. - Made by Chamamyungsu");
    if(StrContains(ScanChar[0], MyLittlePony[0][0]) == 0)
        TrimString(DoNotDecompile);
    ... wat?
    __________________

    Last edited by Dr. McKay; 03-03-2013 at 03:30.
    Dr. McKay is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 03-06-2013 , 07:39   Re: [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #9

    Quote:
    Originally Posted by Dr. McKay View Post
    Code:
    Format(DoNotDecompile, sizeof(DoNotDecompile), "Do..not..decompile..sigh.. - Made by Chamamyungsu");
    if(StrContains(ScanChar[0], MyLittlePony[0][0]) == 0)
        TrimString(DoNotDecompile);
    ... wat?

    lol it's my cheap method to protected for sourcepawn decompiler.

    Code:
    	decl String:OriginalChar[256];
    	decl String:DoNotDecompile[256];
    	GetCmdArg(1, ScanChar, 256);
    	Format(DoNotDecompile, 256, "Do..not..decompile..sigh.. - Made by Chamamyungsu");
    
    /* ERROR! Object reference not set to an instance of an object. */
     function "Command_encrypt" (number 2)
    public Action:Command_decrypt(client, Arguments)
    {
    __________________

    Nick : Chamamyungsu // Korean Brony

    Last edited by Guren; 03-06-2013 at 07:58.
    Guren is offline
    Dr. McKay
    Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
    Join Date: Aug 2011
    Location: Atlantis
    Old 03-06-2013 , 09:20   [ANY] Twilight Sparkle's Encrypt Plugin (02/01/2013 Ver 1.0.0)
    Reply With Quote #10

    Quote:
    Originally Posted by Guren View Post
    lol it's my cheap method to protected for sourcepawn decompiler.
    Why would you need to "protect" anything from Lysis? Is there something you're hiding in the precompiled binary?
    __________________
    Dr. McKay is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 17:40.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode