[Help] Screen Shoting Other Players With /Repot

Results 1 to 12 of 12
  1. #1
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    [Help] Screen Shoting Other Players With /Repot

    Hey guys! I'm trying to make it where If I report a player, it will screenshot him. Here's my current code.

    Code:
        if(actionID == HUDDisplay_ContextMenu_ReportPlayerID) 
        {
            char tmpStr[256];
            sprintf(tmpStr, "FairFight \"%s\"", gamertag);
            showChatInput(tmpStr);
            //D3DCheaters[ ANTICHEAT_WALLHACK ] = true;
            // force renderer to make copy of current screenshot
            extern int _r3d_sscopy_width;
            extern int _r3d_sscopy_height;
            extern int _r3d_sscopy_type;
            _r3d_sscopy_width  = 800;
            _r3d_sscopy_height = 600;
        }
    Obviously, i'm missing a pointer to the gamer tag when getting the screenshot. Anyone wanna help?
    Last edited by m70b1jr; 13-09-15 at 06:08 PM.


  2. #2
    Harro Syxn is offline
    MemberRank
    Mar 2013 Join Date
    767Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    You have codex source you said he has this already done and if per-say you didn't fairfight does it just doesn't work half the time (look at older sources "warz" not iss)

  3. #3
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by Syxn View Post
    You have codex source you said he has this already done and if per-say you didn't fairfight does it just doesn't work half the time (look at older sources "warz" not iss)
    I haven't bothered looking through his, again, everything can be grabbed through War inc. But i'll look

  4. #4
    Proficient Member UNEXPECT is offline
    MemberRank
    Jun 2014 Join Date
    C:/inetpubLocation
    175Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by m70b1jr View Post
    Hey guys! I'm trying to make it where If I report a player, it will screenshot him. Here's my current code.

    Code:
        if(actionID == HUDDisplay_ContextMenu_ReportPlayerID) 
        {
            char tmpStr[256];
            sprintf(tmpStr, "FairFight \"%s\"", gamertag);
            showChatInput(tmpStr);
            //D3DCheaters[ ANTICHEAT_WALLHACK ] = true;
            // force renderer to make copy of current screenshot
            extern int _r3d_sscopy_width;
            extern int _r3d_sscopy_height;
            extern int _r3d_sscopy_type;
            _r3d_sscopy_width  = 800;
            _r3d_sscopy_height = 600;
        }
    Obviously, i'm missing a pointer to the gamer tag when getting the screenshot. Anyone wanna help?
    What do you mean exactly? That the screenshot is saved as gamertag?

  5. #5
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by UNEXPECT View Post
    What do you mean exactly? That the screenshot is saved as gamertag?
    Screenshoting the player I report.

  6. #6
    ¿ aLca is offline
    MemberRank
    Apr 2013 Join Date
    /dev/nullLocation
    548Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    I wonder what ure trying. All what u need todo is to call the Screenshot function what is already implemented in the Eternity source.

    I'm not having the time right now to spoonfeed, but to get u on the right path;

    Code:
    if(actionID == HUDDisplay_ContextMenu_ReportPlayerID) 
    {
       [...]
       UpdateD3DAntiCheat_WallHack(); // Just call what is already implemented & working
       [...]
    }

  7. #7
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by aLca View Post
    I wonder what ure trying. All what u need todo is to call the Screenshot function what is already implemented in the Eternity source.

    I'm not having the time right now to spoonfeed, but to get u on the right path;

    Code:
    if(actionID == HUDDisplay_ContextMenu_ReportPlayerID) 
    {
       [...]
       UpdateD3DAntiCheat_WallHack();
       [...]
    }
    It makes screen shots man, but of my self, not other people.

  8. #8
    ¿ aLca is offline
    MemberRank
    Apr 2013 Join Date
    /dev/nullLocation
    548Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by m70b1jr View Post
    It makes screen shots man, but of my self, not other people.
    Sorry that it isn't something to C&P. :( How about make a proper function out of it by your self now? Create a request for the screenshot of the reported player.

  9. #9
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by aLca View Post
    Sorry that it isn't something to C&P. :( How about make a proper function out of it by your self now? Create a request for the screenshot of the reported player.
    I'm not using your function

    I'm using the function, right here, I posted in the thread, but it's taking screen shots of my self. Learn to read aLca.

    Code:
     if(actionID == HUDDisplay_ContextMenu_ReportPlayerID) 
        {
            char tmpStr[256];
            sprintf(tmpStr, "FairFight "%s"", gamertag);
            showChatInput(tmpStr);
            //D3DCheaters[ ANTICHEAT_WALLHACK ] = true;
            // force renderer to make copy of current screenshot
            extern int _r3d_sscopy_width;
            extern int _r3d_sscopy_height;
            extern int _r3d_sscopy_type;
            _r3d_sscopy_width  = 800;
            _r3d_sscopy_height = 600;
        }

  10. #10
    ¿ aLca is offline
    MemberRank
    Apr 2013 Join Date
    /dev/nullLocation
    548Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    And what is now so special on this few lines of code? U found it right in that function what u should call.

    But not like u try todo. Create a Netpacket or what so ever to request it via Server from the right CustomerID. Since P2P Packets should strictly be disabled. ;)

    But anyway help ur self when u mind to throw dislikes around. roflmao.
    Last edited by aLca; 14-09-15 at 11:18 PM. Reason: forgot "when"

  11. #11
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    Quote Originally Posted by aLca View Post
    And what is now so special on this few lines of code? U found it right in that function what u should call.

    But not like u try todo. Create a Netpacket or what so ever to request it via Server from the right CustomerID. Since P2P Packets should strictly be disabled. ;)

    But anyway help ur self u mind to throw dislikes around. roflmao.
    Disliked cause you obviously didn't read my other post correctly. But this one is more helpful. Thanks bbc <3

  12. #12
    Member aomsin2526 is offline
    MemberRank
    Apr 2013 Join Date
    54Posts

    Re: [Help] Screen Shoting Other Players With /Repot

    I'm finding something to relax after i finished my job :D
    http://puu.sh/kb5Cb/88b399d45a.txt



Advertisement