Jump to content

source Can someone help me pls


Mo0se1nFor3st
 Share

Recommended Posts

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
image.png.1f38d288f0f22bfcd3aee1291deb6ed3.png

2) Go to VC++ Directories
image.png.cf76e6b8ed7a097db9c5eba499ae2ce1.png

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:image.png.38768d414d6c1db44095764cd1cdd502.png
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 🙂

  • Like 3
  • Thanks 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...