Re: [Tutorial] Make Client Run only with w/e launcher u want
Quote:
Originally Posted by
ThievingSix
Open the gunz in olly.
Search all referenced text strings
search serialkey
go to the top of the function
replace the first line of the funciton with a "ret"
goto the address that calls the function
change the conditional jump below that to a jmp.
Save
Happy days you just made gunz run without a launcher.
Theres also another method to run without launcher
i mean the same olly dbg
but diff addresses
Re: [Tutorial] Make Client Run only with w/e launcher u want
Never tried. But as far as I know it just pastes the string into the clipboard.
Re: [Tutorial] Make Client Run only with w/e launcher u want
Launcher Side:
OpenClipboard(NULL);
SetClipboardData(1378, encriptedstring with seed algorithm);
CloseClipboard();
Launch GunZ.
GunZ Side:
OpenClipboard(NULL);
IsClipboardFormatAvailable(1378);
GetClipboardData(1378);
decrypt string and check the timestamp and some other strings
Re: [Tutorial] Make Client Run only with w/e launcher u want
Nice!
so this will make it unbypasable..
Re: [Tutorial] Make Client Run only with w/e launcher u want
Theres always a way to get passed it.
Re: [Tutorial] Make Client Run only with w/e launcher u want
Excellent!! Very nice
9/10 =)!
Re: [Tutorial] Make Client Run only with w/e launcher u want
Useful, if someone capable of bypassing it, hell yeah they are worth bypassing it!
Re: [Tutorial] Make Client Run only with w/e launcher u want
Re: [Tutorial] Make Client Run only with w/e launcher u want
Re: [Tutorial] Make Client Run only with w/e launcher u want
Lol this work xD
But if make my own launcher how did i include seriale ?
Re: [Tutorial] Make Client Run only with w/e launcher u want
Quote:
Originally Posted by
gregon13
thats eazy, PE Explorer but if you not careful you could fuck it up like i did time and time again lol
backups ftw
btw this is HARDLY tutorial... your telling people steps they already know they're supposed to do... how about showing them how to do it that would be a tutorial