Arcade Prehacks

Page 3 of 11 FirstFirst 12345 ... LastLast
Results 21 to 30 of 105
  1. #21

    Join Date
    May 2008
    Posts
    573

    Re: How to make a Trainer in VB6

    Quote Originally Posted by Magnite7
    oh ok thanks... now i understand and the text1.text... so if i have 2 text boxes it would be text2.text and so on?
    correct
    Just an FYI to everyone, I don't hack anymore. I have stuff that I do outside of this. Goodbye and goodluck

  2. #22
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: How to make a Trainer in VB6

    When i open up Flash Game master it goes to the help thing but i don't know how to get to where you got in the picture..

    Magnite7

  3. #23
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: How to make a Trainer in VB6

    nevermind i got it

  4. #24

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: How to make a Trainer in VB6

    Magnite7 please don't double post...

  5. #25
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: How to make a Trainer in VB6

    Quote Originally Posted by axzus
    Magnite7 please don't double post...
    Whoops sorry..

  6. #26

    Join Date
    Jun 2008
    Posts
    1

    Re: How to make a Trainer in VB6

    can u send a link of VB6 download to my email ([email protected]) i cant find it anyware

  7. #27

    Join Date
    Jul 2008
    Location
    GMT -7
    Posts
    1

    Re: How to make a Trainer in VB6

    Just wanted to point out something here:
    Quote Originally Posted by sme11y
    1. There are other ways to find variables but that is the only easy way to find variables for encrypted games as well as normal games
    2. yes you would use the same code just different variables and values if you want
    3. there is a way for that. just put a text box next to the command button.and instead of that code it would be


    Code:
        Call ShockwaveFlash1.SetVariable("_root.variable)", text1.Text

    the text1.Text will change depending on how many text boxes you have
    That statement is incorrect and would cause a syntax in VB6, the correct statement would look like this:

    Code:
        Call ShockwaveFlash1.SetVariable("root.variable", Text1.Text)

  8. #28

    Join Date
    May 2008
    Posts
    573

    Re: How to make a Trainer in VB6

    o yeah. thanks for that. made a little typo. thanks for pointing it out
    Just an FYI to everyone, I don't hack anymore. I have stuff that I do outside of this. Goodbye and goodluck

  9. #29
    SLOVAKIAN's Avatar
    Join Date
    Jul 2008
    Location
    Somewhere in the whole world
    Posts
    121

    Re: How to make a Trainer in VB6

    and is it legal to download a game and then put it hacked on web??

  10. #30

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: How to make a Trainer in VB6

    Quote Originally Posted by SLOVAKIAN
    and is it legal to download a game and then put it hacked on web??
    Not at all... If its not like hacking preimer items or multiplayer game...

Page 3 of 11 FirstFirst 12345 ... 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
  •