Search:

Type: Posts; User: TrollerCoaster

Page 1 of 10 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    1,032

    [Discussion] You're not the first to think this, and it's an...

    You're not the first to think this, and it's an obvious thought in the realm of reverse engineering.

    Besides HGWC and XTRAP, there's also Themida which serves as an (un)packer and software...
  2. Replies
    20
    Views
    4,812

    [Info] Windowed Mode is Here ! ! !

    After 70,000 years, we finally have...



    https://i.imgur.com/LMIFJJ1.jpg

    /dance3
  3. Replies
    11
    Views
    1,329

    [Discussion] I get the most nostalgia hit when there's an M.M....

    I get the most nostalgia hit when there's an M.M. lobby. Except for this ugly red text.

    https://i.imgur.com/tkQuQJ1.png

    I remember glitches, blockers, the one shotters, no...
  4. Replies
    11
    Views
    1,103

    [Help] Lol this thread is trolling byte = BYTE 2byte...

    Lol this thread is trolling

    byte = BYTE
    2byte = WORD
    4byte = DWORD (DOUBLE WORD)
    8byte = QWORD (QUADRUPLE WORD)
    Float = float (4 bytes)
    Double = double (8 bytes)
    Array of byte = BYTE[]
  5. Replies
    1
    Views
    2,725

    miomio The best way to do this would be to...

    miomio
    The best way to do this would be to modify the main .exe thread.
    Make sure you save the thread handle from CreateThread in the DLL.
    Make an external function in the DLL called "isRunning"...
  6. Replies
    0
    Views
    1,149

    [C/C++ Tutorial] Object Systems in Plain C/C++

    All code is written for PLAIN C.

    This tutorial will briefly explain different types of object systems you can use in C or C++ and how to implement them.
    With these, you can implement object...
  7. Replies
    11
    Views
    865

    [Info] I miss when people would make more useful posts...

    I miss when people would make more useful posts in the discussions and not just "Look at my BM luck" threads.
  8. Replies
    15
    Views
    6,044

    Am I too late? I'm interested. Trying to add as a...

    Am I too late? I'm interested. Trying to add as a friend...
  9. [JavaScript Tutorial] How to: Object Multi Inheritance

    A lot of people have trouble making inheritable objects in JavaScript, but it is really simple. Note that you won't be able to inherit Java objects in Rhino, but this works really well for raw...
  10. [C/C++ Tutorial] giniyat101 I actually found a much better way in...

    giniyat101
    I actually found a much better way in pure C. I might be posting it here :)
    And it's okay, ASM used to be the only real programming language I knew.
  11. Replies
    7
    Views
    896

    [Help] There's seem to be many "errors" in the code, but...

    There's seem to be many "errors" in the code, but a logical error is within CreateThread and your #define Points4

    The 2nd parameter of CreateThread is stack space. Try CreateThread(0,4096...);
    ++...
  12. Replies
    3
    Views
    593

    [Help] I don't know exactly what you're asking, but.....

    I don't know exactly what you're asking, but..
    For finding things in a game:
    Cheat Engine - #1 Tool for game hacking
    OllyDbg - Very good for reverse engineering

    For more advanced hacks in a...
  13. [C/C++ Tutorial] Calling function pointers without definitions

    I've had this huge bug on me for the longest time in C++/C in that you cannot call abstract function pointers without defining the arguments like so:


    int (*func)(int arg1,char* fedup,int...
  14. try/catch is good if the return value is abstract...

    try/catch is good if the return value is abstract (can be any integer/string/etc); Otherwise, I would use if/else since it is faster and easier to check for errors. Laslod
  15. [Help] DWORD WINAPI Inject(LPVOID parblock) {...

    DWORD WINAPI Inject(LPVOID parblock)
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_DELETE))
    {
    LPTSTR strDLLPath1 = new TCHAR[_MAX_PATH];// get dll directory
    ...
  16. Replies
    26
    Views
    1,654

    I applied.

    I applied.
  17. Replies
    33
    Views
    1,250

    [Info] I am offended by this thread... NOT! But really I...

    I am offended by this thread... NOT! But really I am gay tehe
  18. Replies
    2
    Views
    1,928

    No one can really answer that question, but you...

    No one can really answer that question, but you can always read/write the IP register anyway through indirect methods on 16/32 bit anyway so it's not really needed.
  19. [Release] MegaCmd rev1.0 (Command Prompt with LoadLibrary)

    MegaCmd
    By TrollerCoaster / LudicrousProgrammer
    If you aren't familiar with batch programming, then this may not be of use to you.

    I always liked the simplicity and (potential) power of batch...
  20. Replies
    25
    Views
    5,263

    [Discussion] Or it could be (CrossFire Server ->) XTrap...

    Or it could be
    (CrossFire Server ->) XTrap Client -> XTrap Server -> Z8Games CF server
    The XTrap Client sends information about your client to the XTrap Server. It could then forward that...
  21. [Tutorial] [FASM/C/Windows]Importing libraries without any IATs (good for hacks)

    IAT = Import Address Table

    When I first decided to share this, I didn't know whether to release it under the Assembly/C or Tutorial section since it is mostly source code, but I am also trying to...
  22. Replies
    3
    Views
    3,022

    [Assembly Tutorial] Object-oriented assembly

    I used FASM Struct libs to demonstrate this and 16-bit assembly. This will also work for 32 bit assembly and it is possible to do this without struct libraries, which I show later.


    use16
    org...
  23. Replies
    19
    Views
    941

    HM / Daily Mission is your best bet. Also, don't...

    HM / Daily Mission is your best bet. Also, don't spend GP on Black Market. You're wasting your GP.
    Second to best is probably SnD, GM, and Escape.
  24. Replies
    25
    Views
    1,591

    [Detected] I knew SPOP had a smaller hitbox. I tested it...

    I knew SPOP had a smaller hitbox. I tested it myself, but everyone is always like ''IT'S THE SAME HITBOX I TESTED IT YOU JUST SUCK GET SKILL (BUT NOT ERALLY TESTED LOLOLOLOL)". So I always /facepalm...
  25. [Release] ......

    ... and_then_you_realize_it's_a_Z8_spy_putting_out_a_code_so_people_here_will_use_it_and_then_they_track_which_accounts_use_it_and_ban_you.png

    Btw, how did you get the code? A google search only...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4