Grey Hack

Grey Hack

ChuLeeYen Nov 6, 2020 @ 4:49pm
Good Source for learning scripting?
Hey Guys, im a big noob when it comes to scripting but i was always interested in it and the possibilities there are in the Game are endless.

Years ago i looked into C++ and got some basic understanding of Control Flow , syntax.

I tried looking around on youtube for some guides and video , some were quiet informative , the issue is tho that the videos and the content is thrown vanilla gorilla and im looking more for something that slowly progresses.

If anyone knows a good video guide or manual for scripting in Grey Hack, feel free to share it please.

Currently im trying simple things such as making my own little "nslookup"

Also if someone could answer me a question id be thankful.

Lets say you created a tool and you only want certain people with a certain license to use the tool in the Game.
Is there a way to check if the user_input == "content of a text file with license keys?"

Example what ive tried before and what doesnt seem to work. "i assume cause the file contains more than just 1 sequence of numbers?" Is it even possible to do it this way?

keys = get_shell.host_computer.File("/home/zeus/Desktop/license.txt")
license = keys.content

input = user_input

if input != license then exit ("invalid key")
< >
Showing 1-3 of 3 comments
Uncle Jerome Nov 10, 2020 @ 5:07pm 
Originally posted by Tobilo:
https://codedocs.ghtools.xyz/api/#file
Agreed, the docs on that site really help tie things together to make something meaningful. I also recommend reading the help section for every object/method available to you. Last but far from least, download other programs from the hackshop as source. You can always build it to use it, but when you download it as source code you can examine the code to make sense of what it does and modify it to your liking when you have a grasp on writing your own exploits.
JohnBena Nov 14, 2020 @ 9:29am 
use https://codedocs.ghtools.xyz/api/#file or download a exploit source (src)
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Nov 6, 2020 @ 4:49pm
Posts: 3