Post Reply Home » Forums » Star Wars Galaxies » Star Wars Galaxies Bots | Hacks

SWG Macros - Holocron hunting script for autoit3 : Star Wars Galaxies Bots | Hacks

Posted: November 9th, 2008
Total Posts:114 Joined:2007
i made this script to hunt for me while i was at work or sleaping and so far it has done me good it is simple to set up and easy to use.... i think lol

first ill list all my macros and buffs:

i am using a dark jedi build with a crit suit with all 35s and a gackle bat

bar set up:

Image

crit suit stats:
chest and saber - crit chance, pvp crit, parry
the rest - str, perc, agil

macros:

kill macro

Code: Select all


/ui action toolbarSlot07;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/ui action toolbarSlot00;
/pause 1;
/ui action toolbarSlot02;
/pause 1;
/ui action toolbarSlot04;
/pause 1;
/ui action toolbarSlot06;
/pause 1;
/ui action toolbarSlot03;
/pause 1;
/ui action toolbarSlot05;
/pause 1;

ent buff:

crit, glancing blow, auto heal, the rest to kenetic

I normaly use my musty injector, PUPs, and mando wine at the begining just to make sure you get off on the right foot and don't die in the first five minutes



script is just like others that do combat make sure u set the x/y values to yours by taking a screenshot and using ms paint to get the cordinates and the health and action ones are set to right before full and try and get the portrait on a white/gray spot of ur profession icon next to ur name so when it goes red the script will catch it

here is the auto it script:

Code: Select all

;Script by Nick Obelenus
;This script is for Tault Unleashed members only
;Idia for this goes to all those forage macros that have combat
;

Global $Paused 
HotKeySet("{PAUSE}", "TogglePause") 
HotKeySet("{ESC}", "Terminate") 
Opt("MouseClickDragDelay", 100) 
#Include <Misc> 

$i = 0 

Sleep("8000") 


   $portraitx = 36
   $portraity = 40
   $healthx = 238
   $healthy = 38
   $actionx = 241
   $actiony = 45
   
   $CombatCheck = PixelGetColor(($portraitx), ($portraity)) 
   $HealthCheck = PixelGetColor(($healthx), ($healthy))
   $ActionCheck = PixelGetColor(($actionx), ($actiony))
   
   
   Do
	         CheckCombatState()
			sleep("1000")
   Until $i = 1
   
   Func CheckCombatState() 
   If PixelGetColor(($healthx), ($healthy)) = $HealthCheck Then
   return 
   Else 
   Do 
   ;Combat 
      send("z") ;Change this to your hotkey to Autoattack 
      send(".") ;Change this to your Kill macro 
	;  send("b") ;change to pet macro if u have one
	  sleep("10000")

	Until PixelGetColor(($healthx), ($healthy)) = $HealthCheck and PixelGetColor(($portraitx), ($portraity)) = $CombatCheck
  
  Do
  Until PixelGetColor(($healthx), ($healthy)) = $healthCheck and PixelGetColor(($actionx), ($actiony)) = $ActionCheck 
  EndIf
    return 
EndFunc 


;Pause Script 
Func TogglePause() 
$Paused = NOT $Paused 
While $Paused 
sleep(100) 
ToolTip('Script Paused',0,0) 
WEnd 
ToolTip("") 
EndFunc 

;Terminate Script 
Func Terminate() 
Exit 0 
EndFunc    

;If this goes well i might end up making one that has an auto delete on all non-collection items


Now we are ready to head out to the POI nightsisters vs singning mountain caln battle... when u get there u will see that the nightsisters have made kinda a delta (triangle) foramtion... well the ones on the frontline corners have only a 2min spawn time while the top has 10min spawn time... soooooo... lets go to the botom left or right corner and get right in the face of the nightsister so ur curser is on were they spawn and faces away from the rest of the red dots so u dont get eaten... u will have to manualy kill the first one then when ur health and action return to full alt-tab and run the macro then quickly alt-tab back to SWG and watch it kill the first NS to make sure it is running correctly then leave it be for however long (btw after ent buff is gone expext to die lol) so normaly is like 5hours or so it will get loot and money


good luck with sith wp 4/5 and have fun

p.s. sorry for being so wordy =P
Posted: November 10th, 2008
User avatar
Total Posts:1872 Joined:2006
Yays or Nays Please.

_________________
Your Friendly Neighborhood Moderator!
Read The FAQ - http://www.taultunleashed.com/phpbb2/forum159_FAQ.html
Posted: November 11th, 2008
Total Posts:16 Joined:2008
I won't say Yay because i havn't tested it, but what ur saying is abit overly compucated? I just use a simple combat macro for my own toolbar and a heal. just hit auto aim and your set, no need to a script to untarget lol.
Posted: November 11th, 2008
Total Posts:114 Joined:2007
meh i ALWAYS died with just ingame macros and alot of scripts would keep trying to fight and end up attacking something after u killed another and get u killed but i dont know...
Posted: November 12th, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
Bump for yays or nays.
Posted: November 12th, 2008
Total Posts:139 Joined:2007
I'll give this a Yay.
Posted: November 12th, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
K need one more yay to move this to confirmed.
Posted: November 12th, 2008
Total Posts:20 Joined:2008
Has anyone actually tried this?
Posted: November 18th, 2008
Total Posts:114 Joined:2007
need 1 more yah...
Posted: December 9th, 2008
Total Posts:114 Joined:2007
is it that nobody likes scrpits anymore or is it ppl dont like to post anymore...

this was ment to be an anti-death script... i know there are less complex ones for grinding holos but this is the only one i have seen and/or made that has kept me alive

and also the build i posted is not the only build u can use i use this with my mando sometimes.... i posted the build just so ppl wouldnt say they wanted to c my build...

still waiting on 1 more yah
Posted: December 10th, 2008
zerox5
Just tried it ill give it the final yay!!!!
Posted: December 10th, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
ding 1k tu bucks and moved to confirmed.
Posted: December 10th, 2008
Total Posts:114 Joined:2007
Tault_admin wrote:ding 1k tu bucks and moved to confirmed.
/thank
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 5 guests
Post Reply