Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

948 total results found

3. Instantiation

unity devlog: jr programmer courses Unit 2

The first thing we must do is give the projectile some forward movement so it can zip across the scene when it’s launched by the player. 1.Make the projectile fly forwards Create a new “MoveForward” script, attach it to the food object, then open it ...

Random Animal Stampeed

unity devlog: jr programmer courses Unit 2

1. Create a spawn manager In the Hierarchy, create an Empty object called “SpawnManager” Create a new script called “SpawnManager”, attach it to the Spawn Manager, and open it Declare new public GameObject[ ] animalPrefabs; In the Inspector, change the A...

Collision Decisions + GAME OVER

unity devlog: jr programmer courses Unit 2

1. Make a new method to spawn animals In SpawnManager.cs, create a new void SpawnRandomAnimal() {} function beneath Update() Cut and paste the code from the if-then statement to the new function Call SpawnRandomAnimal(); if S is pressed 2. ...

offensive sybersecurity courses crazy bro

cool stuff offsec

https://www.youtube.com/watch?v=CS23-z-xUFw// Documentation // Changes: https://www.offsec.com/offsec/pen-200-2023/  Course: https://www.offsec.com/courses/pen-200/ // Offsec // Twitter: https://twitter.com/offsectraining Website: https://www.offsec.com/ ...

Framasoft- deegoogleify your life. its also french first :D

cool stuff

https://degooglisons-internet.org/en/ Design useful tools Framacarte Google Maps Create you own maps online.   Framaforms Google Forms An easy way to create your surveys.   F...

questions i got wrong on all of my unity quizzes

unity devlog: jr programmer courses unity quizes (cheet sheets if fail)

Question 5 If you want to move the character up continuously as the player presses the up arrow, what code would be best in the two blanks below: GetKey(KeyCode.UpArrow) GetKeyDown(UpArrow) GetKeyUp(KeyCode.Up) GetKeyHeld(Vector3.Up) Incorrect “Inpu...

README.md

Eternal blue in C#

i took this from lassehauballe / Eternalbluehttps://github.com/lassehauballe/Eternalblueit hasn't been updated in at least two years since this postif you consider each page as a file, and each chapter as a folder, for example this is the readme.mdanyways t...

Eternalblue.sln

Eternal blue in C#

Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.31025.194 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eternalblue", "Eternalblue\Eternalblu...

.gitignore

Eternal blue in C#

## Ignore Visual Studio temporary files, build results, and## files generated by popular Visual Studio add-ons.#### Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files*.rsuser*.suo*.user*.userosscache*....

.gitattributes

Eternal blue in C#

################################################################################ Set default behavior to automatically normalize line endings.###############################################################################* text=auto ##########################...

Eternalblue/App.config

Eternal blue in C# folder 1 Eternal blue

<?xml version="1.0" encoding="utf-8" ?><configuration>    <startup>         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />    </startup></configuration>

Eternalblue/Eternalblue.csproj

Eternal blue in C# folder 1 Eternal blue

<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensions...

Eternalblue/Eternalblue/Properties /AssemblyInfo.cs

Eternal blue in C# folder 1 Eternal blue

using System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following// set of attributes. Change these attribute values to modify the information// ass...

Eternalblue/Eternalblue /Program.cs

Eternal blue in C# folder 1 Eternal blue

using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; namespace Eternalblue { class Program { [StructLayout(LayoutK...

Eternalblue/img /Detect.PNG "Various Imgs"

Eternal blue in C#

Detect.PNG Eternalblue.PNG Exploit.PNG detect1.png exploit1.png

block all .zip .rar .mov top level domains

Anything related to windows security scripts

current researchimpossible

How to Remove 'Show More Options' From the Windows 11 Context Menu - Command Prompt

Anything related to windows

Open Windows Terminal, Command Prompt, or PowerShell.Disable:reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /veEnable:reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /...

Navigating Coursera -

[Completed] Technical Support Fundament... introduction to IT support (a history l...

How to Pass the Class You can review videos, readings, discussion forums, in-video questions, and practice quizzes in the program for free. However, to access graded assignments and be eligible to receive your official Google IT Support certificate, you mus...

Participate in program surveys

[Completed] Technical Support Fundament... introduction to IT support (a history l...

During this certificate program, you will be asked to complete a few short surveys. These are part of a research study being conducted to understand how effectively the certificate meets your career training needs. Keep reading for a summary of what each sur...

How to Use Discussion Forums

[Completed] Technical Support Fundament... introduction to IT support (a history l...

Upvoting Posts When you enter the discussion forum for your course, you will see an Upvote button under each post. We encourage you to upvote posts you find thoughtful, interesting, or helpful. This is the best way to ensure that quality posts will be seen ...