RenTool - the CO Renaming Tool!

05/19/2006 03:01 RENAMER#1
UPTADED for LATEST PATCH on MARCH 5TH 2007

Enjoy ;)

PS: after more than 10k downloads, thanks peepz :D
05/19/2006 12:20 taru#2
scanned ...

File: CO_Renamer.zip

Status: MIGHT BE INFECTED/MALWARE (Sandbox emulation took a long time and/or runtime packers were found, this is suspicious. Normally programs aren't packed and don't force the sandbox into lengthy emulation. Do realize no scanner issued any warning, the file can very well be harmless. Caution is advised, however.) (Note: this file has been scanned before. Therefore, this file's scan results will not be stored in the database)
MD5 1a60b571da678dc5fd9fd26915712270
Packers detected: UPX, AUTOIT

Scanner results

AntiVir
Found nothing
ArcaVir
Found nothing
Avast
Found nothing
AVG Antivirus
Found nothing
BitDefender
Found nothing
ClamAV
Found nothing
Dr.Web
Found nothing
F-Prot Antivirus
Found nothing
Fortinet
Found nothing
Kaspersky Anti-Virus
Found nothing
NOD32
Found nothing
Norman Virus Control
Found nothing
UNA
Found nothing
VirusBuster
Found nothing
VBA32
Found nothing
05/19/2006 12:46 fady1wu#3
werry nice i was looking for something like this.
i was haveing truble white wat finding my char. fast
05/19/2006 15:03 RENAMER#4
I can post sourcecode... Its memory address reader only
05/19/2006 15:46 RENAMER#5
note that altought it has a memory read function, its not used. Because its an UDF.
Code:
Global Const $MEM_O = 0x8
Global Const $MEM_R = 0x10
Global Const $MEM_W = 0x20


While 1
	If WinExists("[Conquer2.0]") = 0 Then
 Exit
	Else
 $PID = _MemOpen($MEM_R, False, WinGetProcess("[Conquer2.0]"))
 $NAME = _MemRead($PID, 0x0057B43C, 16)
 WinSetTitle ("[Conquer2.0]","",$NAME)
	EndIf
WEnd
Func _MemOpen($i_dwDesiredAccess, $i_bInheritHandle, $i_dwProcessId)
	
	$ai_Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', $i_dwDesiredAccess, 'int', $i_bInheritHandle, 'int', $i_dwProcessId)
	If @error Then
 SetError(1)
 Return 0
	EndIf
	
	Return $ai_Handle[0]
EndFunc&#59;==> _MemOpen()

Func _MemRead($i_hProcess, $i_lpBaseAddress, $i_nSize, $v_lpNumberOfBytesRead = '')
	
	Local $v_Struct = DllStructCreate ('byte[' & $i_nSize & ']')
	DllCall('kernel32.dll', 'int', 'ReadProcessMemory', 'int', $i_hProcess, 'int', $i_lpBaseAddress, 'int', DllStructGetPtr ($v_Struct, 1), 'int', $i_nSize, 'int', $v_lpNumberOfBytesRead)
	
	Local $v_Return = DllStructGetData ($v_Struct, 1)
	
	$v_Struct = 0
	
	Return $v_Return
	
EndFunc&#59;==> _MemRead()

Func _MemWrite($i_hProcess, $i_lpBaseAddress, $v_Inject, $i_nSize, $v_lpNumberOfBytesRead = '')
	
	Local $v_Struct = DllStructCreate ('byte[' & $i_nSize & ']')
	DllStructSetData ($v_Struct, 1, $v_Inject)
	
	$i_Call = DllCall('kernel32.dll', 'int', 'WriteProcessMemory', 'int', $i_hProcess, 'int', $i_lpBaseAddress, 'int', DllStructGetPtr ($v_Struct, 1), 'int', $i_nSize, 'int', $v_lpNumberOfBytesRead)
	
	$v_Struct = 0
	
	Return $i_Call[0]
	
EndFunc&#59;==> _MemWrite()

Func _MemClose($i_hProcess)
	
	$av_CloseHandle = DllCall('kernel32.dll', 'int', 'CloseHandle', 'int', $i_hProcess)
	Return $av_CloseHandle[0]
	
EndFunc&#59;==> _MemClose()
05/20/2006 07:59 xDragoNx#6
Ahh, thanks I been looking for these type of renamers. +1 karma =D
05/20/2006 22:49 Fataladmin#7
this is very nice, i tried it.. but can anyone explain to me the advantages to using this?
05/20/2006 23:59 stormk#8
Quote:
Originally posted by Fataladmin@May 20 2006, 22:49
this is very nice, i tried it.. but can anyone explain to me the advantages to using this?
How about when you use alot of miners and want to check their items or if they are killed, then be able to switch to your main char/seller without checking every co instance.
05/22/2006 20:45 RENAMER#9
Glad you liked it :D
More to come!!!
[img]text2schild.php?smilienummer=1&text=Karmy *angelface*' border='0' alt='Karmy *angelface*' />
05/22/2006 20:53 prog4mer#10
very usefull ! n1ce! :cool:
05/23/2006 00:27 ElementalHero#11
thanks +karma
05/24/2006 16:58 RENAMER#12
Soon to release EXP monitor, good to plvl, may send XP to anywhere - MSN, CO Chat... post ur suggestions!
NOTE: EXP Monitor will read the XP needed to lvl up, the current XP you got and divide, giving you the exact percentage with 13 decimal cases after the floating point... Want sourcecode so someone helps me release it? (AutoIt)
05/24/2006 19:50 Childish#13
OMFG , Man thx alot , I was searching this thing for long time, Thx.
+1 karma !
05/24/2006 20:42 RENAMER#14
Thanks =P
05/24/2006 23:32 andyandy#15
with this tool, it seems like you can create a auto reconnector that will catch all the disconnects. hmm