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

Rer

This document contains code for a cheat script for the game Free Fire. It provides menus to select different cheat modes like X-ray vision, flying, speed hacking, and god modes. The code uses functions from the Game Guardian app to modify game values and enable the selected cheats. It then provides toast notifications when cheats are activated and loops back to the main menu after each selection.

Uploaded by

luanvianna737
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)
43 views4 pages

Rer

This document contains code for a cheat script for the game Free Fire. It provides menus to select different cheat modes like X-ray vision, flying, speed hacking, and god modes. The code uses functions from the Game Guardian app to modify game values and enable the selected cheats. It then provides toast notifications when cheats are activated and loops back to the main menu after each selection.

Uploaded by

luanvianna737
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

gg.

toast('CHEAT FF BY TS')
print('CHEAT FF BY TS')
--Game guardian detection
if gg.BUILD < 5511 then
print('PERLU GAME GUARDIAN VERSI TERBARU MINIMAL VERSI 8.30.0.')
goto update
end
if gg.isVisible(true) then
gg.setVisible(false)
end
gg.clearResults()
goto START
::START::
TOBY = gg.choice({'XRAY MODE (WH)','FLYINGMODE','SPEEDMODE','SPECIALMODE','EXIT
(KELUAR)'},nil,'FREE FIRE CHEAT BY TS')
if TOBY == 1 then goto XRAYMODE end
if TOBY == 2 then goto FLYINGMODE end
if TOBY == 3 then goto SPEEDMODE end
if TOBY == 4 then goto SPECIALMODE end
if TOBY == 5 then goto EXIT end
if TOBY == nil then print('Technical Sumar in here!!') end

goto noselect

::EXIT::
print('FREE FIRE SCRIPT HACK VERSI 2 BY Technical Sumar')
print('SCRIPT BY TS')
gg.toast('SCRIPT BY TS')
os.exit()

::SPECIALMODE::
gg.alert('PILIH GOD MODE HACK SESUAI YANG KAMU MAU!!')
TOBY =
gg.choice({'MONSTER','IMMORTAL','RAKSASA'},Lastt,'THX FOR USING MY SCRIPT :)')
if TOBY == 1 then goto MR end
if TOBY == 2 then goto IM end
if TOBY == 3 then goto RK end
if TOBY == Lastt then goto START end
goto START

::SPEEDMODE::
gg.alert('PILIH SPEED MODE HACK SESUAI YANG KAMU MAU!!')
TOBY =
gg.choice({'SEDANG','CEPAT','FLASH'},Lastt,'THX FOR USING MY SCRIPT :)')
if TOBY == 1 then goto SS end
if TOBY == 2 then goto SC end
if TOBY == 3 then goto SF end
if TOBY == Lastt then goto START end
goto START

::FLYINGMODE::
gg.alert('PILIH FLIYING MODE HACK SESUAI YANG KAMU MAU!!')
Cmenu =
gg.choice({'PENDEK','SEDANG','TINGGI','BERDIRI'},Lastt,'THX FOR USING MY
SCRIPT :)')
if TOBY == 1 then goto PENDEK end
if TOBY == 2 then goto SEDANG end
if TOBY == 3 then goto TINGGI end
if TOBY == 4 then goto BERDIRI end
if TOBY == Lastt then goto START end
goto START

::SS::
gg.setSpeed(5)
print('SPEED HACK TYPE SEDANG')
gg.clearResults()
gg.getResults(0)
gg.toast('{Active} Mode Sedang {SpeedMode}')
goto START

::SC::
gg.setSpeed(10)
print('SPEED HACK TYPE CEPAT')
gg.clearResults()
gg.getResults(0)
gg.toast('{Active} Mode Cepat {SpeedMode}')
goto START

::SF::
gg.setSpeed(15)
print('SPEED HACK TYPE FLASH')
gg.clearResults()
gg.getResults(0)
gg.toast('{Active} Mode Flash {SpeedMode}')
goto START

::PENDEK::
gg.clearResults()
gg.searchNumber('1.1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(200)
gg.editAll('15', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Pendek {FlyMode}')
goto START

::SEDANG::
gg.clearResults()
gg.searchNumber('1.1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('25', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Sedang {FlyMode}')
goto START

::TINGGI::
gg.clearResults()
gg.searchNumber('1.1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('40', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Tinggi {FlyMode}')
goto START

::BERDIRI::
gg.clearResults()
gg.searchNumber('1,068,205,343', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('1,111,205,343', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Berdiri {FlyMode}')
goto START
::XRAYMODE::
gg.alert('PILIH XRAYMODE SESUAI YANG KALIAN MAU!!')
TOBY =
gg.choice({'INVERS','PUTIH','HITAM'},Lastt,'Thx For Using My Script!!"')
if TOBY == 1 then goto INVERS end
if TOBY == 2 then goto PUTIH end
if TOBY == 3 then goto HITAM end
if TOBY == Lastt then goto START end
goto START

::INVERS::
gg.clearResults()
gg.searchNumber('3.5', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(500)
gg.editAll('15', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Invers {XrayMode}')
goto START

::PUTIH::
gg.clearResults()
gg.searchNumber('3.5', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(500)
gg.editAll('100', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Putih {XrayMode}')
goto START

::HITAM::
gg.clearResults()
gg.searchNumber('3.5', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll('-100', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Hitam {XrayMode}')
goto START

::MR::
gg.clearResults()
gg.searchNumber('0.1', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(8000)
gg.editAll('3', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Monster {Monster}')
goto START

::IM::
gg.clearResults()
gg.searchNumber('0.05', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(8000)
gg.editAll('0', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Immortal {Immortal}')
goto START

::RK::
gg.clearResults()
gg.searchNumber('1.5', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(8000)
gg.editAll('30', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.toast('{Active} Mode Raksaksa {Raksaksa}')
goto START

::sdone::
print('CHEAT AKTIF')
gg.toast('CHEAT BY TS')
os.exit()

::noselect::
print('SCRIPT BY Technical Sumar')
gg.toast('SCRIPT BY TS')

::update::
print('DONT FORGET TO SUBSCRIBE : Technical Sumar')
gg.toast('DONT FORGET TO SUBSCRIBE : Technical Sumar')

You might also like