View previous topic :: View next topic |
Author |
Message |
Dr.Disrespect Grandmaster Cheater
Reputation: 3
Joined: 17 Feb 2016 Posts: 526
|
Posted: Fri Mar 04, 2016 3:38 am Post subject: Serious bug... |
|
|
Edit: no bug, my bad....
Last edited by Dr.Disrespect on Fri Mar 04, 2016 4:23 am; edited 1 time in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Fri Mar 04, 2016 3:53 am Post subject: |
|
|
perhaps you have a mousemove event somewhere?
and you're really sure there is no lua code anywhere that references it (aa scripts, table's lua section)
just copying a table doesn't corrupt it, unless you used a texteditor on the cheattable file to copy parts.
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Dr.Disrespect Grandmaster Cheater
Reputation: 3
Joined: 17 Feb 2016 Posts: 526
|
Posted: Fri Mar 04, 2016 4:02 am Post subject: |
|
|
Dark Byte wrote: | perhaps you have a mousemove event somewhere?
and you're really sure there is no lua code anywhere that references it (aa scripts, table's lua section)
just copying a table doesn't corrupt it, unless you used a texteditor on the cheattable file to copy parts. |
No, I do not have a mouse move event. I did use notepad to copy things, but I have done that before and it did not cause any problem. I did accidentally opened two CE at the same time though, and I could not show the trainer form, so I copied the cheat table to my back up file and weird things started to happen. It seems the trainer form is not linked to cheat table. I tried to re-synchronize the form with lua, but it did not work. Is there a way to fix it? I have spent 2 days to finish the updated trainer. ((
Edit: After I saved the file and reopen it, all the buttons on my trainer are not working.... The error message is "attempt to call a nil value".
Edit 2: Now some buttons are working and some are not.....
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Fri Mar 04, 2016 4:12 am Post subject: |
|
|
i don't recommend notepad.
use a xml editor at best.
there are a few characters (like < > and & ) that will ruin a cheat table
as for fixing it,
try finding the table with the formdata and copy that (with notepad) to the functioning table (the form should show up when loaded)
else see if you can fix it by making sure it adheres to the xml standard.
tip: never use BOM headers
and check the lua code and names of the form objects. (enter design mode)
if you have been copy pasting into the forms, bets are the names are all scrambled
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Dr.Disrespect Grandmaster Cheater
Reputation: 3
Joined: 17 Feb 2016 Posts: 526
|
Posted: Fri Mar 04, 2016 4:22 am Post subject: |
|
|
Dark Byte wrote: | i don't recommend notepad.
use a xml editor at best.
there are a few characters (like < > and & ) that will ruin a cheat table
as for fixing it,
try finding the table with the formdata and copy that (with notepad) to the functioning table (the form should show up when loaded)
else see if you can fix it by making sure it adheres to the xml standard.
tip: never use BOM headers
and check the lua code and names of the form objects. (enter design mode)
if you have been copy pasting into the forms, bets are the names are all scrambled |
I fixed it! It was my fault, I forgot to delete one line of code, which is related to the deleted checkbox, I'm sorry, it's 4AM here and my brain is not functioning well.... But I did find something weird, please see the attached file. The first line of code is the one I forgot to delete, the second line of code is automatically generated by CE, maybe because I forgot to delete the first line of code and some unpredictable issue occurred? there is no button14 on my trainer. Moreover, it seems notepad is fine for now.
Description: |
|
Filesize: |
12.62 KB |
Viewed: |
3127 Time(s) |

|
|
|
Back to top |
|
 |
|