Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FREE Reopen backpacks
#1
Reopen backpacks

This script will open main bp and all containers (parcels, bags, bps, etc.) inside the main bp whenever you don't have any open container.
if windowcount() == 0 then

    local bp_item = back()
    if bp_item.id > 0 then
        local WIN_COUNT = windowcount()
        while WIN_COUNT == 0 and bp_item.id > 0 do
            openitem(bp_item.id, 'back')
            wait(1000, 1500)
            bp_item = back()
            WIN_COUNT = windowcount()
        end

        if WIN_COUNT > 0 then
            resizewindows(1)
            wait(200, 500)

            local containers = getcontainers()
            for _, cont in ipairs(containers) do
                for __, item in ipairs(cont.items) do
                    if itemhasflags(item.id, 4) then
                        for i = 1, 3 do
                            if windowcount() == WIN_COUNT then
                                openitemslot(item.index, cont.index, true)
                                wait(500, 1000)
                                resizewindows(1)
                                wait(200, 500)

                            else
                                break
                            end
                        end
                        WIN_COUNT = windowcount()
                    end
                end
            end
        end
    end
end

keywords: open bps, reopen bps, container, reopen bps, close all bps, close all containers
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016