Signup Now
Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1. #21
    Free User stmaster's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    222
    Reputation
    24
    Rep Power
    21
    Quote Originally Posted by Jokerr View Post
    Where can i find this SS persist?
    i tried but didnt find in forum yet
    pm pls =)
    for levels:


    init start
    local curLevel = $level
    init end
    auto(200)
    if $level > curLevel then
    screenshot()
    curLevel = $level
    end


    for death ss:


    init start
    local takeSS = true
    init end

    if $hppc == 0 and takeSS and connected and maround() > 0 then
    screenshot()
    takeSS = false
    end
    Check my Botting Project: HERE - If i helped, please +REP

  2. #22
    Banned
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    924
    Reputation
    22
    Rep Power
    0
    Quote Originally Posted by Jokerr View Post
    Where can i find this SS persist?
    i tried but didnt find in forum yet
    pm pls =)

    init start
    local curlevel = $level
    init end
    auto(200)
    if $level ~= curlevel then
    screenshot()
    curlevel = $level
    end


    EDIT: Srry, havent seen that stmaster answered you before-

    @Topic 18 hours to get skills 50?
    Last edited by Ketamyn; 01-18-2014 at 04:47 PM.

  3. #23
    Free User Jokerr's Avatar
    Join Date
    Jan 2014
    Posts
    399
    Reputation
    14
    Rep Power
    21
    Hey guys ty for help =)
    and very nice project im following it
    regards

  4. #24
    Free User Winterex's Avatar
    Join Date
    Dec 2013
    Location
    Photoshop
    Posts
    268
    Reputation
    17
    Rep Power
    21
    I like projects from 0! Keep it up, Mate!

 

 

Tags for this Thread

Posting Permissions

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