Minecraft Legends

Ask about cheats/tables for single player games here
Post Reply
Vokul
Noobzor
Noobzor
Posts: 6
Joined: Tue Mar 02, 2021 6:50 pm
Reputation: 5

Minecraft Legends

Post by Vokul »

Game Name: Minecraft Legends
Game Engine: MC Bedrock Engine
Game Version: v1.0
Options Required: Health, Speed, Resources, Jump Height, Sword Speed, More Melee Damage, More Melee Damage for minions,
Steam Website: n/a
Other Info: It's free if you have the xbox ultimate pass on Microsoft Store.

To prioritize your request,if you're willing to pay for a trainer or not.(optional) Yes, willing to pay.

heftycool98
Cheater
Cheater
Posts: 43
Joined: Fri Oct 02, 2020 1:26 am
Reputation: 2

Re: Minecraft Legends

Post by heftycool98 »

+1

yanhu0335
Expert Cheater
Expert Cheater
Posts: 50
Joined: Fri Jan 29, 2021 3:41 pm
Reputation: 4

Re: Minecraft Legends

Post by yanhu0335 »

bump,hope there will be gold coins to modify

CuddleBunnyLucy
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 19, 2023 1:04 am
Reputation: 0

Re: Minecraft Legends

Post by CuddleBunnyLucy »

This would be a amazing table to use

calangoverde
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Nov 19, 2020 2:11 pm
Reputation: 6

Re: Minecraft Legends

Post by calangoverde »

+1

zamundaz12
Noobzor
Noobzor
Posts: 5
Joined: Mon Aug 15, 2022 11:08 am
Reputation: 0

Re: Minecraft Legends

Post by zamundaz12 »

+1

LittleLight
Novice Cheater
Novice Cheater
Posts: 23
Joined: Wed Feb 09, 2022 2:36 am
Reputation: 15

Re: Minecraft Legends

Post by LittleLight »

Here's my option for the Max Resources. Just pickup or spend to max it out.
Attachments
MinecraftLegends.Windows.CT
(1.46 KiB) Downloaded 1728 times

User avatar
Rhark
Expert Cheater
Expert Cheater
Posts: 2957
Joined: Tue Apr 16, 2019 1:27 am
Reputation: 1252

Re: Minecraft Legends

Post by Rhark »

Health is float. Starts at 0 and goes up to 100 (dead). Good luck trying to make a script for this, after 8 hours and multiple scripts where I thought I had something there was always some issue elsewhere with some game mechanic breaking & corrupting my saves.

I hate this game :D

kanako0988
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Apr 20, 2023 12:13 am
Reputation: 1

Re: Minecraft Legends

Post by kanako0988 »

If you can't find a modifier, you can change it yourself
The modified content has high life, strong attack power, high healing ability,Production does not consume materials
Please back up the game before modifying, be careful to change to crash

Code: Select all

The following google translation
-------------------------------------------------------------------------------------------------
plank golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
changed to
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
life  "max_health": 35 changed to 10000
Shooting distance  "max_range": changed to 1000
-------------------------------------------------------------------------------------------------
stairs x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          } 
changed to
          {
            "item": "wood",
            "amount": 0
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 0
          } 
                  
stair height "max_height": 12 changed to 1000
Stair length "max_segments": 43 changed to 1000          
-------------------------------------------------------------------------------------------------
mossy golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
Production does not consume materials
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
changed to
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
life        "max_health": 50 changed to 10000
Healing     "damage_amount": -3.5, changed to -1000
skill cooldown   "cooldown_time": 6.0 changed to 1.0
-------------------------------------------------------------------------------------------------
skeleton spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
Production does not consume materials
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
changed to
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

life        "max_health": 52.5 changed to 10000

Shooting distance   "max_range": changed to  100

harm        "damage_amount": 25.0 changed to 60000                                 
中文說明

Code: Select all

木板魔像
x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
修改成
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
生命  "max_health": 35 改成10000
射擊距離  "max_range": 改成1000
---------------------------------------------------------------
樓梯
x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          }         
樓梯高度 "max_height": 12 修改成1000
樓梯長度 "max_segments": 43 修改成1000          
------------------------------------------------------------------
苔蘚魔像 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
生產不消耗材料
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
修改成
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
生命        "max_health": 50 改成10000
補血     "damage_amount": -3.5, 改成-1000
技能冷卻    "cooldown_time": 6.0 改成 1.0
--------------------------------------------------------------
骷髏 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
生產不消耗材料
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
修改成
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

生命        "max_health": 52.5 改成10000

射擊距離   "max_range": 改成 100

傷害        "damage_amount": 25.0 改成60000

--------------------------------------------------------------------------------
材料如到頂會砍不了樹木

calangoverde
Novice Cheater
Novice Cheater
Posts: 20
Joined: Thu Nov 19, 2020 2:11 pm
Reputation: 6

Re: Minecraft Legends

Post by calangoverde »

is it possible to edit char power, esmeralds..?
kanako0988 wrote:
Thu Apr 20, 2023 8:28 am
If you can't find a modifier, you can change it yourself
The modified content has high life, strong attack power, high healing ability,Production does not consume materials
Please back up the game before modifying, be careful to change to crash

Code: Select all

The following google translation
-------------------------------------------------------------------------------------------------
plank golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
changed to
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
life  "max_health": 35 changed to 10000
Shooting distance  "max_range": changed to 1000
-------------------------------------------------------------------------------------------------
stairs x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          } 
changed to
          {
            "item": "wood",
            "amount": 0
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 0
          } 
                  
stair height "max_height": 12 changed to 1000
Stair length "max_segments": 43 changed to 1000          
-------------------------------------------------------------------------------------------------
mossy golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
Production does not consume materials
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
changed to
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
life        "max_health": 50 changed to 10000
Healing     "damage_amount": -3.5, changed to -1000
skill cooldown   "cooldown_time": 6.0 changed to 1.0
-------------------------------------------------------------------------------------------------
skeleton spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
Production does not consume materials
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
changed to
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

life        "max_health": 52.5 changed to 10000

Shooting distance   "max_range": changed to  100

harm        "damage_amount": 25.0 changed to 60000                                 
中文說明

Code: Select all

木板魔像
x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
修改成
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
生命  "max_health": 35 改成10000
射擊距離  "max_range": 改成1000
---------------------------------------------------------------
樓梯
x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          }         
樓梯高度 "max_height": 12 修改成1000
樓梯長度 "max_segments": 43 修改成1000          
------------------------------------------------------------------
苔蘚魔像 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
生產不消耗材料
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
修改成
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
生命        "max_health": 50 改成10000
補血     "damage_amount": -3.5, 改成-1000
技能冷卻    "cooldown_time": 6.0 改成 1.0
--------------------------------------------------------------
骷髏 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
生產不消耗材料
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
修改成
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

生命        "max_health": 52.5 改成10000

射擊距離   "max_range": 改成 100

傷害        "damage_amount": 25.0 改成60000

--------------------------------------------------------------------------------
材料如到頂會砍不了樹木

kanako0988
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Apr 20, 2023 12:13 am
Reputation: 1

Re: Minecraft Legends

Post by kanako0988 »

calangoverde wrote:
Thu Apr 20, 2023 3:57 pm
is it possible to edit char power, esmeralds..?

Code: Select all

x:\Minecraft Legends\data\behavior_packs\badger\entities\player.json
life           "max_health": 100
life recovery  "health_regen_amount": 2
         
hurt people    "alliance_rule_filter": "enemy"
               },
               "damage": {
               "damage_amount": 0.001
------------------------------------------------------------------------
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_horse.json
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_bird.json
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_beetle.json
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_tiger.json

Moving speed    "move_speed": 10.15,
jump height     "initial_height": 6.33

Gtag12
What is cheating?
What is cheating?
Posts: 3
Joined: Sun Apr 23, 2023 2:51 am
Reputation: 0

Re: Minecraft Legends

Post by Gtag12 »

how do i use all that code? is it lua?

Vokul
Noobzor
Noobzor
Posts: 6
Joined: Tue Mar 02, 2021 6:50 pm
Reputation: 5

Re: Minecraft Legends

Post by Vokul »

Gtag12 wrote:
Sun Apr 23, 2023 2:55 am
how do i use all that code? is it lua?
It is not code.

Its file modifications that you can do.

Post Reply

Who is online

Users browsing this forum: Ashar