View previous topic :: View next topic |
Author |
Message |
skarderp How do I cheat?
Reputation: 0
Joined: 04 Jul 2011 Posts: 0
|
Posted: Mon Jul 04, 2011 8:04 pm Post subject: Loading TinyChat in Visual Basic 6 |
|
|
Couldnt really see a spot for this.
I have been trying to do this for a while.
Not quite getting it right.
If anyone has been successful or would like to help, can you leave a message here?
|
|
Back to top |
|
 |
Clairenix Grandmaster Cheater
Reputation: 5
Joined: 19 Dec 2007 Posts: 715
|
Posted: Mon Jul 04, 2011 8:10 pm Post subject: |
|
|
make web browser. set it as homepage. remove address bar.
_________________
|
|
Back to top |
|
 |
skarderp How do I cheat?
Reputation: 0
Joined: 04 Jul 2011 Posts: 0
|
Posted: Mon Jul 04, 2011 8:23 pm Post subject: |
|
|
Not quite what I wanted lol. I actually want to load it in the Flash Component.
|
|
Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Mon Jul 04, 2011 9:25 pm Post subject: |
|
|
have you tryed setting the variables for the flash component?
|
|
Back to top |
|
 |
Evil_Intentions Expert Cheater
Reputation: 65
Joined: 07 Jan 2010 Posts: 214
|
Posted: Mon Jul 04, 2011 9:35 pm Post subject: |
|
|
I haven't tried or even seen what it looks like, but if it works like xat, just use firebug to grab the swf link as well as the flashvars. Plug em in VB and you should be good to go.
|
|
Back to top |
|
 |
Boxes How do I cheat?
Reputation: 0
Joined: 16 Sep 2007 Posts: 3
|
Posted: Mon Jul 04, 2011 9:52 pm Post subject: |
|
|
youll probably need to use a swf decomplier or something to set the username.
|
|
Back to top |
|
 |
skarderp How do I cheat?
Reputation: 0
Joined: 04 Jul 2011 Posts: 0
|
Posted: Tue Jul 05, 2011 1:21 am Post subject: |
|
|
I've tried messing around with it. I can make it try to connect to the room but it fails.
|
|
Back to top |
|
 |
Slugsnack Grandmaster Cheater Supreme
Reputation: 71
Joined: 24 Jan 2007 Posts: 1857
|
Posted: Tue Jul 05, 2011 2:54 am Post subject: |
|
|
try ticking zf
|
|
Back to top |
|
 |
Garavito Master Cheater
Reputation: 0
Joined: 21 Jun 2009 Posts: 387
|
Posted: Tue Jul 05, 2011 10:14 am Post subject: |
|
|
Eh, mind telling us why you want to do this in the first place?
_________________
|
|
Back to top |
|
 |
skarderp How do I cheat?
Reputation: 0
Joined: 04 Jul 2011 Posts: 0
|
Posted: Wed Jul 06, 2011 7:14 pm Post subject: |
|
|
Code: | var flashvars = { roomVar: tinychat.room, embedMode: "true", pageVar: window.location, pageVarSuper: tinychat.urlsuper, push2talkVar: tinychat.push2talk, tcLoginReq: tinychat.tcreq, askJoin: tinychat.join, nickVar: tinychat.nick, noOper: tinychat.oper, noOwner: tinychat.owner, nickChange: tinychat.change, loginVar: tinychat.login, bcastVar: tinychat.bcast, apiVar: tinychat.api, autoop: tinychat.autoop, colorVar: tinychat.colorbk, fbautoVar: tinychat.fbauto, noguestVar: tinychat.noguest, topicVar: tinychat.topic, extDomain: document.domain, logoVar: tinychat.logo, proSiteVar: tinychat.site, keyVar: tinychat.key, vidVar: tinychat.tcdisplay, langVar: tinychat.langdefault, playMode: tinychat.play, nopvtVar: tinychat.nopvt, mixVar: tinychat.mixer }; |
ht tp://tinychat . com/js/embed.js
ht tp://tinychat . com/tinychat.swf
Still cant work it out.
|
|
Back to top |
|
 |
|