Page 1 of 1

Help: Aob Injection

Posted: Wed Oct 02, 2019 4:37 pm
by asthebloody
Hei guys, when i try to make AOB Injection script its only showing same address :( Imagehere's the script
[ENABLE]

aobscanmodule(sada,FF_EXVIUS.exe,8B 00 89 45 EC 8B) // should be unique
alloc(newmem,$1000)

label(code)
label(return)
globalalloc(_sada,4)
newmem:
mov [_sada],eax
code:
mov eax,[eax]
mov [ebp-14],eax
jmp return

sada:
jmp newmem
return:
registersymbol(sada)

[DISABLE]

sada:
db 8B 00 89 45 EC

unregistersymbol(sada)
dealloc(newmem)
Can u help me fix my script to show different address from that opcode:( , btw when im tried to find what accesses to this addresses its related to different addresses but same opcode, here's the result Image

Help: Aob Injection

Posted: Wed Oct 02, 2019 4:43 pm
by asthebloody
yea, i dont know how to showing all address from that result, im only know how to showing one :D , btw can u help me fix the script?

Re: Help: Aob Injection

Posted: Wed Oct 02, 2019 4:50 pm
by cfemen
asthebloody wrote:
Wed Oct 02, 2019 4:43 pm
yea, i dont know how to showing all address from that result, im only know how to showing one :D , btw can u help me fix the script?
write a cmp and find out how to filter the addresses :D

Re: Help: Aob Injection

Posted: Wed Oct 02, 2019 4:51 pm
by GreenHouse
If you want to make it so you can get all addresses and not just one, then get my 'Booty Calls' table, the 'Get Quests' script does what you're looking for. The script was made by 'supMarco', so all credits to him.

Re: Help: Aob Injection

Posted: Wed Oct 02, 2019 4:56 pm
by asthebloody
cfemen wrote:
Wed Oct 02, 2019 4:50 pm
asthebloody wrote:
Wed Oct 02, 2019 4:43 pm
yea, i dont know how to showing all address from that result, im only know how to showing one :D , btw can u help me fix the script?
write a cmp and find out how to filter the addresses :D
well, i am slow to learn :D , im going to learn it step by step maybe :D

Re: Help: Aob Injection

Posted: Wed Oct 02, 2019 4:58 pm
by asthebloody
GreenHouse wrote:
Wed Oct 02, 2019 4:51 pm
If you want to make it so you can get all addresses and not just one, then get my 'Booty Calls' table, the 'Get Quests' script does what you're looking for. The script was made by 'supMarco', so all credits to him.
dangg so many instructions to learn :D

Re: Help: Aob Injection

Posted: Wed Oct 02, 2019 4:59 pm
by cfemen
asthebloody wrote:
Wed Oct 02, 2019 4:56 pm
cfemen wrote:
Wed Oct 02, 2019 4:50 pm
asthebloody wrote:
Wed Oct 02, 2019 4:43 pm
yea, i dont know how to showing all address from that result, im only know how to showing one :D , btw can u help me fix the script?
write a cmp and find out how to filter the addresses :D
well, i am slow to learn :D , im going to learn it step by step maybe :D
look at the quest script posted by GreenHouse :)
basically you need a "Pool" that checks if a address is already in or not.

edit : you should maybe start with something more easy, like a damage multiplier/one hit with a cmp for player/enemy