CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Kuirika

Newbie
May 28, 2022
21
12
There is a bug in Ruby's house!?, if you go to the laundry room alone through the basement you can pick up lost items many times, easy money without cheating 1695834858965.png
 

cjfcjkyfj

New Member
Jan 13, 2018
3
1
how can i change MC's name? i tried using Renpy Save Editor but when i try to load the save file a message about "Malicious save file changing" pops up and i can't load it, i tried enabling console but i don't know exactly the variable to change my name
 

Lawlietern

Newbie
Oct 27, 2021
28
22
No changelog, can't really see how far the game update is......
And I thought it still October for public release but someone already upload it
Not complaining tho
 

skyrfen

Ultimate Torrent Dude
Donor
Jun 13, 2021
4,214
2,444
Agent17-0.22.2
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.

We're doing a funding run! !​
 
  • Like
Reactions: HUNUTAN

DrkRyder

Member
Jun 17, 2018
158
68
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
409
392
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
3.30 star(s) 160 Votes