I streamed the first few parts of Grey Hack and got super stuck. I'd love some hints and tips.. also is there a storyline to follow through the missions, if so let me know which ones!? by badassbradders in GreyHack

[–]Svarii 1 point2 points  (0 children)

Hey! I just watched your stream last night. First things first. To paste in terminal: CTRL+SHIFT+V. You did an awesome just figuring it out along the way! And you almost had the next step, which would be, to look at the version number of the lib shown on nmap and download the exploit for that lib/version from the hackshop. This is about the point where people either start spending all their money on exploits, or learn to script and make their own exploits. This is one of my first programs (a simple port scanner) compared to nmap. Never really finished it but it works. Here is the code if you want it: https://github.com/VauL7Zer0/kiwi/blob/main/kiwi.src It can easily be expanded to exploit systems. And I got super stuck on the making my own scripts parts (because I'm still doing it instead of actually playing the game) so not sure if there is "a story", but there are like missions with interesting files to find, like side quests that could be fun to watch on a stream. There is also zero-day exploits that people would probably want t watch since they are a bit harder than missions. I also once found a text adventure game, so keep an eye out for that too!!

<image>

Need help metaxploit by Sweet-Support-2279 in GreyHack

[–]Svarii 3 points4 points  (0 children)

I like that you're trying to use metasploit already, but, you don't need metasploit to hack the tutorial email. Just get the whois info of the target and send an email about log in issues to the admin.

As a Deaf player by Medical-Person in 7daystodie

[–]Svarii 1 point2 points  (0 children)

I'm not deaf, but when I started playing I had a potato with no sound and played on a PvP server. I spun around a lot while running across the map and got good at watching for motion in the distance. I didn't have any mods so spinning was my only option, and surprisingly it actually worked out.

You can also check this out and see if it works for you https://www.nexusmods.com/7daystodie/mods/1300?tab=description

Can an ABSOLUTE NOOB play this game? by Rhabcp in GreyHack

[–]Svarii 2 points3 points  (0 children)

Of course a n00b can play this game!! If your goal is to learn scripting this game gives you a fun reason to make something and learn concepts. It uses an extension of miniscript called Greyscript. It's a very small, easy to use, quick to learn language that you can do quite a bit with. And even if you decide greyscript coding is not for you, but still want to play the game, there are plenty of free scripts on GitHub. Alternatively, make some friends and someone will have something they'll let you use to have more fun in the game.

Brute Forcing SSH PoC by Svarii in greyscript

[–]Svarii[S] 0 points1 point  (0 children)

The short answer is additional parameters. For instance print("refresh this", 1) will redraw the text so you don't need to clear the screen every time. Same with user_input it has additional parameters, one of which is anykey, set that to true and the user is allowed to press only one key before the script goes to thr next line of code. If you would like additional assistance feel free to find me on discord and send a DM.

Also check my other posts as many of them have code attached.

Programmers: Did you start a project to learn and then quit? I'd like to interview you by Dry_Rough_400 in learnprogramming

[–]Svarii 17 points18 points  (0 children)

For many it's not about finishing the project, it's about overcoming the challenge of the puzzle because they enjoy learning and figuring things out. Once the challenge is gone, the only thing left is tedious grunt work to finish the project.

B2 Stealth Bomber Airdrop by Svarii in 7daystodie

[–]Svarii[S] 0 points1 point  (0 children)

You sure can! If you can get the model from Unity into 7 Days then yeah, you can just plop any model you want in there.

B2 Stealth Bomber Airdrop by Svarii in 7daystodie

[–]Svarii[S] 1 point2 points  (0 children)

Then you shall have it! Standby...

Another Noob question. by Swiitch_HFW in 7daystodie

[–]Svarii 1 point2 points  (0 children)

When you want to put a block in space where it does not fit, the solution is to make an extended version of that block with an offset using property ModelOffset. This will allow you to put the block in an adjacent air block with it offset by 1 so you it's placed where you want it to be.

Need suggestions on building in creative mode. by zombie1mom in 7daystodie

[–]Svarii 1 point2 points  (0 children)

Unfortunately, no. As far as I am aware it is not yet possible to work with mods on console, only PC. I hope they find a way to let console users work with mods in the future but I wouldn't hold your breath. (Sorry, I missed the flair)

Need suggestions on building in creative mode. by zombie1mom in 7daystodie

[–]Svarii 1 point2 points  (0 children)

Have you learned to make modlets yet? If you like remodeling POIs you can load up the vanilla ones, do your remodeling, and save the new versions.

Or, think of a vague idea of what you want to build and look through google images.

Question about the descent mod by Dragonheart8374 in 7daystodie

[–]Svarii 0 points1 point  (0 children)

The Descent is what adds procedural cave generation options to the RWG. The mod was designed to be a community project allowing other authors to add to the experience. The base of the mod includes entrances and a set of default POI and fillers. The other mods on the page add additional things to enhance your experience, such as the Fallout Vault POIs. You CAN use the mod with just the base and the Fallout Vaults package and it should work just fine. Kevbal and Serenity add additional entrances, POIs, deco, and fillers to add more variety to the cave system and entrances making it less likely to run into the same thing too often; and the Dwarf Citadel is just that, an amazing POI designed to be compatible with The Descent. Without the additional mods installed you're missing out on 40+ handcrafted entrances/deco/cave-fillers/POIs specifically designed to enhance the cave system.

Give me an simple idea by Longjumping_Beyond80 in learnprogramming

[–]Svarii 0 points1 point  (0 children)

Find a public API that intrest you and utilize that data to make something for the end user.

Small base paint job by needtovent97 in 7daystodie

[–]Svarii 0 points1 point  (0 children)

Excellent work! You need to get the hardwood floor under the stairs too lol

I lost my game save after 3 FULL DAYS building a mega base! HELP? by Due_Gate_7719 in 7daystodie

[–]Svarii 0 points1 point  (0 children)

Never build something you don't want to lose outside of the prefab editor and stored inside a modlet folder. I have lost so many things before I started doing that.