ADVERTISEMENTREMOVE ADS
Game icon

Gui Script

ONE BLOCK
2 months ago
Script preview thumbnail
Script Preview

Description

--[[

╔═══════════════════════════════════════╗

║ ONE BLOCK EXPLOIT GUI ║

╠═══════════════════════════════════════╣

║ FEATURES: ║

║ • Auto Eat ║

║ • Auto Break Block ║

║ • Auto Clicker ║

║ • Item Giver ║

║ • Free Items ║

║ • WalkSpeed Changer ║

║ • JumpPower Changer ║

║ • Gravity Changer ║

║ • Theme Changer ║

║ • UI Sizeable / Scalable ║

╠═══════════════════════════════════════╣

║ GAME: One Block ║

╚═══════════════════════════════════════╝

]]

Features:

  • auto eat
  • auto break block
  • auto clicker
  • item giver
  • free items
  • walkspeed changer
  • jumppower changer
  • gravity changer
  • theme changer
  • ui sizable / scalable changer
ADVERTISEMENTREMOVE ADS
20 Lines • 849 Bytes
Verified
Raw
--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
if game.GameId == 8340680684 and game.PlaceId == 78296331391950 then
loadstring(game:HttpGet("https://raw.githubusercontent.com/welomenchaina/MainProjects/refs/heads/main/Obfuscated/OneBlockScript.lua", true))()
elseif game.GameId == 8340680684 and game.PlaceId ~= 78296331391950 then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "You need to be in the game";
Text = "Go into the main game";
Duration = 5;
})
print("Go into main game first")
elseif game.GameId ~= 8340680684 then
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Wrong game!";
Text = "Wrong game buddy, this is for One Block!";
Duration = 5;
})
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS