[Release] Silkroad Memory Reducer - old tool but useful
Discussion on [Release] Silkroad Memory Reducer - old tool but useful within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
[Release] Silkroad Memory Reducer - old tool but useful
Hello Epvpers
i've made this tool back to 2011
this tool reduces sro_client.exe / other clients name usage from ram every 3 ~ 5 minutes
i've made this tool with AutoIt in that time ..
maybe its still useful for someone so i deiced to release it here
virus total links :
Edit : it has some false positive virus so USE IT IN YOUR OWN RISK
first , after few seconds it will grow up again .. it's just a peace of shit
second , don't say you made it , and give credits the real creator of it (Schlampe)
third , this is the real creator's release :
4th , this is the autoit codes just run it in a script
32bit
While 1
$v_SroProcesses = ProcessList("sro_client.exe")
For $i = 1 To $v_SroProcesses[0][0]
$v_ProcInfo = ProcessGetStats($v_SroProcesses[$i][1])
If IsArray($v_ProcInfo) Then
If ($v_ProcInfo[0] / 1024 >= 100000) Then _SM_CleanRam($v_SroProcesses[$i][1])
EndIf
Next
Sleep(5*60000) ;It will release ram once every 5 minutes you can change this to whatever you like
WEnd
Func _SM_CleanRam($iPID = -1)
If $iPID <> -1 Then
Local $hHandle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $iPID)
Local $hReturn = DllCall("psapi.dll", 'int', 'EmptyWorkingSet', 'long', $hHandle[0])
DllCall('kernel32.dll', 'int', 'CloseHandle', 'int', $hHandle[0])
Else
$hReturn = DllCall("psapi.dll", 'int', 'EmptyWorkingSet', 'long', -1)
EndIf
Return $hReturn[0]
EndFunc ;==>_SM_CleanRam
While 1
$v_SroProcesses = ProcessList("sro_client.exe")
For $i = 1 To $v_SroProcesses[0][0]
$v_ProcInfo = ProcessGetStats($v_SroProcesses[$i][1])
If IsArray($v_ProcInfo) Then
If ($v_ProcInfo[0] / 1024 >= 100000) Then _SM_CleanRam($v_SroProcesses[$i][1])
EndIf
Next
Sleep(5*60000) ;It will release ram once every 5 minutes you can change this to whatever you like
WEnd
Func _SM_CleanRam($v_ProcessPID)
If @OSArch <> "X86" Then
Local $h_ProcHandle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', BitOR(0x0400, 0x0100), 'int', False, 'int', $v_ProcessPID)
$v_Return = DllCall("psapi.dll", 'int', 'EmptyWorkingSet', 'long', $h_ProcHandle[0])
DllCall('kernel32.dll', 'int', 'CloseHandle', 'int', $h_ProcHandle[0])
Return $v_Return
EndIf
Return 0
EndFunc
5th , if you can't do something with your self . don't Rerelease something and try to act like you who made that thing , bcz ofcourse someone knows the real creator not only you.. i hope you understand now .
understood ??! i don't think so
[Release] Dekaron Memory Reducer 10/05/2011 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 27 Replies Well is time to release my little application made in Autoit which is going to reduce memory of Dekaron process by 70-80 % every 10 minutes when Dekaron window is minimized. This is good for people who using multiple Dekaron clients at the same time and can be used when you are afk shopping, afk botting etc without affecting the game. Remember that when 1 of Dekaron windows is focused, the process of reducing memory of that window focused will not work cause this will affect the gameplay and is...