Giter Site home page Giter Site logo

Comments (7)

4rak007 avatar 4rak007 commented on August 20, 2024

2.0 version getting afk detection and kicked while fishing too

from new-world-fishing-bot.

ITgamers avatar ITgamers commented on August 20, 2024

Using the previous version and changed my moment to 0.0 - 0.0 haven't been kicked.

from new-world-fishing-bot.

qq1ng avatar qq1ng commented on August 20, 2024

Using the previous version and changed my moment to 0.0 - 0.0 haven't been kicked.

i think my issues with previous versions was my high repair timer. It sometimes bugs out and doesnt repair, not triggering the anti afk, so when i put my repair timer to 10 minutes i didn't move around in time lol

from new-world-fishing-bot.

cobra-7777 avatar cobra-7777 commented on August 20, 2024

If youre able to edit the code you could try to turn off the default anti-afk, and add this in your repairing() function, after disarming the fishing rod and before opening the inventory:

    releaseDelay=random.uniform(0.4, 1.2)
    press_key('a')
    sleep(releaseDelay)
    info("Moved Left For " + str(releaseDelay) + " Seconds!")
    release_key('a')
    sleep(random.randint(2,8))
    press_key('d')
    sleep(releaseDelay)
    info("Moved Right For " + str(releaseDelay) + " Seconds!")
    release_key('d')

If it hasnt already been imported, you need to import the 'random' library at the top like so:

import random

Also import 'info' from loggingwrapper at the top if it hasnt already been:

from wrappers.logging_wrapper import info, debug

I suspected Amazon was looking for patterns to stop AFKers, so moving for the same amount of time every time you are executing the antiafk, is basically the same as using a macro to anti-afk, which amazon said they would try to stop. Im guessing by looking for patterns in how long you are pressing each key. By using the randomDelay in that code snippet, the character will move for a random amount of time each time it executes, so theres no pattern for Amazon to detect.
However, it will move for the same amount of time in both directions every time it executes, so youll always end up in the same spot.
Hope that helps!

from new-world-fishing-bot.

fontecic avatar fontecic commented on August 20, 2024

can confirm getting kicked for being afk using 1.2.1

from new-world-fishing-bot.

cobra-7777 avatar cobra-7777 commented on August 20, 2024

Try what i posted above if youre able to. Im not getting kicked with that at all.

from new-world-fishing-bot.

Siterizer avatar Siterizer commented on August 20, 2024

Sorry, end of the support. Statement:
https://github.com/Siterizer/new-world-fishing-bot#new-world-fishing-bot-end-of-support

from new-world-fishing-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.