Wild West Saga Business Tycoon (Steam)

Add topics here with methods, analysis, code snippets, mods etc. for a certain game that normally won't make it in the Tables or Requests sections.
Post Reply
User77
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Nov 11, 2018 8:34 pm
Reputation: 1

Wild West Saga Business Tycoon (Steam)

Post by User77 »

Hey guys,

i have tried to bypass or remove the CodeStage Anticheat system of this Game, but, it did not work. :( (i did not learned programming)

In this game, you dont need this, because despite anti cheat protection, you can read all functions with dnSpy (for example)

So, i have changed 2 important things, so you can finish every City faster.

What did i change:

1. I removed the Countdown for every Business. (all Business stands on 00:00:00 (instant income) and
2. i increased the Level Bonuses for the Business. (10x)


The effect: You can travel to the next City within 5-10 Minutes including the 5 Cards Bonus (max)

It is possible to edit the Achievement Rewards, if somebody needs a huge amount of GoldCoins. You can decrease the Achievement requipments too. (Example: Normal: Acquire 1,2,3... Family Member(s). Edited: Acquire 0 Family Members for all 20 Achiement stages) (not included in this Mod yet)

Download:
WWT Speed Mod.rar
(271.55 KiB) Downloaded 431 times
(Remove ".mod" at the end of the Filename)

Place the File in: Wild West Saga - wildwest_Data - Managed (Replace or do a backup of the original Assembly-CSharp.dll first)

Thank you.

I have created this thread, because Maybe someone can use it?!

I have modified the Android APK on the Same way too. (no problems with AntiCheat)

acerimmer
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Mar 02, 2019 10:31 am
Reputation: 1

Re: Wild West Saga Business Tycoon (Steam)

Post by acerimmer »

tried to use but keep getting a crash on loading

gtaking
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Oct 18, 2019 4:11 am
Reputation: 0

Re: Wild West Saga Business Tycoon (Steam)

Post by gtaking »

Thank you for this post man, saved me a lot!

man, when i realized im playing this game for months and still did not get 1/3 of achievements i had to do something. making non ending idle games cheat protected must be considered unethical!

heres how i did it:

Bypassing CodeStage Anti Cheat - youtube videos
dnSpy - dll editor
wildwest_Data > Managed folder - Assembly-CSharp.dll & Assembly-CSharp-firstpass.dll

firstpass.dll, i edited all cheat detection functions by changing method name (right click > IL instructions, click > change method then after finish save as module) like in tutorial videos. i dont know whether it had any effect. since i dont know what im doing, i must tell. then realized im not hacking shooter game, my problem was not getting detected and vac banned :lol:

Assembly-CSharp.dll has all those functions but finding real ones (not displaying / converting / loading functions) was a bit difficult. also you cant add lines or variables to the end of lines, cant edit inside if branches etc (at least i couldnt). so went with the only idea i had left: not decreasing spent gold & cash with changing the lines with nop instructions (N).

afa i remember (gold and cash) they each must have only one line, therefore changing 2 lines must be enough for completing the game. (i had already collected 7k gold with achievements - nonstop shopping ftw!!! - also go west with gold wohoo!!!) must be relatively easy to find the lines since amount spent information also have been kept in those methods for acievement check etc, we only delete "-= amount" lines. and it works...

popol1
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Mar 13, 2021 11:49 am
Reputation: 0

Re: Wild West Saga Business Tycoon (Steam)

Post by popol1 »

The easier way i found was to use dnspy to disable the anticheat as mentionned before,then in assembly-csharp then search "gold" then scroll till you find "remove_GoldBoughtEvent"
You have to find then the "UseUpGold" in orange next the "this.currentGold" switch the - to a + then compile and save ,you'll now win gold when you buy anything with your gold

popol1
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Mar 13, 2021 11:49 am
Reputation: 0

Re: Wild West Saga Business Tycoon (Steam)

Post by popol1 »

Also if you want to complete the achievement on the first stage you'll need to go into the achievements tab then achievementdatadouble then checkstages and replace the last command with fullfill compile and you'll get the last stage of the achievement when you get the first or next one

TheRichCapitalist
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Oct 31, 2021 12:51 am
Reputation: 0

Re: Wild West Saga Business Tycoon (Steam)

Post by TheRichCapitalist »

popol1 wrote:
Sat Mar 13, 2021 11:56 am
The easier way i found was to use dnspy to disable the anticheat as mentionned before,then in assembly-csharp then search "gold" then scroll till you find "remove_GoldBoughtEvent"
You have to find then the "UseUpGold" in orange next the "this.currentGold" switch the - to a + then compile and save ,you'll now win gold when you buy anything with your gold
I would love a mod for this game on Android/BlueStacks that makes it so buying anything with cash, pioneers, or gold will increase it by that amount instead of decreasing it.

grandemago681
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Aug 01, 2023 2:57 pm
Reputation: 0

Re: Wild West Saga Business Tycoon (Steam)

Post by grandemago681 »

User77 wrote:
Sun Nov 11, 2018 9:59 pm
Hey guys,

i have tried to bypass or remove the CodeStage Anticheat system of this Game, but, it did not work. :( (i did not learned programming)

In this game, you dont need this, because despite anti cheat protection, you can read all functions with dnSpy (for example)

So, i have changed 2 important things, so you can finish every City faster.

What did i change:

1. I removed the Countdown for every Business. (all Business stands on 00:00:00 (instant income) and
2. i increased the Level Bonuses for the Business. (10x)


The effect: You can travel to the next City within 5-10 Minutes including the 5 Cards Bonus (max)

It is possible to edit the Achievement Rewards, if somebody needs a huge amount of GoldCoins. You can decrease the Achievement requipments too. (Example: Normal: Acquire 1,2,3... Family Member(s). Edited: Acquire 0 Family Members for all 20 Achiement stages) (not included in this Mod yet)

Download:
WWT Speed Mod.rar (Remove ".mod" at the end of the Filename)

Place the File in: Wild West Saga - wildwest_Data - Managed (Replace or do a backup of the original Assembly-CSharp.dll first)

Thank you.

I have created this thread, because Maybe someone can use it?!

I have modified the Android APK on the Same way too. (no problems with AntiCheat)
it doesn't work, how can I solve startup problems? meanwhile gold can be changed to + instead of putting -

grandemago681
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Aug 01, 2023 2:57 pm
Reputation: 0

Re: Wild West Saga Business Tycoon (Steam)

Post by grandemago681 »

popol1 wrote:
Tue Mar 23, 2021 12:14 pm
Also if you want to complete the achievement on the first stage you'll need to go into the achievements tab then achievementdatadouble then checkstages and replace the last command with fullfill compile and you'll get the last stage of the achievement when you get the first or next one
i dont know to.... please repeat change dnspy ?? tanks

Post Reply

Who is online

Users browsing this forum: Legion08