#Im trying to make a Developer Console outside of roblox using VS 2022 winforms

96 messages · Page 1 of 1 (latest)

earnest quartzBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

calm hinge
#

hi, sorry, we don't condone cheating

fickle swan
#

im not cheating, it just a project to use Luau instead of Lua outside of roblox!

#

@calm hinge

calm hinge
#

dll injectors are generally cheating

fickle swan
#

the dll is for a winfomr

#

winform*

#

i thought compiling Luau using dll is a good idea?

#
  • im not using that dll for injecting it into roblox or something, it is just a method to recreate a developer console outside of roblox,
#

@calm hinge

calm hinge
#

sec

fickle swan
#

ok

#

im so confuse lol

calm hinge
#

well, in the first place regardless trying to do something like this from nothing is difficult, esp if you have absolutely no programming experience

fickle swan
#

uhm im trying to learn c++

#

im a beginner

calm hinge
#

do you know what a std::vector is?

fickle swan
#

no

calm hinge
#

in that case, i recommend following a tutorial about c++, as pretty mcuh everything will be an uphill battle until you do

fickle swan
#

yeah im learning one, i might comeback

calm hinge
#

we have a bunch in #1124619767542718524 , check the "tutorials" tag

fickle swan
#

thx

calm hinge
#

the nice part is that once you learn one programming language you know like 65% of all "normal" languages

#

maybe 70

fickle swan
#

can i reopen the thread after i learn some basic?

calm hinge
#

sure yeah

fickle swan
#

k thx

#

imma go continue learning

calm hinge
#

👍 gl

#

fwiw @fickle swan you should get at least 50 hours of experience before you even look at this

fickle swan
#

ok

#

that's like 2.5 days

calm hinge
#

2.5 days straight

fickle swan
#

yes

calm hinge
#

yes

fickle swan
#

imma try learning a whole week

calm hinge
#

that'd be amazing

fickle swan
#

i only have some experience before with lua, luau and js

calm hinge
#

then you already have a leg up

fickle swan
#

i heard that c++ is way harder

calm hinge
#

c++'s is one of the most complicated languages out there

fickle swan
#

btw c is more simple than c++ and still can create the same result as i need in this thread?

calm hinge
#

people spend decades before they master every single nook and cranny. there's a lot to do, but the basics arent too bad

calm hinge
#

learning C first and getting a decent handle of it and then moving to c++ is a good idea, but definitely takes more time

#

but it gives you a deeper understanding

fickle swan
#

just gonna go straight into c++, im too lazy to learn c yk.

calm hinge
#

lol thats fair

fickle swan
#

i think 90% that the dll im making will use c++ instead of c

calm hinge
#

fun

#

well, make heavy use of this server for anything you dont know. #cpp-help-text is a good place for quick questions

fickle swan
#

ok

calm hinge
#

there's a lot in C++ that is very different from js/lua

#

like references / smart pointers (/ c style pointers)

fickle swan
#

my idea often get misunderstood by ppl

calm hinge
#

that just straight-up doesnt exist in javascript/lua

fickle swan
#

i got ban from c# server

calm hinge
#

it helps if you have more experience

fickle swan
#

sound nice

calm hinge
#

you'd be surprised how many times people come in here, say the words "roblox," "lua," and "dll" and have no idea how tod oa nything. they just want people to hack games for them

fickle swan
#

bruh

urban plume
#

I can confirm

calm hinge
#

that's why we have a zero-tolerance policy, it's just much easier that way

urban plume
fickle swan
#

sound just like the exp comunity of roblox

urban plume
#

which it's definitely not

calm hinge
#

idk man, have you seen uhh

#

vlas

#

those are complex! (/s)

fickle swan
#

haha, i wanna learn c++ which is harder at first tho, i wanna try sth hard and new

calm hinge
#

unless you have dedication

#

i spent a month learning five different langs, that was fun

urban plume
#

what other languages do you know?

fickle swan
#

im not just learning c++ for this dll only so yk

urban plume
#

@fickle swan

fickle swan
#

im not gonna give up

fickle swan
calm hinge
#

so you know what strings and arrays are

urban plume
#

then don't come into C++ with that expectation

fickle swan
#

yes

calm hinge
#

yeah ok that's good

urban plume
#

it's radically different

calm hinge
#

it is, to an extent

fickle swan
#

its "new"

calm hinge
#

logic/control flow/functions are essentially identical

urban plume
#

and everything else is not lol

calm hinge
#

arrays (vector in cpp) and strings are similar

#

classes are pretty similar

calm hinge
urban plume
#

hmm

fickle swan
#

every lang have like the same concept of variables and datatype, just different way to potray it

urban plume
#

brainfuck doesn't have variables

#

lol

fickle swan