Post Reply 
 
Thread Rating:
  • 7 Votes - 4.43 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release HC respawn delay fixer
02-04-2012, 17:10 (This post was last modified: 02-11-2012 17:09 by Nukem.)
Post: #1
HC respawn delay fixer
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. }

Related links


Attached File(s)
.zip  RespawnDelay.zip (Size: 2.07 KB / Downloads: 441)

[Image: b_560_95_1.png]

Words cannot define my hatred towards the atrocious thing that is school.
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
[-] The following 9 users say Thank You to Nukem for this post:
5niper (02-06-2012), aaaaim (03-19-2012), aversieso (02-04-2012), bobbydigital (05-01-2012), d0h! (02-05-2012), europeanheavymetalgamers (02-04-2012), itsmods.com76 (09-14-2012), pesaregoloo (02-05-2012), TiLLeR (02-09-2012)
02-04-2012, 17:14 (This post was last modified: 02-04-2012 17:23 by aversieso.)
Post: #2
RE: HC respawn delay fixer
(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
Find all posts by this user
Add Thank You Quote this message in a reply
02-04-2012, 17:48
Post: #3
RE: HC respawn delay fixer
thats nice Big Grin, but i cant host a server -> nat type moderate ffs

Find all posts by this user
Add Thank You Quote this message in a reply
02-04-2012, 18:00
Post: #4
RE: HC respawn delay fixer
Thanks you Nukem at last HC without the respawn delay.
Related links
Find all posts by this user
Add Thank You Quote this message in a reply
02-04-2012, 18:21 (This post was last modified: 02-12-2012 15:35 by kokole.)
Post: #5
RE: HC respawn delay fixer
you made this in a plugin good work. Can you post the source code? im interested.
EDIT: Thanks for the source code.

[Image: Sz4cB0h.gif]
Find all posts by this user
Add Thank You Quote this message in a reply
02-05-2012, 04:17 (This post was last modified: 02-05-2012 04:25 by pesaregoloo.)
Post: #6
RE: HC respawn delay fixer
Thnks nukem. but is there anyway to disable ff (friendly fire) and enable killcam in hardcore mode?
Find all posts by this user
Add Thank You Quote this message in a reply
02-06-2012, 00:43 (This post was last modified: 02-06-2012 00:45 by 5niper.)
Post: #7
RE: HC respawn delay fixer
(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!!!
Find all posts by this user
Add Thank You Quote this message in a reply
02-06-2012, 19:50 (This post was last modified: 02-06-2012 19:51 by giorgio.)
Post: #8
RE: HC respawn delay fixer
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.
Related links
Find all posts by this user
Add Thank You Quote this message in a reply
02-08-2012, 15:10
Post: #9
RE: HC respawn delay fixer
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!
Find all posts by this user
Add Thank You Quote this message in a reply
02-09-2012, 01:07 (This post was last modified: 02-10-2012 03:22 by Nukem.)
Post: #10
RE: HC respawn delay fixer
Due to requests the code for the plugin has been posted.

[Image: b_560_95_1.png]

Words cannot define my hatred towards the atrocious thing that is school.
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)
Media Embeding by Simple Audio Video Embeder