Search found 4 matches

by MegaO
Wed Oct 31, 2007 2:06 am
Forum: Utilities
Topic: Halo profile hack <update>repost
Replies: 11
Views: 7192

Also, what programming language? It was programmed in C# to test my "ProcessControl" class (it's a rather advanced class, not just the standard WriteProcessMemory, but also CreateRemoteThread etc to execute some assembly stub in the target :mrgreen:). I never really released it, just gave...
by MegaO
Thu Apr 05, 2007 2:50 pm
Forum: Modding Discussion
Topic: iMega: Halopc server tool
Replies: 1
Views: 482

iMega: Halopc server tool

A new server tool for halopc called iMega is under development by HSE (Halo Server Explorations). What makes it special is that they managed to create a sv_say command similar to the one used in haloce. That, in combination with their chat logger, opens many doors. For more information about it, vis...
by MegaO
Thu Aug 24, 2006 4:09 am
Forum: Programming
Topic: Changing Master Chief
Replies: 4
Views: 1163

The color aimbot does not work for halo because it will not lead your shots. The other aimbot, that was made by bitterbanana for the zelda mod, does work though. And this is the only working aimbot for halo. Also a client side program to detect all hacks was made a while ago. But the one who made it...
by MegaO
Thu Dec 22, 2005 8:24 am
Forum: Programming
Topic: VB: How do you read/edit memory?
Replies: 0
Views: 431

VB: How do you read/edit memory?

I'm making a program for the halo Dedicated Server. I already found the addresses using Tsearch. But now I want to make a program in visual basic that can read/edit the value in some addresses (like the value of 4029CF90). If someone knows a good tutorial on how to learn this, can you please give me...