0% found this document useful (0 votes)
9 views

FreeFire.lua

The document is a script for a game cheat tool that allows users to bypass certain game restrictions and activate cheats. It features a menu with options for bypassing anti-ban measures and enabling player visibility enhancements. The script continuously checks for visibility and executes the selected cheat function based on user input.

Uploaded by

ernabone122
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

FreeFire.lua

The document is a script for a game cheat tool that allows users to bypass certain game restrictions and activate cheats. It features a menu with options for bypassing anti-ban measures and enabling player visibility enhancements. The script continuously checks for visibility and executes the selected cheat function based on user input.

Uploaded by

ernabone122
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

gg.

alert('Masukan Kata Kata')


while(true) do
if gg.isVisible(true) then
menuk = 1
gg.setVisible(false)
end

START = 1
function START()
menu = gg.choice({

"📁BYPASS#",
"#📁BYPASS ANTI BANNED ",
"📁ANTENA",

" 🔚EXIT "


},nil,"💎Masukan Kata Kata💎")

if menu == nil then else end


if menu == 1 then AA1() end
if menu == 2 then AA2() end
if menu == 3 then AA3() end
if menu == 4 then os.exit() end

menuk = -1

end

function AA1 ()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("#65793D;3::5", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("#65793D", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(1)
gg.getResults(1)
gg.setVisible(false)
gg.toast('bypass Active')
end

function AA2()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber("-1.3093038e25;-1.3068388e21;-9.3858979e22;-9.4006553e22::13",
gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("9.3858979e22", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll("-5112e21", gg.TYPE_FLOAT)
gg.clearResults()
gg.toast("bypass anti banned active")
end

function AA3 ()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("#0.901~0.903", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("0.901~0.903", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10000)
gg.editAll("300", gg.TYPE_FLOAT, false, 536870912, 0, -1)
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("#0.861~0.863", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("0.861~0.863", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10000)
gg.editAll("300", gg.TYPE_FLOAT, false, 536870912, 0, -1)
gg.clearResults()
gg.toast("Antena All Player Fix")
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("6D;100;300::17", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("100", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(10)
gg.editAll("-1", gg.TYPE_FLOAT, false, 536870912, 0, -1)
gg.clearResults()
gg.toast("Cheat Active Jangan Lupa Bersyukur")
end

print("masukan Kata Kata ")

if menuk == 1 then START() end


end

You might also like