0% found this document useful (0 votes)
3K views1 page

Mini Script - Lua

The document contains a Lua script that presents a menu with options to "Hack office", "Hack sector", "Hack playground", or "EXIT". Selecting an option will search for and replace specific numbers in game files with 0, and display a toast notification upon completion before exiting the script.
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)
3K views1 page

Mini Script - Lua

The document contains a Lua script that presents a menu with options to "Hack office", "Hack sector", "Hack playground", or "EXIT". Selecting an option will search for and replace specific numbers in game files with 0, and display a toast notification upon completion before exiting the script.
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
You are on page 1/ 1

if gg.

isVisible(true) then
gg.setVisible(false)
end
gg.clearResults(true)
goto START
::START::

menu = gg.choice({'bum from russia:)','Hack office','Hack sector','Hack


playground',,'EXIT'},nil,'Mini script by Engine(Th3Le0)')

if menu == 1 then goto menu1 end


if menu == 2 then goto menu2 end
if menu == 3 then goto menu3 end
if menu == 4 then goto menu4 end

goto noselect

::menu1::
gg.searchNumber('0.4', gg.TYPE_FLOAT)
gg.getResults(6666666666)
print('Replaced: ', gg.editAll('999', gg.TYPE_FLOAT))
gg.toast('Done!')
goto sdone

::menu2::
gg.searchNumber('8', gg.TYPE_FLOAT)
gg.getResults(666666666666)
print('Replaced: ', gg.editAll('0', gg.TYPE_FLOAT))
gg.toast('Done!')
goto sdone

::menu3::
gg.searchNumber('28', gg.TYPE_FLOAT)
gg.getResults(6666666666)
print('Replaced: ', gg.editAll('0', gg.TYPE_FLOAT))
gg.toast('Done!')
goto sdone

::menu4::
gg.searchNumber('4', gg.TYPE_FLOAT)
gg.getResults(6666666666)
print('Replaced: ', gg.editAll('0', gg.TYPE_FLOAT))
gg.toast('Done!')
goto sdone

::sdone::
os.exit()

::noselect::
print('Script by Engine (old Th3Le0)')

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy