PDA

View Full Version : -Trainer tools-


faldo
23rd November 2004, 15:31
Here are some tools that could help you in making your own trainer:

Public memory searchers/editors:
All games use your RAM memory to function. With the help of memory searches/editors you can look at your memory while you play and determin what addresses you need to hack in order to get the desired effect. Memory searching is beginner-friendly.
T-search 1.6b (http://www.trainerscity.com/make/tsearch_16b.zip) : A very popular memory searcher/editor.

Cheat-engine 5.2 (http://www.heijnen1.demon.nl/CheatEngine52.exe) : A memory searcher/editor with version updates more frequently than T-search. Also, value search is MUCH faster than T-search.
Artmoney SE V7.18 (http://www.artmoney.ru/artmoney718eng.exe) : Another alternative to T-search. Comes with adware/spyware.

CheatFinder (http://www.extalia.com/home/index.php?down=5&id=4) : A very old, but somewhat effective memory searcher.

Game Trainer (http://www.extalia.com/home/index.php?down=5&id=5) : Not very user-friendly, but quick memory searcher.

Hack 32 (http://www.extalia.com/home/index.php?down=5&id=6) : Very fast memory searcher. But can only search for exact values.

Magic Trainer Creator (http://www.extalia.com/home/index.php?down=5&id=7) : Memory searcher/trainer maker/patcher all-in-one-tool. Created by same team that made T-Search.

MemHack 1.3 (http://www.gameburnworld.com/Other/MemHackv1.3.zip) : Another all-in-one-tool, search your memory, create your trainer.

Public debuggers/disassemblers:
Debuggers reads a process or compilation and displays every operation so that you can see what needs to be done in order to hack your game. Debugging/disassembling is not recommended for beginners unless used with a tutorial.
Ollydbg 1.10 (http://www.ollydbg.de/odbg110.zip) : The ultimate debugger/disassembler. Great search-functions, its own script language, very usefull plugins etc.
Plugins for Ollydbg (http://ollydbg.win32asmcommunity.net/stuph/#plugins) : Usefull plugins, tutorials and tools reguarding Ollydbg.
IDA Pro v4.8.0.847 (http://plexi.surpasshosting.com/~grandpe/photo_gallery/thumbs/...../dBeoyHBvzKVZMzesx2B0/cpOUppbzF7/DataRescue.IDA.Pro.v4.8.0.847.Advanced.REPACK.READ .NFO-SSG.rar) : Interactive DisAssembler. One of the most advanced disassemblers out there, great for finding functions and dumping memory.
W32Dasm (http://sweangels.no-ip.com/files/W32DAsm 8.93.rar) : Another great disassembler.
PEBrowse Professional (http://www.smidgeonsoft.com/download/PEBrowseDbg.zip) : Usefull disassembler within a compilation itself (.exe, .dll etc). No no need to run the process to debugg it.
PVDASM (http://gregsy.mpcdownloads.com/pvdasm.zip) : Gregsy's disasembler of choice.
Hackman Disassembler 8.02 (http://sweangels.no-ip.com/files/hackasm802.zip) : An extremly fast disassembler.

Public trainer makers:
Trainer makers are programs helping you in creating the "face" of your trainer. Useing these, you can create the window itself, graphics and buttons in a matter of seconds. Most trainer makers need offsets in order to alter the game you play. You can get converted offsets, ready to use, from T-search. Trainer making tools is beginner-friendly.
Trainer Maker Kit 1.51 (http://www.gameburnworld.com/Other/TrainerMakerKitv1.51.zip) : Great tool if you want to create your own trainer, fully customizable with some cool features for GUI.

Game Trainer Studio 1.62 (http://sweangels.no-ip.com/files/GTS162.zip) : Compared to trainer maker kit, you loose some options and you gain a few others.

Magic Trainer Creator (http://www.extalia.com/home/index.php?down=5&id=7) : Memory searcher/trainer maker/patcher all-in-one-tool.Created by same team that made T-Search.

MemHack 1.3 (http://www.gameburnworld.com/Other/MemHackv1.3.zip) : Another all-in-one-tool, search your memory, create your trainer.

Public window minimizers:
Some games have an "alt+tab" protection. These tools are countermesures for those kind of protections.
Minimize Hack Tool 1.2 (http://sweangels.no-ip.com/files/mhtv12.zip) : Minimize your Alt+tab protected game.
Anti Alt-Tab 1.2 (http://sweangels.no-ip.com/files/aat12.zip) : Another minimizer tool.

Public hex editors:
A hex editor is a program that lets you edit files at a "low-level basis". They are byte oriented and show you the physical contents of files and displays every individual byte. Hex editing is not recommended for beginners unless used with a tutorial.
Hex Workshop 4.23 (http://www.bpsoft.com/downloads/hw32v423.exe) : A popular hex editor, personally, i think it's one of the best out there.

DataWorkshop v1.1 (http://www.dataworkshop.de/download/DataWorkshop-1.1.zip) : A java hex editor for people bound by another OS. Runs on Windows 98/ME/2000/XP, Linux and MacOS.

SaveGame Analyzer 1.0 (http://www.extalia.com/home/index.php?down=5&id=12) : A great savegame analyzer, compare savegame files and make game editors.
WinHex 12.35 (http://www.winhex.com/winhex.zip) : Another good hex editor, very "tweakable" and includes tons of options.

Public packet editors:
Some online games have alot of information stored on the game server. Packet editors can help you trick the server by altering the packets sent by your client. Packet editing is not recommended for beginners unless used with a tutorial.
Winsock Packet Editor Pro 0.9A (http://members.at.infoseek.co.jp/bosobaso/wpexp.zip) : Packet sniffer with filter. Sniffs Winsocks communication packets v1 and v2.

Public script tools:
Scripting will never be as powerfull as raw programing, but if the scripting language is complexe enough you can accomplish alot. Scripting is recommended for beginners.
Sign 0f Misery (http://www.geocities.com/xmemor/2lz/s0m.html) : A good scripting program that even handles memory editing.
ForceShock (http://www.forceshock.net) : An advanced scriptlanguage made especially for gamehacking.

User submitted tools:
Trickster (http://www.mpcforum.com/showthread.php?t=159976) : Scripting tool for MMO games.

Window title changer v1.01 (http://www.mpcforum.com/attachment.php?attachmentid=16308&d=1152210502) : Countermesure for games scanning windowtitles.

MPC Trainer Template (http://www.mpcforum.com/showthread.php?t=72780) : Tool for the trainer creator without codeing knowledge.

Winject 1.2 (http://www.mpcforum.com/showthread.php?t=75457) : A simple DLL-injector with cmd-line support.

Hooker Heaven v0.2 (http://www.mpcforum.com/showthread.php?t=86761) : A nice little hacking tool (Injector, Debugger, SEH, ASM browser...)


*Post under construction, more tools will be added in the future*


Feel free to enter a post with your preferred tool and I'll add it to the list.

StiffliP
23rd November 2004, 17:06
U forgot ArtMoney :D lol

faldo
23rd November 2004, 17:30
U forgot ArtMoney :D lol

How can i foget!? Thanx for reminding me :D

I started this little project today at work, some links may be broken aswell, but i'll fix everything once i get home

StiffliP
23rd November 2004, 17:43
ok :D nice thread...should be useful for everybody browsing the forums :D

Gregsy
23rd November 2004, 18:40
nice one man. i will add my pvdasm and also.. would mASM be a good idea?
hey stifflip - another scottish person :)

StiffliP
23rd November 2004, 18:42
What are those? lol

faldo
23rd November 2004, 19:09
nice one man. i will add my pvdasm and also.. would mASM be a good idea?
hey stifflip - another scottish person :)

Yeah, heh, i felt something was missing from this forum section ;)

Sure, feel free to add whatever you think will help ppl in create trainers =o)

Virtuosofriend
23rd November 2004, 21:22
awesome job once more team ;)

sf0d
2nd December 2004, 01:23
Any Speed hacks?

Gregsy
2nd December 2004, 02:01
omg, like?
warned for spam?
please read the topic :x

StiffliP
2nd December 2004, 02:34
Is cheat-engine better than t-search?????

ikra
3rd December 2004, 19:51
are trainers compiler themselves?

Gregsy
3rd December 2004, 20:13
stifflip - it is all by preeferance, i use t-search personally.
ikra, trainers do not compile themselves.. these posts are so off topic...

azalin007
14th December 2004, 00:26
nice tools tkx also add WPE PRO its very nice and looks good :D

i dunno how to edit pakets yet but soon :)

faldo
14th December 2004, 12:31
WPE PRO? If you mean Winsock Packet Editor Pro, it's already added under "Public packet editors".

azalin007
18th December 2004, 02:37
sry my bad hehe :D tkx for the tuts faldo :) hlped me lots

do u have 1 on packet editing? :)

faldo
18th December 2004, 03:04
I started on one... but never finished it... i kept getting into real complicated stuff (how to find patterns in encryptions...) that i couldn't explain in an easy way... but i might finish it some day.

EnEsCe
30th December 2004, 08:52
where can I find the value?

faldo
30th December 2004, 09:05
Be more specific in your posts... The value of what?

faldo
28th January 2005, 01:42
Yeah, sometimes, servers go down for awhile, it's not unheard off ;)

jamesmcm
6th February 2005, 19:12
put HIEW up there too thats what i use to hack serials with win32dasm
here is file address i couldnt upload :(
http://www.hnc3k.com/crackingtoolz.htm

Gregsy
7th February 2005, 18:57
no serial cracking talk >_<

fuinharlz
13th February 2005, 07:18
well, I dunno if it's the rite post to ask, but didn't found anywhere else, if it isin't, srry and plz delete or warn me if needed... =P
I'm trying to use wpe pro on a game here, but, everytime I try to target the game (or any other aplication), it gives me the erroe "dll injection failed"...
well, I'm a noob on packet editors and all this, but trying to learn all my self if I can, but, what that error is suposes to mean? anyway, the game I'm trying to search packets is the 4th coming, and I know that if I could find out some packets I relly know the client sends to the server when some things like lvling up or dropping an iten happens, I could try making one of the first hacks that aren't speed hacks to this game (I know a bit about delphi, vb, c and cobol)... if anyone could help me out I'mm be very thank!
anyway, srry for the ridiculous english, I've learned it all by myself, and that's not easy when u live in brazil, where only 5% or less of population can really speak english... lol...
and srry if this is the wrong place... =P

Gregsy
13th February 2005, 15:33
post a new thread on it rather than cluttering this one up? :x

H47cH
14th February 2005, 17:25
I started on one... but never finished it... i kept getting into real complicated stuff (how to find patterns in encryptions...) that i couldn't explain in an easy way... but i might finish it some day.


Any news about that tutorial, faldo ?
It should unstick me on my work for PT and Thang Online hacks at minimum !!

wtfman101
22nd February 2005, 10:17
trainer maker kit has a keylogger :O
*scanned with AVG*

C:\PROGRAM FILES\TRAINER MAKER KIT\~GLH0006.TMP

The Trojan horse TR/Keylogger.HotKeysHook.A

faldo
28th February 2005, 16:16
No, it's not a keyloger, but some antiviruses seem to think it is. It's just a dll that handles hotkeys, that's all.

Kyrogue
6th March 2005, 09:08
the TMK link is down can u post a working 1? and the studio is down too

faldo
6th March 2005, 11:08
They are both working fine. However the servers go down sometimes.

DyslexicCheater
22nd March 2005, 18:31
Can you guys redirect both my releases to a new link?

Hijack! Release and Source: http://www.cubedivision.org/forum/viewtopic.php?p=4190#4190

faldo
23rd March 2005, 13:39
I changed the link

Lord_Looser
10th April 2005, 23:59
I'm sorry, after searching in google I found this:
hxxp://www.mpcforum.com/showthread.php?p=568014&mode=threaded

Much more than one trainer maker, "script" programming
InqSoft Sign 0f Misery (russian and english)
hxxp://s0m.narod.ru/
hxxp://www.kickme.to/inqsoft

(direct) download urls
hxxp://s0m.narod.ru/s0m27p_inst.zip
hxxp://s0m.narod.ru/s0m27p_upd.zip (update)

faldo
11th April 2005, 00:02
InqSoft Sign 0f Misery
hxxp://www.kickme.to/inqsoft

Since that site is it russian or whatever you might wanna explain what all that is about?

-=LoLo=-
24th April 2005, 04:53
Artmoney link is dead...

And Ollydbg plugin is dead...

faldo
24th April 2005, 13:20
@ Lord_Looser: Thanx for the input. I added the program to the list.

@ -=LoLo=- : Thanx for notecing. Artmoney changed version, and the link is now updated. Ollydbg is having a redirection problem. I'll change the link as soon as they fixed that.

Shark_812
8th May 2005, 03:19
Why not use more direct links? :P
Sry if you *have* to use the redirections, just trying to help ;)

h*tp://ftp.dlh.net/pub/gamehacking/misctools/OllyDbg.zip
h*tp://ftp.dlh.net/pub/gamehacking/misctools/w32ds893.zip
h*tp://ftp.dlh.net/pub/gamehacking/misctools/PEBrowsePro.zip
h*tp://ftp.dlh.net/pub/gamehacking/trainermakers/tmk_151.zip
h*tp://ftp.dlh.net/pub/gamehacking/trainermakers/GTS162.zip

faldo
8th May 2005, 18:08
The programs you refer to are not redirections, they link directly to the zip-files. Try clicking on a link in the first post and you'll see what i mean.

.TriCycle.
28th May 2005, 05:00
ummm one question... do you have to use every single one of those programs to make a trainer.... all the debuggers... and im trying to make a simple trainer for Roller Coaster Tycoon 3... lol i no.. its just fun making a theme park.. and since i am going to be an engineer of these things and parks.. it helps.. So if anyone no's where i can alrdy DL one let me no ... Thanks

faldo
28th May 2005, 10:58
I think it's an exelent idea to make a trainer for RollerCoaster Tycoon 3 =o)
And no, you don't need to download all the programs. In your case, T-search and Trainer Maker Kit would be enough.
I don't think there are any trainers for RCT3, however there may be cheats. But trainers are way more fun... Good luck =o)

.TriCycle.
28th May 2005, 20:00
lol thanx.. i no there have been trainers in the past for the other RCT games.. and they were really fun to mess around with.. and yes they do have cheats for it ... but its like the one where you type a certain name and get 10,000 bucks.. but its ghey having to type it over and over, and you cant Ctrl+V (AHHHHHHHHHHH)

ShamMirrors
29th May 2005, 05:07
Hey faldo, would you recommend Ollydbg over SoftICE?

faldo
29th May 2005, 14:22
Hey faldo, would you recommend Ollydbg over SoftICE?
It's somewhat hard to compare them since they are both exelent software.
However, they work in diferent ways and could have different usage-areas.

SoftIce is an extremely powerfull "kernel debugger". This means that it attaches itself to windows kernel. Every single program run in windows needs to go through the kernel in order to work. So, SoftIce would be good in most cases. The only disadvantage of SoftIce would be that if the process looks for a kernel debugger, you're fubar.

OllyDbg (my baby) is an assambler analyzing tool. The sweet thing about it is that you can use it in two different ways. Either you attach it to a running process and analyzes/alter the code, or you can use it as a loader and run a program from within OllyDbg. The latter makes it somewhat impossible for the program to hide a thread or a subprocess.
There is no real disadvantage with OllyDbg since the only trace it leaves behind is inside an API called "IsDebuggerPresent" and you can easely mask that signature with a simple plugin.

So... if you want to know my opinion, i do prefer OllyDbg thanx to all the possibilities it brings.

ShamMirrors
29th May 2005, 17:42
That sounds pretty awesome, thanks!

squalldtt
18th June 2005, 13:36
sorry for my bad english first !
is there any minimize window tool ? is it considered as a hacking tool ? or trainer something ?

faldo
18th June 2005, 15:37
There is a program called Xunleashed, it lets you run a DirectX process in a window even if the process thinks it's running in fullscreen.

kclemens
19th June 2005, 20:31
ummm one question... do you have to use every single one of those programs to make a trainer.... all the debuggers... and im trying to make a simple trainer for Roller Coaster Tycoon 3... lol i no.. its just fun making a theme park.. and since i am going to be an engineer of these things and parks.. it helps.. So if anyone no's where i can alrdy DL one let me no ... Thanks

Sorry for the late post. Dude i remember when i was a kid and had that game on my win 95 machine. It was great! If you need any help at all PM me. And if there WAS a hack for it, it would be at http://www.mpcdownloads.com

Good luck and have fun, kclemens

xinyue1015
14th July 2005, 03:47
i can not open the Tsearch1.6, the file maybe destroyed! will u pls resend it ?

faldo
16th July 2005, 01:37
i can not open the Tsearch1.6, the file maybe destroyed! will u pls resend it ?

I just downloaded it and opened it without any problems...
Try downloading it again. If it still won't work, the problem must be with either your ISP, your firewall or simply, your computer. That's a problem we can't solve from here.

Indirects
22nd July 2005, 19:02
any one wanna teach me how to use gamer trainer?

faldo
22nd July 2005, 19:43
TMK and GTS are made for the same purpose... i've made a tutorial including how to use TMK in the tutorial thread... and i'm sure there are other tutorials for both TMK and GTS.
Search and you will find.

winterdryad
1st September 2005, 08:52
Yo dude many tnx :)
i had old games that tsearch didnt find memory adrees and hack32 found it.
PRO thread ^^

sirholkms
13th September 2005, 09:46
a few months ago i didnt even know what hacking was and i found out the only way to learn how to hack is forums this site has taught me alot i can now use artmoney and i know a bit of pascel but i downloaded a program just resently i have no clue what the hell it is its on your progam list its called OllyDbg could you just write a beif tutorial or emplination how to use it and what it does

faldo
13th September 2005, 10:34
Well, like you said yourself, forms is the key to everything... heh, so take a look here:
http://ollydbg.win32asmcommunity.net/

negi1112
21st September 2005, 13:17
have actmoney new link?the old link is dead...

IlyaZ
23rd September 2005, 15:50
Didn't see if SoftIce was mentioned on pages 2-3 but it's probably the best debugger around. It takes a while to get used to it anyhow.

I would also recommend L. Spiros memory hacking software (very many features + good speed)

Crap I can't post links. But look on google for it.

faldo
23rd September 2005, 16:02
I've never goten SoftIce to work, has allways crashed on my WinXp comp. even thought i installed the WinXP support patch.
About that L. Spiros memory hacking software, would be great if you could mail me the www address an i'll put it up in the list. (faldoroc@hotmail.com)

IlyaZ
23rd September 2005, 20:18
That patch isn't enough you got to download new osinfo files for SP1 or SP2. If you want I can send you/post a tutorial on what to do to make it work. But the program is a bit dangerous if you use it incorrectly. But if you have used debuggers/disassemblers in other apps there should be no prob.

I got 10 posts now so I can post a link to it:
http://www.gwforum.ca/l-spiro/feature.php

faldo
29th September 2005, 13:55
Would be great if you could post some instructions on how to use SoftIce with XP SP2... make a new thread and i'll include Softice in the "tools thread" and your tutorial in the "tutorials thread".

Svetla
3rd October 2005, 16:48
My anitivirus Nod32 says Winsock Packet Editor Pro 0.9A is a troyan...

faldo
3rd October 2005, 16:53
My anitivirus Nod32 says Winsock Packet Editor Pro 0.9A is a troyan... Indeed... Since WPE contains a packet sniffer, most antivirus programs will think it's a trojan, but it's not.

r3dd0
28th October 2005, 14:06
why has the wpe pro version u posted, no packet sending function?

i have a version which can do that!

ShenHua
8th November 2005, 22:07
can someone tell me which is the best trainer to download if i want to hack online game?

eternal_dream
24th November 2005, 06:16
Nice one buddy, u give me big hope for hacking again :)

punknotdead
27th November 2005, 04:05
when ever i try and download the trainer maker kit i get this weird error that says this system file is not suitable for ms-dos and microsoft windows
i have no idea what it means buy that could yall let me no

pro70131
21st December 2005, 21:47
i still don really understand eh..how to find the values for the hacks..

[ka]Blah
23rd December 2005, 07:11
Just a heads up, both Public Window Minimizer links are down.

For the Anti Alt-Tab 1.2, you can find it here:
Anti Alt-Tab 1.2 (http://www.gamehacking.com/download.php?type=tools&file=memfinders/aat12.zip)

For the Minimize Hack Tool 1.2, you can find it here:
Minimize Hack Tool 1.2 (http://www.xcheater.com/download.ashx/cheat_tools/hacktool.zip)

I hope i didn't break any rules by posting these links.
=X

Enjoy.

faldo
23rd December 2005, 09:21
The links on the first post are still working. Sometimes servers go down, shit happends, but the usually come back up.

prephater
5th January 2006, 07:25
when i open tserch it says this :this application has faiiled to start becuse THOTKEY.DLL was not found ......
i tried re instalking but it dont change anything plz help

kidclown
11th January 2006, 01:33
Any Speed hacks?
http://www.softcows.com/sgsetup.exe
http://www.qwerks.com/download/5589/!xSpeed-setup.exe

by the way, if someone found a way to hack Stick Arena (www.xgenstudios.com/play/stickarena) with some of these programs please PM ME!

igme
5th February 2006, 11:11
careful using signs of misery though... anti-virus detects it as a trojan

Warrior37
14th March 2006, 20:03
good work on releaseing all the traine tools its very useful

huizhe
23rd May 2006, 17:51
i heard there is some prog called " cheat o matic " maybe u could add them here a memory searcher

sry for double posting but warrior37 stop talking trash of course those trainers are all good!

lolol98
27th May 2006, 16:05
sorry for my bad english=/ anyone can give me link with new trainer are jump hack?

Liverslapper
6th July 2006, 04:28
the cheat-engine 5.2 has a generic backdoor trojan.....

blaqspade
6th July 2006, 19:32
hey where can i get that window title changer the link here is broken and that would really help me ou thanks

faldo
6th July 2006, 21:30
hey where can i get that window title changer the link here is broken and that would really help me ou thanks
Fixed

Chazwazza
9th July 2006, 13:08
What about SoftICE? I havn't been able to find it for download though (I already have the Keygen). If anyone could post a link it would be much appreiciated. :)

pornica
21st July 2006, 23:43
I cant download attachment in the hooker heaven link...only get an attachment.php file.

Macpunk
22nd July 2006, 08:18
Well, I don't know what section you'd put it under, but it's advertised as a trainer.

ONLY FOR MAC'S!! Please put that in your post.(Sorry, can't resist making Mac contributions :p)

The Cheat (http://www.brokenzipper.com/)

for all you Mac H4x0rs! And...this si fun..I get unlimited health, ammo, armor, and score on Cube/Saubraten. yes, you can hack your score on that game too. 'Course, it's all open source too, but...it's cooler with mem-editing. :p

--Macpunk

jason970
3rd August 2006, 15:05
how la can tell me

dcswouters
18th October 2006, 00:00
I want to thank "faldo" for making this and sharing his incredible knowledge with us.

faldo
18th October 2006, 01:05
Thanx, i just added a new tool today that i'm developing myself, Trickster. Check it out =)

davidsoon
25th October 2006, 15:30
WoW nice trainers :D

battosai16
4th December 2006, 20:37
nice i can really use this thnxs

D4rkHunt
22nd December 2006, 17:21
which of those memory editors you guys think that is the best one?

MPCheater
27th December 2006, 21:52
Add "Scar" to script section - it's the best!

aslankro
14th January 2007, 11:51
can ya get a flying hack to gunz i have been hacking many times not even gotten flying hack i mean i hacked in gunz usin reymix engine v.5.2
^^










¨‘°ºO[ Aslankro ]Oº°‘¨

http://www.***************/?d=V20EMAQB



here wher u can downlod rey engine

uw it wont then gu tu http-megaupload-com/?d=V20EMAQB





^^http://lineage2.com


COOLLLLEESTT GAMEE IN WORLD

http://.***************/?d=V20EMAQB[/URL]

Augustus
14th January 2007, 12:02
when i open tserch it says this :this application has faiiled to start becuse THOTKEY.DLL was not found ......
i tried re instalking but it dont change anything plz help


Its possible your antivirus is deleting the dll.

the cheat-engine 5.2 has a generic backdoor trojan.....

http://forum.cheatengine.org/viewtopic.php?t=24363





What about SoftICE? I havn't been able to find it for download though (I already have the Keygen). If anyone could post a link it would be much appreiciated. :)

http://en.wikipedia.org/wiki/SoftICE

You have to find it on your own , since its been discontinued.







Also faldo i would add ACTOOL and AUTOIT under script tools :).

http://www.hiddensoft.com/autoit3/
http://www.actool.net/

Also for packet editors:
Pmon (packetmon)
http://www.analogx.com/CONTENTS/download/network/pmon.htm

Ethereal
http://www.ethereal.com/

Etherpeek
http://www.wildpackets.com/

Iris
http://www.eeye.com/html/products/Iris/index.html

Net tools; Albeit not being just a packet scanner it does have a very decent packet sniffer.
http://users.pandora.be/ahmadi/nettools.htm




Also:
L spiros site for memory hacking software is
http://www.memoryhacking.com/

Mr.MotherFckr
15th January 2007, 13:03
is there a new version of tsearch?

Augustus
15th January 2007, 13:49
is there a new version of tsearch?

Nope, tsearch has been out of development for a long time.

Kaz2K7
2nd September 2007, 21:26
artmoney is updated, and you can find the newer version at www.artmoney.ru also if you wanted to have the pro but it for a one time fee of $20 or just find a hacked version.

tosikosi
6th September 2007, 21:26
Can u please Fix the minimize hack tools please :(

Sn!p3r
19th October 2007, 05:00
umm i'm sorta new so how do you work the memhack 1.3?

faldo
19th October 2007, 13:11
This is not a memhack support forum... if you have specific questions about something, ok... otherwise go here:
http://www.memoryhacking.com/forums/

rakionowner
5th February 2008, 04:02
Hey there..~ thx for sharing and the tips..appreciate very much...;)

dakoglusoo
9th February 2008, 13:26
hello bro!! got any 9dragons skill trainer?

2ge0cideETF2
24th March 2008, 12:42
There Are Rumors That Cheat Engine Has A Virus?
Trojan I Think

rickysymo
26th June 2009, 09:45
Nice thread. You have managed to bring useful tips for everyone. I hope your thread gain more follow ups and may it help a lot more of the gamers in the near future.