ScriptsQP

Tanqr HUB

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