What's new

Solved Can anyone help me with MW2 offsets?

Status
Not open for further replies.
Modhification

Modhification

Newbie
Messages
16
Reaction score
2
Points
45
Sin$
0
I need some help with getting offsets from MW2. I know TU7/TU8 offsets have been release all round the internet and most modding related forums but I need Mw2 TU6 offsets. I don't know how to get offsets myself. I need to make a tool with the 3 following things.

> Connect to JTAG/RGH button
> Get/Refresh clients button
> Rename players within the game

My reasons are simple. I have an idea that could be potentially beneficial to me and anyone involved.

Skype: weareosm​
 
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
I have actually looked at this post from research and it didn't help me but thanks! Also, most of the stuff on there is dvars. Not many offsets.
You don't know how to connect to your console?
 
Upvote 0
Modhification

Modhification

Newbie
Messages
16
Reaction score
2
Points
45
Sin$
0
You don't know how to connect to your console?
You didn't help by posting this dumb comment as if I am dumb but answering your question, no. I have never needed to even make a tool or anything really because anything I need has been done to be honest. This would be my first time making a tool. I haven't done enough research because I have never gotten far enough to actually make the tool.
 
Upvote 0
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
You didn't help by posting this dumb comment as if I am dumb but answering your question, no. I have never needed to even make a tool or anything really because anything I need has been done to be honest. This would be my first time making a tool. I haven't done enough research because I have never gotten far enough to actually make the tool.
No I was asking because I didn't know bud, no need to be rude... Anyways here.
C:
Jtag.Connect();
if (Jtag.activeconnection)
MessageBox.Show("Connected.);
else
MessageBox.Show("Failed To Connect");
This should be it, I'm on my phone but I know its right.
 
Upvote 0
Modhification

Modhification

Newbie
Messages
16
Reaction score
2
Points
45
Sin$
0
No I was asking because I didn't know bud, no need to be rude... Anyways here.
C:
Jtag.Connect();
if (Jtag.activeconnection)
MessageBox.Show("Connected.);
else
MessageBox.Show("Failed To Connect");
This should be it, I'm on my phone but I know its right.

Thanks.
 
Upvote 0
Status
Not open for further replies.
Top Bottom
Login
Register