Advertisement
TerraMine

Terra Script

Aug 23rd, 2022 (edited)
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. --Terra script
  2. -- Version 1.3
  3. --https://discord.gg/qvQymb7NAW
  4. --More help here /\
  5. -- ||
  6.  
  7. --assates
  8.  
  9. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  10. local Window = Library.CreateLib("TerraScript", "Synapse")
  11.  
  12.  
  13. --Main
  14. local Main = Window:NewTab("Main")
  15. local MainSection = Main:NewSection("Main")
  16.  
  17.  
  18. MainSection:NewButton("Back/Front Flip", "O KURWA ALE SALTO!", function()
  19. loadstring(game:HttpGet('https://pastebin.com/raw/7wDcPtLk'))()
  20. end)
  21.  
  22. MainSection:NewButton("Anti AFK", "Allows you to AFK", function()
  23. loadstring(game:HttpGet('https://pastebin.com/raw/MBz6aKxf'))()
  24. end)
  25.  
  26. MainSection:NewToggle("Super-Human","Monster The drink", function(state)
  27. if state then
  28. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  29. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  30. else
  31. end
  32. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  33. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  34. end)
  35.  
  36.  
  37. --Psx
  38. local PetSimx = Window:NewTab("Pet sim x")
  39. local Psx = PetSimx:NewSection("PSX Unban")
  40.  
  41.  
  42. Psx:NewButton("Klck to unban", "Im not 100% shure it works...", function()
  43. loadstring(game:HttpGet('https://pastebin.com/raw/Cd8FGH9f'))()
  44. end)
  45.  
  46. --Player
  47. local Player = Window:NewTab("Player")
  48. local PS = Player:NewSection("Player speed")
  49. local PJ = Player:NewSection("Player Jump")
  50. local RS = Player:NewSection("Reset settings")
  51.  
  52. PS:NewSlider("Speed", "Rocket booster from Car Crushers ", 1000, 16, function(s)
  53. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  54. end)
  55.  
  56. PJ:NewSlider("Jump", "Rocket the real one", 500, 50, function(s)
  57. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  58. end)
  59.  
  60. RS:NewButton("Resset Speed","Reset settings to normal",function ()
  61. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  62. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  63. end)
  64.  
  65. --Fun
  66. local Fun = Window:NewTab("Fun")
  67. local FlyBypassed = Fun:NewSection("Fly")
  68. local NC = Fun:NewSection("No Clip")
  69. local Chat = Fun:NewSection("Chat spoofer")
  70. local CTP = Fun:NewSection("Click TP")
  71. local IN = Fun:NewSection("Invisible")
  72.  
  73. Chat:NewButton("Chat Spoofer","Roblox chat trolling", function ()
  74. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'), true))()
  75.  
  76. end)
  77.  
  78. FlyBypassed:NewButton("Fly", "Double space to fly!", function()
  79. loadstring(game:HttpGet('https://pastebin.com/raw/ymGKJijk'))()
  80.  
  81. end)
  82.  
  83. NC:NewButton("No clip", "Walk trought the wall!", function()
  84. loadstring(game:HttpGet('https://pastebin.com/raw/JS4intyF'))()
  85. end)
  86.  
  87. CTP:NewButton("Click TP", "Press CTRL+Right mouse button to teleport", function()
  88. loadstring(game:HttpGet('https://pastebin.com/raw/sAmc4YvK'))()
  89. end)
  90.  
  91. IN:NewButton("Invisible","Click to invisible", function ()
  92. loadstring(game:HttpGet(('https://pastebin.com/raw/4NY24wfV'), true))()
  93.  
  94. end)
  95.  
  96. --PvP
  97. local PvP = Window:NewTab("PvP")
  98. local GUIP = PvP:NewSection("PvP")
  99.  
  100. GUIP:NewButton("PVP GUI", "Opens aimbot", function()
  101. loadstring(game:HttpGet('https://pastebin.com/raw/JYhLPPcv'))()
  102. end)
  103.  
  104. --Credits
  105. local Credits = Window:NewTab("Credits")
  106. local Creator = Credits:NewSection("Creator : TerraMine#5966")
  107. local Discord = Credits:NewSection("Discord : https://discord.gg/qvQymb7NAW")
  108. local Members = Credits:NewSection("Members")
  109. local WildWestFan459 = Credits:NewSection("WildWestFan459#8969")
  110. local PotionGuy = Credits:NewSection("Potion Guy#6796")
  111. local Pierug = Credits:NewSection("Pierug#4265")
  112. local Mixes = Credits:NewSection("Mixes2115#5102")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement