• 4 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] update: sprintExtend_1.5 Plugin for 1.9.446 patch
#1
i updated my sprint extend plugin to run on @Nukem's MW3 Server Addon version 1.413 with the 1.9.446 patch.

again, many thanks to @zxz0O0 for helping me out and for the offset.
new download link below.


This plugin extends the sprint duration to 17 seconds.

i tested it. it works.

source code updated.

The normal sprint duration is around 4 seconds.
It's near 8 seconds if you use the the extreme-
conditioning perk.

This plugin gives you more than double that duration.
And, more than 4 times the normal sprint duration.
No matter what weapon or perks you're using.

Requirements:
@Nukem's dedicated server addon v1.413

No commands needed.
Place the sprintExtend_1.5.dll in your plugins folder.
Enjoy.

A truckload of thanks to @zxz0O0.
This is my first plugin. I'm new to C# and coding.
I couldn't have made this plugin without his help!


Source code
Code:
using System;
using System.Runtime.InteropServices;
using System.Security;
using Addon;

//Compile with /unsafe
//And a reference to "addon/dist/addon.dll"

namespace SprintExtend_1_4
{
    public class Program : CPlugin
    {
        [DllImport("kernel32.dll", SetLastError = true)]
        public static extern bool WriteProcessMemory(IntPtr hProcess, int lpBaseAddress, byte[] lpBuffer, int nSize, out int lpNumberOfBytesWritten);

        public override void OnMapChange()
        {
            SetDvar("perk_sprintMultiplier", "999");
        }
        unsafe public override void OnServerLoad()
        {
            ServerPrint("Plugin: SprintExtend_1.4 by blueberry9 & zxz0O0 loaded.");

            int oP;
            byte[] bytes = { 0x90, 0x90 };
            WriteProcessMemory(((IntPtr)(-1)), 0x40C8D7, bytes, bytes.Length, out oP);
        }
    }
}


Attached Files
.rar   sprintExtend_1.5.rar (Size: 2.09 KB / Downloads: 88)
[Image: c2ship5_sig.png]
  Reply
#2
Nice plugin, would it be possible to allow us to change the setting? Either via a config variable or ingame !run 13..etc?
  Reply
#3
(03-06-2012, 01:25)kraze1994 Wrote: Nice plugin, would it be possible to allow us to change the setting? Either via a config variable or ingame !run 13..etc?

i'm sure that's doable

[Image: c2ship5_sig.png]
  Reply
#4
nice!
  Reply
#5
GOOD))
  Reply
#6
i updated my sprint extend plugin to run on @Nukem's MW3 Server Addon version 1.309.

again, many thanks to @zxz0O0 for helping me out and for the new offset.

This plugin extends the sprint duration to 17 seconds.

i tested it. it works.

new download link is in the first post of this thread
[Image: c2ship5_sig.png]
  Reply
#7
plugin updated for v1.322 of @Nukem's addon

sprintExtend_1.03.dll

thanks to @Nukem for the addon and to @zxz0O0 for the offset!

new download link is in the first post of this thread
[Image: c2ship5_sig.png]
  Reply
#8
You need to upgrade?
[Image: b_560_95_1.png]
  Reply
#9
(06-11-2012, 14:06)Canta Wrote: You need to upgrade?

here it is.
go to the first post of this thread
[Image: c2ship5_sig.png]
  Reply
#10
Could you update this plugin so you can change the sprint so that it can be disabled if needed please to stop nubs run and gunning in crouch servers.
[Image: b_560x95.png]

[Image: b_560x95.png]
[Image: b_560x95.png]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,885 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,341 11-08-2013, 19:13
Last Post: clemi555
  [Release] Bunker Plugin 1.3 archit 68 38,156 10-30-2013, 11:59
Last Post: clacki
  Help Modifying plugin maverigh 5 5,245 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,604 10-19-2013, 06:59
Last Post: iRoNinja
  [Release] Yurio Map Plugin Yurio 101 57,436 09-26-2013, 13:38
Last Post: First_Semyon
Brick [Release] v1.1 ChangeMap/NextMap Plugin without any configuration milchshake 23 17,341 09-23-2013, 13:18
Last Post: SgtLegend
  Help !say Plugin (like the !say from GodPlugin) Hallla 0 2,524 09-13-2013, 09:31
Last Post: Hallla
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,300 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  Search Plugin Fluid Killcam N3xT_974 1 2,839 09-10-2013, 20:27
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 1 Guest(s)