The Wild Eight

Ask about cheats/tables for single player games here
rohindanil
Expert Cheater
Expert Cheater
Posts: 62
Joined: Mon May 08, 2017 2:48 pm
Reputation: 6

Re: The Wild Eight

Post by rohindanil »

Update to 1.0 version pls!

User avatar
KAWA
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Apr 14, 2019 3:25 pm
Reputation: 10

Re: The Wild Eight

Post by KAWA »

+1!

User avatar
G_Cat
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Apr 28, 2019 4:04 am
Reputation: 6

Re: The Wild Eight

Post by G_Cat »

Update to 1.0 version Please=)

User avatar
fantomas
Table Makers
Table Makers
Posts: 1163
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: The Wild Eight

Post by fantomas »

What's broken in current table?

User avatar
G_Cat
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Apr 28, 2019 4:04 am
Reputation: 6

Re: The Wild Eight

Post by G_Cat »

fantomas wrote:
Fri Oct 04, 2019 1:56 pm
What's broken in current table?
CraftSystem:HasEnoughResources

User avatar
fantomas
Table Makers
Table Makers
Posts: 1163
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: The Wild Eight

Post by fantomas »

G_Cat wrote:
Fri Oct 04, 2019 2:22 pm
CraftSystem:HasEnoughResources
Yes, I just saw it. In fact, it it not broken, it just is that there are now two (2) same 'HasEnoughResources' methods in a same one (1) 'CraftSystem' class. The script is choosing the first one by default, while the second is the right one. Had the same thing in 'PlayerBuildings:CanUpgrade' script for Shilter's upgrading, so I had to use aobscan method on it.
There's also a somewhat complex solution mentioned by FreeEr in this thread by I didn't tried it yet.

--Edit--

Here's the script with aobscan method - Please try it.

Code: Select all

[ENABLE]
aobscan(hasEnoughResources,55 48 8B EC 48 83 EC 50 4C 89 7D F8 4C 8B F9 48 89 55 F0 4C 89 45 E8 B9)

hasEnoughResources:
db C3

registersymbol(hasEnoughResources)

[DISABLE]
hasEnoughResources:
db 55

unregistersymbol(hasEnoughResources)

User avatar
G_Cat
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Apr 28, 2019 4:04 am
Reputation: 6

Re: The Wild Eight

Post by G_Cat »

fantomas wrote:
Fri Oct 04, 2019 4:03 pm

Here's the script with aobscan method - Please try it.
Great thanks =D

bluepanda
Expert Cheater
Expert Cheater
Posts: 99
Joined: Fri Aug 25, 2017 8:19 pm
Reputation: 39

Re: The Wild Eight

Post by bluepanda »

fantomas wrote:
Fri Oct 04, 2019 4:03 pm
G_Cat wrote:
Fri Oct 04, 2019 2:22 pm
CraftSystem:HasEnoughResources
Yes, I just saw it. In fact, it it not broken, it just is that there are now two (2) same 'HasEnoughResources' methods in a same one (1) 'CraftSystem' class. The script is choosing the first one by default, while the second is the right one. Had the same thing in 'PlayerBuildings:CanUpgrade' script for Shilter's upgrading, so I had to use aobscan method on it.
There's also a somewhat complex solution mentioned by FreeEr in this thread by I didn't tried it yet.

--Edit--

Here's the script with aobscan method - Please try it.

Code: Select all

[ENABLE]
aobscan(hasEnoughResources,55 48 8B EC 48 83 EC 50 4C 89 7D F8 4C 8B F9 48 89 55 F0 4C 89 45 E8 B9)

hasEnoughResources:
db C3

registersymbol(hasEnoughResources)

[DISABLE]
hasEnoughResources:
db 55

unregistersymbol(hasEnoughResources)
Seems not viable with v1.0.1 - it simply won't fetch to the given opcodes.

User avatar
fantomas
Table Makers
Table Makers
Posts: 1163
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: The Wild Eight

Post by fantomas »

bluepanda wrote:
Sat Oct 05, 2019 12:38 am
Seems not viable with v1.0.1 - it simply won't fetch to the given opcodes.
It has been made on v1.0.1 - Generally, when you use aobscan method, you have to make an action in first before you being able to activate the script. In this case, build the workshop, go in and try to craft something (it will say that you do not have enough resources, it's normal), then try to active the script. If the script is activated, go out of the workshop, go in again and try now to craft something, it should work.

--Edit--

The aobscan script as well as the whole table work fine in v1.0.2 [ Oct 04, 2019 ].

zu00739322
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Oct 05, 2019 2:13 pm
Reputation: 0

Re: The Wild Eight

Post by zu00739322 »

fantomas wrote:
Fri Oct 04, 2019 4:03 pm
G_Cat wrote:
Fri Oct 04, 2019 2:22 pm
CraftSystem:HasEnoughResources
Yes, I just saw it. In fact, it it not broken, it just is that there are now two (2) same 'HasEnoughResources' methods in a same one (1) 'CraftSystem' class. The script is choosing the first one by default, while the second is the right one. Had the same thing in 'PlayerBuildings:CanUpgrade' script for Shilter's upgrading, so I had to use aobscan method on it.
There's also a somewhat complex solution mentioned by FreeEr in this thread by I didn't tried it yet.

--Edit--

Here's the script with aobscan method - Please try it.

Code: Select all

[ENABLE]
aobscan(hasEnoughResources,55 48 8B EC 48 83 EC 50 4C 89 7D F8 4C 8B F9 48 89 55 F0 4C 89 45 E8 B9)

hasEnoughResources:
db C3

registersymbol(hasEnoughResources)

[DISABLE]
hasEnoughResources:
db 55

unregistersymbol(hasEnoughResources)
How to use this script?

User avatar
BoehserOnkel
Expert Cheater
Expert Cheater
Posts: 465
Joined: Sat Mar 04, 2017 7:47 am
Reputation: 94

Re: The Wild Eight

Post by BoehserOnkel »

zu00739322 wrote:
Sat Oct 05, 2019 2:18 pm
fantomas wrote:
Fri Oct 04, 2019 4:03 pm
G_Cat wrote:
Fri Oct 04, 2019 2:22 pm
CraftSystem:HasEnoughResources
Yes, I just saw it. In fact, it it not broken, it just is that there are now two (2) same 'HasEnoughResources' methods in a same one (1) 'CraftSystem' class. The script is choosing the first one by default, while the second is the right one. Had the same thing in 'PlayerBuildings:CanUpgrade' script for Shilter's upgrading, so I had to use aobscan method on it.
There's also a somewhat complex solution mentioned by FreeEr in this thread by I didn't tried it yet.

--Edit--

Here's the script with aobscan method - Please try it.

Code: Select all

[ENABLE]
aobscan(hasEnoughResources,55 48 8B EC 48 83 EC 50 4C 89 7D F8 4C 8B F9 48 89 55 F0 4C 89 45 E8 B9)

hasEnoughResources:
db C3

registersymbol(hasEnoughResources)

[DISABLE]
hasEnoughResources:
db 55

unregistersymbol(hasEnoughResources)
How to use this script?
doesnt work- for me atleast - you may try Zanzers table

User avatar
fantomas
Table Makers
Table Makers
Posts: 1163
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: The Wild Eight

Post by fantomas »

zu00739322 wrote:
Sat Oct 05, 2019 2:18 pm
How to use this script?
Copy/past it in 'CraftSystem:HasEnoughResources' script

zu00739322
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Oct 05, 2019 2:13 pm
Reputation: 0

Re: The Wild Eight

Post by zu00739322 »

fantomas wrote:
Sat Oct 05, 2019 4:24 pm
zu00739322 wrote:
Sat Oct 05, 2019 2:18 pm
How to use this script?
Copy/past it in 'CraftSystem:HasEnoughResources' script
Thanks for the help.But when I active it Cheat Engine Just stuck and did't do anything.

User avatar
fantomas
Table Makers
Table Makers
Posts: 1163
Joined: Sat Mar 25, 2017 7:13 pm
Reputation: 552

Re: The Wild Eight

Post by fantomas »

zu00739322 wrote:
Sun Oct 06, 2019 2:41 am
Thanks for the help.But when I active it Cheat Engine Just stuck and did't do anything.
Maybe this can explain it. ;)
When using aobscan method, you need to perform in-game action before being able to activate the script.

User avatar
G_Cat
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sun Apr 28, 2019 4:04 am
Reputation: 6

Re: The Wild Eight

Post by G_Cat »

fantomas wrote:
Sun Oct 06, 2019 6:56 am
zu00739322 wrote:
Sun Oct 06, 2019 2:41 am
Thanks for the help.But when I active it Cheat Engine Just stuck and did't do anything.
Maybe this can explain it. ;)
When using aobscan method, you need to perform in-game action before being able to activate the script.
Hi!
The script does not always run, even if all the actions are done correctly. It helps restart the game or reboot the system =))
Image

Post Reply

Who is online

Users browsing this forum: nin827, PronKill, Ziro99