Arcade Prehacks

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36
  1. #21
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: How to Make a Trainer in Visual Basic 2008

    Then 2 moar warnings then THE BANHAMMER!!!

  2. #22

    Join Date
    Sep 2009
    Posts
    5

    Re: How to Make a Trainer in Visual Basic 2008

    in the Call AxShockwaveFlash1.SetVariable("_root.cash", 999999999) part, It says the "_root.cash" thing is wrong. Then it says "Call" is wrong. HELP!!!

  3. #23
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: How to Make a Trainer in Visual Basic 2008

    Moar details plz...

  4. #24

    Join Date
    Sep 2009
    Posts
    5

    Re: How to Make a Trainer in Visual Basic 2008

    Where Do you type "Call AxShockwaveFlash1.SetVariable("_root.cash", TextBox1.Text)"?

  5. #25
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: How to Make a Trainer in Visual Basic 2008

    "AxShockwave"?
    The game migth be Shockwave...

  6. #26

    Join Date
    Sep 2009
    Posts
    5

    Re: How to Make a Trainer in Visual Basic 2008

    there is a list like so:

    Code:
    Public Class Form1
    
        Private Sub Form1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
    
        End Sub
    
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load, AxShockwaveFlash1.Enter
    
        End Sub
    
        Private Sub AxShockwaveFlash1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub AxShockwaveFlash1_Enter_1(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub Button1_Click_2(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub Button1_Click_3(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub ProgressBar1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
    
        End Sub
    
        Private Sub Button1_Click_4(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
           
        End Sub
    End Class


    Where Do i put

    Code:
    [color=#0000BF]Call AxShockwaveFlash1.SetVariable("_root.cash", TextBox1.Text)?[/color]

  7. #27
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: How to Make a Trainer in Visual Basic 2008

    I have no exepirience in these kinda of games.

  8. #28
    Banned
    Join Date
    Jul 2009
    Posts
    67

    Re: How to Make a Trainer in Visual Basic 2008

    Dan34,can you please the next time you put a code into a post,try to put it in a code window.
    Fixed.

  9. #29
    Senior Member
    Join Date
    Jul 2009
    Posts
    8,079

    Re: How to Make a Trainer in Visual Basic 2008

    You should of removed the color code.

  10. #30

    Join Date
    Sep 2009
    Posts
    5

    Re: How to Make a Trainer in Visual Basic 2008

    Oh.

Page 3 of 4 FirstFirst 1234 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
  •