Added: 3 years ago
From: youhakim
Views: 39,308
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (81)

Sign In or Sign Up now to post a comment!
  • This is great. I may have to play it back a few times, but you did a great job! Google should give you some commission for this one!

  • any advice on how to crack a computer game?

    

  • Wtf..

  • erm this software doesn't seem to work on windows 7 x64

  • if ur going to video grow some balls ans speak or go back to jerking off in ur moms basement

  • most indians are hackerrrrrrs ... lol

  • Give me your KNOWLEGE!!! Pleaz..

  • wow! how genius of you!!

    i so hate math!! i hope i know how to do it... i don't understand a thing you showed T_T

    can you do the cracking for me.. pretty please @_@

  • finding URSoft's W32DASM program is the problem

  • helow can you crack business in a box softtware its soo difficult to crcack it try it plz

  • what is this language please

  • hey are you indian or pakistan

  • @besiputih1 No, he is moroccan

  • omg thats so cool!! you just did like 5 different things using several tools and all of which are hard by themselves

    and programing in notepad...you must have done this a lot to memorize the code and to do it so fast!!!!!!

  • Awesome, thanks. I thought it would be something like this but I never knew exactly how to do it. I guess manually changing the values works too but now I know how to make a patch, thanks again.

  • 5 stars!!!!

  • Hmm you forget close stream when you finish working with it

  • You should use OllyDBG, it allows you to quickly see where the jumps lead to, plus you can edit the code and run the program to see how it works.

    Check it out =)

  • @Nextrim I like OllyDBG, but I don't think it has an option to save your edits. I am new to this though, so I could be wrong.

  • wow.. awesome.......

  • it's good but if I were you I wuld have use hexadecimal editor and write 90 90 to nope the code in application then rename it as application2.exe...

    Maybe this is better because u showed C coding but using hex to create a "wares" was kinda old school cya youhakim

  • Thanks very much, even though it didn't really work for my program but now I have an idea on how to patch other programs!

  • where did you get you calculator at or is in slandered on vista 

  • The registration routine designed in this software varies in complexity, depending on how difficult the routine is designed by the programmer. The routines can be difficult to Crack, or they can be simple to allow Crackers of different levels of expertise to each Crack at their own level. When the software is designed with the soul purpose to be Cracked, to educate a Cracker, then it inherits the name "CrackMe". By definition, CrackMe's are allowed to be Patched, Cracked, Keygen'd and generally

  • Comment removed

  • ur sick...(in a good way!!!)

  • are you russian :D?

  • i've got bitdefender via a torrent and it comes with a patch. what i need is for someone to show me where to find the exe files and how to apply the patch. i know its a proper nooob question but i'm stuck.

  • Ok, if anyone needs computer help/tuts... pm me i will make a vid and show you how to do it along with uploading the file i made (if you needed a crack or program made) and i will pm u the link and url for video, so, ya... i want some pm's! also, i am now editing videos for ppl! but i will ask for something in return, usually, but something small... so PM ME!!!

  • "ok.. it is just a warning"... hehehe

    very good man.

    I wouldn't remember all that by heart as you do.

    5 stars

  • wish I could find URSoft W32dasm to download

  • please you help me!! crack/ hack software flash machine Ai, thanks for all

  • Can you learn us how to make a patcher in vb2008?

  • How you find text in c# coded Win32 program @ visual studio 8?!!!

  • Mate, please crack Cities XL :-(

  • Omg! Nice Programing Skills!

    Thanks Just What i looked for :)

  • Nice video. But what does this have to do with massage?

  • it would be much easier to find the offsets in a hex editor and nop the two values....

    great video anyways!

  • noor, the reason he does it this way is to show you how to make a patching executable. As in, a patch you could give to other people to crack a program with a mouse click. Do you think the average person knows how to use a debugger and do this themselves? Nope. :) And that's why companies make patches for their own software. Do you think they'll tell their customers to open it in Olydbg and patch X, Y, Z addresses with different commands? Heheh... ;)

  • lol i love ur accent :P

    prety nice tut 5/5 :)

  • can u make a patch to stickman 5.2.39 plzzzzzzzzzzzzz i wanne make cartoon but dont have any money

  • this this this this this this hhhhhhhhhh

  • nice coding skills

  • jajjajajajaja

  • WOW !!!!!!! You are so awsome !!!! Please can you tell me where you learned to do these things??? AI am a newbe here.Please can you tell me how can i become like you?Where should i begin? Can you tell me any links?

  • GOOD TUTORIAL HAKIM! THANK YOU!

  • this person is awsome!!! bro pls tell me

    did patch.exe made changes in memory or in exe file?

  • In the exe of corse.

  • huh.. i did not understand a single word you said and you go WAY too fast. and that is only how to crack crackme's not programs.

  • yes , he goes fast and he has a lot of pronunciation problems but still i dont find that hard to follow and he has very good insights and explains evrything in a way that is not boring to listen and as pointed out he has awesome skills And ofc you need to have some skills yourself to understand some things , but no knowledge comes magically too you

    tl;dr: he is awesome and has haxors skills and i am pretty drunk

  • I am really surprised to see real information on you tube !

  • Youhakim, I'm definitely your disciple. Your computer skills are awesome!!! I'm studying computer engineering and your videos are totally inspiring. Great work!

  • awesome tutorial!

  • Thank I'm a programmer myself (still in college) and you made it really clear and simple thanks!

  • riiigghhhttt.......

  • i have no idea what u just did but it looked really cool =)

  • I'm jealous of your code writing abilities; what a brain. You're the man! Thanks a lot, youhakim.

  • Great video Hakim! Very well explained. If you could do another video about how to create a key-generator, that would be awesome!

  • sssuussshhh... OneOfTheNerds try to accept someone's time and hardwork into their work

  • thank you very much for this fantastic video, I was looking all over internet for a tuto for software patching thanks again

  • Sorry for the dubbelpost but i saw it later on :p why you create a char array with the values 144 144 while they both are integers.

  • Because in C, you can specify a charactere by the charactere itself or its equivalent ASCII code which is an integer, and the compiler does the translation for you.

  • ok thank you :D

  • @youhakim It's the reverse! The compiler does the translation when you use ASCII characters, from the character to its corresponding ASCII code. When you enter a value directly, the compiler simply uses that value.

    BTW: 144 is not a valid ASCII character. ASCII = [0,127], and not a valid char value neither (it will overflow). You should use 'unsigned' modifier for scientific purposes :).

  • i love your videos hakim :D

  • Ah! Nice tutorial :D

  • Once again, awesome tutorial.

  • Very nice tutorial, keep up the good work :) helps a lot

  • thanks a lot !!

    really interesting like all your others videos

  • yes this is what i want :)

    this video gave me many ideas

    thnx again!

  • Thanks DarkInjection, it was your question that made me make this video in the first place!

  • I have a similar question to eddeathonation's one:

    I'm currently learning to program in c#.

    Now, if i want to do cool stuff like you did in this video do i need to learn c++ or c?

    or is it possible to do this in c# too?

    Thank you very much!

  • dima9917, Absolutely yes, C# is a cool language and please don't let my videos distract you, believe it or not, I use and love VB NET and ASP NET.

  • i hear all the time that for game development and some more complex stuff they use only c++ or c.

    Is there anything that can be done in c++ and can't be done in c#?

    I read a news article few days ago about how in NASA they program code with instructions of how to move and anylize material and send it to their robot in mars and all the code done in c...

    It seems to me that all the cool stuff is done in c or c++ ....

    Correct me if im wrong.

    Thanks!!

  • Yupe!usually 3D games are made in C++,and precisely using OpenGl, DirectX, .. and other 3D librairies with C++, But that doesn't mean you can't program games in c#, though frankly if I want to be a game programmer I will go for C++ because there is so much online documentation, and so many books about c++ and openGL or DirectX and even source code of entire cool and amazing 3D games is available for free, but c# is cool too and can be used to program business applications in very short time.

  • Thumbs up again youhakim!! Great vid.

    Just a quick question, I'm planning on doing alot of programming this summer, and at the moment I have basic knowledge of c++, I've noticed in your videos you use c a lot.

    Should I be learning c or c++, or does it make a difference?

    Thanks very much!

  • eddeathonation, I think most if not all C++ programmers know C because C in a way is the base of C++ and structures in C have many things in common with the c++ classes, and I suggest you learn both! that's not as hard as it sounds :)

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more