PDA

View Full Version : [Request] Elite Dangerous Mini Hack?



kahny
01-07-2016, 08:34 AM
Game Name: Elite Dangerous: Horizons
Official Website: https://www.elitedangerous.com/
Game Engine: Frontiers Own Custom Engine
Game Genre: space adventure, trading, and combat simulator
Anti-Cheat: Custom

Possible Features: (if you can)

Shield/Hull God
Infinite Ammo (If Possible your ship doesnt over heat or consume energy when shooting)
Boosted Frame Shift Drive (with a limit since their servers can detect anything over 75 Light Years)
Possible Cargo Editor (say you have max 20 cargo you can edit the max to 1000 or something for easier trading)
Damage Modifier (multiplies your weapons damage by 100% or something)
Infinite Ship Fuel

I know the Shield/Hull God is possible along with the Boosted FSD, Damage Modifier and Infinite Ammo but i have not checked the Cargo editor.

Im not too Sure if im allowed to post a link to an outdated script which works for elite's 32 bit version but after Horizons was released you require 64 Bit Horizons to play with horizons content.

Here is Code for the FSD Booster
in Lua i believe this code is.



name = "unlimrange",
description = "Removes jump range limits (up to 100ly)",
ctype = "breakpoint",
address = dec(16914131),

breakFunc = function()
local maxFuelUsageAddr = EAX + 0x20
local toTargetFuelUsageAddr = ESP + 0x24 --0x40
local maxFuelUsageVal = readFloat(maxFuelUsageAddr)
local toTargetFuelUsageVal = readFloat(toTargetFuelUsageAddr)
if (maxFuelUsageVal < toTargetFuelUsageVal) then
writeFloat(maxFuelUsageAddr, toTargetFuelUsageVal)
end
log("unlimited jump range")
end,

Here is the Code for an Outdated Script Hack
Elite Dangerous Script (outdated) - Pastebin.com (http://pastebin.com/h6rT9QJE)

DuBTreX
08-21-2016, 06:34 AM
I would love to see this happen :D

Josh
08-21-2016, 07:05 AM
If its possible and the community demands it sir, our coders might look into it.

slopeh
09-14-2016, 12:13 PM
Would be great to see this. Previous scripts got quite the large user group. But beware though. Frontier had the site under surveillance and patched the scripts quickly.