Interact Problems menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    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)
    Ahh, gotta love .NET ease I knew there was a reason I chose C# to be my first language to use...

    Interact Problems
  2. #17
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you get it to work i suspose? If so post code if you feel so inclined to share with the others :P.

    Well off to sleep for now.

  3. #18
    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)
    Yeah, I'll give you the code tomorrow if I get it working. I have to go back to sleep soon, school starts back up =/

    EDIT: F**k school... I have no idea why this code is not working. I have the import correct, but it keeps saying invalid arguments.

    Code:
    CONTEXT ctx = new CONTEXT();
    ctx.ContextFlags = (uint)CONTEXT_FLAGS.CONTEXT_ALL;
    Memory.GetThreadContext(hThread, ref ctx);
    Last edited by lanman92; 01-06-2009 at 01:01 AM.

  4. #19
    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)
    I think x64 is giving me more grief. I'm sick of this already. I don't know how to operate on x64... **** you toshiba. Erm, Microsoft. /sigh, time to start DLing a x86 vista disk...

  5. #20
    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)
    I said it once and I'll say it again.

    YOU'RE DOING IT WRONG!

    I PERSONALLY (ie the ****ing computer I play WoW on and run hacks on) use Windows Server 2008 Enterprise x64. Stop blaming the architecture for your fail code imo.

    EDIT: **** you Microsoft? Right.. its their fault they made an x64 OS and you're having trouble using it because you suck? >_>

    What is it with stupid people and Microsoft bashing. Get a valid point or keep your mouth shut.

  6. #21
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    I said it once and I'll say it again.

    YOU'RE DOING IT WRONG!

    I PERSONALLY (ie the ****ing computer I play WoW on and run hacks on) use Windows Server 2008 Enterprise x64. Stop blaming the architecture for your fail code imo.

    EDIT: **** you Microsoft? Right.. its their fault they made an x64 OS and you're having trouble using it because you suck? >_>

    What is it with stupid people and Microsoft bashing. Get a valid point or keep your mouth shut.
    Actually Microsoft did a great job on x64 *thinking back to the first x86_64 Linux kernel*, Linux had x86_64 support before Windows but the kernel was pretty unstable and nearly unusable while Microsoft had a rather good working x86_64 kernel at the first release (yet it required some patching but that's a normal thing), but still Microsoft was pretty late compared to other operating systems.

    I personally like that Microsoft is finally starting to bring x86_64 into the normal desktop world, as it forces driver developers to create x64 drivers because a lot of companies then decides to also create linux x64 drivers or we just wrap the Windows driver to Linux (ndiswrapper does this for wlan drivers).


    64bit is the future, maybe there'll be a 64bit version of WoW with the next addon
    I hacked 127.0.0.1

  7. #22
    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 Xarg0 View Post
    Actually Microsoft did a great job on x64 *thinking back to the first x86_64 Linux kernel*, Linux had x86_64 support before Windows but the kernel was pretty unstable and nearly unusable while Microsoft had a rather good working x86_64 kernel at the first release (yet it required some patching but that's a normal thing), but still Microsoft was pretty late compared to other operating systems.

    I personally like that Microsoft is finally starting to bring x86_64 into the normal desktop world, as it forces driver developers to create x64 drivers because a lot of companies then decides to also create linux x64 drivers or we just wrap the Windows driver to Linux (ndiswrapper does this for wlan drivers).


    64bit is the future, maybe there'll be a 64bit version of WoW with the next addon
    A native x64 WoW build would be kinda pointless but okay.

    That aside, I know Microsoft did a great job on x64, I'm a big fan of Server 2008, dunno where you got the idea I didn't think they did a great job. (Or did you not mean that by quoting me?)

    P.S. There were x64 XP builds. And I'll take stability and features over bleeding edge LOLWEWEREFIRST any day, kthx.

  8. #23
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    A native x64 WoW build would be kinda pointless but okay.

    That aside, I know Microsoft did a great job on x64, I'm a big fan of Server 2008, dunno where you got the idea I didn't think they did a great job. (Or did you not mean that by quoting me?)

    P.S. There were x64 XP builds. And I'll take stability and features over bleeding edge LOLWEWEREFIRST any day, kthx.
    Well, I didn't claim that there wasn't a 64bit version of XP :-)
    anyway you can't say windows is better than Linux or contrary, the better choice always depends on the problem and the personal experience with either systems.

    And if you don't need any support Linux is way cheaper than Windows :-)
    also I like OpenSource so Linux is my first choice OS, in near future my favorite maybe a GNU Hurd based OS.
    Last edited by Xarg0; 01-06-2009 at 07:10 AM.
    I hacked 127.0.0.1

  9. #24
    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)
    Okay, I'll show you the code that isn't working. It's the EXACT same code that Shynd, and PInvoke.net have posted in their libraries. I can't get GetThreadContext() to work. It keeps saying I have an invalid parameter. It compiles in Shynd's library, but I don't know if it actually works. The pinvoke.net example compiles as well, but it doesn't run correctly. Mine doesn't even compile.

    Code:
    CONTEXT ctx = newCONTEXT();
    ctx.ContextFlags = (uint)CONTEXT_FLAGS.CONTEXT_ALL;
    Memory.GetThreadContext(hThread, ref ctx);


  10. #25
    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 Xarg0 View Post
    Well, I didn't claim that there wasn't a 64bit version of XP :-)
    anyway you can't say windows is better than Linux or contrary, the better choice always depends on the problem and the personal experience with either systems.

    And if you don't need any support Linux is way cheaper than Windows :-)
    also I like OpenSource so Linux is my first choice OS, in near future my favorite maybe a GNU Hurd based OS.

    Still trying to work out why you quoted me the first time. >_>

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Interact problems with Click to move
    By natt_ in forum WoW Memory Editing
    Replies: 3
    Last Post: 09-28-2014, 02:12 PM
  2. [Question] Problem with Fishbot - Interact with Target
    By VexeRR in forum WoW Memory Editing
    Replies: 15
    Last Post: 01-11-2011, 07:22 AM
  3. [Help] Mouseover interact problem
    By xwinterx in forum WoW Memory Editing
    Replies: 1
    Last Post: 12-13-2010, 03:26 AM
  4. [Autoit][3.1.3] Problem with interact with npcs
    By grigitokarz in forum WoW Memory Editing
    Replies: 1
    Last Post: 08-19-2009, 03:40 PM
  5. Site problems
    By Shanaar in forum Community Chat
    Replies: 10
    Last Post: 05-14-2006, 01:15 AM
All times are GMT -5. The time now is 03:15 PM. 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