C#, Microsoft's new high level OO language.
Sticky Threads
Thanks to Patrick and d0m1n1k for their FindPattern and MaskCheck functions posted on the forums from years ago. I personally use it for various projects, and recently use it in another C# project. I converted the code to C#.. so yea.. here it is. (Keep in mind.. I'm new to C# and still rather...
all the necessary types public class Token { private Variant m_Data; private string m_Name; public Token(String _Name, Variant _Data) { m_Data = _Data; m_Name = _Name;
Made tis for a project I was working on at work. Just a semi-quick toss together as I am learning the language. Probably some better methods of doing things in this, but, like I said, I'm still learning C# :P so I don't know the best of the best for each thing yet. Currently this is limited to...
This sends a text message to a cell phone by using the carriers email relay system, using gmail as an smtp relay. Needs a valid gmail account, with POP3 enabled http://ozzeh.gamedeception.net/src/SMSLib.rar
Normal Threads
Hi there ! I'm brazilian and don't speak english very well, but i going to try. My doubt is this... I'm doing a dll hooking in a game called WYD (With Your Destiny), but there i'm have to use a dll compiled by C/C++ or any language unmanaged. The problem is that i have very much skills in...
How i write speedhack with C#.NET ?? please share source code
Does anyone have any knowledge in this area?
Hi, I am not well knowledge with memory stuff etc... I need to get the modules from a process so i can get it is baseAddr.... i was using the follow approch. try {
hi guys, trying to write a simple app that will login in to facebook via a http request. I analyzed the request that is made when logging in to facebook using tamperdata (firefox addon). Well, the problem is it simply doesnt work. Heres some code: string post_data = "email=" +...
I have put together a little bit of code to allow me to run trainers, hacks, etc on multiple instances of games at once. I'm having a bit of trouble with the damn message box though. private static extern void SetForegroundWindow(IntPtr hWnd); private Process FindInstance() ...
Okay, so I'm trying to basically get a static pointer for a value. My problem is, I can write the codecave np.. but how do I write the byte's for the JMP to the codecave at the original place? Since i'm using allocatememory it changes every time, so I can't use a static value.. I tried that :/...
Hello everyone, I have a problem, I have spent almost all my code the a dll injector, from Delphi to C#, but the problem is the "GetPid" Function, I not can convert it, someone could do me the please of converting the code to C#? This is The Code: function GetPID(ProcessName: String):...
Hello!, somebody know how to make a Inyector in C#?.. i want doing one here in C#, but not can... i'm make one in Delphi, but i not can convert the code to C#, someone can doing?. if is useful I can paste my delphi inyector code here, so someone please convert it to C#, thanks for taking the...
How do i make my application invisible? I dont want it shown in the task manager or process list. If there are client programs running on the pc, that scan your process list, i dont want my application to be picked up by this. Is there any way i can achieve this in c#. Thanks
I have a dll and a injector all done in c++. Now i am trying to learn c#, i want to start simple. I want to create a C# based injecting application, that would just inject my C++ .dll file into the game process. Does anyone know how to do this ? I am looking for a windows form based C#...
This is my first tutorial for Unknown Cheats, the people here are so nice. So heres me giving back. http://www.codeproject.com/KB/trace/minememoryreader.aspx That is a good read to get you started with the MemoryProcessReaderLib It has a hook and its pre-setup to call the Win32 C++...
http://csgl.sourceforge.net/ attached is the binaries. examples are too large to attach, sorry.
I dislike the methods that many people have been using to call ReadProcessMemory from managed applications, so here's how I do it: /// <summary> /// Reads raw bytes from another process' memory. /// </summary> /// <param name="hProcess">Handle to the external process.</param> /// <param...
The Mono project is basically a .NET runtime for other operating systems, and a replacement runtime for Windows. This has helped me in the past, and I think you'll like it too. http://www.mono-project.com/Main_Page --Macpunk
There are currently 1 users browsing this forum. (0 members & 1 guests)
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules