Hello Everyone I'm making a Thread about dragonfable variables and VB8.
My goal for you guys to understand Coding better and Make your own Codes
Now lets study a Common VB8 code
Call AxShockwaveFlash1.SetVariable
("Character.Origstats.intstr", 9999)
This code sets your str to 9999,But how?
I know most of you are making trainers just copy this part of a code:
Call AxShockwaveFlash1.SetVariable and just fill in the vars correct?
Well,you will NOT get far in Trainer making like this.
You must under stand what Operation codes mean.
First of all the Call Command
what the call command means to call something in this code it's AxshockwaveFlash
Now the AxShockwaveFlash1
This the name of the white box in your Form.
The one you load DF in.BUT be cautious however because the name could change. If it is the first white box its
AxShockwaveFlash1, if it is the Second white box its should be AxShockwaveFlash2 and so on.
Now its time for .SetVariable
Now you've called on your project, you need to command it.
So SetVariable is the command you chose.
SetVariable means to set a value of something.
There are also other commands like show or hide
The last part the ("Character.Origstats.intstr", 9999)
Now you've command your project to set a variable, you need to define it.
Meaning telling your project what variable to change, and what it should change to.
So in this example the variable is:
character.origStats.intStr
and the value is:
9999
Thats it thats PKdude guide so no credits for me. ENJOY MAKING TRAINERS
^^
Here is my First Created Trainer using PKDUDE's guides
Virus scan:
Virustotal. MD5: 7f165ab54921c7dd35d514a317ab5454 its clean