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

Fallen Angel Productions

Game Uploader
Game Developer
Registered
Lewd
Joined
Apr 23, 2022
Threads
450
Messages
1,334
Reaction score
3,461
LC COIN
16,617
Members+
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

  • anti-anti-cheat.rpy
    2.2 KB · Views: 101
Last edited:
An anti-anti cheat? I love this terminology
 

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

 
Back
Top Bottom