<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="28">
<CheatEntries/>
<UserdefinedSymbols/>
<LuaScript>
dbk_initialize()
dbk_useKernelmodeOpenProcess()
dbk_useKernelmodeProcessMemoryAccess()
if getOpenedProcessID() then openProcess(getOpenedProcessID()) end
dbk_writesIgnoreWriteProtection(true)
function AOBRep(search, change)
local aob = AOBScan(search)
if aob then
for i=0,aob.Count-1 do
autoAssemble(aob[i]..':\ndb '..change)
end
aob.Destroy()
end
end
EmuForm = createForm(true)
EmuForm.Caption = 'Select Emulator'
EmuForm.Width = 280
EmuForm.Height = 70
function smartgaga()
emu= "AndroidProcess"
startmenu()
EmuForm.hide()
end
EmuButton1 = createButton(EmuForm)
EmuButton1.Left = 10
EmuButton1.Top = 10
EmuButton1.Width = 80
EmuButton1.Height = 20
EmuButton1.onClick = smartgaga
EmuButton1.Caption = 'SmartGaga'
function gameloop()
emu= "aow_exe"
startmenu()
EmuForm.hide()
end
EmuButton2 = createButton(EmuForm)
EmuButton2.Left = 170
EmuButton2.Top = 10
EmuButton2.Width = 80
EmuButton2.Height = 20
EmuButton2.onClick = gameloop
EmuButton2.Caption = 'GameLoop'
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
messageDialog("You must start the Emulator and game first!", mtWarning, mbOK)
closeCE()
else
openProcess(pid)
----------------HACK MENU START----------------
function flashoff()
searchV= '66 00 40 40'
replaceV= '17 0A 97 ED'
searchV2= '9A 99 99 3E 77 0A 90 ED 04 1A 9F ED C0 0A B5 EE'
replaceV2= 'BD 37 86 35 75 0A 90 ED 04 1A 9F ED C0 0A B5 EE'
searchV3= '00 00 B4 41 2D 43 1C EB E2 36 1A'
replaceV3= '65 CD CD 41 2D 43 1C EB E2 36 1A'
searchV4= '00 00 9A 42 00 00 48 42'
replaceV4= '00 00 B0 42 00 00 70 42'
searchV5= '00 00 7C C2 00 00 48 42'
replaceV5= '00 00 70 42 00 00 48 42'
searchV6= 'AE 47 E1 3D CD CC CC 3E'
replaceV6= '6F 12 03 3A CD CC CC 3E'
searchV7='9E 46 16 41 2D 43 1C EB E2 36 1A BF 18 00 8D E2'
replaceV7='80 84 2E 41 2D 43 1C EB E2 36 1A BF 18 00 8D E2'
searchV8= 'E2 7F 89 12 11 0A 01 EE 00 8A'
replaceV8= 'A5 0A 9F ED 10 0A 01 EE 00 8A'
--AOBRep(searchV,replaceV) --slow mod
AOBRep(searchV2,replaceV2) --move player
AOBRep(searchV3,replaceV3) --game speed value
AOBRep(searchV4,replaceV4) --anti -88
AOBRep(searchV5,replaceV5)--anti -60
AOBRep(searchV6,replaceV6) -- game speed controler
AOBRep(searchV7,replaceV7)
AOBRep(searchV8,replaceV8)
end
function bsdk()
searchV= '?? 0A 9F ED 10 0A 01 EE 00 8A'
replaceV= '22 0A 9F ED 10 0A 01 EE 00 8A'
searchV2= 'C4 00 CD E5 38 00 96 E5 70 20'
replaceV2= '00 00 00 00 38 00 96 E5 70 20'
searchV3= '41 0A 30 EE 00 00 94 E7 34 00'
replaceV3= '00 00 00 00 00 00 94 E7 34 00'
searchV4= '10 0A 10 EE 02 8B BD EC 10 8C BD E8 00 00 00 00 D0 2E C1 E1'
replaceV4= '00 00 00 00 02 8B BD EC 10 8C BD E8 00 00 00 00 D0 2E C1 E1'
searchV5= 'C0 1A B4 EE 10 FA F1 EE 8C 00 00 AA 91 8A 9F ED 01 00 A0 E3'
replaceV5= '00 00 00 00 10 FA F1 EE 8C 00 00 AA 91 8A 9F ED 01 00 A0 E3'
searchV6= 'C0 0A B5 EE 40 2A B0 4E 10 FA F1 EE 41 2A B0 4E 10 0A 12 EE'
replaceV6= '00 00 00 00 40 2A B0 4E 10 FA F1 EE 41 2A B0 4E 10 0A 12 EE'
searchV7= '44 3A F0 4E 10 FA F1 EE 45 3A'
replaceV7= '00 00 00 00 10 FA F1 EE 45 3A'
searchV8= 'CD CC CC 3D 00 00 00 00 C0 F3'
replaceV8= '00 00 00 00 00 00 00 00 C0 F3'
searchV9= '4E 8A 38 EE'
replaceV9= '00 00 00 00'
searchV10= '80 84 2E 41 2D 43 1C EB E2 36'
replaceV10= 'CD CC EC 40 2D 43 1C EB E2 36'
searchV11 = '00 00 53 E3 2E 00 00 0A 3A 1A DF ED 5F 46 C3 F2 03 2A 91 EC'
replaceV11 = '00 00 00 00 2E 00 00 0A 3A 1A DF ED 5F 46 C3 F2 03 2A 91 EC'
AOBRep('17 0A 97 ED', '66 00 40 40');
AOBRep(searchV,replaceV)
AOBRep(searchV2,replaceV2)
AOBRep(searchV3,replaceV3)
AOBRep(searchV4,replaceV4)
AOBRep(searchV5,replaceV5)
AOBRep(searchV6,replaceV6)
AOBRep(searchV7,replaceV7)
AOBRep(searchV8,replaceV8)
AOBRep(searchV9,replaceV9)
AOBRep(searchV10,replaceV10)
AOBRep(searchV11,replaceV11)
end
function flashon()
searchV= '17 0A 97 ED'
replaceV= '66 00 40 40'
searchV2= 'BD 37 86 35 ?? 0A 90 ED 04 1A 9F ED C0 0A B5 EE'
replaceV2= '9E 9E 9E 3E 77 0A 90 ED 04 1A 9F ED C0 0A B5 EE'
searchV3= '65 CD CD 41 2D 43 1C EB E2 36 1A'
replaceV3= '00 00 B4 41 2D 43 1C EB E2 36 1A'
searchV4= '00 00 B0 42 00 00 70 42'
replaceV4= '00 00 9A 42 00 00 48 42'
searchV5= '00 00 70 42 00 00 48 42'
replaceV5= '00 00 7C C2 00 00 48 42 '
searchV6= '6F 12 03 3A CD CC CC 3E'
replaceV6= 'AE 47 E1 3D CD CC CC 3E'
searchV7='80 84 2E 41 2D 43 1C EB E2 36 1A BF 18 00 8D E2'
replaceV7='9E 46 16 41 2D 43 1C EB E2 36 1A BF 18 00 8D E2'
searchV8= 'A5 0A 9F ED 10 0A 01 EE 00 8A'
replaceV8= 'E2 7F 89 12 11 0A 01 EE 00 8A'
--AOBRep(searchV,replaceV) --slow mod
AOBRep(searchV2,replaceV2) --move player
AOBRep(searchV3,replaceV3) --game speed value
AOBRep(searchV4,replaceV4) --anti -88
AOBRep(searchV5,replaceV5)--anti -60
AOBRep(searchV6,replaceV6) -- game speed controler
AOBRep(searchV7,replaceV7)
AOBRep(searchV8,replaceV8)
end
MyForm = createForm(true)
MyForm.Caption = '...'
MyForm.Width = 350
MyForm.Height = 350
mbbo = createButton(MyForm)
mbbo.Left = 100
mbbo.Top = 150
mbbo.Width = 200
mbbo.Height = 50
mbbo.onClick = flashoff
mbbo.Caption = 'OFF'
ahbf = createButton(MyForm)
ahbf.Left = 100
ahbf.Top = 50
ahbf.Width = 200
ahbf.Height = 50
ahbf.onClick = flashon
ahbf.Caption = 'ON'
chb8 = createButton(MyForm)
chb8.Left = 100
chb8.Top = 100
chb8.Width = 200
chb8.Height = 50
chb8.onClick = bsdk
chb8.Caption = 'FIX'
----------------HACK MENU FINISH----------------
end
end
</LuaScript>
</CheatTable>
just add everything into notepad and create a .ct file you are good to go it has flash fix and flash both
Last edited by Pizzahut; 19th February 2022 at 09:23 PM. Reason: use [code] tags
Gadhvi98 is offline
Reply With Quote
Old 20th February 2022, 04:03 AM #2
DMC99
n00bie
DMC99's Avatar
Join Date: Aug 2019
Location: Earth
Posts: 15
Reputation: -87
Rep Power: 0
DMC99 is becoming an outcast
Points: 2,341, Level: 4
Points: 2,341, Level: 4 Points: 2,341, Level: 4 Points: 2,341, Level: 4
Level up: 35%, 459 Points needed
Level up: 35% Level up: 35% Level up: 35%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Last Achievements
bgmi 1.8 updated flash valuesbgmi 1.8 updated flash values
Nice Copy Paste
DMC99 is offline
Reply With Quote
Old 20th February 2022, 10:52 AM #3
NATHING
Member
NATHING's Avatar
Join Date: Dec 2020
Location: KURDISTAN
Posts: 64
Reputation: 342
Rep Power: 66
NATHING is Probably Abusing the Rep SystemNATHING is Probably Abusing the Rep SystemNATHING is Probably Abusing the Rep SystemNATHING is Probably Abusing the Rep System
Points: 2,509, Level: 4
Points: 2,509, Level: 4 Points: 2,509, Level: 4 Points: 2,509, Level: 4
Level up: 59%, 291 Points needed
Level up: 59% Level up: 59% Level up: 59%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Last Achievements
bgmi 1.8 updated flash values
Quote:
Originally Posted by DMC99 View Post
Nice Copy Paste
Do you know who makes this?
__________________
!Nothing... 亗#0874
NATHING is offline
Reply With Quote
Old 20th February 2022, 12:41 PM #4
huypro1210
Supreme H4x0|2
huypro1210's Avatar
Join Date: Feb 2020
Location: Vietnam
Posts: 647
Reputation: 2934
Rep Power: 95
huypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating communityhuypro1210 is a legend in the cheating community
Points: 8,224, Level: 10
Points: 8,224, Level: 10 Points: 8,224, Level: 10 Points: 8,224, Level: 10
Level up: 57%, 476 Points needed
Level up: 57% Level up: 57% Level up: 57%
Activity: 5.8%
Activity: 5.8% Activity: 5.8% Activity: 5.8%
Last Achievements
bgmi 1.8 updated flash valuesbgmi 1.8 updated flash valuesbgmi 1.8 updated flash values
need 90 fps ?
huypro1210 is online now
Reply With Quote
Old 20th February 2022, 01:15 PM #5
saail23
h4x0!2
saail23's Avatar
Join Date: Nov 2020
Location: PAKISTAN
Posts: 117
Reputation: -117
Rep Power: 0
saail23 is an outcastsaail23 is an outcast
Points: 2,264, Level: 4
Points: 2,264, Level: 4 Points: 2,264, Level: 4 Points: 2,264, Level: 4
Level up: 24%, 536 Points needed
Level up: 24% Level up: 24% Level up: 24%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Last Achievements
bgmi 1.8 updated flash values
Quote:
Originally Posted by huypro1210 View Post
need 90 fps ?
maybe y ("Hello, World!") Write, Run & Share Lua code online using OneCompiler's Lua online compiler for free. It's one of the robust, feature-rich online compilers for Lua language, running the latest Lua version 5.4. Getting started with the OneCompiler's Lua editor is easy and fast. The editor shows sample boilerplate code when you choose language as Lua and start coding.
OneCompiler's Lua online editor supports stdin and users can give inputs to programs using the STDIN textbox under the I/O tab. Following is a sample Lua program which takes name as input and prints hello message with your name.
name = io.read("*a")
print ("Hello ", name)
Lua is a light weight embeddable scripting language which is built on top of C. It is used in almost all kind of applications like games, web applications, mobile applications, image processing etc. It's a very powerful, fast, easy to learn, open-source scripting language.
-- global variables
a = 10
-- local variables
local x = 30
| Value Type | Description |
|---|---|
| number | Represents numbers |
| string | Represents text |
| nil | Differentiates values whether it has data or not |
| boolean | Value can be either true or false |
| function | Represents a sub-routine |
| userdata | Represents arbitary C data |
| thread | Represents independent threads of execution. |
| table | Can hold any value except nil |
While is also used to iterate a set of statements based on a condition. Usually while is preferred when number of iterations are not known in advance.
while(condition)
do
--code
end
Repeat-Until is also used to iterate a set of statements based on a condition. It is very similar to Do-While, it is mostly used when you need to execute the statements atleast once.
repeat
--code
until( condition )
For loop is used to iterate a set of statements based on a condition.
for init,max/min value, increment
do
--code
end
Function is a sub-routine which contains set of statements. Usually functions are written when multiple calls are required to same set of statements which increase re-usuability and modularity.
optional_function_scope function function_name( argument1, argument2, argument3........, argumentn)
--code
return params with comma seperated
end