Results 1 to 12 of 12
  1. #1
    bohnenbong's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    On the toilette^^
    Posts
    222
    Reputation
    10
    Thanks
    47

    Codegenerator problems....

    I have a problem with a code,
    Maked by a gen..
    This is write a long
    Code:
    'WriteALong
    Public Function E2BE9DB7(AC1DD600 As Long, EA69628F As Long)
        Dim B8AE2B13 As Long
        Dim A199DFD1 As Long
        Dim A4EF8B4D As Long
    
        B8AE2B13 = F1B2AAF1(vbNullString, "WarRock")
    
        If (B8AE2B13 = 0) Then
            Exit Function
        End If
    
        D8A681DE B8AE2B13, A4EF8B4D
    
        A199DFD1 = B99B9EEF(&H1F0FFF, False, A4EF8B4D)
    
        If (A199DFD1 = 0) Then
                Exit Function
        End If
    
        DBE400D1 A199DFD1, AC1DD600, EA69628F, 4, 0&
    
        AE3F95B9 A199DFD1
    End Function
    And this is the time error!
    Code:
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H8B9B04, 1120403456)
    End Sub
    Can someone help ?

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

    Gold Stone (11-02-2007),icuigorz (11-02-2007),castaway (11-02-2007),ukill94 (11-04-2007)

  3. #2
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Your code should be like this:
    Code:
    Private Sub Timer1_Timer()
    Call E2BE9DB7("WarRock", &H8B9B04, 1120403456)
    End Sub

  4. The Following 3 Users Say Thank You to wr194t For This Useful Post:

    icuigorz (11-02-2007),castaway (11-02-2007),ukill94 (11-04-2007)

  5. #3
    Gold Stone's Avatar
    Join Date
    Oct 2007
    Posts
    50
    Reputation
    10
    Thanks
    44
    Quote Originally Posted by bohnenbong View Post
    I have a problem with a code,
    Maked by a gen..
    This is write a long
    Code:
    'WriteALong
    Public Function E2BE9DB7(AC1DD600 As Long, EA69628F As Long)
        Dim B8AE2B13 As Long
        Dim A199DFD1 As Long
        Dim A4EF8B4D As Long
    
        B8AE2B13 = F1B2AAF1(vbNullString, "WarRock")
    
        If (B8AE2B13 = 0) Then
            Exit Function
        End If
    
        D8A681DE B8AE2B13, A4EF8B4D
    
        A199DFD1 = B99B9EEF(&H1F0FFF, False, A4EF8B4D)
    
        If (A199DFD1 = 0) Then
                Exit Function
        End If
    
        DBE400D1 A199DFD1, AC1DD600, EA69628F, 4, 0&
    
        AE3F95B9 A199DFD1
    End Function
    And this is the time error!
    Code:
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H8B9B04, 1120403456)
    End Sub
    Can someone help ?
    Find a normal Module And Search For CallWriteAlong
    Search in your undetected Module The Same Thing it will like Called AJKDZ8Q or Something like that.

    Just Try then : Call AJKDZ8Q("WarRocK", &Hadress , Value/byte)

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

    icuigorz (11-02-2007),castaway (11-02-2007)

  7. #4
    Threadstarter
    Advanced Member
    bohnenbong's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    On the toilette^^
    Posts
    222
    Reputation
    10
    Thanks
    47

    Does not work your idea wr194t

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

    icuigorz (11-02-2007),castaway (11-02-2007)

  9. #5
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    It should work because that is WriteALong. Use a different module (edit one yourself.) I'm guessing that you used the Auto Module Generator? Follow the tutorial i posted: https://www.mpgh.net/forum/33-visual_...ed_module.html

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

    icuigorz (11-02-2007),castaway (11-02-2007)

  11. #6
    w00t?'s Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    29
    replce

    Code:
    E2BE9DB7
    with


    Code:
    something0099

    then

    Code:
    Call something0099("WarRock", &H8B9B04, 1120403456)

  12. The Following 2 Users Say Thank You to w00t? For This Useful Post:

    icuigorz (11-02-2007),castaway (11-02-2007)

  13. #7
    wrasia's Avatar
    Join Date
    Jul 2007
    Location
    Netherlands, Nijmegen
    Posts
    454
    Reputation
    10
    Thanks
    86
    000oooonho3s

  14. The Following User Says Thank You to wrasia For This Useful Post:

    castaway (11-02-2007)

  15. #8
    Kung Fu Penguin31's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Location
    how am i supposed to know....
    Posts
    473
    Reputation
    12
    Thanks
    48
    Quote Originally Posted by wrasia <<spammer View Post
    000oooonho3s
    aren't there enough spammers on this forum?







    [img]https://www.danasof*****m/sig/ghghhkjklk.jpg[/img]

    drill sargeant: How tall are you boy!?
    soldier: umm....urr about 5' 11''
    drill sargeant: I didn't know they stacked shit that high!!

    Creator of the Annihilation,Freebie and KFP Series.

    <MASTER HACKER>

  16. The Following User Says Thank You to Kung Fu Penguin31 For This Useful Post:

    castaway (11-02-2007)

  17. #9
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    boobbooooooooooo!!!

  18. #10
    someone753951's Avatar
    Join Date
    Aug 2007
    Posts
    48
    Reputation
    10
    Thanks
    7
    Omg... Nubs.. I think heres really nobody who really can do VB...
    Its like this:
    Code:
    Private Sub Timer1_Timer()
    Call E2BE9DB7(&H8B9B04, 1120403456)
    End Sub
    As you see in the module, "gamewindowtext As String" is gone.. So you dont need to put "WarRock" in your call anymore...

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

    konni (11-04-2007),castaway (11-02-2007)

  20. #11
    Threadstarter
    Advanced Member
    bohnenbong's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    On the toilette^^
    Posts
    222
    Reputation
    10
    Thanks
    47
    Oki thx all

  21. The Following User Says Thank You to bohnenbong For This Useful Post:

    castaway (11-02-2007)

  22. #12
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by someone753951 View Post
    Omg... Nubs.. I think heres really nobody who really can do VB...
    Its like this:
    Code:
    Private Sub Timer1_Timer()
    Call E2BE9DB7(&H8B9B04, 1120403456)
    End Sub
    As you see in the module, "gamewindowtext As String" is gone.. So you dont need to put "WarRock" in your call anymore...
    SOMEONE FTW : THNXTHNXTHNX!!!

Similar Threads

  1. To All GunZ Down 02-07-06 PROBLEM
    By WertyRO in forum Gunz General
    Replies: 18
    Last Post: 02-09-2006, 07:41 PM
  2. Problem
    By lambda in forum Gunz General
    Replies: 3
    Last Post: 02-08-2006, 11:36 AM
  3. hacking problems
    By iwillkillyou in forum WarRock - International Hacks
    Replies: 11
    Last Post: 02-04-2006, 04:37 PM
  4. WPE problem...
    By styx23 in forum General Game Hacking
    Replies: 8
    Last Post: 01-18-2006, 07:51 PM
  5. Problem Wit Hacking Programs
    By f5awp in forum General Gaming
    Replies: 5
    Last Post: 01-10-2006, 05:44 AM