[Release] Auto Delete inventory / Auto Click

Discussion in 'Celtic Heroes Accounts - Buy Sell Trade' started by mxann, 9/29/16.

Thread Status:
Not open for further replies.
  1. mxann

    mxann
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    Online
    Hello all.

    Use AutoHOTKEY
    create new file with notepad or blocnote.
    save with " .ahk " and launch :)

    - Auto Delete Inventory - ADinV -

    Open the Loot Collector
    • ctrl W for resize the windows Trove.
    • ctrl X (24 first item)
    • ctrl V (24 next item)

    Quote:
    ;Auto Delete Inventory ADinV v1.5 by AtlasMxAn[AVS] for playerup
    ;Notation type texte.
    Gui, Add, Text,, ADinV 210816 22h53 by Mx`n`nKeys :`nCtrl-g W to resize (Select the window)`nCtrl-g X to start (24 first inventory to delete.) Ctrl-g V (24next)Before open the Loot Collector.
    Gui, Show,,Auto Delete Inventory Vers1.5



    ^w::
    ResizeWin(Width = 1600,Height = 900)
    {
    WinGetPos,X,Y,W,H,A
    If %Width% = 0
    Width := W

    If %Height% = 0
    Height := H

    WinMove,A,,%X%,%Y%,%Width%,%Height%
    }


    ^x::
    {
    SetMouseDelay, 25
    MouseGetPos, 1270, 170
    SetMouseDelay, 20
    Click right 1270, 170
    Click right 1330, 170
    Click right 1390, 170
    Click right 1455, 170
    Click right 1520, 170
    Click right 1270, 230
    Click right 1330, 230
    Click right 1390, 230
    Click right 1455, 230
    Click right 1520, 230
    Click right 1270, 290
    Click right 1330, 290
    Click right 1390, 290
    Click right 1455, 290
    Click right 1520, 290
    Click right 1270, 350
    Click right 1330, 350
    Click right 1390, 350
    Click right 1455, 350
    Click right 1520, 350
    Click right 1270, 410
    Click right 1330, 410
    Click right 1390, 410
    Click right 1455, 410
    SetMouseDelay, 25
    Click 210, 810
    Click 715, 480
    Click 715, 480
    return
    }

    ^v::
    {
    SetMouseDelay, 25
    MouseGetPos, 1520, 410
    SetMouseDelay, 20
    Click right 1520, 410
    Click right 1270, 470
    Click right 1330, 470
    Click right 1390, 470
    Click right 1455, 470
    Click right 1520, 470
    Click right 1270, 525
    Click right 1330, 525
    Click right 1390, 525
    Click right 1455, 525
    Click right 1520, 525
    Click right 1270, 585
    Click right 1330, 585
    Click right 1390, 585
    Click right 1455, 585
    Click right 1520, 585
    Click right 1270, 645
    Click right 1330, 645
    Click right 1390, 645
    Click right 1455, 645
    Click right 1520, 645
    Click right 1270, 705
    Click right 1330, 705
    Click right 1390, 705
    SetMouseDelay, 25
    Click 210, 810
    Click 715, 480
    Click 715, 480
    return
    }
    - AutoClick -

    Ctrl + B
    Quote:
    ;Made by AtlasMxAn[AVS] for playerup


    Loop
    {
    #Persistent

    Loop
    mouseclick, l,
    Sleep, 20
    }
    Return

    ^b::
    Suspend
    Pause,,1
    Return
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.