CLEO Help How can I decrypt the ".cs" cleo file?

CLEO related
Joined
Feb 5, 2024
Messages
19
Reaction score
0
I have a cleo panel that adds accessories to cars. This panel charges you 250$ when you add something to the car in the game. I want to change this from the values in the code and instead of taking 250 dollars from you, I want it to give you that 250 dollars. So when I add an accessory to the car from the cleo panel, it will give 250 dollars to my character. Now the code is encrypted and there are terms like "null".
 

Attachments

  • TuningScriptByiTz_XG4M3R.cs
    19.4 KB · Views: 13
  • TuningScriptByiTz_XG4M3R.ini
    5.5 KB · Views: 6

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
I have a cleo panel that adds accessories to cars. This panel charges you 250$ when you add something to the car in the game. I want to change this from the values in the code and instead of taking 250 dollars from you, I want it to give you that 250 dollars. So when I add an accessory to the car from the cleo panel, it will give 250 dollars to my character. Now the code is encrypted and there are terms like "null".
More simply, write a code that every time you drop 250 dollars, it will cost you double.
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
Why is what I suggest not simple?
You idiot, read what you write.
You're asking to remove encryption and code clutter and then make all that nasty code work and change it. It's stupid
Instead of writing a 2-line code that checks if there is a drop of $250, then add $500
 
Joined
Feb 5, 2024
Messages
19
Reaction score
0
You idiot, read what you write.
You're asking to remove encryption and code clutter and then make all that nasty code work and change it. It's stupid
Instead of writing a 2-line code that checks if there is a drop of $250, then add $500
Money interacts with this panel on the server. So when I add $500, the server doesn't recognize it. There is something in this panel and it can interact with the server's money. I'd appreciate it if you don't call me an idiot because that was my goal.
 

Parazitas

God
Joined
Jan 2, 2017
Messages
3,103
Solutions
5
Reaction score
882
Location
Lithuania
I have a cleo panel that adds accessories to cars. This panel charges you 250$ when you add something to the car in the game. I want to change this from the values in the code and instead of taking 250 dollars from you, I want it to give you that 250 dollars. So when I add an accessory to the car from the cleo panel, it will give 250 dollars to my character. Now the code is encrypted and there are terms like "null".
 
Joined
Feb 5, 2024
Messages
19
Reaction score
0
The owner of the subject you posted is here now, but I don't know if he will do what I want. @SobFoX
 

SobFoX

Expert
Joined
Jul 14, 2015
Messages
1,386
Solutions
4
Reaction score
893
Location
Israel
Joined
Feb 5, 2024
Messages
19
Reaction score
0
I figured out how to fix it, thank you very much. But now I couldn't find the money. I searched as hex, it didn't come up, I searched in a way like 10[25] and it didn't come up again.
 
Joined
Feb 5, 2024
Messages
19
Reaction score
0
I'll even put it here. Don't bother looking at it in SannyBuilder. Where is the part in this file that cuts the money? I'll replace it with giving the money.
 

Attachments

  • tuning.txt
    69.8 KB · Views: 3
Joined
Feb 5, 2024
Messages
19
Reaction score
0
All right, then I would be happy if you could answer this question. I changed a few things in SannyBuilder, but it saves as .txt. Changing the file name from .txt to .cs doesn't work either. When I press F6 and try to compile, it gives the error "0049: Not enough parameters for opcode". How do I solve this? @Parazitas

1707893505885.png

I know I'm asking a lot of questions, but I'm new at this and my goal is to learn something.
 
Joined
Feb 5, 2024
Messages
19
Reaction score
0
Hey guys, there must be someone who can help me. Why don't you want to help me? Someone please solve me the part that changes the money from the txt file and the compile error.
 
Top