C
C#15mo ago
Pandx

✅ Need Help

Hey i am very new and i want to start coding with c#
20 Replies
Pandx
PandxOP15mo 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
Pobiega15mo ago
a "loader"? what does that do?
Pandx
PandxOP15mo ago
like connect with keyauth and stuff but thats not my problem
Pobiega
Pobiega15mo ago
I'm not sure what that means.
Pandx
PandxOP15mo ago
i just want that the Connecting... is blue
Pobiega
Pobiega15mo 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
PandxOP15mo ago
i tried both no one worked thats why
Pobiega
Pobiega15mo ago
thats a bit weird. it works fine for me
Pandx
PandxOP15mo 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
Tvde115mo ago
you have to do that manually. Write a letter, wait a bit, write another letter probably in a loop
Pobiega
Pobiega15mo ago
I'd still like to know exactly what a loader is thou, to be honest.
Tvde1
Tvde115mo 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
ero15mo ago
ero
ero15mo ago
Any guesses
Pandx
PandxOP15mo ago
cant i or what
Pobiega
Pobiega15mo ago
Oh I see.
Pandx
PandxOP15mo ago
sunglas
Tvde1
Tvde115mo ago
That explains the hoisting
Patrick
Patrick15mo ago
!ban @pandxyy nefarious/hacking software, advertising account selling for Valorant in bio
Want results from more Discord servers?
Add your server