Autoit how to creat hack

12/25/2013 23:12 fernandomoi#1
hi guys,
is that as you will see I'm trying to make a hack but when I finish it, I try and not serve me
I will leave the hack to be seen and repaired what this bad in my hack and then pass me when ready

THANKS

[Only registered and activated users can see links. Click Here To Register...]
:handsdown:
12/26/2013 03:35 rickthepick#2
Could you please add a VT report?

Thanks
12/26/2013 11:20 Kyshubi#3
PHP Code:
_memorywrite0x00526D04 $open"2348565977"" 4 Bytes"
This isn't "4 bytes" but "long"

PHP Code:
_memorywrite0x00526D04 $open"2348565977""long"
12/27/2013 07:06 fernandomoi#4
Quote:
Originally Posted by Kyshubi View Post
PHP Code:
_memorywrite0x00526D04 $open"2348565977"" 4 Bytes"
This isn't "4 bytes" but "long"

PHP Code:
_memorywrite0x00526D04 $open"2348565977""long"
Does that is my error?
12/27/2013 10:32 Kyshubi#5
Yes
12/27/2013 23:23 fernandomoi#6
oki THANKS MAN :)

hey man not work
12/28/2013 00:30 snow#7
Use
Code:
SetPrivilege("SeDebugPrivilege", 1)
and
Code:
_memorywrite( 0x00526D04 , $open, "2348565977", "long")
The first snippet acquires the required privileges (otherwise OpenProcess / WriteProcessMemory will fail) and the second one overwrites the op codes with your "4 byte values".
12/28/2013 15:09 Omdi#8
#moved
12/29/2013 00:13 fernandomoi#9
Quote:
Originally Posted by snow911 View Post
Use
Code:
SetPrivilege("SeDebugPrivilege", 1)
and
Code:
_memorywrite( 0x00526D04 , $open, "2348565977", "long")
The first snippet acquires the required privileges (otherwise OpenProcess / WriteProcessMemory will fail) and the second one overwrites the op codes with your "4 byte values".
Where do I put this code in the hack?
what for serving?
thanks to the reply of you :)

Code:
SetPrivilege("SeDebugPrivilege", 1)
12/29/2013 00:17 alpines#10
SetPrivilege should come right after the includes.
12/29/2013 00:24 fernandomoi#11
I do not understand you can put in code please
12/29/2013 15:14 SoulCr4ck#12
Quote:
Originally Posted by fernandomoi View Post
I do not understand you can put in code please
You must post it after the includes
Code:
#include <Try.au3>
And then the SetPrvillige..