In the video tutorial, I show you how to make a REAL Game Trainer (Not a flash game trainer), and how to take the Addresses from Cheat Engine, and use them in a Visual Basic 2008 Program. This allows you to distribute a program (Trainer) that hacks the Game/Program you wanted.
Watch in 720p for Better Quality (Obviously =p).
Here’s the download link to the Module: http://www.Download.Mal1t1a.com/U0q2S
Duration : 0:5:59
Read the rest of this entry »
This is my visual basic 2008 project: game trainer for stickRPG game
With this trainer in stickRPG u can add strength, intelligence, charm, hp, money and u can change day
Song name: Sydney 7 – Dance to (I wanna you baby)
Sorry for my bad english, because im lithuanian
Duration : 0:3:19
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 »
In this tutorial i gonna show you how to make a flash game trainer
Watch in high quality: [ADD] &fmt=18 at the end of the video URL…
Duration : 0:3:45
Read the rest of this entry »
A detailed flash game trainer tutorial in vb6 i was a bit sick when i recorded this.
——————————————————
Sothink and crack!
——————————————————
http://www.plunder.com/Sothink-swf-decompiler-4-0-download-916ffb7124.htm
——————————————————
Duration : 0:10:37
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 »
Prt 1 of 2
How to make a Flash Game Trainer in Visual Basic 2008.
If you can’t hear meh then put up your volume :]
Comment, Rate and subscribe please!
Duration : 0:4:26
Read the rest of this entry »
Download the cp trainer!!
http://www.mediafire.com/download.php?izytixgzgzm
#UPDATE# BETA IS RELEASED AND IE BUG IS FIXED please can you tell me all the things that dont work and all the erros and i will tryto fix also you can tell me somthing that you would like on the trainer and i would try to put it on there. LINK http://www.plunder.com/-download-efd86992c6.htm
Hi im going to show you how to make a cp trainer please watch and learn in the video w00t w00t i just found the club penguin swf files i will be able to edit loads of stuff the start button beome a member button and get every single varaible w00t w00t w00t i can basically edit club penguin. only i can see it tho. my cp trainer will be amazing like microchips because i just found out his variables.
Some codes i used are here:
Load Cp:
ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/load6.swf”
ShockwaveFlash1.Play()
Moderator button:
Call ShockwaveFlash1.SetVariable(”_level0.holder_mc.INTERFACE.is_moderator”, “true”)
im not going to show anymore codes look at some other videos or find em out yourself with SWF decompiler.
Please also check out my website for cp trainers and ones i have made Site is andrew789123.wordpress.com
also check out cpcheats.info it got some good cheats there too
Duration : 0:5:25
Read the rest of this entry »
Download the cp trainer!!
http://www.mediafire.com/download.php?izytixgzgzm
#UPDATE# BETA IS RELEASED AND IE BUG IS FIXED please can you tell me all the things that dont work and all the erros and i will tryto fix also you can tell me somthing that you would like on the trainer and i would try to put it on there. LINK http://www.plunder.com/-download-efd86992c6.htm
Hi im going to show you how to make a cp trainer please watch and learn in the video w00t w00t i just found the club penguin swf files i will be able to edit loads of stuff the start button beome a member button and get every single varaible w00t w00t w00t i can basically edit club penguin. only i can see it tho. my cp trainer will be amazing like microchips because i just found out his variables.
Some codes i used are here:
Load Cp:
ShockwaveFlash1.Base = “http://play.clubpenguin.com/”
ShockwaveFlash1.Movie = “http://media1.clubpenguin.com/play/v2/load6.swf”
ShockwaveFlash1.Play()
Moderator button:
Call ShockwaveFlash1.SetVariable(”_level0.holder_mc.INTERFACE.is_moderator”, “true”)
im not going to show anymore codes look at some other videos or find em out yourself with SWF decompiler.
Please also check out my website for cp trainers and ones i have made Site is andrew789123.wordpress.com
also check out cpcheats.info it got some good cheats there too
Duration : 0:5:25
Read the rest of this entry »