ThyElite Forums  
Go Back   ThyElite Forums > MyCoke Talk > Cheat Talk
Reload this Page TVB & EAB Finder (Visual Basic 6)
Reply
 
Thread Tools Display Modes
(#1)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default TVB & EAB Finder (Visual Basic 6) - 08-04-2006, 01:13 PM

I figure I'd post the method to get the TVB and EAB from YAWCC here.

Requirements:
1 Web Browser named WebBrowser1 (This is the browser that Coke will be framed in)
1 TextBox named TxtEAB
1 TextBox named TxtTVB
1 TextBox named TxtHiddenUrl (And be sure to set this textboxes Visible property to FALSE.)


Put this code in your form.

Code:
Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
TxtHiddenUrl.Text = "" & WebBrowser1.LocationURL & "$$$"
End Sub
And than this one.

Code:
Private Sub TxtHiddenUrl_Change()
On Error Resume Next
If InStr(TxtHiddenUrl.Text, "SF_Client.jsp") Then
strCode = Split(Split(TxtHiddenUrl.Text, "eab=")(1), "&tvb")(0)
SPLITRESULT = strCode
TxtEAB.Text = SPLITRESULT
strCode2 = Split(Split(TxtHiddenUrl.Text, "&tvb=")(1), "$$$")(0)
SPLITRESULT2 = strCode2
TxtTVB.Text = SPLITRESULT2
End If
End Sub
Oh, and by the way. Make sure that the URL you use to go to Coke Studios in your browser is http://www.mycoke.com/showCokeStudiosLandingPage.do

I modified this code a bit from the one I used in YAWCC so I can't be 100% positive that it works.

I think this is all very self exlanitory. Post any questions you have.






Reply With Quote
(#2)
Old
Peener is Offline
Super Moderator
Peener is on a distinguished road
 
Posts: 183
Join Date: Jun 2006
Default 08-04-2006, 02:02 PM

Nice and short



Yes I made this.........

BitTorrent Addict.


_____
| OO |
|___ |
|\__/|

This Guy OWNS You.
Reply With Quote
(#3)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 08-04-2006, 03:22 PM

I still haven't even tested it though.

But I didn't edit much and it should work without any problems.

Oh and by the way, this is designed as an addon to an already existing client. Not an individual TVB & EAB finding app.






Reply With Quote
(#4)
Old
Pyro is Offline
Spamzilla
Pyro is on a distinguished road
 
Posts: 523
Join Date: Jun 2006
Location: My Home
Send a message via AIM to Pyro Send a message via MSN to Pyro
Default 08-04-2006, 03:56 PM

Good Job
Just Like Peter Said, Short and Sweet.





Reply With Quote
(#5)
Old
DefectiveProduct is Offline
The Best
DefectiveProduct is on a distinguished road
 
Posts: 771
Join Date: Jul 2006
Location: O_o
Default 08-04-2006, 07:30 PM

Well it's just a simple code for finding your TVB and EAB.

You couldn't really expect it to be a complicated thing. o_O

EDIT: I tried it and it works.







Last edited by DefectiveProduct : 08-04-2006 at 08:38 PM.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic 6 xplogen Requests 5 10-21-2006 05:01 AM
Need Visual Basic 6 TAG General Talk 0 10-10-2006 10:24 PM
Need Visual Basic 6 TAG General Talk 0 10-10-2006 09:29 PM
A basic MyCoke login in Visual Basic 6 DefectiveProduct Cheat Talk 6 07-18-2006 06:40 AM
Visual Basic 6 Matt_Hardy Shithole 3 06-22-2006 12:01 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.