Jump to content
  • 0

[AoB] Pattern Scanning


YeetMeister

Question

2 answers to this question

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.