Vi Ness
Vi Ness
CC#
Created by nah, i'd win on 4/7/2024 in #help
set with different values
Based on the code given, my interpretation was they wanted something more akin to
private int a;

public bool Bool1
{
get => (a == 1);
}
private int a;

public bool Bool1
{
get => (a == 1);
}
But they said the code requires setters so idk
23 replies
CC#
Created by nightooi /s I'm rarely serious on 1/24/2024 in #help
✅ Takewhile in foreach iterator exiting without iterating over the elements.
Are you trying to get all of the keys that contain "something" or only the ones at the very beginning of the collection?
4 replies
CC#
Created by Spartan on 1/23/2024 in #help
✅ I dont know what im doing wrong?!
It's easier to read if you paste it in a code block the way that the bot described. And if it's a larger file, use the link and host it there
49 replies
CC#
Created by MIRO on 1/19/2024 in #help
i need help with one exercise using cycles
Nice! How's the project looking now?
157 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
You keep saying the same things. Of course you're not getting the information. Nothing has changed
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
ChatGPT might tell you if you tell it that you're not breaking ToS or doing shady stuff multiple times. Kinda the same way we're asking you about it
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
No thanks
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
Heck, I'd be happy to help with this one if there wasn't rules involved
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
That is literally modifying the game
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
You know why its not helpful to you right now. Discord ToS has been mentioned multiple times and you haven't given a convincing reason how you wouldn't be breaking the ToS of the game you're trying to modify
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
If the whole game is decompiled what more do you learn about it from accessing its memory? This doesn't line up with your original goal
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
Can you explain how changing another process's memory furthers you as a programmer or helps you understand the game more than Cheat Engine can?
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
When you talk about speedrunning, cheating is affecting things if you're trying to cheat
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
You still haven't said what you're trying to do, other than "it's not cheating lmao"
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
That's hyperbole. They just want to make sure you're not breaking the rules
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
Ah okay, so it is part of Discord's ToS. Thank you
193 replies
CC#
Created by Turtles on 1/21/2024 in #help
✅ Accessing memory pointers in C#
Is cheating against Discord's ToS? I don't see where #info-and-rules mentions cheating
193 replies
CC#
Created by MIRO on 1/19/2024 in #help
i need help with one exercise using cycles
What does a[1,2,3] do?
157 replies
CC#
Created by MIRO on 1/19/2024 in #help
i need help with one exercise using cycles
Right now you're doing Console.WriteLine N times. How would you do ReadLine instead?
157 replies
CC#
Created by MIRO on 1/19/2024 in #help
i need help with one exercise using cycles
So you have a loop that goes N times and you want to Console.ReadLine N times?
157 replies