How To Make CP Trainers?

How To Make a Club Penguin Trainer

If you want to make a Club Penguin trainer you should follow the steps below:

1.Download Visual Basic 6.0.

1.Download: HERE

2.Open Visual Basic 6.0 and choose Standard Exe.

3.Click on Ctrl + T and choose ShockWaveFlash:

4.Go to the properties window of the form and choose a name for your trainer:

5.After you renamed the trainer & chosen ShockWaveFlash it a black square will be on the tool bar, Click the black square and drag it on the form like this:

6.Now to make Club Penguin Load In English, Code it with this:

Private Sub Form_Load()
ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf”
ShockwaveFlash1.Play
End Sub

7.Make a and make it as big as you want & call it Walk On Walls.


8.Now click on the and code it with:

Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.block_mc._x”, -5000)

9.Now click F5 and the trainer will start and Club Penguin will load in it then log into Club Penguin form your trainer & click the you made that’s called Walk On Walls & you will be walking on walls!

………YOU CAN MAKE MORE HACKS BY USING THESE VARIABLES………

-Make more and call them what ever you want and code them with any of these codes:

1.Walk On Walls:

Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.block_mc._x”, -5000)

2.Ice skate mode:

Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.block_mc._x”, -5000)

3.Become a temporary member:

Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.is_member”, True)

4.Become a temporary moderator:

Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.INTERFACE.is_moderator”, True)

5.Set your age:

Call form1.ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.created_date”, InputBox(“Enter a number.”))

6.Set your coins:
Call form1.ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.coins”, Inputbox(“Enter an amount.”))

7.Make me on safe chat:

Call form1.ShockwaveFlash1.SetVariable(“_level0.instance.shell.is_world_safe”, False)

7.Steel Player By Player Card:
Call form1.ShockwaveFlash1.SetVariable(“_level0.instance.shell.SHELL.my_player.player_id”,  ShockwaveFlash1.GetVariable(“_level0.instance.shell.INTERFACE.active_player_object.player_id”))

For More Help Please Contact Me At: Mohd33.Cp@GMail.Com

411 comments on “How To Make CP Trainers?

  1. mohd33 says:

    Did You Like This Page?
    Please Comment 🙂

  2. cciamlazy says:

    ya but i have all the codes and Ya you know me but it is cool

    • spoo1 says:

      hey can you share some codes with me

      • lazerr says:

        can u give me some new codes i need!! 😀

      • slycooper5 says:
        yeah i ca here are all the ones i know:Private Sub addaserver_Click() Dim txt txt = InputBox(“Please enter a name for your server name.”) MsgBox (“Now scroll down till you see your sever you made”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.name”, txt) End Sub Private Sub alpha_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._alpha”, InputBox(“Please Set Your Alpha [1 Is Invisible-100 Is Visible]”)) End Sub Private Sub amiamem_Click() MsgBox (“Member Status: ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.is_member”) & “.”) End Sub Private Sub amisafe_Click() MsgBox (“Safe Chat Status: ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.is_safemode”) & “.”) End Sub Private Sub big_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 500) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 500) End Sub Private Sub bodyid_Click() MsgBox (“Your Body Item ID Is ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.body”) & “.”) End Sub Private Sub changeyourage_Click() Dim txt txt = InputBox(“Please Type Your Wanted Age”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.created_date”, txt) End Sub Private Sub changeyourcoins_Click() Dim txt txt = InputBox(“Please Type Your Wanted Coin Amount”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.coins”, txt) End Sub Private Sub changeyourusername_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.INTERFACE.nicknames_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “.name_txt.text”, InputBox(“Enter The Name You Want To Have.”)) End Sub Private Sub custom_Click() Dim txt txt = InputBox(“Please Type How Long You Want To Be Idle For (Minutes)”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, txt) End Sub Private Sub customheight_Click() txt = InputBox(“Please Enter Your Wanted Height.”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, txt) End Sub Private Sub customhowfull_Click() Dim txt txt = InputBox(“Pelase Type What Population You Would Like For All THe Servers (Please don’t type 5 bars, Heres what to to for an example: Full is 9 and Empty is 0)”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.101.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.102.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.103.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.104.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.105.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.106.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.107.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.108.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.109.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.110.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.111.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.112.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.113.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.114.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.115.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.116.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.117.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.118.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.120.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.121.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.122.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.123.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.124.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.125.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.126.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.127.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.128.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.129.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.130.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.131.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.132.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.133.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.134.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.135.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.136.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.137.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.138.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.139.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.140.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.141.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.143.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.144.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.145.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.146.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.147.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.148.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.149.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.150.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.151.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.152.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.153.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.154.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.155.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.156.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.157.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.158.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.159.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.160.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.161.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.162.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.163.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.164.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.165.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.166.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.167.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.168.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.169.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.170.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.200.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.201.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.202.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.203.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.204.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.206.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.205.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.207.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.208.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.209.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.210.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.211.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.212.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.213.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.214.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.215.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.300.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.301.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.302.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.303.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.304.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.305.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.306.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.307.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.308.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.309.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.310.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.311.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.312.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.313.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.314.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.315.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.400.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.401.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.402.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.403.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.404.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.405.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.406.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.407.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.408.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.409.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.410.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.411.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.171.population”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.119.population”, txt) End Sub Private Sub customsize_Click() Dim txt txt = InputBox(“Please Enter Your Wanted Width.”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, txt) End Sub Private Sub customwidth_Click() Dim txt txt = InputBox(“Please Enter Your Wanted Height.”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, txt) End Sub Private Sub emptyservers_Click() MsgBox (“All servers are now empty!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.101.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.102.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.103.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.104.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.105.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.106.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.107.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.108.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.109.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.110.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.111.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.112.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.113.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.114.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.115.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.116.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.117.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.118.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.120.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.121.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.122.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.123.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.124.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.125.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.126.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.127.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.128.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.129.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.130.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.131.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.132.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.133.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.134.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.135.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.136.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.137.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.138.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.139.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.140.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.141.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.143.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.144.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.145.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.146.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.147.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.148.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.149.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.150.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.151.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.152.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.153.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.154.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.155.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.156.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.157.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.158.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.159.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.160.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.161.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.162.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.163.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.164.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.165.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.166.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.167.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.168.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.169.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.170.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.200.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.201.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.202.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.203.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.204.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.206.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.205.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.207.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.208.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.209.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.210.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.211.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.212.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.213.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.214.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.215.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.300.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.301.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.302.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.303.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.304.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.305.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.306.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.307.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.308.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.309.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.310.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.311.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.312.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.313.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.314.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.315.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.400.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.401.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.402.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.403.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.404.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.405.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.406.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.407.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.408.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.409.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.410.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.411.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.171.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.119.population”, “0”) End Sub Private Sub english_Click() ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf” ShockwaveFlash1.Play End Sub Private Sub fat_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 50) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 700) End Sub Private Sub Form_Load() ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf” ShockwaveFlash1.Play End Sub Private Sub french_Click() ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?aff=0&lang=fr” ShockwaveFlash1.Play End Sub Private Sub fullservers_Click() MsgBox (“All servers are now full!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.101.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.102.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.103.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.104.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.105.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.106.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.107.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.108.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.109.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.110.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.111.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.112.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.113.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.114.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.115.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.116.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.117.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.118.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.120.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.121.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.122.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.123.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.124.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.125.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.126.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.127.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.128.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.129.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.130.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.131.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.132.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.133.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.134.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.135.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.136.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.137.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.138.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.139.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.140.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.141.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.143.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.144.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.145.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.146.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.147.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.148.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.149.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.150.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.151.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.152.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.153.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.154.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.155.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.156.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.157.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.158.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.159.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.160.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.161.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.162.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.163.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.164.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.165.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.166.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.167.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.168.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.169.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.170.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.200.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.201.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.202.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.203.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.204.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.206.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.205.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.207.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.208.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.209.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.210.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.211.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.212.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.213.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.214.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.215.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.300.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.301.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.302.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.303.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.304.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.305.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.306.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.307.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.308.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.309.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.310.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.311.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.312.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.313.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.314.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.315.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.400.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.401.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.402.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.403.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.404.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.405.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.406.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.407.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.408.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.409.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.410.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.411.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.171.population”, “999999999”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.119.population”, “999999999”) End Sub Private Sub howmuchcoinsdoihave_Click() MsgBox (“You Have ” & ShockwaveFlash1.GetVariable(“_level0.instance.my_player.coins”)) End Sub Private Sub huge_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 900) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 900) End Sub Private Sub icerinkmode_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.ease_method”, “easeInOutQuad”) End Sub Private Sub Idelfor3minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “3#”) End Sub Private Sub idlefor1_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “1#”) End Sub Private Sub idlefor2minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “2#”) End Sub Private Sub idlefor4minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “4#”) End Sub Private Sub idlefor5minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “5#”) End Sub Private Sub idlefor6minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “6#”) End Sub Private Sub idlefor7minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “7#”) End Sub Private Sub idlefor8minutes_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “8#”) End Sub Private Sub invisible_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 0) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 0) End Sub Private Sub isrhonline_Click() MsgBox (“Is Rockhopper Logged on Club Penguin Right Now?: ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.mascot_options.migrator_active”)) End Sub Private Sub lastban_Click() MsgBox (“Your Age Before Your Last Ban Was : ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.banned_age”) & “.”) End Sub Private Sub medium_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 35) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 35) End Sub Private Sub never_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “9999999#”) End Sub Private Sub nomod_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.INTERFACE.is_moderator”, False) End Sub Private Sub nomemb_Click() MsgBox (“Your Penguin Is Now Not A Member!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.is_member”, False) End Sub Private Sub normal_Click(Index As Integer) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.idle_timeout”, “10#”) End Sub Private Sub portuguese_Click() ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?aff=0&lang=pt” ShockwaveFlash1.Play End Sub Private Sub renameallservers_Click() Dim txt txt = InputBox(“Please enter a name for all of the servers.”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.101.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.102.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.103.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.104.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.105.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.106.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.107.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.108.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.109.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.110.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.111.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.112.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.113.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.114.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.115.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.116.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.117.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.118.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.120.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.121.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.122.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.123.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.124.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.125.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.126.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.127.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.128.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.129.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.130.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.131.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.132.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.133.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.134.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.135.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.136.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.137.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.138.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.139.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.140.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.141.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.143.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.144.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.145.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.146.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.147.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.148.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.149.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.150.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.151.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.152.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.153.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.154.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.155.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.156.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.157.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.158.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.159.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.160.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.161.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.162.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.163.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.164.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.165.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.166.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.167.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.168.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.169.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.170.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.171.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.200.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.201.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.202.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.203.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.204.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.205.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.206.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.207.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.208.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.209.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.210.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.211.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.212.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.213.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.214.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.215.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.300.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.301.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.302.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.303.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.304.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.305.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.306.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.307.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.308.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.309.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.310.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.311.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.312.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.313.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.314.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.315.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.400.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.401.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.402.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.403.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.404.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.405.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.406.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.407.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.408.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.409.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.410.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.411.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.119.name”, txt) End Sub Private Sub ShockwaveFlash1_OnReadyStateChange(newState As Long) ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf” ShockwaveFlash1.Play Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.analytics.sendToOmniture”, “cpsuck”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.LOCAL_CRUMBS.lang.please select a world”, “welcome welcome”) End Sub Private Sub showpenguinID_Click() MsgBox (“This Penguin’s Id Is: ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.INTERFACE.active_player_object.player_id”) & “.”) End Sub Private Sub skinny_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 500) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 50) End Sub Private Sub sowotherpenguinid_Click() MsgBox (“Please note that you need to have their playercard open to do this”) MsgBox (“This Penguin’s Id Is: ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.INTERFACE.active_player_object.player_id”) & “.”) End Sub Private Sub tiny_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, 5) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, 5) End Sub Private Sub walkonwalls_Click() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.block_mc._x”, -5000) End Sub Private Sub yesmemb_Click() MsgBox (“Your Penguin Is Now A Member!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.is_member”, True) end sub
  3. mohd33 says:

    I Am Not Going To Post Rare Codes!
    This Page Is For Beginner’s.

    • Jett says:

      Where do u get the codes

      • Hasan11 says:

        yeah i am also thinking this!

      • Refz1234 says:

        Y people Just share da codes wid him It’s his web ini?
        Jus share da ocdez man people are wanting To make atrainer and it’s depending On him to show em So jus give The “Rare” codes

      • Slycooper5 says:

        I Make Them

      • keehl254 says:

        these codes are called variables,they can be found by searching them up,but a real good person with trainers doesnt always do that,i make mine by looking at the clubpenguin action script codes,if there is something that a penguin can do on there i expirement with it to make one of the codes above

        the code to make someone a mod is what cp uses to make mods,we take it and put it into a code like

        call shockwaveflash1.setvariable(“_level0.instance.shell.INTERFACE.is_moderator”,true)

        for example there are many ways to put this code into something else like

        call shockwaveflash1.setvariable(“_level0.instance.shell.INTERFACE.my_player.is_member”,true)

        with this you can also change member codes to

        call shockwaveflash1.setvariable(“_level0.instance.shell.INTERFACE.my_player.is_member”,5)

        which im working on but might make a five star badge member

        TEMP

        like mohd33 i’m not going to post any codes he doesnt except for hide error

    • atticusmas says:

      hey i dont see a black box plz help

    • alii says:

      that was so mean!!

    • je ever says:

      psssh im a beginner i can handle just some little codes psh give me a break whatev dude

  4. connorl11 says:

    i have all the codes to

  5. Tybone10 says:

    Hello! It’s me Tybone10! Please e-mail me @ tmstyler@yahoo.com and tell me how to get swfs to work? I’ll give you all my codes.

    • hollypenguins2009 says:

      What do you mean SWFs?

    • hollypenguins2009 says:

      oh do you mean flash.swf?

      • potter4563 says:

        ya can you tell me how to work the flash.swf too? I have all the codes on my project and I cant wait to publish it on my website. but i need the flash.swf for it to work. i have every single code on it, and it will be more popular than penguin storm.

      • cpstaticabc says:

        I know a few:

        Hide Error:
        Call Game.LoadMovie(2, CurDir() & “/flash.swf?w=hideerror”)

        Perm Item:
        Dim txt
        txt = InputBox
        Call Game.LoadMovie(2, Application.StartupPath & “/flash.swf w=item&theid=” & txt)

        Hacker Room (HackerRoom SWF Needed):
        MsgBox(“Click the tallest mountain on the map”, 0 + 0, “Hacker Room”)
        Call Game.LoadMovie(2, CurDir() & “/HackerRoom.swf”)

        Load Town:
        Call Game.LoadMovie(2, Application.StartupPath & “/flash.swf?w=room&roomname=town”)

  6. Mat Yeah says:

    this sounds cool…

  7. cciamlazy says:

    who can tell me how to make a swf file if you can I will give you be a puffle all of them and any code of your choice if i have it

  8. cciamlazy says:

    hey mohd33 i want to trade codes i will give you rotate all players for become item and any code i have and make you an auther on my site

  9. cciamlazy says:

    if you eccept email me at cciamlazy@rocketmail.com anyone that can i will do it

  10. swimmyblue says:

    when i download visual basic 6 portable it take me to some page with links in it why?

  11. swimmyblue says:

    how do you get swfs to work i need to know plz tell me

  12. microchip123 says:

    every body can do this

  13. microchip123 says:

    helo this is weird it wont work

  14. Bandshee says:

    Its doesn’t work the load code, it says movie not loaded when I hover over it?
    Note: I use Visual Basic 5.0 CCE…
    do I need to get Visual Basic 6.0?
    -Bandshee

  15. rsnail says:

    I do one and it cool be a puffle hacker room and a lot!

  16. Bandshee says:

    Whats the Ice Rink code?
    Because the Ice Rink code looks exactly the same as Walk on walls code?!
    -Bandshee

  17. gilkzxc says:

    cpcpaino you didn’t tell me in the email where to put this code in my cp trainer
    ShockwaveFlash1.SetVariable “_level0.instance.shell.loading.message_txt.text”, “Loading Penguin Thunder 5.0”

  18. Hasan11 says:

    Hi!
    Everything’s done! When i press F5 it says ‘Compile Error: Syntax Error..???????whats thiiiiiissssssss?? 😦

  19. mohd33 says:

    In a timer.
    😉

  20. Almost says:

    Nice, I know its kinda basic but I’m new to hacking cp and now I have my own trainer! 😀

  21. Sensei says:

    im not creating a trainer with the program

  22. darthred2 says:

    hello i have problems installing the shock wave flash player! how i can install? plese said me at my gmail that is darthred2@gmail.com

    and penguin thunder is very cool!!!
    chao by darthred2

  23. Cheatscp123 says:

    hey i have all the codes can we both make a cp trainer?????/
    my site http://www.cheatscp123.wordpress.com
    thanx
    makfee

  24. Crazy-Boy says:

    can i have some code
    post them on http://blog.cp.000space.com/
    is for the spanish comunity

  25. darthred2 says:

    hello some one knows why does when i finish my trainer and i save it in the desk it only apperas a white square and when i want to oppenitsaids find the correct file to oppenit!

    why’

    • Pokematrix247 says:

      hi, you need to go back into your publish master and where it says coustom vairibles type
      Image.vast(1) = Savefile,
      Then U need like a Icon maker and import your icon into your publish master where it says icon

      next save it and wola

  26. rupertbear9 says:

    So does it work I hope so!

  27. Jack says:

    it’s not working for me 😦

  28. vandy says:

    VB 6 is NOT WORKING!!
    what should I DO?

  29. vandy says:

    HELP

    ]

    ]

    ]

    ]

    ;-(

  30. Not again..... says:

    Hey i tryed to load up cp but it said synthax error and it was being stupid so can u help me?

  31. monkeyjoe1 says:

    ummmmm i rily dont like hacking and how do you get to that page?

  32. lazycory says:

    vb6 dont work for me…
    it says this program has stopped working

  33. Crazy says:

    I know the REAL Loop Money Maker code!
    Microchip123 didn’t even know it
    I will trade anyone the Loop Money maker code for the Become A Puffle Code
    E-mail me crazyarturo563@yahoo.com

  34. 1aldwin9 says:

    great good for beginners

  35. Hey my XP doesn’t know the file what should I do?

  36. weirdo says:

    please make penguin thunder 6 a zip

  37. mohd33 says:

    OK :))

  38. peperspice says:

    May I have permission to use your Flshz.swf for my trainer?

  39. Retrochip123 says:

    cool but i can make a better one

  40. peperspice says:

    To: Mohd33
    From: Peperspice
    Message: May I please Use Your Flshz.swf For My Trainer?

  41. england682 says:

    ive never made a trainer before and i was wanderin if you could possibly put your trainer into more details and more pictures

  42. england682 says:

    wait i meen the instructions

  43. Flamster1000 says:

    Hello,

    visit my website: http://www.thebestclubpenguincheatscp.webs.com

    Did this programm has a virus? PLease tell me at my email

    Thanks for you help

  44. HERE IS ALL THE CODES! says:
    Call ShockwaveFlash1.SetVariable(”_root.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(”_root.instance.shell.SHELL.my_player.player_id”) & “._rotation”, InputBox(”Please Set”)) Private Sub black_Click() On Error Resume Next Dim var_normalblack var_normalblack = “0x333333” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_normalblack) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_normalblack) End Sub Private Sub blue_Click() On Error Resume Next Dim var_blue var_blue = “0x003366” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_blue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_blue) End Sub Private Sub bodyid_Click() On Error Resume Next MsgBox (“Your Body Item ID Is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.body”) & (“.”) MsgBox (“The name is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.body” & “.name”) & (“.”) End Sub Private Sub Boileranddancemusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://play.clubpenguin.com/v2/content/global/music/6.swf” ShockwaveFlash2.Play End Sub Private Sub bonusgame_Click() On Error Resume Next Form2.Show End Sub Private Sub brown_Click() On Error Resume Next Dim var_brown var_brown = “0x996600” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_brown) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_brown) End Sub Private Sub buybluemailbag_Click() On Error Resume Next Call ShockwaveFlash1.LoadMovie(2, App.Path & “/flash.swf?w=item&theid=317”) End Sub Private Sub CoffeeShopmusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://play.clubpenguin.com/v2/content/global/music/1.swf” ShockwaveFlash2.Play End Sub Private Sub coinsinfo_Click() On Error Resume Next MsgBox (“You Have “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.coins”) & (“.”) End Sub Private Sub Command1_Click() Call ShockwaveFlash1.SetVariable(“_level0.holder_mc.SHELL.my_player.is_member”, True) End Sub Private Sub Command2_Click() Shell App.Path & “/” & App.Title & “.exe” Form2.Hide Form1.Hide End End Sub Private Sub coololdmusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://clubpenguin.com/flash/500.swf” ShockwaveFlash2.Play End Sub Private Sub copykat77website_Click() On Error Resume Next MsgBox (“You are now going to a website.”) Call GoToWebsite(Me, “http://theonlybestcptrainerandcheats.wordpress.com”) End Sub Private Sub cpsite_Click() On Error Resume Next MsgBox (“You are now going to a website.”) Call GoToWebsite(Me, “http://www.clubpenguin.com”) End Sub Private Sub dancemixmusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://play.clubpenguin.com/v2/content/global/music/2.swf” ShockwaveFlash2.Play End Sub Private Sub darkblack_Click() On Error Resume Next Dim var_cdb1 var_cdb1 = “0x000000” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_cdb1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_cdb1) End Sub Private Sub darkgreen_Click() On Error Resume Next Dim var_darkgreen var_darkgreen = “0x006600” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_darkgreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_darkgreen) End Sub Private Sub darkpurple_Click() On Error Resume Next Dim var_darkpurple var_darkpurple = “0x660099” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_darkpurple) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_darkpurple) End Sub Private Sub emptyservers_Click() On Error Resume Next MsgBox (“This does not work with new servers made. Click ok to empty servers.”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.101.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.102.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.103.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.104.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.105.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.106.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.107.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.108.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.109.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.110.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.111.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.112.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.113.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.114.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.115.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.116.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.117.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.118.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.119.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.120.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.121.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.122.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.123.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.124.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.125.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.126.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.127.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.128.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.129.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.130.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.131.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.132.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.133.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.134.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.135.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.136.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.137.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.138.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.139.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.140.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.141.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.143.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.144.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.145.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.146.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.147.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.148.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.149.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.150.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.151.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.152.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.153.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.154.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.155.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.156.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.157.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.158.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.159.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.160.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.161.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.162.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.163.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.164.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.165.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.166.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.167.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.168.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.170.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.171.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.200.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.201.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.202.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.203.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.204.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.205.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.206.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.207.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.208.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.209.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.210.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.211.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.212.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.213.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.214.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.215.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.300.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.301.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.302.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.303.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.304.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.305.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.306.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.307.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.308.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.309.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.310.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.311.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.312.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.313.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.314.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.315.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.400.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.401.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.402.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.403.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.404.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.405.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.406.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.407.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.408.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.409.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.410.population”, “0”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.411.population”, “0”) End Sub Private Sub english_Click() On Error GoTo ErrorHandler2 Dim methodswf1 methodswf1 = ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_room.name”) If methodswf1 = “undefined” Then ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=en” ShockwaveFlash1.Play Else MsgBox “You can only change the language BEFORE login, please close and re-open the trainer.”, vbExclamation End If ErrorHandler2: ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=en” ShockwaveFlash1.Play End Sub Private Sub enterid_Click() On Error Resume Next Dim theidinput theidinput = InputBox(“What is the item ID of the item you want? You may need to click Patched ID Breakout if a ban message comes up!”) Call ShockwaveFlash1.LoadMovie(2, CurDir & “/flash.swf?w=item&theid=” & theidinput) End Sub Private Sub faceid_Click() On Error Resume Next MsgBox (“Your Face Item ID Is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.face”) & (“.”) End Sub Private Sub feetid_Click() On Error Resume Next MsgBox (“Your Feet Item ID Is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.feet”) & (“.”) End Sub Private Sub Form_Load() On Error Resume Next Form1.Caption = Form1.Caption & ” | Opened at ” & Time ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf” ShockwaveFlash1.Play ShockwaveFlash2.Movie = “http://clubpenguin.com/flash/500.swf” ShockwaveFlash2.Play End Sub Public Sub GoToWebsite(window As Variant, URL As String) ‘Opens the default webbrowser with url url, ‘window is a reference to a form/window Dim ret& ret& = ShellExecute(window.hwnd, “Open”, URL, “”, App.Path, 1) End Sub Private Sub Form_Paint() If (Online = True) Then If FileExists(CurDir & “/flash.swf”) = True Then ‘do nothing ElseIf FileExists(CurDir & “/flash.swf”) = False Then MsgBox “Error: flash.swf is missing, try extracting the .zip and making sure there is a flash.swf file in the same folder as the trainer”, vbCritical Form2.Hide End End If ElseIf (Online = False) Then MsgBox “Error: You are not connected to the internet!”, vbCritical Form2.Hide End End If End Sub Private Sub Form_Unload(Cancel As Integer) Form2.Hide Form1.Hide End End Sub Private Sub french_Click() On Error GoTo ErrorHandler3 Dim methodswf1 methodswf1 = ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_room.name”) If methodswf1 = “undefined” Then ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=fr” ShockwaveFlash1.Play Else MsgBox “You can only change the language BEFORE login, please close and re-open the trainer.”, vbExclamation End If ErrorHandler3: ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=fr” ShockwaveFlash1.Play End Sub Private Sub gold_Click() On Error Resume Next Dim var_cg1 var_cg1 = “0xD4AF37” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_cg1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_cg1) End Sub Private Sub handid_Click() On Error Resume Next MsgBox (“Your Hand Item ID Is ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.hand”) & (“.”)) End Sub Private Sub headid_Click() On Error Resume Next MsgBox (“Your Head Item ID Is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.head”) & (“.”) End Sub Private Sub hideerror_Click() On Error Resume Next Call ShockwaveFlash1.LoadMovie(2, App.Path & “/flash.swf?w=hideerror”) End Sub Private Sub icerinkmode_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.ease_method”, “easeInOutQuad”) End Sub Private Sub igloolockedinfo_Click() On Error Resume Next MsgBox (“Igloo Locked Status: “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.is_igloo_locked”) & (“.”) End Sub Private Sub itemeditmyside_Click() Dim i For i = 0 To 150 Call ShockwaveFlash1.SetVariable(“_level0.holder_mc.SHELL.room_player_list.” & i & “.head”, 413) Next i End Sub Private Sub ivebeendelayed_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://web.archive.org/web/20070112101750/play.clubpenguin.com/music/3.swf” ShockwaveFlash2.Play End Sub Private Sub joinroom_Click() On Error Resume Next Dim RoomNameInput RoomNameInput = InputBox(“What room would you like to join?”) Call ShockwaveFlash1.LoadMovie(2, App.Path & “/flash.swf?w=room&roomname=” & RoomNameInput) End Sub Private Sub lightblue_Click() On Error Resume Next Dim var_lightblue var_lightblue = “0x0099CC” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_lightblue) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_lightblue) End Sub Private Sub limegreen_Click() On Error Resume Next Dim var_limegreen var_limegreen = “0x8AE302” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_limegreen) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_limegreen) End Sub Private Sub makemember_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.my_player.is_member”, True) End Sub Private Sub markwebsite_Click() On Error Resume Next MsgBox (“You are now going to a website.”) Call GoToWebsite(Me, “http://dacpcheats.blogspot.com”) End Sub Private Sub memberinfo_Click() On Error Resume Next MsgBox (“Member Status: “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.is_member”) & (“.”) End Sub Private Sub monemaker_Click() On Error Resume Next Dim iResponce As Integer iResponce = MsgBox(“To use the money maker you must go to a game but stay on the main screen of it. If you are in a game just click ok to enter your amount of money.”, vbOKOnly) If iResponce = vbOK Then Dim scorehereinput scorehereinput = InputBox(“How much money do you want?”) Call ShockwaveFlash1.LoadMovie(2, App.Path & “/flash.swf?w=money&scorehere=” & scorehereinput) Else ‘do nothing End If End Sub Private Sub neckid_Click() On Error Resume Next MsgBox (“Your Neck Item ID Is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.neck”) & (“.”) End Sub Private Sub nightclubmusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://play.clubpenguin.com/v2/content/global/music/5.swf” ShockwaveFlash2.Play End Sub Private Sub normalsize_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, “41.85”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, “37.55”) End Sub Private Sub orange_Click() On Error Resume Next Dim var_orange var_orange = “0xFF6600” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_orange) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_orange) End Sub Private Sub patchedidbreakout_Click() On Error Resume Next Call ShockwaveFlash1.LoadMovie(2, App.Path & “/flash.swf?w=breakout”) End Sub Private Sub peach_Click() On Error Resume Next Dim var_peach var_peach = “0xFF6666” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, var_peach) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, var_peach) End Sub Private Sub penguin50alpha_Click() End Sub Private Sub penguinmadeinfo_Click() On Error Resume Next MsgBox (“How old is my penguin ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.created_date”) & (“.”)) End Sub Private Sub pink_Click() On Error Resume Next Dim VAR_PINK VAR_PINK = “0xFF3399” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, VAR_PINK) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, VAR_PINK) End Sub Private Sub PizzaParlourmusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://play.clubpenguin.com/v2/content/global/music/20.swf” ShockwaveFlash2.Play End Sub Private Sub playerid_Click() On Error Resume Next MsgBox (“Your Player ID Is ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & (“.”)) Private Sub portugues_Click() On Error GoTo ErrorHandler1 Dim methodswf1 methodswf1 = ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_room.name”) If methodswf1 = “undefined” Then ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=pt” ShockwaveFlash1.Play Else MsgBox “You can only change the language BEFORE login, please close and re-open the trainer.”, vbExclamation End If ErrorHandler1: ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=pt” ShockwaveFlash1.Play End Sub Private Sub pufflebath_Click() On Error Resume Next MsgBox (“Coming Soon!”) End Sub Private Sub pufflefood_Click() On Error Resume Next MsgBox (“Coming Soon!”) End Sub Private Sub puffleplay_Click() On Error Resume Next MsgBox (“Coming Soon!”) End Sub Private Sub pufflerest_Click() On Error Resume Next MsgBox (“Coming Soon!”) End Sub Private Sub renameservers_Click() On Error Resume Next Dim txt txt = InputBox(“Please enter a name for all of the servers.”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.100.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.101.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.102.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.103.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.104.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.105.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.106.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.107.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.108.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.109.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.110.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.111.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.112.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.113.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.114.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.115.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.116.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.117.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.118.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.120.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.121.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.122.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.123.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.124.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.125.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.126.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.127.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.128.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.129.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.130.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.131.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.132.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.133.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.134.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.135.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.136.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.137.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.138.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.139.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.140.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.141.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.143.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.144.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.145.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.146.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.147.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.148.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.149.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.150.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.151.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.152.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.153.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.154.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.155.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.156.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.157.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.158.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.159.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.160.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.161.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.162.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.163.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.164.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.165.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.166.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.167.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.168.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.169.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.170.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.171.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.200.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.201.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.202.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.203.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.204.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.205.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.206.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.207.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.208.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.209.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.210.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.211.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.212.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.213.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.214.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.215.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.300.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.301.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.302.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.303.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.304.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.305.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.306.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.307.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.308.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.309.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.310.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.311.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.312.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.313.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.314.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.315.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.400.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.401.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.402.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.403.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.404.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.405.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.406.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.407.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.408.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.409.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.410.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.411.name”, txt) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.119.name”, txt) End Sub Private Sub rockhoppership_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.mascot_options.migrator_active”, “true”) End Sub Private Sub roomid_Click() On Error Resume Next MsgBox (“Room ID Is ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.current_crumb_room_id”) & (“.”) End Sub Private Sub roomname_Click() On Error Resume Next MsgBox (“This Room Name Is ” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_room.name”) & (“.”) End Sub Private Sub safechatinfo_Click() On Error Resume Next MsgBox (“Safe Chat Status: “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.is_safemode”) & (“.”) End Sub Private Sub silver_Click() On Error Resume Next Dim VAR_CS1 VAR_CS1 = “0xC0C0C0” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, VAR_CS1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, VAR_CS1) End Sub Private Sub spanish_Click() On Error GoTo ErrorHandler2 Dim methodswf1 methodswf1 = ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_room.name”) If methodswf1 = “undefined” Then ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=es” ShockwaveFlash1.Play Else MsgBox “You can only change the language BEFORE login, please close and re-open the trainer.”, vbExclamation End If ErrorHandler2: ShockwaveFlash1.Base = “http://play.clubpenguin.com/” ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf?lang=es” ShockwaveFlash1.Play End Sub Private Sub stopmusic_Click() On Error Resume Next ShockwaveFlash2.Movie = “http://clubpenguin.com/flash/0.swf” ShockwaveFlash2.Play End Sub Private Sub sizesmall_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._height”, “19.92”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENDINE.my_room_movieclips.room_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “._width”, “5.25”) End Sub Private Sub stoptriggers_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.engine.my_room_movieclips.triggers_mc”, “true”) End Sub Private Sub Timer1_Timer() Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.analytics.sendToOmniture”, “hrhrehhrt45848”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.loading._alpha”, “50”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.loading.message_txt.text”, “Penguin Air!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.LOGIN_HOLDER.SELECT_WORLD_TXT.text”, “Welcome To Penguin Air!!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.servers.142.name”, “Cy Cy’s Server”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.LOGIN_HOLDER.PASSWORD_TXT.text”, “Yo Password:”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.LOGIN_HOLDER.PENGUIN_NAME_TXT.text”, “Yo Username:”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.LOGIN_HOLDER.BACK_TXT.text”, “Yo Return”) End Sub Private Sub unchanger_Click() Dim NameInput As String NameInput = InputBox(“Enter your new name! (Note that this only works on the screen and not on your playercard!”) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.INTERFACE.nicknames_mc.p” & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.player_id”) & “.name_txt.text”, NameInput) End Sub Private Sub usernameinfo_Click() On Error Resume Next MsgBox (“Your Username Is “) & ShockwaveFlash1.GetVariable(“_level0.instance.shell.my_player.nickname”) & (“.”) End Sub Private Sub walkonwalls_Click() On Error Resume Next Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.ENGINE.my_room_movieclips.block_mc._x”, “-5000”) End Sub Private Sub yellow_Click() On Error Resume Next Dim VAR_CYELLOW1 VAR_CYELLOW1 = “0xffcc00” Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.0”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.1”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.2”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.3”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.4”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.5”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.6”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.7”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.8”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.9”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.10”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.11”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.12”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.13”, VAR_CYELLOW1) Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.GLOBAL_CRUMBS.player_colours.14”, VAR_CYELLOW1) End Sub
  45. The end16 says:

    hey! Im trying to make a trainer! I have most of the basic codes and all the rooms and games…. Is there any way you could email me the codes for a moneymakeer, block ie during game jion and maybe some more? my email is jake1296@gmail.com! Thanks!

    • mohd33 says:

      My Codes Are Not Free.

      • The end16 says:

        well, i could give you credit.. i would trade if i had any codes that you didnt have, but im pretty sure you have all the ones i know already

    • hollypenguins2009 says:

      I know the Block IE code!

    • cpstaticabc says:

      IE Block:
      Make a timer enable it interval=100

      Code:
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “10”)

      Im sorry i gave it aeay but its an essential, if you don’t like it delete the comment

  46. Crazy says:

    Mohd33 I have the hacker room code (really works!) would you trade variabled with me? my e-mail is crazyarturo563@yahoo.com

  47. Ninja Pengu says:

    the codes are not working!!

  48. 9 icey 1 says:

    not working!

  49. aggiegigem says:

    mohd how do you solve the ie explorer popup bug your help is very appreciated! 🙂
    Aggiegigem
    penguinsun.wordpress.com
    I know the timer thing but i need the code and what else to do!
    Thanks SOoooo much.

    • hollypenguins2009 says:

      I know the Block IE code. But trade me something

    • Owenpowin says:

      This Is The Code To Stop The IE Popup!

      Comments:

      Private Sub ShockwaveFlash1_OnReadyStateChange(newState As Long)
      Call ShockwaveFlash1.SetVariable(“_level0.instance.shell.analytics.sendToOmniture”, “disableIE”)
      End Sub

    • cpstaticabc says:

      Timer1. Interval = 100.

      Code:
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “10”)

  50. rodneykzf says:

    ice skate mode is same code as walk on walks!

    • Penguin Paradise says:

      no it isnt. Ice skate mode is when you walk the same way you walk at the ice rink on cp. Walk on walls actually lets you to walk on walls. Sadly, no one else can see what ur doing, only you. Thats why when ur rockhopper no one follows you or makes a croud.

  51. 9 icey 1 says:

    DUDE! THE DOWNLOAD DOSNT WORK LOL!

    ~icey

  52. legend764 says:

    i dose not work it says object needed when i click on walk on walls

  53. cpmrdancey says:

    excuse me i would like to know how to code it ?
    u said ” code it with this : Private Sub Form_Load()
    ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
    ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf”
    ShockwaveFlash1.Play
    End Sub ”

    idk what to do can u help me ? how do i code it ?

  54. Dark Cheater says:

    Hey, mohd33 can you add the show error?

  55. dhjfu says:

    i love this page but its really hard to make a cp ttainer though

  56. xxrikitoxx says:

    i dont know how to make trainers the visual basic 6 not work on my computer!!!!!can anyone make any trainer withc one i can be member!!!!plz and send me at my email ( henrike_gomes_maio@hotmail.com) plz guyz

    (Private Sub makemember_Click()
    On Error Resume Next
    Call ShockwaveFlash1.SetVariable(”_level0.instance.shell.my_player.is_member”, True)
    End Sub
    )

  57. xxrikitoxx says:

    mohd or other guyz can u make please a trainer and send to my email , my computer is windows xp i cant get the visual basic 6 or other!!! on the trainer u can make only in there for i be member and moderator if u want…but the important is the member!!!plz!!omg i willl be so happy!!!!my dads dont let me be member is i saw mom can i be member she kills me and my dad 2…the only way i can get free member is that!!!plz send me by the msn my email ( henrike_gomes_maio@hotmail.com) plz!!!for good sake!!!!!plz

  58. xxrikitoxx says:

    i want to buy stuff but im not member!!!plz

  59. xxrikitoxx says:

    mohd on your trainer it have be a member but i cant buy stuff!!!!!and now? i want to buy can u make 1 witch one we can buy send me by the msn.plz im waiting for you and others players

  60. icejonascp says:

    Total crap

  61. 40 Pound says:

    hate to say it but when i put in
    Private Sub Form_Load()
    ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
    ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf”
    ShockwaveFlash1.Play
    End Sub
    it says Private Sub Form_Load() has an error can you plz help me
    also can i work on your site
    ~40 Pound~

    • keehl254 says:

      40 pound
      the reason why it probably doesn’t work is because you didnt make a command button named form. if it is “form_load() ”
      then sometimes that doesn’t always work.

      • devino45 says:

        same thing with me it says ambugious name detected but i dont get what you said when you told him how to fix it please explain better

  62. barsah says:

    It doesn’t work ????

  63. Spicey says:

    umm…. people can u do this trainer thing in vb8?? Visual Basic 2008 Express Edition

  64. azaaaaa says:

    \The code does not work it is wrong because the damn CP team Canged the SWF files

  65. azaaaaa says:

    Oh and i wonder if you can add to alredy made trainers

  66. arm500 says:

    arm500.blogspot.com

  67. anon says:

    BTW, VirusTotal says that VB portable is malware according to 4 scanners.

  68. arm500 says:

    f you want a hacker room code that works and some very rare codes email me at mohammedarmaan@gmail.com

    and need the code to put clubpenguin on your blog

    ps:my codes are not free so you can trade some of your codes for some of mine

  69. arm500 says:

    well 40 pound you can work on my site and i will give you some free rare cp trainer codes

  70. arm500 says:

    every one change this ”
    to this ” and then it should work

  71. 40 Pound says:

    Sure ill work on your site the email for it is ginge30@hotmail.co.uk

  72. 40 Pound says:

    soz wrong email its jae6@hotmail.co.uk for blogspot its ginge30@hotmail.co.uk for wordpress

  73. Steal Playercard
    Call form1.ShockwaveFlash1.SetVariable(”_level0.instance.shell.SHELL.my_player.player_id”, ShockwaveFlash1.GetVariable(”_level0.instance.shell.INTERFACE.active_player_object.player_id”))

  74. Billybob says:

    Everyone please read this,
    Do NOT hack on Club Penguin, you will be reported automatically!
    We will shut down your penguin, and your e-mail address so you wont make anymore penguins!
    If your penguin is named Green554, we will shut it down and you will get a warning saying “Penguin not found Try Again?”

    • Agent X says:

      Are you seriously Billybob?
      If so, read the following, if not forget this comment:
      If you don’t want people to cheat CP, don’t store everything in variables.
      That simple.

    • Agent X says:

      Are you seriously Billybob?
      If so, read the following, if not forget this comment:
      If you don’t want people to cheat CP, don’t store everything in variables.
      That simple.
      DUH

  75. Laki5628 says:

    Hello!

    How do you get Membership Days Via Playercard?

    Its for a your Player:
    _level0.instance.shell.my_player.total_membership_days

    PLS HELP!

    THX

  76. freddiesq42 says:

    i cant download it because the page wont load!

  77. Buges says:

    I have a quick question,
    where are the music id’s?

  78. patchy99 says:

    Wont you get arrested!!

  79. Yankee2426 says:

    OMG IT DOESNT WORK I CANT OPEN IT !!!!!!!!!!!!!!!!!!!!!!!!HELPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP

  80. Brett says:

    Thanks go on my site then you will be hacking in no time

  81. luigi30322 says:

    yo thx for telling us that

  82. jessred says:

    Howdo u get rid of the IE poop up

    • cpstaticabc says:

      Timer1. Interval: 100.

      Code:
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “10”)

  83. jessred says:

    *pop up not poop lol!!
    HAHA!!! poop

  84. gabriel192 says:

    visit my blog:http//:gabriel192.wordpress.com!

  85. hasan says:

    Help when i go to components it is blank and there is nothing what do i do

  86. You’re A Malaysian Right What Is Your Age?What Is Your Country?

  87. Aleksandra62 says:

    Wow cool

  88. henry says:

    i want the book codes for the dojo
    because i don’t have good cards
    for club penguin

  89. juneau2 says:

    im trying to get my dads password for it cuz he blocked it so im trying to get his password!

  90. Mr.Curious says:

    Huh? Im confused………..does this have virus?

  91. neji3839 says:

    this stinks i cant open the visual basic thingy 😦

  92. neji3839 says:

    are these the rules for visual basic 2008 too?

  93. potter4563 says:

    It takes forever to download!!!! screw you jackass

  94. DragonDestro says:

    you rock man i love u

  95. DragonDestro says:

    umm dude on mine there is no black thing help me please

  96. DragonDestro says:

    WTF it keeps saying sintax error HELP ME OR DIE ill hack ure site

  97. DragonDestro says:

    WTF it keeps saying sintax error HELP ME OR DIE ill hack ure site and u will die ahahahha help me or else

  98. jacob says:

    hey make me a trainer with a delete penguin button make member button find out password button( playercard open)and thats it wait also iwant one more thing hmmmmmm a money maker ok by and thanks email me the link at jpepchinski@yahoo.com thanks

  99. Spencer 721 says:

    KOOL!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! CAN YOU PUT FREE MEMBERSHIP!!!

  100. bmaucoin says:

    is there anyway to become a member not temperary for free

  101. matthew says:

    did yo ever mak a cp trainer with membership? if u did tell me plz

  102. cpchick says:

    this is alllll confusing to me is there a simpeler way to do this

  103. Nayoshi12 says:

    mohd93 pls give me a step by step and code plss =)

  104. nody231 says:

    AAAH!
    IT DOESNT WORK!

  105. rebluble says:

    thanks for telling me how to make a trainer. When i get my new laptop then ill make one and would you like to test it out once its ready?

  106. tonydize101 says:

    ok ppl yall are so weird
    all yall do is argue argue argue argue argue! im getting tired of it yall can’t stand a chance without arguing and by the way mohd the’re telling the truth some of your trainers don’t work!!!!IM GETTING TIRED OF ARGUING! :@ :@ :@ :@ :@ :@ :@ :@ :@ :@ :@ :@

  107. Billy bob904 says:

    hey i was wondering if someone could help me. i dont know what to do about shockwave flash. i dont have it for vishual basic 6.0 can someone reply with a link to where i can download it and how to make it. thanks

  108. marbot says:

    What do you have to do on the 2008 eddition can someone help please!!!!!

  109. codebreakersclub says:

    Hi mohd33
    Can you please tell me the make error variable or the get igloo one because they are my faviorite ones and I realy need them.

  110. cpstaticabc says:

    This is a great tutorial. I started making web browsers and went on from there. I have just released my cp trainer and still updating it! http://cpstaticabc.wordpress.com/

  111. Billy bob904 says:

    it wont work for me? why? i am using shockwaveCrl 1. am i not suppost to use that? i cant get shockwave flash1 does anyone know why? HELP!

  112. yankymetro says:

    Woah, thank’s dude,! iit works!

  113. tay67 says:

    the codes are not working i press play and the codes come up in red please help me my e-mail is kingtayler@live.co.uk i could use some help

  114. firesenseii says:

    how do you open visual? basic 6.0

  115. firesenseii says:

    want to know how do you open it!???????????????

  116. firesenseii says:

    ahhhhhhhhhhhhhhhhhhhhhhhhhhhh!!!!!!!!!!!!!!!!!!!!!!! tell me how to open it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  117. firesenseii says:

    ill trade member hack for change to puffles! anyone huh?

  118. firesenseii says:

    HEY I WANNA KNOW RIGHT NOW HOW DO YOU OPEN VISUAL BASIC 6.O!!!!!!!!??????????????????????????????????????????????????????????????????????????????????????????????????

  119. firesenseii says:

    AHHHHHHHHHHHHHHHHHHHHHHHH TELL ME NOW IVE DOWNLOADED IT SEVEN TIMES ALREADY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 😦

  120. firesenseii says:

    AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH TELL ME NOW!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! :{

  121. firesenseii says:

    somebody tell me now!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  122. firesenseii says:

    ill giv u mod if u giv me change to puffle no lie!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  123. firesenseii says:

    tell me tell me how u open it ill giv u mod member and show migrator if u tell me

  124. firesenseii says:

    tell me right now!!!!!!!!!!!

  125. codebreakersclub says:

    Can I please have the propper hide error multilogin code?
    Anyone?

  126. Pokemon568 says:

    you rock they all work and the people that say they dont are silly noobs because they dont know how to make a trainer. : )

  127. Penguin Paradise says:

    Hi! I tried to download it but a window thing came up. What do I do!?

  128. Penguin Paradise says:

    Also, what is a code for being a moderator whenever i get to the trainer-making part?

  129. skybucks100 says:

    umm im having problems when i put the login code in and press f5 it say it wont work and then resets my whole progect thing

  130. Alex says:

    Can you please send me some more codes!

  131. Welcome00 says:

    wow its cool

  132. GaryDary says:

    Help!
    the black square not appear on Toolbar
    help please.

  133. arthur says:

    i cannot downloafd it

  134. ndoloka says:

    will it work on visual bsic 2008 express edition?

  135. Ndoloka says:

    Thanks So So Much
    Do You Know What Im A Hacker Too
    And Im Posting This On My Web Site
    Your The Best!
    Rock On!!!!!!

  136. Todd678 says:

    why is there a rumor that these codes work?

  137. m3 says:

    100 comment

  138. Aunt Artic says:

    i am STUPID I AM AUNT ARTIC I AM A STUPID BEBY FUCK ME FUCK FUCKM E

  139. Aunt Artic says:

    Take MY PLACE I AM AUNT ARTIC THE STUPID PENGUIN TAKE MY PLACE ANY ONE

  140. Aunt Artic says:

    I WILL MAKE Maxyy 99999 IN MY PLACE REALY

  141. Limit Reached. Wait 10 minutes to download… what the hell does dat mean ?i cant download it 😦

  142. Rockhopper says:

    You are a bit slow
    not to be rude
    so yeah when you
    download it
    it gets slow and
    starts annoying
    ME!!!!!
    🙂 K

  143. Rockhopper says:

    Hi Guys Its Ok
    So Juss Sayin Hi
    Guys To Everyone
    Good Website
    I Like It
    ;-?

  144. Rockhopper says:

    Hi Guys,
    Good Website

    ;-?

  145. Rockhopper says:

    Hi Guys Its Ok
    So Juss Sayin Hi
    Guys To Everyone
    Good Website
    I Like It
    :-/

  146. Rockhopper says:

    Hey didn’t you NOW that the download is a VIDEO !!!!!!
    So dumb!!

  147. Jewlgirl400 says:

    Plunder does not work. seriously. Can you make the download on a DIFFERENT page?

  148. None says:

    this did not help me atol!!!im actly even more confused

  149. petey5 says:

    the download does not work it just sais “lets get you downloading” i have waited about an hour and nothing happens!!! (PS the walk on walls code is the same as ice skate mode!)

  150. coolo550 says:

    WHOA LOOKS AWSOME 😀 HOPE IT WORKS! 🙂

  151. anfield3 says:

    I CANT BLOOMIN GET IT TO WORK!!!!!!!!!

  152. jay gadget says:

    What is the loading size code

  153. Robbie510 says:

    i cant download frompluder my pc crashed twice from it what other website can i download it from???????

  154. Joshsora says:

    Hey um can someone give me the item codes, BUT so others can see it and its usable
    Also how big you are know one can see this though

  155. name says:

    ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
    ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf”
    ShockwaveFlash1.Play

  156. pipisquad says:

    it will not let you download on windows 7

  157. hjhuhj says:

    hi when i press ctrl+t i dont have shockwave flash or anything

  158. cpsinfo says:

    Hope it works ima bought to try it ill tell yah latter and give you some credit

  159. Tommy541 says:

    Hey dude can you email me some advanced codes? My email is Tommy541cpmaster@gmail.com. I will put on my trainer that I got the codes from you just please email me.

  160. Bunnah says:

    Hey yall! Idk wtf this is but lol 🙂

  161. Nicolas41508 says:

    Hey could you tell us how to put guns on cp trainers.

  162. smackdowncp says:

    How to disable call internet explorer?

    • cpstaticabc says:

      Set a timer interval to 100 and enable it

      Put this code behind the timer:

      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “1”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackContent”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackMiniGame”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackRoomJoin”, “10”)
      Call Game.SetVariable(“_level0.instance.shell.analytics.trackIglooJoin”, “10”)

  163. Hare69620 says:

    THAT IS AWSOME AS! HOW DID YA KNOW TO DO THAT?!

  164. jon says:

    the code bit dosnt work and the black thing that you have to click ist there

  165. Buffy says:

    sounds cool!
    I wanna know more, can you please email me this stuff so I can save it for further use? I’m not asking for codes or anything. Thanks
    ~Buffy
    P.S.
    email at Buffy1011contactmail@gmail.com instead of my primary email.

  166. hi says:

    where do u put the black box?

  167. Elyssagirl says:

    Hey! These cheats are AWESOME! Now lemme try it!! This site rocks and by the way im adding it to favorites NOW! Thanks for making the site! I can tell you are a very neat person and loves CP! Thanks again for making the site!

    P.S. My site: (not as cool as this) is http://www.notjustcheatscp.webs.com

  168. Ikram232 says:

    yo thanks for the codes and i give you some

  169. Ikram232 says:

    werid now it dosent work

  170. kumapride says:

    WTH??? ALL U GET WEN YO TRY TO DO THAT IS A DUMB SURVEY AND YOU HAVE TO UNLOCK THE PAGE OR WAT EVER ERR!

  171. clubpenguinpeep says:

    I like the help you are giving to penguins! I want to make a trainer but it just is too complicated! 🙂
    I have a wordpress to its http://www.clubpenguinpeep.wordpress.com I like what your doing!!

  172. Ikram232 says:

    Everything is workin but not member lets try again

  173. vgfdszn says:

    fuck you 5 megabytes for memory fucking you

  174. Harly G says:

    only the ones that contain inputbox and change coins and stuff work but some dont 😦

  175. Soniiiiiired says:

    It didn’t work on my account

  176. NN says:

    NOT Worked… 😦

  177. James Snond says:

    uhhhhh can you get this for winzip i dont have rar

  178. mat9645 says:

    will 2010 express work????

  179. mariokart411 says:

    i need help making my trainer

  180. Silkystar says:

    it says i have to complete this survey, and it says it may be dangerous… so i don’t know how to download it!!! 😦 i really want to try it…. is there any other way i can download it?

  181. Peter says:

    thx thx ur da best microchip dosent tell us anything!

  182. Puppy paws 3 says:

    Hey There,
    Thanks for telling us how to do it!!I have the problem though that the program comes up on Foxit Readed and only lets you open a saved file first!What should I do?

    -Puppy paws 3

  183. raul says:

    que legal quero o penguin thuder e essa pora de blog ñ tem

  184. Puppy paws 3 says:

    How do I get a new project up?

  185. Puppy paws 3 says:

    I don’t get the pop up message saying ”New Project”!

  186. Puppy paws 3 says:

    Hey,
    How do I get the ”New Project” box to pop-up?It’s not poping up for me!

    Cheers,
    -Puppy paws 3

  187. Puppy paws 3 says:

    Hey,
    How come a message keeps poping up saying ”format error:not a PDF or corrupted”?
    Also how do you get a new project to pop-up?

    Cheers,
    -Pupppy paws 3

  188. Jason says:

    I removed the genaral bar on acsedent can i get it back?

  189. agentnola says:

    omg this is awsome

  190. super boy137 says:

    it dos not work!!!! i have windows i have winrar and i have visual basic club penguin load dos not work someone plz tell me whats wrons and how to fix it.

  191. super boy137 says:

    STUPID WEBSITE CP WONT EVEN LOAD!!!!! IM GONNA GO ON A DIFFERENT CP TRAINER SITE.

    UNTILL THEN!!

  192. Burley10 says:

    What codes do people need? I can give alot but not all.

  193. speedrod99 says:

    How do you do it on 64 Bit computer?

  194. cpcheatspopup says:

    Do not download my computer say unidentified program is trying to access your computer(laptop).

  195. kool boy 777 says:

    Hey how do you let ppl download youre cp trainer?

  196. kool boy 777 says:

    Hey how do you let ppl download your cp trainer? My cp trainer is named Penguin vortex. 😀

  197. kool boy 777 says:

    THE IE POPUP CODE GIVES ME A “syntax error” can someone give the the REAL code?

  198. AHH says:

    I FUCKIN HATE THISSSSSS SO MUCH BECUZ I CANT DOWNLOAD

  199. notrlyowl says:

    My fucking computer keep saying error to the fucking walk on walls command

  200. Muhammad says:

    COOOOOOOL! Thanks all the codes work on this page! Mohd Please send me some more variables if you can to me or anyone else:

    email: inventorswanted@hotmail.co.uk
    thanks everyone

  201. Chris says:

    Help! I downloaded VB6 and done all the steps. I stopped at the black box step because there ain’t any black box! Help! My email is

  202. Puppy paws 3 says:

    Do you need to download WinRAR aswell?And also when I open it Foxit Reader says the files are curropted or something like that and it dosen’t come up with the box saying new project automaticly.

    Please Help!

    -Puppy paws 3

  203. May says:

    Hello,

    I am making a Club penguin trainer but I would like some more codes eg… be rockhopper and everything.But if you can get any codes could u try and make ones were when you press the button everyone see’s u.

    Thanks

    May

  204. Squeaky60966 says:

    The Fucken thing doesnt work because of the commas

  205. Bob says:

    Does someody have the code for enter an item, furniture item or igloo id?

  206. Mr.Hacker says:

    GUYS!!!! if you dont have a black box you have a white box !!!! and you call yourselfs hackers.

  207. Rex Cool1 says:

    how to make clubpenguin load and play?

  208. coolizion thanks if anyone wants me to make a cp trainer when you download it it automataclly gives you an UN USED member ship card 12 months just go to my youtube chanel it is youtube.com/user/poptropicahcpfan101 and just wach any of my videos im just asking for 1000 views on my videos by the way ill add the views on every video plus i already have 307 views heres wats on my trainer! membership pick your own membership days, coins cheat, beta hats, password finder, banner /unbanner U DONT NEED THE PERSONS PASSWORD! also much more PLUS NO SURVEYS OR COINS CODES NEEDED!! GLAD 2 HELP YA

  209. keehl254 says:

    look what i learned to do

  210. Lollabisk says:

    It’s not working on mine…. are you talking about just Visual Basic 6?
    I have 6.0

  211. person says:

    everytime i go to plunder.com to download something this box appears and says i have
    to take a quiz and i cant move it and when i try the quiz i have to enter a pin which i dont have so it wont let me downlaod anything

  212. awqret says:

    Hey mohd

    Your website is so helpful!
    please can you fix cp trainer!

    please!
    I will help!

  213. erikal129 says:

    I have the error:

    Compile error:
    Expected: line number or label or statement or end of statement

    Help me!

  214. yj says:

    its fucking sickage i’ve got 999999999999999999999 coins because of this

  215. keehl254 says:

    dear mohd33,clubpenguin has updated and has disabled the load code,all trainers should have been shutdown.cp has separated the load code into 2 parts,one is
    normal<th other one is clubpenguin.swfnone can work without the other,but if you mix them together it should work,i have the load code but im working out a few bugs with it

  216. keehl254 says:

    sorry i accidenly space them wrong

  217. Mojotiny08 says:

    Hey Is There Any Possible Way I Can DO This With Visual Studio Professional?

  218. hmmm says:

    why don’t my trainer load when i type in the movie and base!!!

    please help me!!!!!

  219. poblow1000 says:

    PLUNDER DOES NOT WORK! I am very mad at this. I know how to make one I HAVE MADE ONE but…my mom deleted it so? Plunder sucks…bottom line. if you fix it ill post it! till then your stuck with out a trainer.

  220. herbert says:

    como se usa el pinguin thunder 7.0

  221. Dcmetax says:

    Sucks that they don’t work anymore.

  222. 67100GF says:

    HELP!!!!!!!!!!!!! I need Movie icon!!!!!!!!!!!

  223. Seth says:

    It wont work it says Compile error syntax error

  224. cool bro says:

    already knew all that

  225. Mitt Potter says:

    doesnt works my trainer :S

  226. Cp 11 says:

    When i put the load codes in .It will say Compile Error:
    Expected: line number or label or statement or end of statement.

    What do i do to fix it

  227. Cp 11 says:

    When i put the load codes in .It will say Compile Error:
    Expected: line number or label or statement or end of statement.

    What do i do to fix it
    Its because of the slashes this is what i mean.

    http://

    When i do the slashes it will say this.
    Compile Error:
    Expected: line number or label or statement or end of statement.

  228. Cp 11 says:

    When i press enter the play code comes up in red my email is jarman1999@hotmail.com please help me.

  229. goob says:

    TAKE IT OFF PLUNDER! I DONT HAVE A CELL AND I CANT COMPLTE THE SURVERY! PLEASE E-MAIL IT TO ME AT tuskyhusky@hotmail.com

  230. Robguy1600 says:

    I have to take the stupid quiz! I cant enter my cell…

  231. agent28879 says:

    OMG SOOOOOOOOOOO AWSOME U CAN MAKE UR OWN TRAINER LOVE THIS AND WHO EVER WROTE THIS UR AWSOME!

  232. Sabhie says:

    yo the link redirects me to a website called plunder, and requires me to do some crappy surveys or else i’m not allowed to view the download page =(.
    plz email me at sabhieqadeer@hotmail.com if u can help me with this…

  233. hello says:

    do you guys think i should make something called penguin engine 1.1? reply if you say yes or no?

  234. Michael says:

    Hi,
    I can’t download the program. When I go to plunder it wants me too download things that I don’t need before it will unlock the page!! Help me please.

  235. jainy says:

    i did not got nothing

  236. Mauriciowii9 says:

    Could put video in Spanish and English and Spanish Translates from the google translator

  237. Puppy paws 3 says:

    The links that you download the programs off don’t work and can’t load up.Could you give me another link that lets you download them.

  238. Marty Pacn says:

    This is soooo cool!!! Thanks. 🙂

  239. Johnny Test says:

    If you copy and paste into ‘Movie’ It Will Load Club Penguin (2011)

    If You Think I’m Lying Try It, See If It Works

  240. Puppy paws 3 says:

    Hey!Does it work on visual basic 5 as well instead of 6.0?

  241. Happyman Yay says:

    wait how do i downlaod it the link you gave was useless

  242. zonahbear says:

    I was wondering, does it HAVE to be in Visual Basic 6, or can it be in another version like Visual Basic 2010 Express Edition.

  243. Joeyjames8 says:

    i cant download it. it will not let me
    but i normaly use plunder to download stuff

  244. When i put the walk on walls code in and everything…..and i click play i says this….
    Compile Error:
    Synax Error
    pleas pleas help!!!

  245. tyler3k says:

    HELP PLZ!!!! When I try to download visual basic 6.0, on the website it says:Bad Request (Invalid Hostname), What do I do?

  246. Some random penguin LOL says:

    Ummm… Hey can you send me virtual basic 6 to tedtusky@gmail.com? cause it keeps on loading a page that says FORBIDDEN you do not have access on this server. (error code 201)

  247. Tameer Chicktay says:

    i dont know how to find the black box please help im using microsoft visual basic 2005

  248. Tameer Chicktay says:

    please if you can send me one that you made email tameer.chicktay@gmail.com thank you

  249. hey guys, i have a new glitch for ya, and its TOTALLY REAL.I know,I know,ya don’t believe me right?BUT THIS IS REALLY REAL.U can get the RAINBOW PUFFLE,THE GOLDEN PUFFLE,THE DIAMOND PUFFLE,AND THE SILVER PUFFLE!!!!!!!!!!FOR FREE!!!!!!!!!ALL ya have to do is just POST THIS in ANY webpage 3 TIMES!!!!once u’ve done,log on to cp

  250. Sals1 says:

    Hi.
    Do u get banned for using a trainer?
    ~Sals1

  251. Jaws65948 says:

    Hello,
    I need help trying to get it on my computer, because I have a mac.
    Please tell me how I can get it on my mac.
    Thanks!
    ~ Jaws65948

  252. Cydrobolt CP says:

    Okay, sooooo cooool

  253. Cydrobolt CP says:

    Help! when I put the script to load CP, it doesn’t work. it Says
    Compile error
    Ambyugous name detected: form_load()

    Help !!!!

  254. Abert64 says:

    COOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL!!!!!!!! When my mom says I’m aloud to download this! I will make my own cp Trainer!

  255. zoey says:

    why do i have to download a game or something cant i just download the software?!

  256. Mumble45678 says:

    I hate the plunder wedsite I don’t want to win anything!!

  257. thomas says:

    it takes a long time to install

  258. thomas says:

    🙂 how do do more codes for the trainer?

  259. thomas says:

    😦 i dont like it

  260. Anonymous says:

    is the link “http://media1.clubpenguin.com/play/v2/client/load.swf” loads?
    my screen is BLANK ! ! !

  261. Dudes says:

    Help ME!!!!! when i debug an error comes
    The method or operation is not implemented.

    Visual basic 2010 MicroSoft EXPRESS

  262. bimbo says:

    why do two boxes appear for me instead of one

  263. screenbones says:

    I code it, and the base and movie lines are red
    Why?

  264. BIG IS COOL says:

    i need to make cp trainer

  265. Ben says:

    Help – when I drag the shockwave flash and enter the codes it just remains blank!

  266. how do i code dis Private Sub Form_Load()
    ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
    ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/client/load.swf”
    ShockwaveFlash1.Play
    End Sub

  267. someone says:

    whats the black square called coz i dont have the black square and i found a piece of paper called “filelist box” is that the correct one.

  268. paige22 says:

    Hey could u make a cp trainer for mac so i can download it thanks

    -popy1003

  269. Enick99 says:

    YOU ARE THE BEST EVA

  270. i aint did he survey lol

  271. huko2 says:

    when i try to download it says HTTP Error 503. The service is unavailable.
    please help!

  272. huko2 says:

    when i try to download it says HTTP Error 503. The service is unavailable.
    please help! my email is aaryanclubpenguin1@gmail.com please helppppppppp!

  273. huko2 says:

    my email is aaryanclubpenguin1@gmail.com please helppppppppp!

  274. Enick99 says:

    Why with survey?

  275. i have penguinonfire u dont have 1 hwahaha says:

    it says download and i press it then its says OPPS i want it

  276. im sad says:

    it says download and i press it then its says OPPS i want it im sad

  277. mrbunny2 says:

    The location shown in the code for loading in English is wrong. The correct location is “http://media1.clubpenguin.com/play/v2/client/club_penguin.swf”

  278. apcha says:

    can you help me with coding? i don’t know where to put the codes!

  279. Ninjaoninja2 says:

    when i click the black box and try to drag it shows me a block sign

  280. its like macking a club penguin of your own!

    i love sites like good sites. @:

Leave a reply to Puppy paws 3 Cancel reply