They Are Billions (2017-12-16)

Upload your cheat tables here (No requests)
User avatar
Rysefox
Table Makers
Table Makers
Posts: 863
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: They Are Billions (2017-12-16)

Post by Rysefox »

Cake-san wrote:
Wed Jun 19, 2019 4:48 pm
Rysefox wrote:
Wed Jun 19, 2019 4:25 pm
Heres my Resource Handler (Can take some time)
Should be
alloc(newmem,$1000,7FFCE8CC2FD0) to alloc(newmem,$1000,Resource_Handler)
Fenix wrote:
Wed Jun 19, 2019 12:10 pm
Here's my update for the Full Release of the game
As always let me know if it works(or not).

Enjoy <3
Should be
alloc(newmem,$1000,7FE8DD6007F) to alloc(newmem,$1000,INJECT)

Update my table on first page...
I thought its something like this. But I dont can really test this out. Because this with 7FFCE8CC2FD0 works for me also

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

Akigis
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Mar 22, 2017 9:30 am
Reputation: 0

Re: They Are Billions (2017-12-16)

Post by Akigis »

Cake-san wrote:
Wed Jun 19, 2019 4:48 pm
Rysefox wrote:
Wed Jun 19, 2019 4:25 pm
Heres my Resource Handler (Can take some time)
Should be
alloc(newmem,$1000,7FFCE8CC2FD0) to alloc(newmem,$1000,Resource_Handler)
Fenix wrote:
Wed Jun 19, 2019 12:10 pm
Here's my update for the Full Release of the game
As always let me know if it works(or not).

Enjoy <3
Should be
alloc(newmem,$1000,7FE8DD6007F) to alloc(newmem,$1000,INJECT)

& for anyone who use my table:
Update my table on first page...
wow! Really work! Thank you :)

Fenix
Cheater
Cheater
Posts: 46
Joined: Sat Mar 11, 2017 6:11 pm
Reputation: 19

Re: They Are Billions (2017-12-16)

Post by Fenix »

Cake-san wrote:
Wed Jun 19, 2019 4:48 pm
Rysefox wrote:
Wed Jun 19, 2019 4:25 pm
Heres my Resource Handler (Can take some time)
Should be
alloc(newmem,$1000,7FFCE8CC2FD0) to alloc(newmem,$1000,Resource_Handler)
Fenix wrote:
Wed Jun 19, 2019 12:10 pm
Here's my update for the Full Release of the game
As always let me know if it works(or not).

Enjoy <3
Should be
alloc(newmem,$1000,7FE8DD6007F) to alloc(newmem,$1000,INJECT)

& for anyone who use my table:
Update my table on first page...
Wow I didnt know that was the issue,thank you!
heres the edited one
Attachments
TheyAreBillions.CT
(2.63 KiB) Downloaded 154 times

LillyanaKabal
Expert Cheater
Expert Cheater
Posts: 197
Joined: Mon Aug 14, 2017 9:07 pm
Reputation: 20

Re: They Are Billions (2017-12-16)

Post by LillyanaKabal »

Cake-san wrote:
Wed Jun 19, 2019 4:48 pm
Rysefox wrote:
Wed Jun 19, 2019 4:25 pm
Heres my Resource Handler (Can take some time)
Should be
alloc(newmem,$1000,7FFCE8CC2FD0) to alloc(newmem,$1000,Resource_Handler)
Fenix wrote:
Wed Jun 19, 2019 12:10 pm
Here's my update for the Full Release of the game
As always let me know if it works(or not).

Enjoy <3
Should be
alloc(newmem,$1000,7FE8DD6007F) to alloc(newmem,$1000,INJECT)

& for anyone who use my table:
Update my table on first page...
Works for me. Thanks Cake!!

User avatar
FreeER
Expert Cheater
Expert Cheater
Posts: 116
Joined: Fri Mar 10, 2017 7:11 pm
Reputation: 28

Re: They Are Billions (2017-12-16)

Post by FreeER »

More for the record than anything else I made this, doesn't seem to work for Workers or Energy however :( either the IL doesn't get compiled or for whatever reason the symbol isn't created for them, it also doesn't increase the cap so you're still kind of stuck with 2000/50 on the first campaign but they'll get refilled periodically.

Code: Select all

{$lua}
[ENABLE]
local scriptTemplate = ([[
globalalloc(TotalRESOURCEBytes, 10)
[%s]
TotalRESOURCEBytes:
  readmem(ZX.Entities.Building::get_TotalRESOURCESupply, 10)

ZX.Entities.Building::get_TotalRESOURCESupply:
  mov eax, #9999
  ret
[%s]
ZX.Entities.Building::get_TotalRESOURCESupply:
  readmem(TotalRESOURCEBytes,10)
]]):format('ENABLE', 'DISABLE')
-- not sure why but CE doesn't seem to like when I have the enable/disable section labels in the script
-- so using format to workaround lol

local resources = {'Food', 'Workers', 'Energy', 'Wood', 'Stone', 'Iron', 'Oil', 'Gold'}
ResourceDisableInfo = {}

for _, resource in ipairs(resources) do
  local script = scriptTemplate:gsub('RESOURCE', resource)
  local success, extra = autoAssemble(script)
  if success then ResourceDisableInfo[#ResourceDisableInfo+1] = {script, extra} end
end
[DISABLE]
for _, resource in ipairs(ResourceDisableInfo) do
  autoAssemble(resource[1], resource[2])
end

LillyanaKabal
Expert Cheater
Expert Cheater
Posts: 197
Joined: Mon Aug 14, 2017 9:07 pm
Reputation: 20

Re: They Are Billions (2017-12-16)

Post by LillyanaKabal »

Has anyone found how to edit Empire Points while in the Attack?

User avatar
Mr.Potato
Cheater
Cheater
Posts: 32
Joined: Fri Mar 31, 2017 7:09 pm
Reputation: 6

Re: They Are Billions (2017-12-16)

Post by Mr.Potato »

LillyanaKabal wrote:
Thu Jun 20, 2019 6:56 pm
Has anyone found how to edit Empire Points while in the Attack?
To edit Empire Points while attacking infected swarms, you need to search for total cost value (4 bytes).
For example, it starts at "0", buy soldier and it's "20" (his cost), buy another soldier and it's "40" (2x soldier cost). When you find adress, change value to "0" and freeze adress. Now you can buy as much as you wish.
Hope this helps.

macslayerz
Expert Cheater
Expert Cheater
Posts: 112
Joined: Fri Feb 16, 2018 5:44 am
Reputation: 1

Re: They Are Billions (2017-12-16)

Post by macslayerz »

Something is causing the game to crash on saving and loading and im not sure which code it is
Im using the Cake-San Table V1.03

Madcapper
Noobzor
Noobzor
Posts: 13
Joined: Sat Mar 03, 2018 11:23 am
Reputation: 1

Re: They Are Billions (2017-12-16)

Post by Madcapper »

I am using cake's cheat table but Options seldomly work fast recruit even causes crashes sometimes fast building only worked once

and i am using version 1.0

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Re: They Are Billions (2017-12-16)

Post by Cake-san »

macslayerz wrote:
Fri Jun 21, 2019 5:18 am
Something is causing the game to crash on saving and loading and im not sure which code it is
Im using the Cake-San Table V1.03
Madcapper wrote:
Fri Jun 21, 2019 7:16 am
I am using cake's cheat table but Options seldomly work fast recruit even causes crashes sometimes fast building only worked once

and i am using version 1.0
First, try not to freeze any value inside Command Centre script.

I'm forgeting something very important. While I'm making this table, I just tested it for first playthough/map. So everytime you want to continue your playthrough on new map/mission, you have to deactivate,then re-active scripts for "Power Ranger" ,"Fast Recruit" & "Command Centre" if you're using this script and still want to use it, because the script's aob is targeting the game struct data not method/instruction. If you can't deactive the script, you can edit the script & comment out the all code on Disable section,eg: [DISABLE]/*

pockey
Noobzor
Noobzor
Posts: 7
Joined: Thu Jul 13, 2017 6:50 am
Reputation: 0

Re: They Are Billions (2017-12-16)

Post by pockey »

Cake's v1.03 table is working perfectly for me on Steam's v1.05 of the game.

You guys need to disable the options when the victory screen comes on.

Cervani
Noobzor
Noobzor
Posts: 7
Joined: Tue Sep 19, 2017 7:40 am
Reputation: 0

Re: They Are Billions (2017-12-16)

Post by Cervani »

Hmmm, I'm getting some sort of odd crash bug. It's not when switching maps on victory, but just random crashes whenever I'm building something. Or it may be when it tries to autosave the game. Anyone know the cause? The autosaves happen randomly so I can;t really turn stuff off in anticipation... and it's getting a bit annoying have to redo missions over and over due to autosave crashing the game.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Re: They Are Billions (2017-12-16)

Post by Cake-san »

macslayerz wrote:
Fri Jun 21, 2019 5:18 am
Something is causing the game to crash on saving and loading and im not sure which code it is
Im using the Cake-San Table V1.03
Madcapper wrote:
Fri Jun 21, 2019 7:16 am
I am using cake's cheat table but Options seldomly work fast recruit even causes crashes sometimes fast building only worked once

and i am using version 1.0
Cervani wrote:
Fri Jun 21, 2019 9:29 am
Hmmm, I'm getting some sort of odd crash bug. It's not when switching maps on victory, but just random crashes whenever I'm building something. Or it may be when it tries to autosave the game. Anyone know the cause? The autosaves happen randomly so I can;t really turn stuff off in anticipation... and it's getting a bit annoying have to redo missions over and over due to autosave crashing the game.
Well, I can't reproduce the problem...

So, on what Windows are your peoples on?
And what Cpu ?

Madcapper
Noobzor
Noobzor
Posts: 13
Joined: Sat Mar 03, 2018 11:23 am
Reputation: 1

Re: They Are Billions (2017-12-16)

Post by Madcapper »

Cake i am using Windows 10 Enterprise 64 bit and my Processor is Intel i5 8400 2.80Ghz

macslayerz
Expert Cheater
Expert Cheater
Posts: 112
Joined: Fri Feb 16, 2018 5:44 am
Reputation: 1

Re: They Are Billions (2017-12-16)

Post by macslayerz »

Cake-san wrote:
Fri Jun 21, 2019 10:48 am
macslayerz wrote:
Fri Jun 21, 2019 5:18 am
Something is causing the game to crash on saving and loading and im not sure which code it is
Im using the Cake-San Table V1.03
Madcapper wrote:
Fri Jun 21, 2019 7:16 am
I am using cake's cheat table but Options seldomly work fast recruit even causes crashes sometimes fast building only worked once

and i am using version 1.0
Cervani wrote:
Fri Jun 21, 2019 9:29 am
Hmmm, I'm getting some sort of odd crash bug. It's not when switching maps on victory, but just random crashes whenever I'm building something. Or it may be when it tries to autosave the game. Anyone know the cause? The autosaves happen randomly so I can;t really turn stuff off in anticipation... and it's getting a bit annoying have to redo missions over and over due to autosave crashing the game.
Well, I can't reproduce the problem...

So, on what Windows are your peoples on?
And what Cpu ?
Im on Windows 10 /i5-7400/ gtx 1070 /16gb ram and Playing Version 1.00 of They are Billions.
Its basically any loading and saving that happens tends to crash
and im running cheat engine through administrator as well as the game.

Maybe there is specific time when the cheats should be enabled /disabled like you said earlier.

"First, try not to freeze any value inside Command Centre script.

I'm forgeting something very important. While I'm making this table, I just tested it for first playthough/map. So everytime you want to continue your playthrough on new map/mission, you have to deactivate,then re-active scripts for "Power Ranger" ,"Fast Recruit" & "Command Centre" if you're using this script and still want to use it, because the script's aob is targeting the game struct data not method/instruction. If you can't deactive the script, you can edit the script & comment out the all code on Disable section,eg: [DISABLE]/*"

Post Reply