|
|
|
Page 1 of 1 |
[ 5 posts ] |
|
 Junkloot AutoDelete 32 and 64 bit version : Star Wars Galaxies Nerfed Info
|
|
Posted: May 8th, 2009, 2:57 pm
|
|
|
|
visage
Total Posts: 32
Joined: October 30th, 2007, 8:45 pm
visage's Reps: 0
|
I've included a 32 bit version and a 64 bit version of Unkknown AutoDelete. It will delete anything under the cursor. The cursor locks so you don't have to worry about moving the mouse. Also for this to be effective, you should make sure you have every appearence item slot filled. Otherwise, you may equip an item by accident.
;Unknown AutoDelete
Global $Paused, $ShowMe
HotKeySet("{ESC}", "Terminate")
HotKeySet("{F1}", "TogglePause")
HotKeySet("{F9}", "ShowMe")
Opt("MouseClickDragDelay", 150)
#include <Misc>
Sleep (400)
Send ("{F9}")
Sleep (5000)
SplashTextOn('SWGautodeletes.exe',"Welcome Unknown AutoDelete intended for Junk Loot
harvesting.", 400, 150, 50, 50, 0, "Ariel", 20)
Sleep (5000)
SplashOff()
While 1
Sleep ( 100 )
Send ("{F9}")
Sleep (1500)
If MsgBox(1, 'User Agreement',"This program will delete unwanted junk. By selecting
OK, you take the risk that you may screw up your Stuff. Press F1 to pause, press ESC to
terminate the program. ") = 2 Then Exit
ExitLoop
WEnd
$i = 0
SplashTextOn("AutoDelete setup", "Please Click once on the center of the first inventory
slot after the items you wish to keep. ", 400, 100, 50, 50, 0, "Ariel", 16)
While 1
Sleep ( 100 )
If _IsPressed("01") Then
$pos = MouseGetPos()
ExitLoop
EndIf
WEnd
SplashOff()
$itemx = $pos[0]
$itemy = $pos[1]
Sleep ( 1000 )
while 1
sleep (1500)
MouseClick ("right", $itemx, $itemy, 1)
Send ( "5" ); Deletes Backpacks
Send ( "4" ); Deletes Clothing
Send ( "3" ); Deletes Weapons
Send ( "2" ); Deletes Posters
sleep (1500)
WEnd
Func TogglePause() ;Following script makes the "pause" option work correctly
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc
Func ShowMe()
$ShowMe = Not $ShowMe
EndFunc ;==>ShowMe
Func Terminate()
Exit 0
EndFunc
;Use with Caution!
You do not have the required permissions to view the files attached to this post.
|
|
|
|
|
Posted: May 8th, 2009, 6:11 pm
|
|
|
|
vinnyboy32
Total Posts: 1872
Location: Behind You
Joined: June 3rd, 2006, 8:35 pm
vinnyboy32's Reps: 3
|
|
|
|
|
Posted: May 13th, 2009, 10:50 am
|
|
|
|
r04r
Total Posts: 387
Joined: January 17th, 2009, 12:33 pm
r04r's Reps: 9
|
Well, it works. But there are TONS of these out there, and they're not special at all.
But looking at it, it works. So I will /yay it.
|
|
|
|
|
Posted: May 14th, 2009, 12:03 pm
|
|
|
|
visage
Total Posts: 32
Joined: October 30th, 2007, 8:45 pm
visage's Reps: 0
|
r04r (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): Well, it works. But there are TONS of these out there, and they're not special at all.
But looking at it, it works. So I will /yay it. Thanks for the yay. I tried to take all the other ones out there and use the good features of each, specifically I wanted a pause/unpause feature, and I wanted to eliminate the worry of "opps my mouse moved and I accidentally deleted my armor!"
|
|
|
|
|
Posted: May 15th, 2009, 7:05 am
|
|
|
|
r04r
Total Posts: 387
Joined: January 17th, 2009, 12:33 pm
r04r's Reps: 9
|
And both are easily done. Pause functions are found everywhere. And for the "I accidentally deleted my armor" you tell it to right click at specific coords...
Basics of macro writing
Oh, and if you try this. Replace the misc with misc.au3
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 141 guests |
|
|
|