The Empire
The Empire
The Empire
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The Empire


 
HomeLatest imagesSearchRegisterLog in
~~~http://www.empire-uw.com NEW OFFICIAL WEBSITE http://www.empire-uw.com~~~
~~~http://www.empire-uw.com NEW OFFICIAL WEBSITE http://www.empire-uw.com~~~

 

 Darkfall QuickLooter script for AutoIT

Go down 
2 posters
AuthorMessage
AAetius Mole
Officer
Officer
AAetius Mole


Posts : 7
Join date : 2010-12-29
Age : 38

Darkfall QuickLooter script for AutoIT Empty
PostSubject: Darkfall QuickLooter script for AutoIT   Darkfall QuickLooter script for AutoIT I_icon_minitimeTue Jun 14, 2011 1:34 am

This isn't an auto looter, but it does help you loot quicker and I have not heard of anyone getting banned for it.







;
; Darkfall QuickLooter script for AutoIT
;
; The script below is released into the public domain
; by me, the author
;
; http://lostontheintarweb.blogspot.com/
;
; AutoIT can be found at http://www.autoitscript.com/autoit3/
;

; Position of the bag
; Change to reflect the position of YOUR bag
Global $x = 175
Global $y = 625


; Bind to CTRL+G
HotKeySet("^{g}", "Loot")

; CTRL+F5-F8 changes bag position
HotKeySet("^{F5}", "DecreaseX")
HotKeySet("^{F7}", "DecreaseY")
HotKeySet("^{F6}", "IncreaseX")
HotKeySet("^{F8}", "IncreaseY")

; --- User configurable variables end here ---
; --- Do not edit below unless you know what you are doing ---
Global $fade = False
Global $fadetime

; Displays tray bubble
Func Bubble($text)
TrayTip("Darkfall AutoClicker", $text, 5)
$fade = True
$fadetime = TimerInit()
EndFunc

Func IncreaseX()
If $x < 5000 Then
$x = $x + 50;
EndIf
Bubble(StringFormat("Bag position: x = %d, y = %d", $x, $y))
EndFunc

Func IncreaseY()
If $y < 5000 Then
$y = $y + 50;
EndIf
Bubble(StringFormat("Bag position: x = %d, y = %d", $x, $y))
EndFunc

Func DecreaseX()
$x = $x - 50;
If $x < 0 Then
$x = 0
EndIf
Bubble(StringFormat("Bag position: x = %d, y = %d", $x, $y))
EndFunc

Func DecreaseY()
$y = $y - 50;
If $y < 0 Then
$y = 0
EndIf
Bubble(StringFormat("Bag position: x = %d, y = %d", $x, $y))
EndFunc


; Does the quick-loot
Func Loot()
$x1 = MouseGetPos(0)
$y1 = MouseGetPos(1)
$x2 = $x + Random(0, 75)
$y2 = $y + Random(0, 75)
MouseClickDrag("left", $x1, $y1, $x2, $y2, 1)
MouseMove($x1, $y1, 1)
EndFunc

; --- Start of main routine ---
TraySetIcon("explorer.exe",110)
Bubble("Darkfall QuickLoot Started")
WinActivate ( "Darkfall Online" )

While 1
; Fade out bubble now?
If $fade Then
If TimerDiff($fadetime) > 1000 Then
$fade = False
Bubble("")
EndIf
EndIf
Sleep(25)
WEnd
Back to top Go down
Zaraki
Supreme General
Supreme General
Zaraki


Posts : 13
Join date : 2010-12-20
Age : 104

Darkfall QuickLooter script for AutoIT Empty
PostSubject: Re: Darkfall QuickLooter script for AutoIT   Darkfall QuickLooter script for AutoIT I_icon_minitimeTue Jun 14, 2011 1:39 am

what exactly does it do? because auto looters are illegal and you can be permabanned for it.
Back to top Go down
https://the-empire-dfo.board-directory.net
AAetius Mole
Officer
Officer
AAetius Mole


Posts : 7
Join date : 2010-12-29
Age : 38

Darkfall QuickLooter script for AutoIT Empty
PostSubject: Re: Darkfall QuickLooter script for AutoIT   Darkfall QuickLooter script for AutoIT I_icon_minitimeTue Jun 14, 2011 1:44 am

well its not an auto looter.

You have to hover your mouse over the lootable item, hit Control + G and then it drags the item to your backpack very fast. Hover over next item and repeat.

It helps you loot quicker, but doesn't automate the processes fully like some more detectable/ban-able programs do.
Back to top Go down
Zaraki
Supreme General
Supreme General
Zaraki


Posts : 13
Join date : 2010-12-20
Age : 104

Darkfall QuickLooter script for AutoIT Empty
PostSubject: Re: Darkfall QuickLooter script for AutoIT   Darkfall QuickLooter script for AutoIT I_icon_minitimeTue Jun 14, 2011 1:50 am

still a program that loots for you, and still bannable if found.
Back to top Go down
https://the-empire-dfo.board-directory.net
Sponsored content





Darkfall QuickLooter script for AutoIT Empty
PostSubject: Re: Darkfall QuickLooter script for AutoIT   Darkfall QuickLooter script for AutoIT I_icon_minitime

Back to top Go down
 
Darkfall QuickLooter script for AutoIT
Back to top 
Page 1 of 1
 Similar topics
-
» Malik's Magic Macro! (AutoIT)
» Darkfall resources
» Ray script
» Zaraki's Script
» Dummy’s Darkfall Combat Guide (For beginning and intermediate players)

Permissions in this forum:You cannot reply to topics in this forum
The Empire :: Empire Members :: Guides-
Jump to: