Teste Free Itens Push :)


dorpixga

Recommended Posts

Bom vi que esta acontecendo muitas chuvas de kks então pra quem quer ganhar dinheiro ai esta mais lembrando ele é free então não botei muita função nele quero dizer que ele puxa tudo que esta a sua volta para sua primeira Bp menos mesas Etc (OBS ISSO ERA PRA SER O NOVO ANT TRESH DO CASINO MAS FIQUEI COM PREGUIÇA DE TERMINAR E TO DANDO PRA VC UM PUX ITENS)

Codigo Lua

while (#Container.GetAll() == 0) do
    Self.OpenMainBackpack(true)
    wait(300, 500)
end

local containerMain = Container.New(0)
local notpickup = {IDS = {923, 3497, 2317, 2318, 8932, 8230, 9062, 99, 408, 409, 414, 434, 429, 1301, 4657, 8567, 8568, 1294, 1295, 1296, 408, 870, 2321, 10145}}

Module.New('Free itams plox', function(mod)
    for x = -1, 1 do
        for y = -1, 1 do
            local mapID = Map.GetTopMoveItem(Self.Position().x+x, Self.Position().y+y, Self.Position().z).id or Map.GetTopUseItem(Self.Position().x+x, Self.Position().y+y, Self.Position().z).id
            if (mapID ~= 0) then
                if (Map.IsTileWalkable(Self.Position().x+x, Self.Position().y+y, Self.Position().z)) then
                    if (not Item.isCorpse(mapID) and
                        not Item.isField(mapID and
                        Item.hasName(mapID)) and
                        not table.contains(notpickup.IDS, mapID)) then
                        Map.PickupItem(Self.Position().x+x, Self.Position().y+y, Self.Position().z, containerMain:Index(), 0)
                        wait(50)
                    end
                end
            end
        end
    end
mod:Delay(50)
end)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...