| View previous topic :: View next topic |
| Author |
Message |
Luxangel7 How do I cheat?
Reputation: 0
Joined: 31 Aug 2011 Posts: 3
|
Posted: Wed Aug 31, 2011 12:11 pm Post subject: Please help, I dont know how to activate this script! <:) |
|
|
Hello everyone,
I have just started learning about the wonder that is cheat engine thanks to the genius idea of the developers of Deus Ex Human Revolution in not including a new game plus option.
I have successfully learned how to spawn items and change values etc so I can fix that genius idea.
However, I came across this handy dandy script that would make all the batteries recharge (instead of eating candy bars to replenish)...people who have played will know what I mean...but alas, I have next to zero experience in running scripts much less with Cheat Engine.
Here is the script:
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);
If someone could kindly tell me how to activate this script in the game in a practical manner (steps to follow to get it to work) I would be SOOOOOO grateful to you, I would gladly give you five internet hugs!
I hope someone can help, thanks!
-Luxangel7
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25824 Location: The netherlands
|
Posted: Wed Aug 31, 2011 4:05 pm Post subject: |
|
|
go to memoryview and press ctrl+l and paste the script there and run it
Or
in the main window go to table->lua script, paste the script there and run it
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Luxangel7 How do I cheat?
Reputation: 0
Joined: 31 Aug 2011 Posts: 3
|
Posted: Wed Aug 31, 2011 7:17 pm Post subject: |
|
|
Holy crap, thank you SO frigin MUCH Dark Byte!
Now I can play this fun game the way I believe it was supposed to be played: with new game plus features and using my powers without having to eat frigin candy bars!
As promised here are your internet hugs:
HUG
HUG
HUG
HUG
HUG
lol thanks again man you made my day!
|
|
| Back to top |
|
 |
Luxangel7 How do I cheat?
Reputation: 0
Joined: 31 Aug 2011 Posts: 3
|
Posted: Thu Sep 01, 2011 11:02 am Post subject: |
|
|
Just out of curiosity, would you happen to know why this script stops working if you use an ability in the game that requires a mini cut scene like breaking through walls or take downs on enemies?
Its not the end of the world, but if you could tell me what to add to this script to solve this little annoyance it would be really great! Thanks either way of course!
|
|
| Back to top |
|
 |
|