C
C#11mo ago
Pandx

✅ Need Help

Hey i am very new and i want to start coding with c#
20 Replies
Pandx
Pandx11mo ago
i am macking a loader atm that is connected with key auth and i want that the first thing Connecting is blue but idk why its not
Pobiega
Pobiega11mo ago
a "loader"? what does that do?
Pandx
Pandx11mo ago
like connect with keyauth and stuff but thats not my problem
Pobiega
Pobiega11mo ago
I'm not sure what that means.
Pandx
Pandx11mo ago
i just want that the Connecting... is blue
Pobiega
Pobiega11mo ago
What will this application do when its finished? Okay, well you changed the background color, doesnt that work? or did you want to change foreground color?
Pandx
Pandx11mo ago
i tried both no one worked thats why
Pobiega
Pobiega11mo ago
thats a bit weird. it works fine for me
Pandx
Pandx11mo ago
hmm oklay and is there a way to code it like its you know to see it writing that the letters come slow
Tvde1
Tvde111mo ago
you have to do that manually. Write a letter, wait a bit, write another letter probably in a loop
Pobiega
Pobiega11mo ago
I'd still like to know exactly what a loader is thou, to be honest.
Tvde1
Tvde111mo ago
void WriteSlow(string text, int delayBetweenCharsMs = 100)
{
foreach(var character in text)
{
Thread.Sleep(delayBetweenCharsMs);
Console.Write(character);
}
}
void WriteSlow(string text, int delayBetweenCharsMs = 100)
{
foreach(var character in text)
{
Thread.Sleep(delayBetweenCharsMs);
Console.Write(character);
}
}
or something
ero
ero11mo ago
ero
ero11mo ago
Any guesses
Pandx
Pandx11mo ago
cant i or what
Pobiega
Pobiega11mo ago
Oh I see.
Pandx
Pandx11mo ago
sunglas
Tvde1
Tvde111mo ago
That explains the hoisting
Patrick
Patrick11mo ago
!ban @pandxyy nefarious/hacking software, advertising account selling for Valorant in bio
Want results from more Discord servers?
Add your server
More Posts