Compare commits
No commits in common. "8a81351b9567955a34160ba013d9c081d0582d6e" and "54c67fd38a248fc815bbcbccd48ed3a424333d30" have entirely different histories.
8a81351b95
...
54c67fd38a
|
|
@ -1,3 +0,0 @@
|
||||||
function Front_main(){
|
|
||||||
print("五国之前");
|
|
||||||
}
|
|
||||||
|
|
@ -270,5 +270,7 @@ Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) {
|
||||||
Timer.SetTimeOut(function ()
|
Timer.SetTimeOut(function ()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
print("111");
|
||||||
|
|
||||||
}, 1);
|
}, 1);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,11 +85,11 @@ class NativePointer extends Base_C_Object {
|
||||||
function write(value, type) {
|
function write(value, type) {
|
||||||
local Buf = blob(0);
|
local Buf = blob(0);
|
||||||
Buf.writen(value, type);
|
Buf.writen(value, type);
|
||||||
// local arr = array(Buf.len());
|
local arr = array(Buf.len());
|
||||||
// for (local i = 0; i< Buf.len(); i++) {
|
for (local i = 0; i< Buf.len(); i++) {
|
||||||
// arr[i] = Buf[i];
|
arr[i] = Buf[i];
|
||||||
// }
|
}
|
||||||
writeByteArray(Buf);
|
writeByteArray(arr);
|
||||||
}
|
}
|
||||||
|
|
||||||
function writeS8(value) {
|
function writeS8(value) {
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ try {
|
||||||
dofile("/dp_s/Front_main.nut");
|
dofile("/dp_s/Front_main.nut");
|
||||||
Front_main();
|
Front_main();
|
||||||
} catch (exception){
|
} catch (exception){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function sqr_main() {
|
function sqr_main() {
|
||||||
|
|
|
||||||
|
|
@ -548,7 +548,10 @@ _Hook_Register_Currency_Func_("0x0854755A", ["pointer", "pointer", "pointer", "p
|
||||||
Cb_WongWork_CItemUpgrade_Separate_Enter_Func <- {};
|
Cb_WongWork_CItemUpgrade_Separate_Enter_Func <- {};
|
||||||
Cb_WongWork_CItemUpgrade_Separate_Leave_Func <- {};
|
Cb_WongWork_CItemUpgrade_Separate_Leave_Func <- {};
|
||||||
_Hook_Register_Currency_Func_("0x0811E468", ["pointer", "pointer", "pointer", "pointer", "int"], Cb_WongWork_CItemUpgrade_Separate_Enter_Func, Cb_WongWork_CItemUpgrade_Separate_Leave_Func);
|
_Hook_Register_Currency_Func_("0x0811E468", ["pointer", "pointer", "pointer", "pointer", "int"], Cb_WongWork_CItemUpgrade_Separate_Enter_Func, Cb_WongWork_CItemUpgrade_Separate_Leave_Func);
|
||||||
|
// 随机值
|
||||||
|
Cb_CMTRand_randInt_Enter_Func <- {};
|
||||||
|
Cb_CMTRand_randInt_Leave_Func <- {};
|
||||||
|
_Hook_Register_Currency_Func_("0x080CBABE", ["pointer", "pointer", "int"], Cb_CMTRand_randInt_Enter_Func, Cb_CMTRand_randInt_Leave_Func);
|
||||||
|
|
||||||
// 发送绝望之塔APC
|
// 发送绝望之塔APC
|
||||||
Cb_TowerOfDespairMgr_SendAPCInfo_Enter_Func <- {};
|
Cb_TowerOfDespairMgr_SendAPCInfo_Enter_Func <- {};
|
||||||
|
|
@ -657,15 +660,11 @@ _Hook_Register_Currency_Func_("0x0832CCC0", "int", ["pointer", "pointer", "int",
|
||||||
Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Enter_Func, Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Leave_Func);
|
Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Enter_Func, Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Leave_Func);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function _Hook_Register_Currency_DelayHook_() {
|
function _Hook_Register_Currency_DelayHook_() {
|
||||||
//五国时的热点函数
|
//五国时的热点函数
|
||||||
//获取Item Rarity
|
//获取Item Rarity
|
||||||
Cb_CItem_get_rarity_Enter_Func <- {};
|
Cb_CItem_get_rarity_Enter_Func <- {};
|
||||||
Cb_CItem_get_rarity_Leave_Func <- {};
|
Cb_CItem_get_rarity_Leave_Func <- {};
|
||||||
_Hook_Register_Currency_Func_("0x080F12D6", ["pointer", "int"], Cb_CItem_get_rarity_Enter_Func, Cb_CItem_get_rarity_Leave_Func);
|
_Hook_Register_Currency_Func_("0x080F12D6", ["pointer", "int"], Cb_CItem_get_rarity_Enter_Func, Cb_CItem_get_rarity_Leave_Func);
|
||||||
|
|
||||||
// 随机值
|
|
||||||
Cb_CMTRand_randInt_Enter_Func <- {};
|
|
||||||
Cb_CMTRand_randInt_Leave_Func <- {};
|
|
||||||
_Hook_Register_Currency_Func_("0x080CBABE", ["pointer", "pointer", "int"], Cb_CMTRand_randInt_Enter_Func, Cb_CMTRand_randInt_Leave_Func);
|
|
||||||
}
|
}
|
||||||
|
|
@ -3,7 +3,6 @@ getroottable().DebugModelFlag <- false;
|
||||||
function InitPluginInfo() {
|
function InitPluginInfo() {
|
||||||
Sq_CreatCConnectPool(2, 4, "127.0.0.1", 3306, "game", "uu5!^%jg");
|
Sq_CreatCConnectPool(2, 4, "127.0.0.1", 3306, "game", "uu5!^%jg");
|
||||||
Sq_CreatSocketConnect("127.0.0.1", "65109");
|
Sq_CreatSocketConnect("127.0.0.1", "65109");
|
||||||
// Sq_CreatSocketConnect("49.234.27.222", "65109");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
BIN
lib/libAurora.so
BIN
lib/libAurora.so
Binary file not shown.
Loading…
Reference in New Issue