Locked Home » Forums » Legacy & Archived » Archived Content » Star Wars Galaxies » Star Wars Galaxies Nerfed Info

Max crafting in 1 Hour : Star Wars Galaxies Nerfed Info

Posted: January 11th, 2004
User avatar
administrator
Total Posts:29892 Joined:2002
First i make a Fast looping macro that uses about 8 or more tools so theres no pausing. I get all my huge stacks of resources then let my computer do all the work.

First get the crafting macro from my generator:

Register to unlock hidden link

There's no trojan, you can scan it first if you want.

The once you get your macro set up, use AUTO IT REVEAL MODE, to get the coordinates for the Resources.

Get AUTOIT: Register to unlock hidden link

Then for the clicking I use ACTOOL, its real easy:

Get ACTOOL: Register to unlock hidden link

and run this script to do the double clicking.

--------------------

// Set the Variables
Constants
SD = 200 // Time in milliseconds between non-delay commands (clicking something, etc) Can be low as your computer can handle
TimeClick = 1
End

SetActiveWindow SwgClient

Loop $TimeClick
MousePos 230, 230 // Resources 1
DoubleClick
Delay $SD

Loop $TimeClick
MousePos 115, 170 // Resource 2
DoubleClick
Delay $SD

End
End


-------------------------

Copy paste more Loops for more types of resources, remember to add the End after each new loop you add. If you have more then one slot of the same resource in the schematic just add 2 doubleclick lines.
Posted: August 12th, 2005
kregon
This is awesome, almost have it working but how do I get the AC tool to loop?
Posted: August 28th, 2005
drjokersmom
"Register to unlock hidden link link is borken. :(
Posted: September 10th, 2005
drjokersmom
Would you please fix the link? Or do I have to send another PM that would be ignored?

Thanks
Posted: September 10th, 2005
User avatar
Total Posts:2313 Joined:2004
Admin sent me a msg you want a new crafter.

Register to unlock hidden link

This one kicks !@#$%^*. I moved this to nerfed because its not confirmed and link doesnt work right now.

_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.

Register to unlock hidden image
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 99 guests
Locked