Üye
Anyone has bypass aob or .ct for global 64btit loop?
Post automatically merged:
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable CheatEngineTableVersion="28">
- <UserdefinedSymbols/>
- <LuaScript>
- dbk_initialize()
- dbk_useKernelmodeOpenProcess()
- dbk_useKernelmodeProcessMemoryAccess()
- dbk_writesIgnoreWriteProtection(true)
- -- Created by CODLAYICI
- --============================================================
- --AOB REPLACE FUNCTION
- function AOBRep(search, change)
- local aob = AOBScan(search)
- if aob then
- for i=0,aob.Count-1 do
- autoAssemble(aob..':\ndb '..change)
[*] end
[*] aob.Destroy()
[*] end
[*]end
[*]--============================================================
[*]EmuSelection = createForm(true)
[*]EmuSelection.Caption = 'ANTICHEAT PATCH BY CODLAYICI'
[*]EmuSelection.Width = 140
[*]EmuSelection.Height = 150
[*]EmuSelection.Color= 0x0000FF
[*]--============================================================
[*]--FUNCTION WHEN GAMELOOP IS SELECTED
[*]-- Created by CODLAYICI
[*]function gameloop()
[*] speak('Gameloop Selected')
[*] emu= "aow_exe"
[*] startmenu()
[*] EmuSelection.hide()
[*]end
[*]-- Created by CODLAYICI
[*]--============================================================
[*]GameloopSel = createButton(EmuSelection)
[*]GameloopSel.Left = 12
[*]GameloopSel.Top = 17
[*]GameloopSel.Width = 110
[*]GameloopSel.Height = 33
[*]GameloopSel.onClick = gameloop
[*]GameloopSel.Caption = 'GAMELOOP'
[*]--============================================================
[*]--FUNCTION WHEN LDPLAYER IS SELECTED
[*]function ldplayer()
[*]speak('L D Player Selected')
[*] emu="LdVBoxHeadless"
[*] startmenu()
[*] EmuSelection.hide()
[*]end
[*]--============================================================
[*]LdPlayerSel = createButton(EmuSelection)
[*]LdPlayerSel .Left = 12
[*]LdPlayerSel .Top = 105
[*]LdPlayerSel .Width = 110
[*]LdPlayerSel .Height = 33
[*]LdPlayerSel .onClick = ldplayer
[*]LdPlayerSel .Caption = 'LDPLAYER'
[*]-- Created by CODLAYICI
[*]--============================================================
[*]function modesd()
[*] searchV = '0E F0 7E FD 18 E1 D9 F8 00 00 D9 F8 04 10 13 F0'
[*] replaceV = '00 00 00 00 18 E1 D9 F8 00 00 D9 F8 04 10 13 F0'
[*] AOBRep(searchV,replaceV)
[*] searchV = '01 F0 F3 FA 64 2D 38 BF 01 26 00 2C 18 BF 01 24'
[*] replaceV = '00 00 00 00 64 2D 38 BF 01 26 00 2C 18 BF 01 24'
[*] AOBRep(searchV,replaceV)
[*] searchV = '01 F0 71 FD 64 2D 38 BF 01 26 00 2C 18 BF 01 24'
[*] replaceV = '00 00 00 00 64 2D 38 BF 01 26 00 2C 18 BF 01 24'
[*] AOBRep(searchV,replaceV)
[*] searchV = '61 F2 41 F9 00 2D 7D D0 39 F0 31 FD 04 46 45 48'
[*] replaceV = '00 00 00 00 00 2D 7D D0 39 F0 31 FD 04 46 45 48'
[*] AOBRep(searchV,replaceV)
[*] searchV = 'C8 CF 01 EB FF FF FF EA 10 00 4B E2 C0 CF 01 EB'
[*] replaceV = '00 00 00 00 FF FF FF EA 10 00 4B E2 C0 CF 01 EB'
[*] AOBRep(searchV,replaceV)
[*] searchV = 'FF F7 45 FD 02 98 00 28 02 D4 01 98 00 21 01 70'
[*] replaceV = '00 00 00 00 02 98 00 28 02 D4 01 98 00 21 01 70'
[*] AOBRep(searchV,replaceV)
[*] searchV = '1C 10 91 E5 0D 20 00 E3 00 20 81 E5 08 10 1B E5'
[*] replaceV = '00 00 00 00 0D 20 00 E3 00 20 81 E5 08 10 1B E5'
[*] AOBRep(searchV,replaceV)
[*] searchV = '29 F0 1B F8 04 46 28 F0 58 FF 68 49 01 22 79 44'
[*] replaceV = '00 00 00 00 04 46 28 F0 58 FF 68 49 01 22 79 44'
[*] AOBRep(searchV,replaceV)
[*] searchV = '29 F0 13 F8 05 AE 85 F8 81 00 4F F4 20 50 05 F1'
[*] replaceV = '00 00 00 00 05 AE 85 F8 81 00 4F F4 20 50 05 F1'
[*] AOBRep(searchV,replaceV)
[*] searchV = '02 F0 CF F9 CC E7 20 46 FF F7 7B FE D6 E7 F9 3F'
[*] replaceV = '00 00 00 00 CC E7 20 46 FF F7 7B FE D6 E7 F9 3F'
[*] AOBRep(searchV,replaceV)
[*] searchV = 'FE F7 E1 FF 06 46 2B 68 BA 6B 1A 44 BA 63 FA 6B'
[*] replaceV = '00 00 00 00 06 46 2B 68 BA 6B 1A 44 BA 63 FA 6B'
[*] AOBRep(searchV,replaceV)
[*] searchV = 'FF F7 BD FC 04 46 00 28 3E D1 FB F7 DA FD 5D 4B'
[*] replaceV = '00 00 00 00 04 46 00 28 3E D1 FB F7 DA FD 5D 4B'
[*] AOBRep(searchV,replaceV)
[*] searchV = 'FF F7 6E FB 05 46 50 B1 62 4B 00 20 62 49 40 F2'
[*] replaceV = '00 00 00 00 05 46 50 B1 62 4B 00 20 62 49 40 F2'
[*] AOBRep(searchV,replaceV)
[*] speak('Activated')
[*] messageDialog("bypass done", mtdone, mbOK)
[*]end
[*]-- Created by CODLAYICI
[*]--============================================================
[*]function startmenu()
[*] local p = io.popen('tasklist /fi "IMAGENAME eq '..emu..'.exe" /fi "MEMUSAGE gt 300000" /nh', 'r');
[*] local procInfo = p:read('*a');
[*] p:close();
[*] local pid = procInfo:match('%d+');
[*] pid = tonumber(pid);
[*] if(pid == nil)then
[*] showMessage("Process not identified. Either Stuck on Logo or not running")
[*] closeCE()
[*] else
[*] openProcess(pid)
[*] MyForm = createForm(true)
[*] speak('Main Menu')
[*] MyForm.Caption = 'PRİVATE BYPASS MODE'
[*] MyForm.Width = 300
[*] MyForm.Height = 150
[*] MyForm.Color= 0x500000
[*] MyForm.setOnClose(FormClose)
[*] --============================================================
[*] jhl = createLabel(MyForm)
[*] jhl.Caption= 'EMULATOR BYPASS'
[*] jhl.Left = 40
[*] jhl.Top = 50
[*] jhl.Width = 100
[*] jhl.Height = 60
[*] jhl.Font.Color= 0x00FF00
[*]
[*] jhbo = createButton(MyForm)
[*] jhbo.Left = 180
[*] jhbo.Top = 35
[*] jhbo.Width = 80
[*] jhbo.Height = 40
[*] jhbo.onClick = modesd
[*] jhbo.Caption = 'ACTİVATED'
[*]
[*] end
[*]end
[*] --============================================================
[*]
[*]-- Created by CODLAYICI
[*]</LuaScript>
[*]</CheatTable>