exi

Head Moderator
Head Moderator
Head Moderator
Head Moderator
Status
Offline
Joined
Oct 22, 2024
Messages
153
Reaction score
81
Hello, dear pasters and coders! Previously I posted AHK scripts for COD MW3 and Black Ops 6, but today for farmers and Plunder lovers I found an interesting Python script for AFK exp farm. The cheat script works smoothly, reliably and doesn’t get banned. You no longer need to sit at the computer. This source code will level up your account while you sleep or take care of your business, just log in to the game, turn it on and let it run. Author: pwnmy.

black ops afk farm

What is it needed for?​

The script emulates the actions of a real player: moves the mouse, presses buttons, writes in chat. This helps avoid detection by the anti-cheat and bans. It is suitable for those who want to quickly level up weapons or levels in Plunder, without investing many hours in grind and exp farm.

What does this script provide (functional features)?​

  1. Smooth mouse movements — not abrupt jerks, but human-like movements, and the speed is adjustable
  2. Automatic shooting/reloading — simulates combat actions even in AFK mode
  3. Random messages in chat — writes phrases like "GG" or "Need help" to look like a real player
  4. Multithreading — the script performs tasks in parallel (for example, shooting + moving) so as not to lag
  5. Adaptation to the environment — reacts to location changes, avoids walls, but on a basic level, of course. If you embed AI behavior, the script would be too heavy and wouldn’t run on weak PCs. But this one will work easily on any hardware.

What is needed for it to work?​

  • Python 3.10+
  • Libraries: pyautogui, pynput, keyboard (installation via pip install)
  • Game in windowed mode (1920x1080)
  • Input language: English (the script does not work with Russian layout)
  • Activation key: Right Shift

How to install it?​

1. Install the Python dependencies with the command:
pip install pyautogui pynput keyboard
2. Save the code to a file:
View hidden content is available for registered users!

3. Open the game window and press Right Shift to start the cheat.
I advise you to close all unnecessary applications before launching, as the script is active only if the game is in focus.

Answers to frequently asked questions and troubleshooting​

Q: The script starts but nothing happens.
A: Check if the game is open in windowed mode. Make sure that in the BO6 settings, Name Tags and Auto-Sprint are enabled.

Q: Antivirus blocks the script.
A: Add the folder with the script to the exclusions. Libraries like pynput often trigger false positives.

Q: Chat messages are not sent.
A: Switch the layout to English (the script does not work with Cyrillic). Make sure that chat is enabled in the game settings.

Q: The mouse moves too abruptly/slowly.
A: Open the file with the cheat you created and change the parameter radius * (1 + 0.5 (the higher the value, the smoother).

Limitations and tips​

  • Do not use the script for too many hours in a row, as this may arouse suspicion.
  • If the game crashes, update the libraries via pip install --upgrade.

Conclusion​

This script is an excellent tool for those who value their time. I advise you to use your head before using it, set the right settings and then exp farm in Plunder will go much faster. If you have any questions — write in the comments, we’ll figure it out together!
 
Top