YeetMeister Posted March 24, 2022 Posted March 24, 2022 (A)rea (o)f (B)ytes / Patterns How to find them only using GG? How to use them? how to search Hex array please help im generally confused since there is no general tutorial for finding/using AoB for your advantage i'll include this Script from @saiaapiz please Help C-Ops.lua
Skkwjwkwz Posted July 30, 2022 Posted July 30, 2022 On 3/24/2022 at 2:54 PM, YeetMeister said: (A)rea (o)f (B)ytes / Patterns How to find them only using GG? How to use them? how to search Hex array please help im generally confused since there is no general tutorial for finding/using AoB for your advantage i'll include this Script from @saiaapiz please Help C-Ops.lua 11.04 kB · 13 downloads [Guide] AOB Scan Using Game Guardian AOB (Array Of Bytes) is a search method used to find offsets of a game which changes/updates Frequently. It's also used to find continuously Changing values Like Health Array . It's widely used in Cheat Engine but many people Don't Know it's also possible in GG & You can search up to 4096 bytes at a Same time ! Which is insane & Here's a tutorial How to Use the AOB Scan Using Game Guardian. GG doesn't come up with the option directly you need to Calculate &  Make a Search . For Example here's an AOB Array : 00  01  ??  03  ??  05  06  ??  08  ??  0A  0B  0C  0D  0C  0F ?? is an unknown bytes which changes Everytime so we need to Find that. In case of Cheat Engine we can Directly search this but for GG follow like this : Step 1 : Count the Bytes . Here it's 16 ( Each 2 digit is a Byte including ?? Also it's a Byte but unknown ) Step 2 : Get the Target Lib Name & Locate the Base & End address in Set Search Range. Step 3 : Make it in GG Group Search Format except the ?? One so here it will be : 00h; 01h;03h;05h;06h;08h;    0Ah;0Bh;0Ch;0Dh;0Ch;0Fh Note : Don't use "??" Step 4 : Now the main Part We counted that including the "??" There were 16 bytes but now there's 12 Bytes . So we need to define the offset (Chk my Basic guide for Full understanding ) So the offset will be the size of the AOB Array 16 . So Here's the final Group Search format : 00h; 01h;03h;05h;06h;08h;    0Ah;0Bh;0Ch;0Dh;0Ch;0Fh::16 Type Will be BYTE Search this you will get your results. Credits : @Rhythm113 Telegram Channel : @InfinityCreators1
Lover1500 Posted July 30, 2022 Posted July 30, 2022 Try replace 0~~0h in ?? for 01 02 ?? 04 ?? ?? 07 08 search 01h;02h;0~~h;04h;0~~0h;0~~h;07h;08h::8 Â :: means its as order/sort. 8 means size for your 8 bytes.
Question
YeetMeister
(A)rea (o)f (B)ytes / Patterns
please help im generally confused
since there is no general tutorial for finding/using AoB for your advantage i'll include this Script from @saiaapizÂ
please Help
C-Ops.lua
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.