Mo0se1nFor3st Posted February 11, 2021 Share Posted February 11, 2021 I want to make my own legit/rage private hack can anyone guide me how to do it pls? Ty Love Quote Link to comment Share on other sites More sharing options...
btc Posted February 11, 2021 Share Posted February 11, 2021 if you wanna make fully undetectable cheat u have to know what are you doing. I recommend you to first of all learn some cpp www.learncpp.com/ BUT if ur just too lazy to learn it. You can start by downloading source you want to have source codes. After you have downloaded src you want to use, locate .sln file and open it. After everything is opened make sure you have right "include & library directions" On 2/7/2021 at 2:58 PM, RussianAirplane said: uh, simple google "d3dx9.h not found" would give u the answer.. 1) Go to your Project Properities 2) Go to VC++ Directories 3) DoubleClick on Include Directories and paste: $(DXSDK_DIR)Include 4) DoubleClick on Library Directories and paste: $(DXSDK_DIR)Lib\x86 (if your project is 64-bit, doubt that, paste this: $(DXSDK_DIR)Lib\x64) 5) GG EZ PROFIT €€ edit: just realized, some projects may contain other includes as for other files, you can just click this icon: Then edit and then u just add new path, paste the same thing in as above.. Then compile it, if everything goes well you will get following message: Quote 1>Done building project "projectname.vcxproj". ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== Now after you have successfully compiled ur own "cheat". Inject it and try some features and check everything works. If you wanna make the cheat ud you need to change signature, at this point I recommend to checkout unknowncheats for help. https://github.com/spirthack/CSGOSimple - I recommend to start from this, if you don't have any knowledge about coding https://github.com/rollraw/qo0-base - Or this one if you just know what are you doing. BUT if you wanna make fully your own cheat. I recommend to watch this tutorial, this tutorial teaches how to make ImGui menu: here you can find more tutorials about ImGui: https://guidedhacking.com/forums/imgui-hack-menu-tutorials-source-codes.461/ There's some basics. If you have problem please dm me here 🙂 3 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.