ASLR is only enabled for EXE files that have DYNAMIC_BASE flag in the PE header. Additionally, the EXE file should have a relocation table to make it support ASLR.
When The Bat! is compiled with Data Execution Prevention (NX-bit) in the PE header (IMAGE_DLLCHARACTERISTICS_NX_COMPAT), than the AntiSpamSniper crashes The Bat! when The Bat! is loading the plugins.
...