google-site-verification: googlebaca44933768a824.html How to crack 90% of stupid V!P Cheats - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

How to crack 90% of stupid V!P Cheats

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to crack 90% of stupid V!P Cheats

    Ok people, since i'm sick of these sites using THE SAME FUCKING antileak over and over i show you how to crack it. If you don't know what i mean, i mean this:

    Code:
    bool Verified()
    { 
    
    	DWORD nSize;DWORD nSize2;int nSize3;DWORD lVolSerialNbr=0;
    	char cUsername[255] = "";char cComputername[255] = "";char cComputerhost[255] = "";char sHDSerial[255] = "";
    	nSize = sizeof( cUsername );nSize2 = sizeof( cComputername );nSize3 = sizeof( cComputerhost );
    
    	GetUserName( cUsername, &nSize );
    	GetComputerName( cComputername, &nSize2);
    
    	GetVolumeInformation( "C:\\", 0, 0, &lVolSerialNbr, 0, 0, 0, 0);
    	ultoa(lVolSerialNbr, sHDSerial, 10);
    
    
    	DWORD crcComputerName = crc32(cComputername);
    	DWORD crcUserName = crc32(cUsername);
    	DWORD crcHDSer = crc32(sHDSerial);
    	DWORD HardWareID = crcComputerName+crcUserName+crcHDSer;
    
    	int asdf = HardWareID;
    
    #define AddUser( HWID , Name )									\
    	if (HardWareID == HWID)										\
    	{															\
    	return true;											\
    	}															
    	//-------------------------------------
    	//-------------------------------------
    	//-------------------------------------
    
    
    
    	AddUser(2678293199, Wakka);//Me
    	//AddUser(3704215055, Wakkaa);//Me
    	//AddUser(3627626398, Skittles);//danny
    	//AddUser(749159897, Jaybento);//Jayb
    	//AddUser(1031561783, chemical);//chemical
    
    	return false;
    }
    i just quickly copypasted it to my hack (notice nonames at HWID list xP) and called it like this:

    Code:
    if(!Verified())
    			FatalAppExit( NULL, "Skyh4x priv8 antileak:\n\nNOT VERIFIED!" );

    Now if i start my hack obviously skyh0oks private antileak tells me that im not verified o0

    Thank god every noob is so dumb to use apis soo blatant:

    Code:
    	GetUserName( cUsername, &nSize );
    	GetComputerName( cComputername, &nSize2);
    	GetVolumeInformation( "C:\\", 0, 0, &lVolSerialNbr, 0, 0, 0, 0);
    Just hook these apis and im sure 90% of all hacks will call this in their l33t antileak :<

    Ok, open up olly, attach to CSS, open up the Executable Window , click on kernel32.dll. Open up the Names Window ( CTRL + N ) and search for GetVolumeInformation! You will find two, *A and *W, breakpoint both just to be sure. You breakpoint both by clicking at them and clicking F2!


    Now let CSS run by clicking on the "Play" sign at ollydbg taskbar and attach your favourite VIP H0ok.

    Now your game should stop and your Olly should show PAUSED in the left upper corner. Now go to DEBUG -> Execute till User Code. Go to Execute till User Code again, don't ask me why. :D

    Now we are in the anti leak.

    Code:
    0FCA1F58     FF15 3840CA0F       CALL DWORD PTR DS:[<&KERNEL32.GetVolumeInf>; kernel32.GetVolumeInformationA
    0FCA1F5E     8B4424 0C           MOV EAX,DWORD PTR SS:[ESP+C]
    0FCA1F62     6A 0A               PUSH 0A
    0FCA1F64     8D9424 1C020000     LEA EDX,DWORD PTR SS:[ESP+21C]
    0FCA1F6B     52                  PUSH EDX
    0FCA1F6C     50                  PUSH EAX
    0FCA1F6D     FF15 DC40CA0F       CALL DWORD PTR DS:[<&MSVCR90._ultoa>]
    0FCA1F73     83C4 0C             ADD ESP,0C
    0FCA1F76     8D4424 18           LEA EAX,DWORD PTR SS:[ESP+18]
    0FCA1F7A     E8 E1FEFFFF         CALL XACESP.0FCA1E60                       ; CRC
    0FCA1F7F     8BF0                MOV ESI,EAX
    0FCA1F81     8D8424 18010000     LEA EAX,DWORD PTR SS:[ESP+118]
    0FCA1F88     E8 D3FEFFFF         CALL XACESP.0FCA1E60
    0FCA1F8D     8BF8                MOV EDI,EAX
    0FCA1F8F     8D8424 18020000     LEA EAX,DWORD PTR SS:[ESP+218]
    0FCA1F96     E8 C5FEFFFF         CALL XACESP.0FCA1E60
    0FCA1F9B     8B8C24 18030000     MOV ECX,DWORD PTR SS:[ESP+318]
    0FCA1FA2     03C7                ADD EAX,EDI                                ; ADD
    0FCA1FA4     03C6                ADD EAX,ESI
    0FCA1FA6     5F                  POP EDI                                    ; 00202680
    0FCA1FA7     3D CF82A39F         CMP EAX,9FA382CF                           ; COMPARE
    0FCA1FAC     5E                  POP ESI                                    ; 00202680
    0FCA1FAD     0F94C0              SETE AL                                    ; SET RETURN VALUE BASED ON CMP-RESULT!
    0FCA1FB0     5B                  POP EBX                                    ; 00202680
    0FCA1FB1     33CC                XOR ECX,ESP
    0FCA1FB3     E8 93080000         CALL XACESP.0FCA284B
    0FCA1FB8     81C4 10030000       ADD ESP,310
    0FCA1FBE     C3                  RETN

    Okay, we just handle this one easy, we place a

    Code:
    MOV AL, 1
    RETN
    At the very beggining of the code,
    Or nop the call to FatalAppExit,
    Or place your own HWID in the CMP,
    Or patch the jump that jumps over the FatalAppExit:

    Code:
    0FCA1FD2     E8 D9FEFFFF         CALL XACESP.0FCA1EB0                       ; AntiLeak
    0FCA1FD7     84C0                TEST AL,AL                                 ; return value
    0FCA1FD9     75 0D               JNZ SHORT XACESP.0FCA1FE8                  ; if verified, jump over it, PATCH THIS TO A NORMAL JMP SO IT ALWAYS JUMPS
    0FCA1FDB     68 A443CA0F         PUSH XACESP.0FCA43A4                       ; ASCII "Skyh4x priv8 antileak:\n\nNOT VERIFIED!"
    0FCA1FE0     6A 00               PUSH 0
    0FCA1FE2     FF15 3C40CA0F       CALL DWORD PTR DS:[<&KERNEL32.FatalAppExit>; kernel32.FatalAppExitA

    Oh well, you see there are alot of ways..

    #2
    lol, good : )
    /* fibre */

    Comment


      #3
      Luls ,
      Nice Lawgiver :D
      Checkout my community.

      Comment


        #4
        lets fuckin' crack xD

        Comment


          #5
          <nevermind>

          good work, i guess.
          <&[myg0t]sp0rk>your little lungs is too small to hotbox with god

          See a Star? Add a Zero, now you can know him.

          Comment


            #6
            if(!Verified())
            FatalAppExit( NULL, "Skyh4x priv8 antileak:\n\nNOT VERIFIED!" );

            false

            ExitProccess(0);

            Comment


              #7
              Originally posted by entername View Post
              if(!Verified())
              FatalAppExit( NULL, "Skyh4x priv8 antileak:\n\nNOT VERIFIED!" );

              false

              ExitProccess(0);

              Comment


                #8
                Originally posted by Lawgiver View Post
                Just saying that is what mostly used

                Comment


                  #9
                  Originally posted by entername View Post
                  Just saying that is what mostly used
                  Just saying that FatalAppExit calls ExitProcess.

                  Comment


                    #10
                    Originally posted by Lawgiver View Post
                    Just saying that FatalAppExit calls ExitProcess.

                    Thanks for that upon msdn I found why it is superior to ExitProcess

                    Comment


                      #11
                      wicked man ive been looking for this tut everywheres and your the only one givin it lolz
                      make money to buy the new 1337 Royal Hack's!! http://bux.to/?r=marginnuts4131

                      Comment


                        #12
                        Hahah xD nice tut lol

                        Comment


                          #13
                          lol for idiots...who cant do this..you cant just replicate the auth process...and edit ur drivers/config file in order to point the ip/domain to a diff location..best if local imo

                          Comment


                            #14
                            thank you very much

                            Comment


                              #15
                              nice!

                              Comment


                                #16
                                I'm stucked at:

                                Now go to DEBUG -> Execute till User Code. Go to Execute till User Code again, don't ask me why

                                I cannot see any "Execute till user code" option -_-

                                Comment


                                  #17


                                  Don't see it? I'm using ollydbg 1.10. (;


                                  Oh, i highlighted the wrong thing, its the one below ;D

                                  Comment


                                    #18
                                    nice that work

                                    Comment


                                      #19
                                      Nice, cracking stuff is fun, especially these copy paste *ahem* VIP cheats :P

                                      Comment


                                        #20
                                        This wont work with pgcheats or? ^^

                                        Comment


                                          #21
                                          I love disassembling. Thanks for this guide.

                                          Comment


                                            #22
                                            Re: How to crack 90% of stupid V!P Cheats

                                            First of all i'd like to say im sorry to bump such an old thread, but since its something about this "anti-leak",
                                            i though it'll be better to use this thread than making a new one just to ask this small and quick question.
                                            Also i know this anti-leak is kinda shity and easy to reverse but i just want to use it as an anti-leech to prevent my friends who dont know anything about coding and reversing in general to share the program
                                            i made for us, so it doesnt matter that's easy to reverse.

                                            So now heres the question, could any of you guys give me the correct crc32 class, or at least point me to some site where i'll find it? I tried various crc32.h include with no success, and in case you'd like to know my code is similar to the one in the first post but with some api protection im checking some other info related to the computer too.

                                            Thanks to anyone who even just took the time to read my 'small' post wich turned out to be kinda long, and thank you even more to anyone who'll be trying to help :)

                                            Comment


                                              #23
                                              Re: How to crack 90% of stupid V!P Cheats

                                              Originally posted by TheRandomGuy View Post
                                              First of all i'd like to say im sorry to bump such an old thread, but since its something about this "anti-leak",
                                              i though it'll be better to use this thread than making a new one just to ask this small and quick question.
                                              Also i know this anti-leak is kinda shity and easy to reverse but i just want to use it as an anti-leech to prevent my friends who dont know anything about coding and reversing in general to share the program
                                              i made for us, so it doesnt matter that's easy to reverse.

                                              So now heres the question, could any of you guys give me the correct crc32 class, or at least point me to some site where i'll find it? I tried various crc32.h include with no success, and in case you'd like to know my code is similar to the one in the first post but with some api protection im checking some other info related to the computer too.

                                              Thanks to anyone who even just took the time to read my 'small' post wich turned out to be kinda long, and thank you even more to anyone who'll be trying to help :)
                                              if they are your friends , tell them not to share , if not , then they will leak it.
                                              IP: 93.127.228.26
                                              Mail: [email protected]

                                              Comment


                                                #24
                                                Re: How to crack 90% of stupid V!P Cheats

                                                ..............
                                                Last edited by xiNSANE; 11-04-2019, 03:47 AM.

                                                Comment


                                                  #25
                                                  Re: How to crack 90% of stupid V!P Cheats

                                                  @ATL4NT!X
                                                  Oh yea right i'm going to make a "p2c" site and shit even though i dont have any paypal/bank account for that matter nor i am interested in that kind of shit, so try to learn some stuff about me before saying this dum.... If i had i could've bought the cheat i want to buy since 4 freaking years.

                                                  @Hellhound
                                                  Anyway yes they're my friends but they leaked some stuff in the past, well to be exact they're my guild mate friends. So my trust in them is nowhere enough to give them anything not protected against leecher and this thing seemed like a good anti-leech (its not an anti-leak imo), since last time they shared something wich was meant to be private it was the case.

                                                  Ps: It not even an Hook, but a tool for a well known mmorpg.

                                                  Comment


                                                    #26
                                                    Re: How to crack 90% of stupid V!P Cheats

                                                    Originally posted by TheRandomGuy View Post
                                                    @ATL4NT!X
                                                    Oh yea right i'm going to make a "p2c" site and shit even though i dont have any paypal/bank account for that matter nor i am interested in that kind of shit, so try to learn some stuff about me before saying this dum.... If i had i could've bought the cheat i want to buy since 4 freaking years.

                                                    @Hellhound
                                                    Anyway yes they're my friends but they leaked some stuff in the past, well to be exact they're my guild mate friends. So my trust in them is nowhere enough to give them anything not protected against leecher and this thing seemed like a good anti-leech (its not an anti-leak imo), since last time they shared something wich was meant to be private it was the case.

                                                    Ps: It not even an Hook, but a tool for a well known mmorpg.
                                                    oh kay , then just dig up some old sources for example Nigwakka and c+p it.
                                                    IP: 93.127.228.26
                                                    Mail: [email protected]

                                                    Comment


                                                      #27
                                                      Re: How to crack 90% of stupid V!P Cheats

                                                      Originally posted by ATL4NT!X View Post
                                                      he needs it for his new p2c site, for your REAL friends you dont need a antileak feature.
                                                      isnt it pretty ironic that it was your hack that had the same public anti leak ( the one in this thread ) for a long time and everyone cracked it until you found out about codevirtualizer LOL

                                                      Comment


                                                        #28
                                                        Re: How to crack 90% of stupid V!P Cheats

                                                        Originally posted by Hellhound View Post
                                                        oh kay , then just dig up some old sources for example Nigwakka and c+p it.
                                                        Thank you Hellhound. I'll look out for Nigwakka one and i'll also try fixing my anti-leech in the meantime, once again thanks :)

                                                        Comment


                                                          #29
                                                          Re: How to crack 90% of stupid V!P Cheats

                                                          ..........
                                                          Last edited by xiNSANE; 11-04-2019, 03:46 AM.

                                                          Comment


                                                            #30
                                                            Re: How to crack 90% of stupid V!P Cheats

                                                            .........
                                                            Last edited by xiNSANE; 11-04-2019, 03:45 AM.

                                                            Comment


                                                              #31
                                                              Re: How to crack 90% of stupid V!P Cheats

                                                              Originally posted by ATL4NT!X View Post
                                                              old news

                                                              i dont even care to be honest.
                                                              Yes but YOU ARE NOT the one to criticize anyone in here, so do not do it please.

                                                              Comment


                                                                #32
                                                                Re: How to crack 90% of stupid V!P Cheats

                                                                Originally posted by ATL4NT!X View Post
                                                                wow your guild mate friends, fucking intresting.

                                                                dont send it, if you know that you cant trust them enough when they allready leaked something before.

                                                                stupid people these days.
                                                                DON'T FUCKING DOUBLE POST.

                                                                stupid people these days.
                                                                IP: 93.127.228.26
                                                                Mail: [email protected]

                                                                Comment


                                                                  #33
                                                                  Re: How to crack 90% of stupid V!P Cheats

                                                                  Well, is it in C++ or something, and what is the "Stupid VIP hacks"?
                                                                  My blog ;)

                                                                  Comment


                                                                    #34
                                                                    Re: How to crack 90% of stupid V!P Cheats

                                                                    Originally posted by ATL4NT!X View Post
                                                                    wow your guild mate friends, fucking intresting.

                                                                    dont send it, if you know that you cant trust them enough when they allready leaked something before.
                                                                    stupid people these days.
                                                                    @ATL4NT!X
                                                                    Yes they're not really trustworthy, but unlike you (im sorry but you seem like a butthurt kid who's raging at random guys) they're nice. Thats why i was looking for a way to share a small tool with them, and thanks to Hellhound for pointing me in the right direction its now working fine and ready to be shared with them.

                                                                    @Hellhound
                                                                    Thank you for helping me :)

                                                                    Comment


                                                                      #35
                                                                      Re: How to crack 90% of stupid V!P Cheats

                                                                      ...............
                                                                      Last edited by xiNSANE; 11-04-2019, 03:45 AM.

                                                                      Comment


                                                                        #36
                                                                        Re: How to crack 90% of stupid V!P Cheats

                                                                        good !!

                                                                        Comment


                                                                          #37
                                                                          Re: How to crack 90% of stupid V!P Cheats

                                                                          what might this work for exactly?
                                                                          Selling Legit/Inactive 5/6/7/8 Digit Steam accounts| League proofed and league clean!!

                                                                          Comment


                                                                            #38
                                                                            Re: How to crack 90% of stupid V!P Cheats

                                                                            thanks for that its rly sick!

                                                                            Comment


                                                                              #39
                                                                              Re: How to crack 90% of stupid V!P Cheats

                                                                              What "Private Anti Cheats" got this anti leek where i just can start the hack without loggin??`?
                                                                              Huh

                                                                              Comment


                                                                                #40
                                                                                Re: How to crack 90% of stupid V!P Cheats

                                                                                Originally posted by igember View Post
                                                                                What "Private Anti Cheats" got this anti leek where i just can start the hack without loggin??`?
                                                                                This is for VIP hacks, not anti-cheats.
                                                                                lolmaoman: Germans are born with a lifetime x22 login engraved into their birth certificates. True story.
                                                                                I DONT HAVE TEAMVIEWER AND IM NOT GOING TO GIVE ANY 24/7 ONLINE SUPPORT VIA STEAM, XFIRE OR OTHER IM PROGRAMS SO DONT BOTHER ASKING. THANKS.

                                                                                Comment


                                                                                  #41
                                                                                  Re: How to crack 90% of stupid V!P Cheats

                                                                                  Originally posted by mencore View Post
                                                                                  This is for VIP hacks, not anti-cheats.
                                                                                  Think he meant private cheats, but he will not know what to do with this code anyway so it doesn't really matter to him.


                                                                                  I am a bad man who doesn't waste time wondering what could have been when I am what could have been and could not have been.
                                                                                  I live on both sides of the fence; the grass is always green.

                                                                                  Comment


                                                                                    #42
                                                                                    Re: How to crack 90% of stupid V!P Cheats

                                                                                    Originally posted by Jayzen View Post
                                                                                    Think he meant private cheats, but he will not know what to do with this code anyway so it doesn't really matter to him.
                                                                                    I mean VIP hacks (my fault xD)
                                                                                    And yes, I understand that code and i wanted to try buy idk where to find one of these "Vip" hacks?
                                                                                    Huh

                                                                                    Comment


                                                                                      #43
                                                                                      Re: How to crack 90% of stupid V!P Cheats

                                                                                      can you show me or make a video how? i dont understand it :( add me over steam

                                                                                      steam: cukla1337

                                                                                      Comment


                                                                                        #44
                                                                                        Re: How to crack 90% of stupid V!P Cheats

                                                                                        i think you need to learn c++,lol i learning it ^^
                                                                                        but slowy




                                                                                        Comment


                                                                                          #45
                                                                                          Re: How to crack 90% of stupid V!P Cheats

                                                                                          y u buming threads from stoneage -_-

                                                                                          Comment


                                                                                            #46
                                                                                            Re: How to crack 90% of stupid V!P Cheats

                                                                                            2 questions

                                                                                            1. Can i use this to crack enhanced aim or x22, if i have the client
                                                                                            2. How do i get my HWID?
                                                                                            IP: 87.104.182.139
                                                                                            Mail: [email protected]

                                                                                            Comment


                                                                                              #47
                                                                                              Re: How to crack 90% of stupid V!P Cheats

                                                                                              Originally posted by reklameelefanten21 View Post
                                                                                              2 questions

                                                                                              1. Can i use this to crack enhanced aim or x22, if i have the client
                                                                                              2. How do i get my HWID?
                                                                                              Go to hell dude!
                                                                                              NO YOU CAN'T

                                                                                              Comment


                                                                                                #48
                                                                                                Re: How to crack 90% of stupid V!P Cheats

                                                                                                Originally posted by reklameelefanten21 View Post
                                                                                                1. Can i use this to crack enhanced aim or x22, if i have the client
                                                                                                No, of course not.
                                                                                                Originally posted by extern4ever
                                                                                                weaboo assburger world

                                                                                                Comment


                                                                                                  #49
                                                                                                  Re: How to crack 90% of stupid V!P Cheats

                                                                                                  which hacks can i crack then?
                                                                                                  IP: 87.104.182.139
                                                                                                  Mail: [email protected]

                                                                                                  Comment


                                                                                                    #50
                                                                                                    Re: How to crack 90% of stupid V!P Cheats

                                                                                                    search low hack xD

                                                                                                    Comment

                                                                                                    Working...
                                                                                                    X