• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Jump | Speed | Gravity
#1
Who can help me with disabling FallDamage
I tried to find the value with IDA, but did not find...

PHP Code:
//All game versions
using Addon;
using System;

namespace 
JSG
{
    public class 
JSG CPlugin
    
{

        public static 
unsafe int Gravity
        
{
            
get
            
{
                return *(
int*)(IntPtr)(4679878);
            }
            
set
            
{
                *(
int*)(IntPtr)(4679878) = value;
            }
        }
        public static 
unsafe int Speed
        
{
            
get
            
{
                return *(
int*)(IntPtr)(4677866);
            }
            
set
            
{
                *(
int*)(IntPtr)(4677866) = value;
            }
        }

        public static 
unsafe float JumpHeight
        
{
            
get
            
{
                return *(
float*)(IntPtr)(7186184);
            }
            
set
            
{
                *(
float*)(IntPtr)(7186184) = value;
            }
        }

        public 
unsafe JSG()
        {
            *(
sbyte*)(IntPtr)(5132827) = (sbyte)-21;
        }
    }


  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Tongue MW3 working jump height, gravity and fall damage plugin request/help Semyel 9 7,326 04-12-2014, 17:36
Last Post: Casper

Forum Jump:


Users browsing this thread: 1 Guest(s)