0% found this document useful (0 votes)
1K views2 pages

TDEV PUBG BYPASS (11 - Aug) .Lua

The document contains code for a script that searches and edits memory addresses and values in a game to bypass or modify something. It shows progress updates, searches for specific numbers, refines results, edits the results, clears results, and alerts when the bypass is active.

Uploaded by

Toxic
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)
1K views2 pages

TDEV PUBG BYPASS (11 - Aug) .Lua

The document contains code for a script that searches and edits memory addresses and values in a game to bypass or modify something. It shows progress updates, searches for specific numbers, refines results, edits the results, clears results, and alerts when the bypass is active.

Uploaded by

Toxic
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.sleep(150)
gg.toast('■□□□□□□10% ')
gg.sleep(300)
gg.toast('■■□□□□□20% ')
gg.sleep(300)
gg.toast('■■■□□□□40% ')
gg.sleep(300)
gg.toast('■■■■□□□60% ')
gg.sleep(300)
gg.toast('■■■■■□□80% ')
gg.sleep(300)
gg.toast('■■■■■■□90% ')
gg.sleep(300)
gg.toast('■■■■■■■100%')
gg.toast("ƬΛMI ᄂ DΣVΣ ᄂ ӨPΣЯƧ ΛƧƧӨ ᄃ IΛƬIӨП")
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("620137442967552;573953659633664", gg.TYPE_QWORD, nil, nil, nil,
nil)
gg.refineNumber("620137442967552", gg.TYPE_QWORD)
gg.getResults(62877)
gg.editAll("288516253469900800", gg.TYPE_QWORD)
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("1.84749992e-40", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.searchNumber("1.84749992e-40", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
gg.getResults(62877)
gg.editAll("1.5047707E-36", gg.TYPE_FLOAT)
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("134,658;135,939")
gg.refineNumber("135,939")
gg.getResults(9999)
gg.editAll("8064", gg.TYPE_DWORD)
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("133635;135682")
gg.refineNumber("133635")
gg.getResults(9999)
gg.editAll("8064", gg.TYPE_DWORD)
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("4096;135682", gg.TYPE_DWORD)
gg.refineNumber("4096", gg.TYPE_DWORD)
gg.getResults(62877)
gg.editAll("8064", gg.TYPE_DWORD)
gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber("1717960824")
gg.getResults(5000)
gg.editAll("0", gg.TYPE_DWORD)
gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber("1717633139")
gg.getResults(5000)
gg.editAll("0", gg.TYPE_DWORD)
gg.clearResults()
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber("1717920863")
gg.getResults(5000)
gg.editAll("0", gg.TYPE_DWORD)
gg.clearResults()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("582749752655872;620137442967552", gg.TYPE_QWORD, false,
gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("582749752655872", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.getResults(62877)
gg.editAll("361418272522109953", gg.TYPE_QWORD)
gg.clearResults()
gg.alert(
[[ᴛᴅᴇᴠ ʙʏᴘᴀss ᴀᴄᴛɪᴠᴇ
]])

You might also like