dorpixga

Membros novatos
  • Posts

    6
  • Joined

  • Last visited

About dorpixga

  • Birthday 09/30/2001

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dorpixga's Achievements

Membro Novato

Membro Novato (1/6)

2

Reputation

  1. Bom vou me apresentar meu nome é Lucas (Meu apelido é Dorpix meu nick em varius jogos rs) eu sou o Criador do SkyNet Dice ^^ e vim dizer que estou tentando manter 1 cassino em cada servidor Citeron Danae e no mais novo Season claro eu corro risco de Ban rs espero que vcs se divirtam com meus Bots ou Gamblings (FarmingCcs) DEIXEM SUA NOTA PARA O CASSINO DE 0 A 10 EU AGRADEÇO DESDE JÁ ^^
  2. dorpixga

    Xenobot

    De que tipo e para oque ???
  3. local ManaToEquip = 85 -- Mana Percent to equip soft boots. local NormalBoots = 3079 -- Item ID of your normal boots. 3079 = BOH/ 4033 = DRAKEN BOOTS Self.ManaPercent = function () return math.abs(Self.Mana() / (Self.MaxMana() * 0.01)) end Module.New('equip softs', function(module) if (Self.ManaPercent() <= ManaToEquip) and (Self.Feet().id ~= 3549) and (Self.ItemCount(6529) > 0) then Self.Equip(6529, "feet") module:Delay(1000) elseif (Self.ManaPercent() >= ManaToEquip) or (Self.Feet().id == 6530) and (Self.Feet().id ~= NormalBoots) then Self.Equip(NormalBoots, "feet") module:Delay(1000) end end) Bom uso :)
  4. 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)
  5. dorpixga

    Dicer

    Bem vindos Hoje venho comvidar vcs jogadores para jogarem em meu cassino ele se localiza no Depot de Enigma Cassino Name: Dicer Beats Min 50k Max 2000k High/Low 80% Odd/Even 80% Blackjack/BJ (Ou 21) 90% 3x3 (esse jogo ficou muito famoso depois de seu lançamento fico feliz que gostaram) 90% Numbers {1,2,3,4,5 e 6} 300% Comandos :"{info, jogos, min, max, withdraw x, payout, balance}" --[[ Words Games ]]-- words = { H = {'h', 'high', '456'}, L = {'l', 'low', '123'}, BJ = {'bj', 'blackjack'}, NUM = {'1','2','3','4','5','6'}, AH = {'h', 'high'}, AL = {'l', 'low'}, XXX = {'3x3'}, ODD = {'odd', 'o'}, EVEN = {'even', 'e'} } Casino_ServerSave = "05:55" -- Server Save. BlackList_Names = {'Styfler Knight', 'Grotix'} -- Nome das pessoas que estarão na BlackList