CrAsH_OvErRiDe

Member

Total Posts: 223
Online Status: Offline
Wed Apr 23 13:27:04 EDT 2008

Quote
Well, you program a robot to go to Random Slaughter, attack, press the captch (Or pa** the captch like CK said) and do it all over.


Visual Basic FutureRP Bot Code

This is at the top

Public Function WebPageContains(ByVal s As String) As Boolean
    Dim i As Integer, ehtml
    For i = 1 To wb.Document.All.Length
        Set ehtml = _
        wb.Document.All.Item(i)

        If Not (ehtml Is Nothing) Then
            If InStr(1, ehtml.innerhtml, s, vbTextCompare) > 0 Then
            WebPageContains = True
            Exit Function
        End If
    End If
Next i
End Function

Form1
wb.navigate "http://futurerp.net/pages/player.php?rand=true"

If WebPageContains ("Captcha") = True Then
Form2.Show
End If



It isnt that hard (smiley)






Madeline Wuntch

Member

Total Posts: 396
Online Status: Offline
Wed Apr 23 14:04:49 EDT 2008

....

Greetings.

CrAsH_OvErRiDe

Member

Total Posts: 223
Online Status: Offline
Wed Apr 23 14:19:52 EDT 2008

Ohhh s*** now i crapped on my leg!


Deleted Player

Wed Apr 23 14:23:38 EDT 2008

Quote

It isnt that hard (smiley)



Thats just kicking a guy whilst he's down (smiley)



Madeline Wuntch

Member

Total Posts: 396
Online Status: Offline
Wed Apr 23 14:52:14 EDT 2008

(smiley)

Greetings.

Deleted Player

Wed Apr 23 16:04:11 EDT 2008

This is so funny