Arcade Prehacks

Results 1 to 5 of 5
  1. #1

    Join Date
    Aug 2010
    Posts
    6

    Trainer with global vars?

    im trying to make a storm the house 3 trainer, but it turns out all the variables are global vars. why is it that we can't change the value in global variables?

  2. #2
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Trainer with global vars?

    Because they will work for the enemy as well

  3. #3

    Join Date
    Aug 2010
    Posts
    6

    Re: Trainer with global vars?

    storm the house 3's variables look like they could be used as local
    for instance:
    sworddmg is how much damage the enemy does to the house, you dont use that variable.

    is it still possible to make a trainer in vb using global vars then? (game isnt multiplayer)

  4. #4
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: Trainer with global vars?

    I'm not a trainer person so I really can't answer that.
    Dave or themanhunt1234 could deal with this

  5. #5
    Senior Member
    Join Date
    Oct 2008
    Location
    Having a rave in the UK!
    Posts
    1,706

    Re: Trainer with global vars?

    If u go into Flash Game Master and if the following show, then I can not help:

    - The variable is like _global.lives
    - There is, lets say, only one of a variable for something that both the enemy and you has.

    If there are, lets say, two _root.lives then you will have to use a more advanced var scanner to find it as FGM does not always show the full path to the variable.

Posting Permissions

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