Kết quả 1 đến 2 của 2
Chủ đề: Add NewPets Emu Season 4
-
04-11-17, 06:47 PM #1
Add NewPets Emu Season 4
Well this code was posted by Nemesis a long time ago I just changed the offsets to the main 1.05D, but for it to be 100% functional it would need to fix the Pet Moviment, MakePreview, Desipação, HP Bar and Position in inventory!
I have already set the Moviment, Desipação, HP Bar, Position in inventory and size inventory .... but still fixed still the MakePreview and the function of movement q I created this presenting a bug, it is duplicating the movement and passing to all the mounts as you can see in the video!
I will leave the source to add new pet, but my move function, who managed to fix the MakePreview and take the bug from the move will help mto
PetHook.h
Code:#define ItemId(x, y) ((x * 512) + y) #define pPreviewPetThis *(DWORD*)0x0079B9D48 #define LODWORD(h) ((DWORD)(__int64(h) & __int64(0xffffffff))) enum eBugType { New_Pet= 7551, }; typedef void (__thiscall *ObjCreatePet)(int ItemId); extern ObjCreatePet gObjCreatePet; // -- typedef int (__cdecl *ObjCreateBug)(int BugId, int Arg2, int Arg3, int Arg4, int Arg5); extern ObjCreateBug gObjCreateBug; // -- void gObjCreatePetExHook();
Code:#include "stdafx.h" #include "PetHook.h" #include "Util.h" #include "Defines.h" #include "TMemory.h" #include "ToolKit.h" ObjCreateBug gObjCreateBug = (ObjCreateBug)0x004A8271; ObjCreatePet gObjCreatePet = (ObjCreatePet)0x00734652; void gObjCreatePetEx(int ItemId) { int ItemSwitch = *(WORD*)ItemId; int PetPreview = LODWORD(pPreviewPetThis) + 612; // ---- switch (ItemSwitch) { case ItemId(13, 76): gObjCreateBug(eBugType::New_Pet, PetPreview + 252, PetPreview, 0, 0); break; // --- } gObjCreatePet(ItemId); } __declspec(naked) void PetMoviment() { _asm { CMP DWORD PTR DS:[EAX+0x030],0x1D33 JE SHORT Pet Pet: CMP DWORD PTR DS:[EAX+0x030],New_Pet JE SHORT Exit Exit: mov eax,0x004A9D22 jmp eax } } void gObjCreatePetExHook() { SetHook((LPVOID)gObjCreatePetEx,(LPVOID)0x007155DE ,ASM::CALL); SetHook((LPVOID)gObjCreatePetEx,(LPVOID)0x00732A1A ,ASM::CALL); ToolKit.WriteJmp(0x004A9D09,(DWORD)&PetMoviment); }
#include "PetHook.h"
gObjCreatePetExHook();
Demonstração NewPet mais bug MakePreview e Moviment
Créditos
Nemesis
Boris160Khách viếng thăm hãy cùng muonlinegr2 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
The Following 6 Users Say Thank You to muonlinegr2 For This Useful Post:
BladeKnight109 (04-11-17), KhongGianOL (26-11-18), myloveax (04-11-17), thanhluan_lndh (17-01-18), thuong10c8 (05-11-17), zthanhlong (04-02-19)
-
03-10-18, 07:38 PM #2
- Ngày tham gia
- Dec 2014
- Đang ở
- Đang Ở Trần Gian
- Bài viết
- 251
- Thanks
- 52
- Thanked 34 Times in 25 Posts
Ðề: Add NewPets Emu Season 4
cái này chế ra pet ss cao vao SCF dc ko ta hay là phải mò code ben source ss cao ta
Khách viếng thăm hãy cùng tieugiao xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
[MU] eMU Season 6 [CUSTOM]
Bởi muonlinegr2 trong diễn đàn ReleasesTrả lời: 44Bài viết cuối: 22-10-17, 08:44 AM -
[MU] Xin hướng dẫn add event blueevent cho emu
Bởi tunsmile trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 1Bài viết cuối: 08-09-17, 11:46 PM -
[MU] Help me add Antihack EMU
Bởi nuiystem trong diễn đàn Hỏi Đáp/ Yêu CầuTrả lời: 3Bài viết cuối: 30-04-17, 07:55 PM -
Season 4 FULL + Season 5, Season 6 (Simple)
Bởi ViperMUHN trong diễn đàn ReleasesTrả lời: 117Bài viết cuối: 05-05-12, 03:25 PM -
Hướng dẫn cài EMU SERVER AION phiên bản 2011, chưa mới nhất
Bởi kelalung trong diễn đàn Các Server Không Nằm Trong BoxTrả lời: 1Bài viết cuối: 14-04-12, 07:08 PM