Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    22,717

    Our beloved IzNoGoD suggested this AI bot...

    Our beloved IzNoGoD suggested this AI bot detector service: https://getipintel.net/

    Just integrated it into the register process:



    <?php

    $ip = $_SERVER['REMOTE_ADDR'];
    $mail =...
  2. Replies
    2
    Views
    22,717

    Forum overrun by spambots

    Forum is currently being hammered by a bunch of annoying spambots. Working on it.
  3. Replies
    14
    Views
    100,878

    That breaks gsync compatibility though. To GET...

    That breaks gsync compatibility though.

    To GET gsync compatibility on cod2 you have to rename the .exe to iw3mp.exe. That might also help with the crashes as it forces your drivers to use the cod4...
  4. Replies
    11
    Views
    43,137

    These are extracted from the asset manager: ...

    These are extracted from the asset manager:


    Surface Surface Surface
    Unknown Type Flags Extra flag
    ------------------------------------------------------------...
  5. weapon shops on wall, nodl zombies, mp_carentan example files

    mp_carentan.gsc



    // something is going wrong.
    // the bot isnt linked to the helper
    // maybe a wait 0.05 is missing ("let it happen")
    spawnPopulationBots()
    {
    helper =...
  6. Replies
    5
    Views
    14,175

    CoD2 Menu Builder

    Hi,

    I had some spare time recently and i decided to make this "menu builder" for Call of Duty 2. It's very simple to use and saves a lot of time if you're trying out different designs.

    1545
    ...
  7. Thread: Textures Mod

    by milepunta
    Replies
    4
    Views
    4,818

    Textures Mod

    I just want to share this :)


    https://www.youtube.com/watch?v=CHYta9CGsAw
  8. Replies
    38
    Views
    169,217

    Update! :) Fixed almost all from this message...

    Update! :)

    Fixed almost all from this message.
    And also:
    + added dialog boxes
    + setup menu
    + now you can choose between lighttpd and apache2, when installing web server
    + torrent (now we can...
  9. Replies
    26
    Views
    42,775

    This is going to be a very very long reply, and...

    This is going to be a very very long reply, and after this I'm also out.

    I'll put ALL your messages in quotes here, and number your points. Then, I'll go through them on a point-by-point basis,...
  10. Thread: Make mod

    by IzNoGoD
    Replies
    24
    Views
    24,937

    Ye, not for 40 euros.

    Ye, not for 40 euros.
  11. Replies
    36
    Views
    33,532

    1248 get rekt m9

    1248
    get rekt m9
  12. Replies
    8
    Views
    6,142

    Then use notpossible()

    Then use notpossible()
  13. [Tool][Russian] Convert russian to cod chars and vice-versa

    'Nuff said:

    https://other.jumpersheaven.com/rustocod.php

    Example text to test with: Это текст-пример


    Have fun.
  14. Replies
    5
    Views
    7,013

    1241 0123456789

    1241
    0123456789
  15. Replies
    3
    Views
    21,229

    Just recalled, I've seen this gametype, which...

    Just recalled, I've seen this gametype, which uses stock maps and runs custom mod: https://github.com/DidUknowiPwn/Infected-T7
  16. Replies
    25
    Views
    47,270

    its here...

    its here http://steamcommunity.com/games/311210/announcements/detail/845939098881203473
  17. Replies
    0
    Views
    24,108

    Sticky: [how-to] Properly create your map.iwd file

    Hey all

    Another tutorial: how to pack your map from scratch including making a loadingscreen.

    To start off: make sure "hide known file extensions" is turned OFF in your file explorer options...
  18. Replies
    32
    Views
    32,005

    You're replying to a thread that has [advanced]...

    You're replying to a thread that has [advanced] in its title with basic programming questions, without providing any error logs.

    Dont. Do. That.
  19. Added YouTube / GitHub / Steam to user profile

    Hey all,

    you can now add your YouTube / GitHub / Steam profile links to your user account. I had to add some regexes to prevent the input against XSS attacks, so this is what I came up with:


    ...
  20. Replies
    27
    Views
    24,978

    hook_BG_IsWeaponValid -- 5 a2 : 218 ...

    hook_BG_IsWeaponValid -- 5 a2 : 218
    hook_BG_IsWeaponValid -- 6 a2 : 218
    hook_BG_IsWeaponValid -- 7 After v3 = 80E9270(a2)
    Warning: getWeaponStruct(218) returned 0!
    hook_BG_IsWeaponValid -- 5...
  21. Replies
    27
    Views
    24,978

    Ok, watching a bit longer the pointer logic going...

    Ok, watching a bit longer the pointer logic going on here, I just realized my if's were total useless, they actually can't check anything. They basically add a number to 0 or greater and test if that...
  22. somecharslol

    somecharslol
  23. Replies
    27
    Views
    24,978

    *(char**)foo casts foo to a char-pointer-pointer....

    *(char**)foo casts foo to a char-pointer-pointer. char-pointers are basically arrays of characters, more commonly referred to as strings. So a char-pointer-pointer is a string-pointer. The * in front...
  24. Some useful IDA macros I thought i'd dump here...

    Some useful IDA macros I thought i'd dump here for future reference;


    typedef unsigned int uint;
    typedef unsigned char uchar;
    typedef unsigned short ushort;
    typedef unsigned long ulong;

    //...
  25. Thread: linux rcon tool

    by Mitch
    Replies
    15
    Views
    12,456

    I have been working on remaking my rcon tool with...

    I have been working on remaking my rcon tool with Qt.
    So you can build it for Linux.
    I will push it tonight to GitHub if you are interested.
Results 1 to 25 of 64
Page 1 of 3 1 2 3