[C++/Py] Vote For Buff

Member
Dec
Threads
0
87
0
6
Rating - 0%
0   0   0
merhabalar şöyle bir hata alıyorum yardımcı olur musunuz?


C++:
else if (!strcmpi(szCmd, "OpenBrowser"))
    {
        if (2 != TokenVector.size())
            return;
        ShellExecute(0, 0, TokenVector[1].c_str(), 0, 0, SW_SHOW);
    }


View attachment 2242

PythonNetworkStreamCommand.cpp

# Search
#include "InstanceBase.h"

# Add
#include <shellapi.h>
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock