Post: Black ops 2 offsets?
05-09-2016, 01:56 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Does anybody here have offsets for black ops 2 1.19, non host end game? Smile

Working on my first tool and thats the only thing missing!
will give credits Smile
05-09-2016, 04:43 AM #2
Originally posted by TorqXgirl97x View Post
Does anybody here have offsets for black ops 2 1.19, non host end game? Smile

Working on my first tool and thats the only thing missing!
will give credits Smile


Just use cbuf_addtext
Heres a working exmaple:
    void EndGame()
{
char buf[100];
sprintf(buf, "cmd mr 3 %i endround", *(int*)(0xF109E8 + 0x13B4));
Cbuf_AddText(buf);
}


Credits to Swaqq (i think)
05-09-2016, 02:11 PM #3
B777x
Hurah!
Originally posted by TorqXgirl97x View Post
Does anybody here have offsets for black ops 2 1.19, non host end game? Smile

Working on my first tool and thats the only thing missing!
will give credits Smile


C#, for C/C++ see MemoryPointers reply
    

RPC.Call(0x313C18, 0, "cmd mr 3 " + PS3.Extension.ReadInt32(0xF109E8 + 0x13B4).ToString() + " endround");



Originally posted by MemoryPointers View Post
Just use cbuf_addtext
Heres a working exmaple:
    void EndGame()
{
char buf[100];
sprintf(buf, "cmd mr 3 %i endround", *(int*)(0xF109E8 + 0x13B4));
Cbuf_AddText(buf);
}


Credits to Swaqq (i think)


Credits to Shark, and that C/C++
05-14-2016, 12:22 PM #4
Originally posted by TorqXgirl97x View Post
Does anybody here have offsets for black ops 2 1.19, non host end game? Smile

Working on my first tool and thats the only thing missing!
will give credits Smile


Question answered. Closing now.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo