Arcade Prehacks

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Need Help With My First Trainer

    Ok, so I am trying to do a trainer for The Last Stand 2. I have been following themanhunt's tutorial for it, and so far, it has worked out great. Until it came to the hack buttons. I am trying to set a hack for hours in a day, but it keeps giving me error messages.
    The error message
    The variable's location
    What am I doing wrong?

  2. #2
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: Need Help With My First Trainer

    SetVariable("hoursInDay",12)

    Maybe read this first?
    viewtopic.php?f=30&t=6233
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  3. #3
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Re: Need Help With My First Trainer

    It wasn't as easy to follow as themanhunt's one. So it has to be in quotes?

  4. #4
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Re: Need Help With My First Trainer

    Dude, wtf, I did that, now I got this message.
    Second Error

  5. #5
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: Need Help With My First Trainer

    Show me the code which causes the error. Then i can fix it.
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  6. #6
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Re: Need Help With My First Trainer

    Umm...
    This what you meant?
    {"An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"}
    It's an error from the swf COM object isn't it?

  7. #7
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: Need Help With My First Trainer

    Post the source, not the error code. Its impossible to debug without the source...
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  8. #8
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Re: Need Help With My First Trainer

    Look, dude, I am sorry to be a pain, but I don't know how to do that.

  9. #9
    Administrator selectLOL's Avatar
    Join Date
    May 2010
    Posts
    3,290

    Re: Need Help With My First Trainer

    Copy the source, use [code] and post it. This is not hard. I know how to do VB trainers. I can fix it in a short time.
    And the error occours when you press the button, or not?
    My website: http://selectlol.com/
    My second game: Play it now

    Its easier to find intelligent life in the universum than in the internet.

  10. #10
    Senior Member
    Join Date
    Sep 2010
    Location
    Programming something else...
    Posts
    894

    Re: Need Help With My First Trainer

    The error occurs when I try to run it (F5)
    Code:
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Call AxShockwaveFlash1.SetVariable("hoursInDay", "12")
    
        End Sub
    
        Private Sub AxShockwaveFlash1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AxShockwaveFlash1.Enter
    
        End Sub
    End Class
    Is this what you meant/

Page 1 of 4 123 ... 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
  •