Coder Social home page Coder Social logo

guthscp096's Introduction

👋 Hey there, I am Vyrkx

Also known as Guthen, I'm a 19 year old french Game Developper.

I'm specializing myself in programming in various languages such as Lua, C# & C++.

I'm a garry's mod modder too, mainly ─ but not limited to ─ creating content for the SCP Foundation

🔗 You can find me on..

Steam

Discord Banner 2

ko-fi

guthscp096's People

Contributors

guthen avatar zekirax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

zekirax

guthscp096's Issues

Fix `"vkxscp096:trigger"` net exploit where you can trigger from anywhere (clientside detection only)

Despite the Clientside detection method's description being explicit on exploits, the fact that you can trigger any SCP-096 from anywhere should be at least secured.

Conditions may rely, at best, on PVS using Entity/TestPVS or on a maximum distance radius (or any other better solutions).

Relevant code:

net.Receive( "vkxscp096:trigger", function( len, ply )
if not ( GuthSCP.Config.vkxscp096.detection_method == GuthSCP.DETECTION_METHODS.CLIENTSIDE ) then return end
local scp = net.ReadEntity()
if not IsValid( scp ) or not GuthSCP.isSCP096( scp ) then return end
GuthSCP.triggerSCP096( ply, scp )
end )

(french) Large door and normal door

Faire en sorte que sois c'est dé-cochée et donc toute les portes marchent de la même façon (défoncée) sois ont coche et ont renseigne des modèles ou ont écarte puis rentre (à la façon de SCP:SL)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.