冰楓論壇
標題:
分享 [全圖錢袋] VC++寫法
[打印本頁]
作者:
BeeBan
時間:
2024-6-3 11:10
標題:
分享 [全圖錢袋] VC++寫法
雖然說 [錢袋功能] 已有大神在版上分享了,不過我還是在分享一下 在VC++中該如何編寫此功能
BYTE Lucci2[128]; //空間
void NPCLucci(int p_x, int p_y)
{
__asm
{
lea ecx, Lucci2
push 0x91
mov eax, 0x0096D31D
call eax
push 0x3D
lea ecx, Lucci2
mov eax, 0x00B4C5D0
call eax
push p_x
lea ecx, Lucci2
mov eax, 0x00B4C530
call eax
push p_y
lea ecx, Lucci2
mov eax, 0x00B4C530
call eax
lea eax, Lucci2
push eax
mov ecx, 0x00FF94CC
mov ecx, [ecx]
mov eax, 0x00A7C7AC
call eax
}
}
void allItemAll()//地圖XY格數
{
int p_x, p_y;
for (p_x = 0; p_x <= 14; ++p_x)
{
for (p_y = 0; p_y <= 14; ++p_y)
{
NPCLucci(p_x, p_y);
}
}
}
寫法://這邊用按鈕來做示範
System::Void BnBHook::MyForm::button13_Click(System::Object^ sender, System::EventArgs^ e)
{
allItemAll();
}
作者:
HuyHoàng
時間:
2024-6-22 19:00
你可以使用 "Cheat Engine" 來執行這個操作嗎?
如果不叫出金錢袋 "lucci" 而叫出其他物品會怎麼樣呢?
比如撒釘子或其他東西
真有趣
歡迎光臨 冰楓論壇 (https://bingfong.com/)
Powered by 冰楓