Arcade Prehacks

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

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

    Re: Building a Trainer with the SWF file in the exe file

    Quote Originally Posted by ReMel
    edit: Yes!! I FOUND iT OUT!
    what did you find?

  2. #12
    RJT
    RJT is offline
    Senior Member
    Join Date
    Oct 2008
    Posts
    304

    Re: Building a Trainer with the SWF file in the exe file

    The easiest way to do this in Visual Basic is setting the EmbedMovie parameter to true and then your swf file will be embedded.

    You can also embed the SWF file by adding it in as a 'resource file'.

    Alternatively, you can also use a exe packer to pack the two files together and extract them to a temporary location on runtime.

    Then you will end up with one exe and both your vb file and your swf file inside. =D

  3. #13

    Join Date
    May 2008
    Location
    Your Moms Pants
    Posts
    3,040

    Re: Building a Trainer with the SWF file in the exe file

    i found a way a while ago but the swf must be kept with the game at all times
    Someone got an 11 killstreak so I must come back.

  4. #14
    F3ar's Avatar
    Join Date
    Jun 2009
    Location
    Pennsylvania, USA
    Posts
    197

    Re: Building a Trainer with the SWF file in the exe file

    Quote Originally Posted by killer1478
    i found a way a while ago but the swf must be kept with the game at all times
    And easy way to do this would be
    Code:
    AxShockwaveFlash1.Movie(0, "/folder/nameofswf.swf")
    for VB08, I know that it's similar with VB6, but I'd have to mess around with it again. I'd be the same way some people have hack menus made with flash.

  5. #15

    Join Date
    May 2008
    Location
    Your Moms Pants
    Posts
    3,040

    Re: Building a Trainer with the SWF file in the exe file

    or loading it form the startup point
    Someone got an 11 killstreak so I must come back.

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
  •