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 ?
