Silent Cheat - Scripting language for game cheating! Beta 2

PollDo you want me to continue adding to the scripting language?
22 votes
Posts 1–8 of 8 · Page 1 of 1
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:
  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.

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:
  1. x64 build
  2. Opcode reader
  3. Type casting
  4. UI Handler
  5. 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.

Silent Script Installer_mpgh.net.zip65 KB · 234 downloads 12/60 malicious
OI, this may have been one of the only useful posts in this section. I will check this out when I get to my computer. Stay HQ OP!
Looks really interesting
Looks Awesome, thanks !
oh god it looks nice
nice bro thanks for sharing
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?