0% found this document useful (0 votes)
216 views2 pages

Gorilla Game Script Commands Guide

The document is a script for a game modification tool that allows users to manipulate various game parameters related to gorillas. It provides a menu with options to summon a blue gorilla, adjust health, and modify coin and experience values. Each menu option executes a specific search and edit command to alter the game's data, followed by a success message notification.

Uploaded by

mochi46592285
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)
216 views2 pages

Gorilla Game Script Commands Guide

The document is a script for a game modification tool that allows users to manipulate various game parameters related to gorillas. It provides a menu with options to summon a blue gorilla, adjust health, and modify coin and experience values. Each menu option executes a specific search and edit command to alter the game's data, followed by a success message notification.

Uploaded by

mochi46592285
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.

alert ('Script🔛')
menu=[Link] ({
'[Call] Summon Blue kong',
'0Hp Gorilla',
'Gorilla Coin💲',
'Gorilla Xp',
'Gorilla Neg Xp',
'Hp immo Velocirapt',
'🔻Hp immo Ovirapt🔻'},nill,'Subscribe to Rai.')

if menu==1 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link](';Particles/Call_Receiver_Effect',gg.TYPE_WORD)
[Link](100)
[Link](';Animals/Gorilla_1',gg.TYPE_WORD)
[Link]('success')
end
if menu==2 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('8000',gg.TYPE_FLOAT)
[Link](100)
[Link]('0',gg.TYPE_FLOAT)
[Link]('success')
end
if menu==3 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('3000',gg.TYPE_FLOAT)
[Link](100)
[Link]('100000',gg.TYPE_FLOAT)
[Link]('success')
end
if menu==4 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('13000',gg.TYPE_FLOAT)
[Link](100)
[Link]('100000',gg.TYPE_FLOAT)
[Link]('success')
end
if menu==5 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('13000',gg.TYPE_FLOAT)
[Link](100)
[Link]('-2147483648',gg.TYPE_FLOAT)
[Link]('success')
end
if menu==6 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('80',gg.TYPE_FLOAT)
[Link](100)
[Link]('-1',gg.TYPE_FLOAT)
[Link]('success')
end
if menu==7 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('120',gg.TYPE_FLOAT)
[Link](100)
[Link]('-1',gg.TYPE_FLOAT)
[Link]('success')
[Link]('Press ok to end')
end

You might also like