Results 1 to 1 of 1
  1. #1
    gusdnide's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    287
    Reputation
    15
    Thanks
    1,847
    My Mood
    Amazed

    Some values of variables

    Before Begin. Read tutorials:
    [Tutorial] Creating Your trainer for dragon fable
    [Source] Dragon Fable Trainer 1.5


    Good and only add the buttons or WHAT you will use and add the functions.

    Before of begin
    How to use?
    Exemple : HP Hack:
    VB.net:
    Code:
    Game.SetVariable("character.intHP", 99999) 
    Game.SetVariable("character.intMaxHP", 99999
    C#.net:
    Code:
    Game.SetVariable("character.intHP", "99999");
    Game.SetVariable("character.intMaxHP", "99999");

    VB.net
    Code:
    Game.SetVariable("_root.character.intGold", TextBox1.text);
    C#.net
    Code:
    Game.SetVariable("_root.character.intGold", textBox1.text);
    Game = AxShockwaveFlash ' Component used to load the swf
    SetVariable = 'Funçtion , NOT Change
    character.intHP and character.intMaxHP = Variable, Edit the functions below
    99999 = Value in String
    textBox1 = TextBox for Edit


    Functions:
    Use: Variable = Value


    HP\MP Hack:
    Code:
    character.intHP = 99999
    character.intMP = 99999
    character.intMaxHP = 99999
    character.intMaxMP = 99999
    Gold\Coin:
    Code:
    _root.character.intGold = 99999999
    _root.character.intCoin= 99999999
       or ADD TextBox.
    _root.character.intGold= TextBox1.text
    _root.character.intCoin= TextBox2.text
    Name Hack:
    Code:
    character.strCharacterName = TextBox1.text 
     or 
    character.strCharacterName = "Gusdnide"
    Dragon Amulet:
    Code:
    _root.character.intDragonAmulet =  1 'ON
    _root.character.intDragonAmulet  = 0 'OFF
    GodeMode
    https://www.mpgh.net/forum/220-dragon...od-return.html

    Max Bag Slots:
    Code:
    _root.character.intMaxBagSlots = 99
    EndBatle:
    Code:
    _root.battle.endBattle = 1
    DMG Hack:
    Code:
    character.intDmgMin = 9999
    character.intDmgMax = 9999
    There are other ways, like load a movie. Swf
    VB.net
    Code:
    Game.LoadMovie("SWF/EndQuest.swf")
    C#.net
    Code:
     Game.LoadMovie("SWF/EndQuest.swf")
    'Game = AxShowckwaveFlash
    'SWF/EndQuest.swf = "Local + SWF

    Download Packs Movies:
    KooTrainer | DragonFable Trainer v3 (ADVANCE)

    Pack .swf

    Perfect Fast Defender Medals ~ SWF 2013

    DF Class Trainer SWFs

    Credits: @DawgiiStylz @AqworldThunder

  2. The Following User Says Thank You to gusdnide For This Useful Post:

    Rance-Sama (11-23-2013)

Similar Threads

  1. Some Values: Money and Level
    By DidUknowiPwn in forum Borderlands 2 Hacks
    Replies: 1
    Last Post: 09-28-2012, 03:33 AM
  2. [Request] Pls Need to some value
    By magicwar7 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 07-27-2012, 07:27 PM
  3. help with some team variables?
    By user_error in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 07-16-2010, 07:43 PM
  4. Some sugestions!
    By i eat trees in forum Suggestions, Requests & General Help
    Replies: 22
    Last Post: 01-23-2006, 06:15 AM
  5. Some of my work
    By toshiharu in forum Art & Graphic Design
    Replies: 5
    Last Post: 01-09-2006, 08:33 PM