» Site Navigation | | | » Advertisement | | | » Recent Threads | | | | | | | Left 4 Dead? Today 04:59 AM  Last post by Bex Today 05:03 AM 1 Replies, 2 Views | | | |  | |  | [VB6] 360° Autobuyer Source |  |
02-05-2007, 07:57 PM
|
#1 (permalink)
| Æthean
Join Date: Nov 2006 Location: Ontario Age: 18 Posts: 1,294
GPoints: 580 Rep Power: 9 | [VB6] 360° Autobuyer Source edit: I took it down 
Last edited by Aethean; 02-13-2007 at 07:08 PM.
| |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-05-2007, 07:59 PM
|
#2 (permalink)
| Underground
Join Date: Sep 2006 Location: BrisBANE <---- Age: 19 Posts: 5,025
GPoints: 318 Rep Power: 16 | Re: [VB6] 360° Autobuyer Source What else needs to be done on it?
__________________ This is from:
Screenies Of A Mod Code: How did you do it? FLP , jotform, some other form of hacking? - First Class Noob Lawl.. funny shit.
Quote: |
Originally Posted by Kore By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive. | Lawl Ownt
Hoes forgot to eat a dick and shut the FUCK UP! | |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-05-2007, 08:01 PM
|
#3 (permalink)
| Æthean
Join Date: Nov 2006 Location: Ontario Age: 18 Posts: 1,294
GPoints: 580 Rep Power: 9 | Re: [VB6] 360° Autobuyer Source Just download the picture/load it. their might be some other stuff i havn't added though.. if you download it.. just look through it :P
and please.. no comments if you dont like it, or if you dont like a part of it etc etc. good comments are always welcomed xD
Last edited by Aethean; 02-05-2007 at 08:04 PM.
| |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-05-2007, 08:08 PM
|
#4 (permalink)
| Underground
Join Date: Sep 2006 Location: BrisBANE <---- Age: 19 Posts: 5,025
GPoints: 318 Rep Power: 16 | Re: [VB6] 360° Autobuyer Source :| lol your gg auth is weird, Vald made one and its nice and clean :P
__________________ This is from:
Screenies Of A Mod Code: How did you do it? FLP , jotform, some other form of hacking? - First Class Noob Lawl.. funny shit.
Quote: |
Originally Posted by Kore By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive. | Lawl Ownt
Hoes forgot to eat a dick and shut the FUCK UP! | |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-05-2007, 08:29 PM
|
#5 (permalink)
| Æthean
Join Date: Nov 2006 Location: Ontario Age: 18 Posts: 1,294
GPoints: 580 Rep Power: 9 | Re: [VB6] 360° Autobuyer Source Quote:
Originally Posted by GOD :| lol your gg auth is weird, Vald made one and its nice and clean :P | weird? how so O_o Code: status.Panels(1).Text = "Authorizing..."
strHTML = wrapper.Request("GET", "http://www.gaminggutter.com/", wrapper.LastPage)
strHTML = wrapper.Request("POST", "http://www.gaminggutter.com/login.php?do=login&vb_login_username=" & txtAuthorizeUser.Text & "&cookieuser=1&vb_login_password=" & txtAuthorizePass.Text, "http://www.gaminggutter.com/")
If InStrB(1, strHTML, "<strong>Thank you for") Then
status.Panels(1).Text = "Logged In: Verifying"
zsdf7dfgGSHdff34fg5g45g = True
GoTo CheckRank
Else
status.Panels(1).Text = "Login Error: Try Again"
zsdf7dfgGSHdff34fg5g45g = False
Exit Sub
End If
CheckRank:
strHTML = wrapper.Request("GET", "http://www.gaminggutter.com/before-you-post-t2355.html", wrapper.LastPage)
If InStrB(1, strHTML, "way people know what") Then
sdf345345DDfDFD7sdfsg = True
status.Panels(1).Text = "Authorized: 360° Autobuyer Unlocked"
Else
sdf345345DDfDFD7sdfsg = False
status.Panels(1).Text = "Unauthorized: 360° Autobuyer Locked"
Exit Sub
End If
If zsdf7dfgGSHdff34fg5g45g = True And sdf345345DDfDFD7sdfsg = True Then
sdfg54g45g4wdfgrty456s = True
Else
sdfg54g45g4wdfgrty456s = False
Exit Sub
End If
If sdfg54g45g4wdfgrty456s = True Then
xtabs.TabEnabled(1) = True
End If the only thing i find weird is the odd named booleans.. other than that.. it makes perfect sense xD
Last edited by Aethean; 02-05-2007 at 08:31 PM.
| |
| |  |  | Re: [VB6] 360° Autobuyer Source |  |
02-05-2007, 09:29 PM
|
#6 (permalink)
| Underground
Join Date: Sep 2006 Location: BrisBANE <---- Age: 19 Posts: 5,025
GPoints: 318 Rep Power: 16 | Re: [VB6] 360° Autobuyer Source Code: Private Sub lblAuth_Click()
lblStatus.Caption = "Authorizing.."
DPage = Wrapper1.PostWrapper("http://www.gaminggutter.com/login.php", "do=login&vb_login_username=" & txtAuthName & "&vb_login_password=" & txtAuthPass & "&s=&do=login&vb_login_md5password=&vb_login_md5password_utf=")
If InStr(1, DPage, "You have entered an invalid username") Then
lblStatus.Caption = "Invalid username/password.."
ElseIf InStr(1, DPage, "Thank you for logging in") Then
lblStatus.Caption = "Authorized.."
DPage = wrapper1.postwrapper("http://www.gaminggutter.com/")
End If
If instr(1, DPage, "Underground Chat") then
lblStatus.Caption = "Status: Underground"
Else
lblStatus.Caption = "You are not Underground"
End If
End Sub Thats the one i use 
Its about 500 shorts 
__________________ This is from:
Screenies Of A Mod Code: How did you do it? FLP , jotform, some other form of hacking? - First Class Noob Lawl.. funny shit.
Quote: |
Originally Posted by Kore By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive. | Lawl Ownt
Hoes forgot to eat a dick and shut the FUCK UP!
Last edited by second2none; 02-05-2007 at 09:34 PM.
| |
| |  |  | Re: [VB6] 360° Autobuyer Source |  |
02-06-2007, 10:04 AM
|
#7 (permalink)
| | | Re: [VB6] 360° Autobuyer Source looks good, I would like to make a simple suggestion or give you a tip.
Some of your functions do not need to be functions. You should change them to subs. If you are not using them to return information they should be subs. This will clear some memory overhead. | |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-06-2007, 10:13 AM
|
#8 (permalink)
|
Join Date: Dec 2006 Location: Preston Age: 15 Posts: 2,726
GPoints: 1,353 Rep Power: 9 | Re: [VB6] 360° Autobuyer Source can someone just please make this and release to UG?
__________________ Formerly Connor | |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-06-2007, 11:08 AM
|
#9 (permalink)
| Banned
Join Date: Sep 2006 Location: Saco, Maine Age: 18 Posts: 1,879
GPoints: 380 Rep Power: 0 | Re: [VB6] 360° Autobuyer Source Thank you so much, Aethean <33333
+rep ;) | |
| |  | Re: [VB6] 360° Autobuyer Source |  |
02-06-2007, 02:19 PM
|
#10 (permalink)
| Æthean
Join Date: Nov 2006 Location: Ontario Age: 18 Posts: 1,294
GPoints: 580 Rep Power: 9 | Re: [VB6] 360° Autobuyer Source Quote:
Originally Posted by screamdreams looks good, I would like to make a simple suggestion or give you a tip.
Some of your functions do not need to be functions. You should change them to subs. If you are not using them to return information they should be subs. This will clear some memory overhead. | Function, sub, same thing >_< (not literally but you know what i mean >_<) | |
| |  | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |