- Forums
 - News And Updates
 - Named and Shamed
 
							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
							Wed Apr 23 14:04:49 EDT 2008						
						
						
						....
					
					Greetings.
				Deleted Player
							Wed Apr 23 14:23:38 EDT 2008						
						
						Quote
It isnt that hard
							Wed Apr 23 14:52:14 EDT 2008						
						
						Greetings.
				Deleted Player
							Wed Apr 23 16:04:11 EDT 2008						
						
						
						This is so funny
					
									

