XenoBot Forums - Powered by vBulletin

User Tag List

Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 77

Thread: Prewz Life Thread

  1. #11

    Join Date
    May 2014
    Posts
    201
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Can't get my screenshot on level working. Anyone feel like sharing theirs?

  2. #12
    spnz0x's Avatar
    Join Date
    May 2014
    Posts
    146
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Prewz View Post
    Can't get my screenshot on level working. Anyone feel like sharing theirs?
    Xeno now comes with scripts 'Examples' the screenshot example works fine. Just check the Xeno instalation folder 'Exemples' and copy the file to 'Documents - Scripts'

  3. #13

    Join Date
    May 2014
    Posts
    201
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by spnz0x View Post
    Xeno now comes with scripts 'Examples' the screenshot example works fine. Just check the Xeno instalation folder 'Exemples' and copy the file to 'Documents - Scripts'
    ooh nice, thx!

  4. #14

    Join Date
    May 2014
    Posts
    201
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Atleast gained 134 on my ek and 11 on my first free acc cash maker today. No lvl up ss for now. Currently botting my free acc in thais trolls. Script will be released once I leave that spawn


  5. #15

    Join Date
    May 2014
    Posts
    201
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by spnz0x View Post
    Xeno now comes with scripts 'Examples' the screenshot example works fine. Just check the Xeno instalation folder 'Exemples' and copy the file to 'Documents - Scripts'
    Just took another level on my noob char. Still doesn't take SS tho. I need to have that tibia window opened for it to SS it? cuz I was playing cs:go meanwhile.

  6. #16
    spnz0x's Avatar
    Join Date
    May 2014
    Posts
    146
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Prewz View Post
    Just took another level on my noob char. Still doesn't take SS tho. I need to have that tibia window opened for it to SS it? cuz I was playing cs:go meanwhile.
    I use it with multiple accounts, it allways worked. Not so sure while playing another game tho.

  7. #17

    Join Date
    May 2014
    Posts
    201
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by spnz0x View Post
    I use it with multiple accounts, it allways worked. Not so sure while playing another game tho.
    Alright I'll see if it works next time I lvl up. Hopefully it does thx

  8. #18

    Join Date
    Apr 2014
    Location
    mexico
    Posts
    71
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    i use this, dont remember the owner but thx to him...

    Code:
    ---------------------------------------------------------------
    ------------------------  SETTINGS  ---------------------------
    ---------------------------------------------------------------
        LevelUp     = true -- Will take a screenshot when leveling up
        Death       = true -- Will take a screenshot upon death
        Stamina     = false -- Will take a screenshot if below 14:00 stamina
    ---------------------------------------------------------------
    -------------  DO NOT CHANGE ANYTHING BELOW  ------------------
    ---------------------------------------------------------------
    Level = Self.Level()
    Name = Self.Name()
    while true do
        if Name ~= Self.Name() then
            Level = Self.Level()
            Name = Self.Name()
        end
        if (LevelUp) then
            if Self.Level() > Level then
                wait(200)
                screenshot(Self.Name() ..  "_level_" .. Self.Level())
                wait(1000)
                Level = Self.Level()
            end
        end
        if (Death) then
            if Self.Health() == 0 then
                screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
                wait(1000)
                Death = false
            end
        end
        if (Death) then
            if Self.Health() == 0 then
                screenshot(Self.Name() .. "_magic_" .. os.date("%H.%M"))
                wait(1000)
                Death = false
            end
        end
        if (Stamina) then
            if Self.Stamina() < 840 then
                screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
                wait(1000)
                Stamina = false
            end
        end
        wait(5000)
    end

  9. #19

    Join Date
    May 2014
    Posts
    201
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by luini View Post
    i use this, dont remember the owner but thx to him...

    Code:
    ---------------------------------------------------------------
    ------------------------  SETTINGS  ---------------------------
    ---------------------------------------------------------------
        LevelUp     = true -- Will take a screenshot when leveling up
        Death       = true -- Will take a screenshot upon death
        Stamina     = false -- Will take a screenshot if below 14:00 stamina
    ---------------------------------------------------------------
    -------------  DO NOT CHANGE ANYTHING BELOW  ------------------
    ---------------------------------------------------------------
    Level = Self.Level()
    Name = Self.Name()
    while true do
        if Name ~= Self.Name() then
            Level = Self.Level()
            Name = Self.Name()
        end
        if (LevelUp) then
            if Self.Level() > Level then
                wait(200)
                screenshot(Self.Name() ..  "_level_" .. Self.Level())
                wait(1000)
                Level = Self.Level()
            end
        end
        if (Death) then
            if Self.Health() == 0 then
                screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
                wait(1000)
                Death = false
            end
        end
        if (Death) then
            if Self.Health() == 0 then
                screenshot(Self.Name() .. "_magic_" .. os.date("%H.%M"))
                wait(1000)
                Death = false
            end
        end
        if (Stamina) then
            if Self.Stamina() < 840 then
                screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
                wait(1000)
                Stamina = false
            end
        end
        wait(5000)
    end
    Yea i'll try that one instead! the example one doesn't seem to work for me

  10. #20

    Join Date
    Sep 2013
    Location
    Poland
    Posts
    323
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Change Your graphic. OpenGL would be nice.
    It helps me when I had same prob.

Posting Permissions

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