from my first video
it didnt work
this might
some codes
Private Sub Form_Load()
ShockwaveFlash1.Movie = App.Path & “/load.swf”
Call ShockwaveFlash1.Play
End Sub
Private Sub walkonwalls_Click()
Call ShockwaveFlash1.SetVariable(”_level0.holder_mc.ENGINE.my_room_movieclips.block_mc._x”, “-5000″)
End Sub
Private Sub icerinkwalk_Click()
Call ShockwaveFlash1.SetVariable(”_level0.holder_mc.ENGINE.my_room_movieclips.room_mc.ease_method”, “easeInOutQuad”)
End Sub
Private Sub makemember_Click()
Call ShockwaveFlash1.SetVariable(”_level0.holder_mc.SHELL.my_player.is_member”, 0)
End Sub
Private Sub gototown_Click()
Call ShockwaveFlash1.LoadMovie(2, App.Path & “/navigator.swf?roomname=town”)
End Sub
ok should work dont know if they dont
theni will fix it in description kk bye
Duration : 0:5:2
Read the rest of this entry »
Pm Or Comment For All My Codes
Base http://play.clubpenguin.com/
Movie http://media1.clubpenguin.com/play/v2/load.swf?8
Duration : 0:3:53
Read the rest of this entry »
Make sure when u put the codes into vb6 the only spaces are inbetween call and shockwave
codes:
Edit Your Coins:
txt = InputBox(”Please Type Your Wanted Coin Amount”)
Call ShockwaveFlash1.SetVariable(”_level0.ins tance.shell.SHELL.my_player.coins”, txt)
Ice Rink Walk:
Call ShockwaveFlash1.SetVariable(”_level0.instance.shell.ENGINE.my_room_movieclips.ro om_mc.ease_method”, “easeInOutQuad”)
(this does bot let u do mem stuff!)
Be A Member:
Call ShockwaveFlash1.SetVariable(”_level0.instance.shell.SHELL.my_player.is_member”, True)
Be A Moderator:
Call ShockwaveFlash1.SetVariable(”_level0.instance.shell.INTERFACE.is_moderator”, “true”)
Edit Your Password:
Call ShockwaveFlash1.SetVariable(”_level0.instance.shell.LOGIN_HOLDER.PASSWORD_TXT.text”, InputBox(”What Do you want the Password to be?”))
Rockhopper’s Status:
MsgBox (”Rockhopper’s Status: ” & ShockwaveFlash1.GetVariable(”_level0.ins tance.shell.SHELL.mascot_options.migrato r_active”))
Edit Username:
Call ShockwaveFlash1.SetVariable(”_level0.ins tance.shell.INTERFACE.nicknames.shell.p” & ShockwaveFlash1.GetVariable(”_level0.instance.shell.SHELL.my_player.player_id”) & “.name_txt.text”, InputBox(”Enter your new username”))
Walk On Walls:
Call ShockwaveFlash1.SetVariable(”_level0.ins tance.shell.ENGINE.my_room_movieclips.block_mc._x”, “-5000″)
Duration : 0:4:8
Read the rest of this entry »
Made for RdRingStudios.
Instructions:
Go to Editor.exe
Go down the list to “Edit Tainers”
Pick “New Trainer Type”
Pick “Use Existing Type”
Pick a trainer type
Make a name.
Go to your project.
Make an event.
Name it Trainer(X) (the X is a number for the NPC to see how many steps you want it to see,Example:
Trainer(3), itwill see 3 steps away.)
Make 5 comment events.
In First Comment: Battle: (type what they say before the battle here)
Second Comment: Type: (what kind of trainer,Example: LASS,used in the video.)
Third Comment: Name: (what the trainers name is,Example: Sarah,used in the video.)
Fourth Comment: Endspeech: (what the trainer says at end of the battle.)
Fifth Comment: Endbattle: (what the trainer says on the map after the battle)
Set the Trigger (on the left of the screen) to Player Touch
Then press ok. Then test it.
If you have followed these instructions,you should have a working trainer.
Duration : 0:9:41
Read the rest of this entry »
*UPDATED* 9/29/09
OMG PPL CMON AND SUSCRIBE IF IT HELPED YOU! PLEASE! Check out my new site http://www.eballer48.tk
My very own video on how to hack a flash game!
Comment / Rate / Suscribe
Links!!! VVVVVVVVVVVVVVVVVV
Game .swf VVVVVVVVVVVVVVV
http://www.eskimo.com/games/stickrpg/stickrpg.swf
Visual Basic 6.0 VVVVVVVVVVV
http://www.plunder.com/Visual-Basics-6-Portable-download-69648.htm
Atlas Variable Scanner VVVVVV (download the plain .zip file) !FIXED!
http://www.plunder.com/Atlas-Variable-Scanner-download-fd26af55b5.htm
note; i havent downloaded from this link ahead so download at own caution!
Duration : 0:10:48
Read the rest of this entry »
Follow my steps and i will teach you how to make your very own game trainer. I chose Visual Basic 2008 because it is newer then vb6 and its free!!
The game:
http://armorgames.com/play/5258/last-egg-alive
Programs:
http://www.microsoft.com/express/Downloads/#2008-Visual-Basic
http://www.mozilla-europe.org/en
http://www.sothink.com/product/flashdecompiler/download.htm/firefox/
Duration : 0:6:30
Read the rest of this entry »
The first of hopefully many C# trainer tutorials!
Here is the code!
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace sdfgsdfgfdsg
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void timer1_Tick(object sender, EventArgs e)
{
System.Diagnostics.Process[] myprocess = System.Diagnostics.Process.GetProcessesByName(”notepad”);
if (myprocess.Length != 0)
{
button1.Enabled = true;
}
else
{
button1.Enabled = false;
}
}
private void Form1_Load(object sender, EventArgs e)
{
timer1.Enabled = true;
timer1.Interval = 50;
}
}
}
Duration : 0:5:42
Read the rest of this entry »
How To Make An Easy Game Trainer With Visual Basic 2008 TNX FOR WATCH ,,,
For Problems Post!
Duration : 0:7:17
Read the rest of this entry »
http://mike92.wordpress.com
READ THIS!!!
For the last time, I didn’t save the trainer because the purpose of this video was to have the people who watched it make it so stop asking me for it.
Here is all the coding used in the video in order of how it appeared:
NOTE: FOR SOME REASON, YOUTUBE’S NEW LAYOUT HAS MEESED UP THE VARIABLE CODING BELOW.
THERE IS NO SPACE BETWEEN THE “P” and the “l” in myPlayer.
Load Club Penguin:
ShockwaveFlash1.Movie = “http://play.clubpenguin.com/load.swf”
Username Hack:
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Nickname”, Text1.Text)
Coin Hack:
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Coins”, Text2.Text)
Here is the item hack coding:
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Head”, Text3.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Face”, Text4.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Neck”, Text5.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Body”, Text6.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Hand”, Text7.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Feet”, Text8.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Flag”, Text9.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Photo”, Text10.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Colour”, Text11.Text)
Walk On Walls Coding:
Call ShockwaveFlash1.SetVariable(”_level1.world.room.block.hitTest”, 0)
cp trainer, How to Make a CP Trainer, club penguin hacks, club penguin trainer, how to make a flash game trainer, how to hack club penguin, club penguin cheats, club penguin trainers, how to make a club penguin trainer, how to make a cp trainer, make a cp trainer, club penguin coin hack, club penguin username hack, club penguin item hack, club penguin walk on walls
Duration : 0:6:24
Read the rest of this entry »
http://mike92.wordpress.com
READ THIS!!!
For the last time, I didn’t save the trainer because the purpose of this video was to have the people who watched it make it so stop asking me for it.
Here is all the coding used in the video in order of how it appeared:
NOTE: FOR SOME REASON, YOUTUBE’S NEW LAYOUT HAS MEESED UP THE VARIABLE CODING BELOW.
THERE IS NO SPACE BETWEEN THE “P” and the “l” in myPlayer.
Load Club Penguin:
ShockwaveFlash1.Movie = “http://play.clubpenguin.com/load.swf”
Username Hack:
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Nickname”, Text1.Text)
Coin Hack:
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Coins”, Text2.Text)
Here is the item hack coding:
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Head”, Text3.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Face”, Text4.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Neck”, Text5.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Body”, Text6.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Hand”, Text7.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Feet”, Text8.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Flag”, Text9.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Photo”, Text10.Text)
Call ShockwaveFlash1.SetVariable(”_level1.myPlayer.Colour”, Text11.Text)
Walk On Walls Coding:
Call ShockwaveFlash1.SetVariable(”_level1.world.room.block.hitTest”, 0)
cp trainer, How to Make a CP Trainer, club penguin hacks, club penguin trainer, how to make a flash game trainer, how to hack club penguin, club penguin cheats, club penguin trainers, how to make a club penguin trainer, how to make a cp trainer, make a cp trainer, club penguin coin hack, club penguin username hack, club penguin item hack, club penguin walk on walls
Duration : 0:6:24
Read the rest of this entry »