Skip to content
View Pekgame's full-sized avatar
🥶
edging
🥶
edging
Block or Report

Block or report Pekgame

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Pekgame/README.md
  • 👋 Hi, I’m @Pekgame
  • 👀 I’m interested in Python!
  • 🌱 I’m currently learning to code!
  • 💞️ I’m looking to collaborate on uh... nothing
  • 📫 How to reach me? Just read under this text!

1. Dino Hack

Wanna hack a dino game?
Try this! chrome://dino (Real game) or Trex runner (Fake? game)
And show your friend that you are real hacker!

1. Open Console

  • Right click anywhere on the page and click Inspect.
  • Go to Console tab. This is where we will enter the commands to tweak the game.

2. Use Hack Command

Speed Boost

Paste this command and hit enter to boost your speed.
(You can change 100 to any number you want for it to be faster!)

Runner.instance_.setSpeed(100) 

Jump Boost

Paste this command and hit enter to jump higher.
(You can change 10 to any number you want for it to jump higher!)

Runner.instance_.tRex.setJumpVelocity(10)

Undeath

Paste this command and hit enter to make you never lose the game.

Runner.instance_.gameOver = () => {}

Score Set

Paste this command and hit enter to set your own score.
(You can change 500 to any number you want for more score!)

Runner.instance_.distanceRan = 500

Popular repositories Loading

  1. zoom-flooder-bot zoom-flooder-bot Public

    A bot that automatically join a Zoom meeting on browser, This used python and selenium webdriver

    Python 6 3

  2. kahoot-flooder kahoot-flooder Public

    Want to prank your friend with Kahoot? Here is it!

    JavaScript 1

  3. zoom-auto-join zoom-auto-join Public

    Simple Zoom Auto Join Application by Python

    Python 1

  4. sound-increaser-and-decreaser sound-increaser-and-decreaser Public

    Sound Increaser and Decreaser Made from Python

    Python 1

  5. aeif-lib aeif-lib Public

    The AEIF (AES Encrypted Image File) library is a Python library that provides functionality for encrypting and decrypting image files using the AES encryption algorithm.

    Python 1

  6. macro-script macro-script Public

    This is python script that can act same as a macro mouse!

    Python