Skip to content

Commit

Permalink
find some gay
Browse files Browse the repository at this point in the history
  • Loading branch information
0xn0ne committed Apr 4, 2022
1 parent 33ea323 commit 9335b4c
Show file tree
Hide file tree
Showing 18 changed files with 500 additions and 229 deletions.
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

简体中文 | [English](./README_EN.md)

为 2take1 用户开发的一个 lua 脚本,主要目标是提供快捷任务、提升公共战局体验
为 2take1 用户开发的一个 lua 脚本,主要目标是提供快捷任务、提升公共战局体验。主要是其它卖钱的脚本写得实在是太烂了,传送遁地,崩人自崩,乱七八糟的恶搞功能,代码结构太差。所以才有了这个脚本。

本项目参考了一些 [Keks-menu](https://github.com/kektram/Keks-menu) 的写法和用法。

Expand All @@ -20,8 +20,6 @@

# 运行样例

![images-01](./images/images-01.png)

### 功能预览

+ 在线玩家
Expand Down Expand Up @@ -73,7 +71,39 @@
+ 修改分红
+ 佩里科岛
+ 修改分红
+ 模式
+ 目标
+ 次要目标
+ 接近载具
+ 武器
+ 卡车位置
+ 侦察兴趣点
+ 全部干扰
+ 写入数据
+ 末日豪劫
+ 修改分红
+ 菜单设置
+ 保存设置
+ 保存设置

# 寻人启事

我真的没想到,我买个2T被骗了,拿月卡给我当永久卡卖。偏偏还看他是学生,像傻子一样抱着一丝信任。个人水平有限,没法溯源到这个人真实信息,如果有大佬看到请求帮忙找到骗子身份。

+ 游戏名:SuHeyi
+ SCID:130349842
+ 部分实名:\*柳城(不确定是否真实名字)
+ 微信号:wxid_5oaz4hf2cbm512
+ 微信名:苏河同志
+ 籍贯:云南昆明人

![images](./images/Screenshot_20220404_205437.jpg)
![images](./images/Screenshot_20220404_205458.jpg)
![images](./images/Screenshot_20220404_205542.jpg)
![images](./images/Screenshot_20220404_205604.jpg)
![images](./images/Screenshot_20220404_205625.jpg)
![images](./images/Screenshot_20220404_205641.jpg)
![images](./images/Screenshot_20220404_205702.jpg)
![images](./images/Screenshot_20220404_205720.jpg)
![images](./images/Screenshot_20220404_205736.jpg)
![images](./images/Screenshot_20220404_205753.jpg)
![images](./images/Screenshot_20220404_205806.jpg)
40 changes: 36 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,40 @@ This project is based on some [Keks-menu](https://github.com/kektram/Keks-menu)
+ Famous Diamond Casino
+ Modify Bonuses
+ Perico Island
+ Modified Bonuses
+ Doomsday Heist
+ Modify Bonuses
+ Modified Bonus
+ Mode
+ Objectives
+ Secondary Objectives
+ Approaching vehicles
+ Weapons
+ Truck location
+ Scouting points of interest
+ All jamming
+ Write data
+ Doomsday Hojack
+ Modify dividends
+ Menu settings
+ Save Settings
+ Save settings

# Search Notice

I really did not expect that I bought a 2T was cheated, take the monthly card to me as a permanent card sold. I was so surprised to see that he was a student and held on to a sliver of trust like a fool. The personal level is limited, can not trace to this person real information, if any big brother see request help to find the identity of the scammer.

+ Nickname: SuHeyi
+ SCID: 130349842
+ real name: \*柳城 (not sure if the real name)
+ WeChat ID: wxid_5oaz4hf2cbm512
+ WeChat name: 苏河同志
+ Place of origin: Kunming, Yunnan

![images](./images/Screenshot_20220404_205437.jpg)
![images](./images/Screenshot_20220404_205458.jpg)
![images](./images/Screenshot_20220404_205542.jpg)
![images](./images/Screenshot_20220404_205604.jpg)
![images](./images/Screenshot_20220404_205625.jpg)
![images](./images/Screenshot_20220404_205641.jpg)
![images](./images/Screenshot_20220404_205702.jpg)
![images](./images/Screenshot_20220404_205720.jpg)
![images](./images/Screenshot_20220404_205736.jpg)
![images](./images/Screenshot_20220404_205753.jpg)
![images](./images/Screenshot_20220404_205806.jpg)
179 changes: 129 additions & 50 deletions RockByte.lua

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions RockByteData/libs/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,11 @@ _Module.eve.n2h = {

_Module.cra_typ = {'kek', 'mmt'}

_Module.eve.crs = {
kek = {962740265, -1386010354, 2112408256, 677240627}
}
_Module.heist = {}
_Module.heist.cayo = {}
_Module.heist.cayo.mode = {126823, 131055}
_Module.heist.cayo.vehicle = {65283, 65413, 65289, 65425, 65313, 65345, 65535}

_Module.eve = {}

return _Module
Loading

0 comments on commit 9335b4c

Please sign in to comment.