Results 1 to 14 of 14

Thread: Simple autofighter with 100% working combat,

  1. #1
    Join Date
    Mar 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Simple autofighter with 100% working combat,

    alright guys today im releasing my combat script it stays out of combat 60% of the time but I also found a cool freeware that allows me to change pixel values so ive made it so it will change the pixels of hp bar to a bright neon color and you simply change all the color ids

    with this it will allow us to detect combat 100% of the time,

    The new flauntid, npcid(yak id), and your loot id's (charms)

    first download and run

    LINK REMOVED

    it should pop up with a little screen that sais select now click it and select your hp bar while in combat, your hp bar.

    now use this script ive made,

    Code:
    program Yakkiller;
    {$i SRL/SRL.simba}
    var
    x,y:Integer;
    
    const
    Monster = 2699326;
    Flaunt = 9135263;//select the hp bar color and use it here,
    BlueCharm = 9013070;
    
    Procedure AttackYak;
    begin
    if srl_infight = false then
       if(FindColorSpiralTolerance(x, y, Monster, MSX1, MSY1, MSX2, MSY2, 4)) then
    begin   Mouse(x, y, 3, 3, True);
    wait(500)
    end;
    end;
    
    Procedure Pickupdrop;
    begin
        if srl_infight = false then
      if(FindColorSpiralTolerance(x, y, BlueCharm, MSX1, MSY1, MSX2, MSY2, 5))then
      begin    Mouse(x, y, 5, 5, true); //If found will Left-Click on the x, y coordinates with a randomness between 5 pixelend
      end;
    end;
    
    procedure main;
    begin
    repeat
      AttackYak;
      Pickupdrop;
    until(false)
    end;
    begin
      ClearDebug;
      SetUpSrl;
      ActivateClient;
      main;
    end.
    Last edited by YoHoJo; 07-13-2012 at 06:52 AM.

  2. #2
    Join Date
    Mar 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry for double post, but this is also reserved just in case.

    Thanks

    Stealth,

  3. #3
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Last edited by NKN; 07-13-2012 at 06:09 AM.

  4. #4
    Join Date
    Mar 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    Wtf kind of double post is this.
    VIRUS.
    BAN
    clearly, isnt click link looks at the name, and download amounts this is a freeware! downloaded over 3,000,000 times? WOW Such virus!

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    As far as I saw link was safe, but things like this are always looked at as scary/malicious :/.

  6. #6
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    .exe

    hell naw
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  7. #7
    Join Date
    Mar 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by grats View Post
    .exe

    hell naw
    thats hows most marketed software works you dont want people stealing your source,...

    Stealth,

  8. #8
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    So, 3,000,000 people downlaoded in 17 minutes?


    What if this is his own "personal" copy?

  9. #9
    Join Date
    Mar 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    So, 3,000,000 people downlaoded in 17 minutes?


    What if this is his own "personal" copy?
    Google, is your friend.

    Stealth,

  10. #10
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by stealth1337 View Post
    Google, is your friend.

    Stealth,
    Your own personal copy maybe, like I stated before.

    It looks infected, bro, read my first post.

  11. #11
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by stealth1337 View Post
    thats hows most marketed software works you dont want people stealing your source,...

    Stealth,
    Yeah marketed safe software.
    .exes upload to general upload sites are 99% of the time malicious.
    Maybe if you posted source, or link to a forum, or reviews, or something people would trust better, but just a .exe at a random site is had to trust.

  12. #12
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Why do you have my yak script in your post now?
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  13. #13
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Used the OP's .exe file in one of my virtual machine.

    It spawns in the process for an instant then closes.


    dat virus, guess I'll need to reset that VM.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  14. #14
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Grats says code is his from here:
    http://villavu.com/forum/showthread.php?p=899046


    Also showed these:
    Grats: https://www.virustotal.com/file/7df1...is/1342161928/
    Grats: http://i.imgur.com/r5nLF.jpg


    Also thanks for your effort and all, but as I've said random .exes are 99% of the time malicious, and SRL detects HP bar just fine as is. Closed, link removed, better safe than sorry!

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
  •