Signup Now
Page 3 of 18 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 177
  1. #21
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    Nice

  2. #22
    Free User Shakoflaco's Avatar
    Join Date
    Mar 2014
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Rep Power
    21
    So my advance screenshot taker apparently didnt work on all clients today, anyways here is 1 of the ones that worked lolz


  3. #23
    Free User Shakoflaco's Avatar
    Join Date
    Mar 2014
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Rep Power
    21
    Had to do a little bit of an emergency loot sell to continue in 1 of my spawns over night


  4. #24
    Free User CroiX's Avatar
    Join Date
    Jan 2014
    Posts
    890
    Reputation
    61
    Rep Power
    22
    Quote Originally Posted by Shakoflaco View Post
    So my advance screenshot taker apparently didnt work on all clients today, anyways here is 1 of the ones that worked lolz

    How the exp/profit @ ED Soils?

    Nice project btw! =D

    ---

    Quote or Tag me if you want me to reply quicker


  5. #25
    Free User Shakoflaco's Avatar
    Join Date
    Mar 2014
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Rep Power
    21
    Exp is 150k~/h and the profit is 10-15k/h
    Here are some more screens from ed soils

  6. #26
    Free User CroiX's Avatar
    Join Date
    Jan 2014
    Posts
    890
    Reputation
    61
    Rep Power
    22
    Quote Originally Posted by Shakoflaco View Post
    Exp is 150k~/h and the profit is 10-15k/h
    Here are some more screens from ed soils
    Damn sweet. I wasted as fuck botting MS soils

    ---

    Quote or Tag me if you want me to reply quicker


  7. #27
    Free User Shakoflaco's Avatar
    Join Date
    Mar 2014
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by croix View Post
    Damn sweet. I wasted as fuck botting MS soils
    yeah ms soils sucks and its pretty darn dangerous to hunt there, you could easily get comboed not to mention the exp sucks

  8. #28
    Free User Shakoflaco's Avatar
    Join Date
    Mar 2014
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Rep Power
    21
    Could someone help me a bit with the automatic screen shot taker, like should i have it in the script section of cavebot? or should i have it on persistent in the script section? because only 1 of my clients is taking screenshots and everything seems to be set up exactly the same i dont know what im doing wrong :s

  9. #29
    Free User CroiX's Avatar
    Join Date
    Jan 2014
    Posts
    890
    Reputation
    61
    Rep Power
    22
    Quote Originally Posted by Shakoflaco View Post
    Could someone help me a bit with the automatic screen shot taker, like should i have it in the script section of cavebot? or should i have it on persistent in the script section? because only 1 of my clients is taking screenshots and everything seems to be set up exactly the same i dont know what im doing wrong :s
    Put this in "Scripter>Persistent" OR "Cavebot>Scripter
    init start 	local SS = {
    SS_ON_ADVANCE = true,
    ACTUAL_LEVEL = $level,
    }
    init end


    auto(300)
    if (SS.SS_ON_ADVANCE) then
    if $level > SS.ACTUAL_LEVEL then
    if $minimized then
    restoreclient()
    wait(400, 600)
    end


    focusclient()
    screenshot()
    wait(500,1000)


    SS.ACTUAL_LEVEL = SS.ACTUAL_LEVEL + 1
    minimizeclient()
    end
    end

    ---

    Quote or Tag me if you want me to reply quicker


  10. #30
    Free User Shakoflaco's Avatar
    Join Date
    Mar 2014
    Location
    Sweden
    Posts
    203
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by croix View Post
    Put this in "Scripter>Persistent" OR "Cavebot>Scripter
    init start 	local SS = {
    SS_ON_ADVANCE = true,
    ACTUAL_LEVEL = $level,
    }
    init end


    auto(300)
    if (SS.SS_ON_ADVANCE) then
    if $level > SS.ACTUAL_LEVEL then
    if $minimized then
    restoreclient()
    wait(400, 600)
    end


    focusclient()
    screenshot()
    wait(500,1000)


    SS.ACTUAL_LEVEL = SS.ACTUAL_LEVEL + 1
    minimizeclient()
    end
    end
    Thanks for the response, i will know if it works in about 10 minutes

 

 

Posting Permissions

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