Jump to content

Kalantar

Members
  • Posts

    4
  • Joined

  • Last visited

Files posted by Kalantar

  1. Script Obfuscator (Lua)

    Script Obfuscator (open source(obfuscated))
     
    Obfuscate your scripts in a beautiful way
     
    +Open Source (obfuscated)
    -Easy to crack
    -Not working for encrypted scripts
     
    How it works : str>ascii(utf8)>str
     
    Example:

     

    218 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Font Function

    Font Function Tool (Open Source)
    Using this function, you can add font to your texts.  (17 fonts are supported)
     
    Also, you can change the default font anywhere in the script (example: from choice menu).
    defaultFont = 1 You can write a text with a different font from other texts.
    -- Font 1 (defaultFont) : gg.alert(_("Hello World")) -- Font 4 : gg.alert(_("Hello World"), 4)  
    You can also add your own fonts: Number of font letters must be:
    62( UpperCase + LowerCase + Numbers)
    52(UpperCase + LowerCase)
    36(Upper/Lower Case + Numbers)
    26(Upper/Lower Case only)
    10(Numbers Only)
     
    How to use : Copy this function and paste it in your script. Set defaultFont in frist line of script.

    184 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.