Advertisement
Kapalsya123

R6 Script

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