Search found 23 matches

by narcolepticnerd
Thu Jan 04, 2018 2:44 am
Forum: General Discussions
Topic: engine 6.7 undetectable
Replies: 10
Views: 12633

Re: engine 6.7 undetectable

you can basically change a bunch of strings in the source and also the driver names, recompile the source, this is old but this forum has step by step of how to do something like this https://progamercity.net/code-tut/332-delphi-undetectable-cheat-engine-step-step-tutorial.html of course you will ha...
by narcolepticnerd
Mon Jan 01, 2018 7:08 pm
Forum: Tables
Topic: Emergency 4
Replies: 2
Views: 4867

Re: Emergency 4

i added infinite funds for army mod of this game. { Game : em4.exe Version: 1.0 Date : 11-01-17 Author : narcolepticnerd 99999 money for your army } [ENABLE] aobscanmodule(INJECT,em4.G__TypeInfo::Next+538C4,89xxxxxxxxxxe8xxxxxxxxc2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx80xxxxxxxxxxxx75) alloc(newmem,$1000)...
by narcolepticnerd
Fri Dec 22, 2017 8:15 pm
Forum: Single Player Cheat Requests
Topic: Req: Prison Architect
Replies: 2
Views: 1891

Re: Req: Prison Architect

what exactly are you wanting in prison architect?
by narcolepticnerd
Fri Dec 22, 2017 8:13 pm
Forum: Single Player Cheat Requests
Topic: Req: Prison Architect
Replies: 2
Views: 1891

Re: Req: Prison Architect

I dont think there has a prison architect cheat engine table for a long time, I would love to get warden mode activated for any prison tho :)
by narcolepticnerd
Fri Dec 22, 2017 12:48 am
Forum: Single Player Cheat Requests
Topic: [REQ]The Universim BETA
Replies: 302
Views: 194506

Re: The Universim v22

code: fld dword ptr [godp] fstp dword ptr [rdi+5C] // movss [rdi+5C],xmm5 jmp return You dont need this -------------------- alloc(godp,4) godp: dd (float)999 newmem: Just ---- code: mov [rdi+5C],(float)999 jmp return cool now I just need to find a better aob injection location, that one I have is ...
by narcolepticnerd
Thu Dec 21, 2017 11:16 pm
Forum: Single Player Cheat Requests
Topic: [REQ]The Universim BETA
Replies: 302
Views: 194506

Re: The Universim v22

ok this code words infinite god power, you must have at least 2 already then you activate the script and pull a tree and poof infinite 999 god power and i tested it on everything. I would search for the value first before using this cause if you try to use it before you have any power it shows a NaN...
by narcolepticnerd
Thu Dec 21, 2017 10:36 pm
Forum: Single Player Cheat Requests
Topic: [REQ]The Universim BETA
Replies: 302
Views: 194506

Re: The Universim v22

god power is offset 5C and its usually shown with rdi or rsi it looks like its a float. something like movss [rsi+5C], it might actually be easier to hack god power by using mono dissector that way you dont have to mess with aob scans
by narcolepticnerd
Thu Dec 21, 2017 9:43 am
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

I have already completed the game now waiting for the devs to add some more games to it, I have over 500 ants they lag my machine pretty bad at times.
by narcolepticnerd
Wed Dec 13, 2017 9:45 pm
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

so here is the easiest way to build your ant army, after you place ant tiles and the ant has hatched use the option to remove the tile and then place a new ant tile, it will allow you to hatch ants faster this way, otherwise they place another egg that never hatches basically means you can use a 10 ...
by narcolepticnerd
Wed Dec 13, 2017 9:13 pm
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

I have to say I like your method tho
by narcolepticnerd
Wed Dec 13, 2017 8:38 pm
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

unfortunately you are not correct, there is a way to manipulate food to be unlimited completely, fearlessrevolution trainer does this same as there is a way to manipulate and make food storage infinite.
by narcolepticnerd
Wed Dec 13, 2017 8:36 pm
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

Food is based of the value on the food tile, so it is required to change it there. The value shown is only the sum of all food on tiles. An example for unlimited food is: (Note that the food value will increase when building more food tiles) [ENABLE] aobscanmodule(Food,EotU-Win64-Shipping.exe,45 03...
by narcolepticnerd
Thu Dec 07, 2017 11:35 am
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

I have done that and the display freezes but the food runs out, I am thinking that the real food is delayed so its not the same value as the display value Another game that uses this method is huniepop, the bar the value is not the same so searching for a range between 2 values and putting game on s...
by narcolepticnerd
Wed Dec 06, 2017 5:39 pm
Forum: General Gamehacking
Topic: Base address
Replies: 4
Views: 3407

Re: Base address

If injection is made on shared instruction, - globalalloc will work like mess without separating values out with cmp. yes true but he just was asking about base address, didnt mention anything about dissecting and seperating from shared values. I know thats when you have to start using cmp to compa...
by narcolepticnerd
Wed Dec 06, 2017 5:36 pm
Forum: General Gamehacking
Topic: Empires of the Undergrowth?
Replies: 19
Views: 35662

Re: Empires of the Undergrowth?

Appreciate the feedback, but I am just typing in what I am finding, I am well aware of assembly and different data types. The food shows up as a :d and a :8 and a :4 and even a :s on the addresses, thats double, 8 bytes 4 bytes, and a singular float. I get down to the most 261 results and every time...