How To Make Your Very Own AQ Trainer in VB 2010
I see the lack of trainers in this section, so I'm going to tell you how to make your very own Adventure Quest Trainer. I see some people can't make it because of the "Game Configuration Error" you get when you try to log in.
Let's Begin:
1) Right click 'Allow windows forms' and click 'Choose Items...'

2) A window will open, choose the COM components tab and scroll down all the way to 'Shockwave Flash Object' after that, put a checkmark before it and click 'OK'

3) Drag the 'Shockwave Flash Object' to your program.

1) Now that you've set up your program click on your Shockwave Flash Object and go to the properties toolbox
2)
AllowScriptAccess: sameDomain
CtlScale: exactFit
Loop: False
Menu: False
FlashVars: strGUI=medium&strServer=aq7&strLanguage=&strAutoAd =no (no spaces)
Movie: http://aq.battleon.com/Build30/engine/Lore380.swf
Base: http://aq.battleon.com/Build30/game....nchtype=medium
3) Double click your 'Form1' or program and put AxShockwaveFlash1.play()

1) First, click on your 'Form1' or program and then go into the properties toolbox.
2) In the 'Size' put: 800, 600
3) Then, click on your 'AxShockwaveFlash1' and then go into the properties toolbox.
4) In the 'Size' put: 800, 600
1) Add a button and a textbox in to your program
2) Double click the button
3) Type 'Call AxShockwaveFlash1.setVariable("_root.player.intHP" , TextBox1.text)' without the '
You just created your very own AQ Trainer!
Press F5 and take it out for a spin!
Let's Begin:
Setting up
1) Right click 'Allow windows forms' and click 'Choose Items...'

2) A window will open, choose the COM components tab and scroll down all the way to 'Shockwave Flash Object' after that, put a checkmark before it and click 'OK'

3) Drag the 'Shockwave Flash Object' to your program.

Making it load
1) Now that you've set up your program click on your Shockwave Flash Object and go to the properties toolbox
2)
In the Toolbox put in these settings:
AllowScriptAccess: sameDomain
CtlScale: exactFit
Loop: False
Menu: False
FlashVars: strGUI=medium&strServer=aq7&strLanguage=&strAutoAd =no (no spaces)
Movie: http://aq.battleon.com/Build30/engine/Lore380.swf
Base: http://aq.battleon.com/Build30/game....nchtype=medium
3) Double click your 'Form1' or program and put AxShockwaveFlash1.play()

Making the Trainer Screen the right size for the game
1) First, click on your 'Form1' or program and then go into the properties toolbox.
2) In the 'Size' put: 800, 600
3) Then, click on your 'AxShockwaveFlash1' and then go into the properties toolbox.
4) In the 'Size' put: 800, 600
Adding Hacks
1) Add a button and a textbox in to your program
2) Double click the button
3) Type 'Call AxShockwaveFlash1.setVariable("_root.player.intHP" , TextBox1.text)' without the '
Finally!
You just created your very own AQ Trainer!
Press F5 and take it out for a spin!

