Results 1 to 13 of 13

Hybrid View

  1. #1
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6

    Question no fall damage hack what is wrong??

    what is wrong with this no fall damage hack plz help me

  2. #2
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    sorry forgot the code lol her it is:

    Private Sub Timer6_Timer()
    Dim ptr1 As Long
    Dim sum1 As Long
    If GetKeyPress(vbKeyNumpad6) Then
    Call ReadALong("WarRock", &H894E28, ptr1)
    sum1 = "&H" + Hex(Val(ptr1) + &H100)
    Call WriteALong("WarRock", Val(sum1), -100)
    End If
    End Sub

  3. #3
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0
    I think that :

    Dim ptr1 As Long
    Dim sum1 As Long
    If GetKeyPress(vbKeyNumpad6) Then
    Call ReadALong("WarRock", &H894E28, ptr1)
    sum1 = "&H" + Hex(Val(ptr1))<<---| + &H100) '<<----here 1 ) more
    Call WriteALong("WarRock", Val(sum1), -100)
    End If

  4. #4
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0
    SORRY WWRONG ANSWER!!!

  5. #5
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    u used wrong address and offset
    Last edited by dezer; 06-29-2007 at 08:09 PM.
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  6. #6
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0
    Quote Originally Posted by dezer View Post
    u used wrong address
    WHAT IS RIGHT ADDRESS THEN?

Similar Threads

  1. How to create a no fall damage hack
    By zmansquared in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 01-26-2010, 04:42 PM
  2. VB 2008 5th slot hack - What's Wrong?
    By Denny101 in forum C++/C Programming
    Replies: 4
    Last Post: 10-23-2009, 09:54 AM
  3. My WarRock AutoMedic Hack - What's wrong?
    By Denny101 in forum C++/C Programming
    Replies: 12
    Last Post: 09-15-2009, 06:20 PM
  4. need help for no fall damage hack
    By kokobunji100 in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-27-2007, 04:12 PM
  5. No fall damage hack?
    By slyshot in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-10-2007, 06:50 PM