Antihax Compatible Scroll Menu v.0.5
Updated 9/1 - 2AM EST
Post if you are getting kicked for script restrictions, Origins global banned, disconnected or grey/white screened. That means it is time for another update.
Features:
- Delete cursor target
- ESP
- Explode cursor target
- Explosive bullets
- God mode + car god mode (combined)
- No grass
- Premade Gear Bots (kill and take gear)
- Premade Gear Loadouts (build materials, cinder blocks, rocks, wood) or make your own!
- Premade Weapon Loadouts (dmr, m40, mk48, vss) or make your own!
- Unlimited ammo
- Spawn local vehicle (huey, littlebird, suv)
- Teleport
- Zombie delete
- Zombie spawn
Tested and confirmed basic compatibility with Breaking Point, DayZero, Origins and Overwatch. Should work on any antihax server.
Install Directions:
1. Extract
2. Put the renamethis.sqf and renamethis2.sqf in your main Arma 2 OA folder.
3. Rename renamethis.sqf and renamethis2.sqf to something random which will not be caught by the script scan. For example (Do NOT use my example):
renamethis.sqf > randomname.sqf
renamethis2.sqf > randomname2.sqf
4. Open your newly renamed "renamethis.sqf" in your text editor. Ctrl + H and replace all occurrences (should be 47) of "renamethis2" with whatever you renamed it. For example "randomname2"
5. Ctrl + H and replace all occurrences (should be 689) of "sceptile" with something random which will not be caught by the variable scan. For example (Do NOT use my example):
sceptile > edwardsnowden
6. Run your renamed "renamethis.sqf" with your loader of choice. (YES, you need a bypass to use this!)
Before joining Origins or any server with antihax please be sure to remove from your Arma 2 OA folder any old script files and folders which will be detected by the antihax script scan.
Including the older versions of this menu which would be:
Additional Directions Loader#1 (not to be named):
Inject the "Basic bypass." In your main Arma 2 OA folder find the Settings##.ini file and make it look like this (replace "renamethis" with your custom name):
Restart your game. Make sure DayZ Commander is closed. Inject "Basic bypass" again and hit Ins + Esc a few times once in game to run.
Note: Settings##.ini file is detected by some antihax script scans.
Additional Directions Loader#2 (not to be named):
Edit DayZ_Settings.txt to look like this (replace "renamethis" with your custom name):
Once in-game run with pause break key.
How do I change the gear in the loadouts or bots?
Open renamethis.sqf
Ctrl + F to search for what you want to change:
sceptile41 = build bot
sceptile42 = medical bot
sceptile43 = parts bot
sceptile2 = weapon bot
sceptile10 = dmr loadout
sceptile49 = m40 loadout
sceptile50 = Mk48 loadout
sceptile51 = vss loadout
And the gear loadouts are right above those. Where you see things like:
player addMagazine '20Rnd_9x39_SP5_VSS';
player addWeapon 'VSS_vintorez';
Just change them to whatever you want. Class names are here:
http://www.mpgh.net/forum/624-dayz-m...a-origins.html
Known issues:
- setVehicleAmmo 1 gives kick for script restriciton #79 with loader #1. To avoid do not use unlimited ammo script with loader #1.
- Deleting cursor on houses, garages and strongholds will now kick you for deletevehicle restriction since 1.7.6 update. It is still safe to use delete on other things like vehicles, bodies, etc.
- You can still bleed and die with god mode from certain things like ejecting from vehicle at full speed.


renamethis.zip - Jotti's malware scan
https://www.virustotal.com/en/file/5...is/1378016843/
credits: hangender, monky, infistar, [EVO] Curry and Rustler for some of the scripts
Post if you are getting kicked for script restrictions, Origins global banned, disconnected or grey/white screened. That means it is time for another update.
Features:
- Delete cursor target
- ESP
- Explode cursor target
- Explosive bullets
- God mode + car god mode (combined)
- No grass
- Premade Gear Bots (kill and take gear)
- Premade Gear Loadouts (build materials, cinder blocks, rocks, wood) or make your own!
- Premade Weapon Loadouts (dmr, m40, mk48, vss) or make your own!
- Unlimited ammo
- Spawn local vehicle (huey, littlebird, suv)
- Teleport
- Zombie delete
- Zombie spawn
Tested and confirmed basic compatibility with Breaking Point, DayZero, Origins and Overwatch. Should work on any antihax server.
Install Directions:
1. Extract
2. Put the renamethis.sqf and renamethis2.sqf in your main Arma 2 OA folder.
3. Rename renamethis.sqf and renamethis2.sqf to something random which will not be caught by the script scan. For example (Do NOT use my example):
renamethis.sqf > randomname.sqf
renamethis2.sqf > randomname2.sqf
4. Open your newly renamed "renamethis.sqf" in your text editor. Ctrl + H and replace all occurrences (should be 47) of "renamethis2" with whatever you renamed it. For example "randomname2"
5. Ctrl + H and replace all occurrences (should be 689) of "sceptile" with something random which will not be caught by the variable scan. For example (Do NOT use my example):
sceptile > edwardsnowden
6. Run your renamed "renamethis.sqf" with your loader of choice. (YES, you need a bypass to use this!)
Before joining Origins or any server with antihax please be sure to remove from your Arma 2 OA folder any old script files and folders which will be detected by the antihax script scan.
Including the older versions of this menu which would be:
Code:
'safe scripts\activateit.sqf','round2\runthis.sqf','dayz_code\intro.sqf','@DayzOrigins\begin.sqf','scrollz\activateit.sqf'
Inject the "Basic bypass." In your main Arma 2 OA folder find the Settings##.ini file and make it look like this (replace "renamethis" with your custom name):
Code:
Path Key 192 Filename renamethis.sqf
Note: Settings##.ini file is detected by some antihax script scans.
Additional Directions Loader#2 (not to be named):
Edit DayZ_Settings.txt to look like this (replace "renamethis" with your custom name):
Code:
19=renamethis.sqf ; AAH=0 ; ScanBE=1 ;
How do I change the gear in the loadouts or bots?
Open renamethis.sqf
Ctrl + F to search for what you want to change:
sceptile41 = build bot
sceptile42 = medical bot
sceptile43 = parts bot
sceptile2 = weapon bot
sceptile10 = dmr loadout
sceptile49 = m40 loadout
sceptile50 = Mk48 loadout
sceptile51 = vss loadout
And the gear loadouts are right above those. Where you see things like:
player addMagazine '20Rnd_9x39_SP5_VSS';
player addWeapon 'VSS_vintorez';
Just change them to whatever you want. Class names are here:
http://www.mpgh.net/forum/624-dayz-m...a-origins.html
Known issues:
- setVehicleAmmo 1 gives kick for script restriciton #79 with loader #1. To avoid do not use unlimited ammo script with loader #1.
- Deleting cursor on houses, garages and strongholds will now kick you for deletevehicle restriction since 1.7.6 update. It is still safe to use delete on other things like vehicles, bodies, etc.
- You can still bleed and die with god mode from certain things like ejecting from vehicle at full speed.


renamethis.zip - Jotti's malware scan
https://www.virustotal.com/en/file/5...is/1378016843/
credits: hangender, monky, infistar, [EVO] Curry and Rustler for some of the scripts



Only a handful of people ever created scripts, from there they were either leeched or slightly edited.