Donate Now Goal amount for this month: 95 USD, Received: 20 USD (21%)

  1. 06-02-2005
    Views:
    27,823
+ Post New Thread
Threads 1 to 15 of 15

Forum: C#

C#, Microsoft's new high level OO language.

  1.   Sticky Threads  

  2. Sticky Thread Sticky: FindPattern in C#

    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...

    Started by atom0s, 11-01-2008 02:38 PM
    1 Staff Post(s) findpattern
    • Replies: 13
    • Views: 1,841
    2 Weeks Ago 10:20 PM Go to last post
  3. Sticky Thread Sticky: Easy string parsing

    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;

    Started by ozzeh, 10-06-2008 12:46 AM
    1 Staff Post(s)
    • Replies: 0
    • Views: 556
    10-06-2008 12:46 AM Go to last post
  4. Sticky Thread Sticky: Almost Fully Dynamic Command Handler

    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...

    Started by atom0s, 10-01-2008 11:52 AM
    3 Staff Post(s)
    • Replies: 5
    • Views: 678
    10-02-2008 10:13 PM Go to last post
  5. Sticky Thread Sticky: SMSLib, a Text Messaging library.

    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

    Started by ozzeh, 09-29-2008 08:03 PM
    • Replies: 5
    • Views: 620
    10-01-2008 05:29 AM Go to last post
  6.   Normal Threads  

  1. Help about hooking with C#

    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...

    Started by ascos, 1 Week Ago 03:20 PM
    • Replies: 7
    • Views: 145
    1 Week Ago 02:02 PM Go to last post
  2. Speedhack C# ??

    How i write speedhack with C#.NET ?? please share source code

    Started by ajusagmar, 05-09-2010 07:15 PM
    2 Staff Post(s)
    • Replies: 5
    • Views: 228
    05-10-2010 06:44 PM Go to last post
  3. Interprocess Communication using Named Pipes in C#

    Does anyone have any knowledge in this area?

    Started by FuRy0uS, 02-04-2010 03:23 PM
    1 Staff Post(s) communication, interprocess, named, pipes
    • Replies: 6
    • Views: 702
    02-04-2010 06:33 PM Go to last post
  4. Get Prog BaseAddr, Module

    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 {

    Started by namedrisk, 02-01-2010 08:54 AM
    1 Staff Post(s) baseaddr, module, prog
    • Replies: 2
    • Views: 182
    02-01-2010 09:48 AM Go to last post
  5. facebook login -.-

    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=" +...

    Started by nerd312, 09-30-2009 04:45 AM
    facebook, login
    • Replies: 12
    • Views: 1,218
    12-28-2009 01:38 AM Go to last post
  6. MessageBox Shenanigans

    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() ...

    Started by Blueaura, 09-15-2009 08:48 AM
    1 Staff Post(s) messagebox, shenanigans
    • Replies: 5
    • Views: 447
    09-15-2009 04:43 PM Go to last post
  7. need help, noob Q.

    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 :/...

    Started by SleepSheep, 09-06-2009 03:04 AM
    noob
    • Replies: 4
    • Views: 332
    09-07-2009 03:14 AM Go to last post
  8. Question Question Convert This Code to C#

    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):...

    Started by Morp.C, 08-27-2009 03:53 PM
    2 Staff Post(s) code, convert
    • Replies: 8
    • Views: 551
    08-28-2009 04:52 AM Go to last post
  9. Unhappy How to make a Inyector In C#

    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...

    Started by Morp.C, 08-26-2009 03:36 AM
    • Replies: 3
    • Views: 442
    08-28-2009 04:49 AM Go to last post
  10. Thumbs up Question Invisible Application / Process

    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

    Started by okman, 08-13-2009 09:33 PM
    4 Staff Post(s)
    • Replies: 10
    • Views: 594
    08-15-2009 02:00 PM Go to last post
  11. Question C# Injector Application

    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#...

    Started by okman, 08-13-2009 12:07 AM
    1 Staff Post(s)
    • Replies: 5
    • Views: 584
    08-13-2009 09:30 PM Go to last post
  12. Hacking Stuff in .Net C# and VB

    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++...

    Started by d1glitalSLR, 02-11-2009 05:43 PM
    1 Staff Post(s)
    • Replies: 2
    • Views: 1,073
    02-26-2009 11:02 AM Go to last post
  13. C# graphics library ( opengl )

    http://csgl.sourceforge.net/ attached is the binaries. examples are too large to attach, sorry.

    Started by pingu, 11-24-2008 10:08 PM
    • Replies: 0
    • Views: 731
    11-24-2008 10:08 PM Go to last post
  14. Reading Memory

    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...

    Started by Shynd, 11-01-2008 02:16 PM
    • Replies: 4
    • Views: 1,191
    11-01-2008 05:02 PM Go to last post
  15. .NET on Other OSs

    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

    Started by Macpunk, 09-30-2008 04:28 PM
    • Replies: 0
    • Views: 300
    09-30-2008 04:28 PM Go to last post

+ Post New Thread

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 500 views
Hot thread with unread posts
More than 15 replies or 500 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts