• Categories

  • Pages

  • Tags

  • Archives

  • Meta

  • Intense Physical Training and exercise

    Posted by admin on March 9th, 2010 and filed under physical trainer | 25 Comments »

    Training is a passion. I believe that exercise is the best stress outlet.
    The song is sweatshop union- hit the wall
    Song was used by permission, and many thank yous to sweatshop union for that!

    Duration : 0:3:58

    Read the rest of this entry »

    How to make a flash game trainer in Visual Basic 2008

    Posted by admin on February 13th, 2010 and filed under game trainer | 1 Comment »

    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 »

    Awesome Tutorial – Creating a Game Trainer in C# (Detecting an instance)

    Posted by admin on January 18th, 2010 and filed under game trainer | 25 Comments »

    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 Get Six Pack Abs : Bicycle Crunch Exercises for the Abs

    Posted by admin on December 17th, 2009 and filed under bicycle trainer | 25 Comments »

    Learn how to do exercises that work out the abdominal muscles, including how to do the bicycle crunch in this free video workout.

    Expert: Jacob Garcia
    Bio: Jacob Garcia is a certified personal trainer with both the American Council on Exercise (ACE) and the American College of Sports Medicine (ACSM).
    Filmmaker: Juan-Diego Garcia

    Duration : 0:1:39

    Read the rest of this entry »

    How To Make A Game Trainer VB2008

    Posted by admin on December 6th, 2009 and filed under game trainer | 18 Comments »

    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 »

    unlz trainer editing tutorial

    Posted by admin on November 17th, 2009 and filed under trainer edit | 2 Comments »

    how to edit a trainer in unlz

    Duration : 0:5:45

    Read the rest of this entry »

    How to Make a CP Trainer

    Posted by admin on October 13th, 2009 and filed under trainers | 25 Comments »

    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 »

    How to Make a CP Trainer

    Posted by admin on October 13th, 2009 and filed under trainers | 25 Comments »

    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 »

    Awesome Tutorial – Creating a Game Trainer Pt. 2 (Memory)

    Posted by admin on October 10th, 2009 and filed under game trainer | 25 Comments »

    Talking about how to find and read memory.

    Duration : 0:6:15

    Read the rest of this entry »

    How to make a trainer with cheat engine 5.4

    Posted by admin on October 7th, 2009 and filed under cheat trainer | 25 Comments »

    In 4 minutes i will show you how to create your own trainer with cheat engine. Really simple to do. The tutorial.exe comes with cheat engine 5.4 and you can download it at www.cheatengine.org

    Honors:
    #34 – Most Viewed (Today) – Howto & Style – Brazil

    Duration : 0:3:54

    Read the rest of this entry »