[Open Source] Lucky's Spacebot menu

User Tag List

Page 126 of 135 FirstFirst ... 2676122123124125126127128129130 ... LastLast
Results 1,876 to 1,890 of 2019
  1. #1876
    yorhey's Avatar Sergeant
    Reputation
    8
    Join Date
    Sep 2012
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by beecho View Post
    ??????????
    Why don't you just download it or read the rest of this thread? Yes the bot will do crew skills for you.

    [Open Source] Lucky's Spacebot
  2. #1877
    Hackintosh2012's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MetalGenocide View Post
    Hello all,
    I am having trouble getting this bot to work. If I'm lucky it will do 1 or 2 missions before it decides to leave space combat and log me out. It also refuses to do any of the ice field missions, instead removing me from space combat and logging me out to the character select screen. If I am lucky it may do Jabiim and Cartel on the dailies list but others just make it log out.
    I have yet to see it do more then 3 missions ever.
    Any help would be most welcome.

    My SYSINFO:
    Luckys Spacebot v5.35 x86 (R260)

    System details: X64 CPU, WIN_XP(X86) Service Pack 3
    RAM total:1 GB,free:0 GB, used:89 %
    Desktop dimensions: 1600x900(32bpp, 60Hz)
    Desktop theme: Custom

    SWTOR Client is running with 1024x768
    SWTOR Window:4,0 Win size:1032x802
    Color scheme: Basic

    On Target Time=50
    Missile Delay=333
    Timer Skew =50
    IMG Tolerance=106
    HD Status=1
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=Jabiim Escort
    Win / Loss 0 / 1

    This is on Empire.
    I'm having trouble with it logging me out as well. I tried making it the aero theme and turning off try bonus missions (don't know why that would affect it though). Man I honestly don't know what the problem is, it only logs me off like half of the time or when it feels like it. Then when I'm on the character selection screen, the mouse is like a millimeter away from clicking the Play button. If I could just get it to do that I'd be set. Don't care how many times I get blown up, I can deal with that after I fix this.

    [Open Source] Lucky's Spacebot-10z0mch-jpg

    It's that Page 1/2 Character selection bar that's in the way and throwing the cursor off just enough so it's not clicking anything. Must obtain a solution! I'd appreciate anyone's help.

  3. #1878
    MetalGenocide's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rulian View Post
    I'm having trouble with it logging me out as well. I tried making it the aero theme and turning off try bonus missions (don't know why that would affect it though). Man I honestly don't know what the problem is, it only logs me off like half of the time or when it feels like it. Then when I'm on the character selection screen, the mouse is like a millimeter away from clicking the Play button. If I could just get it to do that I'd be set. Don't care how many times I get blown up, I can deal with that after I fix this.

    [Open Source] Lucky's Spacebot-10z0mch-jpg

    It's that Page 1/2 Character selection bar that's in the way and throwing the cursor off just enough so it's not clicking anything. Must obtain a solution! I'd appreciate anyone's help.
    Using my own screen shots of the times worked for me, but since then its just started randomly crashing even completely new downloads just crash (game continues to run fine).

  4. #1879
    Hackintosh2012's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MetalGenocide View Post
    Using my own screen shots of the times worked for me, but since then its just started randomly crashing even completely new downloads just crash (game continues to run fine).
    So does that fix the issue with the play button misclick? Is there a way to calibrate the cursor so it moves down a little or something? It seems to me that no matter what you're gonna get logged off cuz that happens to my friend all the time but it still clicks play for him and we have the same spacebot version. I'm confused as hell why it works for him and everyone else but not for me.

  5. #1880
    Hackintosh2012's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay I found this string of code in the Luckys_Spacebot.au3 file that might have something to do with it. I did a search for "gplay" which is the play button. I just have no clue what i need to change to make the cursor click the play button. It's literally right above it, infact, here's a screenshot of exactly where it is

    [Open Source] Lucky's Spacebot-f4jlec-jpg

    Here's the code from Luckys_Spacebot.au3

    PHP Code:

                $result5
    =_Imagesearcharea("pictures/ok.png",1,358,256,705,571,$x5,$y5,$img_tolerance 80)
                If 
    $result5=1 Then reconnect()

                
    $result6=_Imagesearcharea("pictures/gplay.png",1,927,604,1053,800,$x5,$y5,$img_tolerance)
                
    $result7=_Imagesearcharea("pictures/gplay2.png",1,927,604,1053,800,$x5,$y5,$img_tolerance)
                If 
    $result6=Or $result7=1  Then reconnect2()

                Do
                   
    MouseMove (7801492)
                   
    $result2=_Imagesearcharea("pictures/Annehmen.png",1,10,30,1030,795,$x2,$y2,$img_tolerance)
                   
    $result22=_Imagesearcharea("pictures/Accept.png",1,10,30,1030,795,$x2,$y2,$img_tolerance)
                   
    $result23=_Imagesearcharea("pictures/Accept_Grey.png",1,783,380,905,616,$x2,$y2,$img_tolerance -70)
                   
                   If 
    $result2=Or $result22=Or $result23=1 Then
                      MouseMove
    ($x2,$y2)
                      
    Mouseclick("Left")
                      
    EventDelay(900)
                      
    MouseMove (980395)
                      
    Mouseclick("left")
                   EndIf
                   
                   
    $result18=_Imagesearcharea("pictures/Annehmen.png",1,10,30,1030,795,$x18,$y18,$img_tolerance)
                   
    $result19=_Imagesearcharea("pictures/Accept.png",1,10,30,1030,795,$x18,$y18,$img_tolerance)
                   
    $result20=_Imagesearcharea("pictures/Accept_Grey.png",1,783,380,905,616,$x18,$y18,$img_tolerance -70)
                
    Until $result18=And $result19=And $result20=0

                $result3
    =_Imagesearcharea("pictures/Verwaltung.png",1,27,230,136,259,$x3,$y3,$img_tolerance 20) ; check for crew managment window
                $result33
    =_Imagesearcharea("pictures/Verwaltung2.png",1,9,184,214,263,$x3,$y3,$img_tolerance 20)
                
    $result34=_Imagesearcharea("pictures/Verwaltung3.png",1,9,184,214,263,$x3,$y3,$img_tolerance 20)
                If 
    $result3=Or $result33=Or $result34=1 Then
                   
    Return
                Else
                   Do
                      
    MouseMove (7801492)
                      
    $result17=_Imagesearcharea("pictures/Abbrechen.png",1,10,30,1030,795,$x17,$y17,$img_tolerance)
                      If 
    $result17=1 Then
                         MouseMove
    ($x17,$y17)
                         
    Mouseclick("Left")
                      EndIf
                      
    MouseMove (7801492)
                      
    EventDelay(500)
                      
    $result16=_Imagesearcharea("pictures/Abbrechen.png",1,10,30,1030,795,$x16,$y16,$img_tolerance)
                   
    Until $result16=0

                   Send
    ("{n}")
                   
    EventDelay(1000)
                EndIf 
    Maybe it's one of the mouse moves idk. I tried changing the top one from 780 to 680, didn't do anything but that's all I've tried. If anyone knows more about how this coding works I would greatly appreciate your help!

  6. #1881
    MetalGenocide's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hackintosh2012 View Post
    So does that fix the issue with the play button misclick? Is there a way to calibrate the cursor so it moves down a little or something? It seems to me that no matter what you're gonna get logged off cuz that happens to my friend all the time but it still clicks play for him and we have the same spacebot version. I'm confused as hell why it works for him and everyone else but not for me.
    I mean it fixed the logging out mid mission issue so it doesn't log out anymore, but now just crashes. Never got to the character screen with an un-crashed copy to see if it works or not :P

  7. #1882
    MetalGenocide's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hackintosh2012 View Post
    Okay I found this string of code in the Luckys_Spacebot.au3 file that might have something to do with it. I did a search for "gplay" which is the play button. I just have no clue what i need to change to make the cursor click the play button. It's literally right above it, infact, here's a screenshot of exactly where it is
    <<<stuff>>>
    Maybe it's one of the mouse moves idk. I tried changing the top one from 780 to 680, didn't do anything but that's all I've tried. If anyone knows more about how this coding works I would greatly appreciate your help!
    At a glace I'd say that on:

    $result6=_Imagesearcharea("pictures/gplay.png",1,927,604,1053,800,$x5,$y5,$img_tolerance)
    $result7=_Imagesearcharea("pictures/gplay2.png",1,927,604,1053,800,$x5,$y5,$img_tolerance)

    Needs to have the 604 changed to about 650 to make the bot search the correct area.
    Can't see there any place that it says to click the play button so i assume its within those lines (unless its somewhere else)

  8. #1883
    martin1604's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi there,

    is there a way to adapt pictures for french client or should i download the english one

  9. #1884
    mrmr's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2007
    Posts
    84
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    martin1604 I guess that you should take screenshots and crop images yourself
    I'm not root of myself

  10. #1885
    Hackintosh2012's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MetalGenocide View Post
    At a glace I'd say that on:

    $result6=_Imagesearcharea("pictures/gplay.png",1,927,604,1053,800,$x5,$y5,$img_tolerance)
    $result7=_Imagesearcharea("pictures/gplay2.png",1,927,604,1053,800,$x5,$y5,$img_tolerance)

    Needs to have the 604 changed to about 650 to make the bot search the correct area.
    Can't see there any place that it says to click the play button so i assume its within those lines (unless its somewhere else)
    My mistake, it's this string right here:

    PHP Code:
       dmsg("Loading launcher...")
       
       
    EventDelay(4000)
       
       
    dmsg("Searching for launcher play button...")
       
    $lplaybutton=_WaitForImageSearch("pictures/lplay.png",$maxlplaywait,1,$x_lplay,$y_lplay,$tolerance)
        
       If 
    $lplaybutton=1 Then
          EventDelay
    (1000)
          
    MouseMove($x_lplay$y_lplay)
          
    Mouseclick("Left")
          
    dmsg("Loading character select screen...")
       Else
          
    dmsg("Did not find play button...")
          
    EventDelay(3000)
          Return 
    0
       
    EndIf

       ; 
    Find the in-game play button at charselect
       Local $x_gplay
    $y_gplay$iterations 
       Local $maxgplaywait 
    150 maximum seconds to wait beyond the first 12
       
       $iterations 
    $maxgplaywait 
       
       EventDelay
    (12000)
       
       
    WinActivate("Star Wars™: The Old Republic™","")
       
       
    dmsg("Searching for character select play button...")
       Do     
          
    $gplaybutton=_ImageSearchArea("pictures/gplay.png"19406001030740$x_gplay,$y_gplay$tolerance)               
          If 
    $gplaybutton0 Then $gplaybutton=_ImageSearchArea("pictures/gplay2.png"19406001030800$x_gplay$y_gplay$tolerance)
          If 
    $gplaybutton0 Then $gplaybutton=_Imagesearcharea("pictures/play2.png"19406001030800$x_gplay$y_gplay$tolerance)
          If 
    $gplaybutton0 Then $gplaybutton=_Imagesearcharea("pictures/play.png"18006001030800$x_gplay$y_gplay$tolerance)
          
    EventDelay(500)
          ; 
    Some users need the UI reset before the Play button can be found, while other users might only need the resolution corrected
          
    If $iterations 135 Or $iterations 120 Or $iterations 105 Or $iterations 75 Or $iterations 45 Or $iterations 15 Then
             WinMove
    ("Star Wars™: The Old Republic™"""$psx_offset_x 1$psx_offset_y -1$psx_width 2$psx_height 22)  ; move it off by one pixel/shrink it by two pixels
             Sleep
    (100)
             
    WinMove("Star Wars™: The Old Republic™"""$psx_offset_x$psx_offset_y$psx_width$psx_height2)  ;  now move it back/resize it
          
    EndIf 
          
    $iterations -= 1
       Until $gplaybutton 
    Or $iterations 0
       
       
    If $gplaybutton=1 Then
          WinMove
    ("Star Wars™: The Old Republic™"""$psx_offset_x 1$psx_offset_y -1$psx_width 2$psx_height 22)  ; move it off by one pixel/shrink it by two pixels
          Sleep
    (100)
          
    WinMove("Star Wars™: The Old Republic™"""$psx_offset_x$psx_offset_y$psx_width$psx_height2)  ;  now move it back/resize it
          EventDelay
    (1000)
          
    MouseMove($x_gplay,$y_gplay)
          
    Mouseclick("Left")
          
          
    dmsg("Loading game...")
          
          
    EventDelay(10000)
          
          If 
    $timeleft 0 Then  ; if there was time remainingthis means a crash occurred
             $Ctotalruntime 
    $totalruntime  save these so InitTime() doesn't clear them
             $Cstarttime = $gamestarttime
          EndIf
          
          WinMove("Star Wars™: The Old Republic™", "", $psx_offset_x, $psx_offset_y, $psx_width, $psx_height, 2)  ; move/resize after every successful restart
          $resize_on_gamestart = True
          InitTime()  ; initialize and calculate time variables
          RunTimeCheck()  ; calculate and display time remaining
          Return 1
        Else
          dmsg("Did not find character select play button...")
          EventDelay(3000)
          Return 0
        EndIf
    EndFunc 
    Idk if that's JUST for the schedule function (because that works for me when I use it to log on) or if this is the one that's givin me problems. But I do know this much: lplay.png is the play button on the launcher and gplay.png is the character select play button.
    Last edited by Hackintosh2012; 11-10-2012 at 12:49 AM.

  11. #1886
    thatdude420's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Recursion level has been exceeded

    Code:
    AutiIt Error
    Line 17396 (File"C:\Users\anywho\whatever\Spacebot 5.35\LuckySpacebot.exe"):
    
    Error: Recursion level has been exceeded - AutoIt will quit to prevent stack overflow.
    Code:
    Luckys Spacebot v5.35 x86 (R260)
    
    System details: X64 CPU, WIN_7(X64) Service Pack 1
    
    
    On Target Time=50
    Missile Delay=333
    Timer Skew =55
    IMG Tolerance=106
    HD Status=1
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Is there any update on this error? I know it is something to do with crew skills and a looping issue. I am willing to look at the code to try and debug but I'm not sure where to start and if it is being addressed. Also since it takes anywhere from 30-50 missions to happen, it seems like a hard one to track down.

    Thanks

  12. #1887
    Darkbounded's Avatar Knight-Captain
    Reputation
    50
    Join Date
    Oct 2011
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is anyone still farming at all? All my accounts get banned before I reach 28 lvl (right at ~27ish)

  13. #1888
    MetalGenocide's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darkbounded View Post
    Is anyone still farming at all? All my accounts get banned before I reach 28 lvl (right at ~27ish)
    Its advised you play through your story quests at around the same time (they were green when i did them). Then it at least 'looks' legit.

  14. #1889
    MetalGenocide's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kiyumi View Post
    Does it work after 1.5 patch?
    For the most part, yes. However, it does not activate the Blaster Boost (default 1) and but does activate, and stays on the Shield Boost, causing many missions to fail due to weak blasters unless you manually change it yourself during flight.

  15. #1890
    TMichael's Avatar Knight-Lieutenant
    Reputation
    29
    Join Date
    Jul 2012
    Posts
    346
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MetalGenocide View Post
    For the most part, yes. However, it does not activate the Blaster Boost (default 1) and but does activate, and stays on the Shield Boost, causing many missions to fail due to weak blasters unless you manually change it yourself during flight.
    That's actually a symptom of having an incorrect window size. If you're still having trouble, post your SysInfo so we can take a look.

Similar Threads

  1. Wow hack for 2.3.3 [Open Source] Delphi
    By robotkid in forum WoW Memory Editing
    Replies: 15
    Last Post: 05-23-2018, 10:53 PM
  2. MMOGLIDER is going OPEN SOURCE!
    By Premium-mmo in forum Community Chat
    Replies: 9
    Last Post: 09-26-2013, 11:37 PM
  3. DampeBot (Open source)
    By swollen in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 03-23-2008, 10:03 AM
  4. Glider Status in your signature *OPEN SOURCE*
    By Marlo in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 09-16-2007, 05:12 PM
All times are GMT -5. The time now is 11:41 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search