Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Delphi][TShockwaveFlash]Loading only the swf from a website

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
MiLkz
Newbie cheater
Reputation: 0

Joined: 22 Feb 2009
Posts: 20

PostPosted: Fri Oct 23, 2009 12:16 pm    Post subject: [Delphi][TShockwaveFlash]Loading only the swf from a website Reply with quote

I am looking to load only the flash game from the website using TShockwaveFlash, but if you know how to do it in TWebBrowser, im listening Very Happy

the website page is:
Code:
xxx.clubbing.xxx/Pages/Games/GamePlay.aspx?game=Chicktionary&mode=play


someone please help, iv been trying for like 2 days :S
Back to top
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Sat Oct 24, 2009 5:55 am    Post subject: Reply with quote

You have to find the URL for the SWF it self, so it's something similar to:
Code:
alot.com/various/folders/perhaps/game.swf


When you got that, just do:
Code:
TShockwaveFlash1.Movie := "SWF URL";
Back to top
View user's profile Send private message
MiLkz
Newbie cheater
Reputation: 0

Joined: 22 Feb 2009
Posts: 20

PostPosted: Sat Oct 24, 2009 11:27 am    Post subject: Reply with quote

I did, but it seems to load the base swf, it is unplayable, it seems none of the information is loaded into it :S
Back to top
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Sun Oct 25, 2009 5:18 am    Post subject: Reply with quote

I can't really help you, as it isn't a correct link you gave us.
Back to top
View user's profile Send private message
DAT NIGGAH GUCCI MANE
Advanced Cheater
Reputation: 0

Joined: 05 Oct 2009
Posts: 95

PostPosted: Sun Oct 25, 2009 10:23 am    Post subject: Reply with quote

1st find the game swf, after you've done that reply and I'll assist you as best as I can. Should be quite simple, ^ has just given you the assignment code.
_________________
Hey Hitler, want a free + rep? Crack my number guess application here & get one!

I <3 you Hitler!
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Sun Oct 25, 2009 11:36 am    Post subject: Reply with quote

its not even a flash game.
xxx.shockwave.xxx/content/chicktionary/sis/chickOnLineShock.dcr

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
MiLkz
Newbie cheater
Reputation: 0

Joined: 22 Feb 2009
Posts: 20

PostPosted: Sun Oct 25, 2009 4:07 pm    Post subject: Reply with quote

Code:
var flashFile ="/Pages/Games/Chicktionary/Chicktionary.swf";
var swfWidth = "620";
var swfHeight = "334";
var flashVars = "webServiceURL=xxxx://gameapi.clubbing.xxx/Services/Games/GameService.asmx&tokenString=a:576f7823-ddef-46ab-b09e-a863bb658d6b&applicationPath=/Pages/Games/Chicktionary/&overviewAction=play&Token=t8deMmfT87D0KbGS7mOHFquy6u5bo2KkDp0Aljr0%2f%2b4AFziE4TkPhkGT5irrHpQxIcX7Cu7XKUgvWDeigiDX7A6StQsJbHAPimsTl9GYqyYQabNAMPpMDs3c3Z9%2bQeWcPG0bjn3EWJQL2%2bigwvqtVw%3d%3d&CAPTCHAImageURL=xxxx://xxx.clubbing.xxx/Services/Games/CAPTCHAChallenge.ashx&IsAnonymous=true&fms=fms.clubbing.xxx";



you guys looking for this?

and what are u talking about I gave you the wrong link...change the xxx.xxx to www and com..
Back to top
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Mon Oct 26, 2009 12:48 am    Post subject: Reply with quote

Here you go.
Code:
TShockwaveFlash1.Movie := "http://www.clubbing.com/Pages/Games/Chicktionary/Chicktionary.swf";


In case this game got some kind of anti-trainer, try to set the TShockwaveFlash1.FlashVars to the long string it is on the website.
Back to top
View user's profile Send private message
MiLkz
Newbie cheater
Reputation: 0

Joined: 22 Feb 2009
Posts: 20

PostPosted: Mon Oct 26, 2009 11:54 am    Post subject: Reply with quote

Møller wrote:
Here you go.
Code:
TShockwaveFlash1.Movie := "http://www.clubbing.com/Pages/Games/Chicktionary/Chicktionary.swf";


In case this game got some kind of anti-trainer, try to set the TShockwaveFlash1.FlashVars to the long string it is on the website.


Yes, I have already loaded that address above, but when I do, it loads, but when I go to actually play the game it says all puzzles are completed, which means im loading like just a "base" or test model.

I have tried to load FlashVars, but it seems the string I try are too long, im not really sure which/what to use.
Back to top
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Mon Oct 26, 2009 4:16 pm    Post subject: Reply with quote

What are the errors?
Back to top
View user's profile Send private message
MiLkz
Newbie cheater
Reputation: 0

Joined: 22 Feb 2009
Posts: 20

PostPosted: Mon Oct 26, 2009 8:55 pm    Post subject: Reply with quote

Møller wrote:
What are the errors?


There are no errors, run the program you will see the swf we loaded is not the fully functional game
Back to top
View user's profile Send private message
NothingToShow
Grandmaster Cheater Supreme
Reputation: 0

Joined: 11 Jul 2007
Posts: 1579

PostPosted: Tue Oct 27, 2009 12:52 am    Post subject: Reply with quote

But what makes you think the FlashVars are too long?

Try this:
Code:
TShockwaveFlash1.FlashVars := "webServiceURL=http://gameapi.clubbing.com/Services/Games/GameService.asmx&tokenString=a:1cf7c6bc-f03b-44e0-8724-0fbbf5db0c61&applicationPath=/Pages/Games/Chicktionary/&overviewAction=play&Token=JlDlmUdaOxmfup4Xtdpzz%2flXJnLA5MLP7aDKeUcPXOEFdVPHu9TiQShif%2fEpMaUQiyXR8BbnPicBGTYQBJtWKNXAOOyLdq3EPnt%2byeJFPCMcxYWWR7GODYs3UB1ucPEgF6Wxd4IRgcBP56hRGu2QYg%3d%3d&CAPTCHAImageURL=http://www.clubbing.com/Services/Games/CAPTCHAChallenge.ashx&IsAnonymous=true&fms=fms.clubbing.com";
TShockwaveFlash1.Movie := "http://www.clubbing.com/Pages/Games/Chicktionary/Chicktionary.swf";
Back to top
View user's profile Send private message
MiLkz
Newbie cheater
Reputation: 0

Joined: 22 Feb 2009
Posts: 20

PostPosted: Tue Oct 27, 2009 3:26 pm    Post subject: Reply with quote

i was being noob...lol

i forgot to put it as:

''+
''+
''+
'';

..becuz the string is really long...it works now all i have to do is figure out how to update those FlashVars, becuz if u hit play, the game, not the code bugs

i prob have to update the Tokens in the flashvars, which i dunno how im gunna do it
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites