ProHuilonYTZ

use for loadstring

Oct 4th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. -- Gui to Lua
  5. -- Version: 3.2
  6.  
  7. -- Instances:
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local Aimlock = Instance.new("Frame")
  11. local TANQRSCRIPT = Instance.new("TextLabel")
  12. local TANQRAIM = Instance.new("TextButton")
  13. local PurpleTeam = Instance.new("TextButton")
  14. local ImageLabel = Instance.new("ImageLabel")
  15. local TextLabel = Instance.new("TextLabel")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. Aimlock.Name = "Aimlock"
  22. Aimlock.Parent = ScreenGui
  23. Aimlock.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Aimlock.Position = UDim2.new(0.034251675, 0, 0.0638820603, 0)
  25. Aimlock.Size = UDim2.new(0, 368, 0, 263)
  26.  
  27. TANQRSCRIPT.Name = "TANQR SCRIPT"
  28. TANQRSCRIPT.Parent = Aimlock
  29. TANQRSCRIPT.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  30. TANQRSCRIPT.BorderColor3 = Color3.fromRGB(27, 42, 53)
  31. TANQRSCRIPT.Position = UDim2.new(0, 0, -0.000990283792, 0)
  32. TANQRSCRIPT.Size = UDim2.new(0, 362, 0, 50)
  33. TANQRSCRIPT.Font = Enum.Font.Bangers
  34. TANQRSCRIPT.Text = "Tanqr Script"
  35. TANQRSCRIPT.TextColor3 = Color3.fromRGB(85, 255, 255)
  36. TANQRSCRIPT.TextScaled = true
  37. TANQRSCRIPT.TextSize = 14.000
  38. TANQRSCRIPT.TextWrapped = true
  39.  
  40. TANQRAIM.Name = "TANQR AIM"
  41. TANQRAIM.Parent = Aimlock
  42. TANQRAIM.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  43. TANQRAIM.Position = UDim2.new(0.0221923646, 0, 0.280032873, 0)
  44. TANQRAIM.Size = UDim2.new(0, 162, 0, 46)
  45. TANQRAIM.Font = Enum.Font.Bangers
  46. TANQRAIM.Text = "Tanqr Aim"
  47. TANQRAIM.TextColor3 = Color3.fromRGB(85, 255, 255)
  48. TANQRAIM.TextScaled = true
  49. TANQRAIM.TextSize = 14.000
  50. TANQRAIM.TextWrapped = true
  51. TANQRAIM.MouseButton1Down:connect(function()
  52. function getplrsname()
  53. for i,v in pairs(game:GetChildren()) do
  54. if v.ClassName == "Players" then
  55. return v.Name
  56. end
  57. end
  58. end
  59. local players = getplrsname()
  60. local plr = game[players].LocalPlayer
  61. coroutine.resume(coroutine.create(function()
  62. while wait(1) do
  63. coroutine.resume(coroutine.create(function()
  64. for _,v in pairs(game[players]:GetPlayers()) do
  65. if v.Name ~= plr.Name and v.Character then
  66. v.Character.RightUpperLeg.CanCollide = false
  67. v.Character.RightUpperLeg.Transparency = 10
  68. v.Character.RightUpperLeg.Size = Vector3.new(13,13,13)
  69.  
  70. v.Character.LeftUpperLeg.CanCollide = false
  71. v.Character.LeftUpperLeg.Transparency = 10
  72. v.Character.LeftUpperLeg.Size = Vector3.new(13,13,13)
  73.  
  74. v.Character.HeadHB.CanCollide = false
  75. v.Character.HeadHB.Transparency = 10
  76. v.Character.HeadHB.Size = Vector3.new(13,13,13)
  77.  
  78. v.Character.HumanoidRootPart.CanCollide = false
  79. v.Character.HumanoidRootPart.Transparency = 10
  80. v.Character.HumanoidRootPart.Size = Vector3.new(13,13,13)
  81.  
  82. end
  83. end
  84. end))
  85. end
  86. end))
  87. end)
  88. PurpleTeam.Name = "Purple Team"
  89. PurpleTeam.Parent = Aimlock
  90. PurpleTeam.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  91. PurpleTeam.Position = UDim2.new(0.550503433, 0, 0.280032873, 0)
  92. PurpleTeam.Size = UDim2.new(0, 165, 0, 46)
  93. PurpleTeam.Font = Enum.Font.Bangers
  94. PurpleTeam.Text = "Purple Team"
  95. PurpleTeam.TextColor3 = Color3.fromRGB(85, 255, 255)
  96. PurpleTeam.TextScaled = true
  97. PurpleTeam.TextSize = 14.000
  98. PurpleTeam.TextWrapped = true
  99. PurpleTeam.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet(('https://pastebin.com/raw/pyzjWNhk'),true))()
  101.  
  102. end)
  103. ImageLabel.Parent = Aimlock
  104. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. ImageLabel.Position = UDim2.new(0.399142921, 0, 0.524728835, 0)
  106. ImageLabel.Size = UDim2.new(0, 74, 0, 60)
  107. ImageLabel.Image = "http://www.roblox.com/asset/?id=4761224815"
  108.  
  109. TextLabel.Parent = Aimlock
  110. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  111. TextLabel.Position = UDim2.new(-0.00107441097, 0, 0.808442593, 0)
  112. TextLabel.Size = UDim2.new(0, 368, 0, 50)
  113. TextLabel.Font = Enum.Font.Bangers
  114. TextLabel.Text = "Made BY Zyrxek ON YT"
  115. TextLabel.TextColor3 = Color3.fromRGB(85, 255, 255)
  116. TextLabel.TextScaled = true
  117. TextLabel.TextSize = 14.000
  118. TextLabel.TextWrapped = true
  119.  
  120. -- Scripts:
  121.  
  122. local function IRPAKL_fake_script() -- ScreenGui.Script
  123. local script = Instance.new('Script', ScreenGui)
  124.  
  125. frame = script.Parent.Aimlock -- Take out {}s, and put name of frame
  126. frame.Draggable = true
  127. frame.Active = true
  128. frame.Selectable = true
  129. end
  130. coroutine.wrap(IRPAKL_fake_script)()
  131.  
Add Comment
Please, Sign In to add comment