qDaaz Posted June 20, 2021 Share Posted June 20, 2021 Hi! I'm trying to do an edgebug detection, but its not working for me, can anyone help me? (When i hit the edgebug, the message dont send) This is the code: if (g_ctx.local()->get_move_type() == MOVETYPE_LADDER || g_ctx.local()->get_move_type() == MOVETYPE_NOCLIP) return; if (engineprediction::get().backup_data.flags & FL_ONGROUND && !(g_ctx.local()->m_fFlags() & FL_ONGROUND)) pCmd->m_buttons |= IN_DUCK; static CHudChat* chat = nullptr; if (!chat) chat = util::FindHudElement <CHudChat>(crypt_str("CHudChat")); bool caneb = !(g_ctx.local()->m_vecVelocity().z >= -7 || floor(g_ctx.local()->m_vecVelocity().z) != -7 || (g_ctx.local()->m_fFlags() & FL_ONGROUND)); if (caneb) { chat->chat_print("Edge Bug Assisted"); } 1 Quote Link to comment Share on other sites More sharing options...
btc Posted June 20, 2021 Share Posted June 20, 2021 Most likely the problem is in the printing. Check this https://www.unknowncheats.me/wiki/Counter_Strike_Global_Offensive:Printing_text_to_chat 10 2 Quote Link to comment Share on other sites More sharing options...
qDaaz Posted June 20, 2021 Author Share Posted June 20, 2021 2 minutes ago, btc said: Most likely the problem is in the printing. Check this https://www.unknowncheats.me/wiki/Counter_Strike_Global_Offensive:Printing_text_to_chat I am almost sure that this is not and is a problem with the bool caneb, since if I remove that bool and only leave the print, the message is sent, only that it spam because there is no bool 1 1 Quote Link to comment Share on other sites More sharing options...
btc Posted June 20, 2021 Share Posted June 20, 2021 3 minutes ago, qDaaz said: I am almost sure that this is not and is a problem with the bool caneb, since if I remove that bool and only leave the print, the message is sent, only that it spam because there is no bool then take a look into this https://www.unknowncheats.me/forum/2803673-post10.html 5 1 Quote Link to comment Share on other sites More sharing options...
qDaaz Posted June 20, 2021 Author Share Posted June 20, 2021 (edited) 16 minutes ago, btc said: then take a look into this https://www.unknowncheats.me/forum/2803673-post10.html Hmm, that's for long jump, i can't adapt it for a edge bug, have another methods that edge bug not have Edited June 20, 2021 by qDaaz Quote Link to comment Share on other sites More sharing options...
btc Posted June 20, 2021 Share Posted June 20, 2021 1 minute ago, qDaaz said: Hmm, that's for long jump, i can't adapt it for a edge bug, have another methods that edge bug not have but there's "fix" for the print chat spam thing Quote Link to comment Share on other sites More sharing options...
qDaaz Posted June 20, 2021 Author Share Posted June 20, 2021 3 minutes ago, btc said: but there's "fix" for the print chat spam thing I mean that the detection is for long jump, I need the method to detect an edge bug, or in the same code as the edge bug there is something that indicates that the edge bug was done Quote Link to comment Share on other sites More sharing options...
btc Posted June 20, 2021 Share Posted June 20, 2021 5 minutes ago, qDaaz said: I mean that the detection is for long jump, I need the method to detect an edge bug, or in the same code as the edge bug there is something that indicates that the edge bug was done hmm, I'll check this later, never really worked with edge bug, but if you cannot resolve it, try to make a thread into uc Quote Link to comment Share on other sites More sharing options...
qDaaz Posted June 20, 2021 Author Share Posted June 20, 2021 1 minute ago, btc said: hmm, I'll check this later, never really worked with edge bug, but if you cannot resolve it, try to make a thread into uc Aight, i'll do, thanks! 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.