Coder Social home page Coder Social logo

git-snake / seer_logon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from starlitnightly/seer_logon

0.0 0.0 0.0 81.22 MB

星小夜登录器源码(c++版)

License: GNU General Public License v2.0

JavaScript 6.88% C++ 82.89% CSS 0.08% HTML 9.89% QMake 0.27%

seer_logon's Introduction

星小夜的登录器

latest packaged version(s) Build Status CodeFactor Language grade: C/C++ FOSSA Status QMake Github Action

大家好,我是星夜,登录器已经完全全部代码的编写,现在在github上开源,本项目采用GPL协议,下载源码进行学习时,注意遵守相关协议,做一个合格的搬运工。

下载与使用

星小夜的登录器采用qt作为框架,理论上跨平台

用户可以从下载地址下载完整的登录器

函数介绍文档

为了减轻程序员读代码的负担,我将整份源码的所有函数都写上了注释,并生成了说明文档

说明文档:文档地址

函数注释例子:

/**
 * @brief 一键换装备-搜索装备
 * @param pid 窗口id
 * @param name 要换的装备名
 * @return 无
 */
void Searchbag(HWND pid,QString name){
    dm.MoveTo(736,382);
    dm.LeftClick();
    QString s=name;
    foreach(QChar c, s)
        PostMessage(pid, WM_CHAR, c.unicode(), 0);
    Delay(500);
    dm.MoveTo(797,380);
    dm.LeftClick();
}

源码使用方法

  • source文件夹内全部文件下载下来,在qt creater中打开untitled.pro

  • 在项目中,构建设置中设置编译套件为Qt-5.9.0-MinGW-32,也就是qt最原始的编译套件,不是MSVC什么的

  • 编译无问题后,在程序的release或者debug目录中**(取决于你选择的模式),文件结构应与图中一样,否则程序会自动结束(检查缺少的文件/文件夹,在logonseer文件夹中都有)**

      ├─bearer
      ├─font
      ├─gif
      ├─iconengines
      ├─imageformats
      ├─json
      ├─pic
      ├─platforms
      ├─seer背包
      ├─translations
      └─工具
          ├─dm
          ├─Fiddler
          │  ├─FiddlerHook
          │  │  ├─Content
          │  │  ├─defaults
          │  │  │  └─preferences
          │  │  ├─locale
          │  │  │  └─en-US
          │  │  └─skin
          │  ├─ImportExport
          │  ├─Inspectors
          │  ├─ResponseTemplates
          │  ├─Scripts
          │  ├─Tools
          │  ├─检查
          │  └─汉化截图
          ├─星小夜的脚本
          └─赛尔数据计算器
              ├─帮助文件
              │  ├─Bin
              │  └─Easter Eggs
              ├─数据文件
              │  ├─刻印
              │  ├─套装
              │  │  └─目镜
              │  ├─属性
              │  ├─种族值
              │  ├─称号
              │  ├─设置
              │  └─魂印特训
              ├─记录文件
              │  ├─属性表格
              │  └─精灵培养
              └─资源文件
    

项目更新

2020.07.03

  1. 基础功能迁移——刷新、静音、变速
  2. 简单脚本迁移——一键勇者之塔脚本

2020.07.04

  1. 变速窗口完善
  2. 普通脚本全部迁移

2020.07.05

  1. 增加巅峰脚本、圣瑞脚本
  2. 增加nono提示-绿火、巅峰阵容截图(有待优化)

2020.07.06

  1. 增加六界神王殿脚本
  2. nono提示优化(全方位)
  3. 增加一键换背包

2020.07.07

  1. 增加精灵技能快查与对战精灵识别
  2. nono优化
  3. 增加垃圾回收机制

License

GNU GPL v3.0

GNU GPL v3.0

View official GNU site http://www.gnu.org/licenses/gpl.html.

OSI

View the Open Source Initiative site.

seer_logon's People

Contributors

starlitnightly avatar

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.