XenoBot Forums - Powered by vBulletin

User Tag List

Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57

Thread: playmate - come play with us // ss thread

  1. #51
    Lifetime Subscriber playmate's Avatar
    Join Date
    Dec 2011
    Posts
    406
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    MS:




    Just gonna get a couple of more task points and then I'm gonna start the Demon Task using Solid Scripts demons.

  2. #52
    Lifetime Subscriber playmate's Avatar
    Join Date
    Dec 2011
    Posts
    406
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)



  3. #53
    Lifetime Subscriber Niyar's Avatar
    Join Date
    Nov 2011
    Location
    The netherlands
    Posts
    2,168
    Mentioned
    94 Post(s)
    Tagged
    0 Thread(s)
    Nice pictures man

  4. #54

    Join Date
    Mar 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How many acc with premium u have?

  5. #55

    Join Date
    Feb 2016
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Saydrix View Post
    How many acc with premium u have?
    He wrote that before, he's got 2 premium acc.
    @playmate
    Are you botting on two of them at the same time? On MC? Or maybe on two PCs?

    Btw. Can you please give me screenshot script?
    Last edited by kopernik; 03-01-2016 at 11:36 AM.

  6. #56
    Lifetime Subscriber playmate's Avatar
    Join Date
    Dec 2011
    Posts
    406
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Saydrix View Post
    How many acc with premium u have?
    Quote Originally Posted by kopernik View Post
    He wrote that before, he's got 2 premium acc.
    @playmate
    Are you botting on two of them at the same time? On MC? Or maybe on two PCs?

    Btw. Can you please give me screenshot script?
    Two, yes.

    I am sometimes botting them at the same time. Same computer.

    Screenshot script.
    --[[
    This is a XenoBot example script, intended to
    teach new users about the scripting API and
    act as script that is usable in actual play.

    levelupScreenshot.lua - takes a screenshot upon level up

    ** DO NOT EDIT THIS FILE. INSTEAD, COPY IT TO
    "Documents\XenoBot\Scripts" AND EDIT THE COPY. **
    ]]--


    --this continuously loops, executing the code inside over and over again
    while (true) do
    local name = Self.Name() --stores our name at the start
    local level = Self.Level() --stores our level at the start

    --this loops until our name changes (meaning we switched characters)
    while (name == Self.Name()) do
    --this checks if our level has increased, and screenshots if so
    if (Self.Level() > level) then
    level = Self.Level() --updates the stored level
    screenshot(name .. " level " .. level) --filename is "{name} level {level}
    end

    --this causes the loop to wait between 1 and 2 seconds before retrying
    wait(1500, 2500)
    end
    end

  7. #57
    Lifetime Subscriber playmate's Avatar
    Join Date
    Dec 2011
    Posts
    406
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Been quiet for a while... So I guess it's time, lol



    EK #1:






    MS:









    EK #2:






    RP:







Posting Permissions

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