Advertisement
27x34k

script

Nov 12th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local small = Instance.new("TextButton")
  10. local UICorner = Instance.new("UICorner")
  11. local reviz = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local loop = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(85, 0, 255)
  22. Frame.Position = UDim2.new(0.859779119, 0, 0.56964004, 0)
  23. Frame.Selectable = true
  24. Frame.Size = UDim2.new(0, 157, 0, 208)
  25.  
  26. TextLabel.Parent = Frame
  27. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. TextLabel.BackgroundTransparency = 1.000
  29. TextLabel.Position = UDim2.new(0.0636942685, 0, 0.0036764706, 0)
  30. TextLabel.Size = UDim2.new(0, 136, 0, 31)
  31. TextLabel.Font = Enum.Font.SourceSans
  32. TextLabel.Text = "Made by 27x34k"
  33. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. TextLabel.TextScaled = true
  35. TextLabel.TextSize = 14.000
  36. TextLabel.TextWrapped = true
  37.  
  38. small.Name = "small"
  39. small.Parent = Frame
  40. small.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  41. small.Position = UDim2.new(0.0636942685, 0, 0.149365574, 0)
  42. small.Size = UDim2.new(0, 136, 0, 50)
  43. small.Font = Enum.Font.SourceSans
  44. small.Text = "Small"
  45. small.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. small.TextScaled = true
  47. small.TextSize = 14.000
  48. small.TextWrapped = true
  49.  
  50. UICorner.CornerRadius = UDim.new(0.174999997, 0)
  51. UICorner.Parent = small
  52.  
  53. reviz.Name = "reviz"
  54. reviz.Parent = Frame
  55. reviz.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  56. reviz.Position = UDim2.new(0.0636942685, 0, 0.422808111, 0)
  57. reviz.Size = UDim2.new(0, 136, 0, 50)
  58. reviz.Font = Enum.Font.SourceSans
  59. reviz.Text = "Reviz admin"
  60. reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. reviz.TextScaled = true
  62. reviz.TextSize = 14.000
  63. reviz.TextWrapped = true
  64.  
  65. UICorner_2.CornerRadius = UDim.new(0.174999997, 0)
  66. UICorner_2.Parent = reviz
  67.  
  68. loop.Name = "loop"
  69. loop.Parent = Frame
  70. loop.BackgroundColor3 = Color3.fromRGB(56, 0, 170)
  71. loop.Position = UDim2.new(0.0636942685, 0, 0.707247972, 0)
  72. loop.Size = UDim2.new(0, 136, 0, 50)
  73. loop.Font = Enum.Font.SourceSans
  74. loop.Text = "Loop"
  75. loop.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. loop.TextScaled = true
  77. loop.TextSize = 14.000
  78. loop.TextWrapped = true
  79.  
  80. UICorner_3.CornerRadius = UDim.new(0.174999997, 0)
  81. UICorner_3.Parent = loop
  82.  
  83. -- Scripts:
  84.  
  85. local function LLIDB_fake_script() -- small.LocalScript
  86. local script = Instance.new('LocalScript', small)
  87.  
  88. small.MouseButton1Click:Connect(function()
  89. for i,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetChildren()) do
  90. if v:IsA("NumberValue") then
  91. v:Destroy()
  92. end
  93. end
  94. end)
  95. end
  96. coroutine.wrap(LLIDB_fake_script)()
  97. local function MJMOK_fake_script() -- reviz.LocalScript
  98. local script = Instance.new('LocalScript', reviz)
  99.  
  100. reviz.MouseButton1Down:connect(function()
  101. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  102. end)
  103.  
  104. end
  105. coroutine.wrap(MJMOK_fake_script)()
  106. local function NNDDA_fake_script() -- loop.LocalScript
  107. local script = Instance.new('LocalScript', loop)
  108.  
  109. loop.MouseButton1Click:Connect(function()
  110. loadstring(game:GetObjects('rbxassetid://1010374652')[1].Source)()
  111. end)
  112. end
  113. coroutine.wrap(NNDDA_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement