|
HackersTools (The Hackers Toolkit)
|
| KIWIDOGGIE |
Posted on 12-06-2008 00:45
|
The Boss

Posts: 302
Joined: 23.08.07
|
Download 1.0.0
Code
-----------------------------------------------------
HackersToolkit v1.0 Created by KIWIDOGGIE
/*
* HackersToolkit - Memory Hacking Made Easy
* Copyright (C) 2008 KiWiDOGGiE Productions
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
Special Thanks to:
Patrickssj6
Sprt4n117
Grim
WinAPI - Copyright (C) 2006 David Bern
This includes the stuff needed to get key input even if your Trainer is not the active window(when is it ever?, Halo 2 should be the active window)
It also includes the attaching of the process and making changes to it.
Also closing the threads.
I'm sorry but your opinion is just wrong!


 |
| |
|
|
| ws47 |
Posted on 16-06-2008 09:58
|
First Time Poster

Posts: 1
Joined: 11.06.08
|
so...
how do u use it? |
| |
|
|
| badlog |
Posted on 16-06-2008 15:53
|
Achiever

Posts: 21
Joined: 28.02.08
|
THANK YOU KIWI! Lol i have been waiting for this, and you know i have been bugging you about this lol thanks man!
Dont mess with the Zohan! |
| |
|
|
| higzta |
Posted on 03-07-2008 18:00
|
Achiever

Posts: 15
Joined: 01.07.08
|
Sweet! Now i can make trainers!
The statement below is true.
The statement above is false. |
| |
|
|
| shadowboy303 |
Posted on 20-01-2010 08:19
|

Achiever

Posts: 17
Joined: 19.01.10
|
hmm i new to this prgraming stuff what is needed for makeing
trainers and stuff
-=RDAG=- Leader
 |
| |
|
|
| Shock120 |
Posted on 21-01-2010 19:02
|
Miracle

Posts: 47
Joined: 08.01.10
|
shadowboy303 wrote:
hmm i new to this prgraming stuff what is needed for makeing
trainers and stuff  money.  |
| |
|
|
| KIWIDOGGIE |
Posted on 22-01-2010 13:29
|
The Boss

Posts: 302
Joined: 23.08.07
|
Shock120 wrote:
shadowboy303 wrote:
hmm i new to this prgraming stuff what is needed for makeing
trainers and stuff  money. 
Not exactly, Visual C# 2008 Express is free.
I'm sorry but your opinion is just wrong!


 |
| |
|
|
| shadowboy303 |
Posted on 22-01-2010 21:16
|

Achiever

Posts: 17
Joined: 19.01.10
|
KIWIDOGGIE wrote:
Shock120 wrote:
shadowboy303 wrote:
hmm i new to this prgraming stuff what is needed for makeing
trainers and stuff  money. 
Not exactly, Visual C# 2008 Express is free.
oh ok i all reday have that XD
-=RDAG=- Leader
 |
| |
|
|
| DEJORDZTA |
Posted on 14-02-2010 16:38
|
Part Time N00B

Posts: 2
Joined: 14.02.10
|
hey, sorry if i'm bumping here but..
i'm not entirely sure on how to use this and can find no tut's on how to to.. can anyone post a tut on how to use this??
Would be awesome  |
| |
|
|
| KIWIDOGGIE |
Posted on 15-02-2010 23:48
|
The Boss

Posts: 302
Joined: 23.08.07
|
You have to know how to program in C#/VB. Its no problem that you bumped this thread. Google WinAPI and MemoryProcessReader to get help with using this. The public librarys have been compiled into 1 useful DLL.
I'm sorry but your opinion is just wrong!


 |
| |
|
|
| DEJORDZTA |
Posted on 16-02-2010 16:42
|
Part Time N00B

Posts: 2
Joined: 14.02.10
|
kewl, thanks kiwi,
i know a little of c++ and c# and i know vb6 and 2005 but just wasn't that sure on how to use the .dll.
it really cleared it up for me.
Thanks again |
| |
|
|
| Manmax75 |
Posted on 22-02-2010 21:11
|

Achiever

Posts: 10
Joined: 07.06.09
|
woot i am making an IDE that used for making trainers. XD |
| |
|
|
| shadowboy303 |
Posted on 11-03-2010 03:22
|

Achiever

Posts: 17
Joined: 19.01.10
|
ok so were do i put it?
i have "Microsoft Visual Basic 2008 Express Edition"
and "Microsoft Visual C# 2008 Express Edition"
eny help please! |
| |
|
|
| Pingo |
Posted on 12-03-2010 02:58
|
Unaccompanied

Posts: 62
Joined: 28.08.08
|
Here's the read me Shadow
How To Use The HackersToolkit.
First in Visual Studio goto References -> Add Reference
Then Navigate to an extracted copy of HackersTools.dll
Add the Reference.
In your class add
using ProcessMemoryReaderLib;
using System.Diagnostics;
using System.Threading;
for C# or
Imports ProcessMemoryReaderLib
Imports System.Diagnostics
Imports System.Threading
for Visual Basic
This program has only been tested on C#. |
| |
|
|
| supersniper |
Posted on 12-03-2010 07:05
|
Unaccompanied

Posts: 72
Joined: 03.01.08
|
Import? i thought if you already added the reference you don't need to import it?
i be confused. |
| |
|
|
| Patrickssj6 |
Posted on 12-03-2010 10:17
|

Chill Admin

Posts: 3
Joined: 28.12.07
|
My old memory class is total crap :S |
| |
|
|
| Pingo |
Posted on 13-03-2010 01:39
|
Unaccompanied

Posts: 62
Joined: 28.08.08
|
Patrickssj6 wrote:
My old memory class is total crap :S
I wouldnt say crap, more like outof date. I like to use odies one but thats outof date too.
Sprt has a good one but it has bad error handling.
Do you know of a good opcode class? I know of one but it is truly crap. |
| |
|