taultunleashed logoSWG Bots - Script for Emptying Inventory while AFK looting : Star Wars Galaxies Bots | Hacks tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 14 posts ] 
blue large dot

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

Posted: April 16th, 2008, 11:00 am
 
revmeup

Total Posts: 35
Joined: October 5th, 2007, 9:01 am
revmeup's Reps: 0
User avatar
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


Reply with quote
Posted: April 17th, 2008, 12:59 pm
 
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 it a yay.

It works fine in full screen or windows mode though.


Reply with quote
Posted: April 18th, 2008, 10:35 am
 
revmeup

Total Posts: 35
Joined: October 5th, 2007, 9:01 am
revmeup's Reps: 0
User avatar
ya it does... in my experience, i run into fewer problems when i use windowed mode without border, but to each his own... :)


Reply with quote
Posted: April 19th, 2008, 4:20 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 we get one more yay to move this.


Reply with quote
Posted: April 20th, 2008, 1:43 am
 
cuervogold

Total Posts: 1088
Location: 127.0.0.1
Joined: September 25th, 2007, 3:39 pm
cuervogold's Reps: 727
User avatar
Active User > 50 Posts
premium
Isn't there one here already?


Reply with quote
Posted: April 20th, 2008, 2:43 am
 
swg_xploiter

Total Posts: 184
Joined: May 29th, 2006, 9:56 am
swg_xploiter's Reps: 0
User avatar
Tault Volunteer Staff
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)


Reply with quote
Posted: April 20th, 2008, 3:24 am
 
cuervogold

Total Posts: 1088
Location: 127.0.0.1
Joined: September 25th, 2007, 3:39 pm
cuervogold's Reps: 727
User avatar
Active User > 50 Posts
premium
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.


Reply with quote
Posted: April 20th, 2008, 10:40 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
Well i move it and grant 300 points since its similar but still a nice improvement.


Reply with quote
Posted: April 21st, 2008, 3:52 am
 
cuervogold

Total Posts: 1088
Location: 127.0.0.1
Joined: September 25th, 2007, 3:39 pm
cuervogold's Reps: 727
User avatar
Active User > 50 Posts
premium
Tault_admin (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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?


Reply with quote
Posted: April 22nd, 2008, 5:28 am
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
swg_xploiter (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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)


:)


Reply with quote
Posted: May 4th, 2008, 3:14 am
 
sinner6

Total Posts: 1
Joined: October 4th, 2007, 10:07 pm
sinner6's Reps: 0
User avatar
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


Reply with quote
Posted: September 11th, 2008, 12:32 pm
 
busted1

Total Posts: 3
Joined: August 5th, 2008, 2:37 am
busted1's Reps: 0
User avatar
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.


Reply with quote
Posted: September 29th, 2008, 11:10 am
 
preame
preame's Reps:
User avatar
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


Reply with quote
Posted: September 30th, 2008, 1:38 pm
 
preame
preame's Reps:
User avatar
need a more precise walthrough on this its not working dont know how to get cordents


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