Post: Wild Widow Offsets All Soldiers 1.09
02-20-2014, 03:40 PM #1
1austin112
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); Since I haven't seen anyone post the offsets to all soldiers and there a lot of people that don't know how to find them their self's i took the 20 minutes to get them for everyone Happy
Enjoy.

UPDATED FOR 1.09


S1 0x178E8E4
S2 0x178EE48
S3 0x178F3AC
S4 0x178F910
S5 0x178FE74
S6 0x17903D8
S7 0x0176B2BC
S8 0x1790EA0
S9 0x1791404
S10 0x1791968
Last edited by 1austin112 ; 03-05-2014 at 01:41 AM.
03-01-2014, 04:47 AM #29
br0wniiez
Yung Chico
Good post Austin
03-05-2014, 01:41 AM #30
1austin112
League Champion
Updated for 1.09
03-05-2014, 02:44 PM #31
WereWolf2025
Pokemon Trainer
Wild widow with acog scope , or what ?
Can anyone do it for me,please
03-05-2014, 03:01 PM #32
Originally posted by ZeroNGU View Post
Best way to make this for each class of each soldier(Using PS3Lib) - PS3.SetMemory(0x01769264 + (0x80 * 0), new byte[] {0x22});

Now remember that with this you would have to replace the offset with the next soldiers, or you can just use what I have below and add the math from the top one to the bottom one.

Best way to make a tool for this (Using PS3Lib) - PS3.SetMemory(0x01769264 + (0x564 * 0), new byte[] { 0x22 });
Then for the next soldier you would just change the 0 to a 1, then so on and on for each soldier. Also, 0x22
is the bytes.

and then the offsets and bytes for the attachments:

0x01769266 is Akimbo and bytes are 0x01
0x01769266 is ACOG Sight and the bytes are 0x00

Hope this helps guys.


Or you could just do this...

    
pulbic void GiveAllWW(int soldier)
{
if(soldier == -1)
{
for(uint i = 0; i < 10; i++)
PS3.SetMemory(0x178E8E4 + (i * 0x564), new byte[] { 0x22});
}
else PS3.SetMemory(0x178E8E4 + (soldier * 0x564), new byte[] { 0x22});
}
03-05-2014, 03:23 PM #33
Absolute Zero
Do your homework, fool.
Originally posted by AlmightySo View Post
Or you could just do this...

    
pulbic void GiveAllWW(int soldier)
{
if(soldier == -1)
{
for(uint i = 0; i < 10; i++)
PS3.SetMemory(0x178E8E4 + (i * 0x564), new byte[] { 0x22});
}
else PS3.SetMemory(0x178E8E4 + (soldier * 0x564), new byte[] { 0x22});
}


Wow, quoting me 3 weeks after I posted this? Pathetic man.
03-05-2014, 04:34 PM #34
Originally posted by ZeroNGU View Post
Wow, quoting me 3 weeks after I posted this? Pathetic man.


Your point is?
03-05-2014, 04:35 PM #35
Absolute Zero
Do your homework, fool.
Originally posted by AlmightySo View Post
Your point is?


Your a straight fool. All you do is strive to piss people off.
03-05-2014, 04:38 PM #36
Originally posted by ZeroNGU View Post
Your a straight fool. All you do is strive to piss people off.


How am I striving to piss people off? Maybe you shouldn't be a little prissy and get mad when I do something better Winky Winky
03-05-2014, 05:01 PM #37
Absolute Zero
Do your homework, fool.
Originally posted by AlmightySo View Post
How am I striving to piss people off? Maybe you shouldn't be a little prissy and get mad when I do something better Winky Winky


Wow dude. There you go, one upping people. Get off NGU and get back to your schoolwork.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo