[For Free] Luckys Spacebot menu

Shout-Out

User Tag List

Page 71 of 120 FirstFirst ... 21676869707172737475 ... LastLast
Results 1,051 to 1,065 of 1799
  1. #1051
    canatar's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Action being taken against exploits and cheats | Star Wars: The Old Republic

    so the people that have been getting suspended/banned this is why


    just a heads up

    [For Free] Luckys Spacebot
  2. #1052
    stellarx's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone actually been specifically banned for only this tool yet? Seems they are trying to nail it down with each recent update breaking the bot.

  3. #1053
    vancejohnson's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    stellarx:

    Two previous posters have mentioned two other individuals getting banned. In both cases, it was not due to detection, but rather, people telling other people they are botting.


    miaouss:

    Yes, 1-4 is the special equipment, Power Conversion Module (Level 25), Electronic Warfare Pod (Level 35), etc.

  4. #1054
    miaouss's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, so the bot won't actived special equipement for me...
    Don't know why.

  5. #1055
    Cleric911's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow another update- Thanks Lucky!

  6. #1056
    Cleric911's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting the same problem with Drexel - it's not using the Electronis warfare pod

  7. #1057
    nadademais's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Alternative Drexel

    So I changed the Drexel run to detect when it starts via imagesearch looking for second 45, so now there is no messing around with timers, and i added a couple rock dodges too, works really well for me using lvl 42 gear, if anyone wanna try, just replace from line 2183 to 2378 on the 4.22 version with the following code and add the 45sec.png attached to the pictures folder.

    Again it uses imagesearch so it may not work for everyone. I wont compile an exe cause it sucks to have a paralell project to lucky's with most of his code. Lucky feel free to use the code as an alternative drexel run if you find that it deserves.

    Code:
    Func Drexel_Main()
       $x1=0
       $y1=0
       Sleep(1000)
       Send("{SPACE 1}")
       Sleep(1000)
       MouseMove(518, 600) ; Stuhl
       Sleep(1200)
       Sleep(300)
       MouseClick("right")
       Sleep(300)
       MouseClick("right")
       Sleep(5000)
       MouseMove(500, 600) ; Galaxiekarte
       Sleep(500)
       MouseClick("left") 
       MouseClick("left")
       Sleep(2000)
       MouseMove(700, 508) ; Drexel
       Sleep(2000)
       MouseClick("left") 
       MouseClick("left") 
       MouseMove(861, 674) ; Jetzt Reisen
       Sleep(2000)
       MouseClick("left") 
       MouseClick("left") 
       MouseMove(475, 445) ; Ja
       Sleep(1000)
       MouseClick("left") 
       Local $script_start = TimerInit()
    	
       Do
    	  Sleep(100)
    	  $result=_Imagesearcharea("pictures/45sec.png",1,700,1,1200,200,$x1,$y1,101) ; Starts	 
    	  Local $timer_diff = TimerDiff( $script_start )
       Until $result=1 Or $timer_diff > 250000
       Send("{1 1}")
       
       If GUICtrlRead($Checkbox_barrel) = $GUI_CHECKED Then AdlibRegister ("Barrel",500)
    	  
       Local $script_start = TimerInit()
       Do  
    	  Drexel2()
    	  Local $timer_diff = TimerDiff( $script_start )
       Until $timer_diff > 45000
    			
       MouseUp("left")
       Send("{2 1}")
       MouseMove(523, 706) ;3:00
       Sleep(3000) ;shield aus ;2:57
       Send("{1 1}")
       MouseDown("left")
       Local $script_start = TimerInit()
    
       Do  
    	  Drexel2()
    	  Local $timer_diff = TimerDiff( $script_start )
       Until $timer_diff > 18700
    			
       MouseUp("left")
       Send("{2 1}");shield an
       MouseMove(383, 430) ;2:38
       Sleep(3000)       
       MouseMove(288, 640) ;2:35
       Sleep(1000)
       MouseMove(523, 706) ;2:34
       Sleep(2000)
       MouseMove(174, 665) ;2:32
       Sleep(3000)
       Send("{1 1}");shield aus ;2:29
       MouseDown("left")
       Local $script_start = TimerInit()
    			   
       Do  
    	  Drexel1()
    	  Local $timer_diff = TimerDiff( $script_start )		 
       Until $timer_diff > 12000
    
       MouseUp("left")
       Send("{2 1}");shield an
       MouseMove(191, 619) ;2:15
       Sleep(2000)
       MouseMove(365, 319) 
       Sleep(3000)
       MouseMove(482, 524) 
       Sleep(2700)
       MouseMove(966, 653) 
       Sleep(1500)
       MouseMove(103, 653) 
       Sleep(1000)
       MouseMove(966, 653) 
       Sleep(700)
       MouseMove(103, 653) 
       Sleep(300)
       MouseMove(1020, 653) 
       Sleep(1500)
       MouseMove(103, 653) 
       Send("{1 1}")  ;shield aus 
       MouseDown("left")
       Local $script_start = TimerInit()
    
       Do  
    	  Drexel1()
    	  Local $timer_diff = TimerDiff( $script_start )		 
       Until $timer_diff > 19000
       
       Send("{3 1}") ;1:37
       Local $script_start = TimerInit()
       Do  
    	  Drexel1()
    	  Local $timer_diff = TimerDiff( $script_start )		 
       Until $timer_diff > 19500
    			   
       MouseMove(517, 700) ;1:19
       Sleep(500)
       Local $script_start = TimerInit()
    
       Do  
    	  Drexel1()
    	  Local $timer_diff = TimerDiff( $script_start )		 
       Until $timer_diff > 7500
    			   
       MouseMove(103, 653) ;1:11
       Sleep(500)	
       Local $script_start = TimerInit()
    
       Do  
    	  Drexel1()
    	  Local $timer_diff = TimerDiff( $script_start )		 
       Until $timer_diff > 8000				  
    				  
       MouseMove(521, 142) ;1:02
       Sleep(500)	 
       Local $script_start = TimerInit()
    
       Do  
    	  Drexel1()
    	  Local $timer_diff = TimerDiff( $script_start )		 
       Until $timer_diff > 31800	
    		 
       MouseUp("left") ;shield an
       Send("{2 1}")
       MouseMove(517, 103) ;0:28
       Sleep(3000)
       MouseMove(517, 700) ;0:26						   
       MouseMove(966, 653) ;0:24
       Sleep(1000)
       MouseMove(103, 653) 
       Sleep(1000)
       MouseMove(966, 653) 
       Sleep(1000)
       MouseMove(103, 653) 
       Sleep(1000)
       MouseMove(966, 653) 
       Sleep(16000)
    		    
    		    
       If GUICtrlRead($Checkbox_barrel) = $GUI_CHECKED Then AdlibUnRegister("Barrel") 
       MouseUp("left")
       Sleep(1000)
       
       space_ende()
    EndFunc
    Attachment 7204
    Attached Files Attached Files

  8. #1058
    Gladr's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im farming ezran at the moment but suffering from that the bot wont start working until around 5:40 and then it's totally out of sync, Hope you can get this sorted out as soon as possible atm it's fairly doable to bot it considering i have a bit over 50% success rate anyhow.

    Note.
    have tried all quick fixes and such that have been posted so far along with 1.22.

    Also +rep for the whole bot really and putting in the hours to build and maintain this for us
    /bow

  9. #1059
    Coupoins's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aetan still a bust for me =(

  10. #1060
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys, so i'm level 27 and i want to use this to level while im away. how would you set it up? i've tried putting it on the level 20 mission spam but it gives next to no XP. am i missing something?

  11. #1061
    Coupoins's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luckysurfcs View Post
    hey guys, so i'm level 27 and i want to use this to level while im away. how would you set it up? i've tried putting it on the level 20 mission spam but it gives next to no XP. am i missing something?
    you have to level manually or run the lvl 20 mission for reduced exp until 28, then run the next one.

  12. #1062
    pikachu83's Avatar Member
    Reputation
    4
    Join Date
    Jul 2008
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Coupoins View Post
    you have to level manually or run the lvl 20 mission for reduced exp until 28, then run the next one.
    29, you cant do ezran without the lvl 29 upgrade,

  13. #1063
    DjVandal's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    117
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update lucky was having troubles with the accept seems to be 100% now

  14. #1064
    Cleric911's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Nadademais - It died with 15 seconds to go for me haha, but I dont have all 42 gear. Great work man.

  15. #1065
    warheart209's Avatar Member
    Reputation
    13
    Join Date
    Mar 2012
    Posts
    214
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    on Aetan im 48/50 everytime now =/ 0 win 11 losses. It goes crazy on the Bright orange planet at the end an wastes all my misslles shooting the orange instead of the last 10 ships.

Similar Threads

  1. Play World of Warcraft for Free
    By Matt in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 10-26-2006, 04:25 PM
  2. Download most programs for free (Not Subscriptions!!)
    By =sinister= in forum World of Warcraft Guides
    Replies: 7
    Last Post: 08-22-2006, 08:16 AM
  3. www.wowith.com for FREE
    By Snor11 in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 08-19-2006, 02:09 AM
  4. Train skill for free!!!
    By Krazzee in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 06-15-2006, 12:07 AM
All times are GMT -5. The time now is 04:40 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