Giter VIP home page Giter VIP logo

zeusirl's Introduction

ZeusIRL

image

ZeusIRL controls your electro-stimulation device (currently supports Pavlok and PiShock) and shocks you whenever you die in CS:GO. It also has other options. It uses Game State Integration and does not interact with the game's memory in any way, making it safe to use. (except for the part where you get zapped)

How to Use

  1. Click "Configure CS:GO Game State Integration", this will make a cfg file in your CS:GO directory which enables ZeusIRL to see when deaths occur.
  2. Select your device, configure it, and click connect (this will vibrate your device so you know the connection was successful)
  3. Play around with the various settings, click Start when you are ready
  4. Stay in Test Mode until you are comfortable
  5. Report bugs when you find them!

Get It

Download the v1.0 release and run the EXE or the Python source code.

Acknowledgements

The reverse-engineering work done in ztrayl3/PyPav2 formed the basis for the Pavlok integration. Thank you!

zeusirl's People

Contributors

ayancey avatar

Stargazers

Joseph Weissig avatar Quinn Wisnovsky avatar

Watchers

 avatar

zeusirl's Issues

Seemingly connecting, though not doing anything after

Hello there,

This isn't specifically relating to the project itself however I recently came across said project while looking for a way to interact with my Pavlok 2 while on Windows, as you seem to have utilised Bleak for this instead,

I went ahead and used a few snippets of your work here to see if I could've finally found a solution to my issues as I'm looking to simply have the py file launch as needed just to give a single shock and close,

`from PyPav2 import Pavlok as pav
import math

pav = pav()
pav.connect("mac:address")
pav.vibrate(math.floor(50 / 10), duration_on=2)
pav.shock(math.floor(50 / 10), math.floor(1 / 0.7))`

Outside of the occasional timeout error which I could remedy with a try except loop to retry connecting, it seems that the code will follow through, however I'm not seeing anything happen with the device itself,

So it's quite possible I'm missing other factors here, and if so I'd greatly appreciate you pointing me in the right direction

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.