aeolist said:How did you do this exactly?
Get CheatEngine 6.1 installed (http://www.cheatengine.org/downloads.php)
Then do the following
1) Start up DE:HR and load into whatever game you want to play
2) ALT + TAB out of the game
3) Start up CheatEngine
4) Click the Computer icon under File to select a process, select dxhr.exe
5) Click the Table menu, then click Show Cheat Table Lua Script
6) Paste in the following script:
// This script, credit to Wisq, will recharge ALL of your batteries, not just the first one
local addr = "[[[[[dxhr.exe+01735288]+4]+C]+100]+3C]+274";
local f = createForm(true);
local t = createTimer(f, true);
timer_setInterval(t, 1000);
timer_onTimer(t, function()
local energy = readFloat(addr);
if math.abs(energy % 30.0) < 0.005 then
writeFloat(addr, energy + 0.01);
end
end);
7) Click Execute Script, then simply click back into DE:HR and enjoy having all your batteries recharge.