Popular Post btc Posted March 3, 2021 Popular Post Share Posted March 3, 2021 - Basically osiris but added some more features, and there's "lua" tab ready to lua api to be added - before compiling make sure you set "Release & x86" Detection status: Most likely detected but you can make it undetected Make sure to like the post osirisv2.zip Virustotal 620 24 47 Quote Link to comment Share on other sites More sharing options...
VEZU2000 Posted March 3, 2021 Share Posted March 3, 2021 GOOD JOB 2 Quote Link to comment Share on other sites More sharing options...
VEZU2000 Posted March 3, 2021 Share Posted March 3, 2021 VEZU#0629 you will contact me I need help with the paste Quote Link to comment Share on other sites More sharing options...
btc Posted March 3, 2021 Author Share Posted March 3, 2021 3 hours ago, VEZU2000 said: VEZU#0629 you will contact me I need help with the paste on what you need help with? Quote Link to comment Share on other sites More sharing options...
MrHenry Posted March 3, 2021 Share Posted March 3, 2021 hi, i compiled the src and injected it and everything went fine in a bot match when i joined a casual game to test to see if it crashed. it was fine for the first game but the second game i tried messing with some settings and a few seconds later it crashed. i just thought that this is a retarded story and i could prob figure it out myself but i am still typing. do you know of any modules that are glitchy. Quote Link to comment Share on other sites More sharing options...
btc Posted March 3, 2021 Author Share Posted March 3, 2021 (edited) note to everyone: if you encounter bugs or you just have problem compiling the cheat, please dm me here instead of discord. Edited March 4, 2021 by btc 1 Quote Link to comment Share on other sites More sharing options...
YayaOn165Hz Posted March 4, 2021 Share Posted March 4, 2021 19 hours ago, btc said: - Basically osiris but added some more features, and there's "lua" tab ready to lua api to be added - before compiling make sure you set "Release & x86" Detection status: Most likely detected but you can make it undetected Make sure to like the post osirisv2.zip 27.88 MB · 20 downloads Virustotal looks like nexodium legit bwahaha 3 Quote Link to comment Share on other sites More sharing options...
btc Posted March 4, 2021 Author Share Posted March 4, 2021 2 minutes ago, YayaOn165Hz said: looks like nexodium legit bwahaha they probably pasted this imgui style Quote Link to comment Share on other sites More sharing options...
YayaOn165Hz Posted March 4, 2021 Share Posted March 4, 2021 1 hour ago, btc said: they probably pasted this imgui style not probably, they pasted bwahaha, and after they coded an op hvh cheat uh 1 Quote Link to comment Share on other sites More sharing options...
btc Posted March 4, 2021 Author Share Posted March 4, 2021 12 hours ago, MrHenry said: hi, i compiled the src and injected it and everything went fine in a bot match when i joined a casual game to test to see if it crashed. it was fine for the first game but the second game i tried messing with some settings and a few seconds later it crashed. i just thought that this is a retarded story and i could prob figure it out myself but i am still typing. do you know of any modules that are glitchy. Try different injector Quote Link to comment Share on other sites More sharing options...
Popular Post sprayerxd Posted March 5, 2021 Popular Post Share Posted March 5, 2021 GitHub link: https://github.com/notgoodusename/osiriswithstuff 54 4 4 Quote Link to comment Share on other sites More sharing options...
Fokkol Posted March 7, 2021 Share Posted March 7, 2021 What do you mean make it undetected? Quote Link to comment Share on other sites More sharing options...
btc Posted March 7, 2021 Author Share Posted March 7, 2021 (edited) 3 minutes ago, Fokkol said: What do you mean make it undetected? by adding functions, making own code, changing / recoding something or use vac bypass Edited March 7, 2021 by btc Quote Link to comment Share on other sites More sharing options...
darker2693 Posted March 14, 2021 Share Posted March 14, 2021 how to change name? Quote Link to comment Share on other sites More sharing options...
btc Posted March 14, 2021 Author Share Posted March 14, 2021 2 minutes ago, darker2693 said: how to change name? ImGui::PushFont(fonts.tahoma34); ImGui::Text("CHANGE ME"); ImGui::PopFont(); Quote Link to comment Share on other sites More sharing options...
darker2693 Posted March 14, 2021 Share Posted March 14, 2021 line number please Quote Link to comment Share on other sites More sharing options...
darker2693 Posted March 14, 2021 Share Posted March 14, 2021 how to find that line? Quote Link to comment Share on other sites More sharing options...
btc Posted March 15, 2021 Author Share Posted March 15, 2021 13 hours ago, darker2693 said: line number please GUI.cpp void rendernewgui Quote Link to comment Share on other sites More sharing options...
Flowww Posted March 16, 2021 Share Posted March 16, 2021 my game keeps crashing i used extreme injector then rando injector, I get on a test map and after 10-15 minutes it crashes why is that I have no errors on the dll or warnings . Quote Link to comment Share on other sites More sharing options...
btc Posted March 16, 2021 Author Share Posted March 16, 2021 26 minutes ago, Flowww said: my game keeps crashing i used extreme injector then rando injector, I get on a test map and after 10-15 minutes it crashes why is that I have no errors on the dll or warnings . it is because this source needs to be updated. Quote Link to comment Share on other sites More sharing options...
Flowww Posted March 16, 2021 Share Posted March 16, 2021 How do i do it? ( I am just getting into this sorry ) Quote Link to comment Share on other sites More sharing options...
mouwrits Posted March 16, 2021 Share Posted March 16, 2021 @btc can you please explain how you change the menu of a cheat? or make a video about it Quote Link to comment Share on other sites More sharing options...
btc Posted March 16, 2021 Author Share Posted March 16, 2021 1 hour ago, Flowww said: How do i do it? ( I am just getting into this sorry ) Just to make sure, please attach debugger into csgo and inject and show the log Quote Link to comment Share on other sites More sharing options...
btc Posted March 16, 2021 Author Share Posted March 16, 2021 1 minute ago, Mouwrits_ said: @btc can you please explain how you change the menu of a cheat? or make a video about it "void GUI::renderNewGui" at GUI.cpp - line: 1247 this renders the new menu for your cheat for an example you could add these there ImGui::SetCursorPos(ImVec2{ 2, 2 }); draw->AddRectFilled(ImVec2(pos.x + 0, pos.y + 0), ImVec2(pos.x + 777, pos.y + 702), ImColor(22, 22, 28, 255)); //BG draw->AddRectFilled(ImVec2(pos.x + 0, pos.y + 0), ImVec2(pos.x + 50, pos.y + 702), ImColor(31, 31, 39, 255)); //LEFT draw->AddRectFilled(ImVec2(pos.x + 0, pos.y + 680), ImVec2(pos.x + 777, pos.y + 702), ImColor(17, 17, 23, 255)); //DOWN draw->AddText(ImVec2(pos.x + 7, pos.y + 684), ImColor(255, 255, 255), "Osiris V2 For Counter-Strike: Global Offensive"); draw->AddText(ImVec2(pos.x + 640, pos.y + 684), ImColor(255, 255, 255), "2.0"); for more, please check this video out: Quote Link to comment Share on other sites More sharing options...
mouwrits Posted March 16, 2021 Share Posted March 16, 2021 Hello again, when i search for void GUI::renderNewGui in the original osiris i cant find it even if i search in entire solution? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Posted by ONERIS,
1 reaction
Go to this post
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.