Ok well for all those people who want to know how to make a trainer here is the place to go.
1. Click here to download vb6.
2. open and make an exe
3. then go to the right and right click in the tool box then click components.
4. Scroll down until u find shockwave flash and check the box

5. then click apply
6. now there should be a black or white paper thing click it ,and make a screen (make it a little bigger than the picture)

7.Now we need to make some menus, so right-click the form and select ‘Menu Editor’.
8. Make some menus with the following captions and names:
Caption Name Name
Walk on Walls walkonwalls
Ice Rink Walk icerinkwalk
Member makemember
Go to Town gototown
9.Now double click the form and highlight it all and paste this code in:
Private Sub Form_Load()
ShockwaveFlash1.Base = “http://play.clubpenguin.com/load.swf”
ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/load7.swf”
ShockwaveFlash1.Play
End Sub
Private Sub walkonwalls_Click()
Call ShockwaveFlash1.SetVariable(“_level0.holder_mc.ENGINE.my_room_movieclips.block_mc._x”, “-5000″)
End Sub
Private Sub icerinkwalk_Click()
Call ShockwaveFlash1.SetVariable(“_level0.holder_mc.ENGINE.my_room_movieclips.room_mc.ease_method”, “easeInOutQuad”)
End Sub
Private Sub makemember_Click()
Call ShockwaveFlash1.SetVariable(“_level0.holder_mc.SHELL.my_player.is_member”, 0)
End Sub
Private Sub gototown_Click()
Call ShockwaveFlash1.LoadMovie(2, App.Path & “/navigator.swf?roomname=town”)
End Sub
If anyone needs help e-mail me at jake.tripoli@gmail.com I also have more codes for more advanced people just e-mail me.
helllllllpppppppppp.
i did what you said.
but when i run it it show the menu bar and a whit e screen.