Chrome dino game hacking with python or Javascript

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üye
Katılım
12 Nis 2019
Mesajlar
35
Tepki puanı
13
Ödüller
4
7 HİZMET YILI

Get Started​

1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes

Python
Python:
#not bot yet
import pyautogui
from PIL import Imge, ImageGrab
import time
def screenshot():
    img=ImageGrab.grab().convert('L')
    return img
def press(key):
    pyautogui.keyDown(key)
    return
def detect(data):
    for i in range(485,525):
        for j in range(220,260):
            if data[i,j]<100:
                press('up')
                return
press('up')
time.sleep(2)
while True:
    img=screenshot()
    data=img.load()
    detect(data)


Javascript
JavaScript:
Cheat list:

// Tweak Gravity Cheat:
Runner.instance_.tRex.config.GRAVITY = 0.1

// Modify your running speed -
Runner.instance_.setSpeed(1000)

// Set score.. Replace "12345" with whatever score you'd like! -
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT
// Modify dinosaur's velocity, make him jump as high as you want! - Runner.instance_.tRex.setJumpVelocity(10)

// Invincibility - Make your dinosaur immune to any damage! -
Runner.instance_.gameOver = function(){};

// Cheat allowing you to freeze the game, while still earning points -
Runner.instance_.playingIntro = true;
Post automatically merged:

Usage with python:
1- Install the required libraries.
pip install pyautogui
pip install Pillow
2- Go to
Bağlantıları görmek için lütfen Giriş Yap

3- Run code with ide

Usage with javascript:
1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes
 
Son düzenleme:
Lefter
Süper Üye
Katılım
21 Mar 2022
Mesajlar
999
Çözümler
83
Tepki puanı
167
Ödüller
2
Yaş
30
4 HİZMET YILI

Get Started​

1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes

Python
Python:
#not bot yet
import pyautogui
from PIL import Imge, ImageGrab
import time
def screenshot():
    img=ImageGrab.grab().convert('L')
    return img
def press(key):
    pyautogui.keyDown(key)
    return
def detect(data):
    for i in range(485,525):
        for j in range(220,260):
            if data[i,j]<100:
                press('up')
                return
press('up')
time.sleep(2)
while True:
    img=screenshot()
    data=img.load()
    detect(data)


Javascript
JavaScript:
Cheat list:

// Tweak Gravity Cheat:
Runner.instance_.tRex.config.GRAVITY = 0.1

// Modify your running speed -
Runner.instance_.setSpeed(1000)

// Set score.. Replace "12345" with whatever score you'd like! -
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT
// Modify dinosaur's velocity, make him jump as high as you want! - Runner.instance_.tRex.setJumpVelocity(10)

// Invincibility - Make your dinosaur immune to any damage! -
Runner.instance_.gameOver = function(){};

// Cheat allowing you to freeze the game, while still earning points -
Runner.instance_.playingIntro = true;
Post automatically merged:

Usage with python:
1- Install the required libraries.
pip install pyautogui
pip install Pillow
2- Go to
Bağlantıları görmek için lütfen Giriş Yap

3- Run code with ide

Usage with javascript:
1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes
Thank you, I will try.
 
Patrick Bateman
Süper Üye
Katılım
11 Şub 2021
Mesajlar
874
Çözümler
12
Tepki puanı
142
Ödüller
6
Sosyal
5 HİZMET YILI
thanks but it is online already shared you just pasted it
 
Üye
Katılım
12 Nis 2019
Mesajlar
35
Tepki puanı
13
Ödüller
4
7 HİZMET YILI
The purpose is to share in the forum, because There is very little information on the forum about Python.
 
HALLO GES
Uzman Üye
Katılım
16 Nis 2022
Mesajlar
230
Tepki puanı
138
Ödüller
1
4 HİZMET YILI

Get Started​

1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes

Python
Python:
#not bot yet
import pyautogui
from PIL import Imge, ImageGrab
import time
def screenshot():
    img=ImageGrab.grab().convert('L')
    return img
def press(key):
    pyautogui.keyDown(key)
    return
def detect(data):
    for i in range(485,525):
        for j in range(220,260):
            if data[i,j]<100:
                press('up')
                return
press('up')
time.sleep(2)
while True:
    img=screenshot()
    data=img.load()
    detect(data)


Javascript
JavaScript:
Cheat list:

// Tweak Gravity Cheat:
Runner.instance_.tRex.config.GRAVITY = 0.1

// Modify your running speed -
Runner.instance_.setSpeed(1000)

// Set score.. Replace "12345" with whatever score you'd like! -
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT
// Modify dinosaur's velocity, make him jump as high as you want! - Runner.instance_.tRex.setJumpVelocity(10)

// Invincibility - Make your dinosaur immune to any damage! -
Runner.instance_.gameOver = function(){};

// Cheat allowing you to freeze the game, while still earning points -
Runner.instance_.playingIntro = true;
Post automatically merged:

Usage with python:
1- Install the required libraries.
pip install pyautogui
pip install Pillow
2- Go to
Bağlantıları görmek için lütfen Giriş Yap

3- Run code with ide

Usage with javascript:
1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes
thanks for sharing
 
Life is too short to worry make it SUPREME
Süper Üye
Katılım
3 Şub 2019
Mesajlar
952
Çözümler
3
Tepki puanı
163
Ödüller
8
7 HİZMET YILI
this dude just try to stack his message point and just spamm the whole shit in this forum lol xD here we are try to hack offline dino game?? like who would
 
Üye
Katılım
10 Haz 2019
Mesajlar
49
Tepki puanı
10
Ödüller
5
Yaş
30
6 HİZMET YILI

Get Started​

1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes

Python
Python:
#not bot yet
import pyautogui
from PIL import Imge, ImageGrab
import time
def screenshot():
    img=ImageGrab.grab().convert('L')
    return img
def press(key):
    pyautogui.keyDown(key)
    return
def detect(data):
    for i in range(485,525):
        for j in range(220,260):
            if data[i,j]<100:
                press('up')
                return
press('up')
time.sleep(2)
while True:
    img=screenshot()
    data=img.load()
    detect(data)


Javascript
JavaScript:
Cheat list:

// Tweak Gravity Cheat:
Runner.instance_.tRex.config.GRAVITY = 0.1

// Modify your running speed -
Runner.instance_.setSpeed(1000)

// Set score.. Replace "12345" with whatever score you'd like! -
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT
// Modify dinosaur's velocity, make him jump as high as you want! - Runner.instance_.tRex.setJumpVelocity(10)

// Invincibility - Make your dinosaur immune to any damage! -
Runner.instance_.gameOver = function(){};

// Cheat allowing you to freeze the game, while still earning points -
Runner.instance_.playingIntro = true;
Post automatically merged:

Usage with python:
1- Install the required libraries.
pip install pyautogui
pip install Pillow
2- Go to
Bağlantıları görmek için lütfen Giriş Yap

3- Run code with ide

Usage with javascript:
1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes
that works for me thx
 
ERROR PROBLEM FIXER
Support
Katılım
25 Eyl 2018
Mesajlar
5,366
Çözümler
1,450
Tepki puanı
2,351
Ödüller
20
Sosyal
7 HİZMET YILI

Get Started​

1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes

Python
Python:
#not bot yet
import pyautogui
from PIL import Imge, ImageGrab
import time
def screenshot():
    img=ImageGrab.grab().convert('L')
    return img
def press(key):
    pyautogui.keyDown(key)
    return
def detect(data):
    for i in range(485,525):
        for j in range(220,260):
            if data[i,j]<100:
                press('up')
                return
press('up')
time.sleep(2)
while True:
    img=screenshot()
    data=img.load()
    detect(data)


Javascript
JavaScript:
Cheat list:

// Tweak Gravity Cheat:
Runner.instance_.tRex.config.GRAVITY = 0.1

// Modify your running speed -
Runner.instance_.setSpeed(1000)

// Set score.. Replace "12345" with whatever score you'd like! -
Runner.instance_.distanceRan = 12345 / Runner.instance_.distanceMeter.config.COEFFICIENT
// Modify dinosaur's velocity, make him jump as high as you want! - Runner.instance_.tRex.setJumpVelocity(10)

// Invincibility - Make your dinosaur immune to any damage! -
Runner.instance_.gameOver = function(){};

// Cheat allowing you to freeze the game, while still earning points -
Runner.instance_.playingIntro = true;
Post automatically merged:

Usage with python:
1- Install the required libraries.
pip install pyautogui
pip install Pillow
2- Go to
Bağlantıları görmek için lütfen Giriş Yap

3- Run code with ide

Usage with javascript:
1- Go to
Bağlantıları görmek için lütfen Giriş Yap

2-Click f12 to open Inspect Element
3-Click on the console to type the codes
nice tutorial hacking thank you for share script
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst