Hei guys, when i try to make AOB Injection script its only showing same address here'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
Help: Aob Injection
- asthebloody
- Table Makers
- Posts: 224
- Joined: Fri Oct 20, 2017 2:03 am
- Reputation: 186
- asthebloody
- Table Makers
- Posts: 224
- Joined: Fri Oct 20, 2017 2:03 am
- Reputation: 186
Help: Aob Injection
yea, i dont know how to showing all address from that result, im only know how to showing one , btw can u help me fix the script?
Re: Help: Aob Injection
write a cmp and find out how to filter the addressesasthebloody wrote: ↑Wed Oct 02, 2019 4:43 pmyea, i dont know how to showing all address from that result, im only know how to showing one , btw can u help me fix the script?
-
- Expert Cheater
- Posts: 852
- Joined: Fri Oct 12, 2018 10:25 pm
- Reputation: 896
Re: Help: Aob Injection
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.
- asthebloody
- Table Makers
- Posts: 224
- Joined: Fri Oct 20, 2017 2:03 am
- Reputation: 186
Re: Help: Aob Injection
well, i am slow to learn , im going to learn it step by step maybecfemen wrote: ↑Wed Oct 02, 2019 4:50 pmwrite a cmp and find out how to filter the addressesasthebloody wrote: ↑Wed Oct 02, 2019 4:43 pmyea, i dont know how to showing all address from that result, im only know how to showing one , btw can u help me fix the script?
- asthebloody
- Table Makers
- Posts: 224
- Joined: Fri Oct 20, 2017 2:03 am
- Reputation: 186
Re: Help: Aob Injection
dangg so many instructions to learnGreenHouse wrote: ↑Wed Oct 02, 2019 4:51 pmIf 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
look at the quest script posted by GreenHouseasthebloody wrote: ↑Wed Oct 02, 2019 4:56 pmwell, i am slow to learn , im going to learn it step by step maybecfemen wrote: ↑Wed Oct 02, 2019 4:50 pmwrite a cmp and find out how to filter the addressesasthebloody wrote: ↑Wed Oct 02, 2019 4:43 pmyea, i dont know how to showing all address from that result, im only know how to showing one , btw can u help me fix the script?
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
Who is online
Users browsing this forum: No registered users