Jump to content
UBot Underground

[Sell] Easy-Crypt V2 - File Encryption/decryption + Code Generation


Recommended Posts

Easy-Crypt V2

 

Includes ECCL [Command Line API]

 

 

 

Lightening Fast Multiple File Encryption/Decryption

 

 

Is your UBot project getting HUGE ?

 

Want to use External scripts but worried about someone stealing your code ?

 

Already use Encryption but tired of the fiddly process of encrypting and decrypting ?

 

Are you new to UBot and can't figure out how to use encryption ?

 

Maybe you could use a tool to quickly EnCrypt and DeCrypt in a split second !

 

 

 

http://i.imgur.com/6vPrStF.jpg

 

 

Key Features :

 

 

 

> Uses Free PluginsNo Paid plugins needed

 

Command Line API - Process file/s with 1 line in CMD

 

> Simple but Effective - Extremely easy to use and has directions where needed           

 

> Custom Code Generation - Just Paste the Generated code into your project               

 

> Lightening Fast  - You can Encrypt or Decrypt single or Multiple files Super Quick

                                                                                                                    

 

 


 

 

Main UI (Encryption Section)

 

http://i64.tinypic.com/2m4vtib.png
 
 

  

New Code Generation Options

 

http://i68.tinypic.com/2zp2sdc.png

 

 

 

 

 

Web/FTP Setup wizard

 

http://i66.tinypic.com/2vv84s3.png

 

 

 


 

 

 

A Few More Details About Easy-Crypt

 

 

 

> You can load the encrypted code into a variable somewhere and then Decrypt it within your bot.
> You can upload the encrypted file to a server if you have one and do pretty much the same thing
> You can point Directly to the file you want to run 
> You can point Directly to the file on a server 
> And many more other ways, just get creative with it ;)

 

 

_____________________________________________________________________________________________


 

 

 

Easy-Crypt Demo Videos

 

 

ECCL Demo - Command Line API

https://youtu.be/xSOWcUoKTaE

 

 

Encryption Demo

[single file, Multiple files, Pasted Code]

https://youtu.be/NdqKyNXX3fk

 

 

Decryption Demo

[single file, Multiple files, Pasted Code]

https://youtu.be/uNIk6ObwEwc

 

 

Code Generation Options Demo

https://youtu.be/nKuaIozNaFw

 

 

 

 

ONLY $10

 

http://www.autoclickbots.com/images/JVEC.png

 

 

 

 

Plugins Used :                                             

W. Bogacz FREE Plugin TinyMCE             

Meter's FREE Encryption Plugin                 

UBot Dev's FREE Advanced Shell Plugin

 

 

 

If anyone has any questions, problems or queries just drop me a line and I will get back to your ASAP

 

Enjoy :)

 

http://i.imgur.com/m6kXmbe.jpg

Link to post
Share on other sites

Purchased.

 

Sale confirmed, 

Thanks PRO :)

 

You will receive your license details in your payment email address, 

make sure to check your spam folder ;)

 

 

If you register at my site i can also add it to your Account area in case you need to download it in the future,

not necessary, just an option ;) 

(If you do PM me your username) 

 

 

 

Enjoy :)

CJ

 

 

 

 

 

 

Just got it and it do great job. Thanks

 

 

paid, cool stuff !

 

 

Same applies to you guys and any others just to make your life that little bit easier lol ;)

Link to post
Share on other sites

Question:

 

Is this what we need to download: http://www.mediafire.com/download/fxga8omlp7xfyn2/Open.Framework.zip

 

Just want to make sure.

 

 

Hi, 

Of course, ..

I will add a little more info in the OP regarding the plugin used ;)

makes sense really lol

 

The plugin is needed at your end so you can Run the code that you place within your external file/s 

(or decrypt your file/s within your bots process depending on how you choose to use it) 

 

There are other plugins available that will do the same thing that I will be implementing in to Easy-Crypt to give the user some extra options, 

But I specifically used this one to begin with as this is the only Free plugin capable of doing this, so you dont have to purchase any Paid plugins or anything else to use it :)

 

Hope that helps :)

 

 

 

 

CJ

  • Like 1
Link to post
Share on other sites

Hi, 

Of course, ..

I will add a little more info in the OP regarding the plugin used ;)

makes sense really lol

 

The plugin is needed at your end so you can Run the code that you place within your external file/s 

(or decrypt your file/s within your bots process depending on how you choose to use it) 

 

CJ

 

All right. Thanks for clearification  :)

Link to post
Share on other sites

Hey CJ,

 

is there a way to encrypt the entire bot and/or compiled installer.exe?

 

Can it be used together with meters system to obfuscate and encrypt all source code of the bots? If yes, how to apply both together, which first and how?

 

Please excuse my many question  :)

 

Thanks

Link to post
Share on other sites

Hey CJ,

 

is there a way to encrypt the entire bot and/or compiled installer.exe?

 

Can it be used together with meters system to obfuscate and encrypt all source code of the bots? If yes, how to apply both together, which first and how?

 

Please excuse my many question  :)

 

Thanks

 

 

 

Hey PRO, 

 

 

Ill give the simple answer first lol ..

 

Yes you should be able to encrypt the entire script if you want, I havent actually tried it with a "whole" bot script, 

but ill certainly test it out at my end just to make sure, ... although i cant see any reason why it wouldnt work.

(*just tested and works, see bottom of post)

 

And yes absolutely, Easy-Crypt will work alongside Meter's licensing system with no issues, all of my projects/bots are built exactly this way :)

 

 

and to give you a more in depth explanation, .. 

 

You have a few options if you want to use this way :

 

1 - You could encrypt your Entire bots code

--- then copy the encrypted text from the generated encrypted file

--- and paste the encrypted code where you would have entered a file location (so Instead of an encrypted file location you would just paste the encrypted code) 

 

 

2 - You could set your entire script into a #variable/s (as demonstrated in the video)

--- Then call it/them using the template code given when using the "GEN" button

 

 

3 - You could break your project/code up into defines

--- then encrypt all the nodes/commands within each individual define (without the define wrapper)

--- and then call your define commands as you would normally but using the GEN code 

 

 

There is a fourth option, where you could store/place/hide your external encrypted files on a web server, 

which works in exactly the same way as placing files on your PC, getting the data from a server instead.

 

 

 

So all the encryption using Easy-Crypt will be done before you compile, simply because you will want to see it working before you finalise ..

Then when you have compiled your project into an exe file you would then use Meter's licensing system as you normally would :)

 

 

 

All you would need to remember is if you decide to encrypt your code and use it with "External Files" (not within your bot exe)

then make sure you provide those files in the right place at your users end.

If you are placing the encrypted text "within" your bots exe then all is contained.

 

Also probably worth mentioning that if you use external encrypted files then there is an advantage that you can decrypt your code and edit/modify it without needing to open your bots main project file in UBot, 

not so much an advantage with smaller bots with a couple of hundred lines of code, but when you start to reach the high 10's of 1000's lines of code UBot starts to become a bit "Un-Responsive" :/

so the ability to work on your code and JUST your code is much better, less laggy and when finished you can just re-Encrypt your modified code and not have to even mess or re-compile your bot :)

 

 

 

Ive gone off into a tangent again havent I  :mellow:

 

 

Hope i havent confused you with that lol

let me know if you need to know anything else or have any other questions ;)

 

 

 

Cheers

CJ

 

 

*EDIT* : Ive just encrypted the entirety of one of my HUGE bots and it run with no problems :)

Link to post
Share on other sites

Hi CJ,

 

thanks a million for your detailled answer, sounds just great!

 

Your Encryption/Decryption Solution here is now inside my TOP 3 Must Have UBot Enhancements!

 

Thanks for that and the infos!

  • Like 1
Link to post
Share on other sites

Hi CJ,

 

thanks a million for your detailled answer, sounds just great!

 

Your Encryption/Decryption Solution here is now inside my TOP 3 Must Have UBot Enhancements!

 

Thanks for that and the infos!

 

 

Your very welcome PRO ;)

and thanks for that, very much appreciated :)

 

 

 

CJ

Link to post
Share on other sites
  • 1 month later...

Hi CJ,

 

Nice looking software here, I have a question though. I want to include scripts that have custom commands and functions only. If I use this and run them on load the sidebar will then fill up with my custom commands and functions from those scripts and they will be usable right? 

  • Like 1
Link to post
Share on other sites

Hi CJ,

 

Nice looking software here, I have a question though. I want to include scripts that have custom commands and functions only. If I use this and run them on load the sidebar will then fill up with my custom commands and functions from those scripts and they will be usable right? 

 

 

Hi HelloInsomnia, 

Thanks mate, it will be 10 times better if i can get around to updating it lol, 

 

Ill be honest it took me a while to get my head around this question hahaha, 

it was the "functions" part simply as i have never used it for any "function" defines only commands, 

 

but I guess in theory it would be the same process, 

however, i hate saying it "should" .. so give me a few mins and ill do a small test 

 

 

 

 

Ill be back :)

 

CJ

Link to post
Share on other sites

Hi CJ,

 

Nice looking software here, I have a question though. I want to include scripts that have custom commands and functions only. If I use this and run them on load the sidebar will then fill up with my custom commands and functions from those scripts and they will be usable right?

 

 

Hi again :)

 

Yep, no problems at all,  .. 

Here are the results of a very small test with 1 Command and 1 Function (they dont do anything special, just to see if they appear in the sidebar),

as you can see all that is within the "on load" is the command to decrypt and run/load the contents of the external file, ..

and the 2 defines appeared in the sidebar :)

 

 

 

 

 

Hope that helps

 

let me know if you need to know anything else, 

 

 

 

 

Cheers

CJ

Link to post
Share on other sites
  • 6 months later...

Hey Folks, 
Im nearly done with a major update for Easy-Crypt so I thought I would come post a little update of whats to come,
 
The next release of Easy-Crypt is a big one (thats what she said) so we are skipping strait to V2, 
I wont bore you all to death with details but I will mention that there are a couple of additions that are worth mentioning,
hopefully making Easy-Crypt a lot more enjoyable to use and save you more time :)
 
The update includes ...

  • New Command line API allowing quick Encryption/Decryption of single files or files in a folder from your CMD console
  • Completely rebuilt UI while keeping original layout structure
  • Completely customisable Code Generation wizard for true copy and paste 
  • New ways to add files to be processed (Paste file paths, Manually enter or paste your code)

 

Rather than me go on here is the current update log ...

 
 

Easy-Crypt V2 - Including ECCL [Command Line API]

- Completely re-built and re-designed, in keeping original design layout
- Now includes "eccl.exe" [CMD API] Encrypt/Decrypt single files/files in folder
- New API has small graphic display and notifications
- New Code Generation process for true copy and paste results
- "Remote" options added to "Gen" code generation (Web/FTP)
- Full Setup Panel options added for code generation both Web and FTP
- 2 sets of FTP generated code 1 UBot, 1 Alternative (Alternative method uses FREE Plugin)
- Minimize and Maximize added
- UI is fully responsive and resizes accordingly
- Encryption/Decryption separated each now has its own section/tab
- Encrypted files display is now "active" for selection to generate code
- Ability to paste file paths "to be" processed
- Clear buttons added to all display panels
- Displays added to "Current chosen Encrypt/Decrypt locations"
- Displays Current in-use Key (both sections)
- Warning added to "Clear ALL" button
- Now no need to clear after every process
- Now ability to Paste and/or Write code to be processed
- Multiple alerts and warnings to notify the user of existing files/file names
- Multiple options available if existing file found
- Multiple bugs fixed and tested
- Major code reductions to ensure smooth running of new features
- Optimised existing process
- house keeping

 

 

 
Beta testing is nearly complete so ill leave you with a few images and vids to get your tastebuds flowing :
 
Main UI (Encryption Section)
http://i64.tinypic.com/2m4vtib.png
 
 

 

 
http://i68.tinypic.com/fxxc3r.png ECCL - [CMD Line API]

https://www.youtube.com/watch?v=hgUCuJUMK08
 
 
New Code Generation Options

http://i68.tinypic.com/2zp2sdc.png

 

 

Web/FTP Setup wizard

 

http://i66.tinypic.com/2vv84s3.png
 
https://www.youtube.com/watch?v=nKuaIozNaFw

 

 

 

 

So to wrap up there are quite a few nice little bells and whistles added which I hope you enjoy using,

and also a lot of customer feature requests implemented, a long time coming but definitely worth the wait ;)

 

 

Easy-Crypt V2 .... Available NOW !!

 

 

 

 

 

 

 

Cheers

CJ 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...