Results 1 to 5 of 5
  1. #1
    NightmareTX_RETIRED's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,240
    Reputation
    57
    Thanks
    15,357
    My Mood
    Fine

    Exclamation Need More Work - NoFallDamage Source

    I found the address for no fall damage. The value must be higher than the jump height and higher than 128. Unfortunately, switching the value could cause visual glitches. I tried several things to correct that but nothing worked for now. 2 Functions uses the same address

    Address is: 0x140807434
    Type: Float
    Default Value: 128

  2. The Following 2 Users Say Thank You to NightmareTX_RETIRED For This Useful Post:

    NoteworthyGamingTv (01-21-2014),SammyDoge1 (01-21-2014)

  3. #2
    NoteworthyGamingTv's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    8
    My Mood
    Stressed
    Hey there,
    i know this is off topic but it saves me making another topic?
    I have seen on hacks/tools whateva that it says Cod ghosts Detected or not detected when it's not open.. now how do i get that to work? it's the only thing i'm stuck on for my trainer.. ps it's my first one and i am a noobie of course, I'm using Visual Basic to make it all but it's that one thing letting me down any help?

  4. #3
    SammyDoge1's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Tried looking behind you...?
    Posts
    2,207
    Reputation
    62
    Thanks
    2,147
    My Mood
    Tired
    Quote Originally Posted by NoteworthyGamingTv View Post
    Hey there,
    i know this is off topic but it saves me making another topic?
    I have seen on hacks/tools whateva that it says Cod ghosts Detected or not detected when it's not open.. now how do i get that to work? it's the only thing i'm stuck on for my trainer.. ps it's my first one and i am a noobie of course, I'm using Visual Basic to make it all but it's that one thing letting me down any help?
    As @Lovroman told me you gotta use a timer. I could post my source for it but im not on the pc.





  5. #4
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    Quote Originally Posted by NoteworthyGamingTv View Post
    Hey there,
    i know this is off topic but it saves me making another topic?
    I have seen on hacks/tools whateva that it says Cod ghosts Detected or not detected when it's not open.. now how do i get that to work? it's the only thing i'm stuck on for my trainer.. ps it's my first one and i am a noobie of course, I'm using Visual Basic to make it all but it's that one thing letting me down any help?
    In your timer tick event:
    Code:
    Process[] ghosts = Process.GetProcessesByName("iw6mp64_ship");
    if(ghost.Length = 0)
    {
          labelStatus.Text = "Nope.avi";
    }
    else
    {
         labelStatus.Text = "Ghosts is running";
    }

  6. The Following 2 Users Say Thank You to Lovroman For This Useful Post:

    NoteworthyGamingTv (01-22-2014),SammyDoge1 (01-21-2014)

  7. #5
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740
    Yeah i see




Similar Threads

  1. Main thread in source don't work
    By MightySaa0d in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 09-09-2011, 05:39 AM
  2. [Help] Main thread in source don't work
    By MightySaa0d in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 0
    Last Post: 09-09-2011, 05:39 AM
  3. [Solved] Can someone post work source code?
    By gta4 in forum CrossFire Help
    Replies: 3
    Last Post: 09-06-2011, 03:43 PM
  4. pls help me to make my source code work pls
    By jeavy in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 08-14-2010, 09:55 PM
  5. NoFallDamage
    By h4x0r m3mb3r in forum WarRock - International Hacks
    Replies: 16
    Last Post: 07-28-2007, 04:05 PM