Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- -- Loading the library
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))()
- -- Creating the main window
- local Window = Library.CreateLib("NoScope", "RJTheme8")
- -- AutoParry Tab
- local AutoParryTab = Window:NewTab("AutoParry")
- local AutoParrySection = AutoParryTab:NewSection("AutoParry")
- AutoParrySection:NewDropdown("AutoParry Mods", "insert description here", {"AutoBlock 1", "AutoBlock 2", "AutoBlock 3"}, function(currentOption)
- if currentOption == "AutoBlock 1" then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/AutoBlock"))()
- elseif currentOption == "Autoblock 2" then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/autoparrybest"))()
- elseif currentOption == "AutoBlock 3" then
- loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/b964c4456aeff691784ffaaa181ab423.lua"))()
- end
- end)
- -- Random Scripts Tab
- local RandomScriptsTab = Window:NewTab("Random Scripts")
- local RandomScriptsSection = RandomScriptsTab:NewSection("Random Scripts")
- RandomScriptsSection:NewButton("Universal Fly", "Universal Fly Maybe not work", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- end)
- RandomScriptsSection:NewSlider("SpeedHack", "Speed hack for any game", 500, 0, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- RandomScriptsSection:NewSlider("JumpPower", "Jump hack for any game", 500, 0, function(s)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- RandomScriptsSection:NewSlider("Gravity", "Gravity Hack for any game", 500, 0, function(s)
- game.workspace.Gravity = s
- end)
- RandomScriptsSection:NewButton("Teleport", "Teleporter for any game", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/AbDM2er1"))()
- end)
- RandomScriptsSection:NewButton("Kat", "Aimbot", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrPectable/MrPectableSource/main/v1.lua"))()
- end)
- -- Donation Tab
- local DonationTab = Window:NewTab("Donation")
- local DonationSection = DonationTab:NewSection("Support Us")
- DonationSection:NewLabel("Cash App Name: $vlad118")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement