⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ctt_proto.cpp

📁 This programm is proxy server for ragnarok online game. Also it s can be use as bot. It control all
💻 CPP
字号:
#include "../win_and_sock.h"
#include "../buffers.h"
#include "../data.h"

#include "ctt_proto.h"
#include <stdio.h>

#include "proto.h"
#include "stt_proto.h" // for send_SERV_Redirect
#include "ttg_proto.h" // for send_dump
#include "../packet_db.h"

//#include "../bots/bot.h" // bot_parse_ctt

char ctt_s[256];

int ctt_block_packet;

// forward declarations
void send_SERV_Redirect(ParsePoint * pp);

// *** thread ***
int ctt_parse()
{
	WORD pc_id = 0;
	int pc_len = 0;
    int count_rbuf = count_rb(&ctt);
    if(count_rbuf<2) // 2=minimal size of a packet
        return 0;
//殷

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -