Results 1 to 8 of 8
  1. #1
    ductaybn2006's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    How to bypass client error 31_0 for CFVN?

    I don't know how to bypass client error 31_0, can somebody teach me please ?
    Here is my CShell.dll file

  2. #2
    (Virus)'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    41
    My Mood
    Fine
    Quote Originally Posted by ductaybn2006 View Post
    I don't know how to bypass client error 31_0, can somebody teach me please ?
    Here is my CShell.dll file
    Code:
    80 47 19 01 #1
    0F 84 ?? ?? ?? ?? B8 ?? ?? ?? ?? 68 #2
    74 ?? 8B C1 2B C2 3D ?? ?? ?? ?? 76 ?? B8 ?? ?? ?? ?? 83 C4 ?? C3 CC CC CC CC 83 EC #3
    memcpy((void*)(#1 +CShell), "\x80\x47\x19\x00", 4);
    memcpy((void*)(#2 +CShell), "\xE9\xDC\x03\x00\x00\x90", 6);
    memcpy((void*)(#3 +CShell), "\xEB", 1);
    Last edited by (Virus); 03-20-2020 at 12:10 PM.
    [Pubg Private Cheats]

    [Cf Private Cheats]


    [Combat Arms Cheats]
    Await.

  3. The Following User Says Thank You to (Virus) For This Useful Post:

    ductaybn2006 (03-20-2020)

  4. #3
    alisonbbzz's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    4
    My Mood
    Chatty

    previwer

    Quote Originally Posted by (Virus) View Post

    Code:
    80 47 19 01 #1
    0F 84 ?? ?? ?? ?? B8 ?? ?? ?? ?? 68 #2
    74 ?? 8B C1 2B C2 3D ?? ?? ?? ?? 76 ?? B8 ?? ?? ?? ?? 83 C4 ?? C3 CC CC CC CC 83 EC #3
    memcpy((void*)(#1 +CShell), "\x80\x47\x19\x00", 4);
    memcpy((void*)(#2 +CShell), "\xE9\xDC\x03\x00\x00\x90", 6);
    memcpy((void*)(#3 +CShell), "\xEB", 1);
    pass d1sc0rd bro?
    Sou aprendiz como todos


  5. #4
    (Virus)'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    41
    My Mood
    Fine
    Quote Originally Posted by alisonbbzz View Post
    pass d1sc0rd bro?
    its still the same but here is it
    Virus#6098
    [Pubg Private Cheats]

    [Cf Private Cheats]


    [Combat Arms Cheats]
    Await.

  6. #5
    alisonbbzz's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    4
    My Mood
    Chatty
    pass this menu imgui ? @(Vírus)
    Last edited by alisonbbzz; 03-20-2020 at 06:07 PM.
    Sou aprendiz como todos


  7. #6
    (Virus)'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    41
    My Mood
    Fine
    Quote Originally Posted by alisonbbzz View Post
    pass this menu imgui ? @(Vírus)
    cherry theme
    credites for the guy who posted at ******
    Code:
      // cherry colors, 3 intensities
        #define HI(v)   ImVec4(0.502f, 0.075f, 0.256f, v)
        #define MED(v)  ImVec4(0.455f, 0.198f, 0.301f, v)
        #define LOW(v)  ImVec4(0.232f, 0.201f, 0.271f, v)
        // backgrounds (@todo: complete with BG_MED, BG_LOW)
        #define BG(v)   ImVec4(0.200f, 0.220f, 0.270f, v)
        // text
        #define TEXT(v) ImVec4(0.860f, 0.930f, 0.890f, v)
    
        auto &style = ImGui::GetStyle();
        style.Colors[ImGuiCol_Text]                  = TEXT(0.78f);
        style.Colors[ImGuiCol_TextDisabled]          = TEXT(0.28f);
        style.Colors[ImGuiCol_WindowBg]              = ImVec4(0.13f, 0.14f, 0.17f, 1.00f);
        style.Colors[ImGuiCol_ChildWindowBg]         = BG( 0.58f);
        style.Colors[ImGuiCol_PopupBg]               = BG( 0.9f);
        style.Colors[ImGuiCol_Border]                = ImVec4(0.31f, 0.31f, 1.00f, 0.00f);
        style.Colors[ImGuiCol_BorderShadow]          = ImVec4(0.00f, 0.00f, 0.00f, 0.00f);
        style.Colors[ImGuiCol_FrameBg]               = BG( 1.00f);
        style.Colors[ImGuiCol_FrameBgHovered]        = MED( 0.78f);
        style.Colors[ImGuiCol_FrameBgActive]         = MED( 1.00f);
        style.Colors[ImGuiCol_TitleBg]               = LOW( 1.00f);
        style.Colors[ImGuiCol_TitleBgActive]         = HI( 1.00f);
        style.Colors[ImGuiCol_TitleBgCollapsed]      = BG( 0.75f);
        style.Colors[ImGuiCol_MenuBarBg]             = BG( 0.47f);
        style.Colors[ImGuiCol_ScrollbarBg]           = BG( 1.00f);
        style.Colors[ImGuiCol_ScrollbarGrab]         = ImVec4(0.09f, 0.15f, 0.16f, 1.00f);
        style.Colors[ImGuiCol_ScrollbarGrabHovered]  = MED( 0.78f);
        style.Colors[ImGuiCol_ScrollbarGrabActive]   = MED( 1.00f);
        style.Colors[ImGuiCol_CheckMark]             = ImVec4(0.71f, 0.22f, 0.27f, 1.00f);
        style.Colors[ImGuiCol_SliderGrab]            = ImVec4(0.47f, 0.77f, 0.83f, 0.14f);
        style.Colors[ImGuiCol_SliderGrabActive]      = ImVec4(0.71f, 0.22f, 0.27f, 1.00f);
        style.Colors[ImGuiCol_Button]                = ImVec4(0.47f, 0.77f, 0.83f, 0.14f);
        style.Colors[ImGuiCol_ButtonHovered]         = MED( 0.86f);
        style.Colors[ImGuiCol_ButtonActive]          = MED( 1.00f);
        style.Colors[ImGuiCol_Header]                = MED( 0.76f);
        style.Colors[ImGuiCol_HeaderHovered]         = MED( 0.86f);
        style.Colors[ImGuiCol_HeaderActive]          = HI( 1.00f);
        style.Colors[ImGuiCol_Column]                = ImVec4(0.14f, 0.16f, 0.19f, 1.00f);
        style.Colors[ImGuiCol_ColumnHovered]         = MED( 0.78f);
        style.Colors[ImGuiCol_ColumnActive]          = MED( 1.00f);
        style.Colors[ImGuiCol_ResizeGrip]            = ImVec4(0.47f, 0.77f, 0.83f, 0.04f);
        style.Colors[ImGuiCol_ResizeGripHovered]     = MED( 0.78f);
        style.Colors[ImGuiCol_ResizeGripActive]      = MED( 1.00f);
        style.Colors[ImGuiCol_PlotLines]             = TEXT(0.63f);
        style.Colors[ImGuiCol_PlotLinesHovered]      = MED( 1.00f);
        style.Colors[ImGuiCol_PlotHistogram]         = TEXT(0.63f);
        style.Colors[ImGuiCol_PlotHistogramHovered]  = MED( 1.00f);
        style.Colors[ImGuiCol_TextSelectedBg]        = MED( 0.43f);
        // [...]
        style.Colors[ImGuiCol_ModalWindowDarkening]  = BG( 0.73f);
    
        style.WindowPadding            = ImVec2(6, 4);
        style.WindowRounding           = 0.0f;
        style.FramePadding             = ImVec2(5, 2);
        style.FrameRounding            = 3.0f;
        style.ItemSpacing              = ImVec2(7, 1);
        style.ItemInnerSpacing         = ImVec2(1, 1);
        style.TouchExtraPadding        = ImVec2(0, 0);
        style.IndentSpacing            = 6.0f;
        style.ScrollbarSize            = 12.0f;
        style.ScrollbarRounding        = 16.0f;
        style.GrabMinSize              = 20.0f;
        style.GrabRounding             = 2.0f;
    
        style.WindowTitleAlign.x = 0.50f;
    
        style.Colors[ImGuiCol_Border] = ImVec4(0.539f, 0.479f, 0.255f, 0.162f);
        style.FrameBorderSize = 0.0f;
        style.WindowBorderSize = 1.0f;
    [Pubg Private Cheats]

    [Cf Private Cheats]


    [Combat Arms Cheats]
    Await.

  8. #7
    ductaybn2006's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by (Virus) View Post

    Code:
    80 47 19 01 #1
    0F 84 ?? ?? ?? ?? B8 ?? ?? ?? ?? 68 #2
    74 ?? 8B C1 2B C2 3D ?? ?? ?? ?? 76 ?? B8 ?? ?? ?? ?? 83 C4 ?? C3 CC CC CC CC 83 EC #3
    memcpy((void*)(#1 +CShell), "\x80\x47\x19\x00", 4);
    memcpy((void*)(#2 +CShell), "\xE9\xDC\x03\x00\x00\x90", 6);
    memcpy((void*)(#3 +CShell), "\xEB", 1);
    Thank you so much
    How did you find it?

  9. #8
    alisonbbzz's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    4
    My Mood
    Chatty
    Quote Originally Posted by (Virus) View Post


    its still the same but here is it
    Virus#6098
    You changed the d1sc0rd, pass again
    Sou aprendiz como todos


Similar Threads

  1. [Release] Bypass Client Error 31_0
    By Biesi in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 39
    Last Post: 03-13-2021, 07:09 AM
  2. How to bypass client error 24_16
    By jaykii in forum Crossfire Coding Help & Discussion
    Replies: 0
    Last Post: 04-22-2019, 12:07 AM
  3. How to bypass client error 31_0
    By jaykii in forum Crossfire Coding Help & Discussion
    Replies: 4
    Last Post: 04-14-2019, 11:42 AM
  4. [Help Request] How to bypass Client Error 28_4
    By qwerty3696 in forum Crossfire Coding Help & Discussion
    Replies: 1
    Last Post: 03-01-2017, 02:24 AM
  5. [Help Request] How to bypass gameguard error for macro?
    By Giek in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 06-01-2012, 03:33 PM