• 10 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] HC respawn delay fixer
#1
At the request of some people, here it is.
Does as the title says: Fixes the respawn delay in hardcore modes.

Requirements:
- Server addon version v1.251 or higher

CSHARP Code
  1. using System;
  2. using System.Runtime.InteropServices;
  3. using Addon;
  4.  
  5. namespace RespawnDelay
  6. {
  7. public class Class1 : CPlugin
  8. {
  9. [DllImport("kernel32.dll", SetLastError = true)]
  10. public static extern bool WriteProcessMemory(IntPtr hProcess, int lpBaseAddress, byte[] lpBuffer, int nSize, out int lpNumberOfBytesWritten);
  11.  
  12. public override void OnServerLoad()
  13. {
  14. int dwout = 0;
  15.  
  16. byte[] bytes = { 0x90, 0x90, 0x90, 0x90, 0x90 };
  17. WriteProcessMemory(((IntPtr)(-1)), 0x004F3024, bytes, bytes.Length, out dwout);
  18.  
  19. ServerPrint("Plugin: Respawn delay fixer by Nukem loaded.");
  20. }
  21. }
  22. }


Attached Files
.zip   RespawnDelay.zip (Size: 2.07 KB / Downloads: 504)
[Image: b_560_95_1.png]
  Reply
#2
(02-04-2012, 17:10)Nukem Wrote: At the request of some people, here it is.
Does as the title says: Fixes the respawn delay in hardcore modes.

Requirements:
- Server addon version v1.204 or higher

Thanks Nukem. Play on hardcore unranked can be more fun.

Greetings
  Reply
#3
thats nice Big Grin, but i cant host a server -> nat type moderate ffs
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

  Reply
#4
Thanks you Nukem at last HC without the respawn delay.

  Reply
#5
you made this in a plugin good work. Can you post the source code? im interested.
EDIT: Thanks for the source code.
  Reply
#6
Thnks nukem. but is there anyway to disable ff (friendly fire) and enable killcam in hardcore mode?
  Reply
#7
(02-04-2012, 17:10)Nukem Wrote: At the request of some people, here it is.
Does as the title says: Fixes the respawn delay in hardcore modes.

Requirements:
- Server addon version v1.204 or higher

[Image: clap-animated-animation-clap-smiley-emot...-large.gif]

A VERY BIG THANK YOU!!!

  Reply
#8
Thank you so much for this, and all your other hard work. Very much appreciated by all our clan, and people who play on our server.

Fuck activision for making everything so hard!

Thanks again Nukem.
  Reply
#9
Are you releasing the source of the plugin? I'm curious about the offsets, as I'm trying to put together a sort of HC fix (enabled killcam, disabled or at least reduced respawn time and probably disabled friendly fire) and I had no luck finding the respawn delay. Thanks and keep up the good work!
  Reply
#10
Due to requests the code for the plugin has been posted.
[Image: b_560_95_1.png]
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Spawn Message Playing on Respawn? Killjoy 7 4,739 07-11-2013, 14:53
Last Post: Killjoy
  Help Rotate/Delay problems Puffiamo 5 3,311 08-30-2012, 11:22
Last Post: d0h!
  [Request] Killstreak delay time Dumas 2 2,492 04-18-2012, 23:18
Last Post: Dumas
  [Release] RANKED/UNRANKED +Server files, no respawn delay and more... kokole 40 70,156 03-25-2012, 16:33
Last Post: JariZ
  [Request] !killall or !respawn all command? choppson 4 2,673 03-10-2012, 20:51
Last Post: JariZ
  Plugin respawn delay on Hardcore mode !! aversieso 3 3,226 02-04-2012, 15:52
Last Post: fookaa
Rainbow [Release] No Respawn Delay HardCore 1.4.382 kokole 4 3,219 01-26-2012, 23:46
Last Post: JariZ
Question Ban delay kokole 3 2,084 01-25-2012, 09:16
Last Post: kokole
  [Release] FOV Fixer by Agent Rev Tally 36 24,230 12-29-2011, 19:08
Last Post: hEAT
  [Release] IWI Fixer for Black Ops d0h! 12 30,453 07-05-2011, 07:01
Last Post: clxyeah

Forum Jump:


Users browsing this thread: 1 Guest(s)