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:
Operators:
Internal Functions(non cheat related):
Internal Functions(cheat related):
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:
Future features:
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.

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:
- if
- else
- elif
- while
- break
- continue
- function
- return
- open - opens another script
- try
- catch
Operators:
- =
- &&
- ||
- !
- ++
- --
- ==
- <
- <=
- >
- >=
- +=
- -=
- *=
- /=
Internal Functions(non cheat related):
- printf
- toupper
- tolower
- readnum
- read - reads console line
- pstime - time since process started
- indexof
- Sleep
Internal Functions(cheat related):
- Attach - Parameters: string processName
- WriteInteger - Parameters: int address, int value
- WriteString - Parameters: int address, string value
- WriteFloat - Parameters: int address, float value
- ReadInteger - Parameters: int address
- ReadString - Parameters: int address
- GetModuleAddress - Parameters: string moduleName
- 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:
- 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).
- Most cheating related functions return strings, the string being either "true" or "false".
Future features:
- Boolean data-type
- x64 build
- Opcode reader
- Type casting
- UI Handler
- 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.

