Game Guides > Game FAQ >  

How do you make a cp trainer with the variable codes right

How do you make a cp trainer with the variable codes right
Follow These Steps to Make a CP Trainer. This still works as of Feb 2011. :)

1. To make a CP Trainer you must have Visual Basic 6 or 2010, I use 2010. Download: http://www.microsoft.com/express/Downloads

2. Open up VB and click new project. A blank form will appear.

3. Click on the form and in the properties scroll down to text and rename your trainer whatever you like.

4. If you don't have Shockwave in your toolbox, which isn't a defualt component with VB 2010, right click the toolbox and click on Choose Items and a box will appear. Click the COM Componenets tab and scroll down to Shockwave Flash Object, check it and click OK.

5. Now scroll down to components in your toolbox and drag out Shockwave Flash onto your form, the trainer.

6. In properties for Shockwave scroll down to AllowFullScreen type in true, then go to AllowNetworking type in internal, then to Base and type: http://play.clubpenguin.com/ and lastly go to Dock and type in Fill.

7. Download this CP loader swf file here: http://www.mediafire.com/?shn9pa3p0fb9pkz and save it in a new folder, rename the folder your trainer's name.

8. In VB on Shockwave's properties scroll to movie and type in C:\Users""User""\Desktop""Folder's's Name""\loader.swf "User" is an example and "Folder's Name" should be whatever you named the folder you put the CP loader swf file into.

9. You will see Club Penguin's Penguin Login screen appear if you did this correctly. Now you need to add the codes.

10. Scroll down in the toolbox to Menus and Toolbars and drag out a MenuStrip. Now in the first section on your MenuStrip type in a hack, you can organize your hacks anyway you like. Let's say you chose walk on walls, double click on it after typing and a new tab in VB will appear. Under the words Private Sub ...
copy and paste:

On Error Resume Next
Call ShockwaveFlash1.SetVariable("_level1.shellContainer.ENGINE.my_room_movieclips.block_mc._x", "-5000")

This code enables walk on walls when you click the button on your MenuStrip. Now just add more buttons in the MenuStrip and with the right codes you've got your self a CP Trainer! Still works as of Feb 2011.

Download some codes here: http://www.mediafire.com/?g5wc5sgsw6f91yc

If this doesn't work for you, then you did it wrong. Don't be afraid to read it over.