Quote:
Originally Posted by HaMaDa..
$smodule = the process name
|
It's literally module name, not process name. You want to get base address of S4 therefore you get the module address for that, not process or whatsoever lol
Quote:
Originally Posted by HaMaDa..
We would use execute since execute is used for strings
|
Pure bullshit have any idea wtf this function does?
Quote:
Originally Posted by HaMaDa..
so now we gonna subtracts the address from the base address :
|
Wrong, you'll substract the base from the address
Quote:
Originally Posted by HaMaDa..
Code:
$Address = 0x00E0445f ;address of 000 hp
$base = _memorymodulegetbaseaddress(ProcessExists("S4Client.exe"),"S4Client.exe")
$Sub = $Address - $base ;5915743 is the result
no we gonna hexadecimal this number "5915743"
|
That "result" is for your own base but that's varies since the base address changes
Quote:
Originally Posted by HaMaDa..
Code:
$hexa = Hex($Sub,6) ;6 is the length
|
I doubt you have an idea why the length is 6 lol
Quote:
Originally Posted by HaMaDa..
now we have the base address just add S4Client.exe like this :
Code:
$de = "S4Client.exe+" & $hexa
msgbox(0,"BaseAddress",$de)
btw you need to use execute for the subtracts since your using strings.
|
Again you have no idea wtf execute does and you kept babbling about it but didn't use it on your code lmao
Quote:
Originally Posted by HaMaDa..
sorry for the late answer bec i didn't see your post i wish you understand the code.
|
Oh and you prolly did that to push the thread and that person already left s4
Have fun starting a shitstorm about this