z Craft The World

Upload your cheat tables here (No requests)
Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1086
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3470

z Craft The World

Post by Zanzer »

Check out Csimbi's table here: viewtopic.php?p=143373#p143373

Uploading all of my previous tables. No promises to their current working state.

Unlimited Mana
Full Mana
No Hunger
Max Resources
Worker Speed Multiplier
Monsters Don't Attack
Remove Fog of War
Reveal Entire Map
Enable In-Game Cheats

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
Attachments
CraftWorld.CT
v1.10.001
(203.47 KiB) Downloaded 125 times
CraftWorld.CT
v1.9.001
(67.33 KiB) Downloaded 204 times
CraftWorld.CT
v1.8.003
(67.07 KiB) Downloaded 88 times
CraftWorld.CT
v1.8.001
(59.55 KiB) Downloaded 92 times
CraftWorld.CT
(46.24 KiB) Downloaded 108 times
Last edited by Zanzer on Fri Dec 22, 2023 5:51 am, edited 4 times in total.

ifan
Novice Cheater
Novice Cheater
Posts: 17
Joined: Fri Mar 03, 2017 5:13 am
Reputation: 1

Re: Craft World

Post by ifan »

v1.3.005 Not working. Fully

Keitay
Noobzor
Noobzor
Posts: 5
Joined: Sat Mar 25, 2017 5:00 am
Reputation: 0

Re: Craft World

Post by Keitay »

Please update the Table for the 1.4.001 version.

Schnitzelmaker
Expert Cheater
Expert Cheater
Posts: 107
Joined: Fri Mar 03, 2017 6:18 pm
Reputation: 80

Re: Craft World

Post by Schnitzelmaker »

They changed a lot to xor which makes hard to find the values.

From Csimbi Table only Godmode/Run-/Climb speed works.
From Zanzer Table only Remove Fog of War works.

I added free Spells and min res.
Note that min res is really buggy now, its reset the value to 0 for short time during building. So its recommend to enable it and let it run for some seconds then disable it again.
Attachments
CraftWorld.CT
(17.5 KiB) Downloaded 91 times

ragnakore
Noobzor
Noobzor
Posts: 10
Joined: Sun Jul 30, 2017 3:36 pm
Reputation: 3

Re: Craft World

Post by ragnakore »

For the Item Hack:

Code: Select all

[ENABLE]
aobscanmodule(inventory,CraftWorld.exe,55 8B EC 8B 81 E8 01 00 00 33 45 08 89 81 80 00 00 00 )
alloc(InventoryHack,$100)

label(MinimumResource)
label(X)
registersymbol(MinimumResource)


InventoryHack:
       push ebp
       mov ebp,esp

       mov eax,[MinimumResource]
       cmp eax,[ebp+08]
       jl  X
       mov [ebp+08],eax
X:
       mov eax,[ecx+000001E8]
       xor eax,[ebp+08]
       mov [ecx+00000080],eax
       mov eax,[ecx+000001F0]
       xor eax,[ebp+08]
       mov [ecx+000001EC],eax

       pop ebp
       ret 0004

MinimumResource:
       dd 64

inventory:
       jmp InventoryHack
       nop
       nop
       nop
       nop


registersymbol(inventory)

[DISABLE]

dealloc(InventoryHack)
inventory:
  db 55 8B EC 8B 81 E8 01 00 00 33 45 08 89 81 80 00 00 00

unregistersymbol(InventoryHack)
unregistersymbol(MinimumResource)

{
// ORIGINAL CODE -
CraftWorld.CraftResource::SetCount -   55                    - push ebp
CraftWorld.CraftResource::SetCount+1-  8B EC                 - mov ebp,esp
CraftWorld.CraftResource::SetCount+3-  8B 81 E8010000        - mov eax,[ecx+000001E8]
CraftWorld.CraftResource::SetCount+9-  33 45 08              - xor eax,[ebp+08]
CraftWorld.CraftResource::SetCount+C-  89 81 80000000        - mov [ecx+00000080],eax
CraftWorld.CraftResource::SetCount+12- 8B 81 F0010000        - mov eax,[ecx+000001F0]
CraftWorld.CraftResource::SetCount+18- 33 45 08              - xor eax,[ebp+08]
CraftWorld.CraftResource::SetCount+1B- 89 81 EC010000        - mov [ecx+000001EC],eax
CraftWorld.CraftResource::SetCount+21- 5D                    - pop ebp
CraftWorld.CraftResource::SetCount+22- C2 0400               - ret 0004

}
Minimum Resource count = 100.
works with 1.4

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1086
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3470

Craft the World

Post by Zanzer »

Updated for v1.8.001

User avatar
Csimbi
RCE Fanatics
RCE Fanatics
Posts: 878
Joined: Sat Apr 29, 2017 9:04 pm
Reputation: 1203

Re: Craft World

Post by Csimbi »

Is had some free time so I made a new table for 1.8.001.
This table is available on CEShare as well.

The table is signed to avoid the prompt for the auto-attach script.

The table includes three scripts.
1. The first one disables CE hotkeys. You can ignore this I guess. I use it because I run multiple games and I don't want different CE instances respond to the hotkeys.

2. The second one is the main script, which gives you:
- Infinite Mana; no comment.
- Min. Resources; for everything but coins. At least one is required else it stays zero.
- Min. Coins; same as resources, just with a separate filter setting for coins.
- God mode; an excessive amount of damage can still kill you (in one hit), but that's rare.
- Dig Speed Mod; allows you to scale the speed at which your workers dig blocks.
- Run Speed Mod; allows you to scale the speed at which your workers move around. (who need trains?)
- Climb Speed Mod; allows you to scale the speed at which your workers climb ladders. (who need elevators?)
- Craft Speed Mod; allows you to scale the speed at which your workers create items at their workplaces.
- Carry Capacity Mod; allows you to scale the amount of items your workers can carry without a backpack. Backpack size bonus remains unaltered.
- Hunger Rate Mod; allows you to scale the speed at which your workers gain hunger.
- Ignore Pyramid Spell Block; allows you to cast spells in the Pyramids.
- Portal Duration Mod; allows you to scale the duration of the portals you open or 'top up'.
- Explosion Radius Mod; allows you to scale the radius of the explosion spell. Note: there's a performance hit when the radius is large, this is normal.

3. The third script simply disables encryption of the floating point values when they are written.
This should help you find any float value that's written at least once.
Should help making scripts easier.

Enjoy!

Done with the game again - for a long time, - so expect no support any soon.
Attachments
1FRCraftWorld.ct
(51.31 KiB) Downloaded 221 times

semmelbroesel
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Oct 12, 2020 4:58 pm
Reputation: 7

Re: Craft World

Post by semmelbroesel »

Hi. The table no longer seems to work with version 1.8.003.

What would be the easiest process to upgrade the code to match the new version?

The Resource memory search string works, many or most of the others don't. I'd be happy just to have Mana and Health along with the Resources.

Thanks!

moryabro
Fearless Donors
Fearless Donors
Posts: 10
Joined: Fri Jun 16, 2017 6:35 am
Reputation: 1

Re: Craft World

Post by moryabro »

An Update for 1.8.003 would be very much appreciated.

Thanks!

User avatar
INGRASA
Noobzor
Noobzor
Posts: 6
Joined: Thu Jun 01, 2017 9:56 am
Reputation: 1

Re: Craft World

Post by INGRASA »

Zanzer wrote:
Mon Mar 06, 2017 12:20 am
Uploading all of my previous tables. No promises to their current working state.

Set Population Cap
Disable Respawn Timer
Unlimited Mana
Unlimited Resources
Instant Tech Tree
Unlimited Health
Disable Hunger
Increase Running Speed
Increase Climbing Speed
Reveal Entire Map
Remove Fog of War
v1.8.003 Not working.

User avatar
INGRASA
Noobzor
Noobzor
Posts: 6
Joined: Thu Jun 01, 2017 9:56 am
Reputation: 1

Re: Craft World

Post by INGRASA »

Update v1.8.003 Please.

User avatar
INGRASA
Noobzor
Noobzor
Posts: 6
Joined: Thu Jun 01, 2017 9:56 am
Reputation: 1

Re: Craft World

Post by INGRASA »

Update v1.8.003 Please.

User avatar
Csimbi
RCE Fanatics
RCE Fanatics
Posts: 878
Joined: Sat Apr 29, 2017 9:04 pm
Reputation: 1203

Re: Craft World

Post by Csimbi »

INGRASA wrote:
Sun Nov 29, 2020 3:08 am
Update v1.8.003 Please.
You have 3 posts total, and all three are hammering this same thread.
Not nice.
Have you tried my table?

Tschu
Noobzor
Noobzor
Posts: 12
Joined: Fri Apr 27, 2018 11:26 am
Reputation: 5

Re: Craft World

Post by Tschu »

Hallo Csimbi, tried it with 1.8.003 and could not activate nether of 3 scripts. Would appreciate a update very much and thank you.

AddictedToCodes
Cheater
Cheater
Posts: 48
Joined: Mon Oct 19, 2020 9:12 pm
Reputation: 2

Re: Craft World

Post by AddictedToCodes »

Zanzer wrote:
Mon Mar 06, 2017 12:20 am
Uploading all of my previous tables. No promises to their current working state.

Set Population Cap
Disable Respawn Timer
Unlimited Mana
Unlimited Resources
Instant Tech Tree
Unlimited Health
Disable Hunger
Increase Running Speed
Increase Climbing Speed
Reveal Entire Map
Remove Fog of War
That's Craft The* World you mentioned?

Post Reply

Who is online

Users browsing this forum: apissangoku, Baidu [Spider], CarlosGFG, Catalin.Andrey98, Chimba26, dawix3321, DotBot, elmo160, GoneInSecondsxd, Google Adsense [Bot], Hamuul57, jonaaa, JustCallMeGrim, Kurei, QueenRubyy, skeeta69, Sogou, Turk, WaterCrab