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

Script For Domv

NOTHING

Uploaded by

miaaleksic2012
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)
38 views2 pages

Script For Domv

NOTHING

Uploaded by

miaaleksic2012
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

gg.

setVisible(false)
gg.clearResults()
gg.clearList()
gg.alert("Welcome to the Script made by FlafiDog")
gg.sleep(100)
gg.alert("Lets Start")
gg.setVisible(true)

function HOME()
menu=gg.multiChoice({
"Free Purchase",
"Speed Hack",
"Exit",
} ,nil, "Script Made by FlafiDog")

if menu == nil then


else
if menu[1] == true then SUBSCRIBE() end
if menu[2] ==true then LIKE() end
if menu[3] ==true then EXIT() end end
HOMEDM=-1 end

function SUBSCRIBE()
gg.alert("You Have 5 Seconds To Unlock All Dogs,Cats And Monsters")
gg.sleep(5000)
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("0" , gg.TYPE_DWORD)
gg.getResults(10)
gg.editALL("999,999,999") , gg.TYPE_DWORD

gg.toast("FREE PURCHASE ACTIVATE")


gg.clearResults()
end

function LIKE()
gg.alert("You Have 5 Seconds To Make Your Speed 400")
gg.sleep(5000)
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("400")
gg.alert("Now Make Your Speed 100)
gg.sleep(5000)
gg.refineNumber("100" , gg.TYPE_DWORD)
gg.getResults(10)
gg.editALL("999,999,999") , gg.TYPE_DWORD)
gg.toast("UNLIMITED SPEED ACTIVATE")
gg.clearResults()
end

function EXIT()
gg.clearResults()
gg.clearList()
gg.toast("Made by FlafiDog")
gg.setVisible(true)
gg.sleep(300)
print("I hope You Like This Script")
os.exit()
end

while true do
If gg.isVisible(true) then
HOMEDM = 1
gg.setVisible(false)
end
if HOMEDM == 1 then
HOME()
end
end

You might also like