taultunleashed logoSWG Bots - Auto-IT v.3 Script: Reverse Engineering : Star Wars Galaxies Bots | Hacks tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 55 posts ]  1, 2, 3, 4  Next
blue large dot

SWG Bots - Auto-IT v.3 Script: Reverse Engineering : Star Wars Galaxies Bots | Hacks

Posted: July 3rd, 2007, 7:22 am
 
swg_xploiter

Total Posts: 184
Joined: May 29th, 2006, 9:56 am
swg_xploiter's Reps: 0
User avatar
Tault Volunteer Staff
Explaining you how to use an Auto-It script for Reverse Enigneering that i wrote.
(Explaining this for Domestique Trader but it will also work for Munitions
and Engineering Trader)


Step I: Preperation

First you should get yourself a nice REing Equipment (Armor and clothing pieces
with luck as high you can get + shirt, chestplate and weapon with RE chance and
luck) also get yourself weapon, breastplate and shirt pups with high RE chance
value.

You also need:

- !!Some time and patience to get all this working!! it is very complex and I'm not sure if i can make you understand...

- 2 RE tools. one can have bad quality as it'll only be used for making Modifier Bits.
- a good amount of 2 different junk pieces (1000 of each should be enough at the beginning. The more you have the lesser often you'll have to put new junk into RE tool)
- (optional) any food/stims with high luck you can get.
- a backpack full of crates of clothing that has sockets (I myself am using Simple Shirts).

if you got all these things put them into your inventory. (the 2 junk pieces have to be in the low qaulity RE tool.

Getting Auto-It v.3:
If you dont have Auto-It v.3 yet you can download it at http://www.autoitscript.com/autoit3/downloads.php
Install it and proceed to Step II.


Step II: Adjusting the Script

Note: if you are running swg in windowed mode you have to change setting in launchpad before adjusting. go to game options -> Graphics and make a tick at Borderless Window.

Here is the Script:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
; RE Script by swg_xploiter

Global $Paused
HotKeySet("{ESC}", "Terminate")
Opt("MouseClickDragDelay", 100)

Sleep (5000)

While 1
;Power Bit Into RE tool:
MouseClickDrag ( "left" , XA, YA, XB, YB, 1) ;Enter X and Y coordinates of Point A and B
Sleep (700)
;Modifier Bit Making:
MouseClick ( "right" , XC, YC, 1 ) ;Enter X and Y coordinates of Point C
Sleep (500)
MouseClick ( "right" , XD, YD, 1 ) ;Enter X and Y coordinates of Point D
Sleep (1000)
;Modifier Bit Into RE Too:
MouseClickDrag ( "left" , XA, YA, XB, YB, 1) ;Do same thing as in line 11
Sleep (700)
;Shirt out of crate:
MouseClick ( "left" , XE, YE, 3 ) ;Enter X and Y coordinates of Point E
Sleep (500)
;Creating CA:
MouseClick ( "right" , XB, YB, 1 ) ;Enter X and Y coordinates of Point B
Sleep (500)
MouseClick ( "left" , XF, YF, 1 ) ;Enter X and Y coordinates of Point F
Sleep (1000)
;CA Onto Shirt:
MouseClickDrag ( "left" , XH, YH, XA, YA, 1) ;Enter X and Y coordinates of Point H and A
Sleep (700)
;Confirming CA Onto Shirt
MouseClick ( "left" , XG, YG, 1) ;Enter X and Y coordinates of Point G
Sleep (500)
;Shirt Into RE Too:
MouseClickDrag ( "left" , XA, YA, XB, YB, 1) ;Do same thing as in line 11
Sleep (700)
;Reverse Engineering:
MouseClick ( "right" , XB, YB, 1 ) ;Enter X and Y coordinates of Point B
Sleep (500)
MouseClick ( "left" , XI, YI, 1) ;Enter X and Y coordinates of Point I
Sleep (1000)
WEnd




Func Terminate()
    Exit 0
EndFunc


copy it into an .au3 file that you can create by rightclicking on your desktop or on a folder.

once you copied the Script will be shown in different colors. the green messages are notes that will tell you which mouse coordinatios you will have to put in.

in the following screenshots you will see how your interface has to look like for REing (i added points from A to I. you will need to take screenshot and see where the points are and exchange them in the script. XA and YA for example in my screenshot are 722 and 401 (I'm using MS paint to get the coordinations but there are other ways)

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

as you can see in the images you will have to have the inventory + the backpack window open for REing. and it's important that the power bit is at the last spot in the inventory. (it is better if the inventory hasnt gotten too much stuff in it).

Step III: Using Script
After you adjusted the script save it and start it. you then have 5 seconds to toggle to swg client. then it should start with grabbing the power bit into the RE tool. if you want it to stop press the escape key.


if you have problems setting this up let me know and i'll try to explain it a bit further.


Reply with quote
Posted: July 3rd, 2007, 9:34 am
 
seniorfrito

Total Posts: 221
Joined: September 14th, 2005, 4:40 pm
seniorfrito's Reps: 0
User avatar
Active User > 50 Posts
I say Yay. Don't even have to try it to know that this works. Even if you can't get it to work AFK, submitting this as a guide would work. GJ.


Reply with quote
Posted: July 3rd, 2007, 10:06 am
 
xeros
xeros's Reps:
User avatar
This is very nice. I've thought about doing this but have been too lazy.

Only problem with this is it can't tell when it's a 35 bit, so checking every 5 mins or so is needed.

Yay


Reply with quote
Posted: July 3rd, 2007, 10:15 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
2 yays 1 more to move to confirmed
0 nays 3 more to lock this topic


Reply with quote
Posted: July 3rd, 2007, 3:29 pm
 
sp592400
sp592400's Reps:
User avatar
Yep works. /hi5 to you. I RE quite a bit and this will help alot. Thanks.


Reply with quote
Posted: July 3rd, 2007, 5:46 pm
 
krizzy

Total Posts: 258
Joined: July 1st, 2007, 1:22 am
krizzy's Reps: 14
User avatar
premium
YAY! although im not going to use it since im retired from REing ;)


Reply with quote
Posted: July 3rd, 2007, 8:46 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
This works well, great post, Yay

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


Reply with quote
Posted: July 4th, 2007, 8:15 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Moving to confirmed


Reply with quote
Posted: August 15th, 2007, 11:59 am
 
stihlredneck
stihlredneck's Reps:
User avatar
I can't get this to work - the actions are fired but not on the SWG client
I did the borderless window thing and everything yet same result
I also switch far before the 5 second period


Reply with quote
Posted: September 3rd, 2007, 10:32 am
 
rabidithorian

Total Posts: 47
Joined: September 3rd, 2007, 7:58 am
rabidithorian's Reps: 0
User avatar
premium
They changed the naming of powerbits, so you may now see when it hits +35 without stopping.


Reply with quote
Posted: September 10th, 2007, 11:48 pm
 
pldandrea
pldandrea's Reps:
User avatar
I am going to attempt to learn how to write the script. but I have an idea to make this work afk.

Lets say you have a backpack with 50 +25s. You take the script that was provided above (thx swg_exploiter) and have it run say 15 times. then it takes the bit it was working, and drops it into another backpack. then it goes to a diff backpack and pulls out another +25. rinse and repeat.

You may not get all +35s but you wouldnt have to sit there and monitor the program and swap in a new bit when it hits 35


Reply with quote
Posted: September 11th, 2007, 1:00 am
 
jackal76
jackal76's Reps:
User avatar
Morning

If you have downloaded the full version of AutoIT V3, there is a tool included that makes finding on screen coordinates alot easier than using something like MS Paint. Hit start -> Programs -> AutoIT V3 -> AutoIT Window Info. Click the Mouse tab, and activate the SWG window. Move the cursor to where you want it to be, and the coordinates will appear next to Position in the Window Info box. If you want to explore AutoIT further, play around with some of the tools in Window Info, it is a very useful tool :)

Peace


Reply with quote
Posted: September 11th, 2007, 5:29 am
 
rabidithorian

Total Posts: 47
Joined: September 3rd, 2007, 7:58 am
rabidithorian's Reps: 0
User avatar
premium
jackal76 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Morning

If you have downloaded the full version of AutoIT V3, there is a tool included that makes finding on screen coordinates alot easier than using something like MS Paint. Hit start -> Programs -> AutoIT V3 -> AutoIT Window Info. Click the Mouse tab, and activate the SWG window. Move the cursor to where you want it to be, and the coordinates will appear next to Position in the Window Info box. If you want to explore AutoIT further, play around with some of the tools in Window Info, it is a very useful tool :)

Peace

Very useful indeed.


Reply with quote
Posted: September 11th, 2007, 11:21 am
 
swg_xploiter

Total Posts: 184
Joined: May 29th, 2006, 9:56 am
swg_xploiter's Reps: 0
User avatar
Tault Volunteer Staff
pldandrea (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I am going to attempt to learn how to write the script. but I have an idea to make this work afk.

Lets say you have a backpack with 50 +25s. You take the script that was provided above (thx swg_exploiter) and have it run say 15 times. then it takes the bit it was working, and drops it into another backpack. then it goes to a diff backpack and pulls out another +25. rinse and repeat.

You may not get all +35s but you wouldnt have to sit there and monitor the program and swap in a new bit when it hits 35


thought about that too already. :) might work on making such a script and update the explanation when i have time..


Reply with quote
Posted: September 19th, 2007, 3:17 pm
 
pldandrea
pldandrea's Reps:
User avatar
i have come up with a way to RE many bits. instead of having 1 bit in your inventory, i have 18. all you have to do is change the coordinates of where it drags the modbit, shirt, and attachment from.In my SS, where the belt is, is where autoit would drag the modbit from. I have my inventory set up like this:
(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))

it ends up cycling through all the bits. You can effectively leave for an extended amount of time cause it takes a lot longer to get all the bits up.
For powerups and luck food i created a macro that fires from the toolbar i put the pause for the pups at 1805 and the other macro for my food that lasts apprx 18 minutes at 1080.

if you want to get an estimation on how long say 10 bits would take. Do the original script with 1 bit and time it. now multiply that time by 10 and you have your estimated time.

If any of this is unclear let me know


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 59 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?