Sunday, January 26, 2014

[PREVIEW #2] PC MW2 All Clients Tool

Hey!
This my 2nd Preview of this tool...
Current functions (Avaiable at the time I recorded)

Super Jump
Gravity
No Fall Damage
Slow Mo , Fast Mo , Normal Mo , Super Fast Mo
FPS
ALL CLIENTS:
Name Change
Name Flash
God
Send to Heaven
Teleport to Me
Teleport to custom x,y,z coordinates

Video : http://www.youtube.com/watch?v=WFuWM1ukW4w

Embed :

Saturday, January 25, 2014

[RELEASE] + [TUT] .NET (C# || VB) PC [Trainer - Memory Editor] Library - DLL

Before we start if you are going to use the Reead functions you must:

- Add using System.IO;
- Run final .exe as Administrator!

NOTE :
This includes some example source code but also source code from programs ive made so PLEASE don´t leech!
Use it to learn on how to use the DLL and to study!

FAQ :
Q : What .NET FrameWork Do I need?
A : Atleast .NET FrameWork 4.0 :(

Q : So ... what Visual Studio do I need???
A : (I THINK) You can use from 2010 and up!

How to load into the project :
On the top of your Visual Studio 'tab' you should see 'Project'
Press the 'Project' tab
Press 'Add Reference'
Browse till the DLL
Add it
And now study the source code example =)
***Dont forget to add using System.IO if you are going to use read functions!***


Hey everyone!
Today I am releasing a library / DLL that I have been working on that last few days.....
So let´s start...


Download : https://www.mediafire.com/?cog0dsufyc784br
UPDATED Download! (contains CloseHandle functions for Read Functions :P ) https://www.mediafire.com/?5hb7mwnz770tim7

This is a Release + Tutorial :P
The included video is Release only (I did made a tutorial but it was 71 minutes long.....)

Ok!

So first what this does?
This allows you to easily create PC Trainers / Hacks / Memory Editors..
This contains both Read and Write functions!

This will work for .NET (C# and VB) I did made one for C++ but it was easier to make then to use :P .. and its supposed to be the complete oposite so.... yeah....

So let´s start for C#!

C# DEVELOPERS! :

PasteBin example files :

C# FULL Commented Example File : http://pastebin.com/2bMCBsEE
C# All Clients Tool : http://pastebin.com/N0vY2SWb

So let´s start!

Add 'using PC_Memory_Editor___Trainer_Library;'
on Partial class add 'MW2TopTenWORLDMemEditor MemEditor = new MW2TopTenWORLDMemEditor();'

Functions :


WriteInt - Writes an Integer number to the desired offset
MemEditor.WriteInt(string ProcessName, long OffsetToWrite, long WhatToWrite);
Example : MemEditor.WriteInt("iw4mp", 0x01B2C8723, 999999999); //or ..723, Convert.ToInt64(textBox1.Text);

WriteFloat - Writes a Float value to the desired offset
MemEditor.WriteFloat(string ProcessName, long OffsetToWrite, string WhatToWrite);

WriteString - Writes text to the desired offset
MemEditor.WriteString(string ProcessName, long OffsetToWrite, string WhatToWrite);

WriteByte - Writes a byte to the desired offset
MemEditor.WriteByte(string ProcessName, long OffsetToWrite, byte[] Buffer);

WriteDouble - Writes a double to the desired offset
MemEditor.WriteDouble(string ProcessName, long OffsetToWrite, double WhatToWrite);

READ Functions :

How to use : (make sure you have using System.IO;)

READCODE;
textBoxX.Clear();
textBoxX.Text = Convert.ToString(File.ReadAllText(@"tmp.txt");
File.Delete(@"tmp.txt");

ReadInt - Reads an integer from desired offset to a file
MemEditor.ReadInt(string ProcessName, long OffsetToWrite, int LengthToRead); (usually set length as 9!)

ReadFloat - Reads a float from desired offset to a file
MemEditor.ReadFloat(string ProcessName, long OffsetToWrite, int LengthToRead); (usually set length as 4)

ReadString - Reads text from desired offset to a file
MemEditor.ReadString(string ProcessName, long OffsetToWrite, int LengthToRead); (usually set length as whatever the max chars for what you reading is! (example max chars for class name is 15)

ReadByte - Reads byte from desired offset to a file
MemEditor.ReadByte(string ProcessName, long OffsetToWrite, int LengthToRead);

ReadDouble - Reads a double from desired offset to a file
MemEditor.ReadDouble(string ProcessName, long OffsetToWrite, int LengthToRead);



That´s it for C#!!


VB DEVELOPERS :

Paste Bin Examples :

VB Example file : http://pastebin.com/njipSgQq

Sorry I dont code VB so its not nearly as detailed as the C# one ;(

Add 'Imports PC_Memory_Editor___Trainer_Library' to the imports

Create a Dim 'Dim MemEditor AsNew MW2TopTenWORLDMemEditor'

Now just check the example file..

The functions are the same as C#... I am sorry for not giving much support on VB ;(

Thats all for VB...



Thank you :D and hope you guys enjoyed this release! Hope this helps you ALOT!

Bye!

Embed : 

Thursday, January 16, 2014

[RELEASE] Universal CoD Auto-Dropshotter

Hey everyone!
Today I am Releasing a C++ Program :)..
It is called 'Universal Call of Duty Auto-Dropshotter'..

It dropshots automatcly for you!

So here is something to take in mind before using it....

MW2TopTenWORLD Call of Duty Automatic Dropshotter FAQ!

Instructions :

1st - Open a Call of Duty Game...
2nd - Open Universal CoD Auti-Dropshotter.exe
3rd - Read through the program till you get to the options...
4th - Type 1 to start the Auto-Dropshotter then a 'Press Any Key to Continue' message will appear... Press
Any key till you get to a message saying 'When you want to close this program press END'
5th - ENJOY!!!!!!!!!!

HotKey : END -> Closes the program.. this hotkey is only avaiable to press once you are in the 'When you want to close this program press END'
message....


Q&A :

Q : How can I report bugs?
A : There is an option for that in the options menu...

Q : It tells me there is a missing DLL..
A : Just google that DLL and put it into the same folder as the program.

Q : This is to hard to use ;(
A : Its not... simplified: Open the game, open the program, when you are in the options of the program
type 1 for start, press any key till you see a 'press end to close' message and your done.. just leave the
program like that... When you´r done using it press END or go there and close it manually..

Q : What was this coded in?
A : This was coded in C++

Q : How can I download updates?!
A : Probably there wont be necessary updates... however keep tunned to my youtube , mpgh , ngu , ..etc

Q : It´s not working!
A : Try playing in Windowed mode, see if that fixes it! , If not use the Report Bugs option ;)


Ok!
Now that you have readed the above text you are ready to use it!


Embed : 

Pictures of the tool : 
First Page (Ignore 2013 :P ) : 


Options Page : 
Started Auto DropShotter page : 


Enjoy this Release!!!!!!
This was made in just an hour :P

Saturday, January 4, 2014

[PREVIEW] MW2 Steam Direct3D Menu

Hey everyone just previewing my D3D Menu here :)...
It was made for Steam 1.2.208 MW2..

Some functions will still work in other versions / ports (Alter IW , etc (Aimbot , Wallhack...))


Enjoy!!!


Video : http://www.youtube.com/watch?v=4rM5jsYO7gM

Embed :