[WIP] Advanced Crew Skill Bot + AntiAFK + Configureable menu

User Tag List

Page 4 of 11 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 154
  1. #46
    HooseNutz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Use this in AutoIT for your mouse finding needs.

    Here is code I use for autoit for finding my mouse position to use for botting programs. It will work in any resolution, just compile it and run the exe, press Z for it to make the popup describing the x, y position of your mouse pointer. Enjoy.

    Code:
    HotKeySet("z","jPos")
    
    
    While 1
        Sleep(100)
    WEnd
    
    
    Func jPos()
        $jPos = MouseGetPos()
        MsgBox(0, "Mouse x,y:", $jPos[0] & "," & $jPos[1])
        
    EndFunc

    [WIP] Advanced Crew Skill Bot + AntiAFK + Configureable
  2. #47
    Foxy1990's Avatar Sergeant
    Reputation
    10
    Join Date
    Dec 2011
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Privat Bot Ready :P Star Wars: The Old Republic Slicing Bot v1 - YouTube

    If you need help feel free to contact me via pm or something

  3. #48
    Maxunit's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2009
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have sent you a PM.

  4. #49
    HooseNutz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn copyright shit...can you show us a screen shot?

  5. #50
    floodman's Avatar Member
    Reputation
    8
    Join Date
    Jul 2009
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Impressive on the slicing bot! Saw it before it got removed. Are you going to post it?

  6. #51
    Foxy1990's Avatar Sergeant
    Reputation
    10
    Join Date
    Dec 2011
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    uhm i don't know i still need to improve it. current it only supports german swtor + 1920*1080 screen resolution :S
    but im working on it :P

  7. #52
    HooseNutz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changing it from german to english or another language shouldnt be that difficult. Its all about correct window names in the code, programming code is universal.

  8. #53
    Foxy1990's Avatar Sergeant
    Reputation
    10
    Join Date
    Dec 2011
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i know that but i'll need some time

    and downloading english client need a little bit of time 2gb left ;D

  9. #54
    HooseNutz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will help with english client if you need a tester.

  10. #55
    macaddict's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How are you able to detect which mission name you're clicking on so you only get say credit case missions on slicing

  11. #56
    Foxy1990's Avatar Sergeant
    Reputation
    10
    Join Date
    Dec 2011
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm look for the yield via _ImageSearch

  12. #57
    macaddict's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is that a built in feature? Do you have any sample code of using it?

  13. #58
    SquaLLio's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Imagesearch isn't built in, it's a library somebody converted from AHK to be implemented with autoit, and it helps detect pixels.

    You can download the library archive here...
    http://www.autoitscript.com/forum/in...attach_id=3014

  14. #59
    macaddict's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great, got it setup. How do you figure out what .bmp you're looking for though?

  15. #60
    macaddict's Avatar Member
    Reputation
    5
    Join Date
    Apr 2008
    Posts
    25
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried creating my own bot and it seems the image detection just isn't reliable enough. Sometimes it finds it but most of the time it doesn't.

Page 4 of 11 FirstFirst 12345678 ... LastLast

Similar Threads

  1. Crew Skills mission bot
    By Xiandri in forum SWTOR Bots and Programs
    Replies: 84
    Last Post: 04-30-2017, 03:22 PM
  2. [Bot] Simple crew skill bot by barthen
    By barthen in forum SWTOR Bots and Programs
    Replies: 8
    Last Post: 03-20-2012, 06:55 PM
  3. Crew Skills Bot with Bank and Activate
    By malulululu in forum SWTOR Bots and Programs
    Replies: 6
    Last Post: 02-16-2012, 01:44 AM
  4. Crew Skill Bot
    By Arrakis in forum SWTOR Bots and Programs
    Replies: 16
    Last Post: 01-08-2012, 04:36 AM
  5. Advanced Auto It Bot - Do it yourself!
    By luciferc in forum MMO Exploits|Hacks
    Replies: 14
    Last Post: 10-08-2008, 04:44 AM
All times are GMT -5. The time now is 11:15 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