Quote:
Originally Posted by bubblesuk
Well this was made by me since I wanted to play Silkroad and SunSro at the same time. This will be constantly updated by me with new features.
V1
------------
* MultiClient Enabled
* No Dc Enabled
Download Link: 
|
i've made a loader with a lot more features posted here :P
Edit:
lol just noticed this is my Loader -.-
fu**tard so this was made by u cuz u wanted to play with more clients?
funny thats its exactly my source...
Code:
PID = Run(@ScriptDir & "\sro_client.exe " & "0 /4 0 0")
$MID = _WINAPI_OPENPROCESS(2035711, False, $PID)
MEMWRITE(6500400, "EB")
MEMWRITE(6500508, "EB")
MEMWRITE(5998849, "EB")
MEMWRITE(5998811, "EB")
MEMWRITE(4945002, "EB")
MEMWRITE(5093364, "EB")
MEMWRITE(6168179, "EB")
MEMWRITE(6279787, "E9BF00000090")
MEMWRITE(8064717, "E9E800000090")
MEMWRITE(6586180, "EB")
MEMWRITE(6602324, "EB")
MEMWRITE(6622582, "EB")
MEMWRITE(6662125, "EB")
_WINAPI_CLOSEHANDLE($MID)
Func MEMWRITE($ADRESS, $HEX)
$BUFFER = 0
$STRUCT = DllStructCreate("byte[" & StringLen($HEX) / 2 & "]")
For $I = StringLen($HEX) / 2 To 1 Step -1
DllStructSetData($STRUCT, 1, BinaryMid("0x" & $HEX, $I, 1), $I)
Next
_WINAPI_WRITEPROCESSMEMORY($MID, $ADRESS, DllStructGetPtr($STRUCT), StringLen($HEX) / 2, $BUFFER)
EndFunc
your even to dumb to understand the source you've stolen since there is no nodc included....