RenTool - the CO Renaming Tool!

07/17/2006 23:16 andyY#91
RENAMER is very good at it ;p
07/29/2006 14:01 Alan_Ang#92
i am using cotobo... it seems that it doesnt work when cotobo is running... the CO windows did not get renamed...

anyone else having the same problem?
07/29/2006 19:27 scottyconna1991#93
wow great thx!!!!!
07/31/2006 04:58 Alan_Ang#94
Quote:
Originally posted by Alan_Ang@Jul 29 2006, 14:01
i am using cotobo... it seems that it doesnt work when cotobo is running... the CO windows did not get renamed...

anyone else having the same problem?
no cotobo users having same problems as me?
08/14/2006 03:17 shygoy#95
thnx +1 karma for u :P
09/04/2006 09:54 pocampo2006#96
Quote:
Originally posted by RENAMER@May 19 2006, 15:46
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;==> _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;==> _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;==> _MemWrite()

Func _MemClose($i_hProcess)
	
	$av_CloseHandle = DllCall('kernel32.dll', 'int', 'CloseHandle', 'int', $i_hProcess)
	Return $av_CloseHandle[0]
	
EndFunc;==> _MemClose()
how do i compile this. NVM i just did
09/04/2006 10:16 skinnykhalida#97
nice
09/08/2006 14:04 raffi#98
Thats koooool ty =)
09/17/2006 13:29 da_golem#99
ur tool is very usefull with prog4mers multiclient :)
10/13/2006 21:11 Fetaost#100
Sorry for double post :(
10/13/2006 21:11 Fetaost#101
This really rocks :)
10/14/2006 01:44 Night911#102
i dont understand , cuase you can only run 2 at a time right?
11/09/2006 09:56 blackbram#103
Thank you +1 carma
11/09/2006 15:59 lostorfound19#104
LOL yes you can only run 2 at a time IF

1. you are the good kid in school and always do what they tell you... there fore you are most likely to be a nark.. in that case we should kick your ass

2. you are really new to this forum and havnt seen anything called multiclient... in that case heres a link :)
[Only registered and activated users can see links. Click Here To Register...]


now you can log in as many toons as you want or... in my case my computer will allow

if i shut down EVERYTHING i can run 20 miners 10 bots and 1 play char but it ges kinda laggy
*shrugs* cant have everything *jerks and jumps across the screen*
11/12/2006 17:44 ~Luzifer~#105
yehaa when i run cotobo it renames my acc names=)
now my computer gets a bit more tidy ;)