Darkfall Online Macros – Looting Macro

Darkfall Online Macros are going to be very big very soon. With using a Darkfall online macro players are going to be easily able to manipulate the game to repeat features that will help them beat other players to the punch when it comes to either looting, hunting, or pking. We have posted a nifty little G15 keyboard script that is a looting macro to make you loot all the items in a players backpack.
function OnEvent(event, arg)
if (event==”G_PRESSED” and arg==1) then
local x, y = GetMousePosition();
local sFmt = string.format(“Mouse is at %d,%d\n”, x, y);
OutputLCDMessage(sFmt);
end
end
*Use this to get x,y
function OnEvent(event, arg)
if (event == “G_PRESSED” and arg == 6) then
x, y = GetMousePosition();
PressMouseButton(1)
Sleep(10)
MoveMouseTo(41882, 46793)
Sleep(10)
ReleaseMouseButton(1)
Sleep(10)
MoveMouseTo(x, y)
OutputLCDMessage(“Looted”, 2000)
end
end
*Replace the numbers in MoveMouseTo(34156, 54602) with somewhere in your backpack X,Y’s
Click Here For More Darkfall Online Cheats
Posted in Darkfall G15, Darkfall looting, Darkfall macros, darkfall, darkfall online, dfo




No Comments