0% found this document useful (0 votes)
144 views2 pages

Knife Tool

This script equips a local player in a game with a heavy mace tool. It creates the tool and its parts, configures properties like size and mesh, and confirms activation with a chat message.

Uploaded by

M̷e̷e̷v̷
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
144 views2 pages

Knife Tool

This script equips a local player in a game with a heavy mace tool. It creates the tool and its parts, configures properties like size and mesh, and confirms activation with a chat message.

Uploaded by

M̷e̷e̷v̷
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

getglobal game

getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getglobal Instance
getfield -1 new
pushstring Tool
pushvalue -4
pcall 2 1 0
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Tool
pushstring Heavy_Mace
setfield -2 Name
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Heavy_Mace
getglobal Instance
getfield -1 new
pushstring Part
pushvalue -4
pcall 2 1 0
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Heavy_Mace
getfield -1 Part
pushstring Handle
setfield -2 Name
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Heavy_Mace
getfield -1 Handle
getglobal Vector3
getfield -1 new
pushnumber 1
pushnumber 1
pushnumber 1
pcall 3 1 0
setfield -3 Size
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Heavy_Mace
getfield -1 Handle
getglobal Instance
getfield -1 new
pushstring SpecialMesh
pushvalue -4
pcall 2 0 0
settop 0
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Heavy_Mace
getfield -1 Handle
getfield -1 Mesh
pushstring rbxassetid://121944778
setfield -2 MeshId
emptystack
getglobal game
getfield -1 Players
getfield -1 LocalPlayer
getfield -1 Backpack
getfield -1 Heavy_Mace
getfield -1 Handle
getfield -1 Mesh
pushstring rbxassetid://155195316
setfield -2 TextureId
emptystack
settop 0
getglobal game
getfield -1 GetService
pushvalue -2
pushstring Players
pcall 2 1 0
getfield -1 LocalPlayer
getfield -1 Character
getfield -1 Head
getglobal game
getfield -1 Chat
getfield -1 Chat
pushvalue -2
pushvalue -5
pushstring Successfully Activated Heavy Mace Script By: 0xcents & Balligusapo YT
pushstring Blue
pcall 4 0 0
emptystack
getglobal print
pushstring By: 0xcents & Balligusapo YT & ultra.bot
pcall 1 0 0
emptystack

You might also like