Search:

Type: Posts; User: UltraPGNoob

Page 1 of 10 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    652

    [Source Code] if you're planning on doing freecam indeed you...

    if you're planning on doing freecam indeed you will need pitch aswell for up and down.
    Use math.h and cos and sin to calculate the x, y and z depending on 3 different axis such as xz, xy and yz
    Btw...
  2. Replies
    3
    Views
    652

    [Source Code] it's based on coordinates. You need to use the...

    it's based on coordinates. You need to use the yaw to calculate the direction
  3. Replies
    47
    Views
    9,855

    [Source Code] Done /msgtoshort

    Done /msgtoshort
  4. Replies
    47
    Views
    9,855

    [Source Code] I had tried back in 2012-2014 with weapon...

    I had tried back in 2012-2014 with weapon teleport but I kinda gave up on this due to school. May I add you on Skype so we discuss about private stuff about CF?
  5. Replies
    47
    Views
    9,855

    [Source Code] I still use ollydbg it's actually easy to get the...

    I still use ollydbg it's actually easy to get the the push and the call of a switch. Then get the jmp for this error.
  6. Replies
    47
    Views
    9,855

    [Source Code] Strings are usually in switches and each cases...

    Strings are usually in switches and each cases gives one string to format. Take a look at object.dll there's good examples there.
  7. Replies
    47
    Views
    9,855

    [Source Code] Find call references on the call command that...

    Find call references on the call command that calls the display message box function or by string and if there's a dwitch then you need to find the call of the switch + the id of string pushed as...
  8. Replies
    47
    Views
    9,855

    [Source Code] Actually the function sets the text to write in...

    Actually the function sets the text to write in the endscene and the message is drawn because it changes the currently displayed popup id on the screen which draws a message box if the id is...
  9. [Release] I got a better suggestion. Use a server emulator....

    I got a better suggestion. Use a server emulator. At least you can control the damage zones as you want and also you are alone and no one will kill you for the fun.
    Combine this with bot mode and...
  10. Replies
    47
    Views
    9,855

    [Source Code] Wrong if that would be like that, don't you think...

    Wrong if that would be like that, don't you think DrawEngineString would work the same way?
  11. Replies
    47
    Views
    9,855

    [Source Code] I2espect EndScene is the last function before...

    I2espect EndScene is the last function before drawing the screen you need to be in sync with the scene for it to be drawn if you aren't in the scene it won't draw. You can also draw in Present aswell...
  12. Replies
    47
    Views
    9,855

    [Source Code] The only scripts in rez files are .NUT which I...

    The only scripts in rez files are .NUT which I decrypted and it's kinda useless. There's nothing to do with it.
  13. Replies
    12
    Views
    3,145

    [Source Code] One Hit Kill gives error aswell because it was...

    One Hit Kill gives error aswell because it was overused in mutant before
  14. Replies
    4
    Views
    712

    [Help] You need to erase the strings before the match...

    You need to erase the strings before the match begins because the damages zones are being loaded in the loading screen.
  15. Replies
    66
    Views
    36,605

    [Release] Do you know that he uses Unity to render his work...

    Do you know that he uses Unity to render his work on CrossFire?
  16. [Help] There's .net injectors for C# but they should be...

    There's .net injectors for C# but they should be detected by now. So you should learn C++ which is a native language that converts directly to asm instead of relying on .net framework. As such your...
  17. Replies
    23
    Views
    4,093

    [Source Code] number of weapons in weaponmgr : ...

    number of weapons in weaponmgr :

    *(WORD*)(CShell+OFFSET_WeaponMgr-2);
    if I remember right instead of using a huge number and generating lags because you read out of limit weapons
  18. Replies
    47
    Views
    9,855

    [Source Code] I use a custom client of CF with anticheat...

    I use a custom client of CF with anticheat bypassed. Btw I don't work on a hack it's just for making tools for managing the client files.
  19. Replies
    47
    Views
    9,855

    [Source Code] kmanev073 : Cheat Engine has a break and trace...

    kmanev073 : Cheat Engine has a break and trace function that is really useful and even better than OllyDbg breakpoint system.
    I use both Cheat Engine and OllyDbg mixed now and I'm doing a lot of...
  20. Replies
    9
    Views
    1,152

    [Help] replace the last #include by #include...

    replace the last #include <stdio.h> by #include <iostream>
    stdio.h is for fopen function and similar it's the C standard IO functions
    iostream contains the definitions for C++ standard IO classes...
  21. Replies
    16
    Views
    3,445

    [Help Request] The tool I use is made from official source. I...

    The tool I use is made from official source. I can't share it with you since it'a friend who worked on it.
  22. Replies
    16
    Views
    3,445

    [Help Request] Unless you have LTC converter tool from Lithtech...

    Unless you have LTC converter tool from Lithtech Jupiter engine that works with CrossFire you can't do anything. The one you find in NOLF2 files needs modifications to work on CrossFire.
  23. Replies
    16
    Views
    3,445

    [Help Request] Ok converted it to LTA. siromaudo Eoch...

    Ok converted it to LTA. siromaudo

    Eoch Sorry to disturb you again but here's another attachment to approve

    Virus scans :

    - virscan.org :...
  24. Replies
    16
    Views
    3,445

    [Help Request] I'll do it when I'm at home and also when it's...

    I'll do it when I'm at home and also when it's approved.

    Could you approve this file? Eoch
    Thanks in advance.
  25. Replies
    48
    Views
    7,830

    ADD instruction basically increment the variable...

    ADD instruction basically increment the variable with x which is 1 in our case so nopping this operation would surely result in the same thing
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4