taultunleashed logoSWG Exploits - Level 5-90 In Under 12 Hours (Trader) : Star Wars Galaxies Nerfed Info tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 34 posts ]  1, 2, 3  Next
blue large dot

SWG Exploits - Level 5-90 In Under 12 Hours (Trader) : Star Wars Galaxies Nerfed Info

Posted: May 29th, 2007, 8:46 pm
 
ilkist

Total Posts: 24
Joined: December 26th, 2006, 2:03 am
ilkist's Reps: 0
User avatar
This guide assumes that you have your toolbar setup to default options (meaning that it uses 1, 2, 3, 4, 5... and so on to use the commands)

You MUST choose the Architect Trader profession (Structures) or this will not work.

First download the macro program AutoIt from http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.2.4.9-setup.exe, and install it. I'll come back to this later, but you'll need this program.

Go in-game and get yourself 9 Generic Crafting Tools (plus the one you start with makes 10). Now place each crafting tool into your toolbar starting from the left. So you should have the first 10 slots of your toolbar filled with crafting tools.

Set up this macro in-game:

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
/ui action defaultButton;


Place it in the 11th toolbar slot next to all your crafting tools.

You need this macro too:

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;


Place this one in the last toolbar slot.

OK you should have your toolbar setup exactly like this (you can have different macro icons if you want :P )

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

Level 5-34

Get yourself 100,000 units of Copper. Use one of the Crafting Tools, choose the Misc tab, and start crafting a Reverse Engineering Tool. Take a Screen Shot by pressing Print Screen on the keyboard (upper right).

This is what we're looking to take a Screenie of:

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

Alt+Tab out of SWG, go into your SWG directory (default is C:\Program Files\StarWarsGalaxies), and find the Screen Shot you just took. It should be called screenShot0000, or something like that. Open it up in Microsoft Paint (right-click, Edit), hover your mouse over the copper, and write down the coordinates located at the bottom right.

Now we get to use AutoIt :D.

Goto the AutoIt examples (C:\Program Files\AutoIt3\Examples), and copy/paste one of them to your desktop. Rename to whatever or leave it as is. Right-click it, choose Edit Script, delete everything that is written in the script, and paste this into it:

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
WinWaitActive("Star Wars Galaxies") ; Waits for you to activate the SWG window before it starts the script

While 1 ; Starts the loop
Sleep("2000") ; Waits for 2 seconds
Send("{1}") ; Presses the 1st toolbar slot, 1 is default. Change if necessary
Sleep("2000") ; Waits for 2 seconds
Send("{-}") ; Presses the 11th toolbar slot, - is defualt. Change if necessary
Sleep("2000") ; Waits for 2 seconds
MouseClick("left", 193, 249, 2, 1) ; Insert your coordinates in place of 193, 249. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 193, 249, 2, 1) ; Insert your coordinates in place of 193, 249. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 193, 249, 2, 1) ; Insert your coordinates in place of 193, 249. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000") ; Waits for 1 second
Send("{=}") ; Presses the 12th toolbar slot, = is default. Change if necessary

; Remember to set up everything under this line to your coordinates, and your toolbar settings

Sleep("2000")
Send("{2}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{3}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{4}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{5}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{6}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{7}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{8}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{9}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{0}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("300")
MouseClick("left", 193, 249, 2, 1)
Sleep("1000")
Send("{=}")
WEnd ; Ends the loop, and starts back at the top


Don't forget to change the coordinates, and the toolbar hotkeys to your personal settings.

Click File>Save, and exit out of the script. Right-click your newly made script, and choose Run Script this time. Click on the Star Wars Galaxies window tab, or just Alt+Tab, and you now have yourself an XP Grinding Macro. Since you chose to craft a Reverse Engineering Tool earlier, it will automatically highlight that item to be spammed.

If you find that it has chosen a different item, just start to craft the RE Tool, and escape out of the window. It may randomly reselect a different item during the macro, so just Alt+Tab out of SWG, and right-click the Script Icon in the system tray, and exit. Now you can fix the problem without the script getting in your way. Don't forget to restart the script when the problem is fixed :P.

Wait until you reach level 34 before you procede to the next step.

Level 34-90

Keep your toolbar exactly as you had it in the previous section.

Get yourself 400,000 units of Gemstone, and 800,000 units of Low-Grade Ore. Use one of the crafting tools, choose the Furniture tab, and start crafting a Gungan Head Statue.

Take another Screen Shot (Print Screen) of the Gemstone and Low-Grade Ore, and find it in your SWG directory. Open it with MS Paint, and record the coordinates of both the Gemstone and the Low-Grade Ore.

Make a copy of your previous script, and rename it to something different. Right-click>Edit Script, delete everything out of it, and paste this instead:

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
WinWaitActive("Star Wars Galaxies") ; Waits for you to activate the SWG window before it starts the script

While 1 ; Starts the loop
Sleep("2000") ; Waits for 2 seconds
Send("{1}") ; Presses the 1st toolbar slot, 1 is default. Change if necessary
Sleep("2000") ; Waits for 2 seconds
Send("{-}") ; Presses the 11th toolbar slot, - is defualt. Change if necessary
Sleep("2000") ; Waits for 2 seconds
MouseClick("left", 201, 252, 2, 1) ; Insert your first coordinates in place of 201, 252. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("300") ; Waits for 3 hundredths of a second
MouseClick("left", 256, 250, 2, 1) ; Insert your second coordinates in place of 256, 250. The 2 means it double-clicks, and the 1 is the click speed which is 1 thousandth of a second
Sleep("1000") ; Waits for 1 second
Send("{=}") ; Presses the 12th toolbar slot, = is default. Change if necessary

; Remember to set up everything under this line to your coordinates, and your toolbar settings

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")

Sleep("2000")
Send("{1}")
Sleep("2000")
Send("{-}")
Sleep("2000")
MouseClick("left", 201, 252, 2, 1)
Sleep("300")
MouseClick("left", 256, 250, 2, 1)
Sleep("1000")
Send("{=}")
WEnd


Don't forget to change the coordinates, and the toolbar hotkeys to your personal settings.

File>Save the script, and exit. Right-click>Run Script, and get into SWG again.

Remember that the Gungan Head was selected earlier, so it will be highlighted to be spammed. If you find that it has chosen a different item, just start to craft a Gungan Head Statue, and escape out of the window. It may randomly reselect a different item during the macro, so just Alt+Tab out of SWG, and right-click the Script Icon in the system tray, and exit. Now you can fix the problem without the script getting in your way. Don't forget to restart the script when the problem is fixed .

Just sit back-and watch your level climb to 90 in no time. Hell, just go watch TV or something.




That's it.

Some people may want to adjust the Sleep times in the macros to fit their lag.

You may need to check on it every once in a while to make sure it's not stuck on an error message, or a different item. To fix problems like those just Alt+Tab out of SWG and right-click the Script Icon in your system tray, and exit the script. Just fix the problem in SWG and run the script again.


Reply with quote
Posted: May 30th, 2007, 7:00 am
 
stevengw

Total Posts: 60
Joined: July 8th, 2005, 12:10 am
stevengw's Reps: 1
User avatar
Active User > 50 Posts
thanks dude, will try this out over the next couple of days and let you know how i get on.

:D


Reply with quote
Posted: June 14th, 2007, 1:00 pm
 
ghostrogue
ghostrogue's Reps:
User avatar
God I'm glad the respec made my trader 90. But, on my alt, this guide worked great. Thanks a lot!


Reply with quote
Posted: June 14th, 2007, 4:18 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Can premium members say yay or nay to this being moved to a confirmed section.


Reply with quote
Posted: June 14th, 2007, 7:01 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
Yay

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


Reply with quote
Posted: June 14th, 2007, 7:19 pm
 
Tault_admin

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


Reply with quote
Posted: June 17th, 2007, 11:47 pm
 
darkcarny
darkcarny's Reps:
User avatar
actually did architech in 4.5 hours doing this method using only 4 tools


Reply with quote
Posted: June 25th, 2007, 8:10 pm
 
kraamytt
kraamytt's Reps:
User avatar
I am trying to use this and the crafting keeps getting interupted.

Everything works great until the /nextcraftingstage; (x2) and /createprototype (etc) x2. Specifically, it seems when it gets to the /createprototype (etc), the crafting stops and I get the "crafting session has ended" message.

Any ideas what I have setup wrong?


Reply with quote
Posted: June 25th, 2007, 11:45 pm
 
littlebig
littlebig's Reps:
User avatar
kraamytt (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I am trying to use this and the crafting keeps getting interupted.

Everything works great until the /nextcraftingstage; (x2) and /createprototype (etc) x2. Specifically, it seems when it gets to the /createprototype (etc), the crafting stops and I get the "crafting session has ended" message.

Any ideas what I have setup wrong?


Is case sensitive, use:

/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noitem;
/createPrototype practice noitem;

this is how work all macro commands for me :D


Reply with quote
Posted: June 26th, 2007, 7:35 pm
 
revjosh

Total Posts: 265
Joined: February 3rd, 2007, 9:42 pm
revjosh's Reps: 0
User avatar
Active User > 50 Posts
this is alot of hassle when you can do this as the structures profession in under 3 hours just be clicking manually


Reply with quote
Posted: June 27th, 2007, 1:32 pm
 
nsit2003
nsit2003's Reps:
User avatar
If u dont use this advanced macro, u can use the ENTER key for most of the crafting stages, in fact all of the stages except for choosing the resources and what tool to use.

So assuming u have 4 tools dragged into ur action bar, simply choose the tool, choose the item (subsequent items u use the Enter key), then double click on ur resources for the item, MAKE SURE UR CRAFTING WINDOW is active to use the ENTER key for the rest of the crafting, and choose PRACTICE mode for maximum xp.

So if ur right handed, u can use the mouse to choose a tool and resources while ur left fingers can press on the ENTER key for most of the crafting stages.

If some1 is chatting with you then u have to remake ur crafting window active again to keep using the ENTER key.


Reply with quote
Posted: June 27th, 2007, 1:41 pm
 
nsit2003
nsit2003's Reps:
User avatar
VERY IMPORTANT!! u CAN't use this to change to LVL 90 combat! The devs made it easy to become a TRADER, but they also are not allowing any LVL 90 Trader to goto LVL 90 Combat by going to a Profession Counselor.

THe ORIGINAL AUTHOR FORGOT to mention this.

SURE U SEE A GREAT POST...LOOK!!! LVL 5 to 90 in 12 hrs!

BUT!! IT's strictly for TRADERS, not for combat.

Not to diss the original post, but to noobs on this site, he should have added this little info in.

Furthermore, Once u get to LVL 90 arch, u can switch for FREE, to any other trader.

So if u pay for 2 sep accounts in swg, u can have 4 sep TRADERs on 1 server....which many players are doing because the new Chap 6 Beast Master components depend on mutliple traders.


Reply with quote
Posted: June 27th, 2007, 7:21 pm
 
kraamytt
kraamytt's Reps:
User avatar
Maybe I am just now discovering that I am incompetent. But I changed the macro, included the capitals as suggested, start the macro and it works great till it gets to the Resource Selection screen. It selects all the resources and then "crafting session has ended" shows up about the time I expect it to move on. I have attached a screen shot to the point I get stuck on.


You do not have the required permissions to view the files attached to this post.


Reply with quote
Posted: June 28th, 2007, 8:59 am
 
ilkist

Total Posts: 24
Joined: December 26th, 2006, 2:03 am
ilkist's Reps: 0
User avatar
nsit2003 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
VERY IMPORTANT!! u CAN't use this to change to LVL 90 combat! The devs made it easy to become a TRADER, but they also are not allowing any LVL 90 Trader to goto LVL 90 Combat by going to a Profession Counselor.

THe ORIGINAL AUTHOR FORGOT to mention this.

SURE U SEE A GREAT POST...LOOK!!! LVL 5 to 90 in 12 hrs!

BUT!! IT's strictly for TRADERS, not for combat.

Not to diss the original post, but to noobs on this site, he should have added this little info in.

Furthermore, Once u get to LVL 90 arch, u can switch for FREE, to any other trader.

So if u pay for 2 sep accounts in swg, u can have 4 sep TRADERs on 1 server....which many players are doing because the new Chap 6 Beast Master components depend on mutliple traders.


I actually did include this in the title, it says in big parenthesis (Trader)


Reply with quote
Posted: July 1st, 2007, 9:50 pm
 
ravenl

Total Posts: 8
Joined: June 27th, 2007, 2:45 pm
ravenl's Reps: 0
User avatar
I am having the same issue with the crafting session ending when you add resources, I also tried to tweak the script but nothing is changing then I also started to notice that the macro was no longer double cliking on the resources and going in a endless loop, I rewrote the macros to reflect info from other posts and swg wiki to no avail please help.


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 194 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 Nerfed Info RSS Feed 
Sitemap of Star Wars Galaxies Nerfed Info 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?