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