C
C#16mo ago
deteto_chudo

❔ how to make dll injector

i need to make dll injector on c#
29 Replies
deteto_chudo
deteto_chudo16mo ago
idk if this is against the rules but if u guys can help with something i will be so thankful
Hazel 🌊💃
Hazel 🌊💃16mo ago
Depends on why you need to make a DLL injector.
deteto_chudo
deteto_chudo16mo ago
for legal purposes
Hazel 🌊💃
Hazel 🌊💃16mo ago
Also, what have you tried so far?
deteto_chudo
deteto_chudo16mo ago
Yes
Hazel 🌊💃
Hazel 🌊💃16mo ago
That doesn't really clarify the reason.
deteto_chudo
deteto_chudo16mo ago
like i dont need this to h@ck games or etc i just wanna make it to see if i can i watched a vid but it was with forms app idk forms app so something get wrong and i just surrender
x0rld
x0rld16mo ago
it's probably the same logic
deteto_chudo
deteto_chudo16mo ago
Finlin Cheats
YouTube
How To Make A DLL Injector | C# | 2021
Hi Guys! Thanks for watching. This is the very first coding tutorial that I have made. Despite the hours upon hours it took to edit, It was a fun video to make. Also, I just want to say thank you so much for 19k. Let's shoot for 20k. It is so weird to say that though because I remember just a few years ago when I got 20 subscribers. In today's ...
deteto_chudo
deteto_chudo16mo ago
this is the video
Thinker
Thinker16mo ago
a DLL injector is sus as hell
deteto_chudo
deteto_chudo16mo ago
ik ik but i dont have what to do
x0rld
x0rld16mo ago
framework 4.8 💀
deteto_chudo
deteto_chudo16mo ago
and decide to do that
Thinker
Thinker16mo ago
just know that you're very likely to be warned and/or banned for just creating this post
Jimmacle
Jimmacle16mo ago
>finlin cheats
deteto_chudo
deteto_chudo16mo ago
idk idk i didnt see something for this in the rules and i decide to post it
Thinker
Thinker16mo ago
it's against discord's tos also are you advertising "rockstar accounts" in your bio
deteto_chudo
deteto_chudo16mo ago
idk i have never read their tos and what about this?
x0rld
x0rld16mo ago
that means you're doing stuff against rockstar tos too
deteto_chudo
deteto_chudo16mo ago
its legal
Thinker
Thinker16mo ago
when
deteto_chudo
deteto_chudo16mo ago
fr
x0rld
x0rld16mo ago
when
Scratch
Scratch16mo ago
!ban @deteto_chudo making hacks
tannergooding
tannergooding16mo ago
scratch is 2 fast 4 me
Jimmacle
Jimmacle16mo ago
i went to the website out of curiosity and it was suspiciously lacking in detail PepeHmmm
x0rld
x0rld16mo ago
which website ? xD
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Any way to optimize this? Task.WhenAllThis takes anywhere from 6-14 seconds, Any way to make it faster? ``` private async Task HandlePha❔ Delayed call to a functionI am writing search in Blazor and the search needs to happen without enter or tab press. What I wan❔ [MVC/RazorPages] Why can't I access model data?If I try printing to console the form data that I've `[BindProperty] ` on the OnPost() method, it co❔ async void in event handler (window "OnClosing" event)I have this code here which obviously shouldn't work due to how async void and Task.Delay naturally ❔ trying to get my Dialog system to be with a key press and not just walking into the npc, unity 2dI've been trying for awhile now to make it so it works but, everything I do doesn't work. I have a❔ Differenct action names is not working ASP.NET Corehttps://stackoverflow.com/questions/76006309/different-action-names-are-not-working-in-asp-net-core-❔ how to deploy asp.net project to ec2 linux server using github actions with dockerHi guys i want to deploy my api project (.net 6) to ec2 server (linux) with github actions and it wi❔ WPF Date entry Forms MVVMHello, I don't understand in WPF when I should use MVVM and when I shouldn't. For example, i'm loadi❔ Access appsettings.json in ASP.NET Web API in Azure published App Servicehttps://stackoverflow.com/questions/76005641/azure-hosted-asp-net-web-api-cannot-access-appsettings-❔ Akka.net Actors are not responding in timeI have a system that consists of two Actor classes and a class that calls these actors. ```cs publi