Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)

Cheats Agent17 - Anti Anti Cheat [Universal] [Big Daddy & hello121sucker]

Fallen Angel Productions

Registered
Lewd
Game Uploader
Game Uploader
Game Developer
Prestige 4
Joined
Apr 23, 2022
Threads
787
Messages
1,904
Vouches
0
Likes
5,023
Activity Coin
48,798
Donation Coin
0
Platinum Coin
0
LewdCoins
⚡237
1/3
‎4 Years of Service‎
Thread owner
Updated: 2023-09-28
Game/Creator: Agent17
Modder: Big Daddy & hello121sucker (No Links Available)
Mod Version: Universal
Game Version: Universal
Language: English

Code:
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

Installation:
As usual download the attached file (right click --> "save as...") and place it in the game folder.
 

Attachments

You must be registered for see attachments list
Last edited:

I don't know the game but just for the opportunity to use an anti-anti cheat I'm abandoning the game Agent17​

 
how to add it?
Like mentioned in the main post, you need to put the .rpy file somewhere in the game folder of the game. That way it gets loaded on startup.
Could even make your own .rpy file which is just a renamed .txt with the code that's also part of the original post.

To clarify: There is a folder game/ in the folder where the .exe is at. If you are on Android, this won't work.
 
So, it looks like this does not work anymore. You still get the hexatail anti-cheat overlay and button, as of 2/19/2026
 
Link doesnt work
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
Back
Top Bottom