Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Automatic DEP Disabler/Enabler
#1
Well i know you guys use mods and stuff but i don't exactly know if you use aimbots, well i do and it took me ages to set it up, one of the things needed is the DEP, it needs to be disabled, and it took me a bit to figure it out, but i got, but otherwise i dabble in batch at the moment, i am currently working on a simple no recoil and crosshair hack for MW3, Counter Strike Source and Black ops, in Visual Studio 10, coded in C++, Keep an eye for it.

This batch will fully disable or enable DEP. Choose "Run as administrator" when you rightclick the batch file.

!!!This only works on Vista and Win7. In case you're on XP, follow the manual instructions!!!

Disable DEP: Run the attached Batch file as admin, it will ask you if you want to disable or enable DEP, enter d (=disable) and then it asks you if you are sure, enter y (=yes). Restart your PC!

Enable DEP: Same steps as above, just use e (=enable) instead of d!


A Virus scan to prove its not a virus Smile

https://www.virustotal.com/file/1ded...is/1327996912/

I have tested this multiple times and i have posted this on other hack websites (website for Counter Strike Source cheats) and it works, i have had several good comments back and im loving it Smile

Yours Sincerely

Dylan Krajewski

Here is a look at the code.
Code:
@echo off
echo Do you want to enable or disable DEP(Data Execution Prevention)? (e/d)
set /p wahl2=
if '%wahl2%' == 'e' goto Enable
if '%wahl2%' == 'd' goto Disable
:Disable
echo Do you really want to disable DEP(Data Execution Prevention)? (y/n)
set /p wahl=
if '%wahl%' == 'n' goto No
if '%wahl%' == 'y' goto Yes
goto End
:No
echo You decided to not disable DEP(Data Execution Prevention)!
goto End
:Yes
bcdedit /set {current} NX AlwaysOff
echo DEP disabled, please reboot your computer to take advantage of these changes
goto End
:Enable
echo Do you really want to enable DEP(Data Execution Prevention)? (y/n)
set /p wahl3=
if '%wahl3%' == 'n' goto No2
if '%wahl3%' == 'y' goto Yes2
:Yes2
bcdedit /set {current} NX AlwaysOn
echo DEP enabled, please reboot your computer to take advantage of these changes
echo if you have questions...
echo Email me at dylankrajewski78[at]yahoo.com
echo YOU ARE FREE TO DO WHATEVER YOU WISH WITH THE PROGRAM
echo JUST MAKE SURE YOU CREDIT ME AND ADD MY EMAIL IN THE CREDITS!
echo Thanks for using my scripts
echo If you need easy to use scripts for Windows programs just ask!
echo All copyright belong to me
goto End
:No2
echo You decided to not enable DEP(Data Execution Prevention)!
goto End
:End
pause


Attached Files
.rar   EnableOrDisableDEP.rar (Size: 450 bytes / Downloads: 72)
[Image: 6vFJ9.png]


All i have to say is.....

lol


Reply

#2
I heard that rumors that (sometimes) your PC won't boot anymore if you do this, can you confirm it?
Reply

#3
I disabled DEP 2 days ago because I had some explorer.exe crashes, now it's solved and it's running smoothly but I don't prefer others doing it. Because I heard that others got that problem where @JariZ is talking about.

I used this btw for disabling DEP:
Code:
bcdedit.exe /set {current} nx AlwaysOff
(and if you want to enable it again: )
Code:
bcdedit.exe /set {current} nx AlwaysOn
(make sure to do this in cmd, and reboot after done)
Reply

#4
Well, i'm not disabling this just so I can use some hax and as surtek says, I don't prefer others doing it neither
Reply

#5
Only shitty hacks need DEP disabled. It's a major security feature which you should keep enabled.

Or someone may take your PC over with some Adobe application exploits.
Reply

#6
Polish roots hmm ? Big Grin

What are you making that you need to disable DEP ?
[Image: lQDUjba.jpg]
Reply

#7
i guess ring hacks
almost every kernel hack needs disabled dep
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Automatic save Rendflex 10 5,804 04-06-2013, 21:51
Last Post: barata
Brick [Request] iPrintLn Automatic time XxBRxX 13 6,793 12-20-2012, 08:46
Last Post: 99IRock
  [Tutorial] Getting automatic AC130 OrangePL 11 8,593 12-31-2011, 02:32
Last Post: Tomsen1410
  [Request] help automatic turrets tresgroymasters 9 4,516 10-15-2011, 00:37
Last Post: clxyeah
  [News] Automatic pistol [no hax/scripts] iAegle 2 2,211 07-21-2011, 17:12
Last Post: iAegle
  Make a Gun Fully Automatic Cardsben 3 2,563 06-26-2011, 16:33
Last Post: iBanana
  MW2_Liberation doesn't work as VAC disabler? Xandosoulja 2 2,974 02-09-2011, 17:58
Last Post: isokasi
  [HELP]Vac disabler ? what this is ? wezljkz 6 4,176 01-12-2011, 20:55
Last Post: d0h!

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.