Infinity
Fatih Güven   Bafra, Samsun, Turkey
 
 
No information given.
Currently Offline
Recent Activity
7.4 hrs on record
last played on 24 Jul
180 hrs on record
last played on 20 Jul
92 hrs on record
last played on 8 Jul
Comments
Rüzgar 26 Jun, 2019 @ 2:06pm 
──────▄▀▄─────▄▀▄
─────▄█░░▀▀▀▀▀░░█▄ привет!
─▄▄──█░░░░░░░░░░░█──▄▄
█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
BAYCIL 23 Nov, 2018 @ 1:34am 
; <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
}