Silent Cheat - Scripting language for game cheating! Beta 2
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.
Question: Why does my anti-virus detect a virus?
Answer: gib me your cc details if you wonna find out!!! But seriously, Anti-virus dislike
Update notes:
Added Boolean data types, so all cheating functions (that used to return strings of true and false) now return true or false bools.
Future features:
Sample video:
Latest video coming soon, for now you can have an old video.
Picture proof:

Checksum's(of zip):
MD5: dd4585d394642abf179bbe5741e964b2
SHA1: dcf2564c3ffbc049ccd12caf9f16ca6b12608ac4
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.
Question: Why does my anti-virus detect a virus?
Answer: gib me your cc details if you wonna find out!!! But seriously, Anti-virus dislike
Update notes:
Added Boolean data types, so all cheating functions (that used to return strings of true and false) now return true or false bools.
Future features:
- 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: dd4585d394642abf179bbe5741e964b2
SHA1: dcf2564c3ffbc049ccd12caf9f16ca6b12608ac4
Virus scans:
Virus Scan Jotti|Virus Total
Press below to download, or click here.