operation='COPY'
args=['4.38', '34']
Decompiler.mapping={'1': 'XOR_STR', '2': 'SET_VALUE', '3': 'BTOA', '4': 'BTOA_2', '5': 'ADD_OR_PUSH', '6': 'ARRAY_ACCESS', '7': 'CALL', '8': 'COPY', '10': 'window', '11': 'GET_SCRIPT_SRC', '12': 'GET_MAP', '13': 'TRY_CALL', '14': 'JSON_PARSE', '15': 'JSON_STRINGIFY', '17': 'CALL_AND_SET', '18': 'ATOB', '19': 'BTOA_3', '20': 'IF_EQUAL_CALL', '21': 'IF_DIFF_CALL', '22': 'TEMP_STACK_CALL', '23': 'IF_DEFINED_CALL', '24': 'BIND_METHOD', '27': 'REMOVE_OR_SUBTRACT', '28': 'undefined', '25': 'undefined', '26': 'undefined', '29': 'LESS_THAN', '31': 'INCREMENT', '32': 'DECREMENT_AND_EXEC', '33': 'MULTIPLY', '51.31': 'COPY', '62.17': 'JSON_STRINGIFY', '94.89': 'JSON_STRINGIFY', '69.4': 'XOR_STR', '57.54': 'XOR_STR', '56.88': 'BTOA_3', '16.63': 'BTOA_3', '81.37': 'CALL', '11.91': 'CALL', '79.06': 'BTOA', '64.86': 'IF_DIFF_CALL', '54.61': 'IF_DIFF_CALL', '89.97': 'COPY', '21.85': 'ATOB', '37.97': 'ATOB', '29.39': 'JSON_PARSE', '44.73': 'JSON_PARSE', '5.27': 'TRY_CALL', '40.56': 'TRY_CALL', '50.77': 'BIND_METHOD'}
Traceback (most recent call last):
File "c:\Users\denpo\Desktop\ChatGPT-main\manual.py", line 3, in <module>
print(ChatGPT().ask_question("What happened with crypto this week"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\denpo\Desktop\ChatGPT-main\wrapper\chatgpt.py", line 816, in ask_question
self.start_conversation(message)
File "c:\Users\denpo\Desktop\ChatGPT-main\wrapper\chatgpt.py", line 486, in start_conversation
turnstile_token: str = VM.get_turnstile(self.data["bytecode"], self.data["vm_token"], str(self.ip_info[:-1]))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\denpo\Desktop\ChatGPT-main\wrapper\reverse\vm.py", line 26, in get_turnstile
decompiled: str = Decompiler.decompile_vm(turnstile, token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\denpo\Desktop\ChatGPT-main\wrapper\reverse\decompiler.py", line 439, in decompile_vm
Decompiler.decompile(json.loads(Decompiler.xS(base64.b64decode(turnstile).decode(), str(token))))
File "c:\Users\denpo\Desktop\ChatGPT-main\wrapper\reverse\decompiler.py", line 390, in decompile
Decompiler.handle_operation(Decompiler.mapping[e], t)
File "c:\Users\denpo\Desktop\ChatGPT-main\wrapper\reverse\decompiler.py", line 78, in handle_operation
Decompiler.mapping[args[0]] = Decompiler.mapping[args[1]]
~~~~~~~~~~~~~~~~~~^^^^^^^^^
KeyError: '34'
operation='COPY'args=['4.38', '34']Decompiler.mapping={'1': 'XOR_STR', '2': 'SET_VALUE', '3': 'BTOA', '4': 'BTOA_2', '5': 'ADD_OR_PUSH', '6': 'ARRAY_ACCESS', '7': 'CALL', '8': 'COPY', '10': 'window', '11': 'GET_SCRIPT_SRC', '12': 'GET_MAP', '13': 'TRY_CALL', '14': 'JSON_PARSE', '15': 'JSON_STRINGIFY', '17': 'CALL_AND_SET', '18': 'ATOB', '19': 'BTOA_3', '20': 'IF_EQUAL_CALL', '21': 'IF_DIFF_CALL', '22': 'TEMP_STACK_CALL', '23': 'IF_DEFINED_CALL', '24': 'BIND_METHOD', '27': 'REMOVE_OR_SUBTRACT', '28': 'undefined', '25': 'undefined', '26': 'undefined', '29': 'LESS_THAN', '31': 'INCREMENT', '32': 'DECREMENT_AND_EXEC', '33': 'MULTIPLY', '51.31': 'COPY', '62.17': 'JSON_STRINGIFY', '94.89': 'JSON_STRINGIFY', '69.4': 'XOR_STR', '57.54': 'XOR_STR', '56.88': 'BTOA_3', '16.63': 'BTOA_3', '81.37': 'CALL', '11.91': 'CALL', '79.06': 'BTOA', '64.86': 'IF_DIFF_CALL', '54.61': 'IF_DIFF_CALL', '89.97': 'COPY', '21.85': 'ATOB', '37.97': 'ATOB', '29.39': 'JSON_PARSE', '44.73': 'JSON_PARSE', '5.27': 'TRY_CALL', '40.56': 'TRY_CALL', '50.77': 'BIND_METHOD'}