Guest User

minicityscript

a guest
Aug 13th, 2024
893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.03 KB | Source Code | 0 0
  1. local redzlib = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/RedzLibV5/main/Source.Lua"))()
  2.  
  3. local Window = redzlib:MakeWindow({
  4.     Title = "Blake Menu V1",
  5.     SubTitle = "MINI CITY RP",
  6.     SaveFolder = "blakemenu | redz lib v5.lua"
  7. })
  8.  
  9. local Icon = redzlib:GetIcon("lucide-ghost")
  10. --returns icon
  11.  
  12. redzlib:SetTheme("Purple")
  13.  
  14. --[[
  15.     Title = String
  16.     SubTitle = String
  17.     SaveFolder = String
  18. ]]
  19.  
  20. local Tabs = {
  21.     Main = Window:MakeTab({"Main", ""})
  22. }
  23.  
  24.  
  25. local Button = Tabs.Main:AddButton({"TP ARMACAO 1", function(Value)
  26. local plr = game:GetService("Players").LocalPlayer
  27.             local char = plr.Character
  28.             char.HumanoidRootPart.CFrame.new()
  29. end})
  30.  
  31. local Button = Tabs.Main:AddButton({"TP ARMACAO 2", function(Value)
  32.  local plr = game.Players.LocalPlayer
  33.  local char = plr.Character
  34.  char.HumanoidRootPart.CFrame.new()
  35. end})
  36.  
  37. local Button = Tabs.Main:AddButton({"PEDRO MENU V2", function(Value)
  38.   loadstring(game:HttpGet('https://dpaste.com/C7F2DSP8R.txt'))()
  39. end})
  40.  
Advertisement
Add Comment
Please, Sign In to add comment