GamerzLife
Welcome to GamerzLife. Please register or log in. Please try to be as active as possible. Thank You, Please Donate to help us out. And get VIP or Donator Status. And help support our upcoming Private Server. Thank You!
GamerzLife
Welcome to GamerzLife. Please register or log in. Please try to be as active as possible. Thank You, Please Donate to help us out. And get VIP or Donator Status. And help support our upcoming Private Server. Thank You!
GamerzLife
Would you like to react to this message? Create an account in a few clicks or log in to continue.
GamerzLife

The Only Way to Game
 
HomeHome  HomeHome  Latest imagesLatest images  RegisterRegister  Log inLog in  
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Navigation
 Home
 Forum
 User Cp
 Faq
 GamerzLife VIP
 Donate
 Youtube
 ChatBox
 
Donate
Forum Status
hit counters
Since Sunday June 14, 2009
Latest topics
» How to save your time in finding a good web design team.
[Tutorial] How to Make DF/MQ trainers EmptyTue Mar 15, 2011 2:20 am by MelissaGods

» what xp you need for next rank guide
[Tutorial] How to Make DF/MQ trainers EmptyFri Jul 17, 2009 5:23 pm by odosama01

» Howz it goin?
[Tutorial] How to Make DF/MQ trainers EmptyFri Jul 17, 2009 5:22 pm by odosama01

» Rohan Gaming Quality
[Tutorial] How to Make DF/MQ trainers EmptyFri Jul 17, 2009 5:20 pm by odosama01

» Too Many Hackers on SF...
[Tutorial] How to Make DF/MQ trainers EmptyFri Jul 17, 2009 5:17 pm by odosama01

» Go to Desperia.com
[Tutorial] How to Make DF/MQ trainers EmptyFri Jul 17, 2009 5:11 pm by odosama01

» HI IM JUSTIN JACKASS
[Tutorial] How to Make DF/MQ trainers EmptyMon Jul 13, 2009 7:41 pm by Resistance

» Tales of Vesparia can take u a while...
[Tutorial] How to Make DF/MQ trainers EmptyMon Jul 13, 2009 1:53 am by j u s t i n

» hey guys add me on here
[Tutorial] How to Make DF/MQ trainers EmptyFri Jul 10, 2009 11:16 pm by odosama01

Top posters
Resistance
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
Datzmark
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
kingddh2
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
j u s t i n
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
Drakren
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
odosama01
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
Tanakanator
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
sl33py
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
Jose
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 
bluepool17
[Tutorial] How to Make DF/MQ trainers Vote_lcap1[Tutorial] How to Make DF/MQ trainers Voting_bar1[Tutorial] How to Make DF/MQ trainers Vote_rcap1 

 

 [Tutorial] How to Make DF/MQ trainers

Go down 
AuthorMessage
Datzmark
Founder & Owner
Founder & Owner
Datzmark


Posts : 120
Points : 264
Join date : 2009-05-08
Age : 33
Location : My Computer

[Tutorial] How to Make DF/MQ trainers Empty
PostSubject: [Tutorial] How to Make DF/MQ trainers   [Tutorial] How to Make DF/MQ trainers EmptyThu May 21, 2009 5:13 pm

This is my version of make a DF/MQ trainer
Pictures are from old one
Picture of mine will be uploaded later on
SWF will be upgraded every upgrade on DF

DF Trainer_____________
Open Vb 6 (Do not post 'Where to get VB 6 just google it)
Click on Standard.exe
Now you right click on a space on the toolbox and click components it should look like this:



Go down the list and find Shockwave
Check it
Click on the Shockwave icon and spread it on the blanc form
Like this:



Below properties click on shockwaveflash

Go to custom and click on it now you should see three dots

Click on the three dots and you should see this:


Type in this for Base Url:
Code:

http://dragonfable.battleon.com/game/

Type in this for Movie Url:
Code:

http://dragonfable.battleon.com/game/gamefiles/core.swf?strFileName=game6_12.swf

press f5 to test it if it works

Hacks__________________

Works for both DF/MQ but different variables

Simple way__________

different ways will be added in a rar file after i ahve time

You need:
-Command Button
-Timer
-Textbox

One of each for one hack

Double click on the Command Button and a code area will pop up

In the code area type this:
Code:

Private Sub Command1_Click()
timer1 = True
End Sub

Double the Timer and a code area will pop up

In the code area type this:
Code:

Private Sub timer2_Timer()
Call ShockwaveFlash1.SetVariable("character.intHP", text1)
Call ShockwaveFlash1.SetVariable("character.intMaxHP", text1)
End Sub

In this case the part that says text is 1 it is different by the number of textbox you use

To make the hack work press f5 on VB 6 and type the value you want for the hp

Variables that i can remember(DF):
character.intMP
character.intMaxMP
character.intHP
character.intMaxHP
character.intParry
character.intMaxParry
character.intDodge
character.intMaxDodge
character.intBlock
character.intMaxBlock

Variables(MQ) that i remember:
_root.character.intGold
_root.character.intHP
_root.character.intEP
_root.character.intLevel
_root.character.intDefense
_root.character.intDodge
_root.character.intBonus
_root.character.intHit
_root.character.intCrit
_root.character.intBoost
_root.character.intEnergyRegen
_root.character.intLuck
_root.character.intPerception
_root.character.intEfficiency
_root.character.intAccuracy
_root.character.intPower
_root.character.intReflex
_root.character.intDragonAmulet
_root.user.intUpgrade
_root.user.intAccessLevel
_root.quest.intEarnedExp
_root.quest.intMaxHP
_root.quest.intMaxEP
_root.character.intGold
_root.character.intCoins


Use SWF Dec to find more variables
SWF Dec will not be posted
Find it yourself

MQ trainer________________

Open Vb 6 (Do not post 'Where to get VB 6 just google it)
Click on Standard.exe
Now you right click on a space on the toolbox and click components it should look like this:



Go down the list and find Shockwave
Check it
Click on the Shockwave icon and spread it on the blanc form
Like this:



Below properties click on shockwaveflash

Go to custom and click on it now you should see three dots

Click on the three dots and you should see this:


Type in this for Base Url:
Code:

http://mechquest.battleon.com/game/default.asp?w=750&h=550

Type in this for Movie Url:
Code:

http://mechquest.battleon.com/game/gamefiles/game0_93.swf

Press f5 and test it


Don't Thanks me I just want to help new trainer makers
Back to top Go down
http://www.gamerzlife.com
 
[Tutorial] How to Make DF/MQ trainers
Back to top 
Page 1 of 1
 Similar topics
-
» COD 4 Private Server Tutorial

Permissions in this forum:You cannot reply to topics in this forum
GamerzLife :: The GamerzLife Forums :: Online Gaming :: Adventure Quest-
Jump to: