Screenshot Thread menu

Shout-Out

User Tag List

Page 16 of 116 FirstFirst ... 12131415161718192066 ... LastLast
Results 226 to 240 of 1737
  1. #226
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one Sucidity.. hax0r
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

    Screenshot Thread
  2. #227
    Neffarian's Avatar Member
    Reputation
    -5
    Join Date
    Sep 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #228
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You're joking.... right?

    No, really, that's gotta be a troll post....

    If so, bravo, you just sucked me in. But if not, then sorry, but given you can't read the VAST amount of information already on the topic you're simply destined for failure.

  4. #229
    wac's Avatar Member
    Reputation
    35
    Join Date
    Jul 2008
    Posts
    342
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm sorry to interrupt you high rollers, but I really adore your work with what you are doing and I'd like to get some idea of the simplest thing you can do regarding coding in C#.
    Anyone have some tutorial to link me?
    Help is GREATLY appreciated!

  5. #230
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    GL doing that with C#... Read on DirectX and D3D. It's that simple. Grab a handle and draw to it(ok, that's oversimplified, but w/e).

  6. #231
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wac View Post
    I'm sorry to interrupt you high rollers, but I really adore your work with what you are doing and I'd like to get some idea of the simplest thing you can do regarding coding in C#.
    Anyone have some tutorial to link me?
    Help is GREATLY appreciated!
    Regarding memory stuff? Read a book! Regarding C#? Read a book!

  7. #232
    ramey's Avatar Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    320
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wac View Post
    I'm sorry to interrupt you high rollers, but I really adore your work with what you are doing and I'd like to get some idea of the simplest thing you can do regarding coding in C#.
    Anyone have some tutorial to link me?
    Help is GREATLY appreciated!
    Hello World Tutorial (C#)

  8. #233
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hooking DirectX in C# is completely possible.


  9. #234
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suicidity View Post
    Hooking DirectX in C# is completely possible.

    Not without the help of unmanaged code though (be it C/C++/Delphi/ASM/whatever).

  10. #235
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    Not without the help of unmanaged code though (be it C/C++/Delphi/ASM/whatever).
    Granted, doing so in C# is ugly as sin, and probably not worth the headache. You can very much so do it solely in C#. (If you're counting a CLR bootstrapper or the like, then yea, you're right.)

    If in process (boostrapped CLR) then all you need is a pointer to the DX device and you're set. (As proven before by kynox and myself)

    Out of process, and... well... yea, out of process it's impossible. (At least in *only* C# that is)

  11. #236
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Granted, doing so in C# is ugly as sin, and probably not worth the headache. You can very much so do it solely in C#. (If you're counting a CLR bootstrapper or the like, then yea, you're right.)

    If in process (boostrapped CLR) then all you need is a pointer to the DX device and you're set. (As proven before by kynox and myself)

    Out of process, and... well... yea, out of process it's impossible. (At least in *only* C# that is)

    Of course I'm counting a CLR bootstrapper you r-tard.

  12. #237
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    Of course I'm counting a CLR bootstrapper you r-tard.
    AFK figuring out a way to inject the CLR with only .NET code. (No C++/CLI trickery!)

  13. #238
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyways.. I want some screenshots.


  14. #239
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suicidity View Post
    Is this you?

    Game Deception - Forums

  15. #240
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I figured someone would mention; Yes it is.


Similar Threads

  1. Screenshot Thread for Diablo 3
    By UnknOwned in forum Diablo 3 Memory Editing
    Replies: 136
    Last Post: 09-03-2018, 01:06 PM
  2. Aion Screenshot Thread
    By JD in forum Aion Exploits|Hacks
    Replies: 0
    Last Post: 11-17-2009, 11:19 AM
  3. Screenshot Thread for AoC
    By Cryt in forum Age of Conan Exploits|Hacks
    Replies: 0
    Last Post: 05-23-2008, 07:32 AM
  4. Why my server is better than yours (a screenshots thread)
    By Liania in forum World of Warcraft General
    Replies: 15
    Last Post: 02-14-2007, 11:00 PM
All times are GMT -5. The time now is 03:14 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search