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
#2
Pretty simple. But I'm sure there are still a lot of users that still don't know this. Nice post!
Reply
#3
(04-09-2011, 11:47 AM)KoBE Wrote: Pretty simple. But I'm sure there are still a lot of users that still don't know this. Nice post!

Thanks KoBE, it took my forever to find out how to do this on my own. There are no tutorials in the world that tell you how to do this, I was twelve when I ran into this feature lol.
[Image: t5BWm.png]
Reply
#4
Think this was posted before, but thanks!
Reply
#5
(04-12-2011, 05:08 PM)Moe Wrote: Think this was posted before, but thanks!

Yes it had been posted before because it was leaked here without credits, I came here and now I am proving it was mine/with credits.
[Image: t5BWm.png]
Reply
#6
Nice tutorial, thanks for posting.
Reply
#7
Wows, 51 hits and only 5 replies? For real? Thats messed up.
[Image: t5BWm.png]
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)