Categories > Coding > C# >
[REQ] How can i open an .exe with a button?
Posted
I wanted to add FPSUnlocker to my exploit, but i don't know how to start it in the direcory. Process.Start($"./bin/FPSUnlocker.exe");
does not work. Could someone help me?
Languages: Lua, LuaU, C#
Replied
learn how to use stackoverflow
Cancel
Post
https://cdn.discordapp.com/attachments/1023423265160560745/1132948683747500092/Frame_12x.png
Replied
If you want fpsunlocker with wrd api , simply use "setfpscap(9999)"
Cancel
Post
https://imgur.com/a/oOomuUo
Replied
Process.Start($"{Environment.CurrentDirectory}/bin/FPSUnlocker.exe");
Cancel
Post
Replied
System.Diagnostics.Process.Start(Application.StartupPath + "//WorkingDir//FPSUnlocker.exe");
Cancel
Post
Added
Why the hell would u do
"System.Diagnostics.Process.Start();"
When all u gotta do is Process.Start() not saying it would over complicate it or make it harder to code but its just a waste of time to do that when you could just type 2 things and bam
Cancel
Post
Know c# and trying to expand my knowledge in it.
Rep Goal [1,2,3,4,5,6,7,8,9,10]
Rickrolled Talan2016 : https://cdn.discordapp.com/attachments/852018376368979974/852033650593497128/unknown.png
Replied
@68804 bad code
Process.Start("./bin/DKLMASKDLAMSDKMASDMA.exe")
Cancel
Post
Discord : Doctor Doom#0550
Replied
@MaximusExploit don't see how it's bad, personally find Environment.CurrentDirectory cleaner than using a dot
Cancel
Post
Replied
@68804 Thats not... Dude you could just the "using blah blah" then do Process.Start ez thats all u gotta do
Cancel
Post
Know c# and trying to expand my knowledge in it.
Rep Goal [1,2,3,4,5,6,7,8,9,10]
Rickrolled Talan2016 : https://cdn.discordapp.com/attachments/852018376368979974/852033650593497128/unknown.png
Replied
Use @ instead of $
Cancel
Post
"never pay for lego game hacks just min-"
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post