 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Fri Aug 22, 2008 9:25 pm Post subject: Why isnt my flash game trainer working for anyone |
|
|
Well i made it in Vb
a Trainer for Samurai Sam
When i give it to other people it says
"Samurai Sam has encounter a problem and needs to quit, we are sorry for the trouble"
Why isnt it working for them?
i didnt do anything wrong D:
Well first off here's what i have right now
| Code: | Public Class Form1
Private Sub AxShockwaveFlash1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Flash1.Enter
Call Flash1.Play()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox("Made By Cuong")
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Call Flash1.SetVariable("ninja.health", 1000)
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Flash1.SetVariable("ninja.livesRemaining", 100)
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Flash1.SetVariable("ninja.jumpAmount", TextBox1.Text)
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Flash1.SetVariable("ninja.runSpeed", 17)
End Sub
End Class
|
Is it the ShockWave Thing?
it works fine for me but when other people open it, they always get an error
i build project already so i have no idea what's wrong
|
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Sat Aug 23, 2008 1:15 am Post subject: |
|
|
First of all, why is only one of the Flash1.SetVariable being Call'ed?
| Quote: | Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Call Flash1.SetVariable("ninja.health", 1000) //Call here
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Flash1.SetVariable("ninja.livesRemaining", 100) //Not here
End Sub |
EDIT: Appearently this isn't VB6, so I got no clue what's wrong.
Last edited by NothingToShow on Sat Aug 23, 2008 1:49 am; edited 1 time in total |
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Sat Aug 23, 2008 1:45 am Post subject: |
|
|
_root.health and _root.livesRemaining
I think try it, bye
_________________
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|