So...you leeched off a leecher himself, and not only that you leeched , But you are also claiming credit that you are the creator of the hack. The founderQuote:
I use autoit... Not ASM And i already knew AutoIT Knowledge..Quote:
There has to be some cult going on here. Because this nigga can only code shit on VB, theres no way he can learn asm this fast.
Quote:
So you're not using this
75 07 B8 ?? ?? ?? ?? EB ?? 6A 01
or you're actually using an address like a real noob ?
(AoB scan is toooo hard)
[Only registered and activated users can see links. Click Here To Register...]Quote:
Step29 Please show me the real thread.
"Autoit knowlegdes" wtf what ..don't need to declare variable and use nomadmemory.au3 ..it's so easy to make a real namechanger with it ..just need some asm skills to understand it :>Quote:
Step29 Please show me the real thread :)
I use autoit... Not ASM And i already knew AutoIT Knowledge..
I dont use a "NoName"Hack its a hack with no name like said in the thread
Like i said...
I am a beginning hacker i dont know anything else then addresses..
I can send u the AutoIT Script if ya want to...
I dont have skills in asm.. read my last replyQuote:
"Autoit knowlegdes" wtf what ..don't need to declare variable and use nomadmemory.au3 ..it's so easy to make a real namechanger with it ..just need some asm skills to understand it :>
So let's go remove autoit from your computer and install visual studio..hf
[ENABLE] alloc(newmem,2048) label(returnhere) label(originalcode) label(exit) alloc(changthistoyourname,1337) AOBscan(addy,75 07 B8 ?? ?? ?? ?? EB ?? 6A 01) registersymbol(changethistoyourname) newmem: mov eax,changethistoyourname jmp exit originalcode: mov eax,010E2010 exit: jmp returnhere addy: db 90 90 jmp newmem returnhere: changethistoyournameyouwant: db 75 75 75 [DISABLE]
75 07 B8 ?? ?? ?? ?? EB ?? 6A 01 <- detoure ->Quote:
Use this if you can't find the symbol.(by pressing ctrl+u) [Only registered and activated users can see links. Click Here To Register...] You can also just add the address manually as string(3) or Array Of Bytes with the same nameCode:[ENABLE] alloc(newmem,2048) label(returnhere) label(originalcode) label(exit) alloc(changthistoyourname,1337) AOBscan(addy,75 07 B8 ?? ?? ?? ?? EB ?? 6A 01) registersymbol(changethistoyourname) newmem: mov eax,changethistoyourname jmp exit originalcode: mov eax,010E2010 exit: jmp returnhere addy: db 90 90 jmp newmem returnhere: changethistoyournameyouwant: db 75 75 75 [DISABLE]