Screenshot Thread menu

User Tag List

Page 76 of 116 FirstFirst ... 26727374757677787980 ... LastLast
Results 1,126 to 1,140 of 1734
  1. #1126
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It would seem that arena-tournament is missing the most basic of server side checks...

    No check on unit relations for example:



    Achieved by forcing a CMSG_SPELL_CAST packet to be sent with the GUID of a friendly unit. The unit relation is not checked on the server (it is on retail, obviously). Noticed this when my pvp AI started wanding friendly tremor totems. Patching this client side check would allow to freely attack your own faction.

    The delays when casting are because of the compiler. These are just macro's that contain C# code.

    #CSharp
    var packet = new CastSpellPacket(0, SpellId.WeaponProficiencyShoot_2, Me.Target.Guid);
    Core.Communication.SendPacket(packet);

    And another for SpellId.ClassSkillPolymorphRank1
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

    Screenshot Thread
  2. #1127
    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 Robske View Post
    It would seem that arena-tournament is missing the most basic of server side checks...

    No check on unit relations for example:



    Achieved by forcing a CMSG_SPELL_CAST packet to be sent with the GUID of a friendly unit. The unit relation is not checked on the server (it is on retail, obviously). Noticed this when my pvp AI started wanding friendly tremor totems. Patching this client side check would allow to freely attack your own faction.

    The delays when casting are because of the compiler. These are just macro's that contain C# code.

    #CSharp
    var packet = new CastSpellPacket(0, SpellId.WeaponProficiencyShoot_2, Me.Target.Guid);
    Core.Communication.SendPacket(packet);

    And another for SpellId.ClassSkillPolymorphRank1
    Lol, you should set up a bot to sit outside Org and just deal killing blows on friendlies.

    Btw, how come you're looking at emu servers now? Just bored?

  3. #1128
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Emus are where its at. It's free, and often more vulnerable

  4. #1129
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Lol, you should set up a bot to sit outside Org and just deal killing blows on friendlies.

    Btw, how come you're looking at emu servers now? Just bored?
    Banned on retail for detouring NetClient::Send, and

    Originally Posted by namreeb View Post
    Emus are where its at. It's free, and often more vulnerable
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  5. #1130
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,433
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robske View Post
    Banned on retail for detouring NetClient::Send, and
    Silly goose.

    Too bad emu servers normally suck

  6. #1131
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1601
    Join Date
    May 2010
    Posts
    1,832
    Thanks G/R
    190/533
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Mass Suicide Hack - EVO

  7. #1132
    LogicWin's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Mar 2011
    Posts
    103
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkLinux View Post
    Mass Suicide Hack - EVO
    Character animation?

  8. #1133
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LogicWin View Post
    Character animation?
    Some are dead and still on their mount. I'd say yes, character animation / state.

  9. #1134
    Air0x's Avatar Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot to 4.2.2 AirWT - WoW FishingBot 4.2.2 - YouTube
    Uses WinAPI to hook the wow hWnd on fish catch. Haven't figured out how to send keys to wow when it's in background maybe I need to make a keyboard driver...

  10. #1135
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Air0x View Post
    Haven't figured out how to send keys to wow when it's in background maybe I need to make a keyboard driver...
    Originally Posted by Air0x View Post
    Uses WinAPI to hook [...]
    Use WinAPI!

    There even are some tools provided with Visual Studio to find what you're looking for! (PostMessage)

  11. #1136
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1601
    Join Date
    May 2010
    Posts
    1,832
    Thanks G/R
    190/533
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    The Real Speed Hack

  12. #1137
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,566
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkLinux View Post

    The Real Speed Hack
    am jelly =(

  13. #1138
    adaephon's Avatar Active Member
    Reputation
    76
    Join Date
    May 2009
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkLinux View Post

    The Real Speed Hack
    Does anyone else get sick of 30-45 seconds of retail 'proof' at the start of every damn video?

  14. #1139
    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)
    Originally Posted by adaephon View Post
    Does anyone else get sick of 30-45 seconds of retail 'proof' at the start of every damn video?
    It can be cut down to 5-10 seconds, but the really annoying part I skip past is the "lololol epic slow-walk scene, camera pan, hurr hurr it's an epic film" part.. Right after I usually mute the video.


  15. #1140
    Bananenbrot's Avatar Contributor
    Reputation
    153
    Join Date
    Nov 2009
    Posts
    384
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol... you just summed up every single step I do when watching such videos

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 05:33 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