OldSchoolHack

Registrieren / Anmelden Deutsch

Arma 3 External Hack with Driver Source

  • Kategorie: Sourcecode
  • Entwickler:
  • Hochgeladen von: System
  • Hinzugefügt am:
  • System: Windows
Download (39.28 KB)

VirusTotal Ergebnis: 0/57

virustotal

Arma 3 External Hack with Driver Source Screenshot

Beschreibung

The hack features:

D3 Menu:
  • ESP with distance slider and other options (works normally on 1920x1080 resolution, might work for others but won't be so precise or not precise at all, you'll need to edit source code, since I didn't like the standard WorldToScreen function output coordinates)
  • Teleport (safe and unsafe). Unsafe doesn't set your y value to 0 (makes it easier to get into bases)
  • Unlocking vehicles that are 15m from you (can be edited in sauce)

Console:
  • Framing players for kills
  • Executing scripts by replacing event handlers


Hotkeys:

To open D3 Menu, use = (near backspace)

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:
  1. 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)
  2. Run Arma 3, wait a bit so it launches. And launch it in WINDOWED MODE, not fullscreen
  3. Run my hack.

Download Arma 3 External Hack with Driver Source