Quantcast

Jump to content

Welcome to GameOn365
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!

brarei200

brarei200

Member Since 23 Dec 2010
Offline Last Active Jan 21 2011 04:31 PM
-----

In Topic: [VB] Saving TextFiles

21 January 2011 - 04:32 PM

I already made a bot for Predicto, wanna buy it off me? :)

In Topic: [Lua] Convert RGB Colors to Hex

17 January 2011 - 09:07 AM

Nice tutorial, think you can write this in VB?

In Topic: [VB] Saving TextFiles

16 January 2011 - 12:13 PM

I would say just anything that would help out a new coder like my self, I know the basics and I can make simple bots but I know one thing I am working on I just cant get it and it has captchas in it =/ Like I have the code to load it but its a diff captcha then the one on the webpage


This should do the trick ;)

For Each Captcha As HtmlElement In WebBrowser1.Document.All
Dim Link = Captcha.GetAttribute("src")
If Captcha.GetAttribute("src").Contains("part of source that never changes") Then
frmCaptcha.picCaptcha.ImageLocation = Link
frmCaptcha.Show()
End If
Next

In Topic: [VB] Saving TextFiles

16 January 2011 - 11:35 AM

Sweet, Thanks. Feel free to post anymore that you have or know haha :pinch:


What do you want a tutorial on? I know tons about Visual Basic ;)

In Topic: [VB] Saving TextFiles

16 January 2011 - 09:25 AM

Okay, I'll go post it.