Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Clemsept
    Clemsept is offline
    Guest
    Join Date
    2013 Apr
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Hello,

    After compiling, when i open a .swf file, the variables are not displayed on the application.
    Is this due to my installation of Visual Studio 2012 or others problems ?

    Thank's

    ---------- Post added 2013-05-02 at 02:35 PM ---------- Previous post was 2013-04-26 at 08:50 PM ----------

    nobody ? :'(
    Last edited by Clemsept; 2013-04-27 at 12:02 PM. Reason: Reformulate

  2. #12
    Remy
    Remy is offline
    New member
    Join Date
    2013 May
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Nice program + .SWF, however instead of using the temp delete those codes and put the swf in debug/application folder and use this line of code:

    Code:
    Private Sub TabPage2_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles TabPage2.Enter
            AxShockwaveFlash1.LoadMovie(1, Application.StartupPath & "/VarScanner.swf")
        End Sub
    for what ever reason your temp code didn't work for me so i changed it to that, which is also my favorite way to load extnernal files with VB.

  3. #13
    infoBru
    infoBru is offline
    New member infoBru's Avatar
    Join Date
    2013 May
    Location
    Ukraine
    Posts
    11
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    Wow! Good job!
    Yay!

  4. #14
    Gummi
    Gummi is offline
    Guest
    Join Date
    2013 Jun
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Hello, this is my first post,and i don't very good speak neglish, but i will try
    Well this is not unical program becouse in the internet is many of this caind program, but stil thanks wery much
    Of this good programa! I know this is not very useful post but still.

  5. #15
    aikfew
    aikfew is offline
    Guest
    Join Date
    2013 Aug
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Any idea how to call CallFunction (AxShockwaveFlash)?
    Especially if the function is hidden multiple layers under.. I have decompile a flash game but have no success yet.

    Any advise is welcome. =)

  6. #16
    Elitism
    Elitism is offline
    Guest
    Join Date
    2013 Aug
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Looks like a nice scanner!

    would be nice if you used try catch to prevent crashes
    Code:
    Try
                AxShockwaveFlash1.SetVariable(TextBox2.Text, TextBox3.Text)
                MsgBox(AxShockwaveFlash1.GetVariable(TextBox2.Text), MsgBoxStyle.OkOnly, Tag)
            Catch : MsgBox("Error") : End Try

  7. #17
    Nickitee
    Nickitee is offline
    Guest
    Join Date
    2013 Jan
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Does it uses standart GetVariable of shockwave object, or?

  8. #18
    Herobrine112211
    Herobrine112211 is offline
    Guest
    Join Date
    2015 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Smile Awesome program.

    A really big thanks i got developing a website that i help people with making trainers and this is very helpful thanks a lot.

  9. #19
    NoctisSpector
    NoctisSpector is offline
    Inactive
    Join Date
    2017 May
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Unhappy It doesn't work for me plz help

    Dosen't work for me. it doesn't load in the game. :x

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [C#] How to hack flash games
    By Dwar in forum Game Researching Tutorials
    Replies: 4
    Last Post: 2013-07-20, 06:29 PM
  2. [Tutorial]Hacking Flash Game Gold/Money
    By Hoshigaki in forum Game Researching Tutorials
    Replies: 4
    Last Post: 2013-03-13, 09:53 AM
  3. Flash Desinfector
    By jonasalexand in forum Trash Bin
    Replies: 3
    Last Post: 2012-01-13, 02:02 PM
  4. Flash games memory hacking using MHS
    By Dwar in forum Game Researching Tutorials
    Replies: 3
    Last Post: 2011-08-01, 11:54 PM
  5. Hacking flash games with CE
    By Dwar in forum Game Researching Tutorials
    Replies: 0
    Last Post: 2010-11-29, 04:16 PM

Tags for this Thread

Posting Permissions

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