OutdatedSilent Script - A simple scripting language for game cheating | b1

Posts 112 of 12 · Page 1 of 1
Silent Script - A simple scripting language for game cheating | b1
Hello users of MPGH, I decided to make a simple scripting language which could help new cheaters make simple cheats without much prior programming knowledge.

This Scripting language is based off of this with some minor changes, I would highly advise you to check out the scripting language base. It's very informative and very interesting to read.



Getting down to the operators, default functions, and other information:

Statements:
  1. if
  2. else
  3. elif
  4. while
  5. break
  6. continue
  7. function
  8. return
  9. open - opens another script
  10. try
  11. catch


Operators:
  1. =
  2. &&
  3. ||
  4. !
  5. ++
  6. --
  7. ==
  8. <
  9. <=
  10. >
  11. >=
  12. +=
  13. -=
  14. *=
  15. /=


Internal Functions(non cheat related):
  1. printf
  2. toupper
  3. tolower
  4. readnum
  5. read - reads console line
  6. pstime - time since process started
  7. indexof
  8. Sleep


Internal Functions(cheat related):
  1. Attach - Parameters: string processName
  2. WriteInteger - Parameters: int address, int value
  3. WriteString - Parameters: int address, string value
  4. WriteFloat - Parameters: int address, float value
  5. ReadInteger - Parameters: int address
  6. ReadString - Parameters: int address
  7. GetModuleAddress - Parameters: string moduleName
  8. PatternScan - Parameters: string pattern -- IMPORTANT NOTE: This may not work, have not tested it!




Q&A

Question: Why make a scripting language for game cheating?
Answer: I see a lot of tools being uploaded that only write to few addresses. I figured making a very isolated scripting language would be easier for moderators to analyze and not worry about missing something.

Question: What game versions do you support?
Answer: Currently we only support x86, I plan on upgrading this later!

Question: Syntax?
Answer: Syntax is based off of C.

Question: Why do you have an installer?!?!?!?!
Answer: Simply because the scripts are stored in files with the extension silscr(Silent Script). Without the installer, you would manually need to drag the script into the exe file which would get annoying to do after time.



Important notes:
  1. There is no bool data type! this means using a while loop, you cannot do while(true), you must do something like while(1 == 1).
  2. Most cheating related functions return strings, the string being either "true" or "false".




Future features:
  1. Boolean data-type
  2. x64 build
  3. Opcode reader
  4. Type casting
  5. UI Handler
  6. Hotkeys




Sample video:
Latest video coming soon, for now you can have an old video.




Picture proof:




Checksum's(of zip):
MD5: cfe66314ce4f0dc2cd0efc3a0af9a17a
SHA1: ab66a6db6e32f7a9aa02a599663ebc74bf735ca7



Virus scans:
Virus Scan Jotti|Virus Total


Press below to download, or click here.

Silent Script Installer_mpgh.net.zip66 KB · 1,078 downloads 33/60 malicious
this is biblical
very good job my man ! great sharing thank
wouldnt these cheats be easier to detect, as the process of the launcher is always the same?
Quote Originally Posted by philip-james View Post
wouldnt these cheats be easier to detect, as the process of the launcher is always the same?
All processes are attached the same way (OpenProcess) with or without this. Sure you can open the handle a different way, but the fair majority of cheats use the same method this uses.
Thanks for using CSCS
Hi, thanks for using my language, CSCS (Customized Scripting in C#), I am very glad there is a usage for it.

Cheers,
Vassili
Quote Originally Posted by vassilych View Post
Hi, thanks for using my language, CSCS (Customized Scripting in C#), I am very glad there is a usage for it.

Cheers,
Vassili
Yeah it's very interesting to use. Although, what happened to your article?
Looks like the Code Magazine website is down because of the hurricane...
Hopefully they will be back online soon.
Anyways, you can get an up to date source code of CSCS on github (I can't post links here so just search for my user name vassilych there).
In particular, the bugs that you mentioned above have been fixed (missing true/false, no function calls inside of if(), and some others).
Let me know if you spot any other bugs or have any feedback.

Cheers

Quote Originally Posted by Silent View Post


Yeah it's very interesting to use. Although, what happened to your article?
good job man!
Quote Originally Posted by FiveRed View Post
good job man!
Thank You!
Great job!
outdated for tac bypass?

- - - Updated - - -

there a two silent scripts from you which one should i use? this one (b1) or beta 2
Posts 112 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?