Hey guys!
Today I wrote a junk code generator for VB.NET in Lua.
Just put a 'J where you want code to be generated.
I will probably improve this (a lot) and make it generate more than just Strings, Bytes, and Integers.
How to run:
lua random.lua file.vb
Example:
Input
Code:
Imports System
Public Module junkCode
Sub Main()
'J
Console.WriteLine("This code's gonna get fucked up.")
'J
End Sub
End Module
Output
Code:
Public Module junkCode
Sub Main()
Dim DtzmXTHcTGlFS As Integer = 2103900877
Dim ewORTdvkqVjTl As String = "FEBbwvyvrysCVQHg"
Dim aVJMHZCNeHJvBR As Integer = 959607397
Dim hWuXgWPJRtQmCk As Byte = 50
Dim yiEgzSPbEbaII As String = "gCdyOqxuNFrXDE"
Dim KpRJPHZzGNPBjKd As Byte = 198
Dim yYVNVfuEmyNVSnZe As Byte = 92
Dim sKVczknFrDBQg As Byte = 69
Dim LtKlJIRhbfRBLl As Byte = 28
Dim IfZiAWzUYCYotR As Integer = 1064074969
Dim XARyvzfKZSmcB As Byte = 109
Dim zvpUrvOtZfSPEQ As Integer = 798580531
Dim DbRIOdyXwfleTn As Byte = 19
Console.WriteLine("This code's gonna get fucked up.")
Dim cUNKsPbzhJSqh As Integer = 667701145
Dim anrEEPcXBvRHbPZ As Integer = 62195563
Dim oKNdMGLpplEhazPa As String = "xIrTPXhuoooZXcIY"
Dim SfEujBocwjyyM As Byte = 72
Dim kNGPuzWQmOqwUIsS As String = "eHVTLeTYCHxxLQy"
Dim qpUdibsOgZfBMkizw As Byte = 76
Dim IiEMybCkGIbpqqJyN As Byte = 132
Dim VtIzOfOdgGYlRRJp As String = "kdZDKaXaWwsuBqmO"
Dim SEqhgTDGWFrtQ As Byte = 196
Dim jlSoqMBlWUpkft As Integer = 1289984455
Dim vNzRMvekFllcpWkJ As Integer = 2138636017
Dim ukfOZEPskEzvB As Integer = 625166983
Dim OAHxgsmsILcyNDI As Integer = 1693501921
End Sub
End Module
Also, I'm not sure why it adds shit tons of lines, but it looks funny tbh. It's whatever.
Pastebin