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

Mechboss Script - Lua

This document contains a script for a game modification tool called gg, created by Sisar. It provides two options for users: spawning a MechBoss or setting its health to zero. The script includes commands for searching and editing game values to achieve these effects.
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)
14 views1 page

Mechboss Script - Lua

This document contains a script for a game modification tool called gg, created by Sisar. It provides two options for users: spawning a MechBoss or setting its health to zero. The script includes commands for searching and editing game values to achieve these effects.
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 ('MechBoss Script made by Sisar')


menu=[Link] ({'Spawn MechBoss [call]','MechBoss 0hp'},nill,'Subscribe to Sisar')

if menu==1 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link](';Particles/Call_Receiver_Effect',gg.TYPE_WORD)
[Link](100)
[Link](';Boss/MechWheel_Boss',gg.TYPE_WORD)
[Link]('sccess')
end
if menu==2 then
[Link]()
[Link](gg.REGION_ANONYMOUS)
[Link]('3000',gg.TYPE_FLOAT)
[Link](100)
[Link]('0',gg.TYPE_FLOAT)
[Link]('success')
end

You might also like