Memory scanning, code injection, debugger internals and other gamemodding related discussion
asthebloody
Table Makers
Posts: 224 Joined: Fri Oct 20, 2017 2:03 am
Reputation: 189
Post
by asthebloody » Wed Oct 02, 2019 4:37 pm
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
asthebloody
Table Makers
Posts: 224 Joined: Fri Oct 20, 2017 2:03 am
Reputation: 189
Post
by asthebloody » 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
, btw can u help me fix the script?
cfemen
RCE Fanatics
Posts: 907 Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1852
Post
by cfemen » 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
, btw can u help me fix the script?
write a cmp and find out how to filter the addresses
GreenHouse
Expert Cheater
Posts: 852 Joined: Fri Oct 12, 2018 10:25 pm
Reputation: 896
Post
by GreenHouse » 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.
asthebloody
Table Makers
Posts: 224 Joined: Fri Oct 20, 2017 2:03 am
Reputation: 189
Post
by asthebloody » 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
, btw can u help me fix the script?
write a cmp and find out how to filter the addresses
well, i am slow to learn
, im going to learn it step by step maybe
asthebloody
Table Makers
Posts: 224 Joined: Fri Oct 20, 2017 2:03 am
Reputation: 189
Post
by asthebloody » Wed Oct 02, 2019 4:58 pm
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
cfemen
RCE Fanatics
Posts: 907 Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1852
Post
by cfemen » Wed Oct 02, 2019 4:59 pm
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
, btw can u help me fix the script?
write a cmp and find out how to filter the addresses
well, i am slow to learn
, im going to learn it step by step maybe
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
Users browsing this forum: No registered users