Central translation library for DINOcheat and related scripts
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/554218/1698303/DINOcheat%20Translation%20Library.js
// ==UserScript==
// @name DINOcheat Translation Library
// @description Central translation library for DINOcheat and related scripts
// @namespace http://tampermonkey.net/
// @author Dℝ∃wX
// @version 1.3
// @license Apache-2.0
// ==/UserScript==
/*
Copyright 2025 Dℝ∃wX
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
(function () {
"use strict";
window.DINO_TRANSLATE = function (key) {
const lang = localStorage.getItem("DINO_LANG") || navigator.language.slice(0, 2) || "en";
const translations = {
'welcome': {
'fr': '(Dℝ∃wX) Bonjour, merci d\'avoir choisi mon script. Amusez-vous bien ! ;)',
'en': '(Dℝ∃wX) Hello, thank you for choosing my script. Have fun! ;)',
'it': '(Dℝ∃wX) Ciao, grazie per aver scelto il mio script. Divertiti! ;)',
'es': '(Dℝ∃wX) Hola, gracias por elegir mi script. ¡Diviértete! ;)',
'de': '(Dℝ∃wX) Hallo, danke, dass du mein Skript ausgewählt hast. Viel Spaß! ;)',
'zh-CN': '(Dℝ∃wX) 你好,感谢使用我的脚本。玩得开心!;)',
'ja': '(Dℝ∃wX) こんにちは、私のスクリプトを選んでいただきありがとうございます。楽しんでください! ;)',
},
'shortcutsTitle': {
'fr': 'Liste des raccourcis',
'en': 'List of shortcuts',
'es': 'Lista de atajos',
'it': 'Elenco delle scorciatoie',
'de': 'Liste der Verknüpfungen',
'zh-CN': '快捷键列表',
'ja': 'ショートカット一覧',
},
'jumpDescription': {
'fr': 'Ajuster la hauteur de saut du dino. La hauteur normale est 10.',
'en': 'Adjust jump height of the dino. The normal jump height is 10.',
'es': 'Ajustar la altura de salto del dino. La altura normal es 10.',
'it': 'Regola l\'altezza del salto del dino. L\'altezza normale è 10.',
'de': 'Passen Sie die Sprunghöhe des Dinos an. Die normale Sprunghöhe beträgt 10.',
'zh-CN': '调整恐龙的跳跃高度。正常高度为10。',
'ja': '恐竜のジャンプの高さを調整します。標準の高さは10です。',
},
'jumpText': {
'fr': 'Ajustement du saut',
'en': 'Jump adjustment',
'es': 'Ajuste de salto',
'it': 'Regolazione del salto',
'de': 'Sprunganpassung',
'zh-CN': '跳跃调整',
'ja': 'ジャンプの調整',
},
'speedDescription': {
'fr': 'Ajuster la vitesse du jeu. La vitesse normale est 7.',
'en': 'Adjust the speed of the game. Normal speed is 7.',
'es': 'Ajustar la velocidad del juego. La velocidad normal es 7.',
'it': 'Regola la velocità del gioco. La velocità normale è 7.',
'de': 'Passen Sie die Spielgeschwindigkeit an. Die normale Geschwindigkeit beträgt 7.',
'zh-CN': '调整游戏速度。正常速度为7。',
'ja': 'ゲームの速度を調整します。標準の速度は7です。',
},
'speedText': {
'fr': 'Ajustement de la vitesse',
'en': 'Speed adjustment',
'es': 'Ajuste de velocidad',
'it': 'Regolazione della velocità',
'de': 'Geschwindigkeitseinstellung',
'zh-CN': '速度调节',
'ja': '速度調整',
},
'immortalityDescription': {
'fr': 'Devenez invincible dans le jeu.',
'en': 'Become invincible in the game.',
'es': 'Conviértete en invencible en el juego.',
'it': 'Diventa invincibile nel gioco.',
'de': 'Werde im Spiel unbesiegbar.',
'zh-CN': '在游戏中变得无敌。',
'ja': 'ゲームで無敵になりましょう。',
},
'immortalityText': {
'fr': 'Immortalité',
'en': 'Immortality',
'es': 'Inmortalidad',
'it': 'Immortalità',
'de': 'Unsterblichkeit',
'zh-CN': '永生',
'ja': '不滅',
},
'flyDescription': {
'fr': 'Volez dans les airs sans tomber.',
'en': 'Fly through the air without falling.',
'es': 'Vuela por el aire sin caer.',
'it': 'Vola attraverso l\'aria senza cadere.',
'de': 'Fliege durch die Luft, ohne zu fallen.',
'zh-CN': '在空中飞行,不要坠落。',
'ja': '空を飛んで、落ちないように。',
},
'flyText': {
'fr': 'Marcher dans les airs',
'en': 'Walk in the air',
'es': 'Caminar en el aire',
'it': 'Camminare nell\'aria',
'de': 'In der Luft gehen',
'zh-CN': '在空中行走',
'ja': '空を歩く',
},
'scoreDescription': {
'fr': 'Sélectionnez un score manuellement. Vous pouvez avoir le meilleur score.',
'en': 'Select a score manually. You can have the best score.',
'es': 'Selecciona un puntaje manualmente. Puedes tener el mejor puntaje.',
'it': 'Seleziona un punteggio manualmente. Puoi avere il punteggio migliore.',
'de': 'Wählen Sie manuell eine Punktzahl aus. Sie können die höchste Punktzahl haben.',
'zh-CN': '手动选择分数。您可以获得最高分数。',
'ja': '手動でスコアを選択します。最高のスコアを獲得できます。',
},
'scoreText': {
'fr': 'Choisir le score',
'en': 'Choose score',
'es': 'Elige puntaje',
'it': 'Scegli il punteggio',
'de': 'Punktzahl wählen',
'zh-CN': '选择分数',
'ja': 'スコアを選択する',
},
'autoJumpDescription': {
'fr': 'Activer le saut automatique pour le dino.',
'en': 'Activate auto-jumping for the dino.',
'es': 'Activar el salto automático para el dino.',
'it': 'Attiva il salto automatico per il dino.',
'de': 'Aktivieren Sie das automatische Springen für den Dino.',
'zh-CN': '启用恐龙的自动跳跃功能。',
'ja': 'ディノの自動ジャンプを有効にする。',
},
'autoJumpText': {
'fr': 'Saut automatique',
'en': 'Automatic jump',
'es': 'Salto automático',
'it': 'Salto automatico',
'de': 'Automatischer Sprung',
'zh-CN': '自动跳跃',
'ja': '自動ジャンプ',
},
'addScoreDescription': {
'fr': 'Ajoutez 1000 points à votre score.',
'en': 'Add 1000 points to your score.',
'es': 'Agrega 1000 puntos a tu puntaje.',
'it': 'Aggiungi 1000 punti al tuo punteggio.',
'de': 'Fügen Sie 1000 Punkte zu Ihrem Punktestand hinzu.',
'zh-CN': '将1000分添加到您的分数中。',
'ja': 'スコアに1000ポイントを追加してください。',
},
'addScoreText': {
'fr': 'Score + 1000',
'en': 'Score + 1000',
'es': 'Puntaje + 1000',
'it': 'Punteggio + 1000',
'de': 'Punktzahl + 1000',
'zh-CN': '得分 +1000',
'ja': 'スコア +1000',
},
'invisibleDescription': {
'fr': 'Rendez votre personnage invisible. Très cool !',
'en': 'Make your character invisible. Very cool!',
'es': 'Haz que tu personaje sea invisible. ¡Muy genial!',
'it': 'Rendi il tuo personaggio invisibile. Molto figo!',
'de': 'Mache deinen Charakter unsichtbar. Sehr cool!',
'zh-CN': '让你的角色变得隐形。太酷了!',
'ja': 'キャラクターを透明にします。すごくクール!',
},
'invisibleText': {
'fr': 'Invisible',
'en': 'Invisible',
'es': 'Invisible',
'it': 'Invisibile',
'de': 'Unsichtbar',
'zh-CN': '不可见',
'ja': '見えない',
},
'breakDescription': {
'fr': 'Mettre le jeu en pause. Pratique lorsque vous ne voulez pas perdre votre score.',
'en': "Pause the game. Useful when you don't want to lose your score.",
'es': 'Pausar el juego. Útil cuando no quieres perder tu puntuación.',
'it': 'Metti in pausa il gioco. Utile quando non vuoi perdere il tuo punteggio.',
'de': 'Pausiere das Spiel. Nützlich, wenn du den Punktestand nicht verlieren möchtest.',
'zh-CN': '暂停游戏。当您不想失去当前分数时非常实用。',
'ja': 'ゲームを一時停止する。スコアを失いたくない場合に便利です。',
},
'breakText': {
'fr': 'Pause',
'en': 'Break',
'es': 'Pausa',
'it': 'Pausa',
'de': 'Pause',
'zh-CN': '暂停',
'ja': '休憩',
},
'menuDescription': {
'fr': 'Ouvrir ou fermer le menu. Pour un plus grand confort.',
'en': 'Open or close the menu. For greater comfort.',
'es': 'Abrir o cerrar el menú. Para mayor comodidad.',
'it': 'Apri o chiudi il menu. Per maggiore comodità.',
'de': 'Menü öffnen oder schließen. Für mehr Komfort.',
'zh-CN': '打开或关闭菜单。以获得更佳的舒适体验。',
'ja': 'メニューを開くか閉じるか。より快適な使用のため。',
},
'menuText': {
'fr': 'Fermer/ouvrir le menu',
'en': 'Close/open menu',
'es': 'Cerrar/abrir menú',
'it': 'Chiudi/apri menu',
'de': 'Menü schließen/öffnen',
'zh-CN': '关闭/打开菜单',
'ja': 'メニューを閉じる/開く',
},
'invalidJumpHeight': {
'fr': "Entrée invalide. Veuillez entrer un nombre.",
'en': "Invalid input. Please enter a number.",
'it': "Input non valido. Si prega di inserire un numero.",
'es': "Entrada no válida. Por favor, ingrese un número.",
'de': "Ungültige Eingabe. Bitte geben Sie eine Zahl ein.",
'zh-CN': '输入无效。请输入一个数字。',
'ja': '無効な入力です。数値を入力してください。',
},
'invalidSpeed': {
'fr': "Vitesse invalide. Veuillez entrer un nombre.",
'en': "Invalid speed. Please enter a number.",
'it': "Velocità non valida. Si prega di inserire un numero.",
'es': "Velocidad no válida. Por favor, ingrese un número.",
'de': "Ungültige Geschwindigkeit. Bitte geben Sie eine Zahl ein.",
'zh-CN': '速度无效。请输入一个数字。',
'ja': '無効な速度です。数値を入力してください。',
},
'invalidIntegerScore': {
'fr': "Entrée invalide. Veuillez entrer un entier inférieur à 999990.",
'en': "Invalid input. Please enter an integer less than 999990.",
'it': "Input non valido. Si prega di inserire un intero inferiore a 999990.",
'es': "Entrada no válida. Por favor, ingrese un número entero menor que 999990.",
'de': "Ungültige Eingabe. Bitte geben Sie eine ganze Zahl kleiner als 999990 ein.",
'zh-CN': '输入无效。请输入小于999990的整数。',
'ja': '無効な入力です。999,990未満の整数を入力してください。',
},
'runnerInstanceNotAvailable': {
'fr': "L'instance de Runner n'est pas disponible.",
'en': "Runner instance is not available.",
'it': "L'istanza Runner non è disponibile.",
'es': "La instancia de Runner no está disponible.",
'de': "Runner-Instanz nicht verfügbar.",
'zh-CN': 'Runner 实例不可用。',
'ja': 'Runner インスタンスは利用できません。',
},
'enterNewJumpHeight': {
'fr': "Entrez la nouvelle hauteur de saut :",
'en': "Enter the new jump height:",
'it': "Inserisci la nuova altezza del salto:",
'es': "Ingrese la nueva altura de salto:",
'de': "Gib die neue Sprunghöhe ein:",
'zh-CN': '输入新的跳跃高度:',
'ja': '新しいジャンプの高さを入力してください:',
},
'enterNewScore': {
'fr': "Entrez le nouveau score (entier, inférieur à 999990) :",
'en': "Enter the new score (integer, less than 999990):",
'it': "Inserisci il nuovo punteggio (numero intero, inferiore a 999990):",
'es': "Ingrese el nuevo puntaje (entero, menos de 999990):",
'de': "Gib den neuen Punktestand ein (ganzzahlige Zahl, weniger als 999990):",
'zh-CN': '输入新的分数(整数,小于999990):',
'ja': '新しいスコアを入力してください(整数で、999,990未満):',
},
'theAir': {
'fr': "dans les airs",
'en': "in the air",
'it': "nell'aria",
'es': "en el aire",
'de': "in der Luft",
'zh-CN': '在空中',
'ja': '空中で',
},
'theGround': {
'fr': "sur le sol",
'en': "on the ground",
'it': "su il suolo",
'es': "en el suelo",
'de': "auf dem Boden",
'zh-CN': '在地面上',
'ja': '地面に',
},
'chooseSpeed': {
'fr': "Choisissez la vitesse :",
'en': "Choose the speed:",
'it': "Scegli la velocità:",
'es': "Elige la velocidad:",
'de': "Wählen Sie die Geschwindigkeit:",
'zh-CN': '选择速度:',
'ja': '速度を選択してください:',
},
'menu': {
'fr': "Menu",
'en': "Menu",
'it': "Menù",
'es': "Menú",
'de': "Menü",
'zh-CN': '菜单',
'ja': 'メニュー',
},
'jumpHeight': {
'fr': "Hauteur du saut",
'en': "Jump height",
'it': "Altezza del salto",
'es': "Altura del salto",
'de': "Sprunghöhe",
'zh-CN': '跳跃高度',
'ja': 'ジャンプの高さ',
},
'scorePlus': {
'fr': "Score +",
'en': "Score +",
'it': "Punteggio +",
'es': "Puntaje +",
'de': "Punktzahl +",
'zh-CN': "得分 +",
'ja': 'スコア +',
},
'walkIn': {
'fr': "Marcher",
'en': "Walk",
'it': "Camminare",
'es': "Caminar",
'de': "Gehen",
'zh-CN': "步行",
'ja': '歩く',
},
'dinoTheme': {
'fr': "Skin Dino",
'en': "Dino Skin",
'it': "Skin Dino",
'es': "Skin de Dino",
'de': "Dino-Skin",
'zh-CN': "恐龙皮肤",
'ja': "ディノスキン",
},
'optionsTitle': {
'fr': "Options",
'en': "Options",
'it': "Opzioni",
'es': "Opciones",
'de': "Optionen",
'zh-CN': "选项",
'ja': 'オプション',
},
'shortcutsLabel': {
'fr': "Raccourcis",
'en': "Shortcuts",
'it': "Scorciatoie",
'es': "Atajos",
'de': "Verknüpfungen",
'zh-CN': "快捷方式",
'ja': 'ショートカット',
},
'infoLabel': {
'fr': "Info",
'en': "Info",
'it': "Informazioni",
'es': "Información",
'de': "Info",
'zh-CN': "信息",
'ja': '情報',
},
'ratingLabel': {
'fr': "Évaluez le script :",
'en': "Rate the script :",
'it': "Valuta lo script :",
'es': "Califica el script :",
'de': "Das Skript bewerten :",
'zh-CN': "请为脚本打分:",
'ja': 'スクリプトを評価する:',
},
'switchLabelLang': {
'fr': "Langue :",
'en': "Language :",
'it': "Lingua :",
'es': "Idioma :",
'de': "Sprache :",
'zh-CN': "语言",
'ja': '言語:',
},
'creditLabel': {
'fr': "Crédit par Dℝ∃wX",
'en': "Credit by Dℝ∃wX",
'it': "Credito di Dℝ∃wX",
'es': "Crédito por Dℝ∃wX",
'de': "Credit von Dℝ∃wX",
'zh-CN': "由Dℝ∃wX提供的信用",
'ja': 'クレジット:Dℝ∃wX',
},
'versionLabel': {
'fr': "Version",
'en': "Version",
'it': "Versione",
'es': "Versión",
'de': "Version",
'zh-CN': '版本',
'ja': 'バージョン',
},
'installLabel': {
'fr': "Installations total",
'en': "Total installs",
'it': "Installazioni totali",
'es': "Instalaciones totales",
'de': "Gesamtinstallationen",
'zh-CN': "总安装量",
'ja': '総設備数',
},
'color': {
'fr': "Couleur",
'en': "Color",
'it': "Colore",
'es': "Color",
'de': "Bunt",
'zh-CN': '颜色',
'ja': '色',
},
'mario': {
'fr': "Mario",
'en': "Mario",
'it': "Mario",
'es': "Mario",
'de': "Mario",
'zh-CN': '马里奥',
'ja': 'マリオ',
},
'trump': {
'fr': "Trump",
'en': "Trump",
'it': "Trump",
'es': "Trump",
'de': "Trump",
'zh-CN': '特朗普',
'ja': 'トランプ',
},
'joker': {
'fr': "Joker",
'en': "Joker",
'it': "Joker",
'es': "Joker",
'de': "Joker",
'zh-CN': "小丑",
'ja': 'ジョーカー',
},
'batman': {
'fr': "Batman",
'en': "Batman",
'it': "Batman",
'es': "Batman",
'de': "Batman",
'zh-CN': "蝙蝠侠",
'ja': 'バットマン',
},
'night': {
'fr': "Nuit",
'en': "Night",
'it': "Notte",
'es': "Noche",
'de': "Nacht",
'zh-CN': "夜晚",
'ja': '夜',
},
'squid_game': {
'fr': "Squid Game",
'en': "Squid Game",
'it': "Squid Game",
'es': "Squid Game",
'de': "Squid Game",
'zh-CN': "鱿鱼游戏",
'ja': 'スクイド・ゲーム',
},
'santa': {
'fr': "Père Noël",
'en': "Santa",
'it': "Babbo Natale",
'es': "Santa",
'de': "Weihnachtsmann",
'zh-CN': "圣诞老人",
'ja': 'サンタクロース',
},
'halloween': {
'fr': "Halloween",
'en': "Halloween",
'it': "Halloween",
'es': "Halloween",
'de': "Halloween",
'zh-CN': "万圣节",
'ja': 'ハロウィン',
},
'wednesday': {
'fr': "Wednesday",
'en': "Wednesday",
'it': "Wednesday",
'es': "Wednesday",
'de': "Wednesday",
'zh-CN': "星期三",
'ja': 'ウェンズデー',
},
'naruto': {
'fr': "Naruto",
'en': "Naruto",
'it': "Naruto",
'es': "Naruto",
'de': "Naruto",
'zh-CN': "火影忍者",
'ja': 'ナルト',
},
'naruto2': {
'fr': "Naruto 2",
'en': "Naruto 2",
'it': "Naruto 2",
'es': "Naruto 2",
'de': "Naruto 2",
'zh-CN': "火影忍者2",
'ja': 'ナルト 2',
},
'godzilla': {
'fr': "Godzilla",
'en': "Godzilla",
'it': "Godzilla",
'es': "Godzilla",
'de': "Godzilla",
'zh-CN': "哥斯拉",
'ja': 'ゴジラ',
},
'cat': {
'fr': "Chat",
'en': "Cat",
'it': "Gatto",
'es': "Gato",
'de': "Katze",
'zh-CN': "聊天",
'ja': 'チャット',
},
'ninja': {
'fr': "Ninja",
'en': "Ninja",
'it': "Ninja",
'es': "Ninja",
'de': "Ninja",
'zh-CN': "忍者",
'ja': '忍者',
},
'classic': {
'fr': "Classique",
'en': "Classic",
'it': "Classico",
'es': "Clásico",
'de': "Klassisch",
'zh-CN': "经典",
'ja': 'クラシック',
},
'dontShowAgain': {
'fr': "Ne plus afficher le message",
'en': "Don't show this message again",
'it': "Non mostrare più questo messaggio",
'es': "No volver a mostrar este mensaje",
'de': "Diese Nachricht nicht mehr anzeigen",
'zh-CN': "不再显示该消息",
'ja': 'メッセージを表示しない',
},
'infoGmail': {
'fr': "Vous pouvez me parler en privé via gmail",
'en': "You can talk to me privately via gmail",
'it': "Potete parlare con me in privato via gmail",
'es': "Puedes hablar conmigo en privado a través de gmail",
'de': "Sie können mit mir privat über gmail sprechen",
'zh-CN': "您可以通过Gmail与我私下联系。",
'ja': 'Gmail経由で私とプライベートで連絡を取ることができます。',
},
'infoContact': {
'fr': "Pour me suggérer de nouvelles fonctionnalités, contactez-moi sur",
'en': "To suggest new features, contact me at",
'it': "Per suggerire nuove funzionalità, contattatemi su",
'es': "Para sugerir nuevas funciones, póngase en contacto conmigo en",
'de': "Um mir neue Funktionen vorzuschlagen, kontaktieren Sie mich unter",
'zh-CN': "如需向我建议新功能,请通过以下方式联系我:",
'ja': '新しい機能の提案をご希望の場合は、以下の連絡先までご連絡ください。',
},
'OrLabel': {
'fr': "ou",
'en': "or",
'it': "o",
'es': "o",
'de': "oder",
'zh-CN': '或',
'ja': 'または',
},
'link': {
'fr': "fr",
'en': "en",
'it': "it",
'es': "es",
'de': "de",
'zh-CN': 'zh-CN',
'ja': 'ja',
},
'TileTermsLabel': {
'fr': "Conditions d'utilisation",
'en': "Terms of Use",
'it': "Condizioni di utilizzo",
'es': "Condiciones de uso",
'de': "Nutzungsbedingungen",
'zh-CN': '使用条款',
'ja': '利用規約',
},
'TermsLabel': {
'fr': `<br><h5><strong>1. Introduction</strong></h5>Bienvenue sur DINOcheat, un script conçu pour personnaliser l'expérience du jeu du dinosaure Google & Chrome. Bien que le nom du script contienne des termes tels que <em>"hack"</em> et<em>"cheat"</em>, il est important de préciser que DINOcheat ne représente pas un véritable <strong>"hack"</strong> ou<strong>"cheat"</strong> malveillant. Il s'agit simplement d'un ensemble de fonctionnalités amusantes qui permettent d'ajuster certains paramètres du jeu (tels que la vitesse, le saut, ou le score). Ces fonctionnalités sont destinées à améliorer l'expérience du joueur et ne sont pas illégales. DINOcheat est conçu pour être utilisé dans un cadre privé et ne doit pas être utilisé sur des sites ou des plateformes qui ne sont pas d'accord avec de telles modifications.<br><br><h5><strong>2. Collecte de données</strong></h5>Aucune donnée personnelle identifiable n’est recueillie. Seules vos préférences sont enregistrées localement par Tampermonkey :<br>• <b>Langue</b> : la langue sélectionnée est stockée via <code>GM_setValue</code>.<br>• <b>Paramètres de jeu</b> : vos réglages (vitesse, thème, options d’interface, etc.) peuvent être stockés via <code>GM_setValue</code> et appliqués automatiquement à chaque utilisation.<br>Ces données restent strictement locales dans l’espace de stockage interne de Tampermonkey ; nous ne les utilisons jamais en dehors du script et ne les transmettons à aucun serveur.<br><br><h5><strong>3. Utilisation des données</strong></h5>Les informations stockées sont utilisées uniquement pour :<br>• Adapter l’interface à la langue choisie.<br>• Appliquer vos paramètres de jeu personnalisés.<br>• Optimiser votre expérience utilisateur avec DINOcheat.<br><br><b><h5>4. Contenu tiers</b></h5>Notre script utilise des images et des thèmes provenant de sources externes. Ces ressources sont liées à des sites tiers et peuvent être soumises à des politiques de confidentialité distinctes. Voici les thèmes disponibles et leurs liens correspondants :<br><br>• <b>Classic</b> :<br> ◦ Image 1x : <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x : <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b> :<br> ◦ Image 1x : <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x : <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b> :<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x : <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b> :<br> ◦ Image 1x : <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x : <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b> :<br> ◦ Image 1x : <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x : <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b> :<br> ◦ Image 1x : <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x : <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b> :<br> ◦Image 1x : <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x : <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b> :<br> ◦Image 1x : <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x : <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>• <b>Halloween</b>:<br> ◦ Image 1x : <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x :<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b> :<br> ◦ Image 1x : <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x : <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b> :<br> ◦Image 1x : <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x : <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b> :<br> ◦ Image 1x : <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x : <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b> :<br> ◦ Image1x : <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x : <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b> :<br> ◦ Image1x : <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x : <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b> :<br> ◦ Image 1x : <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x : <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important :</b> Ces ressources sont exclusivement destinées à être utilisées sur les sites mentionnés ci-dessus. L'utilisation de ces images en dehors de ces sites est déconseillée et à vos risques et périls.<br><br><div><h5><strong>5. Sécurité des données</strong></h5>Nous n'entrons en possession d'aucune donnée personnelle, donc la question de la protection des informations sensibles ne se pose pas. Cependant, nous vous encourageons à prendre desprécautions lorsque vous utilisez des services externes.<br><br><h5><strong>6. Modifications de la politique de confidentialité</strong></h5>Nous nous réservons le droit de mettre à jour ou de modifier cette politique de confidentialité à tout moment. Toute modification sera publiée sur <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">cette page</a>,et la date de la dernière mise à jour sera indiquée en bas de la section. Nous vous conseillons de consulter régulièrement cette page pour être informé des changements.</div><br><div><h5><strong>7. Droits des utilisateurs</strong></h5>Puisque nous ne collectons pas de données personnelles, vos droits d’accès, de rectification et de suppression ne s’appliquent pas. Seules vos préférences (langue et paramètres de jeu) sont stockées via Tampermonkey. Vous pouvez les modifier ou réinitialiser à tout moment depuis le panneau de configuration du script de l’extension de gestionnaire de scripts Tampermonkey.<br><br><h5><strong>8. Contact</strong></h5>Si vous avez des questions ou préoccupations concernant cette politique de confidentialité, n'hésitez pas à nous contacter à l'adresse suivante<ul><li>Email : [email protected]</li></ul></div><br><h5><strong>9. Utilisation abusive du script</strong></h5>Il est strictement interdit d'utiliser ce script dans des buts malveillants ou de l'utiliser sur des sites où de telles modifications ne sont pas autorisées. Toute utilisation visant à perturber, abuser, ou manipuler des plateformes de manière frauduleuse (par exemple, dans le cadre de jeux en ligne multijoueurs, de services payants ou de modifications non autorisées) est formellement prohibée. Ce script doit être utilisé uniquement dans un cadre privé et ne doit pas altérer des jeux, services ou plateformes d'une manière qui violerait leurs termes et conditions d'utilisation.<br><br>Nous déclinons toute responsabilité en cas de mauvaise utilisation du script. L'utilisateur est seul responsable de s'assurer que son utilisation respecte les lois et régulations locales, ainsi que les termes d'utilisation des plateformes tierces. En cas de doute sur l'utilisation appropriée du script, veuillez consulter les conditions d'utilisation des plateformes concernées ou contacter l'équipe responsable du script pour toute clarification.<br><br><strong>Pour plus d'informations sur les conditions d'utilisation des ressources utilisées, veuillez consulter les liens suivants :</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Termes et conditions du site Webdinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Politique de confidentialité du site Webdinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Termes et conditions du site Webdinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Politique de confidentialité du site WebTRex-Runner.COM</a></li></ul><br><h5><strong>10. Sites tiers et ressources graphiques</strong></h5>Le script DINOcheat utilise des images et des thèmes provenant de plusieurs sites externes. Ces ressources sont mises à disposition exclusivement pour être utilisées sur les sites spécifiques mentionnés ci-dessous. Nous vous rappelons que toute utilisation des images en dehors de ces sites peut entraîner des conséquences légales ou violer les droits d'auteur. Voici la liste des sites dont les ressources sont utilisées :<br><ul><li><strong>DinoRunner</strong> : Images des thèmes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL : <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong> : Images des thèmes Classic, Joker, Batman, Night, Mario.<br>URL : <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong> : Image du thème Trump.<br>URL : <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong> : Images des thèmes Ninja.<br>URL : <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong> : Image du thème Naruto 2.<br>URL : <a href='https://trex-runner.com'target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong> : Image du thème Cat.<br>URL : <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong> : Ces images sont exclusivement destinées à être utilisées sur leurs sites respectifs. Toute utilisation de ces images en dehors de ces plateformes est fortement déconseillée et pourrait entraîner des actions en justice pour violation des droits d'auteur. Vous devez toujours respecter les conditions d'utilisation de chaque site et ne pas utiliser ces ressources à des fins autres que celles définies sur les sites sources. Les liens vers les images utilisées sont spécifiés dans la section Contenu tiers.<br><br><h5><strong>11. Fonctionnalités du Script DINOcheat</strong></h5>Le script DINOcheat permet aux utilisateurs de personnaliser leur expérience de jeu en ajustant plusieurs paramètres du jeu du dinosaure Google & Chrome. Voici les principales fonctionnalités disponibles :<br><ul><li><strong>Ajustement de la hauteur des sauts</strong> : Permet de modifier la hauteur du saut du dinosaure pour faciliter la navigation à travers les obstacles.</li><li><strong>Ajustement de la vitesse</strong> : Permet de contrôler la vitesse du jeu, offrant ainsi un défi plus ou moins difficile selon les préférences de l'utilisateur.</li><li><strong>Immortalité</strong> : Rendre le dinosaure invincible, empêchant toute collision avec les obstacles, ce qui permet de jouer sans interruption.</li><li><strong>Marcher dans l'air</strong> : Permet au dinosaure de marcher dans les airs, contournant ainsi les obstacles sans avoir à les éviter.</li><li><strong>Choix du score personnalisé</strong> : Permet à l'utilisateur de définir un score personnalisé pour le jeu, ajoutant une dimension ludique à l'expérience.</li><li><strong>Bot automatique pour surmonter les obstacles</strong> : Un bot intégré qui permet au dinosaure de surmonter automatiquement les obstacles sans intervention de l'utilisateur.</li><li><strong>Ajouter 1000 au score</strong> : Permet d'ajouter 1000 points au score du jeu pour simuler un meilleur résultat.</li><li><strong>Invisible</strong> : Rend le dinosaure invisible, offrant une expérience de jeu différente sans afficher le personnage.</li><li><strong>Mettre en pause le jeu</strong> : Permet de mettre le jeu en pause à tout moment, offrant ainsi un contrôle total sur le déroulement du jeu.</li></ul><br>Ces fonctionnalités sont destinées à améliorer l'expérience de jeu de manière personnalisée, mais doivent être utilisées de manière responsable et dans un cadre privé. Toute utilisation non autorisée sur des plateformes ou des jeux tiers est interdite.<br><br><h5><strong>12. Modifications Apportées par le Script DINOcheat</strong></h5>Le script DINOcheat intervient directementsur la page du jeu en modifiant le comportement de certaines fonctionnalités afin de personnaliser l'expérience du joueur. Voici un aperçu des actions effectuées par le script lorsqu'il est injecté dans une page :<br><ul><li><strong>Modification du DOM (Document Object Model)</strong> : Le script modifie le code HTML de la page pour intégrer de nouvelles fonctionnalités et personnaliser l'interface du jeu.</li><li><strong>Injection de nouveaux styles CSS</strong> : Des styles supplémentaires peuvent être appliqués à l'interface graphique pour changer l'apparence du jeu (par exemple, en modifiant les couleurs, la taille des éléments, ou l'affichage de certains éléments).</li><li><strong>Modification du JavaScript du jeu</strong> : Le script modifie le comportement du jeu en ajustant des variables internes (par exemple, la vitesse de déplacement du dinosaure, la hauteur des sauts, ou l'immortalité). Il permet également de contourner certains comportements par défaut (comme la fin de la partie) pour donner plus de contrôle à l'utilisateur.</li><li><strong>Ajout de fonctionnalités supplémentaires</strong> : Le script permet d'ajouter de nouvelles options interactives comme la possibilité de mettre en pause le jeu, de personnaliser le score, ou d'activer un mode invisible.</li><li><strong>Modification des événements du jeu</strong> : Le script peut intercepter et modifier les événements du jeu, tels que les interactions avec le clavier ou la souris, pour permettre des actions comme la marche dans l'air ou un saut automatique.</li></ul><br>Il est important de noter que certains sites peuvent interdire l'utilisation de ce script en raison des modifications qu'il effectue sur la page du jeu. L'injection de code, la modification de l'apparence, du comportement du jeu ou de l'interaction avec la page peuvent être perçues comme une altération du fonctionnement normal du site. Cela pourrait violer les termes et conditions des plateformes tierces.<br>Nous vous recommandons de vérifier les politiques d'utilisation des sites où vous souhaitez utiliser DINOcheat, et de vous assurer que l'usage du script est conforme à leurs règles. L'utilisation de ce script sur des sites qui interdisent de telles modifications pourrait entraîner des conséquences, y compris, mais sans s'y limiter, la suspension ou l'interdiction de l'accès au site.<br>L'utilisateur est responsable de l'utilisation de ce script et doit respecter les règles des sites sur lesquels il l'emploie.<br><br><h5><strong>13. Conclusion</strong></h5>En utilisant le script DINOcheat, vous acceptez pleinement cette politique de confidentialité et vous vous engagez à respecter les termes définis. Nous nous engageons à respecter votre vie privée en ne collectant que les informations nécessaires pour personnaliser votre expérience, notamment la langue. Cependant, il est essentiel que vous utilisiez ce script de manière responsable et conforme à la loi. L'utilisation abusive, frauduleuse ou illégale de DINOcheat peut entraîner des conséquences, et nous déclinons toute responsabilité en cas d'usage non autorisé.<br>Nous encourageons tous les utilisateurs à respecter les conditions d'utilisation des sites tiers et à s'assurer que leurs actions ne violent aucune règle, que ce soit sur le plan éthique ou légal. Le plaisir de personnaliser votre expérience de jeu ne doit pas se faire au détriment des autres ou des plateformes sur lesquelles vous jouez.<br>Les présentes Conditions d’utilisation sont rédigées en langue française. En cas de divergence d’interprétation entre la version française et toute traduction, la version française prévaudra.<br>Nous vous remercions de votre compréhension et de votre coopération pour garantir une utilisation sûre et respectueuse de ce script.<br><br><strong>Dernière mise à jour</strong> : Vendredi 18 juillet 2025<br><strong>Version originale</strong> : Française`,
'en': `<br><h5><strong>1. Introduction</strong></h5>Welcome to DINOcheat, a script designed to customize the Google & Chrome dinosaur game experience. Although the script's name contains terms such as <em>"hack"</em> and <em>"cheat"</em>, it is important to clarify that DINOcheat does not represent a true <strong>"hack"</strong> or <strong>"cheat"</strong> in a malicious sense. It is simply a set of fun features that allow users to adjust certain game parameters (such as speed, jump, or score). These features are intended to enhance the player's experience and are not illegal. DINOcheat is designed to be used in a private setting and should not be used on sites or platforms that do not agree with such modifications.<br><br><h5><strong>2. Data Collection</strong></h5>No personally identifiable data is collected. Only your preferences are stored locally by Tampermonkey:<br>• <b>Language</b>: the selected language is saved using <code>GM_setValue</code>.<br>• <b>Game Settings</b>: your settings (speed, theme, interface options, etc.) may be stored via <code>GM_setValue</code> and automatically applied on each use.<br>These data remain strictly local with in Tampermonkey’s internal storage; we never use them outside the script or transmit them to any server.<br><br><h5><strong>3. Use of Data</strong></h5>The stored information is used exclusively for:<br>• Adapting the interface to the chosen language.<br>• Applying your personalized game settings.<br>• Optimizing your user experience with DINOcheat.<br><br><b><h5>4. Third-Party Content</b></h5>Our script uses images and themes from external sources. These resources are linked to third-party websites and may be subject to separate privacy policies. Here are the available themes and their corresponding links:<br><br>•<b>Classic</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x: <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x: <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>•<b>Halloween</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x:<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b>:<br> ◦ Image 1x: <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b>:<br> ◦ Image1x: <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b>:<br> ◦ Image1x: <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x: <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b>:<br> ◦ Image 1x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important:</b> These resources are exclusively intended for use on the websites mentioned above. Using these images outside of these sites is discouraged and at your own risk.<br><br><div><h5><strong>5. Data Security</strong></h5>We do not collect any personal data, so the issue of protecting sensitive information does not arise. However, we encourage you to take precautions when using external services.<br><br><h5><strong>6. Changes to the Privacy Policy</strong></h5>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be published on <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">this page</a>, and the date of the last update will be indicated at the bottom of the section. We recommend that you review this page regularly to stay informed of any changes.</div><br><div><h5><strong>7. User Rights</strong></h5>Since we do not collect any personal data, your rights of access, rectification, and deletion do not apply. Only your preferences (language and game settings) are stored via Tampermonkey. You can modify or reset them at any time from the script configuration panel of the Tampermonkey userscript manager extension.<br><br><h5><strong>8. Contact</strong></h5>If you have any questions or concerns about this privacy policy, please feel free to contact us at the following address<ul><li>Email: [email protected]</li></ul></div><br><h5><strong>9. Misuse of the Script</strong></h5>It is strictly forbidden to use this script for malicious purposes or to use it on sites where such modifications are not allowed. Any use intended to disrupt, abuse, or manipulate platforms fraudulently (e.g., in multiplayer online games, paid services, or unauthorized modifications) is strictly prohibited. This script should only be used in a private context and must not alter games, services, or platforms in a way that would violate their terms of use.<br><br>We disclaim any responsibility in case of misuse of the script. The user is solely responsible for ensuring that their use complies with local laws and regulations, as well as the terms of use of third-party platforms. If in doubt about the proper use of the script, please consult the terms of use of the relevant platforms or contact the team responsible for the script for clarification.<br><br><strong>For more information on the terms of use of the resources used, please consult the following links:</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Terms and Conditions of the website dinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Privacy Policy of the website dinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Terms and Conditions of the website dinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Privacy Policy of the website TRex-Runner.COM</a></li></ul><br><h5><strong>10. Third-Party Sites and Graphic Resources</strong></h5>The DINOcheat script uses images and themes from several external sites. These resources are made available exclusively for use on the specific sites mentioned below. We remind you that using these images outside of these sites may lead to legal consequences or violate copyright laws. Here is the list of sites whose resources are used:<br><ul><li><strong>DinoRunner</strong>: Images from the themes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL: <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong>: Images from the themes Classic, Joker, Batman, Night, Mario.<br>URL: <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong>: Image from the Trump theme.<br>URL: <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong>: Images from the Ninja themes.<br>URL: <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong>: Image from the Naruto 2 theme.<br>URL: <a href='https://trex-runner.com' target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong>: Image from the Cat theme.<br>URL: <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong>: These images are exclusively intended for use on their respective sites. Any use of these images outside these platforms is highly discouraged and may result in legal action for copyright infringement. You must always respect the terms of use of each site and not use these resources for purposes other than those defined on the source sites. The links to the images used are specified in the Third-Party Content section.<br><br><h5><strong>11. Features of the DINOcheat Script</strong></h5>The DINOcheat script allows users to customize their gameplay experience by adjusting various settings of the Google & Chrome dinosaur game. Here are the main features available:<br><ul><li><strong>Jump Height Adjustment</strong>: Allows you to modify the dinosaur's jump height to make it easier to navigate through obstacles.</li><li><strong>Speed Adjustment</strong>: Lets you control the game's speed, offering a more or less challenging experience based on the user's preferences.</li><li><strong>Invincibility</strong>: Makes the dinosaur invincible, preventing any collisions with obstacles, allowing uninterrupted play.</li><li><strong>Walk in the Air</strong>: Lets the dinosaur walk in the air, bypassing obstacles without needing to avoid them.</li><li><strong>Custom Score Choice</strong>: Allows the user to set a custom score for the game, adding a playful element to the experience.</li><li><strong>Auto-bot to Overcome Obstacles</strong>: An integrated bot that allows the dinosaur to automatically overcome obstacles without user intervention.</li><li><strong>Add 1000 Points to the Score</strong>: Allows adding 1000 points to the game score to simulate a better result.</li><li><strong>Invisible</strong>: Makes the dinosaur invisible, offering a different gameplay experience without showing the character.</li><li><strong>Pause the Game</strong>: Allows pausing the game at any time, offering full control over the gameplay.</li></ul><br>These features are designed to enhance the personalized gameplay experience but should be used responsibly and in a private setting. Unauthorized use on third-party platforms or games is prohibited.<br><br><h5><strong>12. Modifications Made by the DINOcheat Script</strong></h5>The DINOcheat script directly modifies the gamepage by altering the behavior of certain features to customize the player's experience. Here is an overview of the actions performed by the script when injected into a page:<br><ul><li><strong>Modification of the DOM (Document Object Model)</strong>: The script modifies the HTML code of the page to integrate new features and customize the game interface.</li><li><strong>Injection of New CSS Styles</strong>: Additional styles may be applied to the graphical interface to change the game's appearance (e.g., modifying colors, element sizes, or displaying certain elements).</li><li><strong>Modification of the Game's JavaScript</strong>: The script alters the game's behavior by adjusting internal variables (e.g., dinosaur movement speed, jump height, or invincibility). It also bypasses certain default behaviors (like game over) to give more control to the user.</li><li><strong>Adding Additional Features</strong>: The script allows adding new interactive options such as the ability to pause the game, customize the score, or activate an invisible mode.</li><li><strong>Modification of Game Events</strong>: The script can intercept and modify game events, such as keyboard or mouse interactions, to enable actions like walking in the air or automatic jumping.</li></ul><br>It is important to note that some sites may prohibit the use of this script due to the modifications it makes to the game page. Code injection, altering the appearance, behavior, or interaction of the game with the page may be seen as disrupting the normal functioning of the site. This could violate the terms and conditions of third-party platforms.<br>We recommend checking the usage policies of the sites where you want to use DINOcheat, and ensuring that the script's usage complies with their rules. Using this script on sites that prohibit such modifications could lead to consequences, including but not limited to suspension or banning from the site.<br>The user is responsible for using this script and must adhere to the rules of the sites on which it is employed.<br><br><h5><strong>13. Conclusion</strong></h5>By using the DINOcheat script, you fully accept this privacy policy and commit to respecting the defined terms. We are committed to respecting your privacy by only collecting the necessary information to personalize your experience, such as the language. However, it is essential that you use this script responsibly and in compliance with the law. Misuse, fraudulent, or illegal use of DINOcheat may lead to consequences, and we disclaim any responsibility for unauthorized usage.<br>We encourage all users to respect the terms of use of third-party sites and ensure that their actions do not violate any rules, whether ethical or legal. The enjoyment of customizing your gameplay experience should not come at the expense of others or the platforms you play on.<br>The present Terms of Use are drafted in the French language. In the event of any discrepancy in interpretation between the French version and any translation, the French version shall prevail.<br>We than kyou for your understanding and cooperation in ensuring the safe and respectful use of this script.<br><br><strong>Last Updated</strong> : Friday, July 18, 2025<br><strong>Original Version</strong> : `,
'it': `<br><h5><strong>1. Introduction</strong></h5>Welcome to DINOcheat, a script designed to customize the Google & Chrome dinosaur game experience. Although the script's name contains terms such as <em>"hack"</em> and <em>"cheat"</em>, it is important to clarify that DINOcheat does not represent a true <strong>"hack"</strong> or <strong>"cheat"</strong> in a malicious sense. It is simply a set of fun features that allow users to adjust certain game parameters (such as speed, jump, or score). These features are intended to enhance the player's experience and are not illegal. DINOcheat is designed to be used in a private setting and should not be used on sites or platforms that do not agree with such modifications.<br><br><h5><strong>2. Data Collection</strong></h5>No personally identifiable data is collected. Only your preferences are stored locally by Tampermonkey:<br>• <b>Language</b>: the selected language is saved using <code>GM_setValue</code>.<br>• <b>Game Settings</b>: your settings (speed, theme, interface options, etc.) may be stored via <code>GM_setValue</code> and automatically applied on each use.<br>These data remain strictly local with in Tampermonkey’s internal storage; we never use them outside the script or transmit them to any server.<br><br><h5><strong>3. Use of Data</strong></h5>The stored information is used exclusively for:<br>• Adapting the interface to the chosen language.<br>• Applying your personalized game settings.<br>• Optimizing your user experience with DINOcheat.<br><br><b><h5>4. Third-Party Content</b></h5>Our script uses images and themes from external sources. These resources are linked to third-party websites and may be subject to separate privacy policies. Here are the available themes and their corresponding links:<br><br>•<b>Classic</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x: <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x: <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>•<b>Halloween</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x:<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b>:<br> ◦ Image 1x: <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b>:<br> ◦ Image1x: <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b>:<br> ◦ Image1x: <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x: <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b>:<br> ◦ Image 1x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important:</b> These resources are exclusively intended for use on the websites mentioned above. Using these images outside of these sites is discouraged and at your own risk.<br><br><div><h5><strong>5. Data Security</strong></h5>We do not collect any personal data, so the issue of protecting sensitive information does not arise. However, we encourage you to take precautions when using external services.<br><br><h5><strong>6. Changes to the Privacy Policy</strong></h5>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be published on <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">this page</a>, and the date of the last update will be indicated at the bottom of the section. We recommend that you review this page regularly to stay informed of any changes.</div><br><div><h5><strong>7. User Rights</strong></h5>Since we do not collect any personal data, your rights of access, rectification, and deletion do not apply. Only your preferences (language and game settings) are stored via Tampermonkey. You can modify or reset them at any time from the script configuration panel of the Tampermonkey userscript manager extension.<br><br><h5><strong>8. Contact</strong></h5>If you have any questions or concerns about this privacy policy, please feel free to contact us at the following address<ul><li>Email: [email protected]</li></ul></div><br><h5><strong>9. Misuse of the Script</strong></h5>It is strictly forbidden to use this script for malicious purposes or to use it on sites where such modifications are not allowed. Any use intended to disrupt, abuse, or manipulate platforms fraudulently (e.g., in multiplayer online games, paid services, or unauthorized modifications) is strictly prohibited. This script should only be used in a private context and must not alter games, services, or platforms in a way that would violate their terms of use.<br><br>We disclaim any responsibility in case of misuse of the script. The user is solely responsible for ensuring that their use complies with local laws and regulations, as well as the terms of use of third-party platforms. If in doubt about the proper use of the script, please consult the terms of use of the relevant platforms or contact the team responsible for the script for clarification.<br><br><strong>For more information on the terms of use of the resources used, please consult the following links:</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Terms and Conditions of the website dinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Privacy Policy of the website dinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Terms and Conditions of the website dinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Privacy Policy of the website TRex-Runner.COM</a></li></ul><br><h5><strong>10. Third-Party Sites and Graphic Resources</strong></h5>The DINOcheat script uses images and themes from several external sites. These resources are made available exclusively for use on the specific sites mentioned below. We remind you that using these images outside of these sites may lead to legal consequences or violate copyright laws. Here is the list of sites whose resources are used:<br><ul><li><strong>DinoRunner</strong>: Images from the themes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL: <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong>: Images from the themes Classic, Joker, Batman, Night, Mario.<br>URL: <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong>: Image from the Trump theme.<br>URL: <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong>: Images from the Ninja themes.<br>URL: <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong>: Image from the Naruto 2 theme.<br>URL: <a href='https://trex-runner.com' target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong>: Image from the Cat theme.<br>URL: <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong>: These images are exclusively intended for use on their respective sites. Any use of these images outside these platforms is highly discouraged and may result in legal action for copyright infringement. You must always respect the terms of use of each site and not use these resources for purposes other than those defined on the source sites. The links to the images used are specified in the Third-Party Content section.<br><br><h5><strong>11. Features of the DINOcheat Script</strong></h5>The DINOcheat script allows users to customize their gameplay experience by adjusting various settings of the Google & Chrome dinosaur game. Here are the main features available:<br><ul><li><strong>Jump Height Adjustment</strong>: Allows you to modify the dinosaur's jump height to make it easier to navigate through obstacles.</li><li><strong>Speed Adjustment</strong>: Lets you control the game's speed, offering a more or less challenging experience based on the user's preferences.</li><li><strong>Invincibility</strong>: Makes the dinosaur invincible, preventing any collisions with obstacles, allowing uninterrupted play.</li><li><strong>Walk in the Air</strong>: Lets the dinosaur walk in the air, bypassing obstacles without needing to avoid them.</li><li><strong>Custom Score Choice</strong>: Allows the user to set a custom score for the game, adding a playful element to the experience.</li><li><strong>Auto-bot to Overcome Obstacles</strong>: An integrated bot that allows the dinosaur to automatically overcome obstacles without user intervention.</li><li><strong>Add 1000 Points to the Score</strong>: Allows adding 1000 points to the game score to simulate a better result.</li><li><strong>Invisible</strong>: Makes the dinosaur invisible, offering a different gameplay experience without showing the character.</li><li><strong>Pause the Game</strong>: Allows pausing the game at any time, offering full control over the gameplay.</li></ul><br>These features are designed to enhance the personalized gameplay experience but should be used responsibly and in a private setting. Unauthorized use on third-party platforms or games is prohibited.<br><br><h5><strong>12. Modifications Made by the DINOcheat Script</strong></h5>The DINOcheat script directly modifies the gamepage by altering the behavior of certain features to customize the player's experience. Here is an overview of the actions performed by the script when injected into a page:<br><ul><li><strong>Modification of the DOM (Document Object Model)</strong>: The script modifies the HTML code of the page to integrate new features and customize the game interface.</li><li><strong>Injection of New CSS Styles</strong>: Additional styles may be applied to the graphical interface to change the game's appearance (e.g., modifying colors, element sizes, or displaying certain elements).</li><li><strong>Modification of the Game's JavaScript</strong>: The script alters the game's behavior by adjusting internal variables (e.g., dinosaur movement speed, jump height, or invincibility). It also bypasses certain default behaviors (like game over) to give more control to the user.</li><li><strong>Adding Additional Features</strong>: The script allows adding new interactive options such as the ability to pause the game, customize the score, or activate an invisible mode.</li><li><strong>Modification of Game Events</strong>: The script can intercept and modify game events, such as keyboard or mouse interactions, to enable actions like walking in the air or automatic jumping.</li></ul><br>It is important to note that some sites may prohibit the use of this script due to the modifications it makes to the game page. Code injection, altering the appearance, behavior, or interaction of the game with the page may be seen as disrupting the normal functioning of the site. This could violate the terms and conditions of third-party platforms.<br>We recommend checking the usage policies of the sites where you want to use DINOcheat, and ensuring that the script's usage complies with their rules. Using this script on sites that prohibit such modifications could lead to consequences, including but not limited to suspension or banning from the site.<br>The user is responsible for using this script and must adhere to the rules of the sites on which it is employed.<br><br><h5><strong>13. Conclusion</strong></h5>By using the DINOcheat script, you fully accept this privacy policy and commit to respecting the defined terms. We are committed to respecting your privacy by only collecting the necessary information to personalize your experience, such as the language. However, it is essential that you use this script responsibly and in compliance with the law. Misuse, fraudulent, or illegal use of DINOcheat may lead to consequences, and we disclaim any responsibility for unauthorized usage.<br>We encourage all users to respect the terms of use of third-party sites and ensure that their actions do not violate any rules, whether ethical or legal. The enjoyment of customizing your gameplay experience should not come at the expense of others or the platforms you play on.<br>The present Terms of Use are drafted in the French language. In the event of any discrepancy in interpretation between the French version and any translation, the French version shall prevail.<br>We than kyou for your understanding and cooperation in ensuring the safe and respectful use of this script.<br><br><strong>Last Updated</strong> : Friday, July 18, 2025<br><strong>Original Version</strong> : `,
'es': `<br><h5><strong>1. Introduction</strong></h5>Welcome to DINOcheat, a script designed to customize the Google & Chrome dinosaur game experience. Although the script's name contains terms such as <em>"hack"</em> and <em>"cheat"</em>, it is important to clarify that DINOcheat does not represent a true <strong>"hack"</strong> or <strong>"cheat"</strong> in a malicious sense. It is simply a set of fun features that allow users to adjust certain game parameters (such as speed, jump, or score). These features are intended to enhance the player's experience and are not illegal. DINOcheat is designed to be used in a private setting and should not be used on sites or platforms that do not agree with such modifications.<br><br><h5><strong>2. Data Collection</strong></h5>No personally identifiable data is collected. Only your preferences are stored locally by Tampermonkey:<br>• <b>Language</b>: the selected language is saved using <code>GM_setValue</code>.<br>• <b>Game Settings</b>: your settings (speed, theme, interface options, etc.) may be stored via <code>GM_setValue</code> and automatically applied on each use.<br>These data remain strictly local with in Tampermonkey’s internal storage; we never use them outside the script or transmit them to any server.<br><br><h5><strong>3. Use of Data</strong></h5>The stored information is used exclusively for:<br>• Adapting the interface to the chosen language.<br>• Applying your personalized game settings.<br>• Optimizing your user experience with DINOcheat.<br><br><b><h5>4. Third-Party Content</b></h5>Our script uses images and themes from external sources. These resources are linked to third-party websites and may be subject to separate privacy policies. Here are the available themes and their corresponding links:<br><br>•<b>Classic</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x: <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x: <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>•<b>Halloween</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x:<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b>:<br> ◦ Image 1x: <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b>:<br> ◦ Image1x: <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b>:<br> ◦ Image1x: <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x: <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b>:<br> ◦ Image 1x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important:</b> These resources are exclusively intended for use on the websites mentioned above. Using these images outside of these sites is discouraged and at your own risk.<br><br><div><h5><strong>5. Data Security</strong></h5>We do not collect any personal data, so the issue of protecting sensitive information does not arise. However, we encourage you to take precautions when using external services.<br><br><h5><strong>6. Changes to the Privacy Policy</strong></h5>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be published on <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">this page</a>, and the date of the last update will be indicated at the bottom of the section. We recommend that you review this page regularly to stay informed of any changes.</div><br><div><h5><strong>7. User Rights</strong></h5>Since we do not collect any personal data, your rights of access, rectification, and deletion do not apply. Only your preferences (language and game settings) are stored via Tampermonkey. You can modify or reset them at any time from the script configuration panel of the Tampermonkey userscript manager extension.<br><br><h5><strong>8. Contact</strong></h5>If you have any questions or concerns about this privacy policy, please feel free to contact us at the following address<ul><li>Email: [email protected]</li></ul></div><br><h5><strong>9. Misuse of the Script</strong></h5>It is strictly forbidden to use this script for malicious purposes or to use it on sites where such modifications are not allowed. Any use intended to disrupt, abuse, or manipulate platforms fraudulently (e.g., in multiplayer online games, paid services, or unauthorized modifications) is strictly prohibited. This script should only be used in a private context and must not alter games, services, or platforms in a way that would violate their terms of use.<br><br>We disclaim any responsibility in case of misuse of the script. The user is solely responsible for ensuring that their use complies with local laws and regulations, as well as the terms of use of third-party platforms. If in doubt about the proper use of the script, please consult the terms of use of the relevant platforms or contact the team responsible for the script for clarification.<br><br><strong>For more information on the terms of use of the resources used, please consult the following links:</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Terms and Conditions of the website dinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Privacy Policy of the website dinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Terms and Conditions of the website dinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Privacy Policy of the website TRex-Runner.COM</a></li></ul><br><h5><strong>10. Third-Party Sites and Graphic Resources</strong></h5>The DINOcheat script uses images and themes from several external sites. These resources are made available exclusively for use on the specific sites mentioned below. We remind you that using these images outside of these sites may lead to legal consequences or violate copyright laws. Here is the list of sites whose resources are used:<br><ul><li><strong>DinoRunner</strong>: Images from the themes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL: <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong>: Images from the themes Classic, Joker, Batman, Night, Mario.<br>URL: <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong>: Image from the Trump theme.<br>URL: <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong>: Images from the Ninja themes.<br>URL: <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong>: Image from the Naruto 2 theme.<br>URL: <a href='https://trex-runner.com' target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong>: Image from the Cat theme.<br>URL: <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong>: These images are exclusively intended for use on their respective sites. Any use of these images outside these platforms is highly discouraged and may result in legal action for copyright infringement. You must always respect the terms of use of each site and not use these resources for purposes other than those defined on the source sites. The links to the images used are specified in the Third-Party Content section.<br><br><h5><strong>11. Features of the DINOcheat Script</strong></h5>The DINOcheat script allows users to customize their gameplay experience by adjusting various settings of the Google & Chrome dinosaur game. Here are the main features available:<br><ul><li><strong>Jump Height Adjustment</strong>: Allows you to modify the dinosaur's jump height to make it easier to navigate through obstacles.</li><li><strong>Speed Adjustment</strong>: Lets you control the game's speed, offering a more or less challenging experience based on the user's preferences.</li><li><strong>Invincibility</strong>: Makes the dinosaur invincible, preventing any collisions with obstacles, allowing uninterrupted play.</li><li><strong>Walk in the Air</strong>: Lets the dinosaur walk in the air, bypassing obstacles without needing to avoid them.</li><li><strong>Custom Score Choice</strong>: Allows the user to set a custom score for the game, adding a playful element to the experience.</li><li><strong>Auto-bot to Overcome Obstacles</strong>: An integrated bot that allows the dinosaur to automatically overcome obstacles without user intervention.</li><li><strong>Add 1000 Points to the Score</strong>: Allows adding 1000 points to the game score to simulate a better result.</li><li><strong>Invisible</strong>: Makes the dinosaur invisible, offering a different gameplay experience without showing the character.</li><li><strong>Pause the Game</strong>: Allows pausing the game at any time, offering full control over the gameplay.</li></ul><br>These features are designed to enhance the personalized gameplay experience but should be used responsibly and in a private setting. Unauthorized use on third-party platforms or games is prohibited.<br><br><h5><strong>12. Modifications Made by the DINOcheat Script</strong></h5>The DINOcheat script directly modifies the gamepage by altering the behavior of certain features to customize the player's experience. Here is an overview of the actions performed by the script when injected into a page:<br><ul><li><strong>Modification of the DOM (Document Object Model)</strong>: The script modifies the HTML code of the page to integrate new features and customize the game interface.</li><li><strong>Injection of New CSS Styles</strong>: Additional styles may be applied to the graphical interface to change the game's appearance (e.g., modifying colors, element sizes, or displaying certain elements).</li><li><strong>Modification of the Game's JavaScript</strong>: The script alters the game's behavior by adjusting internal variables (e.g., dinosaur movement speed, jump height, or invincibility). It also bypasses certain default behaviors (like game over) to give more control to the user.</li><li><strong>Adding Additional Features</strong>: The script allows adding new interactive options such as the ability to pause the game, customize the score, or activate an invisible mode.</li><li><strong>Modification of Game Events</strong>: The script can intercept and modify game events, such as keyboard or mouse interactions, to enable actions like walking in the air or automatic jumping.</li></ul><br>It is important to note that some sites may prohibit the use of this script due to the modifications it makes to the game page. Code injection, altering the appearance, behavior, or interaction of the game with the page may be seen as disrupting the normal functioning of the site. This could violate the terms and conditions of third-party platforms.<br>We recommend checking the usage policies of the sites where you want to use DINOcheat, and ensuring that the script's usage complies with their rules. Using this script on sites that prohibit such modifications could lead to consequences, including but not limited to suspension or banning from the site.<br>The user is responsible for using this script and must adhere to the rules of the sites on which it is employed.<br><br><h5><strong>13. Conclusion</strong></h5>By using the DINOcheat script, you fully accept this privacy policy and commit to respecting the defined terms. We are committed to respecting your privacy by only collecting the necessary information to personalize your experience, such as the language. However, it is essential that you use this script responsibly and in compliance with the law. Misuse, fraudulent, or illegal use of DINOcheat may lead to consequences, and we disclaim any responsibility for unauthorized usage.<br>We encourage all users to respect the terms of use of third-party sites and ensure that their actions do not violate any rules, whether ethical or legal. The enjoyment of customizing your gameplay experience should not come at the expense of others or the platforms you play on.<br>The present Terms of Use are drafted in the French language. In the event of any discrepancy in interpretation between the French version and any translation, the French version shall prevail.<br>We than kyou for your understanding and cooperation in ensuring the safe and respectful use of this script.<br><br><strong>Last Updated</strong> : Friday, July 18, 2025<br><strong>Original Version</strong> : `,
'de': `<br><h5><strong>1. Introduction</strong></h5>Welcome to DINOcheat, a script designed to customize the Google & Chrome dinosaur game experience. Although the script's name contains terms such as <em>"hack"</em> and <em>"cheat"</em>, it is important to clarify that DINOcheat does not represent a true <strong>"hack"</strong> or <strong>"cheat"</strong> in a malicious sense. It is simply a set of fun features that allow users to adjust certain game parameters (such as speed, jump, or score). These features are intended to enhance the player's experience and are not illegal. DINOcheat is designed to be used in a private setting and should not be used on sites or platforms that do not agree with such modifications.<br><br><h5><strong>2. Data Collection</strong></h5>No personally identifiable data is collected. Only your preferences are stored locally by Tampermonkey:<br>• <b>Language</b>: the selected language is saved using <code>GM_setValue</code>.<br>• <b>Game Settings</b>: your settings (speed, theme, interface options, etc.) may be stored via <code>GM_setValue</code> and automatically applied on each use.<br>These data remain strictly local with in Tampermonkey’s internal storage; we never use them outside the script or transmit them to any server.<br><br><h5><strong>3. Use of Data</strong></h5>The stored information is used exclusively for:<br>• Adapting the interface to the chosen language.<br>• Applying your personalized game settings.<br>• Optimizing your user experience with DINOcheat.<br><br><b><h5>4. Third-Party Content</b></h5>Our script uses images and themes from external sources. These resources are linked to third-party websites and may be subject to separate privacy policies. Here are the available themes and their corresponding links:<br><br>•<b>Classic</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x: <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x: <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>•<b>Halloween</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x:<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b>:<br> ◦ Image 1x: <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b>:<br> ◦ Image1x: <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b>:<br> ◦ Image1x: <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x: <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b>:<br> ◦ Image 1x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important:</b> These resources are exclusively intended for use on the websites mentioned above. Using these images outside of these sites is discouraged and at your own risk.<br><br><div><h5><strong>5. Data Security</strong></h5>We do not collect any personal data, so the issue of protecting sensitive information does not arise. However, we encourage you to take precautions when using external services.<br><br><h5><strong>6. Changes to the Privacy Policy</strong></h5>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be published on <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">this page</a>, and the date of the last update will be indicated at the bottom of the section. We recommend that you review this page regularly to stay informed of any changes.</div><br><div><h5><strong>7. User Rights</strong></h5>Since we do not collect any personal data, your rights of access, rectification, and deletion do not apply. Only your preferences (language and game settings) are stored via Tampermonkey. You can modify or reset them at any time from the script configuration panel of the Tampermonkey userscript manager extension.<br><br><h5><strong>8. Contact</strong></h5>If you have any questions or concerns about this privacy policy, please feel free to contact us at the following address<ul><li>Email: [email protected]</li></ul></div><br><h5><strong>9. Misuse of the Script</strong></h5>It is strictly forbidden to use this script for malicious purposes or to use it on sites where such modifications are not allowed. Any use intended to disrupt, abuse, or manipulate platforms fraudulently (e.g., in multiplayer online games, paid services, or unauthorized modifications) is strictly prohibited. This script should only be used in a private context and must not alter games, services, or platforms in a way that would violate their terms of use.<br><br>We disclaim any responsibility in case of misuse of the script. The user is solely responsible for ensuring that their use complies with local laws and regulations, as well as the terms of use of third-party platforms. If in doubt about the proper use of the script, please consult the terms of use of the relevant platforms or contact the team responsible for the script for clarification.<br><br><strong>For more information on the terms of use of the resources used, please consult the following links:</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Terms and Conditions of the website dinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Privacy Policy of the website dinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Terms and Conditions of the website dinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Privacy Policy of the website TRex-Runner.COM</a></li></ul><br><h5><strong>10. Third-Party Sites and Graphic Resources</strong></h5>The DINOcheat script uses images and themes from several external sites. These resources are made available exclusively for use on the specific sites mentioned below. We remind you that using these images outside of these sites may lead to legal consequences or violate copyright laws. Here is the list of sites whose resources are used:<br><ul><li><strong>DinoRunner</strong>: Images from the themes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL: <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong>: Images from the themes Classic, Joker, Batman, Night, Mario.<br>URL: <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong>: Image from the Trump theme.<br>URL: <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong>: Images from the Ninja themes.<br>URL: <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong>: Image from the Naruto 2 theme.<br>URL: <a href='https://trex-runner.com' target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong>: Image from the Cat theme.<br>URL: <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong>: These images are exclusively intended for use on their respective sites. Any use of these images outside these platforms is highly discouraged and may result in legal action for copyright infringement. You must always respect the terms of use of each site and not use these resources for purposes other than those defined on the source sites. The links to the images used are specified in the Third-Party Content section.<br><br><h5><strong>11. Features of the DINOcheat Script</strong></h5>The DINOcheat script allows users to customize their gameplay experience by adjusting various settings of the Google & Chrome dinosaur game. Here are the main features available:<br><ul><li><strong>Jump Height Adjustment</strong>: Allows you to modify the dinosaur's jump height to make it easier to navigate through obstacles.</li><li><strong>Speed Adjustment</strong>: Lets you control the game's speed, offering a more or less challenging experience based on the user's preferences.</li><li><strong>Invincibility</strong>: Makes the dinosaur invincible, preventing any collisions with obstacles, allowing uninterrupted play.</li><li><strong>Walk in the Air</strong>: Lets the dinosaur walk in the air, bypassing obstacles without needing to avoid them.</li><li><strong>Custom Score Choice</strong>: Allows the user to set a custom score for the game, adding a playful element to the experience.</li><li><strong>Auto-bot to Overcome Obstacles</strong>: An integrated bot that allows the dinosaur to automatically overcome obstacles without user intervention.</li><li><strong>Add 1000 Points to the Score</strong>: Allows adding 1000 points to the game score to simulate a better result.</li><li><strong>Invisible</strong>: Makes the dinosaur invisible, offering a different gameplay experience without showing the character.</li><li><strong>Pause the Game</strong>: Allows pausing the game at any time, offering full control over the gameplay.</li></ul><br>These features are designed to enhance the personalized gameplay experience but should be used responsibly and in a private setting. Unauthorized use on third-party platforms or games is prohibited.<br><br><h5><strong>12. Modifications Made by the DINOcheat Script</strong></h5>The DINOcheat script directly modifies the gamepage by altering the behavior of certain features to customize the player's experience. Here is an overview of the actions performed by the script when injected into a page:<br><ul><li><strong>Modification of the DOM (Document Object Model)</strong>: The script modifies the HTML code of the page to integrate new features and customize the game interface.</li><li><strong>Injection of New CSS Styles</strong>: Additional styles may be applied to the graphical interface to change the game's appearance (e.g., modifying colors, element sizes, or displaying certain elements).</li><li><strong>Modification of the Game's JavaScript</strong>: The script alters the game's behavior by adjusting internal variables (e.g., dinosaur movement speed, jump height, or invincibility). It also bypasses certain default behaviors (like game over) to give more control to the user.</li><li><strong>Adding Additional Features</strong>: The script allows adding new interactive options such as the ability to pause the game, customize the score, or activate an invisible mode.</li><li><strong>Modification of Game Events</strong>: The script can intercept and modify game events, such as keyboard or mouse interactions, to enable actions like walking in the air or automatic jumping.</li></ul><br>It is important to note that some sites may prohibit the use of this script due to the modifications it makes to the game page. Code injection, altering the appearance, behavior, or interaction of the game with the page may be seen as disrupting the normal functioning of the site. This could violate the terms and conditions of third-party platforms.<br>We recommend checking the usage policies of the sites where you want to use DINOcheat, and ensuring that the script's usage complies with their rules. Using this script on sites that prohibit such modifications could lead to consequences, including but not limited to suspension or banning from the site.<br>The user is responsible for using this script and must adhere to the rules of the sites on which it is employed.<br><br><h5><strong>13. Conclusion</strong></h5>By using the DINOcheat script, you fully accept this privacy policy and commit to respecting the defined terms. We are committed to respecting your privacy by only collecting the necessary information to personalize your experience, such as the language. However, it is essential that you use this script responsibly and in compliance with the law. Misuse, fraudulent, or illegal use of DINOcheat may lead to consequences, and we disclaim any responsibility for unauthorized usage.<br>We encourage all users to respect the terms of use of third-party sites and ensure that their actions do not violate any rules, whether ethical or legal. The enjoyment of customizing your gameplay experience should not come at the expense of others or the platforms you play on.<br>The present Terms of Use are drafted in the French language. In the event of any discrepancy in interpretation between the French version and any translation, the French version shall prevail.<br>We than kyou for your understanding and cooperation in ensuring the safe and respectful use of this script.<br><br><strong>Last Updated</strong> : Friday, July 18, 2025<br><strong>Original Version</strong> : `,
'zh-CN': `<br><h5><strong>1. Introduction</strong></h5>Welcome to DINOcheat, a script designed to customize the Google & Chrome dinosaur game experience. Although the script's name contains terms such as <em>"hack"</em> and <em>"cheat"</em>, it is important to clarify that DINOcheat does not represent a true <strong>"hack"</strong> or <strong>"cheat"</strong> in a malicious sense. It is simply a set of fun features that allow users to adjust certain game parameters (such as speed, jump, or score). These features are intended to enhance the player's experience and are not illegal. DINOcheat is designed to be used in a private setting and should not be used on sites or platforms that do not agree with such modifications.<br><br><h5><strong>2. Data Collection</strong></h5>No personally identifiable data is collected. Only your preferences are stored locally by Tampermonkey:<br>• <b>Language</b>: the selected language is saved using <code>GM_setValue</code>.<br>• <b>Game Settings</b>: your settings (speed, theme, interface options, etc.) may be stored via <code>GM_setValue</code> and automatically applied on each use.<br>These data remain strictly local with in Tampermonkey’s internal storage; we never use them outside the script or transmit them to any server.<br><br><h5><strong>3. Use of Data</strong></h5>The stored information is used exclusively for:<br>• Adapting the interface to the chosen language.<br>• Applying your personalized game settings.<br>• Optimizing your user experience with DINOcheat.<br><br><b><h5>4. Third-Party Content</b></h5>Our script uses images and themes from external sources. These resources are linked to third-party websites and may be subject to separate privacy policies. Here are the available themes and their corresponding links:<br><br>•<b>Classic</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x: <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x: <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>•<b>Halloween</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x:<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b>:<br> ◦ Image 1x: <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b>:<br> ◦ Image1x: <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b>:<br> ◦ Image1x: <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x: <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b>:<br> ◦ Image 1x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important:</b> These resources are exclusively intended for use on the websites mentioned above. Using these images outside of these sites is discouraged and at your own risk.<br><br><div><h5><strong>5. Data Security</strong></h5>We do not collect any personal data, so the issue of protecting sensitive information does not arise. However, we encourage you to take precautions when using external services.<br><br><h5><strong>6. Changes to the Privacy Policy</strong></h5>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be published on <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">this page</a>, and the date of the last update will be indicated at the bottom of the section. We recommend that you review this page regularly to stay informed of any changes.</div><br><div><h5><strong>7. User Rights</strong></h5>Since we do not collect any personal data, your rights of access, rectification, and deletion do not apply. Only your preferences (language and game settings) are stored via Tampermonkey. You can modify or reset them at any time from the script configuration panel of the Tampermonkey userscript manager extension.<br><br><h5><strong>8. Contact</strong></h5>If you have any questions or concerns about this privacy policy, please feel free to contact us at the following address<ul><li>Email: [email protected]</li></ul></div><br><h5><strong>9. Misuse of the Script</strong></h5>It is strictly forbidden to use this script for malicious purposes or to use it on sites where such modifications are not allowed. Any use intended to disrupt, abuse, or manipulate platforms fraudulently (e.g., in multiplayer online games, paid services, or unauthorized modifications) is strictly prohibited. This script should only be used in a private context and must not alter games, services, or platforms in a way that would violate their terms of use.<br><br>We disclaim any responsibility in case of misuse of the script. The user is solely responsible for ensuring that their use complies with local laws and regulations, as well as the terms of use of third-party platforms. If in doubt about the proper use of the script, please consult the terms of use of the relevant platforms or contact the team responsible for the script for clarification.<br><br><strong>For more information on the terms of use of the resources used, please consult the following links:</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Terms and Conditions of the website dinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Privacy Policy of the website dinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Terms and Conditions of the website dinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Privacy Policy of the website TRex-Runner.COM</a></li></ul><br><h5><strong>10. Third-Party Sites and Graphic Resources</strong></h5>The DINOcheat script uses images and themes from several external sites. These resources are made available exclusively for use on the specific sites mentioned below. We remind you that using these images outside of these sites may lead to legal consequences or violate copyright laws. Here is the list of sites whose resources are used:<br><ul><li><strong>DinoRunner</strong>: Images from the themes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL: <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong>: Images from the themes Classic, Joker, Batman, Night, Mario.<br>URL: <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong>: Image from the Trump theme.<br>URL: <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong>: Images from the Ninja themes.<br>URL: <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong>: Image from the Naruto 2 theme.<br>URL: <a href='https://trex-runner.com' target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong>: Image from the Cat theme.<br>URL: <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong>: These images are exclusively intended for use on their respective sites. Any use of these images outside these platforms is highly discouraged and may result in legal action for copyright infringement. You must always respect the terms of use of each site and not use these resources for purposes other than those defined on the source sites. The links to the images used are specified in the Third-Party Content section.<br><br><h5><strong>11. Features of the DINOcheat Script</strong></h5>The DINOcheat script allows users to customize their gameplay experience by adjusting various settings of the Google & Chrome dinosaur game. Here are the main features available:<br><ul><li><strong>Jump Height Adjustment</strong>: Allows you to modify the dinosaur's jump height to make it easier to navigate through obstacles.</li><li><strong>Speed Adjustment</strong>: Lets you control the game's speed, offering a more or less challenging experience based on the user's preferences.</li><li><strong>Invincibility</strong>: Makes the dinosaur invincible, preventing any collisions with obstacles, allowing uninterrupted play.</li><li><strong>Walk in the Air</strong>: Lets the dinosaur walk in the air, bypassing obstacles without needing to avoid them.</li><li><strong>Custom Score Choice</strong>: Allows the user to set a custom score for the game, adding a playful element to the experience.</li><li><strong>Auto-bot to Overcome Obstacles</strong>: An integrated bot that allows the dinosaur to automatically overcome obstacles without user intervention.</li><li><strong>Add 1000 Points to the Score</strong>: Allows adding 1000 points to the game score to simulate a better result.</li><li><strong>Invisible</strong>: Makes the dinosaur invisible, offering a different gameplay experience without showing the character.</li><li><strong>Pause the Game</strong>: Allows pausing the game at any time, offering full control over the gameplay.</li></ul><br>These features are designed to enhance the personalized gameplay experience but should be used responsibly and in a private setting. Unauthorized use on third-party platforms or games is prohibited.<br><br><h5><strong>12. Modifications Made by the DINOcheat Script</strong></h5>The DINOcheat script directly modifies the gamepage by altering the behavior of certain features to customize the player's experience. Here is an overview of the actions performed by the script when injected into a page:<br><ul><li><strong>Modification of the DOM (Document Object Model)</strong>: The script modifies the HTML code of the page to integrate new features and customize the game interface.</li><li><strong>Injection of New CSS Styles</strong>: Additional styles may be applied to the graphical interface to change the game's appearance (e.g., modifying colors, element sizes, or displaying certain elements).</li><li><strong>Modification of the Game's JavaScript</strong>: The script alters the game's behavior by adjusting internal variables (e.g., dinosaur movement speed, jump height, or invincibility). It also bypasses certain default behaviors (like game over) to give more control to the user.</li><li><strong>Adding Additional Features</strong>: The script allows adding new interactive options such as the ability to pause the game, customize the score, or activate an invisible mode.</li><li><strong>Modification of Game Events</strong>: The script can intercept and modify game events, such as keyboard or mouse interactions, to enable actions like walking in the air or automatic jumping.</li></ul><br>It is important to note that some sites may prohibit the use of this script due to the modifications it makes to the game page. Code injection, altering the appearance, behavior, or interaction of the game with the page may be seen as disrupting the normal functioning of the site. This could violate the terms and conditions of third-party platforms.<br>We recommend checking the usage policies of the sites where you want to use DINOcheat, and ensuring that the script's usage complies with their rules. Using this script on sites that prohibit such modifications could lead to consequences, including but not limited to suspension or banning from the site.<br>The user is responsible for using this script and must adhere to the rules of the sites on which it is employed.<br><br><h5><strong>13. Conclusion</strong></h5>By using the DINOcheat script, you fully accept this privacy policy and commit to respecting the defined terms. We are committed to respecting your privacy by only collecting the necessary information to personalize your experience, such as the language. However, it is essential that you use this script responsibly and in compliance with the law. Misuse, fraudulent, or illegal use of DINOcheat may lead to consequences, and we disclaim any responsibility for unauthorized usage.<br>We encourage all users to respect the terms of use of third-party sites and ensure that their actions do not violate any rules, whether ethical or legal. The enjoyment of customizing your gameplay experience should not come at the expense of others or the platforms you play on.<br>The present Terms of Use are drafted in the French language. In the event of any discrepancy in interpretation between the French version and any translation, the French version shall prevail.<br>We than kyou for your understanding and cooperation in ensuring the safe and respectful use of this script.<br><br><strong>Last Updated</strong> : Friday, July 18, 2025<br><strong>Original Version</strong> : `,
'ja': `<br><h5><strong>1. Introduction</strong></h5>Welcome to DINOcheat, a script designed to customize the Google & Chrome dinosaur game experience. Although the script's name contains terms such as <em>"hack"</em> and <em>"cheat"</em>, it is important to clarify that DINOcheat does not represent a true <strong>"hack"</strong> or <strong>"cheat"</strong> in a malicious sense. It is simply a set of fun features that allow users to adjust certain game parameters (such as speed, jump, or score). These features are intended to enhance the player's experience and are not illegal. DINOcheat is designed to be used in a private setting and should not be used on sites or platforms that do not agree with such modifications.<br><br><h5><strong>2. Data Collection</strong></h5>No personally identifiable data is collected. Only your preferences are stored locally by Tampermonkey:<br>• <b>Language</b>: the selected language is saved using <code>GM_setValue</code>.<br>• <b>Game Settings</b>: your settings (speed, theme, interface options, etc.) may be stored via <code>GM_setValue</code> and automatically applied on each use.<br>These data remain strictly local with in Tampermonkey’s internal storage; we never use them outside the script or transmit them to any server.<br><br><h5><strong>3. Use of Data</strong></h5>The stored information is used exclusively for:<br>• Adapting the interface to the chosen language.<br>• Applying your personalized game settings.<br>• Optimizing your user experience with DINOcheat.<br><br><b><h5>4. Third-Party Content</b></h5>Our script uses images and themes from external sources. These resources are linked to third-party websites and may be subject to separate privacy policies. Here are the available themes and their corresponding links:<br><br>•<b>Classic</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/static/images/1.png'target='_blank'>https://dino-chrome.com/static/images/1.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/static/images/2.png'target='_blank'>https://dino-chrome.com/static/images/2.png</a><br><br>• <b>Mario</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-mario.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-mario.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-mario.png</a><br><br>• <b>Trump</b>:<br> ◦ Image 1x: <a href='https://dino-chrome.com/trumpino-game/trump1x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump1x.png</a><br> ◦ Image 2x: <a href='https://dino-chrome.com/trumpino-game/trump2x.png'target='_blank'>https://dino-chrome.com/trumpino-game/trump2x.png</a><br><br>• <b>Joker</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/joker1x.png' target='_blank'>https://chromedino.com/assets/joker1x.png</a><br> ◦Image 2x: <a href='https://chromedino.com/assets/joker2x.png'target='_blank'>https://chromedino.com/assets/joker2x.png</a><br><br>• <b>Batman</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/batman1x.png' target='_blank'>https://chromedino.com/assets/batman1x.png</a><br>◦ Image 2x: <a href='https://chromedino.com/assets/batman2x.png'target='_blank'>https://chromedino.com/assets/batman2x.png</a><br><br>• <b>Night</b>:<br> ◦ Image 1x: <a href='https://chromedino.com/assets/offline-sprite-1x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-1x-black.png</a><br> ◦ Image 2x: <a href='https://chromedino.com/assets/offline-sprite-2x-black.png'target='_blank'>https://chromedino.com/assets/offline-sprite-2x-black.png</a><br><br>• <b>Squid Game</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/squid-game/squid_game1x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/squid-game/squid_game2x.png'target='_blank'>https://dinorunner.com/static/images/squid-game/squid_game2x.png</a><br><br>• <b>Santa</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-1x-santa.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png'target='_blank'>https://dinorunner.com/static/images/santa/offline-sprite-2x-santa.png</a><br><br>•<b>Halloween</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-1x-halloween.png</a><br> ◦ Image 2x:<a href='https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png'target='_blank'>https://dinorunner.com/static/images/halloween/offline-sprite-2x-halloween.png</a><br><br>•<b>Wednesday</b>:<br> ◦ Image 1x: <a href='https://dinorunner.com/static/images/wednesday/wednesday1x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday1x.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/wednesday/wednesday2x.png'target='_blank'>https://dinorunner.com/static/images/wednesday/wednesday2x.png</a><br><br>• <b>Naruto</b>:<br> ◦Image 1x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png'target='_blank'>https://dinorunner.com/static/images/naruto/offline-sprite-2x-naruto.png</a><br><br>• <b>Naruto2</b>:<br> ◦ Image 1x: <a href='https://trex-runner.com/img/offline-sprite-1x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-1x-naruto.png</a><br> ◦ Image 2x: <a href='https://trex-runner.com/img/offline-sprite-2x-naruto.png'target='_blank'>https://trex-runner.com/img/offline-sprite-2x-naruto.png</a><br><br>• <b>Godzilla</b>:<br> ◦ Image1x: <a href='https://dinorunner.com/static/images/godzilla/godzilla.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzilla.png</a><br> ◦ Image 2x: <a href='https://dinorunner.com/static/images/godzilla/godzillax2.png'target='_blank'>https://dinorunner.com/static/images/godzilla/godzillax2.png</a><br><br>• <b>Cat</b>:<br> ◦ Image1x: <a href='https://dinosaur-game.io/game/nyancat/img/cat.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/cat.png</a><br> ◦ Image 2x: <a href='https://dinosaur-game.io/game/nyancat/img/catx2.png'target='_blank'>https://dinosaur-game.io/game/nyancat/img/catx2.png</a><br><br>• <b>Ninja</b>:<br> ◦ Image 1x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-1x.png</a><br> ◦ Image 2x: <a href='https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png'target='_blank'>https://dnery.dev/t-rex-runner/assets/offline-sprite-2x.png</a><br><br><b>Important:</b> These resources are exclusively intended for use on the websites mentioned above. Using these images outside of these sites is discouraged and at your own risk.<br><br><div><h5><strong>5. Data Security</strong></h5>We do not collect any personal data, so the issue of protecting sensitive information does not arise. However, we encourage you to take precautions when using external services.<br><br><h5><strong>6. Changes to the Privacy Policy</strong></h5>We reserve the right to update or modify this Privacy Policy at any time. Any changes will be published on <a href="https://github.com/DREwX-code/DINOcheat/blob/main/Terms-of-use_FR.md" target="_blank">this page</a>, and the date of the last update will be indicated at the bottom of the section. We recommend that you review this page regularly to stay informed of any changes.</div><br><div><h5><strong>7. User Rights</strong></h5>Since we do not collect any personal data, your rights of access, rectification, and deletion do not apply. Only your preferences (language and game settings) are stored via Tampermonkey. You can modify or reset them at any time from the script configuration panel of the Tampermonkey userscript manager extension.<br><br><h5><strong>8. Contact</strong></h5>If you have any questions or concerns about this privacy policy, please feel free to contact us at the following address<ul><li>Email: [email protected]</li></ul></div><br><h5><strong>9. Misuse of the Script</strong></h5>It is strictly forbidden to use this script for malicious purposes or to use it on sites where such modifications are not allowed. Any use intended to disrupt, abuse, or manipulate platforms fraudulently (e.g., in multiplayer online games, paid services, or unauthorized modifications) is strictly prohibited. This script should only be used in a private context and must not alter games, services, or platforms in a way that would violate their terms of use.<br><br>We disclaim any responsibility in case of misuse of the script. The user is solely responsible for ensuring that their use complies with local laws and regulations, as well as the terms of use of third-party platforms. If in doubt about the proper use of the script, please consult the terms of use of the relevant platforms or contact the team responsible for the script for clarification.<br><br><strong>For more information on the terms of use of the resources used, please consult the following links:</strong><br><ul><li><a href='https://dinorunner.com/help/terms-of-use/' target='_blank'>Terms and Conditions of the website dinorunner.com</a></li><li><a href='https://dinorunner.com/help/privacy-policy/' target='_blank'>Privacy Policy of the website dinorunner.com</a></li><li><a href='https://dinosaur-game.io/terms-of-service' target='_blank'>Terms and Conditions of the website dinosaur-game.io</a></li><li><a href='https://trex-runner.com/privacy-policy/' target='_blank'>Privacy Policy of the website TRex-Runner.COM</a></li></ul><br><h5><strong>10. Third-Party Sites and Graphic Resources</strong></h5>The DINOcheat script uses images and themes from several external sites. These resources are made available exclusively for use on the specific sites mentioned below. We remind you that using these images outside of these sites may lead to legal consequences or violate copyright laws. Here is the list of sites whose resources are used:<br><ul><li><strong>DinoRunner</strong>: Images from the themes Squid Game, Santa, Halloween, Wednesday, Naruto, Godzilla.<br>URL: <a href='https://dinorunner.com' target='_blank'>https://dinorunner.com</a></li><li><strong>ChromeDino</strong>: Images from the themes Classic, Joker, Batman, Night, Mario.<br>URL: <a href='https://chromedino.com' target='_blank'>https://chromedino.com</a></li><li><strong>Trumpino Game</strong>: Image from the Trump theme.<br>URL: <a href='https://dino-chrome.com'target='_blank'>https://dino-chrome.com</a></li><li><strong>Dnery.dev</strong>: Images from the Ninja themes.<br>URL: <a href='https://dnery.dev/t-rex-runner'target='_blank'>https://dnery.dev/t-rex-runner</a></li><li><strong>Trex Runner (Naruto 2)</strong>: Image from the Naruto 2 theme.<br>URL: <a href='https://trex-runner.com' target='_blank'>https://trex-runner.com</a></li><li><strong>Dinosaur Game</strong>: Image from the Cat theme.<br>URL: <a href='https://dinosaur-game.io'target='_blank'>https://dinosaur-game.io</a></li></ul><br><strong>Important</strong>: These images are exclusively intended for use on their respective sites. Any use of these images outside these platforms is highly discouraged and may result in legal action for copyright infringement. You must always respect the terms of use of each site and not use these resources for purposes other than those defined on the source sites. The links to the images used are specified in the Third-Party Content section.<br><br><h5><strong>11. Features of the DINOcheat Script</strong></h5>The DINOcheat script allows users to customize their gameplay experience by adjusting various settings of the Google & Chrome dinosaur game. Here are the main features available:<br><ul><li><strong>Jump Height Adjustment</strong>: Allows you to modify the dinosaur's jump height to make it easier to navigate through obstacles.</li><li><strong>Speed Adjustment</strong>: Lets you control the game's speed, offering a more or less challenging experience based on the user's preferences.</li><li><strong>Invincibility</strong>: Makes the dinosaur invincible, preventing any collisions with obstacles, allowing uninterrupted play.</li><li><strong>Walk in the Air</strong>: Lets the dinosaur walk in the air, bypassing obstacles without needing to avoid them.</li><li><strong>Custom Score Choice</strong>: Allows the user to set a custom score for the game, adding a playful element to the experience.</li><li><strong>Auto-bot to Overcome Obstacles</strong>: An integrated bot that allows the dinosaur to automatically overcome obstacles without user intervention.</li><li><strong>Add 1000 Points to the Score</strong>: Allows adding 1000 points to the game score to simulate a better result.</li><li><strong>Invisible</strong>: Makes the dinosaur invisible, offering a different gameplay experience without showing the character.</li><li><strong>Pause the Game</strong>: Allows pausing the game at any time, offering full control over the gameplay.</li></ul><br>These features are designed to enhance the personalized gameplay experience but should be used responsibly and in a private setting. Unauthorized use on third-party platforms or games is prohibited.<br><br><h5><strong>12. Modifications Made by the DINOcheat Script</strong></h5>The DINOcheat script directly modifies the gamepage by altering the behavior of certain features to customize the player's experience. Here is an overview of the actions performed by the script when injected into a page:<br><ul><li><strong>Modification of the DOM (Document Object Model)</strong>: The script modifies the HTML code of the page to integrate new features and customize the game interface.</li><li><strong>Injection of New CSS Styles</strong>: Additional styles may be applied to the graphical interface to change the game's appearance (e.g., modifying colors, element sizes, or displaying certain elements).</li><li><strong>Modification of the Game's JavaScript</strong>: The script alters the game's behavior by adjusting internal variables (e.g., dinosaur movement speed, jump height, or invincibility). It also bypasses certain default behaviors (like game over) to give more control to the user.</li><li><strong>Adding Additional Features</strong>: The script allows adding new interactive options such as the ability to pause the game, customize the score, or activate an invisible mode.</li><li><strong>Modification of Game Events</strong>: The script can intercept and modify game events, such as keyboard or mouse interactions, to enable actions like walking in the air or automatic jumping.</li></ul><br>It is important to note that some sites may prohibit the use of this script due to the modifications it makes to the game page. Code injection, altering the appearance, behavior, or interaction of the game with the page may be seen as disrupting the normal functioning of the site. This could violate the terms and conditions of third-party platforms.<br>We recommend checking the usage policies of the sites where you want to use DINOcheat, and ensuring that the script's usage complies with their rules. Using this script on sites that prohibit such modifications could lead to consequences, including but not limited to suspension or banning from the site.<br>The user is responsible for using this script and must adhere to the rules of the sites on which it is employed.<br><br><h5><strong>13. Conclusion</strong></h5>By using the DINOcheat script, you fully accept this privacy policy and commit to respecting the defined terms. We are committed to respecting your privacy by only collecting the necessary information to personalize your experience, such as the language. However, it is essential that you use this script responsibly and in compliance with the law. Misuse, fraudulent, or illegal use of DINOcheat may lead to consequences, and we disclaim any responsibility for unauthorized usage.<br>We encourage all users to respect the terms of use of third-party sites and ensure that their actions do not violate any rules, whether ethical or legal. The enjoyment of customizing your gameplay experience should not come at the expense of others or the platforms you play on.<br>The present Terms of Use are drafted in the French language. In the event of any discrepancy in interpretation between the French version and any translation, the French version shall prevail.<br>We than kyou for your understanding and cooperation in ensuring the safe and respectful use of this script.<br><br><strong>Last Updated</strong> : Friday, July 18, 2025<br><strong>Original Version</strong> : `,
},
'AgreeLabel': {
'fr': "J'accepte",
'en': "I accept",
'it': "Accetto",
'es': "Acepto",
'de': "Ich stimme zu",
'zh-CN': '接受',
'ja': '承諾します',
},
'zoom_out': {
'fr': 'Dézoomer',
'en': 'Zoom out',
'it': 'Riduci',
'es': 'Alejar',
'de': 'Verkleinern',
'zh-CN': '缩小',
'ja': 'ズームアウト',
},
'zoom_in': {
'fr': 'Zoomer',
'en': 'Zoom in',
'it': 'Ingrandisci',
'es': 'Acercar',
'de': 'Vergrößern',
'zh-CN': '放大',
'ja': 'ズームイン',
},
'fullscreen': {
'fr': 'Plein écran',
'en': 'Fullscreen',
'it': 'Schermo intero',
'es': 'Pantalla completa',
'de': 'Vollbild',
'zh-CN': '全屏',
'ja': '全画面表示',
},
'pause_resume': {
'fr': 'Pause / Reprendre',
'en': 'Pause / Resume',
'it': 'Pausa / Riprendi',
'es': 'Pausa / Reanudar',
'de': 'Pause / Fortsetzen',
'zh-CN': '暂停 / 恢复',
'ja': '一時停止 / 再開',
},
'close_bar': {
'fr': 'Fermer la barre',
'en': 'Close bar',
'it': 'Chiudi barra',
'es': 'Cerrar barra',
'de': 'Leiste schließen',
'zh-CN': '关闭栏',
'ja': 'バーを閉じる',
},
'supportLabel': {
'fr': 'Soutenir',
'en': 'Support',
'es': 'Apoyar',
'de': 'Unterstützen',
'it': 'Sostenere',
'ja': '支援する',
'zh-CN': '支持'
},
'newsLabel': {
'fr': 'Nouveauté',
'en': 'New Feature',
'es': 'Novedad',
'de': 'Neuheit',
'it': 'Novità',
'ja': '新機能',
'zh-CN': '新功能'
},
'newsText': {
'fr': "Nouveau bouton pour fermer la barre d’outils, design optimisé, correction du bug d’espace manquant dans la politique de confidentialité. Ajout d’un avertissement automatique en cas de mise à jour obsolète.",
'en': "New button to close the toolbar, optimized design, fix for missing-space bug in the privacy policy. Added an automatic warning for obsolete updates.",
'es': "Nuevo botón para cerrar la barra de herramientas, diseño optimizado, corrección del error de espacio faltante en la política de privacidad. Se añadió una advertencia automática para actualizaciones obsoletas.",
'de': "Neuer Button zum Schließen der Symbolleiste, optimiertes Design, Behebung des fehlenden Leerzeichen-Bugs in der Datenschutzrichtlinie. Automatische Warnung bei veralteten Updates hinzugefügt.",
'it': "Nuovo pulsante per chiudere la barra degli strumenti, design ottimizzato, correzione del bug dello spazio mancante nell’informativa sulla privacy. Aggiunto un avviso automatico per aggiornamenti obsoleti.",
'ja': "ツールバーを閉じる新しいボタン、デザインの最適化、プライバシーポリシーのスペース欠落バグを修正。古い更新が検出された場合の自動警告を追加。",
'zh-CN': "新增关闭工具栏的按钮,优化界面设计,修复隐私政策中的空格遗漏错误,并加入过期更新的自动警告。"
},
'ToolbarLabel': {
'fr': "Barre d'outil",
'en': 'Toolbar',
'es': 'Barra de herramientas',
'de': 'Symbolleiste',
'it': 'Barra degli strumenti',
'ja': 'ツールバー',
'zh-CN': '工具栏'
},
};
const langSet = translations[key];
if (!langSet) return key;
return langSet[lang] || langSet['en'] || key;
};
})();