Help: Aob Injection

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
User avatar
asthebloody
Table Makers
Table Makers
Posts: 224
Joined: Fri Oct 20, 2017 2:03 am
Reputation: 183

Help: Aob Injection

Post 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

User avatar
asthebloody
Table Makers
Table Makers
Posts: 224
Joined: Fri Oct 20, 2017 2:03 am
Reputation: 183

Help: Aob Injection

Post 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?

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1510

Re: Help: Aob Injection

Post 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

GreenHouse
Expert Cheater
Expert Cheater
Posts: 854
Joined: Fri Oct 12, 2018 10:25 pm
Reputation: 891

Re: Help: Aob Injection

Post 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.

User avatar
asthebloody
Table Makers
Table Makers
Posts: 224
Joined: Fri Oct 20, 2017 2:03 am
Reputation: 183

Re: Help: Aob Injection

Post 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

User avatar
asthebloody
Table Makers
Table Makers
Posts: 224
Joined: Fri Oct 20, 2017 2:03 am
Reputation: 183

Re: Help: Aob Injection

Post 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

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1510

Re: Help: Aob Injection

Post 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

Post Reply

Who is online

Users browsing this forum: No registered users