XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 10 of 52

Thread: [Update] XenoBot Apophis v14.8.12.751 [Preview 10.52]

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #33
    Senior Member pixie_frigo's Avatar
    Join Date
    Dec 2012
    Location
    Ghent, Belgium
    Posts
    458
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    @DarkstaR

    Since when is the function sleep only in steps of 100 ms ?
    A lot of scripts have parts in it like : wait(250,350)
    Since this is random it will almost always make the script sleep for exactly 300ms ... So crazy detectable?!?!


    lua code:

    function Rounder(num)
    return math.floor(num*100)*10
    end


    for i = 1, 100 do
    local s = os.clock()
    wait(250,350)
    print(Rounder(os.clock() - s))
    end
    Last edited by pixie_frigo; 08-20-2014 at 04:51 PM.

Posting Permissions

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