I need 25 Subscribers to add part two.
Trainer Codes:
Get Name:
MsgBox ("Your Penguin Name Is: " & ShockwaveFlash1.GetVariable("_level0.instance.shell.my_player.nickname"))
Get ID:
MsgBox ("Your Player Id Is: " & ShockwaveFlash1.GetVariable("_level0.instance.shell.my_player.player_id"))
Get Age:
MsgBox ("Your Penguin Is: " & ShockwaveFlash1.GetVariable("_level0.instance.shell.my_player.created_date") & " " & "Days Old")
Get Password:
On Error Resume Next
MsgBox = "Your Password IS: " & ShockwaveFlash1.GetVariable("_level0.instance.shell.AIRTOWER.password") & "."
Set Name:
On Error Resume Next
Call ShockwaveFlash1.SetVariable("_level0.instance.shell.INTERFACE.nicknames_mc.p" & ShockwaveFlash1.GetVariable("_level0.instance.shell.SHELL.my_player.player_id") & ".name_txt.text", InputBox("Enter Your New Username"))
Be A Member:
Dim txt
MsgBox ("Your Player is now a temporary member")
Call ShockwaveFlash1.SetVariable("_level0.instance.shell.my_player.is_member", True)
Be A Moderator:
Dim txt
MsgBox ("Your Player is now a temporary moderator")
Call ShockwaveFlash1.SetVariable("_level0.instance.shell.INTERFACE.is_moderator", True)
Set Age:
Call Form1.ShockwaveFlash1.SetVariable("_level0.instance.shell.my_player.created_date", InputBox("Enter a number."))
Set ID:
On Error Resume Next
Dim txt
txt = InputBox("What do you want your new ID to be?")
Call ShockwaveFlash1.SetVariable("_level0.instance.shell.my_player.player_id", txt)
All Puffle Feader Codes:
MsgBox("Work In Progress")
THE FOLLOWING CODES NEED MY FLASH.SWF WHICH I WILL HAVE FOR DOWNLOAD
Hide Error:
Call ShockwaveFlash1.LoadMovie(19, CurDir & "/flash.swf?w=hideerror")
Call ShockwaveFlash1.LoadMovie(20, CurDir & "/flash.swf?w=hideerror")
Call ShockwaveFlash1.LoadMovie(21, CurDir & "/flash.swf?w=hideerror")
To get my flash.swf file, please look at my "How to make a club penguin money maker" video.
But, i can't save it as a exe, because, i can't click on the thing that says "Save file as EXE." what do i do?
Coolie887 1 year ago
@Coolie887 Do You Have Portable Edition? If Not Then Download The Portable Edition. If you do then before you start click "Reg Key (Allows .exe Creation)" And Then Just Click Yes/Continue On Everything Until You Are Done! Now See if you Can Click On It
Skiparu22 1 year ago
How do you save? It not work :(
Coolie887 1 year ago
@Coolie887 Saving and publishing your trainer:
To save, hit file and save. You must save your project, AND your forms. to publish, hit file, and Make "project name here" An Exe. Then save it on your desktop with the name having ".exe" at the end of its name. I Hope This Helps!
Skiparu22 1 year ago