Search:

Type: Posts; User: atom0s

Page 1 of 10 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    41
    Views
    18,886

    [Release] I no longer post here or update toxy publicly. I...

    I no longer post here or update toxy publicly. I can ensure you it still works, its just not released. This was for the older versions of Terraria. Since this was released the protocol changed some...
  2. Replies
    41
    Views
    18,886

    [Release] It works fine for 1.2.1.2, if you are having...

    It works fine for 1.2.1.2, if you are having problems then you are using it wrong. Read the wiki articles on the Google page to set things up properly.
  3. Replies
    41
    Views
    18,886

    [Release] It is updated, check the Google code page for...

    It is updated, check the Google code page for updates.
  4. Replies
    20
    Views
    11,645

    [Preview] He's a tShock developer now so he thinks hes all...

    He's a tShock developer now so he thinks hes all high and mighty like the rest of them lol.
    Just give it time, Tshocks new UUID ban system is easily bypassed already. :P
  5. Replies
    5
    Views
    2,482

    [Help] Not really sure then, sounds like your UDD files...

    Not really sure then, sounds like your UDD files aren't saving properly or being loaded correctly then.
    If I open Olly inside itself, place a comment on the OEP and close it my UDD will store it...
  6. Replies
    11
    Views
    1,661

    [Tutorial] I don't need skid shit like this, let alone I can...

    I don't need skid shit like this, let alone I can code my own if need be.
    The point was stop copy pasting every single one of your posts from somewhere else without giving credit to the original...
  7. Replies
    10
    Views
    1,982

    C# can do basically everything C/C++ can do...

    C# can do basically everything C/C++ can do (within reason).
    You'd be better off asking direct questions if C# can/can't do something specific that you are interested in though. But, for the most...
  8. Replies
    7
    Views
    742

    Any bit of exposure can help so if programming is...

    Any bit of exposure can help so if programming is something you want to get into, do everything you can to learn more and more.
  9. Replies
    5
    Views
    2,482

    [Help] Do you use any other plugins? I just tested with...

    Do you use any other plugins? I just tested with a ton of plugins loaded and mine saves fine.
    I just tested with stock OllyDbg v1.10 and StrongOD 0.4.8.892, and it works fine for me.

    Only other...
  10. Replies
    11
    Views
    1,661

    [Tutorial] Another copy-pasta.. you should give credit to...

    Another copy-pasta.. you should give credit to the people that actually wrote these things.
  11. Replies
    6
    Views
    1,831

    You copy pasted the exact same src from the other...

    You copy pasted the exact same src from the other thread to this one lol.. Let alone the code itself is copy/pasted from someone else anyway.
  12. Replies
    5
    Views
    994

    [Help Request] The issue is that you copy pasted the code and...

    The issue is that you copy pasted the code and have no idea what you are doing.
    Posting for help and only saying 'nothing happens' is not going to get you help since you are clearly not experienced...
  13. Replies
    5
    Views
    2,482

    [Help] There is a newer version of StrongOD that you can...

    There is a newer version of StrongOD that you can try. (StrongOD 0.4.8.892)
    I use that version and it works fine with comments.
  14. Thread: Security Base

    by atom0s
    Replies
    14
    Views
    1,652

    [Info] It doesn't actually work that way.

    It doesn't actually work that way.
  15. Thread: Security Base

    by atom0s
    Replies
    14
    Views
    1,652

    [Info] As if obfuscation does anything lol..

    As if obfuscation does anything lol..
  16. Thread: Security Base

    by atom0s
    Replies
    14
    Views
    1,652

    [Info] If TextBox1.Text = "thefomor" And TextBox2.Text =...

    If TextBox1.Text = "thefomor" And TextBox2.Text = "~password~" Then

    This is not secure at all. I would not recommend using this form of 'security' for anything.
  17. Replies
    4
    Views
    597

    [Help] Simply put, no. Learn what you are doing...

    Simply put, no.
    Learn what you are doing instead of just copy/pasting.
  18. Replies
    44
    Views
    3,005

    You do realize these are not programming...

    You do realize these are not programming languages right..?
  19. Replies
    19
    Views
    1,267

    [Discussion] The only real difference that comes to mind is...

    The only real difference that comes to mind is with 'do while' loops. Since their body is executed once no matter the condition.
    So writing out things the same such as this:



    int x = 10;
    ...
  20. Thread: What is this?

    by atom0s
    Replies
    7
    Views
    582

    [Help] Looks like a standard function call. The...

    Looks like a standard function call.

    The function being 'stonetolb' or what I'd assume is 'Stone to Pounds' conversion.
    20 being the parameter being passed, so assuming it is representing the...
  21. Replies
    13
    Views
    908

    [Help] You still aren't making any sense in what you...

    You still aren't making any sense in what you trying to do..
  22. Replies
    4
    Views
    644

    [Help] Care to give an actual description of what you...

    Care to give an actual description of what you are trying to accomplish..? 'how to do tools' is definitely not enough to even attempt to help you..
  23. Replies
    3
    Views
    1,005

    [Help] pEndScene = ( EndScene_t )DetourFunc((PBYTE)...

    pEndScene = ( EndScene_t )DetourFunc((PBYTE) 0x71a8d507,(PBYTE)hkEndScene, 5);

    Using a static address like this for hooking EndScene is your problem. Given that you are just copy pasting is...
  24. Replies
    19
    Views
    1,665

    [Help Request] Most decompilers already have exceptions to catch...

    Most decompilers already have exceptions to catch things like this an print an appropriate error to the user, so knowing the header was changed is fairly simple to determine.
  25. Replies
    5
    Views
    925

    [Source Code] In most cases private servers are created from...

    In most cases private servers are created from scratch with no source of a game at all. It takes a lot of work to build a private server. Things such as:
    - Coding experience to even get started on...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4