looking for code in all the wrong places
look for code related to "get paid while you serf" most of the "get paid to serf" programs require mouse movement or clicking, and quite a few coders have created cheats for this using vb. the speed should be adjustable in most of these projects.
cheating?? maybe, but fun
it is cheating, but it is fun...
Option Explicit
Private Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long
Private Sub Command1_Click()
Dim i, z
Me.Hide
AppActivate ("FastWars!")
Do
For i = 0 To 800 Step 60
For z = 50 To 510 Step 60
SetCursorPos i, z
Next z
Next i
'DoEvents
Loop
End Sub
try this code, play with the numbers.... I haven't yet figured the right numbers for the best results. but it's fun watching the thing go automaticaly...
have fun...
:)