Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  2. Text = "[Notice] GUI Made by boomz , [YT] Boomzaza TH";
  3. Color = Color3.new(255, 0, 72);
  4. Font = Enum.Font.SourceSansBold;
  5. FontSize = Enum.FontSize.Size24;
  6. })
  7.  
  8. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  9. Text = "[Warning] WE ARE NOT RESPONSIBLE FOR ANY BANS!, USE IT ON ALT ACCOUNTS!";
  10. Color = Color3.new(255, 0, 0);
  11. Font = Enum.Font.SourceSansBold;
  12. FontSize = Enum.FontSize.Size24;
  13. })
  14.  
  15.  
  16. local SkidParkour = Instance.new("ScreenGui")
  17. local Main = Instance.new("Frame")
  18. local Functions = Instance.new("Frame")
  19. local CTP = Instance.new("TextButton")
  20. local NameESP = Instance.new("TextButton")
  21. local TPBACK = Instance.new("TextButton")
  22. local TPORB = Instance.new("TextButton")
  23. local TPPlayer = Instance.new("TextButton")
  24. local InputPlayer = Instance.new("TextBox")
  25. local NoFall = Instance.new("TextButton")
  26. local Btools = Instance.new("TextButton")
  27. local Settings = Instance.new("Frame")
  28. local WhiteBackground = Instance.new("Frame")
  29. local FormCheck = Instance.new("Frame")
  30. local Form = Instance.new("TextLabel")
  31. local White = Instance.new("TextLabel")
  32. local del = Instance.new("TextButton")
  33. local Credits = Instance.new("Frame")
  34. local Outer = Instance.new("ImageLabel")
  35. local Discord = Instance.new("TextLabel")
  36. local Alone = Instance.new("ImageLabel")
  37. local Discord_2 = Instance.new("TextLabel")
  38. local ROexploits = Instance.new("ImageLabel")
  39. local Discord_3 = Instance.new("TextLabel")
  40. local TextLabel = Instance.new("TextLabel")
  41. local TabList = Instance.new("Frame")
  42. local FunctionsBTN = Instance.new("TextButton")
  43. local SettingsBTN = Instance.new("TextButton")
  44. local CreditsBTN_2 = Instance.new("TextButton")
  45. local Title = Instance.new("TextLabel")
  46. local Close = Instance.new("TextButton")
  47.  
  48. SkidParkour.Name = "SkidParkour"
  49. SkidParkour.Parent = game.CoreGui
  50.  
  51. Main.Name = "Main"
  52. Main.Parent = SkidParkour
  53. Main.Active = true
  54. Main.Draggable = true
  55. Main.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  56. Main.BackgroundTransparency = 1
  57. Main.BorderSizePixel = 0
  58. Main.Position = UDim2.new(0.26029411, 0, 0.32432431, 0)
  59. Main.Size = UDim2.new(0, 676, 0, 323)
  60.  
  61. Functions.Name = "Functions"
  62. Functions.Parent = Main
  63. Functions.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  64. Functions.BorderSizePixel = 0
  65. Functions.Size = UDim2.new(0, 676, 0, 285)
  66. Functions.Visible = true
  67.  
  68. CTP.Name = "CTP"
  69. CTP.Parent = Functions
  70. CTP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  71. CTP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  72. CTP.Position = UDim2.new(0.0695266277, 0, 0.259649128, 0)
  73. CTP.Size = UDim2.new(0, 112, 0, 24)
  74. CTP.Font = Enum.Font.SourceSansLight
  75. CTP.Text = "Click TP [Z]"
  76. CTP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  77. CTP.TextSize = 18
  78. CTP.MouseButton1Click:connect(function()
  79. plr = game.Players.LocalPlayer;
  80. hum = plr.Character.HumanoidRootPart;
  81. mouse = plr:GetMouse()
  82. mouse.KeyDown:connect(function(aa)
  83. if aa == "z" then
  84. if mouse.Target then
  85. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  86. end
  87. end
  88. end)
  89. end)
  90.  
  91. NameESP.Name = "NameESP"
  92. NameESP.Parent = Functions
  93. NameESP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  94. NameESP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  95. NameESP.Position = UDim2.new(0.0695266277, 0, 0.3859649, 0)
  96. NameESP.Size = UDim2.new(0, 112, 0, 24)
  97. NameESP.Font = Enum.Font.SourceSansLight
  98. NameESP.Text = "Name ESP"
  99. NameESP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  100. NameESP.TextSize = 18
  101. NameESP.MouseButton1Click:connect(function()
  102. Important = {
  103. Players = game:GetService("Players"),
  104. Workspace = game:GetService("Workspace"),
  105. CoreGui = game:WaitForChild("CoreGui")
  106. }
  107. local ai = false;
  108. function CreateESP(plr)
  109. if plr ~= nil then
  110. local aj = plr.Character;
  111. if not aj then
  112. return
  113. end;
  114. local ak;
  115. do
  116. repeat
  117. wait()
  118. until aj:FindFirstChild("Head")
  119. end;
  120. ak = aj.Head;
  121. local al = Instance.new("BillboardGui", Important.CoreGui)
  122. al.Adornee = ak;
  123. al.ExtentsOffset = Vector3.new(0, 1, 0)
  124. al.AlwaysOnTop = true;
  125. al.Size = UDim2.new(0, 5, 0, 5)
  126. al.StudsOffset = Vector3.new(0, 3, 0)
  127. al.Name = "ESP_PLAYER_"..plr.Name;
  128. local am = Instance.new("Frame", al)
  129. am.ZIndex = 10;
  130. am.BackgroundTransparency = 1;
  131. am.Size = UDim2.new(1, 0, 1, 0)
  132. local an = Instance.new("TextLabel", am)
  133. an.Name = "Name"
  134. an.ZIndex = 10;
  135. an.Text = plr.Name;
  136. an.Visible = true;
  137. an.TextColor3 = Color3.new(255, 45, 126)
  138. an.BackgroundTransparency = 1;
  139. an.Size = UDim2.new(1, 0, 10, 0)
  140. an.Font = Enum.Font.SourceSansLight;
  141. an.TextSize = 20;
  142. an.TextStrokeTransparency = .5
  143. end
  144. end;
  145. for ag, ah in pairs(Important.Players:GetChildren()) do
  146. if game.GameId == 445664957 then
  147. return
  148. end;
  149. CreateESP(ah)
  150. end
  151. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement