#11. Posted:
XeCrippy
  • Fairy Master
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
I got it working. Give me just a few to test some things.
#12. Posted:
XeCrippy
  • Rated Awesome
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
You're welcome btw

write_protection = 0x823E2378//nop
cheat_protection = 0x823E23C8//nop
                               = 0x823E24E8//nop
#13. Posted:
vivadrags
  • Christmas!
Status: Offline
Joined: Feb 01, 20195Year Member
Posts: 16
Reputation Power: 0
Status: Offline
Joined: Feb 01, 20195Year Member
Posts: 16
Reputation Power: 0
Crippy wrote Yea I can't get it to work. I'll keep messing around with it and see what I can figure out. Here's what I've got but I can't get It to actually work.

function_start = 0x823E2318
read_protection = 0x823E2360
write_protection = 0x823E2378
cheat_protection = 0x823E23C8


I found these for BO1 TU11 on DeathRGH's (refer to original post, he has tool that has dvar/cheat protection off) pastebin. But what would be the addresses for the offsets or how would I put them in my code of my tool?


            BO1MP_TU11_antiCheat1 = 0x823E2350, //NOP
            BO1MP_TU11_antiCheat2 = 0x823E2368, //NOP
            BO1MP_TU11_antiCheat3 = 0x823E2380, //NOP


Link: pastebin.com/mP9qas7Z
#14. Posted:
XeCrippy
  • Vantage
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
vivadrags wrote
Crippy wrote Yea I can't get it to work. I'll keep messing around with it and see what I can figure out. Here's what I've got but I can't get It to actually work.

function_start = 0x823E2318
read_protection = 0x823E2360
write_protection = 0x823E2378
cheat_protection = 0x823E23C8


I found these for BO1 TU11 on DeathRGH's (refer to original post, he has tool that has dvar/cheat protection off) pastebin. But what would be the addresses for the offsets or how would I put them in my code of my tool?


            BO1MP_TU11_antiCheat1 = 0x823E2350, //NOP
            BO1MP_TU11_antiCheat2 = 0x823E2368, //NOP
            BO1MP_TU11_antiCheat3 = 0x823E2380, //NOP


Link: pastebin.com/mP9qas7Z
Those offsets are from the same function as the ones I just posted and are doing the same thing basically.

Nop is 0x60000000 or {0x60, 0, 0, 0}

Crippy wrote You're welcome btw

write_protection = 0x823E2378//nop
cheat_protection = 0x823E23C8//nop
                               = 0x823E24E8//nop
#15. Posted:
XeCrippy
  • Blind Luck
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
Status: Online
Joined: May 12, 20167Year Member
Posts: 1,889
Reputation Power: 1259
#JRPC
jrpc.WriteUInt32(offset, 0x60000000)


You need to know how to at least use jrpc or XRPC to set memory
#16. Posted:
vivadrags
  • New Member
Status: Offline
Joined: Feb 01, 20195Year Member
Posts: 16
Reputation Power: 0
Status: Offline
Joined: Feb 01, 20195Year Member
Posts: 16
Reputation Power: 0
Crippy wrote
#JRPC
jrpc.WriteUInt32(offset, 0x60000000)


You need to know how to at least use jrpc or XRPC to set memory


Yeah I know how to set memory. Thank you so much, been trying for a bit to get them, thanks again
Users browsing this topic: None
Jump to:


RECENT POSTS

HOT TOPICS