OK,I bet you all wanna know how to make an MQ trainer.Well heres how:
First you need to download:
Sothink SWF decompiler:
http://www2.sothink.com/download/swfdec.zip
Visual Basic 6:
http://www.mediafire.com/?9x1jginmmdz
After You've downloaded both programs open VB6
Right click on the Command bar on the left and select compoents.
Now scroll down until you find Shockwave Flash
Click the check Box and click ok.
Now a paper Icon will appear on the Command Bar.
Its right beside The Icon that says OLE.
If you hover over it you will see shockwaveflash as a hint.
Now click on it and drag it on The window that says form1.
That will be your game screen.
So i suggest making it big.
Now you need to make 2 text boxes
Put this code in the first one:
- Code: Select all
http://mechquest.battleon.com/game/gamefiles/game3_7_0.swf
If the game updates change the ?_?? part of the url to the game build.
Put this code in the second:
- Code: Select all
http://mechquest.battleon.com/game/default.asp?w=750&h=550
Now make a Button.
Set the Button Caption to Connect or Load Game.
Put this code in the Button:
- Code: Select all
ShockwaveFlash1.Movie = Text1.Text
ShockwaveFlash1.Base = Text2.Text
ShockwaveFlash1.Play
Congrats You have successfully made a MQ loader.
Press F5 To test it out.
-------------------------------------------------------------------------------------------------------
Now for the Hacks
Well that you have to figure out on your own.
Open sothink SWF decompiler
Now download this link:
http://mechquest.battleon.com/game/game ... me0_97.swf
(right click and as target as.Or save link as.
Now decompile it.
Open the SWF
Click on Action
Then Main movie.
Now Search for variables with
Ctrl+F
Enjoy making A MQ trainer!!!!
+Karma would be great for writing this tut.
:nod: :shake: :blob:


[br]







