Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Junior Member
    Join Date
    Dec 2014
    Posts
    11

    DragonFable Trainer v2.0

    Dragonfable Trainer v2.0

    I bring to you the new version of my DragonFable Trainer, with many new functions, new design, etc ...


    Functions

    • Status Hack
    • Gold
    • Level
    • End Battle
    • Finish Quest
    • Fill Health
    • Auto Exp
    • Load Shop, Merge Shop, Class, Town, Quest
    • Hide Weapon, Player
    • Bag Slots Hack
    • Hit Enemy
    • Mouse VAC
    • Defender Medals Hack
    • Shop Lifter
    • Item Loader and SWF Grab
    • SWF Loader





    Tutorial


    1. Open the file in .rar you downloaded and extract the folder that's in it.
    2. Open "Dragon Fable Trainer v2.0.exe"
    3. Check the current build of the game, it does not correspond with the one on trainer, just change it.
    4. Have Fun!





    Download and Scan



    https://www.sendspace.com/file/xh3e2i


    https://www.virustotal.com/pt/file/c...is/1417810811/


    Credits


    Me - Project
    Mpgh Forum - Variables and some swf files


  2. #2
    Senior Member asd123's Avatar
    Join Date
    Sep 2010
    Location
    My house, most likely.
    Posts
    498
    Ah, Dragonfable, That's a game I remember. Played it actively from when I was 7 to like when I was 11.

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    17
    hi can you help me further my dragon fable trainer? I can only make some basic stuff work, like stats money, DA etc. I can't get my exp code to level up from 1 fight.

  4. #4
    Senior Member W4N73D1's Avatar
    Join Date
    Jun 2013
    Location
    null
    Posts
    177
    Quote Originally Posted by RemiGod View Post
    hi can you help me further my dragon fable trainer? I can only make some basic stuff work, like stats money, DA etc. I can't get my exp code to level up from 1 fight.
    i never actually tried to mod this game i think all i did was create a filter that changes data when found lol but that was long ago im sure its patched i think im going to look into this game a bit maybe we can merge some work

  5. #5
    Junior Member
    Join Date
    Aug 2014
    Posts
    17
    Quote Originally Posted by W4N73D1 View Post
    i never actually tried to mod this game i think all i did was create a filter that changes data when found lol but that was long ago im sure its patched i think im going to look into this game a bit maybe we can merge some work
    I have a DF trainer as well, I can't post mines yet..

  6. #6
    Senior Member W4N73D1's Avatar
    Join Date
    Jun 2013
    Location
    null
    Posts
    177
    Quote Originally Posted by RemiGod View Post
    I have a DF trainer as well, I can't post mines yet..
    i couldnt figure it out lol mainly since i was trying to write it in C# which im barely starting and
    i was trying to make a button from a second form change the data to the swf in form1

  7. #7
    Junior Member
    Join Date
    Aug 2014
    Posts
    17
    Quote Originally Posted by W4N73D1 View Post
    i couldnt figure it out lol mainly since i was trying to write it in C# which im barely starting and
    i was trying to make a button from a second form change the data to the swf in form1
    I use C# to code my trainers, but i haveno idea what you are trying to do?

  8. #8
    Senior Member W4N73D1's Avatar
    Join Date
    Jun 2013
    Location
    null
    Posts
    177
    Quote Originally Posted by RemiGod View Post
    I use C# to code my trainers, but i haveno idea what you are trying to do?
    okay i have my form1 in visual studio i added a form2 and added 3 toggle switches 3 radio buttons and 2 buttons 1 of the buttons i wanted to set the variable on the shockwave in form1 and the other is to close form 2 but the form2 wont recognize the shockwave cause its on the other form and the close button turns the toggles off

  9. #9
    Junior Member
    Join Date
    Aug 2014
    Posts
    17
    Quote Originally Posted by W4N73D1 View Post
    okay i have my form1 in visual studio i added a form2 and added 3 toggle switches 3 radio buttons and 2 buttons 1 of the buttons i wanted to set the variable on the shockwave in form1 and the other is to close form 2 but the form2 wont recognize the shockwave cause its on the other form and the close button turns the toggles off
    Have you tried calling form1 with form2 ?

    NOTE: You may want to check this question out and read the comments.
    Last edited by RemiGod; 09-12-2015 at 11:48 PM.

  10. #10
    Senior Member W4N73D1's Avatar
    Join Date
    Jun 2013
    Location
    null
    Posts
    177
    okay i see he used a public string and made his Label public i believe
    but in his code

    public string LabelText
    {
    get { return Lbl.Text; }
    set { Lbl.Text = value; }
    }

    How would i set axShockwaveFlash1 Variable?
    im used to visual basic coding but trynna make something out of C#
    so in VB to set a variable its

    Call axShockwaveFlash1.setVariable("._rootCash", 1000)
    if i remember correctly
    but in C# how would i call that in here im guessing its something like this

    //Public String (Sting name)

    public string FlashVariable
    {
    //i dont know what to put here though
    get { return Lbl.Text; }
    set { Lbl.Text = value; }
    }

    i see "get" and "set" and "return" and im guessing i set "value" in my second form

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •