taultunleashed logoSWG Macros - Holocron hunting script for autoit3 : Star Wars Galaxies Bots | Hacks tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 13 posts ] 
blue large dot

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

Posted: November 9th, 2008, 9:50 pm
 
nickobelenus

Total Posts: 114
Joined: April 24th, 2007, 6:26 am
nickobelenus's Reps: 2
User avatar
Active User > 50 Posts
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:

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

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

macros:

kill macro

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):

/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:


(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
;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


Reply with quote
Posted: November 10th, 2008, 2:33 pm
 
vinnyboy32

Total Posts: 1872
Location: Behind You
Joined: June 3rd, 2006, 8:35 pm
vinnyboy32's Reps: 3
User avatar
Active User > 50 Posts
premium
Yays or Nays Please.

_________________
Your Friendly Neighborhood Moderator!
Read The FAQ - http://www.taultunleashed.com/phpbb2/forum159_FAQ.html


Reply with quote
Posted: November 11th, 2008, 7:31 am
 
ekar

Total Posts: 16
Joined: July 12th, 2008, 3:17 am
ekar's Reps: 0
User avatar
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.


Reply with quote
Posted: November 11th, 2008, 8:40 am
 
nickobelenus

Total Posts: 114
Joined: April 24th, 2007, 6:26 am
nickobelenus's Reps: 2
User avatar
Active User > 50 Posts
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...


Reply with quote
Posted: November 12th, 2008, 9:25 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Bump for yays or nays.


Reply with quote
Posted: November 12th, 2008, 11:02 am
 
extract0rs

Total Posts: 139
Joined: August 4th, 2007, 7:20 pm
extract0rs's Reps: 1
User avatar
Active User > 50 Posts
premium
I'll give this a Yay.


Reply with quote
Posted: November 12th, 2008, 2:31 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
K need one more yay to move this to confirmed.


Reply with quote
Posted: November 12th, 2008, 4:18 pm
 
aatmarcinko

Total Posts: 20
Joined: January 13th, 2008, 3:11 pm
aatmarcinko's Reps: 0
User avatar
premium
Has anyone actually tried this?


Reply with quote
Posted: November 18th, 2008, 9:40 pm
 
nickobelenus

Total Posts: 114
Joined: April 24th, 2007, 6:26 am
nickobelenus's Reps: 2
User avatar
Active User > 50 Posts
need 1 more yah...


Reply with quote
Posted: December 9th, 2008, 8:24 pm
 
nickobelenus

Total Posts: 114
Joined: April 24th, 2007, 6:26 am
nickobelenus's Reps: 2
User avatar
Active User > 50 Posts
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


Reply with quote
Posted: December 10th, 2008, 7:14 am
 
zerox5

Total Posts: 35
Joined: August 11th, 2008, 9:38 pm
zerox5's Reps: 0
User avatar
Just tried it ill give it the final yay!!!!


Reply with quote
Posted: December 10th, 2008, 3:16 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
ding 1k tu bucks and moved to confirmed.


Reply with quote
Posted: December 10th, 2008, 10:07 pm
 
nickobelenus

Total Posts: 114
Joined: April 24th, 2007, 6:26 am
nickobelenus's Reps: 2
User avatar
Active User > 50 Posts
Tault_admin (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
ding 1k tu bucks and moved to confirmed.


/thank


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 45 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Star Wars Galaxies Bots | Hacks RSS Feed 
Sitemap of Star Wars Galaxies Bots | Hacks Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?