Arma 3 External Hack with Driver Downloads › Other FPS Games Category: Other FPS Games Developer: exploder2013 Uploaded by: System Uploaded at: Mon 16. May 2016, 18:31 System: Windows Download (116.13 KB) VirusTotal Result: 0/57 Download (116.13 KB) Description Problems or Questions regarding the hack?Take a look at our FAQ How to use: D3 Menu should be self explanatory, it is mouse operated. Console (case-sensetive): players - displays all players in the server, or can be called with 1 argument players [contains] - compares player name to whatever is passed in contains and if it matches, it displays the player. So to get all players, I would write: players To get players with name that starts with Ex, I'll write: players Ex To kill players from anywhere in the server and frame other players for the kill, you need to write kill inside console and it accepts 2 arguments. Format: kill [indexOfPlayerToBeKilled] [indexOfFrame] The player that gets framed, will be blamed for the kill. You can get these indexes from players function (write players in console). So to kill some player that gets framed by someone, I'll write: kill 50 70 (example ID's)(player with ID of 50 will be killed by player if ID 70) Also, you can seperate players to be killed with commas, to kill multiple players: kill 50,51,52,53 70 To kill all players, you replace [indexOfPlayerToBeKilled] with 0: kill 0 70 You can execute scripts using console as well using event handlers. Format: scripts [EventHanlderID] [timeOut] [Script] To see all event handlers and scripts associated with them, you write: scripts To replace event handler script with another script for 20 seconds, you write: scripts 9 20 moveOut driver cursorTarget (this would replace event with ID 9 (openInventory) for 20 seconds with script (moveOut driver cursorTarget)( example script ). Instructions:Run TDL.exe with paramater that executes my driver(driver must be on the same directory)(example: TDL.exe -FMGR.sys)(or just create a shortcut that does it for you)Run Arma 3, wait a bit so it launches. And launch it in WINDOWED MODE, not fullscreenRun my hack. Download Arma 3 External Hack with Driver