Arcade Prehacks

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11

    Join Date
    Jun 2008
    Location
    Michigan, USA
    Posts
    615

    Re: How to make a trainer with vb2008


  2. #12

    Join Date
    Aug 2008
    Location
    Above and beyond the valleys of contentment
    Posts
    1,217

    Re: How to make a trainer with vb2008

    this game is somewhat hard to hack...why am I saying that? Its because I can only hack the amount of people on the continents and because its random I dont know which part of the state to hack...every state has a variable for itself. Try another game.

  3. #13

    Join Date
    Jun 2008
    Location
    Michigan, USA
    Posts
    615

    Re: How to make a trainer with vb2008

    well, i was just wondering how to put in the box that makes so you can set the people to like 999999999


    Ill find anuther game.... i was just using that as an example

  4. #14

    Join Date
    Dec 2008
    Posts
    9

    Re: How to make a trainer with vb2008

    I was wondering how to lock a variable with that coding , i looked in the videos on the sothink site.
    i couldnt find it so i figured some one here might know.

  5. #15

    Join Date
    Aug 2008
    Location
    Above and beyond the valleys of contentment
    Posts
    1,217

    Re: How to make a trainer with vb2008

    Quote Originally Posted by thebunny
    I was wondering how to lock a variable with that coding , i looked in the videos on the sothink site.
    i couldnt find it so i figured some one here might know.
    do you mean to freeze a variable?
    you just use a timer and set an interval, click anywhere and put this code:
    Code:
    Timer1.Enabled = True
    Timer1.Interval = 1
    Call AxShockWaveFlash1.SetVariable("_root.gold", 9999)
    you can also unfreeze using the code
    Code:
    Timer1.Enabled = False

  6. #16

    Join Date
    Dec 2008
    Posts
    9

    Re: How to make a trainer with vb2008

    Ok that's better , thanks bunches mat

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

    Re: How to make a trainer with vb2008

    Ok, so maybe VB 6 and VB 8 have their differences, but when it comes down to the finished product, there bother realy good! I am using VB 2008 and I realy like it, VB 6 would probally, no offence, be a bit out dated, not saying it is crap cuz well I duno their both good

  8. #18

    Join Date
    Aug 2008
    Location
    Above and beyond the valleys of contentment
    Posts
    1,217

    Re: How to make a trainer with vb2008

    Quote Originally Posted by themanhunt1234
    Ok, so maybe VB 6 and VB 8 have their differences, but when it comes down to the finished product, there bother realy good! I am using VB 2008 and I realy like it, VB 6 would probally, no offence, be a bit out dated, not saying it is crap cuz well I duno their both good
    in arcadetrainer, it is only allowed to be single exe and only vb6 manage to do that, vb8 need more than an exe file, also not many people have framework so vb6 wins the challenge temporarily like windows xp is STILL more popular than vista

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

    Re: How to make a trainer with vb2008

    Windows XP is the better one. XP has lower power consumption, still looks nice and works! Stop complaining and start living!

Page 2 of 2 FirstFirst 12

Posting Permissions

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