Screenshot Thread menu

User Tag List

Page 47 of 116 FirstFirst ... 43444546474849505197 ... LastLast
Results 691 to 705 of 1734
  1. #691
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DrakeFish View Post

    Oh kk didn't see the other post
    Np. But yeah, the difference is huuuuugggeeee.

    Screenshot Thread
  2. #692
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh btw, wanted to mention, the way I described (caching just an arbitrary size block) is fine, however if you want to do it the 'best' way, do it on a per-region basis. It should be more efficient that way and also less likely to run into overlap problems. Just loop over all regions with VQEx.

  3. #693
    berserk85's Avatar Member
    Reputation
    8
    Join Date
    Apr 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Leader: G1 go to Stab

  4. #694
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just a simple scanner, Based on Apocs example, but updated to it works more tidy and with current wow. Below is screenshot:



    Also a example of a dump .txt file:

    Code:
    ================================
    Address updated - xautomation
    WoW process name: wow
    Dump started at: 28/02/2010 00:46:48
    ================================
    
    Patches:
    Anti_jump:
    Waterwalk:
    Inputblock:
    M2Colission(Highlightable):
    Airwalk:
    Airwalk up/down:
    
    Animations:
    
    Others:
    FrameScript_Execute(Dostring):7F25C0
    
    
    ================================
    Dump finished at: 28/02/2010 00:46:51
    ================================

    Not bad 3 seconds

    Also I remove the none-public addresses

  5. #695
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not exactly a screenshot, however an update to my WardenSrv: Private Paste - Pastie

  6. #696
    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)
    After you had the idea to implement this how long did it take you to make it? @kynox

    It's simple-looking, but I have to bet there's a lot of research and code behind the scenes.

  7. #697
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lanman92 View Post
    After you had the idea to implement this how long did it take you to make it? @kynox

    It's simple-looking, but I have to bet there's a lot of research and code behind the scenes.
    Three hours from idea to basic emulation. Many more on obsessive cleanliness.
    Last edited by kynox; 03-06-2010 at 11:57 PM.

  8. #698
    SinnerG's Avatar Member
    Reputation
    6
    Join Date
    Aug 2006
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been working on a poc of a wow proxy:


    I said Hello, and I coded in an auto-reply (it injects the 'world' reply after the client' CMSG_MESSAGECHAT message)

    As you can see, packet injection works (only coded client > wow server injection atm)

  9. #699
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SinnerG View Post
    I've been working on a poc of a wow proxy:


    I said Hello, and I coded in an auto-reply (it injects the 'world' reply after the client' CMSG_MESSAGECHAT message)

    As you can see, packet injection works (only coded client > wow server injection atm)
    Looks really nice^^
    Working on a clientless bot also?

  10. #700
    SinnerG's Avatar Member
    Reputation
    6
    Join Date
    Aug 2006
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, not really. I'm rather sure that it'll be semi-impossible to give warden good replies (to be honest, didn't look at those packages yet, but I assume the warden data changes each time and that you cannot simply feed a 'default' one ^^)
    Also, I got server > wow client injection working now (so I can fake stuff on the client :P)

  11. #701
    WannaBeProgrammer's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SinnerG View Post
    No, not really. I'm rather sure that it'll be semi-impossible to give warden good replies (to be honest, didn't look at those packages yet, but I assume the warden data changes each time and that you cannot simply feed a 'default' one ^^)
    Also, I got server > wow client injection working now (so I can fake stuff on the client :P)
    Sounds exciting^^ Btw, where did u get info / c# classes from?

  12. #702
    BoogieManTM's Avatar Active Member
    Reputation
    52
    Join Date
    May 2008
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SinnerG View Post
    No, not really. I'm rather sure that it'll be semi-impossible to give warden good replies (to be honest, didn't look at those packages yet, but I assume the warden data changes each time and that you cannot simply feed a 'default' one ^^)
    Also, I got server > wow client injection working now (so I can fake stuff on the client :P)
    it's definitely not impossible. especially of you emulate mac *hint hint*

  13. #703
    SinnerG's Avatar Member
    Reputation
    6
    Join Date
    Aug 2006
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, I'm aware that if you emulate a mac, that warden doesn't do much, but as I read, it still has the 'framework' => the least it could do 'protection wise' is let the packet differ each time and verify @ server (aka if you fail this step : banhamer)

    Could any mac user confirm that the warden client-reply is (semi-)static?

  14. #704
    BoogieManTM's Avatar Active Member
    Reputation
    52
    Join Date
    May 2008
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SinnerG View Post
    Yes, I'm aware that if you emulate a mac, that warden doesn't do much, but as I read, it still has the 'framework' => the least it could do 'protection wise' is let the packet differ each time and verify @ server (aka if you fail this step : banhamer)

    Could any mac user confirm that the warden client-reply is (semi-)static?
    it's pretty damn static both ways. packet sniffs will not reveal that however, besides the packet size. encryption still hides the body of warden packets even on mac.

  15. #705
    SinnerG's Avatar Member
    Reputation
    6
    Join Date
    Aug 2006
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And I assume you were able to crack the encryption then? (If so : share pls kthx? )

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 01:54 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search