The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vbProArcade v1.0 Flash Games Development Details »» | |||||||||||||||||||||||||
vbProArcade v1.0 Flash Games Development Thread
This thread is intended to provide support for those who wish to find new games for their Arcades, or wish to assist in the development of new games for vbProArcade, or wish to modify existing, open-source Flash games for use with vbProArcade. Note to vbulletin.org moderators: I could not find an appropriate place for this thread, other than the Beta Hacks forum, so here it is. If you feel this should be moved somewhere else, by all means do so. An additional reason I posted it here was because, to my knowledge, only registered users can view this thread, which may contain hack code at one point or another. For the hack itself, you will need to see this thread. The Flash Development thread that you see here is just that, and should only be for the discussion of creating/modifying games to work with vbProArcade. Any discussion of or support for the hack itself will be conducted in the other thread. For documentation on how to modify a game to work with vbProArcade, please see the vbProArcade documentation, which will always be contained in this post. I will try and update this post whenever I update the documentation itself. A list of current games can you find in the second post. Before you modify ANY game's source or post it here, you must MAKE SURE that you have the author's permission to modify and redistribute the code, compiled or otherwise. As games are modified and posted, I will update this post to list them, so that people running vbProArcade may find and install them more easily. Show Your Support
|
Comments |
#1032
|
||||
|
||||
Quote:
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="590" height="445"> <param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]"> <param name=loop value=false> <param name=menu value=false> <param name=quality value=high> <param name=bgcolor value=#000000> <embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500"> </embed> </object> |
#1033
|
||||
|
||||
Thanks a lot!
How do you guys know what HTML code to add, if they don't give it to you? I'm new to this as you can see |
#1034
|
||||
|
||||
Quote:
|
#1035
|
||||
|
||||
Quote:
thanks, i'll remember that... i was wondering how you installed them without the html code |
#1036
|
|||
|
|||
Well this thread seems to have died....
and on page 69 as well...interesting |
#1037
|
||||
|
||||
After scanning and trying to alter opensource games i've found out that there are many ways to handle the score in games. There are scores who use text as in for example txtScore etc. and asp, xml kinds of scores. Finding the right variable for the arcade hack is in that case a very difficult task. Altough Flashtoolset can find somethimes the variable as mentioned in the tutorial, this is working for about 40% of the games. That means that a lot of games will not be available because we can't find the right variable for it. That brings me to a few questions.
Are there other methods to find and use the scorevariable in games? Is the gamehash wich is almost always 5 a factor if a game refuses to load the scorevariable? How do you find a valuable hash in a game if this is not 5? |
#1038
|
|||
|
|||
The idea behind the gamehash was for people to modify .FLA files themselves to contain a different value for each game, making it somewhat more difficult for somebody to cheat.
Still, though, it does not offer all that much protection, and may create more headaches than it is worth. The sad fact is that if people want to cheat, they will be able to, since the Flash stuff is all executed client-side. Anybody who knows how to edit memory or spoof headers will be able to submit bogus information... |
#1039
|
||||
|
||||
My preferred method for finding the score variable in games is to use the loadMovie method in a new blank movie, to load the game.swf file.
Once you've loaded the movie properly, and using CTRL+ENTER to test the movie you can play the game and view the variables while you play.... thus comparing the score you see in the game to the list of variables. Using this method it is very easy to nail down the score variable, as well as every other variable and its purpose. I have hacked several games, the major problem I am running into is that when the score is submitted it seems to use a POST method, which only allows for somewhere around 255 characters in the post string, and many of the games I have been working on have MANY MANY variables being posted. Still looking for a workaround. I'm also still trying to figure out how to convert a shockwave game to work with the arcade, but I've made no progress in that department whatsoever. I am an actionscript GURU but a lingo AMATEUR. |
#1040
|
||||
|
||||
Quote:
And yes Osmosis shockwave is awesome. But understanding and using lingo data is difficult indeed. |
#1041
|
|||
|
|||
Those online casinos using Flash most likely have an XML socket server set up to handle data, which Flash can communicate directly with.
There probably IS a way to get this hack secured, I just have to learn more about it and then find it. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|