• Stars
    star
    439
  • Rank 99,247 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.

Pine

Pine is an aimbot powered by real-time object detection with neural networks.

This software can be tweaked to work smoothly in CS:GO, Fortnite, and Overwatch. Pine also has built-in support for Nvidia's CUDA toolkit and is optimized to achieve extremely high object-detection FPS. It is GPU accelerated and blazingly fast.

Demo

Demo video

Pine Demo GIF=

Installation

  • Install OpenCV with Python3 bindings
  • Install any missing dependencies with Pip
  • Install pywin32, the Windows API bindings for Python.
  • Install the Nvidia CUDA toolkit if you have a compatible GPU
    • If you don't have an Nvidia GPU, Pine will try to use OpenCL instead of CUDA
  • Also for acurate long Quick Mouse Movements please Disable Mouse acceleration. Thanks!
  • Then run the program with Python3.

$ python3 pine.py

What games does it work with?

This release is currently optimized for CS:GO, but I plan adding more game configs in the future

Why Neural Networks?

Well, neural network aimbots are great for a lot of reasons... Probably most importantly, they never access the memory of the game, so they are practically invisible to "Anti-Cheat" sofware. Additionally, they can abstract their capabilities to many different games without code modifications. The only issue:

Neural Network Aimbots have always had one big problem: their target detection is okay, but their inference time is terrible. Even HAAR Cascades are a bad fit, since they have decent speed but horrible accuracy. MobileNetSSD and Faster R-CNN were sorta ok if you had a Nvidia Titan X with CUDA drivers. But let's be honest, who the hell can afford a Titan?

Enter YOLOv3, tiny edition. Detection scores are decent, and inference times are... WHAT? 220 FPS WITH A 33% mAP?! For reference of how absolutely insane this is, SSD513 gets about 8 FPS with 50% mAP.

YOLO Network Speed Graph

Finally, a real-time object-detection network that will run on my dinky AMD M370X from 2015! This network is what inspired me to build Pine.

Architecture

YOLOv3: The Internal Object-Detection Engine

At its core, Pine's internal object detection system relies on a modified version of the YOLOv3 neural network architecture. The detection network is trained on a combination of video game images and the COCO dataset. It is optimized to recognize human-like objects as quickly as possible. The detection engine can be abstracted to many FPS games, including CS:GO, TF2, and more.

YOLO Neural Network

OpenCV: GPU-Enabled Image Processing

OpenCV is at the heart of Pine's image processing capabilities. Not only does it provide an abstraction layer for working with the screen capture data, but it it also allows us to harness the power of GPU hardware by interfacing CUDA and OpenCL. After Pine takes a capture of the user's screen, it uses OpenCV to process that image into a form that is recognizable to the object-detection engine.

OpenCV Image Processing Architecture

Special Thanks

Thanks to everyone who made this project possible. I'd like to give special shoutouts to the following people:

  • FidgetySo for his contributions to the codebase. He leveraged native Windows APIs to improve the performance of Pine by up to 300%.
  • Adrian Rosebrock, PhD, for his invaluable resources on machine learning. Check out his blog: PyImageSearch

More Repositories

1

Emotion

😄 Recognizes human faces and their corresponding emotions from a video or webcam feed. Powered by OpenCV and Deep Learning.
Python
447
star
2

jenkins-rce

😈 Jenkins RCE PoC. From unauthenticated user to remote code execution, it's a hacker's dream!
Java
294
star
3

GoAT

🐐 GoAT (Golang Advanced Trojan) is a trojan that uses Twitter as a C&C server
Go
261
star
4

tts

📝 🔉 A simple text-to-speech tool. Converts your text to speech with any of StreamElements voices. Frontend built with Gatsby.
JavaScript
158
star
5

Knock

🔑 Scan the entire internet for SSH and Telnet services. Then hack them.
JavaScript
76
star
6

Pad

📓 An online, collaborative, real-time notepad built with WebSockets and NodeJS
JavaScript
45
star
7

bandcamp-ripper

🎵 Rips MP3 files from Bandcamp album URL's
Python
44
star
8

Donut

🤖 A JavaScript implementation of the infamous "donut.c" program
JavaScript
40
star
9

A-picture-of-Jeff-Goldblum

💯 This repository is a picture of Jeff Goldblum
Ruby
35
star
10

Wizardli

🚀 An ultra fast YouTube-to-MP3 downloader and transcoder
TypeScript
24
star
11

MusicalFractals

✨ Generates 3D, animated fractals by analyzing the waveform of audio files
JavaScript
24
star
12

BitBuster

🔑 Multi-threaded Instagram account cracker
Go
17
star
13

BoilerChat

🎒 BoilerChat is a live, anonymous, online chatroom for Purdue students.
JavaScript
13
star
14

WhoHackedMe

🔍 Instantly search the web for hacked data. Check if you appear in any database leaks.
JavaScript
13
star
15

react-bootstrap-webpack-Boilerplate

Start any web project with ease by using this React, Webpack, Bootstrap, and Babel boilerplate!
JavaScript
9
star
16

resume

Thank you kanye, very cool!
6
star
17

Reverb

🔥 An audio visualizer built on the Web Audio API
JavaScript
5
star
18

netpaste

A command line pastebin accessible through netcat
Go
4
star
19

livespy

LiveSpy monitors a victims computer and sends sensitive information to the hacker. Written with Go and Websockets.
HTML
4
star
20

VaporwaveText

A simple React app to convert "normal text" to "vaporwave text"
JavaScript
4
star
21

string2bf

Converts a string to Brainf**k code
Go
2
star
22

Transform

An HTML5 game that challenges the mind!
JavaScript
2
star
23

Boilermake2018

Boilermake 2018 hackathon repo
JavaScript
2
star
24

AimbotCalvin

Website for TSM Aimbot Calvin
JavaScript
2
star
25

superkey

CODE39 brute forcer
HTML
1
star
26

draw.io

1
star
27

dingus

Vidya game
JavaScript
1
star
28

yf-downloader

Export data from Yahoo Finance to Excel spreadsheets
Jupyter Notebook
1
star
29

RedditBrowser

A simple full screen image and video browser for Reddit
JavaScript
1
star
30

sudoku-solver

A simple sudoku solver written in Go
Go
1
star
31

PyScrape

A super fast web crawling (slithering?) email scraper written entirely in Python.
Python
1
star