Thread: NFD help

Results 1 to 5 of 5
  1. #1
    Haxer76's Avatar
    Join Date
    Oct 2007
    Posts
    33
    Reputation
    10
    Thanks
    1

    NFD help

    idk if somethign changed in the code after the update besides the addy....but i need help because mine won't work..

    i have this in a timer with its interval set to 1 and have enabled: as false
    Code:
    Private Sub Timer13_Timer()
    Dim NFD As Long
    Dim NFD1 As Long
    Call DFECA074(&H1279280, NFD)
    NFD1 = NFD + &H178
    Call AEC81A50(NFD1, -999)
    End Sub

    Then i have this in the on button:
    Code:
    Private Sub Command35_Click()
    Timer13.Enabled = True
    Picture16.BackColor = &HFF00&
    End Sub
    Then i have this in the off button:
    Code:
    Private Sub Command36_Click()
    Timer13.Enabled = False
    Dim NFD As Long
    Dim NFD1 As Long
    Call DFECA074(&H1279280, NFD)
    NFD1 = NFD + &H178
    Call AEC81A50(NFD1, -0)
    Picture16.BackColor = &HFF&
    End Sub
    if anyone can help plz post here....

  2. #2
    Nightlord's Avatar
    Join Date
    Jun 2006
    Gender
    male
    Location
    X:1337 Y:1337
    Posts
    433
    Reputation
    10
    Thanks
    24
    What is actually wrong with it does it prompt you with an error or does the hack just not work?








  3. #3
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    I don't see any problems with any of that coding at all.

  4. #4
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    Me niether, are you in VB6?

  5. #5
    Haxer76's Avatar
    Join Date
    Oct 2007
    Posts
    33
    Reputation
    10
    Thanks
    1
    ye i use VB6...i get it to open it just doesn't work...

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  4. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM
  5. [Help] NFD & SJ
    By gbitz in forum Visual Basic Programming
    Replies: 0
    Last Post: 03-01-2008, 09:09 PM