Have you ever used chatgtp to fix code?

condorazul

New member
XNullUser
Joined
Jun 12, 2023
Messages
4
Reaction score
0
Points
1
Location
Madrid
NullCash
6
I´ve tried to use chatgtp to null some plugins but it seems not no work ok, any workaround?
 

yodehin625

New member
XNullUser
Joined
Jun 16, 2023
Messages
23
Reaction score
11
Points
3
Location
N/A
NullCash
60
i don't think chatgpt will help you much in that. try to understand the code first and understand where the checks are implemented. then figure how to bypass the check, sometimes it's easy as deleting a part of the code that does the check, at other times it can be more complicated.

anyways, understand reading the code, trace what calls are made.

rips-0.55 is an old tool but it can help you in some situations.

additionally, github copilot might be better for code related things rather than chatgpt. copilot has a much larger database (the github database).
 
Top