EMO Style ForumPro - Hos Geldiniz
[Tutorial] How to auto-update addresses even after patches  Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
[Tutorial] How to auto-update addresses even after patches  Uyeols10
EMO Style ForumPro - Hos Geldiniz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Giriş yap

Şifremi unuttum

Istatistikler
Toplam 203 kayıtlı kullanıcımız var
Son kaydolan kullanıcımız: crayzboy76

Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Tarıyıcı
 Kapı
 Indeks
 Üye Listesi
 Profil
 SSS
 Arama
Arama
 
 

Sonuç :
 


Rechercher çıkıntı araştırma

RSS akısı


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Anahtar-kelime

loot  kutu  pointer  

Kimler hatta?
Toplam 5 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 5 Misafir

Yok

[ Bütün listeye bak ]


Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
» İnternetten Para Kazandıran Oyun ! Ödeme Alt Limiti Yok ! DEV KONU
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
[Tutorial] How to auto-update addresses even after patches  I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

[Tutorial] How to auto-update addresses even after patches

Aşağa gitmek

[Tutorial] How to auto-update addresses even after patches  Empty [Tutorial] How to auto-update addresses even after patches

Mesaj tarafından EMO Salı Mayıs 31, 2011 2:49 am

Tutorial 1: How to use signature scans

--------------------------------
1. Add this above the function you create in step 2:

Quote:

bool Compare(const BYTE* pData, const BYTE* bMask, const char* szMask)
{
for(;*szMask;++szMask,++pData,++bMask)
if(*szMask=='x' && *pData!=*bMask) return 0;
return (*szMask) == NULL;
}

DWORD Pattern(DWORD dwAddress,DWORD dwLen,BYTE *bMask,char * szMask)
{
for(DWORD i=0; i if (Compare((BYTE*)(dwAddress+i),bMask,szMask)) return (DWORD)(dwAddress+i);
return 0;
}


------------------------------

2. Make a function that calls your FindPatterns, and a global bool, and a global DWORD:

Quote:

DWORD Status;


void GetAddresses (void)
{
Status = Pattern((DWORD)GetModuleHandleA("CShell.dll"), 0x97D000, (PBYTE)"x71x37x50x94x71x37", "xxxxxx");
if(Status)
{
Status -= 0xA;
}
}


----------------------------------

3. In your main hack thread, add this before anything:

Quote:

static bool finished = false;
if(!finished)
{
GetAddresses();
finished = true;
Sleep(300);
}


--------------------------------------------

4. Now you may use your DWORD Status as an address:

Quote:

if(Status == 1)
{
/*
Do whatever you want to do. When (Status == 1), It means you are
ingame. You can use this method for ANY FindPatterns to get addresses.
*/
}


Note:
The signature scan in tutorial 1 is the sig for the Gamestatus address.
It has been used as an example. This method may be used for any other
signature scans. Credits to Jeffrey, mmbob and crash.


--------------------------
Tutorial 2: How to make signature scans

(first video was made by Jeffrey but it looks like he closed his account
so i remade the video and sorry for typing so slow but i watched TV
while i was making this video)





PresS ThankS! if that's helped you
EMO
EMO
EMO Team
EMO Team

Cinsiyet : Erkek
Burçlar : Yay
Yılan
Mesaj Sayısı : 184
Puan : 236943
Rep Puanı : 5
Doğum tarihi : 28/11/89
Kayıt tarihi : 18/05/11
Yaş : 34
Nerden : EMO world
İş/Hobiler : RCE Student / Game Hacking / Learn Beginner C#,C++,Delphi
Lakap : EMO

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz