DonanımHaber Mini sürüm 2 Ocak 2026 tarihi itibariyle kullanımdan kalkacaktır. Bunun yerine daha hızlı bir deneyim için DH Android veya DH iOS uygulamalarını kullanabilirsiniz.
Arkadaşlar, CheatEngine'den adresleri buluyorum oyunu kapat aç adresler değişiyor ! Bunun önüne nasıl geçerim ?
KODLARIM :
using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using ClassLibrary1;
namespace Ahyprn { /// <summary> /// Description of MainForm. /// </summary> public partial class MainForm : Form { public MainForm() { InitializeComponent();
Bellek adreslerinin her seferinde değişmesi çok normal. Oyunu kapatıp açtıktan sonrada o değere ulaşmak istiyorsan pointer kullanman gerekli. Yine internette araştırarak bulabilirsin.
KODLARIM :
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using ClassLibrary1;
namespace Ahyprn
{
/// <summary>
/// Description of MainForm.
/// </summary>
public partial class MainForm : Form
{
public MainForm()
{
InitializeComponent();
}
Class1 sp = new Class1();
void Button1Click(object sender, EventArgs e)
{
sp.StartHacking("Süper Pilot");
sp.WriteInt(0x31D319C, int.Parse(textBox1.Text),4);// BURAYI ÖĞRENDİM VİDEODAN
}
void Button3Click(object sender, EventArgs e)
{
sp.StartHacking("Süper Pilot");
sp.WriteInt(0x31CC190, int.Parse(textBox2.Text),4); // BUNUDA KENDİ ELLERİMLE YAZDIM. YANİ KODU EZBERLEDİM ARTIK BAŞKA OYUNLARA NASIL HİLE YEPABİLECEĞİMİ ANLADIM.
}
void Button4Click(object sender, EventArgs e)
{
MessageBox.Show("http://www.tamindir.com/20-adet-flash-oyun-paketi/ indirebilirsiniz !");//Bunuda mesaj yazdırmayı netten örğenmiştiştim. (NOT: FLASH OYUN SADECE DENEMEK İÇİNDİ)
}
}
}