Coder Social home page Coder Social logo

pwnedphysics's Introduction

PwnedPhysics

A re-creation of Haubna's joke of a verification API (which still has no-one laughing)

WARNING!

Haubna, like the cross-eyed prick they are, have changed the port. You will need to go into app.js, and change the oldVersion variable to true or false, depending if you have version 105 or later. If you're running 105 or later, this needs to be set to false.

You're not funny. How do I set this up?

Well, since you so politely asked, I'll tell you.

First, download Node.JS at https://nodejs.org/en/. Next, clone this repo and go into the folder. Open an instance of Command Prompt/Terminal/Bash (or whatever you gosh-darned kids use these days), then run the command npm install. If there's any errors, create an issue. I'm just a wall of text, I can't help you. After you've done all that, run npm start. We're not done yet, though. Next, run Notepad AS ADMINISTRATOR and open the file located at C:\Windows\System32\drivers\etc\hosts. Then, add 127.0.0.1 verify.minecraftphysicsmod.com to the BOTTOM of the file. Finally, open up Minecraft with your unmodified Physics Mod. If you're coming from a, ahem, certain place, you should already have this.

So, the server's running, but I still see the verification screen!! What do I do?

So, you shouldn't be seeing this. But, in the case that you are, open the app.js file in any text editor and around the 10th line or so there will be an array called 'allowedCodes'. Copy one of the codes from there and paste it in. Voila!

pwnedphysics's People

Contributors

not-nullptr avatar

Stargazers

Devafler2019 avatar Lexie avatar Trey Cutter avatar adil avatar ミンク avatar  avatar

Watchers

 avatar Lexie avatar

pwnedphysics's Issues

PwnedPhysics does not work on mod after 105 version

Hey, author of physic mod changed somthing, and your Pwned dosen't work now.

UPD author just changed port to 8080,

Fix:
app.listen(4567, () => {
console.log(Listening on port 4567)

to

app.listen(8080, () => {
console.log(Listening on port 8080)
into app.js

npm start gives error

i was able to run npm install without any problems but when i run npm start in cmd i get this error:

C:\Users\TimAn\Downloads\PwnedPhysics-main\PwnedPhysics-main>npm start

> [email protected] start
> node app.js

node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: listen EACCES: permission denied 0.0.0.0:4567
    at Server.setupListenHandle [as _listen2] (node:net:1724:21)
    at listenInCluster (node:net:1789:12)
    at Server.listen (node:net:1877:7)
    at Function.listen (C:\Users\TimAn\Downloads\PwnedPhysics-main\PwnedPhysics-main\node_modules\express\lib\application.js:635:24)
    at Object.<anonymous> (C:\Users\TimAn\Downloads\PwnedPhysics-main\PwnedPhysics-main\app.js:33:5)
    at Module._compile (node:internal/modules/cjs/loader:1239:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1293:10)
    at Module.load (node:internal/modules/cjs/loader:1096:32)
    at Module._load (node:internal/modules/cjs/loader:935:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:84:12)
Emitted 'error' event on Server instance at:
    at emitErrorNT (node:net:1768:8)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'EACCES',
  errno: -4092,
  syscall: 'listen',
  address: '0.0.0.0',
  port: 4567
}

Node.js v19.4.0

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.