Help, i need make placebo client.

Vape

Active Member
Messages
702
Social Credit
2
lmao, i need make that for troll my friend (sorry for shitpost)
Skip to where I open VS. And copy the code.

If you wanna make it a winforms app instead of console.writeline("bare shit about injecting") drag a label onto the form and just do lblchatshit.text = "the shit you wanna chat"

Done

 

ra1n

New Member
Messages
13
Social Credit
0
Or if you wanna do it in C++ w/ console, learn the basics of cpp, learn how to get a handle to the console to change the text colour (I'm Australian, so that's how you spell it here), std::cout random 'injecting, client shit', use getline for handling commands to the 'cheat' and you're done.

lmao
 

Vape

Active Member
Messages
702
Social Credit
2
Thanks all

Module Module1

Sub Main()

Console.Title = "100% Legit Ring0 hack men ;v"

Dim getprocessname() As Process

getprocessname = Process.GetProcessesByName("Badlion Client")
If getprocessname.Count > 1 Then

Console.ForegroundColor = ConsoleColor.Green
Console.WriteLine("Found Badlion process blah blah blah")
System.Threading.Thread.Sleep(4000)
Console.WriteLine("injecting reach.")
System.Threading.Thread.Sleep(500)
Console.Clear()

Console.WriteLine("injecting reach..")
System.Threading.Thread.Sleep(500)
Console.Clear()

Console.WriteLine("injecting reach...")
System.Threading.Thread.Sleep(500)
Console.Clear()

Console.WriteLine("Reach injected men ;v 100% not placebo or fake in any way!!!")
Console.Read()

Else
Console.ForegroundColor = ConsoleColor.Red
Console.WriteLine("Badlion client process not found there for 100% legit RING0 hacks cannot be INKEKTED men ;v")
Console.Read()

End If

End Sub
End Module
 
Top