Search:

Type: Posts; User: bkRy

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    2,259

    [Release] Zaczero thanks for pointing that out! Changed...

    Zaczero thanks for pointing that out! Changed file + VirusTotal links!
  2. C++ Finding Window and executing a Keyboard event

    So today I was bored and decided to make a Program which executes a Keyboard action, since I thought it might not be that hard...
    And I've came across some problems..

    1.It's not able to find the...
  3. Replies
    9
    Views
    2,259

    [Release] C++ only :)

    C++ only :)
  4. Replies
    9
    Views
    2,259

    [Release] Crack_Me V1 (Easy to Medium difficulty)

    Hello bkRy here:),

    so yesterday I saw a "Crack Me" made by Mezmaa and I decided to make one myself, so here it is!

    What do you need to find?
    ->You have to find the "correct" keys to get...
  5. Replies
    157
    Views
    21,044

    [Graphic Art] All of them look pretty cool! :)

    All of them look pretty cool! :)
  6. Replies
    9
    Views
    1,341

    [Graphic Art] I'd say a light CC wouldn't be bad aswell, but...

    I'd say a light CC wouldn't be bad aswell, but overall clean!:)
  7. Thread: Skype Tool

    by bkRy
    Replies
    9
    Views
    3,616

    [Release] Great work!:)

    Great work!:)
  8. Replies
    4
    Views
    2,127

    [Tutorial] You could also release a "how to crack XOR...

    You could also release a "how to crack XOR encryption" now! :)
  9. Replies
    48
    Views
    10,423

    [General] Well done, good for people who are new to that...

    Well done, good for people who are new to that stuff!
  10. Thread: HELP ME?

    by bkRy
    Replies
    1
    Views
    415

    [Help Request] Well I might not help but, what do you actually...

    Well I might not help but, what do you actually want to acquire with that?
    You just posted some random hex values and what offsets "they are".

    Could you please write what you are doing and what...
  11. Replies
    4
    Views
    5,028

    [Release] How to crack for "newcomers" with OllyDbg only: ...

    How to crack for "newcomers" with OllyDbg only:

    There are more than 1 way you could do this challenge, I'm just using the easiest "ones".

    "If you guys like this type of thing I can make some...
  12. Replies
    3
    Views
    688

    [Solved] Thank you, now I get how these argument calls...

    Thank you,
    now I get how these argument calls work in there + the overwritting :)!
  13. Replies
    3
    Views
    688

    [Solved] Pointer & putting values into the parameters

    So I've put x into () and gave it the value 1000, well after printing the value I got 0.
    1.Why isn't it outputting 1000?
    2.Why do I have to give test(i) the value "int i = 0;"? and why can't I use...
  14. Thread: no sdk threads?

    by bkRy
    Replies
    2
    Views
    524

    [Discussion] Instead of a thread with all those links we could...

    Instead of a thread with all those links we could just upload all important SDK's into one packed file and upload it on(whatever site.com)(and structure it of course).
    Or as you said a thread with...
  15. Replies
    1
    Views
    740

    [Help] GetModuleFileName & CopyFile

    int main(void){

    char path[MAX_PATH];
    HMODULE hModule = GetModuleHandle(NULL);
    if (hModule != NULL)
    { GetModuleFileName(hModule, path, (sizeof(path)));
    }
    CopyFile(path, "C:\\xyz", 0);...
Results 1 to 15 of 16