Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

its not working #5

Closed
ghost opened this issue May 23, 2023 · 1 comment
Closed

its not working #5

ghost opened this issue May 23, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented May 23, 2023

i believe it may be because of my powershell version but idk

At C:\Users\YO\Desktop\enc.ps1:140 char:22
+         Write-Host "[*] Reading '$($infile)' ..."
+                      ~
Array index expression is missing or not valid.
At C:\Users\YO\Desktop\enc.ps1:233 char:40
+             $code_alternatives += '    for (${48} = 0; ${48} -lt ${43 ...
+                                        ~~~
Unexpected token 'for' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:234 char:44
+             $code_alternatives += '        ${45}[${47}] -bxor ${43}[$ ...
+                                            ~~~~~
Unexpected token '${45}' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:234 char:75
+ ... de_alternatives += '        ${45}[${47}] -bxor ${43}[${48}]' + "`r`n"
+                                                                ~~~~~~~~~~
Unexpected token '' + "`r`n"
            $code_alternatives += '' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:235 char:44
+             $code_alternatives += '        ${47}++' + "`r`n"
+                                            ~~~~~~~~~~~~~~~~~
Unexpected token '${47}++' + "`r`n"
            $code_alternatives += '' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:235 char:51
+             $code_alternatives += '        ${47}++' + "`r`n"
+                                                   ~~~~~~~~~~
Unexpected token '' + "`r`n"
            $code_alternatives += '' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:236 char:44
+             $code_alternatives += '        if (${47} -ge ${45}.lENGTh ...
+                                            ~~
Unexpected token 'if' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:237 char:48
+             $code_alternatives += '            ${48} = ${43}.lENgth'  ...
+                                                ~~~~~
Unexpected token '${48}' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:237 char:68
+ ...     $code_alternatives += '            ${48} = ${43}.lENgth' + "`r`n"
+                                                                ~~~~~~~~~~
Unexpected token '' + "`r`n"
            $code_alternatives += '' in expression or statement.
At C:\Users\YO\Desktop\enc.ps1:238 char:44
+             $code_alternatives += '        {18}' + "`r`n"
+                                            ~
Unexpected token '{' in expression or statement.
Not all parse errors were reported.  Correct the reported errors and try again.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordExcepti
   on
    + FullyQualifiedErrorId : MissingArrayIndexExpression
@ghost
Copy link
Author

ghost commented May 24, 2023

my bad theres no issue

@ghost ghost closed this as completed May 24, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants