DrkRyder

Member
Jun 17, 2018
145
64
I updated the anti-anti-cheat. Check out the original post if you have any questions. Here you go:

Python:
init 977 python:
    config.developer = True
    config.console = True

    def Encryption( int_num ):
        return sha256(str(int_num).encode()).hexdigest()

    def CheckEncryption():
        return True

    def IsTest():
        return True

    def SubMissionResorce(fist,hack,action):
        global g_misstion_fist, g_misstion_hackingtool, g_misstion_action, m_encryption_resorce
      
        g_misstion_fist -= fist
        g_misstion_hackingtool -= hack
        g_misstion_action -= action
        return True

    def PutItemNotice(pKey, count, notice):
        global g_InventoryItem, g_switch_put_item_screen
      
        renpy.sound.play( "audio/effect/getitem.wav")
      
        item = GetItem(pKey)
      
        if item:
            item.Add(count)
        else:
            g_InventoryItem.append(ItemData(pKey))
            g_InventoryItem[-1].Add(count)
      
        if notice:
            if g_switch_put_item_screen == 1:
                renpy.hide_screen(  "put_item_screen" )
                renpy.show_screen(  "put_item_screen" , pKey = pKey, count = count)
                g_switch_put_item_screen = 2
            else:
                renpy.hide_screen(  "put_item_screen2" )
                renpy.show_screen(  "put_item_screen2" , pKey = pKey, count = count)
                g_switch_put_item_screen = 1
      
        Log( "PutItem", pKey , str(count))

    def PutBook(pKey):
        global g_InventoryBook
        count= 1
      
        renpy.sound.play( "audio/effect/getitem.wav")
      
        book = GetHaveBook(pKey, 1)
        if book:
            book.Add(count)
        else:
            g_InventoryBook.append(BookData(pKey))
            g_InventoryBook[-1].Add(count)
      
        Log( "PutBook", pKey , str(count))
      
        renpy.hide_screen(  "put_book_screen" )
        renpy.show_screen(  "put_book_screen" , pKey = pKey)

    def SubMissionResorce(fist,hack,action):
        global g_misstion_fist, g_misstion_hackingtool, g_misstion_action, m_encryption_resorce
      
        g_misstion_fist -= fist
        g_misstion_hackingtool -= hack
        g_misstion_hackingtool -= action
        return True
As usual, paste the code into game/file.rpy or download the attached file and place it in the game folder.
can't find file.rpy and i used UnRen
 

TankH04

Member
Mar 15, 2021
324
304
Someone please tell me when the Mac version comes out, or at least when it gets compressed with the Mac version attached. Thank you in advance.
 
  • Hey there
Reactions: Hordragg

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
2,936
10,547
Agent17 [v0.22.4] [HEXATAIL] – Compressed

Win/Linux v0.22.4 · · · (736.2 MiB :: 2.34 GiB)
Mac v0.22.4 · · · (731.3 MiB :: 2.34 GiB)
This compression is unofficial, reduces asset quality, and may or may not break your game.

Caveat emptor.
Edit:
Updated to v0.22.4
 
Last edited:

Chucke1992

Well-Known Member
Jun 11, 2017
1,049
630
What it is the reason for anti-cheat in the first place?

i'm starting the game for the first time and it say's the game doesn't allow cheating
In his pursuit to prevent cheating, the dev went too far :ROFLMAO:

Though I have run into the same issue despite no cheating. Oh well, guess will play the next time as it seems one of the saves became corrupted too for some reason.
 

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
2,936
10,547
tamaco, Fauno36, DrkRyder, please try the compressed version; runs without a hitch.

In his pursuit to prevent cheating, the dev went too far :ROFLMAO:
Nope. 'Twas likely the leaker repacking the game who did. :geek:

Game's unplayable, whenever you try to earn money in game without cheating it detects as cheating and force close down.
Cannot confirm, at least not for the compressed version. Doing dishes worked fine, as did extorting Luna, buying the bathroom cleaning liquid and cleaning the bathroom afterwards.

is there a fix for the doors? all the doors are bugged
Disengage developer mode (as Ren'Py won't complain about missing audio otherwise) or copy "audio/effect/door_open.wav" to "audio/effect/open_door.wav" if you unrened the game.
 
  • Like
Reactions: Fauno36

Samknowsall

Member
Jan 12, 2021
202
205
I updated the anti-anti-cheat. Check out the original post if you have any questions. Here you go:
You don't have permission to view the spoiler content. Log in or register now.
As usual download the attached file and place it in the game folder.
Thank you from saving me countless hours of pointless grinding!
for other folks that cant find out how, right click the attachment and use "save as...."
 

Fauno36

Member
May 26, 2023
480
495
I thank all the colleagues who took the trouble to answer my question.

It's the first time I've met such a picky developer, well, he owns the game. I imagine it is the most spectacular in recent times, that is why he takes so much care of it.

Personally, I'm going to go ahead and delete it right away, as I prefer to spend my free time on more "accessible" games; and on this site there are dozens of them. :FacePalm:
 
3.30 star(s) 141 Votes