Code Monkey home page Code Monkey logo

csgo_v3's Introduction

CSGO自瞄+透视

0x01 声明:

  • 本项目仅限于学习交流不可商用,不可用于非法用途(包括但不限于:用于制作游戏外挂等)
  • 使用本项目产生的任何后果与本人无关!!!!
  • 使用本项目则默认同意本声明!

0x02 项目信息

  • Author : 蜉蝣
  • Date : 2022/9/27
  • 基于 C++项目 python项目 的二次开发
  • 进入对局后运行python脚本按F2开启自瞄透视

0x03 偏移网站

  1. https://csgo.dumps.host/offsets

  2. https://github.com/frk1/hazedumper/blob/master/csgo.hpp

0x04 Python特性

  • 01 A B 不能互导 容易导致死循环

  • 02 配置文件中的 变量 在哪个文件中被修改 则就在哪个文件中有效 并且谁引入这个文件中生效

    • config.py A.py B.py C.py 在config存放着变量
    • A B C 三者都导入了 config.py
    • 现config.py中的值在 B中被修改了 则 B 能访问这些修改后的数据 A里面访问不了
    • 若 C 导入了 B 则 C也能访问被B修改的数据

0x05 致谢

前身:

参考偏移网址:

csgo_v3's People

Contributors

shy113 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

csgo_v3's Issues

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.