-
[Tutorial] Make Client Run only with w/e launcher u want
Ok
here a TUT to make ur Launcher unbypassable
1st = Encrypt ur client
2nd= Build launcher
3rd = Hexedit Launcher and Runnable and edit I_hate_hacker
to wat ever u want note it must be the same in both
4th=Disable skip_update in ur launcher
5th = Pack exe's and make it uneditable
Note:-
I_hate_hacker is the Serialkey for My Runnable as well as for the official client
^_^
wont go much easier than this :D
Will update thread much better later
got to go to sleep
:(
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Looks good!
EDIT: But i t may be a little bit more clear
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
this is 1 way u can do it which will now fail =/
Quote:
4th=Disable skip_update in ur launcher
there r ways to skip update even with that gone
Quote:
5th = Pack exe's and make it uneditable
not hard to get the info even with it packed
also anything packed can be unpacked
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
kewl w8ing for more updates
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Anything on making the client only run with custom launchers?
Example : My own coded launcher launching your Xiao client.
Tell me that, I'll release a launcher creator I guess.
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Well its difficult to bypass if u r using Dex anticheat
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Quote:
Originally Posted by
maxteam
Well its difficult to bypass if u r using Dex anticheat
nope still pretty simple
Quote:
4th=Disable skip_update in ur launcher
still a way around that
also as i stated before simple to get info
also wont have any effect towards dex, dex uses a md5 to detect alterations of the runnable not launcher and there r ways around md5 aswell
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Well then how do u bypass it ??
cant be done runnable sided if u use DEX
and there are some softwares which cant unpack the EXe's
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
thats eazy, PE Explorer but if you not careful you could fuck it up like i did time and time again lol
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Quote:
Originally Posted by
maxteam
Well then how do u bypass it ??
cant be done runnable sided if u use DEX
and there are some software which cant unpack the EXe's
there r ways to unpack em just a matter of knowing how and it depends on how its packed - rather it be simple as 1 software or matter of gaining the info to unpack by multiple programs
if they change the skip update or NOP it or just try and remove it will do nothing
as long as u can get ahold of the serial key i can get around the launcher
im not tryn to be rude or anything im just sayin taht its simple for a hacker to bypass
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
I\'m pretty sure there\'s a function in gunz that needs to end the process when the serialkey isn\'t correct. It\'s done in your runnable, but not in the default. And nothing is secure, my bank isn\'t secure either.
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
Quote:
Originally Posted by
Wizkidje
I\'m pretty sure there\'s a function in gunz that needs to end the process when the serialkey isn\'t correct. It\'s done in your runnable, but not in the default. And nothing is secure, my bank isn\'t secure either.
and how does this effect it... as i said before there r ways passed that and wut does ur bank have to do with anything...
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
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.
-
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.
Tyvm, that made my day. Do you know how to send the I_hate_hacker message with a custom launcher? (Coded in C#)
-
Re: [Tutorial] Make Client Run only with w/e launcher u want
-
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