[Request] Zorbus

Ask about cheats/tables for single player games here
User avatar
Jannysi
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Apr 15, 2020 5:34 am
Reputation: 6

[Request] Zorbus

Post by Jannysi »

Game Name: Zorbus
Game Version: Release 31
Game/Steam Website: [Link]
Options Required:
  • inf Health
  • inf Mana
  • inf Money
  • XP boost

User avatar
notpikachu
Table Makers
Table Makers
Posts: 311
Joined: Wed Apr 01, 2020 10:32 am
Reputation: 331

Re: [Request] Zorbus

Post 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

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 874
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1497

Re: [Request] Zorbus

Post 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.
Attachments
Zorbus.CT
(47.17 KiB) Downloaded 179 times

Satiate
Noobzor
Noobzor
Posts: 9
Joined: Sat Sep 29, 2018 12:58 am
Reputation: 1

[Request] Zorbus

Post 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.

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 874
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1497

[Request] Zorbus

Post 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!
Attachments
Zorbus.CT
Zorbus Release 32
(53.12 KiB) Downloaded 215 times
Last edited by cfemen on Sun May 24, 2020 4:23 pm, edited 9 times in total.

Satiate
Noobzor
Noobzor
Posts: 9
Joined: Sat Sep 29, 2018 12:58 am
Reputation: 1

[Request] Zorbus

Post 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.

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 874
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1497

[Request] Zorbus

Post 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)
Last edited by cfemen on Sun May 24, 2020 4:22 pm, edited 9 times in total.

Maxlamenace
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Oct 29, 2021 1:06 pm
Reputation: 0

Re: [Request] Zorbus

Post 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.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: [Request] Zorbus

Post by Lord Blade »

Yeah, have release v56 right now. Would love to see an updated table.

User avatar
stuffy
Expert Cheater
Expert Cheater
Posts: 56
Joined: Fri Nov 17, 2017 9:21 am
Reputation: 34

Re: [Request] Zorbus

Post 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

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: [Request] Zorbus

Post 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.

User avatar
Dickincorp
Cheater
Cheater
Posts: 35
Joined: Thu Dec 13, 2018 9:14 pm
Reputation: 23

Re: [Request] Zorbus

Post by Dickincorp »

I Beg for this also... please and thank you :)

arkatufus
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Jan 25, 2019 2:09 pm
Reputation: 7

Re: [Request] Zorbus

Post by arkatufus »

+1, can we have an update please? pretty please?

User avatar
kazukiwoof
Expert Cheater
Expert Cheater
Posts: 74
Joined: Fri Jun 09, 2017 3:31 pm
Reputation: 6

Re: [Request] Zorbus

Post by kazukiwoof »

+1 for an update

AlexS
Expert Cheater
Expert Cheater
Posts: 307
Joined: Sun Apr 08, 2018 3:46 pm
Reputation: 184

Re: [Request] Zorbus

Post by AlexS »

(Google translate)

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

Post Reply

Who is online

Users browsing this forum: MegaSonic, mk4463, SemrushBot, zencrawler