Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Terra script
- -- Version 1.3
- --https://discord.gg/qvQymb7NAW
- --More help here /\
- -- ||
- --assates
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("TerraScript", "Synapse")
- --Main
- local Main = Window:NewTab("Main")
- local MainSection = Main:NewSection("Main")
- MainSection:NewButton("Back/Front Flip", "O KURWA ALE SALTO!", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/7wDcPtLk'))()
- end)
- MainSection:NewButton("Anti AFK", "Allows you to AFK", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/MBz6aKxf'))()
- end)
- MainSection:NewToggle("Super-Human","Monster The drink", function(state)
- if state then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
- else
- end
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
- end)
- --Psx
- local PetSimx = Window:NewTab("Pet sim x")
- local Psx = PetSimx:NewSection("PSX Unban")
- Psx:NewButton("Klck to unban", "Im not 100% shure it works...", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Cd8FGH9f'))()
- end)
- --Player
- local Player = Window:NewTab("Player")
- local PS = Player:NewSection("Player speed")
- local PJ = Player:NewSection("Player Jump")
- local RS = Player:NewSection("Reset settings")
- PS:NewSlider("Speed", "Rocket booster from Car Crushers ", 1000, 16, function(s)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- PJ:NewSlider("Jump", "Rocket the real one", 500, 50, function(s)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- RS:NewButton("Resset Speed","Reset settings to normal",function ()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- --Fun
- local Fun = Window:NewTab("Fun")
- local FlyBypassed = Fun:NewSection("Fly")
- local NC = Fun:NewSection("No Clip")
- local Chat = Fun:NewSection("Chat spoofer")
- local CTP = Fun:NewSection("Click TP")
- local IN = Fun:NewSection("Invisible")
- Chat:NewButton("Chat Spoofer","Roblox chat trolling", function ()
- loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'), true))()
- end)
- FlyBypassed:NewButton("Fly", "Double space to fly!", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/ymGKJijk'))()
- end)
- NC:NewButton("No clip", "Walk trought the wall!", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/JS4intyF'))()
- end)
- CTP:NewButton("Click TP", "Press CTRL+Right mouse button to teleport", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/sAmc4YvK'))()
- end)
- IN:NewButton("Invisible","Click to invisible", function ()
- loadstring(game:HttpGet(('https://pastebin.com/raw/4NY24wfV'), true))()
- end)
- --PvP
- local PvP = Window:NewTab("PvP")
- local GUIP = PvP:NewSection("PvP")
- GUIP:NewButton("PVP GUI", "Opens aimbot", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/JYhLPPcv'))()
- end)
- --Credits
- local Credits = Window:NewTab("Credits")
- local Creator = Credits:NewSection("Creator : TerraMine#5966")
- local Discord = Credits:NewSection("Discord : https://discord.gg/qvQymb7NAW")
- local Members = Credits:NewSection("Members")
- local WildWestFan459 = Credits:NewSection("WildWestFan459#8969")
- local PotionGuy = Credits:NewSection("Potion Guy#6796")
- local Pierug = Credits:NewSection("Pierug#4265")
- local Mixes = Credits:NewSection("Mixes2115#5102")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement