Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
2K views3 pages

?wildcraft Script? V2.Lua

The document is a script for a game hacking tool designed for the game Wildcraft, which checks if the game is installed and presents a menu of hacks. Users can enable or disable various hacks such as speed adjustments, world glitches, and visual effects. The script includes prompts for user interaction and encourages subscription 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
0% found this document useful (0 votes)
2K views3 pages

?wildcraft Script? V2.Lua

The document is a script for a game hacking tool designed for the game Wildcraft, which checks if the game is installed and presents a menu of hacks. Users can enable or disable various hacks such as speed adjustments, world glitches, and visual effects. The script includes prompts for user interaction and encourages subscription 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/ 3

if gg.isPackageInstalled("com.turborocketgames.

wildcraft") == false then


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

::Menu1::
menu=gg.choice({'Speed + Attack & loot faster Hack' , '😃World Glich😃' , '😁World
Blur😁' , '📸World HD📸' , 'Slow Motion(May Crash)'},nil,' 🦊WildCraft🦊 V2')
if menu == 1 then goto SH end
if menu == 2 then goto WG end
if menu == 3 then goto WB end
if menu == 4 then goto WHD end
if menu == 5 then goto SM 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

::SH::
menu=gg.choice({'Normal' , 'Fast' , 'Very Fast'},nil,' 🦊WildCraft🦊 V1')
if menu == 1 then
gg.setSpeed(1)
goto Menu1 end
if menu == 2 then
gg.setSpeed(1.5)
goto Menu1 end
if menu == 3 then
gg.setSpeed(5)
goto Menu1 end
if menu == nul then goto Menu1 end

::SM::
menu=gg.choice({'Normal' , 'Slow' , 'Very Slow'},nil,' 🦊WildCraft🦊 V1')
if menu == 1 then
gg.setSpeed(1)
goto Menu1 end
if menu == 2 then
gg.setSpeed(0.5)
goto Menu1 end
if menu == 3 then
gg.setSpeed(0.1)
goto Menu1 end
if menu == nul then goto Menu1 end

You might also like