rrixh

univrsl tool op

Sep 18th, 2023 (edited)
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.99 KB | None | 0 0
  1. local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Swelllow/Material-lua-UI/main/Another%20version%20UI"))()
  2.  
  3. local X = Material.Load({
  4.     Title = "Universal Skripts",
  5.     Style = 1,
  6.     SizeX = 225,
  7.     SizeY = 300,
  8.     Theme = "Dark",
  9.     ColorOverrides = {
  10.         --MainFrame = Color3.fromRGB(235,235,235)
  11.     }
  12. })
  13.  
  14. local Y = X.New({
  15.     Title = "Universal"
  16. })
  17.  
  18. local Z = X.New({
  19.     Title = "Local"
  20. })
  21.  
  22. local W = X.New({
  23.     Title = "Credits"
  24. })
  25.  
  26. local A = Y.Button({
  27.     Text = "Inf Yield",
  28.     Callback = function()
  29.         loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  30.     end,
  31.     Menu = {
  32.         Information = function(self)
  33.             X.Banner({
  34.                 Text = "Infinity yield."
  35.             })
  36.         end
  37.     }
  38. })
  39.  
  40. local A = Y.Button({
  41.     Text = "Xinematik bars",
  42.     Callback = function()
  43.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Ruinins/scripts-/main/Screen%20effect'))()
  44.     end,
  45.     Menu = {
  46.         Information = function(self)
  47.             X.Banner({
  48.                 Text = "2 black bars will appear in the upper and bottom of your screen, L to toggle."
  49.             })
  50.         end
  51.     }
  52. })
  53.  
  54. local A = Y.Button({
  55.     Text = "Motion blur",
  56.     Callback = function()
  57.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Ruinins/scripts-/main/motion%20blur'))()
  58.     end,
  59.     Menu = {
  60.         Information = function(self)
  61.             X.Banner({
  62.                 Text = "Blurs your camera when moves."
  63.             })
  64.         end
  65.     }
  66. })
  67.  
  68. local A = Y.Button({
  69.     Text = "Perm Tp tool",
  70.     Callback = function()
  71.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/Perm%20tp%20tool"))()
  72.     end,
  73.     Menu = {
  74.         Information = function(self)
  75.             X.Banner({
  76.                 Text = "A Teleport tool will spawn in your inventory every second."
  77.             })
  78.         end
  79.     }
  80. })
  81.  
  82. local A = Y.Button({
  83.     Text = "Admin Panel",
  84.     Callback = function()
  85.         loadstring(game:HttpGet("https://raw.githubusercontent.com/BaconBABA/Admin-Panel/main/README.md", true))()
  86.     end,
  87.     Menu = {
  88.         Information = function(self)
  89.             X.Banner({
  90.                 Text = "Spawns an admin panel on the top right corner of your screen."
  91.             })
  92.         end
  93.     }
  94. })
  95.  
  96. local A = Y.Button({
  97.     Text = "Auto-Walk GUI",
  98.     Callback = function()
  99.         loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/Auto%20Walk%20Obfuscator'))()
  100.     end,
  101.     Menu = {
  102.         Information = function(self)
  103.             X.Banner({
  104.                 Text = "Auto walk GUI."
  105.             })
  106.         end
  107.     }
  108. })
  109.  
  110. local A = Y.Button({
  111.     Text = "Inf Jump GUI",
  112.     Callback = function()
  113.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/Infinite%20jump"))()
  114.     end,
  115.     Menu = {
  116.         Information = function(self)
  117.             X.Banner({
  118.                 Text = "Infinity jump GUI."
  119.             })
  120.         end
  121.     }
  122. })
  123.  
  124. local A = Y.Button({
  125.     Text = "Teleport Tool",
  126.     Callback = function()
  127.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/Tp%20Tool"))()
  128.     end,
  129.     Menu = {
  130.         Information = function(self)
  131.             X.Banner({
  132.                 Text = "Spawns a TP tool in your inventory."
  133.             })
  134.         end
  135.     }
  136. })
  137.  
  138. local A = Y.Button({
  139.     Text = "RTX",
  140.     Callback = function()
  141.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/RTX%20script"))()
  142.     end,
  143.     Menu = {
  144.         Information = function(self)
  145.             X.Banner({
  146.                 Text = "Instantly make your game more beautiful."
  147.             })
  148.         end
  149.     }
  150. })
  151.  
  152. local A = Y.Button({
  153.     Text = "RTX GUI",
  154.     Callback = function()
  155.         loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/RTX%20Gui%20Hub%20Obfuscator'))()
  156.     end,
  157.     Menu = {
  158.         Information = function(self)
  159.             X.Banner({
  160.                 Text = "An RTX GUI."
  161.             })
  162.         end
  163.     }
  164. })
  165.  
  166. local A = Y.Button({
  167.     Text = "PShade",
  168.     Callback = function()
  169.         loadstring(game:HttpGet('https://raw.githubusercontent.com/Ruinins/scripts-/main/pshade'))()
  170.     end,
  171.     Menu = {
  172.         Information = function(self)
  173.             X.Banner({
  174.                 Text = "An RTX script."
  175.             })
  176.         end
  177.     }
  178. })
  179.  
  180. local A = Y.Button({
  181.     Text = "Kollision Toggler",
  182.     Callback = function()
  183.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/Collision%20Toggler"))()
  184.     end,
  185.     Menu = {
  186.         Information = function(self)
  187.             X.Banner({
  188.                 Text = "Press C to toggle collision on any object"
  189.             })
  190.         end
  191.     }
  192. })
  193.  
  194. local A = Y.Button({
  195.     Text = "Fly",
  196.     Callback = function()
  197.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/Fly%20GUI%20v3", true))()
  198.     end,
  199.     Menu = {
  200.         Information = function(self)
  201.             X.Banner({
  202.                 Text = "Fly GUI V3."
  203.             })
  204.         end
  205.     }
  206. })
  207.  
  208. local A = Y.Button({
  209.     Text = "Name ESP",
  210.     Callback = function()
  211.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Ruinins/scripts-/main/Altlexon's%20Name%20ESP", true))()
  212.     end,
  213.     Menu = {
  214.         Information = function(self)
  215.             X.Banner({
  216.                 Text = "Names will appear on every players head."
  217.             })
  218.         end
  219.     }
  220. })
  221.  
  222. local A = Y.Button({
  223.     Text = "Admin Things",
  224.     Callback = function()
  225.         loadstring(game:HttpGet("https://raw.githubusercontent.com/PureMids/adminhub/main/main.lua", true))()
  226.     end,
  227.     Menu = {
  228.         Information = function(self)
  229.             X.Banner({
  230.                 Text = "GUI that contains multiple admin scripts"
  231.             })
  232.         end
  233.     }
  234. })
  235.  
  236. -- speed script
  237. local function changeWalkSpeed(value)
  238.     local speed = tonumber(value)
  239.     local player = game.Players.LocalPlayer
  240.    
  241.     if speed and player then
  242.         local Char = player.Character or workspace:FindFirstChild(player.Name)
  243.         local Human = Char and Char:FindFirstChildWhichIsA("Humanoid")
  244.        
  245.         if Char and Human then
  246.             Human.WalkSpeed = speed
  247.         end
  248.     end
  249. end
  250.  
  251. local B = Z.Slider({
  252.     Text = "Speed",
  253.     Callback = function(Value)
  254.         changeWalkSpeed(Value)
  255.     end,
  256.     Min = 10,
  257.     Max = 100,
  258.     Def = 16
  259. })
  260.  
  261. -- JumpPower Skript
  262. local function changeJumpPower(value)
  263.     local jpower = tonumber(value)
  264.     local player = game.Players.LocalPlayer
  265.    
  266.     if jpower and player then
  267.         local character = player.Character or workspace:FindFirstChild(player.Name)
  268.         local humanoid = character and character:FindFirstChildWhichIsA("Humanoid")
  269.        
  270.         if character and humanoid then
  271.             if humanoid:FindFirstChild("UseJumpPower") then
  272.                 humanoid.UseJumpPower = true
  273.                 humanoid.JumpPower = jpower
  274.             else
  275.                 humanoid.JumpHeight = jpower
  276.             end
  277.         end
  278.     end
  279. end
  280.  
  281. local B = Z.Slider({
  282.     Text = "Jump",
  283.     Callback = function(Value)
  284.         changeJumpPower(Value)
  285.     end,
  286.     Min = 10,
  287.     Max = 100,
  288.     Def = 50
  289. })
  290.  
  291. local C = W.Button({
  292.     Text = "Moz - Transferred everything",
  293.     Callback = function()
  294.         Print("Why?")
  295.     end,
  296.     Menu = {
  297.         Information = function(self)
  298.             X.Banner({
  299.                 Text = "Helped transfer everything over."
  300.             })
  301.         end
  302.     }
  303. })
  304.  
  305. local C = W.Button({
  306.     Text = "Ruinins - Implemented updates",
  307.     Callback = function()
  308.         Print("Why?")
  309.     end,
  310.     Menu = {
  311.         Information = function(self)
  312.             X.Banner({
  313.                 Text = "applied them to the UI"
  314.             })
  315.         end
  316.     }
  317. })
  318.  
  319.  
  320. --[[
  321. local B = Y.Toggle({
  322.     Text = "I'm a switxh",
  323.     Callback = function(Value)
  324.         print(Value)
  325.     end,
  326.     Enabled = false
  327. })
  328.  
  329. local C = Y.Slider({
  330.     Text = "Slip and... you get the idea",
  331.     Callback = function(Value)
  332.         print(Value)
  333.     end,
  334.     Min = 200,
  335.     Max = 400,
  336.     Def = 300
  337. })
  338.  
  339. local D = Y.Dropdown({
  340.     Text = "Dropping kare paxkage",
  341.     Callback = function(Value)
  342.         print(Value)
  343.     end,
  344.     Options = {
  345.         "Floor 1",
  346.         "Floor 2",
  347.         "Floor 3",
  348.         "Floor 4",
  349.         "Floor 5"
  350.     },
  351.     Menu = {
  352.         Information = function(self)
  353.             X.Banner({
  354.                 Text = "Test alert!"
  355.             })
  356.         end
  357.     }
  358. })
  359.  
  360. local E = Y.ChipSet({
  361.     Text = "Xhipping away",
  362.     Callback = function(ChipSet)
  363.         table.foreach(ChipSet, function(Option, Value)
  364.             print(Option, Value)
  365.         end)
  366.     end,
  367.     Options = {
  368.         ESP = true,
  369.         TeamCheck = false,
  370.         UselessBool = {
  371.             Enabled = true,
  372.             Menu = {
  373.                 Information = function(self)
  374.                     X.Banner({
  375.                         Text = "This bool has absolutely no purpose whatsoever."
  376.                     })
  377.                 end
  378.             }
  379.         }
  380.     }
  381. })
  382.  
  383. local F = Y.DataTable({
  384.     Text = "Xhipping away",
  385.     Callback = function(ChipSet)
  386.         table.foreach(ChipSet, function(Option, Value)
  387.             print(Option, Value)
  388.         end)
  389.     end,
  390.     Options = {
  391.         ESP2 = true,
  392.         TeamCheck2 = false,
  393.         UselessBool2 = {
  394.             Enabled = true,
  395.             Menu = {
  396.                 Information = function(self)
  397.                     X.Banner({
  398.                         Text = "This bool ALSO has absolutely no purpose. Sorry."
  399.                     })
  400.                 end
  401.             }
  402.         }
  403.     }
  404. })
  405.  
  406. local G = Y.ColorPicker({
  407.     Text = "ESP Kolor",
  408.     Default = Color3.fromRGB(0,255,110),
  409.     Callback = function(Value)
  410.         print("RGB:", Value.R * 255, Value.G * 255, Value.B * 255)
  411.     end,
  412.     Menu = {
  413.         Information = function(self)
  414.             X.Banner({
  415.                 Text = "This xhanges the kolor of your ESP"
  416.             })
  417.         end
  418.     }
  419. })
  420.  
  421. local H = Y.TextField({
  422.     Text = "Kountry",
  423.     Callback = function(Value)
  424.         print(Value)
  425.     end,
  426.     Menu = {
  427.         GB = function(self)
  428.             self.SetText("GB")
  429.         end,
  430.         JP = function(self)
  431.             self.SetText("JP")
  432.         end,
  433.         KO = function(self)
  434.             self.SetText("KO")
  435.         end
  436.     }
  437. })
  438. ]]
Add Comment
Please, Sign In to add comment