Advertisement
pastebin2rblxscripts

R6 Script

May 25th, 2024
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1.  
  2.  
  3. -- Made by Izekai
  4.  
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local R6 = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. R6.Name = "R6"
  17. R6.Parent = ScreenGui
  18. R6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. R6.Position = UDim2.new(-0.000343383319, 0, 0.32815966, 0)
  20. R6.Size = UDim2.new(0, 29, 0, 29)
  21. R6.Font = Enum.Font.SourceSans
  22. R6.Text = "R6"
  23. R6.TextColor3 = Color3.fromRGB(0, 0, 0)
  24. R6.TextSize = 14.000
  25. R6.MouseButton1Down:connect(function()
  26. loadstring(game:HttpGet(('https://pastebin.com/raw/jHGVauVX'),true))()
  27. end)
  28.  
  29. TextButton.Parent = ScreenGui
  30. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. TextButton.Position = UDim2.new(0, 0, 0.414634138, 0)
  32. TextButton.Size = UDim2.new(0, 72, 0, 27)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.Text = "Respawn"
  35. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextButton.TextSize = 14.000
  37. TextButton.MouseButton1Down:connect(function()
  38. loadstring(game:HttpGet(('https://pastebin.com/raw/ukFZuXbb'),true))()
  39. end)
  40.  
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement