Skip to content

LCozzoli/scumHelper

Repository files navigation

SCUM Game Helper

This python code / scripts / macro allows players to have better experience in SCUM by automatising some unfriendly tasks. If devs decide to add those features in the game directly I'll be pleased to close this project.

Works for 1920x1080 (You can adapt it)

Despite the fact that it don't read the game memory at all, I'm still waiting for the SCUM devs reply. I don't take any responsibility so use at your own risks.

Devs are aware of this project and don't consider it as cheating for the moment

Preview

https://youtu.be/B7R0QVpn6Bg

Keybinds

  • [CTRL+0] Disable
  • [CTRL+1] Chop planks
  • [CTRL+2] Chop sticks
  • [CTRL+3] Unbox bolts or nails and stack them by 10 in inventory
  • [CTRL+4] Craft bundles of lockpicks from bobby pins boxes
  • [CTRL+5] Autoclicker
  • [CTRL+6] Autoloot for metal and stuff (in car wreck)
  • [F1] Buy bulk at shop (15 elements)
  • [F2] Double click on all bought items from store depot
  • [r] Move red selected items to opened container

Every binds are customizable in the config.json, if you use something else than F to use, change the use key or the autoloot will not work.

Download

Download the latest executable there:

https://github.com/LCozzoli/scumHelper/releases

Extract the zip, configure keybinds in config.json, run the executable .exe

Advanced users

Python Installation

Install Python3 and PIP

https://www.python.org/downloads/

Make sure to check "Add Python to PATH"

Then run the following in a terminal

py -m ensurepip --upgrade

Requirements

After downloading or cloning the repository, run the following

pip install -r requirements.txt

If you have issues with missing OpenCV, install it there

https://opencv.org/releases/

Running the script

python .

About

A python scum game helper, for players QoL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages