0% found this document useful (0 votes)
976 views4 pages

Script Emot 12jt?

This Lua script provides a menu-driven interface for toggling different emote options in an unknown game. The script checks for an expiration date, then displays a main menu where the user can select different emote options to turn on or off by editing memory addresses. It provides toast notifications after each selection and says goodbye when exiting from the menu.

Uploaded by

Akun Baru
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)
976 views4 pages

Script Emot 12jt?

This Lua script provides a menu-driven interface for toggling different emote options in an unknown game. The script checks for an expiration date, then displays a main menu where the user can select different emote options to turn on or off by editing memory addresses. It provides toast notifications after each selection and says goodbye when exiting from the menu.

Uploaded by

Akun Baru
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/ 4

--Created By cxza44

--Lua Library Tool By Zuro FF

if os.date("%Y%m%d") >= "202192" then


gg.alert("⚠️ This script has expired!") return end
gg.alert("❣️SCRIPT 🔓 TERBUKA❣️") --Alert Massage
gg.toast("❤️cxza44 ❤️") --Toast Massage
gg.setVisible(true)
LuaLibraryTool = -1
function HOME()
MENU = gg.choice({
"🌄XM8 2JT🌄", --choice
" ❌ O F F ❌ ", --choice
"🤤M1014 2JT🤤", --choice
" ❌ O F F ❌ ", --choice
"😒UMP 2JT😒", --choice
" ❌ O F F ❌ ", --choice
"🔥MP40 2JT🔥 ", --choice
" ❌ O F F ❌ ", --choice
"❤️SCAR 2JT❤️", --choice
" ❌ O F F ❌ ", --choice
"🥵AK47 2JT 🥵", --choice
" ❌ O F F ❌ ", --choice
"EXIT❤️❤️" --EndScript
}, nil, "SCRIPT BY cxza44 TEMBUSIN 200 SUBS:) ")
if MENU == nil then
else
if MENU == 1 then --choice
MENU1()
end
if MENU == 2 then --choice
MENU2()
end
if MENU == 3 then --choice
MENU3()
end
if MENU == 4 then --choice
MENU4()
end
if MENU == 5 then --choice
MENU5()
end
if MENU == 6 then --choice
MENU6()
end
if MENU == 7 then --choice
MENU7()
end
if MENU == 8 then --choice
MENU8()
end
if MENU == 9 then --choice
MENU9()
end
if MENU == 10 then --choice
MENU10()
end
if MENU == 11 then --choice
MENU11()
end
if MENU == 12 then --choice
MENU12()
end
if MENU == 13 then --EndScript
LOBBY()
end
end
LuaLibraryTool = -1
end

function MENU1() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(" 909,000,059",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,085 ",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("💡 1st Emote On 💡")
end

function MENU2() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("909,000,085 ",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,059",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("📴 1st Emote OFF 📴")
end

function MENU3() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(" 909,000,059",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,081 ",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("💡 2nd Emote On 💡")
end

function MENU4() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("909,000,081 ",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,059",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("📴 2nd Emote OFF 📴")
end

function MENU5() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(" 909,000,059",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,098 ",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("💡 2nd Emote On 💡")
end

function MENU6() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("909,000,098 ",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,059",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("📴 2nd Emote OFF 📴")
end

function MENU7() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(" 909,000,059",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,075 ",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("💡 4th Emote On 💡")
end

function MENU8() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("909,000,075 ",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,059",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("📴 4th Emote OFF 📴")
end

function MENU9() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(" 909,000,059",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,068 ",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("💡 4th Emote On 💡")
end

function MENU10() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("909,000,068 ",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,059",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("📴 4th Emote OFF 📴")
end

function MENU11() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber(" 909,000,059",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,063 ",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("💡 2nd Emote On 💡")
end

function MENU12() --choice


gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("909,000,063 ",gg.TYPE_DWORD)
gg.getResults("100")
gg.editAll("909,000,059",gg.TYPE_DWORD )
gg.clearResults()
gg.toast("📴 2nd Emote OFF 📴")
end
function LOBBY() --End Script
gg.alert("❣️Terimakasih:)❣️") --Alert Massage
gg.toast("❤️cxza44❤️") --Toast Massage
print("❤️Good Bye Guys❤️") --Print Massage
print("Created By cxza44")
gg.skipRestoreState()
gg.setVisible(true)
os.exit()
end
while true do
if gg.isVisible(true) then
LuaLibraryTool = 1
gg.setVisible(false)
end
if LuaLibraryTool == 1 then
HOME()
end
end

--Created By cxza44
--Lua Library Tool By Zuro FF

You might also like