mavzermete 1
mavzermete
romegames 1
romegames
InfernoShade 1
InfernoShade
Fethi Polat 1
Fethi Polat
Bvural41 1
Bvural41
noisiv 1
noisiv
Manwe Work 1
Manwe Work
shrpnl 1
shrpnl
Hikaye Ekle
Reklam vermek için turkmmo@gmail.com

Metin2 Hile İstek auto pickup cheat engine

  • Konuyu başlatan Konuyu başlatan hugochambel
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 23
  • Görüntüleme Görüntüleme 4K

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

knka şunu bizden biri sorsa böyle özenli cevap vermezsin , böyle bir huy var hepimizde neden bilmiyorum :)
Valla dostum ben potansiyal gordugum insanlara elimden geldigince yardimci olmaya calisiyorum, Gecen haftalarda egitim videosu bile paylastim yarim saatlik, fonksiyon cagirma uzerine. O yuzden yazdigini uzerime alinmiyorum, oyleleri de var.
benim anladığım şu , biz de faydalanalim biraz fırsat bulmuşken:p , senin dediğin oyunun source code sinde bulunan fonksiyon ve parametrelerini simule ederek o fonksiyonu çağır diyorsun , ama o cheat enginede ram memorysine read - write etmek istiyor pionter ve offsetlerle , dogru mu ?
arkadas memory write yaparak item pickup yapmak istemis sanirim, bende projesinin yapisini bilmedigim icin boyle bi cozumle geldim, sonra c# .net projesi oldugunu gorunce diger fikrimi soyledim. Oyun icinde hali hazirda ui fonksiyonlarindan birine itempickuppacket call kodunu aob kullanarak degistirebilir, en fazla memory write islemi boyle olabilir bana gore.
 
thanks, i already have a "bot" that is kinda working (the code is very mess up), only the autopickup wich is missing , but whit that info i think i gonna get it working fully.

Ekli dosyayı görüntüle 99348
U can’t call or hook game functions with .NET afaik u can do it with changing value of dinput and tricking the game u pressed that button.
 
Son düzenleme:
so for my solution i choosed c# send inputs based on a project that i found in github and whit the hint of drago01

 
You can't just simply memory write 0 to 1 or anyother values and expect it to call pickup function. You can manipulate ui functions runs in the bacground in runtime then use that function as a caller function to run pickup function but this is not the easiest aproach. When you pickup things let's say you are using "z" key to pickup the item on the ground, z key has eventlistener everytime it pressed, it will call the SendItemPickup function down below. On your cheat engine you should use the referenced strings then find the string named "SendItemPickUpPacket Error", so that will be your ItemPickup function, It will have mostly 4 call addresses on top of the "push ebp" find the one getting activated by z key using breakpoints. Then basically call the function using lua or .dll. That's simpler than it looks. If you don't understand what I am talking about basically don't even bother or pay someone to teach you

bool CPythonNetworkStream::SendItemPickUpPacket(DWORD vid)
{
if (!__CanActMainInstance())
return true;

TPacketCGItemPickUp itemPickUpPacket;
itemPickUpPacket.header = HEADER_CG_ITEM_PICKUP;
itemPickUpPacket.vid = vid;

if (!Send(sizeof(TPacketCGItemPickUp), &itemPickUpPacket))
{
Tracen("SendItemPickUpPacket Error");
return false;
}

return SendSequence();
}

Merhaba hocam, bu mesajınızdan yola çıkarak kendi pickup botumu yazdım, gayet de güzel çalışıyor. Merak ettiğim item filtreleme için nasıl bir yöntem izlemeliyim, birkaç register değerini break point atarak okumayı denedim de item kodlarına denk gelmedim. Sizce nasıl bir yol izlemeliyim, yardımlarınız için teşekkürler?
 
Merhaba hocam, bu mesajınızdan yola çıkarak kendi pickup botumu yazdım, gayet de güzel çalışıyor. Merak ettiğim item filtreleme için nasıl bir yöntem izlemeliyim, birkaç register değerini break point atarak okumayı denedim de item kodlarına denk gelmedim. Sizce nasıl bir yol izlemeliyim, yardımlarınız için teşekkürler?
Pickup botu dediğin şey pickcloseitem/pickcloseitemvector değilse zaten anlattığın şeyi yapabiliyor olman lazım sanki :)
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst