Post: [Release] MW3 1.24 Auto Drop Shot, Low Friction and More Offsets + [C# Examples]
07-02-2013, 07:59 PM #1
nay1995
The Master
(adsbygoogle = window.adsbygoogle || []).push({}); Well after my tool release there's no need for me to keep these behind closed doors all the codes below were found by me, but the majority of them were found before on 1.23, so without these offsets i would probably not of found them, Low friction and auto drop shot were my findings (Just need to state that).

Anyway...

Auto drop shot:
Offset - 0x0110a28d - Change to 54

C# Example:

public uint Dshot(uint client)
{
return (0x0110a28d + (client * 0x3980));
}


How to use:
public static byte[] Autoon = new byte[] { 0x54 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Dshot(0), Autoon);


Low Friction:
Offset - 0x0110a28e - Change to 01

C# Example:

public uint LowFric(uint client)
{
return (0x0110a28e + (client * 0x3980));
}


How to use:
public static byte[] bytes = new byte[] { 0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Dshot(0), bytes);


The rest i will just give you the offsets, i'm sure you can figure out how to implement them into your programs from the previous examples.

The below offsets, were found on 1.23, iv'e just found them for 1.24, without the release of the offsets for 1.23 i probably wouldn't of found them for 1.24! so credit to the original finders!

    
UAV Always On:
Offset - 0x18db8c4 - Change to 01

Draw Gun:
Offset - 0x18d5308 - Change to 01

Compass Size:
Offset - 0x18d8e00 - Change to 43FF for big compass, 45FF for small compass

Black and White Vision (i know you can just use send serve command, but still :ySmile
Offset - 0x18c66a0 - Change to 5000

Inverted Vision (i know again useless but still :ySmile
Offset - 0x018c81b8, 0x018c8240, 0x018c84a4 - Change all to 01

// My findings below

Disable Sprinting:
Offset - 0x0110a28e - Change to 0F

Now i was looking at some dex menus and i saw loads of people had spraying ac130's so i went on a mission to find out how and this is how:
Offset - 0x0110A6cd - Change to FFFFFF (change after reloading sign has gone)


This is all for now, i hope you enjoy

credits to original finders of 1.23 offsets, without them the majority of these codes would not have been discovered!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 12 users say thank you to nay1995 for this useful post:

-JM-, Ansity., ImAzazel, Mango_Knife, MrKiller261, O-H, SnaY, Sticky, worrorfight, xBeaTzMoDz
04-24-2014, 10:47 AM #20
Originally posted by nay1995 View Post
Well after my tool release there's no need for me to keep these behind closed doors all the codes below were found by me, but the majority of them were found before on 1.23, so without these offsets i would probably not of found them, Low friction and auto drop shot were my findings (Just need to state that).

Anyway...

Auto drop shot:
Offset - 0x0110a28d - Change to 54

C# Example:

public uint Dshot(uint client)
{
return (0x0110a28d + (client * 0x3980));
}


How to use:
public static byte[] Autoon = new byte[] { 0x54 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Dshot(0), Autoon);


Low Friction:
Offset - 0x0110a28e - Change to 01

C# Example:

public uint LowFric(uint client)
{
return (0x0110a28e + (client * 0x3980));
}


How to use:
public static byte[] bytes = new byte[] { 0x01 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, Dshot(0), bytes);


The rest i will just give you the offsets, i'm sure you can figure out how to implement them into your programs from the previous examples.

The below offsets, were found on 1.23, iv'e just found them for 1.24, without the release of the offsets for 1.23 i probably wouldn't of found them for 1.24! so credit to the original finders!

    
UAV Always On:
Offset - 0x18db8c4 - Change to 01

Draw Gun:
Offset - 0x18d5308 - Change to 01

Compass Size:
Offset - 0x18d8e00 - Change to 43FF for big compass, 45FF for small compass

Black and White Vision (i know you can just use send serve command, but still :ySmile
Offset - 0x18c66a0 - Change to 5000

Inverted Vision (i know again useless but still :ySmile
Offset - 0x018c81b8, 0x018c8240, 0x018c84a4 - Change all to 01

// My findings below

Disable Sprinting:
Offset - 0x0110a28e - Change to 0F

Now i was looking at some dex menus and i saw loads of people had spraying ac130's so i went on a mission to find out how and this is how:
Offset - 0x0110A6cd - Change to FFFFFF (change after reloading sign has gone)


This is all for now, i hope you enjoy

credits to original finders of 1.23 offsets, without them the majority of these codes would not have been discovered!


Hey how do you turn them off?
04-24-2014, 04:52 PM #21
Mango_Knife
In my man cave
Originally posted by UnknownNightmar View Post
Hey how do you turn them off?


Just look at the old values before you change something.

The following user thanked Mango_Knife for this useful post:

nay1995
04-25-2014, 01:09 AM #22
Originally posted by Knife View Post
Just look at the old values before you change something.


Yea I ended up doing that thanks anyway :P
04-25-2014, 07:37 AM #23
Bro can u put a eboot for auto drop shot and constant UAV (non host) and red squares that other player can't see please. I am willing to pay??
04-25-2014, 01:18 PM #24
nay1995
The Master
Originally posted by UnknownNightmar View Post
Hey how do you turn them off?


go to them addresses and see what the value is before and that value will be the value to disable, i cant give you a specific value as some addresses have different default values.

edit: just seen mango's post, but yeah do that lol.
04-25-2014, 04:42 PM #25
Originally posted by nay1995 View Post
go to them addresses and see what the value is before and that value will be the value to disable, i cant give you a specific value as some addresses have different default values.

edit: just seen mango's post, but yeah do that lol.


Damn man I didn't know you still came on here
04-25-2014, 06:27 PM #26
nay1995
The Master
Originally posted by AlmightySo View Post
Damn man I didn't know you still came on here


yeah pal, i always come for a cheeky look around the forums and to motivate me to do another project.
04-25-2014, 06:57 PM #27
Originally posted by nay1995 View Post
yeah pal, i always come for a cheeky look around the forums and to motivate me to do another project.


Well, pm me your skype and maybe we could work on a project together :p
04-25-2014, 07:02 PM #28
nay1995
The Master
Originally posted by AlmightySo View Post
Well, pm me your skype and maybe we could work on a project together :p


i add everyone on skype its nay1995Not Happy or Sad , and i mainly do projects solo, but who knows what may happen.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo