PURECHEATING FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

PURECHEATING FORUM

OFFICIAL PURECHEATING FORUMS
 
HomeGallerySearchLatest imagesRegisterLog in

 

 [Tut] How to make an AQ trainer

Go down 
2 posters
AuthorMessage
Admin
Admin
Admin
Admin


Male
Number of posts : 587
Age : 49
Location : Bahrain
Registration date : 2007-11-03

Character sheet
Coins: Infinity
Level: Maximum level
Health:
[Tut] How to make an AQ trainer Left_bar_bleue99999999999/99999999999[Tut] How to make an AQ trainer Empty_bar_bleue  (99999999999/99999999999)

[Tut] How to make an AQ trainer Empty
PostSubject: [Tut] How to make an AQ trainer   [Tut] How to make an AQ trainer Icon_minitimeSat Dec 01, 2007 11:01 am

Okay so a lot of people have asked me if I could make a tut on how to make an Advenutre Quest trainer. I will only show you how to make your trainer load the game and give you tips on how to start but no more because there will be hundreds of leechers making trainers and i don't think we need that kind of chaos so.........

again you need 2 things: visual basic 6: I WILL NOT PROVIDE A DOWNLOAD LINK TO VB6!

and a decompiler which you can get here:
http://www2.sothink.com/download/swfdec.zip

NOW open up vb6 and start a new project and choose "standard exe" you will have a blanc "form". now right click on your toolbox and click on components.


[Tut] How to make an AQ trainer Vb1aw0

scroll to the bottom of the list and add the component called "shockwave flash"

then put the shockwave flash onto your blank form.

[Tut] How to make an AQ trainer Vb2yc3

click on the shockwave flash and on the right side you can see the properties window.

[Tut] How to make an AQ trainer Vb3mt9

okay, now you need the movie URL and the base URL.
the movie URL for AQ is: http://aq.battleon.com/Build30/engine/Lore3366.swf
the base URL for AQ is:
http://aq.battleon.com/Build30/game.asp?launchtype=medium

AQ should load but you won't be able to log in. now click on your shockwave flash object once and on the right side on the properties menu: make your properties the exact same as these:

[Tut] How to make an AQ trainer Vb4ob1

now add a timer to your form and put it ontop of your shockwave flash object like this:

[Tut] How to make an AQ trainer Vb5iw6

now on the timer properties menu set the interval to 10.

[Tut] How to make an AQ trainer Vb6kw2

your almost done!!! now just add textboxes to your form.

[Tut] How to make an AQ trainer Vb7zb9

again type in the base and the movie URL in the textboxes using the properties tab. make sure NOT to mix these up. the base URL is for text1 and the movie URL is for text2 if you mix these up your trainer will not work.

[Tut] How to make an AQ trainer Vb8fy3

now go back to your timer and double click on it. the code window will pop up. type in this code:
Private Sub Timer1_Timer()
ShockwaveFlash1.FlashVars = "strGUI=medium&strServer=rayzard"
End Sub

[Tut] How to make an AQ trainer Vb9jh6

now go to the drop down menu and choose "form" and another code area will appear that.

[Tut] How to make an AQ trainer Vb10gn1

now type in this code in the form code area:

Private Sub Form_Load()
ShockwaveFlash1.Movie = Form1.Text2.Text
ShockwaveFlash1.Base = Form1.Text1.Text
ShockwaveFlash1.Play
End Sub

[Tut] How to make an AQ trainer Vb11qa2

now press F5 to test your trainer. you SHOULD be able to log in.

now here comes the hard part. in my flash trainer tutorial, the code for variables was: Call flash.setvariable("score", text1.text)

but since there are thousands of game files that make up AQ there are a lot of different codes to obtain variables.



Now this is where the decompiler comes in. you might want to read this before you continue:
http://forum.cheatengine.org/viewtopic.php?t=118473

just scroll down to the bottom and only read the part about the decompiler.

~---------------------------------------------------------------------------------~

now that your done reading it or already have read it, save the lore3366.swf to your documents and open it up with the decompiler. now on the right side, click on actions and main movie. and search the entire form for things like: health, mana stats, level ect.

and there you go!! you've now learned the basics of how to make an AQ trainer. have fun and good luck!!


Happy Hacking!!!!

I'd also like to thank 2 people that helped me out: Br1tn3y, Kevinn and NewWorldOrder. thanks guys! [Tut] How to make an AQ trainer Icon_biggrin







AQ Loader and Source.zip
Description:
[Tut] How to make an AQ trainer Icon_clip
Download
Filename: AQ Loader and Source.zip
Filesize: 3.61 KB
Downloaded: 723 Time(s)

Back to top Go down
http://purecheatingforum.forumotion.com
XxAzGuNzXx
Hacker
Hacker
XxAzGuNzXx


Male
Number of posts : 222
Age : 32
Location : Some place in Arizona
Registration date : 2007-11-30

Character sheet
Coins: 250
Level: 0
Health:
[Tut] How to make an AQ trainer Left_bar_bleue1000/1000[Tut] How to make an AQ trainer Empty_bar_bleue  (1000/1000)

[Tut] How to make an AQ trainer Empty
PostSubject: Re: [Tut] How to make an AQ trainer   [Tut] How to make an AQ trainer Icon_minitimeSat Dec 01, 2007 1:01 pm

whats the timer code to have the timer work
Back to top Go down
http://purehacking.forumotion.com/index.htm
 
[Tut] How to make an AQ trainer
Back to top 
Page 1 of 1
 Similar topics
-
» How to make a flash trainer
» adevture quest trainer here/
» SAMURAI SAM LAST TRAINER +22
» pinball trainer
» Habbo Hotel trainer?

Permissions in this forum:You cannot reply to topics in this forum
PURECHEATING FORUM :: Games Cheating Programs-
Jump to: