Guide to build EXE with ScrubCrypt

Download ScrubCrypt

The auth is not loading/crypter is not starting/stuck on loading screen

Use a VPN or proxy. Try deleting the license file and re-entering your license as well. If all doesn't work, check the Telegram channel for any updates.

Join our Telegram group

The crypter gives an error when starting

Check the Telegram channel for any updates.

vcruntime140.dll is not found/error:

Download and install https://aka.ms/vs/17/release/vc_redist.x64.exe.

Crypt is not working

1. Check that you have configured your build correctly. The functions of the crypter are listed below.

2. Disable any startup options on your payload. If you need startup, use the crypter startup options.

3. If you are using the 'Drop to disk' execution method, it is highly recommended to crypt with Win.Def exclusions as your file is at risk of detection when dropped to disk.

4. Avoid testing on your own PC/server, it is not a safe practice. Always test on a VM whenever possible.

Crypt is detected

Contact us and provide a screenshot of the detection, the options you used, your detected file, and your payload (optional).

Windows Defender Smartscreen is not bypassed

A Smartscreen warning does not mean that a file is detected. It is shown for every unknown file, clean or not. We do not offer any sort of Smartscreen bypass.

Feature Description
Anti VM Prevent the crypt from running on virtual machines.
Single instance Allow only one crypt to be running at a time.
Bot killer Detect and kill existing bots on the machine (basic).
Delay (ms): Delay the payload from executing for x milliseconds.
Pump file (kb): Increase the crypt size to target kilobytes.
Execution method: 'In memory' is the normal crypt mode. 'Drop to disk' turns the crypt into a dropper. Always prefer the 'In memory' execution method unless your payload is not compatible
Startup Add crypt to launch on startup (method changes with/without admin permissions).
Extract binded files on startup Start binded files even on startup.
Show fake error on startup Show fake error message even on startup..
Melt file Delete crypt after install.
UAC bypass Bypass UAC and elevate to admin permissions.
Win.Def exclusion Add Windows Defender exclusions to all drives.
Fake error Show a fake error message.
Binder Extract and execute files that are binded together with payload. Binded files are dropped and are not executed in memory. There is no limit to how many files you can bind.