Page 1 of 2

[Request] Zorbus

Posted: Wed Apr 15, 2020 5:53 am
by Jannysi
Game Name: Zorbus
Game Version: Release 31
Game/Steam Website: [Link]
Options Required:
  • inf Health
  • inf Mana
  • inf Money
  • XP boost

Re: [Request] Zorbus

Posted: Wed Apr 15, 2020 3:58 pm
by notpikachu
It's an interesting game, at least in the punishment for cheaters :P .

Image

If you cheat at character customization, the enemies will become super powerful, one-hit kill you or at least both you and the enemies won't die from the fight making it an infinite loop of wasting time.

Even cheating inside the game, like a simple add or subtract of your current hp will lead to the trigger of enemies becoming OP.

The badboy message rarely triggered, but you know its kicking in when you start missing your attack.

After tracing my way back, somehow, I managed to turn off the trigger and can freeze my hp/infinite hp (tbh, as the game emphasis on permadeath, this is already a game changer.)

Image

I mean, I can understand why theres an anti cheat meassure, the dev has this online leaderboard which sort of competitive for the player database and I'm gonna respect that. At least, I can say its a very good reversing exercise for beginner.

Best Regards,
notpikachu

Re: [Request] Zorbus

Posted: Thu Apr 23, 2020 11:58 pm
by cfemen
sweet :D

if anyone is interested how it works:

this is the Check function for Health/Stamina:

Code: Select all

Zorbus.exe+1124CB - 0FB7 94 C2 52660000   - movzx edx,word ptr [edx+eax*8+00006652]
Zorbus.exe+1124D3 - 03 F2                 - add esi,edx
Zorbus.exe+1124D5 - 8B 15 10D01700        - mov edx,[Zorbus.exe+16D010]
Zorbus.exe+1124DB - 8B 12                 - mov edx,[edx]
Zorbus.exe+1124DD - 0FB7 94 C2 54660000   - movzx edx,word ptr [edx+eax*8+00006654]
Zorbus.exe+1124E5 - 03 F2                 - add esi,edx
Zorbus.exe+1124E7 - 8B 15 10D01700        - mov edx,[Zorbus.exe+16D010] 
Zorbus.exe+1124ED - 8B 12                 - mov edx,[edx]
Zorbus.exe+1124EF - 0FB7 94 C2 58660000   - movzx edx,word ptr [edx+eax*8+00006658]
Zorbus.exe+1124F7 - 03 F2                 - add esi,edx
Zorbus.exe+1124F9 - 8B 15 10D01700        - mov edx,[Zorbus.exe+16D010] 
Zorbus.exe+1124FF - 8B 12                 - mov edx,[edx]
Zorbus.exe+112501 - 0FB7 84 C2 5A660000   - movzx eax,word ptr [edx+eax*8+0000665A]
Zorbus.exe+112509 - 03 F0                 - add esi,eax
Zorbus.exe+11250B - 8B C6                 - mov eax,esi
Zorbus.exe+11250D - 5E                    - pop esi
Zorbus.exe+11250E - 5B                    - pop ebx
Zorbus.exe+11250F - C3                    - ret 
6652 = Health
6656 = Stamina
665A = Max Stamina

it creates a checksum from these values.

simple table with Anti-Cheat Bypass and No Damage script.
i played to Dungeon Level 3 without problems.

[Request] Zorbus

Posted: Sat May 23, 2020 2:37 am
by Satiate
[QUOTE="cfemen, post: 131965, member: 27276"]

simple table with Anti-Cheat Bypass and No Damage script.

i played to Dungeon Level 3 without problems.

[/QUOTE]



Would it be possible to make another table for release 32? Noticed the table doesn't work with the current release.

[Request] Zorbus

Posted: Sat May 23, 2020 12:10 pm
by cfemen
Satiate, post: 136415, member: 22838 wrote:
Would it be possible to make another table for release 32? Noticed the table doesn't work with the current release.


well, release 32 added more checksums and some new hidden checks (e.g. blocks access to the stairs for the next level)

attached a new table for a god mode, tested it several times with different chars to dungeon level 3 or 4.

probably i won't do a new table if the game updates again.



added:

+easy kill flag

+noclip on arrow keys (dont use portals/stairs while its activ!)

noclip can also be used to escape from web,slime stuff

+Inf. Stat Points (for new game stat menu) - deactivate after char generation!

[Request] Zorbus

Posted: Sat May 23, 2020 12:15 pm
by Satiate
[QUOTE="cfemen, post: 136501, member: 27276"]

well, release 32 added more checksums and some new hidden checks (e.g. blocks access to the stairs for the next level)

attached a new table for a god mode, tested it several times with different chars to dungeon level 3 or 4.

probably i won't do a new table if the game updates again.

[/QUOTE]



Thanks for the work.

[Request] Zorbus

Posted: Sat May 23, 2020 3:14 pm
by cfemen
Added a easy kill flag, every hit kills enemies instant.



edit: +noclip

you can also use noclip to free your char from slime or smiliar things.

+Inf. Stat Points (for new game stat menu)

Re: [Request] Zorbus

Posted: Fri Oct 29, 2021 1:17 pm
by Maxlamenace
cfemen wrote:
Sat May 23, 2020 3:14 pm
Added a easy kill flag, every hit kills enemies instant.



edit: +noclip

you can also use noclip to free your char from slime or smiliar things.

+Inf. Stat Points (for new game stat menu)
Hi, latest release is v54, lots of cool stuff from v53 and earlier versions, new talents: expert trapper, expert enchanter, new AI tweaks, UI improvements, items, monsters.
So, if you want to dive in again.

I wouldn't mind an up to date table, it would be nice to get good rolls without having to roll for half an hour.

I'm a beginner CE user, used it for years for basic stuff, I tried to dive a little deeper but I'm afraid it's out of my reach.

Re: [Request] Zorbus

Posted: Fri Sep 16, 2022 8:24 am
by Lord Blade
Yeah, have release v56 right now. Would love to see an updated table.

Re: [Request] Zorbus

Posted: Mon Sep 19, 2022 6:22 am
by stuffy
Hate to Necro, but just found this game. I can usually do my own cheats, but this one got me beat. Traced to find anti-cheat trigger but tbh my ASM is lacking. Tried to wrap my brain around the snippet @cfemen posted, may have caused myself neural damage. So if any of you big brains want to stab this code to death, it would be much appreciated (and tipped)

thanks

Re: [Request] Zorbus

Posted: Tue Oct 11, 2022 1:56 pm
by Lord Blade
Yeah, I don't know how you get around anti-cheat stuff. The most I can do is basic searches for things.
I'd love to see an update for this game.

Honestly infinite health is what I want most. Just being able to survive. Anything else is a bonus.

Re: [Request] Zorbus

Posted: Wed Oct 19, 2022 8:04 am
by Dickincorp
I Beg for this also... please and thank you :)

Re: [Request] Zorbus

Posted: Sun Nov 20, 2022 7:10 pm
by arkatufus
+1, can we have an update please? pretty please?

Re: [Request] Zorbus

Posted: Wed Nov 23, 2022 4:12 pm
by kazukiwoof
+1 for an update

Re: [Request] Zorbus

Posted: Thu Nov 24, 2022 2:41 pm
by AlexS
(Google translate)

In what cases is the anti-cheat activated and how does its activation manifest itself in the game?