2019年4月25日星期四

Newest Best Supercars 2019-2021

World War Z ce code 修改器

Image

Game Version: 1.02 - CODEX


Ignore the "Activate Ingame" thing in the Main Code, you can activate the Script while in the Main Menu

Special Thanks to user alexa3149 for sharing his Pointers, i used the Values to make Instant reload, rapid Fire and NoSpread


For Changing Accountname:
Simply Change the name from "Nickname" to anything you want. This works only if your name is "Nickname" after changing the Name and disabling the Main Code, the Cheat wont work anymore. No idea if it saves the name after finishing a mission or if the game resets it on each game start.

For Credits:
Activate Main Code in main menu, went to class Tab, then fully went back to initial main menu, you should get 999999 Credits. (Disable cheat after that)
For No Collision:
this is very messy cheat, never activate while laoding, only ingame. Take Care, you migth get stuck after passing some areas.

For Instant Weapon Level-Up:
Activate this cheat while in the game, not in the main menu. After activate, press TAB and check the EXP. It shoudl say that you need only 1 EXP to level up. Kill 3 or 4 Zombies until it reaches LVL5. DISABLE the cheat after the end of the Match.
Image


And also very Important!!!:
BACKUP your Savegames! Just in case something corrupts your save files!
Path to SaveFile(s)
CODE: SELECT ALL
C:\Users\%USERNAME%\AppData\Local\Saber
For me everything works so far even after 200000 PC restarts
ATTACHMENTS
wwzRetailEgs.CT
WWZ Table by l0wb1t v1.02 CODEX *No Spread Added*
(57.24 KiB) Downloaded 129 times

2019年4月7日星期日

易语言 逐个分割文本

.版本 2
.支持库 spec

.子程序 _临时子程序
.局部变量 i, 整数型
.局部变量 t
.局部变量 分割后文本, 文本型
.局部变量 文本, 文本型

' 本名称子程序用作测试程序用,仅在开发及调试环境中有效,编译发布程序前将被系统自动清空,请将所有用作测试的临时代码放在本子程序中。 ***注意不要修改本子程序的名称、参数及返回值类型。
t = 取启动时间 ()
文本 = “本名称子程序用作测试程序用,仅在开发及调 试环境中有效,编译发布程序前将被系统自动清空,请将所有用作测试的临时代码放在本子程序中。 ***注意不要修改本子程序的名称、参数及返回值类型。”
分割后文本 = 取空白文本 (取文本长度 (文本) × 2)
.计次循环首 (1000000, i)
    逐字分割 (文本, “\”, 分割后文本)
.计次循环尾 ()
t = 取启动时间 () - t
调试输出 (t, 分割后文本)


.子程序 逐字分割, , 公开
.参数 文本, 文本型
.参数 分割符, 文本型, , 只能是一个字节的符号
.参数 分割后文本, 文本型

CallWindowProcA ({ 87, 139, 124, 36, 16, 49, 192, 49, 201, 138, 31, 56, 195, 116, 44, 71, 86, 139, 116, 36, 24, 138, 20, 56, 128, 250, 127, 118, 5, 136, 20, 49, 64, 65, 138, 20, 56, 136, 20, 49, 65, 136, 28, 49, 64, 65, 128, 60, 56, 0, 117, 225, 198, 4, 49, 0, 94, 95, 195, 139, 84, 36, 20, 198, 4, 17, 0, 95 }, 0, 1025, 分割符 + 文本, 分割后文本)





.版本 2

.DLL命令 CallWindowProcA, 整数型, "user32.dll", "CallWindowProcA"
    .参数 字节集, 字节集
    .参数 窗口句柄, 整数型
    .参数 消息类型, 整数型
    .参数 文本, 文本型
    .参数 buf, 文本型