| View previous topic :: View next topic |
| Author |
Message |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Sat Mar 15, 2008 4:39 am Post subject: VB6 Question- need help |
|
|
Hi, I am trying to make a trainer so I am starting out with a simple Adventure Quest Trainer.
The problem is though after I click on Shockwave Flash and make the game box the custom box in properties doesn't appear.
Yes, I know where it is meant to be, it just isn't there.
If anyone can help me with this it would be appreciated, if someone can write some steps so I know I am doing the absolute correct thing it would also help.
Thanks,
buzzah.
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
jason744 Grandmaster Cheater
Reputation: 0
Joined: 25 Nov 2007 Posts: 638
|
Posted: Sat Mar 15, 2008 4:40 am Post subject: |
|
|
Scroll down and see the base propertie and movie propertie.
Type the URLs THere.
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Sat Mar 15, 2008 4:51 am Post subject: |
|
|
I cannot see the custom button or the 3 dots that are meant to be there at all.
Otherwise I wouldn't be asking.
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
jason744 Grandmaster Cheater
Reputation: 0
Joined: 25 Nov 2007 Posts: 638
|
Posted: Sat Mar 15, 2008 4:55 am Post subject: |
|
|
Forget about the stupid custom button.
In the propety bit, scroll down from where you normally would see the custom button until you get to something called "Movie" and "Base"
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
|
| Back to top |
|
 |
malfunction Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Jan 2007 Posts: 1015 Location: http://www.behindthecorner.com/
|
Posted: Sat Mar 15, 2008 5:47 am Post subject: |
|
|
| buzzah wrote: | Ok thanks.
I am following THIS tutorial.
I copied the forms in but when I press F5 to run the game it says.....
Any idea what I did wrong? I copied and pasted the form things he wrote, I am sure they are correct but yeah, any help? |
could you post what the compiler says the error is?
like somewhere at the bottom theres a white box or something which says like ERROR: could not....
_________________
|
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Sat Mar 15, 2008 5:59 am Post subject: |
|
|
I haven't done the complier yet, I am meant to do that after.
Right now I am just meant to be able to log in, nothing else... I think
???
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
AlienX-P Advanced Cheater
Reputation: 0
Joined: 31 Jan 2008 Posts: 52
|
Posted: Sat Mar 15, 2008 6:03 am Post subject: |
|
|
/lore3366.swf is an older version of AQ.
The latest one is /lore3401.swf
|
|
| Back to top |
|
 |
xX0Reaper0Xx Advanced Cheater
Reputation: 0
Joined: 12 Jun 2007 Posts: 57
|
Posted: Sat Mar 15, 2008 6:22 am Post subject: |
|
|
There is no need to use a timer. Mine works fine:
| Code: | Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
AxShockwaveFlash1.Movie = Form2.Swftxt.Text
AxShockwaveFlash1.Base = Form2.Gametxt.Text
AxShockwaveFlash1.FlashVars = "strGUI=medium&strServer=aq10&strLanguage=&strAutoAd=no"
End Sub |
That is for VB2008 if your using an older version of VB then it will most likely be:
| Code: | Private Sub Form_Load
ShockwaveFlash1.Movie = Form2.Swftxt.Text
ShockwaveFlash1.Base = Form2.Gametxt.Text
ShockwaveFlash1.FlashVars = "strGUI=medium&strServer=aq10&strLanguage=&strAutoAd=no"
End Sub |
Form2 meaning my text boxes are on the 2nd form (Obviously) and then the Text box name. FlashVars works for me try it and if you cant get it to work use http://forum.cheatengine.org/viewtopic.php?t=172777 tutorial.
_________________
Definitions:
Leecher - A Noob who steals Files and Posts it somewhere else without credits to the creator.
Noob - A higher form of being that instead of stealing Begs and asks Stupid Questions.
Flamer - Someone who has experience and totally despises noob questions and leechers. |
|
| Back to top |
|
 |
buzzah Grandmaster Cheater
Reputation: 0
Joined: 21 Nov 2007 Posts: 787 Location: MSN
|
Posted: Sat Mar 15, 2008 6:54 am Post subject: |
|
|
Yeah, thanks everyone.
I updated the .swf as I figured that but now it says text 2 is wrong.
I will try that thing above, so where do I put it? In form1?
_________________
PM me if you want an AQ/MQ/DF upgrade card! |
|
| Back to top |
|
 |
|