• 3 Vote(s) - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Jumpheight
#1


Attached Files
.zip   JumpHack.zip (Size: 2.12 KB / Downloads: 530)
#2
Cool, you should make a config setting to change the height though.
[Image: MaEIQ.png]
#3
my server wont loaded :\
#4
@nyu_vo Did you update it already?
It uses the new API
#5
ye have update to 1.15, but server console not show on startup plugins loaded..
#6
awesome i cant wait to use this
#7
Recorded with a toaster Troll

OnTopic:

You guys are getting better, maybe i get back to play MW "three" again.

Thanks Barata...
#8
@barata haha, 240p FTW
#9
I'd love to see source code like with your previous plugins.
[Image: azuw.jpg]
#10
It's basically this
Code:
//This lowers the protection level of the adress so you can change it.
IntPtr jumpheight = (IntPtr)0x??????;//the jump height address
uint size = 4; //size is 4 bytes because the value is a float.
uint newProtect = 0x40;
uint oldProtect = 0;
VirtualProtect(jumpheight, size, newProtect, out oldProtect);
//The change:
*(float*)0x?????? = 1000f;//the jump height address
[Image: MaEIQ.png]


Forum Jump:


Users browsing this thread: 1 Guest(s)