Signup Now
Results 1 to 4 of 4

Thread: Anti Push

  1. #1
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0

    Anti Push

    ANTI PUSH


    About:
    - Anti Push script - if You were pushed by someone, they back to position You start stay afk'ing
    - Need to do: Set in CAVEBOT tab: "Walk Through Players -> Walk With Arrow Keys"

    Libraries:

    - WindBot 1.1.2
    -
    Raphael's Library 0.1.2
    - Lucas Terra's Library 12.7


    Version and Changelog:
    - v1.0 - 27/12/2013 - stable version.

    Code:
    init start
    local cX, cY, cZ = $posx, $posy, $posz
    init end

    auto(100)
    local gX, gY, gZ = $posx, $posy, $posz

    if cX ~= gX or cY ~= gY or cZ ~= gZ then
    moveto(cX, cY, cZ)
    wait(100, 300)
    end

  2. #2
    Free User stmaster's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    222
    Reputation
    24
    Rep Power
    21
    LOL,

    very nice =P

    it made me remember my noobie days... when u got pushed away and got killed xD

  3. #3
    Free User
    Join Date
    Dec 2015
    Posts
    70
    Reputation
    10
    Rep Power
    17
    working?

  4. #4
    Free User pedegie's Avatar
    Join Date
    Dec 2015
    Location
    Poland
    Posts
    264
    Reputation
    28
    Rep Power
    17
    Ye it should work fine

 

 

Posting Permissions

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