Infinity
Fatih Güven   Bafra, Samsun, Turkey
 
 
Aucune information disponible.
Actuellement hors ligne
Activité récente
7,4 h en tout
dernière utilisation le 24 juil.
180 h en tout
dernière utilisation le 20 juil.
92 h en tout
dernière utilisation le 8 juil.
Commentaires
Rüzgar 26 juin 2019 à 14h06 
──────▄▀▄─────▄▀▄
─────▄█░░▀▀▀▀▀░░█▄ привет!
─▄▄──█░░░░░░░░░░░█──▄▄
█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
BAYCIL 23 nov. 2018 à 1h34 
; <COMPILER: v1.0.48.5>
F6::

Process = csgo.exe
DllName = client.dll
msgbox, WAIT WAIT WAIT

Process, Exist, %Process%
PID = %ErrorLevel%
SetFormat, Integer, Hex
Base := GetDllBase(DllName, PID)

start:=0x00000000
loop {
start:=start+0x1000
check:=ReadMemory(start+0x4,"Counter-Strike: Global Offensive")
check2:=ReadMemory(check,"Counter-Strike: Global Offensive")

if (check2==0x6574616D)


{

break
}
if (start>0xDDDDDDDD)
{
msgbox, Something went wrong O.o
}