Jump to content

ZeroSai

Members
  • Posts

    6
  • Joined

  • Last visited

Additional Information

  • Android
    11.x
  • Device
    One Plus ;Emulator BlueStack 5

Profile Fields

  • Discord ID
    zerosai8;zerosai8#0900

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ZeroSai's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • First Post Rare
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. View File NBT creator Minecraft (I'm using a translator) This script will help to create NBT tags for Minecraft Bedrock, to clients that support NBT tags. In the script you can select the name of the NBT, the number of commands and the commands themselves. Also there is a choice of color for different texts, for example, to make red text in NBT, you need to add "(red)" near the text. Example: "/title @s title (red)Hello" I took the list of teams on the site, so some of them may not exist in the game Submitter ZeroSai Submitted 03/17/2024 Category LUA scripts  
  2. Soon, maybe a script for the game
  3. Version 1.0.0

    85 downloads

    (I'm using a translator) This script will help to create NBT tags for Minecraft Bedrock, to clients that support NBT tags. In the script you can select the name of the NBT, the number of commands and the commands themselves. Also there is a choice of color for different texts, for example, to make red text in NBT, you need to add "(red)" near the text. Example: "/title @s title (red)Hello" I took the list of teams on the site, so some of them may not exist in the game
  4. View File convert an offset to a function for patching "hookOne" offsets A simple, somewhat useless script to convert an offset to a function for patching "hookOne" offsets: function hookOne(library, flag, offset, value) list = gg.getRangesList(library) for i in pairs(list) do if list[i].state == "Xa" then start = list[i].start break end end local t = {} t[1] = {} t[1].address = start + offset t[1].value = value t[1].flags = flag gg.setValues(t) end ts.lua Submitter ZeroSai Submitted 03/17/2024 Category Templates  
  5. Version 1.0.0

    102 downloads

    A simple, somewhat useless script to convert an offset to a function for patching "hookOne" offsets: function hookOne(library, flag, offset, value) list = gg.getRangesList(library) for i in pairs(list) do if list[i].state == "Xa" then start = list[i].start break end end local t = {} t[1] = {} t[1].address = start + offset t[1].value = value t[1].flags = flag gg.setValues(t) end ts.lua
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.