ethanedits / Warzone-Project

Kernel Warzone Cheat. Includes ESP, Aimbot, Bone ESP, and Menu
80 stars 31 forks source link

Latest Offsets #5

Closed 1tsMeMario closed 2 years ago

1tsMeMario commented 2 years ago

Dravens offsets on unknowncheats are relatively old. and im a bot so i can't make since of what has been posted recently to try and update it so any help would be appreciated.

xyinvsk commented 2 years ago

Grab the latest, replace and run the .py file to generate a new set - move those into the project.

Ill update it tomorrow.

1tsMeMario commented 2 years ago

ive looked through unknowcheats and replaced them with offsets listed as latest and the src wont compile. it just lists a bunch of errors

On Thu, Feb 10, 2022, 2:47 PM xyinvsk @.***> wrote:

Grab the latest, replace and run the .py file to generate a new set - move those into the project.

Ill update it tomorrow.

— Reply to this email directly, view it on GitHub https://github.com/ethanedits/Warzone-Project/issues/5#issuecomment-1035415839, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV2UGZLX7WLQK6ZRP66IGQLU2QI5LANCNFSM5N2P7PJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

jiguja commented 2 years ago

I've already updated the offsets, but it still says : you're either not in game or cheat is outdated..

OMW2 commented 2 years ago

Very new to this, but does someone who knows what they're doing want to walk through some of the code in this to help me get a better understanding of it so I can fix some errors that keep showing up that put me in debug mode instead of letting me attach to the game?

OMW2 commented 2 years ago

Errors Here are the errors I currently am getting.

1tsMeMario commented 2 years ago

well for one you need Visual Studio 2019 to use Windows Kernel Driver Build Tools

https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk download and install Visual Studio 2019 then download and install Windows 11 SDK

once thats done install the WDK for Windows 11 after thats complete it should automatically prompt you to install the wdk extension for Visual Studio 2019. go ahead and install that.

this tutorial will fix the last error you saw as well as provide the proper build environment for the project solution.

as far as the other errors you need to understand the language more to fix the code.

On Mon, Feb 14, 2022, 6:39 PM OMW2 @.***> wrote:

[image: Errors] https://user-images.githubusercontent.com/99453576/153965183-bbe023c1-e28f-4065-9d2a-287919faa56b.PNG Here are the errors I currently am getting.

— Reply to this email directly, view it on GitHub https://github.com/ethanedits/Warzone-Project/issues/5#issuecomment-1039686463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV2UGZN6YLEUO4E3ORUDGWTU3GHDPANCNFSM5N2P7PJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

OMW2 commented 2 years ago

I have Visual Studio 19 but I am still on Windows 10. Do I need Windows 11 to use this? Thanks for the link I will try to do more research to fix the other part of the code I am having trouble with.

1tsMeMario commented 2 years ago

no u need the wdk and sdk to build kernel mode drivers.

On Sun, Feb 20, 2022, 8:12 AM OMW2 @.***> wrote:

I have Visual Studio 19 but I am still on Windows 10. Do I need Windows 11 to use this? Thanks for the link I will try to do more research to fix the other part of the code I am having trouble with.

— Reply to this email directly, view it on GitHub https://github.com/ethanedits/Warzone-Project/issues/5#issuecomment-1046235149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV2UGZJ24PNMHHSRCPP4FMLU4DSCNANCNFSM5N2P7PJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

OMW2 commented 2 years ago

Ok, Doing that fixed the Kenral driver issue. Do you have any insight as to where to look to fix the "Element has an invalid value of "stdcpp20" and "MSB6011 Invalid parameters passes to the Microsoft.Build.CPPYasks.Cl task."? As for the 'auto' is not allowed here I may be using an incorrect version of C++ it seems like. I am still trying to dig for that answer online. I appreciate the guidance!

1tsMeMario commented 2 years ago

no idea sorry. i dont know C++ that good really

On Sun, Feb 20, 2022, 1:39 PM OMW2 @.***> wrote:

Ok, Doing that fixed the Kenral driver issue. Do you have any insight as to where to look to fix the "Element has an invalid value of "stdcpp20" and "MSB6011 Invalid parameters passes to the Microsoft.Build.CPPYasks.Cl task."? As for the 'auto' is not allowed here I may be using an incorrect version of C++ it seems like. I am still trying to dig for that answer online. I appreciate the guidance!

— Reply to this email directly, view it on GitHub https://github.com/ethanedits/Warzone-Project/issues/5#issuecomment-1046296910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV2UGZLCFLHXI4D564TGSVLU4EYPRANCNFSM5N2P7PJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

OMW2 commented 2 years ago

Does your version have this line of code in sdk.h? bool inRange(auto low, auto high, auto x) it is line 92 on mine.

OMW2 commented 2 years ago

Or can I see how you properties settings are setup? Project>Properties>C/C++>Language

1tsMeMario commented 2 years ago

i dont have the project anymore dude.

On Sun, Feb 20, 2022, 3:16 PM OMW2 @.***> wrote:

Or can I see how you properties settings are setup? Project>Properties>C/C++>Language

— Reply to this email directly, view it on GitHub https://github.com/ethanedits/Warzone-Project/issues/5#issuecomment-1046312550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV2UGZNWSUQKDD6LUL2SUCTU4FDYJANCNFSM5N2P7PJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

headlessNode commented 2 years ago

hey you solve the stdcpp 20 issue by changing the language standard in project properties