Results 1 to 18 of 18

Thread: scar - world of warcraft ?

  1. #1
    Join Date
    Jan 2008
    Location
    england
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default scar - world of warcraft ?

    hello,

    i was wondering if it would actually be possible to use scar for world of warcraft?

    if not, does anyone know of a good, reliable program that isnt likley to get me banned ?

    thanks

    ben

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    As far as reading colors from the screen no, as far as keyboardinput and blind clicks probably yes, if that is any help
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  3. #3
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Some keys like "a" for attack, could be usefull like "v" for selecting nearest mob. (Those are the keys from another game, i dunno how its in wow). Then you can use TypeSend for it. (Modified version without pressing ENTER ofcourse). For reading the screen you will have to make a plugin. And i dont think that kind of stuff would be detectable.
    There used to be something meaningful here.

  4. #4
    Join Date
    Jan 2010
    Location
    Finland
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sure it could be used, but why? it's so much easier to read/write everything from/to memory or you could just inject a dll, wow bots are usually more advanced than rs bots so you might want to read up on how things work in wow and the cheat detection is different aswell.

  5. #5
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    As far as reading colors from the screen no, as far as keyboardinput and blind clicks probably yes, if that is any help
    Reading colors wouldnt work??
    Quote Originally Posted by Frement View Post
    Some keys like "a" for attack, could be usefull like "v" for selecting nearest mob. (Those are the keys from another game, i dunno how its in wow). Then you can use TypeSend for it. (Modified version without pressing ENTER ofcourse). For reading the screen you will have to make a plugin. And i dont think that kind of stuff would be detectable.
    "1"(Auto Attack) and "Tab"(Select Neerest Hostile) =)

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  6. #6
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    Reading colors wouldnt work??
    Blizzard has anti-hack/anti-cheat systems

  7. #7
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    Blizzard has anti-hack/anti-cheat systems
    but how would that make scar not be able to see the colors on the screen?

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  8. #8
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    but how would that make scar not be able to see the colors on the screen?
    That's their system

  9. #9
    Join Date
    May 2009
    Posts
    799
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    but how would that make scar not be able to see the colors on the screen?
    It probably blocks "GetPixel" From gdi32.dll. It does that by hooking every call of that function and redirecting it to a dummy.

    There are more dll's which are probably hooked, like the user32.dll for sending input or the kernel32.dll for injecting code.

    I think a way around this would be a virtual driver for those devices. There were also attempts to "unhook" these dll's, but even if you manage to do so, as soon as your "unhook"-technique is public The security systems will be updated, while a virtual driver would still go strong, or would just need to be updated very little(My theory) .


    ~caused

  10. #10
    Join Date
    Sep 2008
    Location
    Chicago
    Posts
    224
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It does work.

    I made a little fishing script back when I played WoW.

  11. #11
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    but how would that make scar not be able to see the colors on the screen?
    If it uses Direct3D then there's a fair chance that SCAR's method of getting client data does not work.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  12. #12
    Join Date
    Sep 2008
    Location
    Chicago
    Posts
    224
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    If it uses Direct3D then there's a fair chance that SCAR's method of getting client data does not work.
    But it does work...i've done it

  13. #13
    Join Date
    May 2008
    Posts
    308
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Colors wouln't work. Would almost be like colorfinding in real life, wich isn't possible.

  14. #14
    Join Date
    Sep 2008
    Location
    Chicago
    Posts
    224
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bi a op View Post
    Colors wouln't work. Would almost be like colorfinding in real life, wich isn't possible.
    It's hard with the way the lighting works, but it is possible.

    Edit: and color finding in real life is possible

  15. #15
    Join Date
    Jan 2008
    Location
    england
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    anyone want a challenge then lol ?

    does anyone think they could make me a script ?

  16. #16
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think its possible. Any one know AcTools? Its a bit like scar (macroing program without color). Gameguard can block it. So I am sure any good anti-hack can block SCAR as well if the need arises.

  17. #17
    Join Date
    Oct 2009
    Location
    Stockton, CA
    Posts
    2,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bi a op View Post
    Colors wouln't work. Would almost be like colorfinding in real life, wich isn't possible.
    We [our eyes] use colorfinding in real life -_-...
    Join the IRC! irc.rizon.net:6667/srl | SQLite (0.99rc3+) | SRL Doc | Simba Doc | Extra Simba Libraries (openSSL & sqlite3)
    Quote Originally Posted by #srl
    10:45 < Toter> daphil when can get sex anyday I want
    10:45 < Toter> he is always on #SRL
    "A programmer is just a tool which converts caffeine into code"

  18. #18
    Join Date
    May 2008
    Posts
    308
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Sex View Post
    We [our eyes] use colorfinding in real life -_-...
    You meant what i understood ^_^

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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