Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TuToRiAl] Increased Administrator Manifest Privileges in Visual Basic
#1
Hello person checking my tutorial out, if your VB applications require tweaking computers, editing strings or steamwriter functions, accessing certain internet connections, administrator privileges, you have came to the right place.

I Have A Story why my Stuff Got Leaked Here, View Spoiler:

On subject

Welcome. What this tutorial shows: Gives your Application Administrator manifests which means the application can change anything to the system. Kinda easy and hard to do but WORKS... Now open up Visual Studio 2010! Please Reply if you liked/need help!!!

STEPS WITH A VISUAL PROSPECTIVE:

Number 1: Open up Visual Studio 2010

Number 2: Go To Centextmenu and find "Project" then hit "<Project Name> Properties..."

[Image: 2551d89.png]

Number 3: Now find the Button that says "View Windows Settings"

[Image: 72y4g3.png]

Number 4: Coding Time! (Yes this language you are seeing is XML.)
Now it gets difficult, Hit the Shortcut Keys: CTRL + F and Switch Tab to Quick Replace.


[Image: 33eqx5v.png]

Number 5: Now Enter the Following Code into the Following Quick Replace Boxes.

FIND WHAT:
Code:
Code:
<requestedExecutionLevel level="asInvoker" uiAccess="false" />

REPLACE WITH:
Code:
Code:
<requestedExecutionLevel  level="highestAvailable" uiAccess="false" />

[Image: 16bng4l.png]

Number 6: Then hit the Replace Button and Save. Now you have just given your Application an Administrator Manifest, now please, use this with trust because I don't want to get blamed for showing you how to make an application to hijack a computer LOL...

Enjoy, L3g1tWa5te a.k.a. MaiTriCks a.k.a. C0de_Override now known as High Roller.

Don't forget to say thanks people!

[Image: t5BWm.png]
Reply


Messages In This Thread
[TuToRiAl] Increased Administrator Manifest Privileges in Visual Basic - by Resistance - 04-09-2011, 10:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How To make an advanced Operating System in Visual Basic 2010 ? Mohamed Samir 9 12,590 01-15-2013, 09:30 PM
Last Post: Resistance
  [TuToRiAl] How to make Offline (No Internet) Captcha (Human Confirmation) [TuToRiAl] Resistance 24 12,674 08-30-2012, 10:14 PM
Last Post: Resistance
  [Visual Basic] FTP Uploader [Tutorial] Coding Support 6 3,042 08-12-2012, 12:36 AM
Last Post: Kenneth
  Visual Studio Bill Nye The Science Guy 1 1,043 03-19-2012, 09:08 AM
Last Post: BreShiE
  Visual Basic Guide - Buttons Death Demise 9 5,350 03-09-2012, 06:46 PM
Last Post: BreShiE

Forum Jump:


Users browsing this thread: 1 Guest(s)