Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Free User
    Join Date
    Feb 2014
    Location
    Ignoring quotes
    Posts
    39
    Reputation
    10
    Rep Power
    0

    Auto login accounts on Wind Addon

    It would be nice to have an option (on wind addons) to add accounts / characters / day to login automatically.

    So we could press one button to instantly open like 50+ tibia clients, login, open bot / load script and start hunting on all chars from that "day"...

    little idea:
    ZCjURs4.jpg

    (maybe add an random delay to login, so it wont "spam" the server like a magebomb)

    This would help people like me, that login manually many chars, I use 40+ chars everyday (almost 200 accounts).


    I know that this is already "possible" if you use wind addons + scripts to reconnect, etc... But it would be much easier and faster to edit the accounts on windaddon.

    (you can also evolve this idea and add things like: Reconnect, Server save check, Check if tibia is down and wait xx minutes, Stamina check inside pz to login next acc with the same script and world, If deleted login acc of the next day that uses the same script on the same world, Stop reconnect if tibia update, temple check, etc)

    Sorry for my bad English
    Last edited by shonflyn; 02-02-2016 at 06:37 AM.

  2. #2
    Free User
    Join Date
    Jan 2016
    Posts
    125
    Reputation
    10
    Rep Power
    17
    but u can edit it in windaddon. just open windaddons.xml and choose scripts, and edit this scripts. its easy.

  3. #3
    Free User Warlockx's Avatar
    Join Date
    Dec 2013
    Posts
    224
    Reputation
    45
    Rep Power
    21
    the way i do it is just to have a script that has your account info somewhere and then have a button on the cavebot that logins for me...

  4. #4
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,167
    Reputation
    25
    Rep Power
    23
    Err.. i dont know
    Imagine someone being hacked using this feature, what are the chances they will imagine it was because of windaddon ?
    You know, there is a few windbot hack websites on google
    Old 'n Proud Neobot-Elfbot and blackd user

  5. #5
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    It would be easy to explain away... Anyone who has permission to run a process on your computer can steal your account information anyway, so this feature isn't adding to the risk much. I like it, but I think there are several things which need designing out or they will become issues (e.g need to ensure scripts can be run from x waypoint and so on)...

  6. #6
    Free User
    Join Date
    Dec 2015
    Posts
    19
    Reputation
    14
    Rep Power
    0
    copy in persistant scripter. edit details. save as a cavebot (save both as). in wind addons go to advanced,script to load. find your script you just saved. save n there you go


    init start
    local name = 'Charicter name' --The name must have written as exactly as the char name.
    local account = 'account name'
    local password = 'password'
    --------------------------------------------------------------------------------- DO NOT EDIT THE CODE BELOW
    -- local SCRIPT_VERSION = "2.3.1"
    -- If ReopenBps is set to true then it'll try to reopen the visible backpacks on the main backpack
    -- setting it to false will just ignore your bps after you are logged in

    local ReopenBps = true

    -- If IgnoreServerSave is set to false it'll wait to relog if server save is occurring
    -- setting it to true will try to relog even on server saving time

    local IgnoreServerSave = false

    -- [[ ONLY EDIT SPECIAL CHECKS IF YOU KNOW WHAT YOU'RE DOING ]]--

    -- special checks are the checks it'll do after you login
    -- for example: if you are skulled, inside temple, etc ...

    local SpecialChecks = {
    {
    function()
    return isontemple()
    end,
    function()
    return printerrorf("Safe Reconnect: [%q] Client closed. Reason: Character was inside a temple.", $name) and closebot()
    end
    },
    {
    function()
    return ($self.skull == SKULL_RED or $self.skull == SKULL_BLACK) and $pzone
    end,
    function()
    return printerrorf("Safe Reconnect: [%q] Client closed. Reason: Character was red/black skulled inside a protection zone.", $name) and closebot()
    end
    },
    {
    function()
    return $stamina <= 14*60 and $pzone
    end,
    function()
    return printerrorf("Safe Reconnect: [%q] Client closed. Reason: Character had less/equal than 14 hours of stamina and inside a protection zone.", $name) and closebot()
    end
    },
    }

    -- DO NOT EDIT BELOW --
    local reconState = 1

    if $curscript.type ~= 'persistent' then
    reconState = -1
    printerror('Reconnect should be placed at Scripter/Persistents.\nChange this setting to run it properly.')
    end

    local openFunc = function()
    local lifeTime = $timems
    local reopenLogin = get('Looting/OpenBPsAtLogin')

    set('Looting/OpenBPsAtLogin', 'no')
    reopenwindows('small')

    while $openingbps do
    wait(100)

    if $timems - lifeTime >= 10000 and not $pzone then

    set('Looting/OpenBPsAtLogin', reopenLogin)
    return false
    end
    end

    set('Looting/OpenBPsAtLogin', reopenLogin)
    return true
    end

    local randTimeSS = math.random(100, 700)

    init end

    auto(1000)

    if (not $connected) and (IgnoreServerSave or (sstime() >= 600 + randTimeSS and sstime() <= 85800 - randTimeSS)) and reconState == 1 then
    set('Targeting/Enabled', 'no')
    set('Cavebot/Enabled', 'no')
    focusclient()
    connect(account, password, name)
    --reconnect($worldvisible) -- <------------------------------------------------------- Temporary not working!

    randTimeSS = math.random(100, 700)

    if $connected then
    pausewalking(10000)
    beep()
    else
    return
    end

    if ReopenBps then
    local clientMin = $minimized

    if clientMin and not $addons.enabled then
    -- if windaddons is enabled then we don't need to restore the window
    -- but if it's not, the bp opener will get stuck and alert you anytime
    -- se we restore the window to make sure it'll open and you won't die
    restoreclient() waitping()
    end

    local reopenSuccess = openFunc()

    if not reopenSuccess then
    -- this will only happen if you took more than 10 seconds to open bps
    -- if this happened probably you have another script trying to open it
    -- or any other thing blocking it from opening, if so we should start
    -- cavebot and targeting again to make sure you won't die, because after
    -- 10 seconds the monsters will surround you and start attacking
    printerrorf("Safe Reconnect: [%q] It took too long to open the backpacks, they could be already opened but for safety reasons you were alerted.", $name)
    pausewalking(0)
    set('Targeting/Enabled', 'yes')
    set('Cavebot/Enabled', 'yes')

    -- alert in this case
    for _ = 1, 10 do
    beep()
    wait(1000)
    end
    end

    if clientMin and not $minimized then
    minimizeclient()
    end
    end

    for _, callback in ipairs(SpecialChecks) do
    -- here we check for the given special checks like
    -- is on temple, low stamina, skulled, and logout
    -- if something happened
    if callback[1]() then
    reconState = 0

    return callback[2] ~= nil and stopattack() and callback[2]()
    end
    end

    if not ($targeting and $cavebot) then
    set('Targeting/Enabled', 'yes')
    set('Cavebot/Enabled', 'yes')
    pausewalking(0)
    end
    end

  7. #7
    Free User
    Join Date
    Feb 2014
    Location
    Ignoring quotes
    Posts
    39
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by bobjuggalo View Post
    copy in persistant scripter. edit details. save as a cavebot (save both as). in wind addons go to advanced,script to load. find your script you just saved. save n there you go
    This script works for normal players, not for mass botters.

    I use 200+ chars, and get deleted often ( mass deleted on all accounts every 3 months, and 30+ chars deleted every month).


    Too much work to create / edit all those scripts almost everyday, FOREVER.

  8. #8
    Free User
    Join Date
    Dec 2015
    Posts
    19
    Reputation
    14
    Rep Power
    0
    well thats what you get for ruaning the game. i hope your ip gets blocked....

  9. #9
    Free User Knutlejf's Avatar
    Join Date
    Jan 2014
    Posts
    814
    Reputation
    24
    Rep Power
    22
    If i start bot again this would be a huge help and time saver indeed

  10. #10
    Moderator SuNe's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    2,880
    Reputation
    186
    Rep Power
    27
    Can be done with a lua script already so no need for this.

    The way i have it is just put acc/pw/char name /*optional*script name in a txt.
    Windaddons loads the login script, login script grabs a char in the txt that have not been used on xxx numbers of hours, if a manual script is there, it will load the script, else it will load the script chooser script, it checks the level and pick a script that is suited for that level and voc that haven't been used yet by the xxx number of max chars for the script. When stamina is lower then xxx number the char logg out and reload the loader script.

    Hence, 1 click to start 30x clients that automatically choose what script to use based on level and voc and never puts to many chars using the same script.
    And if chars gets deleted a warning will come up that it was unable to login to this char, and it will pick another.
    Then just keep adding lvl 1 to the txt while others gets deleted.
    Last edited by SuNe; 05-24-2016 at 07:51 AM.
    กิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิ ิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิ ิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิ ิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิ ิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิ ิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิ ิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิ ิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิก ิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิ ิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิ ิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิ ิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิ ิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิ ิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิ ิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิ ิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิ ิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิ ิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิ ิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิ ิิิิิิิิิิิิิิิิกิิิิิิิิิิิิิิิิิิิิกิิิิิิิิิิิิ ิิิิิิิิ

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •