How to make Lua print to what I'm doing on my computer - lua

Hi I used to program back in the basicA Qbasic we wrote the program inside it and made executable well in paschal. But IDE don't confuse me as much as how do I pipe something out? Any help is appreciated. Also I would like to take the time in advance to thank you for listening and helping 😃
Also I would like to get into scripting

Related

Using Python4Delphi in Delphi programs to execute Delphi code

Good day everyone!
I have a question.
Perhaps someone has already experienced this.
I have a ready-made program on Delphi. And I need to initialize and execute all the functions of this program using a Python script.
Is it possible to accomplish this task only with the help of TPytnon components? Without adding memos and other things as shown in the demo programs.
Just run the script and get the result.
Maybe someone can help with this question. I would be very grateful for any help.
Thanks for attention.

How can I get this to normal language? What is it?

Someone encoded so many files on my machine - please help! Don't know a thing about this.
>4˜ÙSc8!¹ëe%£÷2˜9žÙq^3î/Úœ€ÕäÏòÉ:©ÓS#ÞFÚ¡NÂ;î ÜYHiŠþnŸtr†sèàa
çB6»ä ßè%y×y¦”
uçk£îl°&ø˜€ŒÂ#ÜòZ‰4ð‚öý ¥¨”øÐÝ ·©¹6ÄËbD¼Ym‰-Q#õ’ѪZH
%zŽhŠõY¼EV¼§°Éé:ßú-Ö]uË?£ÍžLËã\wVj«­.gkƒñîLµ‚yßH#¸×ç0·§¡2rÌ€3®(FÓð]Qkâ(áñsäo
tX©™O7Ñ„ÂÝc{Í(›;DQ¶´CÜC$þŒS2‰éS'YilÀ!G1 ˆøù!›;ŒÁø“_U£‡vÃvÇþzðxº£µË!ÿìÐÏw©€:q:‚9j´®‡z¢ÿ“‹i˜Mû°”+üµÜÊwe´û¤„ÿÁÌ:)‡¶Q%Ãà¹4ÉÒc}üpCëZÅ|,ïì-0q3rŸ‡½E; ܃C¿+º§½8³™§3B[Ûi(/Žq?°ÐýÈÞ98Ä”¤Â«J-‚ýAƒyb‘•#¾XõüƒÓJìß>ä¼ø‰ 2xÊxh6|.äFß5߶å‘àØxÝÎöpòXÿ¸î/Ø›ÓÉn-åï´øx®ë#jBSvöÄ„Ýû[qwyôœ³`WÇž•ÌÓJÜw‡¿Ùhœã·÷ÆT$žƒmm”&ºS­p¡a‹&¯ÈhÿK˜ÕùÿÏô•_8„ÚXÐ
Willing to learn and willing to hire someone to help
This doesn't seem like encryption, I think you opened a file you shouldn't have in notepad. If not, can you try to provide a little more background?

Deobfuscate loadstring Lua

I need help with my loadstring, i lost my source of script and my last rest of program is loadstring (i have obfuscated for other people, but i don't have backup).
for example help me with this loadstring:
\27\76\117\97\81\0\1\4\4\4\8\0\16\0\0\0\64\108\111\97\100\115\116\114\105\110\103\46\108\117\97\0\2\0\0\0\7\0\0\0\0\0\0\2\5\0\0\0\36\0\0\0\7\0\0\0\5\0\0\0\28\64\128\0\30\0\128\0\1\0\0\0\4\6\0\0\0\70\117\100\101\114\0\1\0\0\0\0\0\0\0\3\0\0\0\5\0\0\0\0\0\0\2\5\0\0\0\5\0\0\0\6\64\64\0\65\128\0\0\28\64\0\1\30\0\128\0\3\0\0\0\4\3\0\0\0\105\111\0\4\6\0\0\0\119\114\105\116\101\0\4\45\0\0\0\84\101\115\116\97\110\100\111\44\32\116\101\115\116\97\109\101\110\116\111\115\44\32\116\101\115\116\97\100\111\115\32\112\101\108\111\115\32\116\101\115\116\101\115\0\0\0\0\0\5\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\4\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\3\0\0\0\6\0\0\0\6\0\0\0\7\0\0\0\0\0\0\0\0\0\0\0
How to deobfuscate Loadstring? ( i am novice please help with details ).
Thanks.
You may try LuaDec or some other decompiler (there is a section on this Wiki page), but it may be a good exercise to rewrite it from scratch. The quality of the decompiled code also depends on whether you left any debug information in it or not.

Lua script in Aegisub? I don't understand it

I'm trying to make vertical karaoke kanji with furigana in Aegisub which uses lua script. I didn't write the code as I state here, I'm not advanced enough to write codes yet, but I can edit the effects at least. - http://forum.aegisub.org/viewtopic.php?f=5&t=66245&p=90280#p90280
My file and other needed info regarding my topic can be found there as well.
I'm very confused at the moment as I can't figure out how to make the code so that the subtitles don't spin and keep their current effect... Also, the code that the person gave me, doesn't work. Any help is appreciated. Thank you!

How to call functions/set data in a game from an external program. (Skyrim)

I was wondering if there is any possible way to call functions in a running process from an external process. I'm trying to write myself a program right now to call console commands in Skyrim from an external process. The console itself in Skyrim is pretty wimpy, and I thought I could make a program with a GUI that would allow me to do things like add items or equip weapons. I have 3 ideas to doing this, which are calling the code directly (?), altering the running memory for things like inventory, equipped items, etc., or just sending keystrokes to quickly type the console commands. I'd prefer to do the 1st method if there is any way how, because it seems the most direct. I've seemed to have located the console commands in the executable using IDA decompiler, but I have no clue what to do next.
Can anybody point me in the right direction? Any help at all, or links or articles, would be greatly appreciated.
Thanks, Glen
Yes! Skyrim Script Dragon allows you to execute C++ code from Skyrim and call Skyrim commands from C++.
Mmmm, I think you need to work with ASM, and have knowledge of the way the Skyrim console works. Check if the console is open-sourced with code available to download for free. Otherwise use something like REC Studio or IDA to decompile your exe (and create a patch with the functionality you are looking for.

Resources