Post: What's the offset for "Open Nat Type"
11-26-2017, 07:55 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hii, guys, so I've been using a lot of RTM TOOLS for mw3 and I came across an option on one of those rtm tools that allows me to open my moderate nat type and set it to open, so I was wondering, how does the tool do that, what is the offsets?
11-27-2017, 03:48 AM #2
Originally posted by RuShIsRuSh View Post
Hii, guys, so I've been using a lot of RTM TOOLS for mw3 and I came across an option on one of those rtm tools that allows me to open my moderate nat type and set it to open, so I was wondering, how does the tool do that, what is the offsets?


Nat Spoof Offset is dynamic but you can still use that

    
if (checkBox1.Checked)
{
PS3.Extension.WriteString(0x54eb6c, "NETWORK_OPEN");
PS3.Extension.WriteString(0x54eb84, "NETWORK_OPEN");
}
else
{
PS3.Extension.WriteString(0x5519e0, "PLATFORM_UI_FEEDER_SECONDARY_CONTROLLER_PLUGIN");
PS3.Extension.WriteString(0x54eb6c, "NETWORK_MODERATE");
PS3.Extension.WriteString(0x54eb84, "NETWORK_STRICT");
}

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo