100% found this document useful (1 vote)
667 views2 pages

?wildcraft Script?.Lua

The document is a script for a game hack tool for the game Wildcraft, which checks if the Roblox client is installed and prompts the user to download it if not. It provides a menu with options to enable or disable various hacks, including World Glitch, World Blur, and World HD, using specific float values. The script encourages users to subscribe to Gameguardian throughout the process.

Uploaded by

rafa1v4uwu
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
100% found this document useful (1 vote)
667 views2 pages

?wildcraft Script?.Lua

The document is a script for a game hack tool for the game Wildcraft, which checks if the Roblox client is installed and prompts the user to download it if not. It provides a menu with options to enable or disable various hacks, including World Glitch, World Blur, and World HD, using specific float values. The script encourages users to subscribe to Gameguardian throughout the process.

Uploaded by

rafa1v4uwu
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/ 2

if gg.isPackageInstalled("com.roblox.

client") == false then


gg.alert('Please Download 🦊Wildcraft🦊 App First')
print('Subscribe to Gameguardian')
end
gg.setVisible(false)
gg.alert('Welcome to 🦊Wildcraft🦊 Hacks')
gg.toast('Subscribe to Gameguardian')

::Menu1::
menu=gg.choice({'😃World Glich😃' , '😁World Blur😁' , '📸World HD📸'},nil,' 🦊
WildCraft🦊 V1')
if menu == 1 then goto WG end
if menu == 2 then goto WB end
if menu == 3 then goto WHD end
if menu == nil then print('Working')
os. exit
()
end

::WG::
menu=gg.choice({'ON' , 'OFF'},nil,' 😃World Glitch😃')
if menu == nil then goto Menu1 end

if menu == 1 then
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber('6,4E-2', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('-99', gg.TYPE_FLOAT)
gg.toast('Subscribe To Gameguardian')
gg.clearResults()
goto Menu1 end

if menu == 2 then
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber('-99', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('6,4E-2', gg.TYPE_FLOAT)
gg.toast('Subscribe To Gameguardian')
gg.clearResults()
goto Menu1 end

::WB::
menu=gg.choice({'ON' , 'OFF'},nil,' 😁World Blur😁')
if menu == nil then goto Menu1 end

if menu == 1 then
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber('6,4E-2', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('88', gg.TYPE_FLOAT)
gg.toast('Subscribe To Gameguardian')
gg.clearResults()
goto Menu1 end

if menu == 2 then
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber('88', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('6,4E-2', gg.TYPE_FLOAT)
gg.toast('Subscribe To Gameguardian')
gg.clearResults()
goto Menu1 end

::WHD::
menu=gg.choice({'ON' , 'OFF'},nil,' 📸World HD📸')
if menu == nil then goto Menu1 end

if menu == 1 then
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber('6,4E-2', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('0', gg.TYPE_FLOAT)
gg.toast('Subscribe To Gameguardian')
gg.clearResults()
goto Menu1 end

if menu == 2 then
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber('0', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('6,4E-2', gg.TYPE_FLOAT)
gg.toast('Subscribe To Gameguardian')
gg.clearResults()
goto Menu1 end

You might also like