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

SWG Bots - Script for Emptying Inventory while AFK looting : Star Wars Galaxies Bots | Hacks

Posted: April 16th, 2008
Total Posts:35 Joined:2007
Here is a great little script for emptying your inventory while AFK looting. Works great for building big stacks of stuff for RE mods... Make sure to run your SWG client in windowed, borderless mode, and turn off item rotation in your inventory for best results. The mobs around Dearic sp drop 15 kinds of loot for RE, so make sure you loot at least 1 of each, then select the next item for deletion (the slot beside your last RE stack). I have set the timers so that they are slow enough not to accidentally delete what you are trying to stack. Will get rid of everything, including pictures and packs. Make sure to turn off confirmation for deleting objects. Enjoy!



#cs ----------------------------------------------------------------------------

AutoIt Version: 3.2.8.1
Author: revmeup

Script Function:
Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here
Global $Paused
HotKeySet("{ESC}", "Terminate")
Opt("MouseClickDragDelay", 100)

Sleep (5000)

While 1
;select item to be deleted:
MouseClick ( "right" , 600, 700, 1 ) ;Enter X and Y coordinates of item to be deleted
Sleep("3000")
send("{3}")
Sleep("200")
Sleep (1000)
MouseClick ( "right" , 600, 700, 1 ) ;Enter X and Y coordinates of item to be deleted
Sleep("3000")
send("{4}")
Sleep("200")
Sleep (1000)
MouseClick ( "right" , 600, 700, 1 ) ;Enter X and Y coordinates of item to be deleted
Sleep("3000")
send("{2}")
Sleep("200")
Sleep (1000)
Sleep (1000)
WEnd




Func Terminate()
Exit 0
EndFunc
Posted: April 17th, 2008
Total Posts:139 Joined:2007
I'll give it a yay.

It works fine in full screen or windows mode though.
Posted: April 18th, 2008
Total Posts:35 Joined:2007
ya it does... in my experience, i run into fewer problems when i use windowed mode without border, but to each his own... :)
Posted: April 19th, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
Can we get one more yay to move this.
Posted: April 20th, 2008
User avatar
Total Posts:1087 Joined:2007
Isn't there one here already?
Posted: April 20th, 2008
User avatar
Total Posts:184 Joined:2006
yeh http://www.taultunleashed.com/phpbb2/ab ... oting.html


this one is just slightly simplier because it uses "confirm object deletes -> off" so doesnt require a confirmation when deleting. (3 lines less in code)
Posted: April 20th, 2008
User avatar
Total Posts:1087 Joined:2007
I thought so. I have one I wrote for afking junk loots that works flawlessly but never put it up because there are like two or three of them already.
Posted: April 20th, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
Well i move it and grant 300 points since its similar but still a nice improvement.
Posted: April 21st, 2008
User avatar
Total Posts:1087 Joined:2007
Tault_admin wrote:Well i move it and grant 300 points since its similar but still a nice improvement.
Improvement? Where?

He even has an unfinished pause command.

Global $Paused <--- this will do nothing without rest of the script being added to the end.

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

Are we really hurting for content so much that we accept submits that are already here?
Posted: April 22nd, 2008
User avatar
administrator
Total Posts:29918 Joined:2002
swg_xploiter wrote:yeh http://www.taultunleashed.com/phpbb2/ab ... oting.html


this one is just slightly simplier because it uses "confirm object deletes -> off" so doesnt require a confirmation when deleting. (3 lines less in code)
:)
Posted: May 4th, 2008
Total Posts:1 Joined:2007
Hi I'm new to this site and I have a question about autoit. I'm still trying to figure out scripts when I have the time. I have a ent buff script which I found but I still do not know how to get away from action cost reduction down to the new glancing blow. My time is somewhat limited for pc use. So if anyone has a ent autoit script with glancing blow can you let me know?
Thanks
Posted: September 11th, 2008
Total Posts:3 Joined:2008
Having trouble with it opening up the examine window and just bugging there. After I manually select "3" a couple of times it is good for about 5-10 items and then it bugs again. Please assist.
Posted: September 29th, 2008
preame
can some one help me with a walk through on autoit i have nevor used it before and have know clue on what to click on
Posted: September 30th, 2008
preame
need a more precise walthrough on this its not working dont know how to get cordents
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 6 guests
Post Reply