Own Roblox Exploit not working (Access denied for Exlpoit dll) - dll

enter image description hereSo I wrote my own Roblox Mod Menu witht the help of Youtube. Yesterday when I started it everything was fine, but since I turned on my Microsoft Antivirus again, Im just getting Errors.
When I try to inject my Roblox I always get the Form1 Error Tab with Access denied for the exploit dll. I tried to turn off my Antivirus again and give me the rights but still nothing. I hope someone can help me ;)
So I hope someone Can Help me getting Access to the dll again. THX!

Related

Bixby Developer Studio keeps asking me to login

When I first launched Bixby Developer Studio, it greeted me with a startup screen with a Login button. I clicked on it and it opened a login page in my browser. I logged in that page using my Samsung developer account. The login was successful and a pop-up appeared asking me if I will allow the page to launch Developer Studio (which was already open at that point). I allowed it, but nothing happened; Developer Studio was still showing the startup screen.
I restarted the application but it again showed me that startup screen with the login button. If I click on the login button, it will just take me again to the login page in the browser. And then nothing would happen if I login again.
I'd suggest verifying if your browser is configured to accept cookies. If that information is verified and the problem still exists, there might be additional information in the ide.log file that can provide more insight
To get that information, follow these steps:
Note the time when you begin the next steps.
Go through the login process until you hit the point of failure.
From the IDE menu, click on Help -> Create Diagnostics Report. This
will popup a dialog that will point you to the location of the
diagnostics report, by default this location is
C:\Users\'User'\bixby-workspace\
Unzip the diagnostics report and look at the ide.log file for any
errors at the time of login.
Feel free to post the errors here or if you prefer, you can open a ticket with Bixby Support too.
There are a couple of points you could work on here -
In this case, I suggest you to keep the browser open in the background while clicking on the login button. I was facing the same issue and somehow it worked for me like this. This has been an issue on a Windows machine. On a Mac this problem is not faced till now.
You could restart the Bixby studio itself for logging in again.
Also, I suggest removing the browser cookies as told by shahnawaz above.
Do let us know if this still persists !
Thank you all for your suggestions. For some reason, it just started working right after I received dozens of Windows updates (it's been a few days since I logged in to my Windows account as I have been using Linux; I rarely use my Windows account now and I wish Bixby Studio was available in Linux too). So, I actually haven't tried any of your suggestions yet. Thanks again, anyways!

Trojan in my VB application

I recently sent my application to a friend and to my surprise, he told me that he was with a Trojan. I checked the file in Virus Total and the site reported these things to me. Does anyone know how to solve it?
Does anyone know how to solve it?

Activate error message in mshta.exe

I'm trying to make an HTA on a very old Windows XP with IE8. I made an error in the program (which I've corrected since) and I accidentally checked the box "do not show this kind of message again" and now if I make an error it doesn't tell me. How do I reactivate error messages?
As before ppl said Internet Explorer should do the trick as that is the engine you are using.
Go to Internet Explorer (11) Settings, Advanced Tab, Reset Internet Explorer.
Apply and test your HTA.
Just had the same problem and I just solved it :)

IIS Remote Manager is missing icons for a specific site

I have a developer that came to me with and issue. He is remotely managing one of his sites on one of our development servers and all of a sudden he lost all of the icons in IIS for this specific site..
All other sites display his icons correctly and when I have him test on another computer everything displays correctly.. So what could have gone wrong on his machine? It was working but is now not working.. Any help here would be greatly appreciated.. Never seen this before and cant seem to figure out what caused it to just go away.. There should be so many more options for him.. Plus if you can see he lost the ability to see the folders on this site also.. And it is every site on this server.. But like I said it is just on his computer, he goes to a different computer he has access to everything..
Guess I cant post a picture.. But if you need to see it I can send it to you if you need to see what I am talking about..
Come to find out he was ignoring the prompt that he was getting saying that there were new versions of the tools to download on his machine that are on the server.. He just hit Cancel instead of selecting them and hitting ok to install the DLL's and enabling them.

Embedding RDP webpage in WordPress

So my dad wants to be able to RDP from a webpage. He knows this is a Windows Only thing anyway, but the problem is that I can't embed it in WP. Works fine standalone, but as soon as I embed it in a template or iFrame it, it stops working.
Any ideas?
http://msdn.microsoft.com/en-us/library/windows/desktop/aa380809(v=vs.85).aspx works if I put that on it's own webpage, but as soon as I put it in WP, it dies. I know jack about VB so any suggestions for someone who is great at WP, but poor at Windows/IIS/VB is welcome.
I am pretty good at all of the tech you mentioned.
WP is not special, after all of the server side processing it emits standard web stuff.
I can offer some standard debugging tips to see what the problem is:
Is it an HTTP/HTTPS issue?
Is it an CrossFrame/XSS issue?
Did you see any errors being thrown in the browser's console?
Did you run fiddler on it and see if there are any errors?
Did you look at the IIS logs to see if there were any errors?