Skip to content

Pipe Issues #142

Open
Open
@D3sTeptu

Description

@D3sTeptu
  1. When you use Strong preset on any script, it will ALWAYS throw error:

Example of code:

local a = b

if not a then print("BBB") end
  1. When I use WatermarkCheck step in presets.lua it automatically converts the watermark into a Bytecode. Also, the watermark check in the code is visible for everyone, for example:
("\084\104\105\115 \083\099\114\105\112\116 \105\115 \080\097\114\116 \111\102 \116\104\101 \080\114\111\109\101\116\104\101\117\115 \079\098\102\117\115\099\097\116\111\114 \098\121 \076\101\118\110\111\095\055\049\048"):gsub("\046\043",function(s)_xnuv64=s end)if _xnuv64~="\084\104\105\115 \083\099\114\105\112\116 \105\115 \080\097\114\116 \111\102 \116\104\101 \080\114\111\109\101\116\104\101\117\115 \079\098\102\117\115\099\097\116\111\114 \098\121 \076\101\118\110\111\095\055\049\048"then return end
  1. If there is an error in the code while running, the console output does not give Informations about the error. This is not an issue but it should be by default enabled to detect what causing the errors and fix it. Example:

Original Code:

local b = 4
if a > 2 then 
     print("There should print the Line 2 error") 
end

Error:

 ./a.obfuscated.lua:1: attempt to compare number with nil
stack traceback:
        ./a.obfuscated.lua:1: in function <./a.obfuscated.lua:1>
        (...tail calls...)
        [C]: in ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions