0% found this document useful (0 votes)
28 views1 page

Game Guardian Script for Pet Modifications

The script provides a menu with three options to modify game values using the GameGuardian tool. The first option changes a button pet value, the second modifies a pet fish value, and the third sets a point value to infinity. Each option involves searching and editing specific data types in the game's memory.

Uploaded by

hianzeragames.8
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Game Guardian Script for Pet Modifications

The script provides a menu with three options to modify game values using the GameGuardian tool. The first option changes a button pet value, the second modifies a pet fish value, and the third sets a point value to infinity. Each option involves searching and editing specific data types in the game's memory.

Uploaded by

hianzeragames.8
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

gg.

setVisible(false)
menu=[Link]({'Button pet','Pet Fish','point Infinity'},nil,'Script')
if menu ==1 then
[Link](gg.REGION_ANONYMOUS)
[Link](';Set_Button_Pet',gg.TYPE_WORD)
[Link] (100)
[Link]('1',gg.TYPE_WORD)
[Link]('Blood drop')
end

if menu==2 then
[Link]()
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link](';kid tiger_new',gg.TYPE_WORD)
[Link](100)
[Link](';Fish/Xip',gg.TYPE_WORD)
end

if menu==3 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('30',gg.TYPE_FLOAT)
[Link]('30;0',gg.TYPE_FLOAT)
[Link] (100)
[Link]('Infinity',gg.TYPE_FLOAT)
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('30',gg.TYPE_FLOAT)
[Link] (100)
[Link]('30',gg.TYPE_FLOAT)
[Link] (100)
[Link]('Infinity',gg.TYPE_FLOAT)
end

You might also like