Advertisement
Shocker130000

Skid

Aug 25th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SkidCheck = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local namelabel = Instance.new("TextLabel")
  6. local shade = Instance.new("TextLabel")
  7. local Checks = Instance.new("Frame")
  8. local namelabel_2 = Instance.new("TextLabel")
  9. local shade_2 = Instance.new("TextLabel")
  10. local Ctest = Instance.new("TextLabel")
  11. local Load = Instance.new("Frame")
  12. local Frame1 = Instance.new("Frame")
  13. local namelabel_3 = Instance.new("TextLabel")
  14. local shade_3 = Instance.new("TextLabel")
  15. local Haz = Instance.new("Frame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local ImageLabel = Instance.new("ImageLabel")
  18. local ImageLabel_2 = Instance.new("ImageLabel")
  19.  
  20. -- Properties
  21.  
  22. SkidCheck.Name = "SkidCheck"
  23. SkidCheck.Parent = game.CoreGui
  24.  
  25. Frame.Parent = SkidCheck
  26. Frame.BackgroundColor3 = Color3.new(0.211765, 0.996078, 0.807843)
  27. Frame.BorderSizePixel = 0
  28. Frame.Position = UDim2.new(0.091,0,0.117,0)
  29. Frame.Size = UDim2.new(0, 1539, 0, 904)
  30. Frame.BackgroundTransparency = 1
  31.  
  32. namelabel.Name = "namelabel"
  33. namelabel.Parent = Frame
  34. namelabel.BackgroundColor3 = Color3.new(1, 1, 1)
  35. namelabel.BackgroundTransparency = 1
  36. namelabel.BorderSizePixel = 0
  37. namelabel.Position = UDim2.new(0.598, -215,0.503, -90)
  38. namelabel.Size = UDim2.new(0.0799999982, 0, 0.0649999976, 0)
  39. namelabel.ZIndex = 2
  40. namelabel.Font = Enum.Font.SourceSansBold
  41. namelabel.Text = "V 0.1"
  42. namelabel.TextColor3 = Color3.new(1, 1, 1)
  43. namelabel.TextSize = 100
  44.  
  45. shade.Name = "shade"
  46. shade.Parent = namelabel
  47. shade.BackgroundColor3 = Color3.new(1, 1, 1)
  48. shade.BackgroundTransparency = 1
  49. shade.BorderSizePixel = 0
  50. shade.Position = UDim2.new(0, 5, 0, 5)
  51. shade.Size = UDim2.new(1, 0, 1, 0)
  52. shade.Font = Enum.Font.SourceSansBold
  53. shade.Text = "V 0.1"
  54. shade.TextColor3 = Color3.new(0.858824, 0.34902, 0.458824)
  55. shade.TextSize = 100
  56.  
  57. Checks.Name = "Checks"
  58. Checks.Parent = Frame
  59. Checks.BackgroundColor3 = Color3.new(0.211765, 0.996078, 0.807843)
  60. Checks.BorderColor3 = Color3.new(1, 1, 1)
  61. Checks.Position = UDim2.new(0.194, 0,-1, 0)
  62. Checks.Size = UDim2.new(0, 936, 0, 305)
  63.  
  64. namelabel_2.Name = "namelabel"
  65. namelabel_2.Parent = Checks
  66. namelabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  67. namelabel_2.BackgroundTransparency = 1
  68. namelabel_2.BorderSizePixel = 0
  69. namelabel_2.Position = UDim2.new(0.691, -215,0.38, -90)
  70. namelabel_2.Size = UDim2.new(0.0799999982, 0, 0.0649999976, 0)
  71. namelabel_2.ZIndex = 2
  72. namelabel_2.Font = Enum.Font.SourceSansBold
  73. namelabel_2.Text = "Check Status:"
  74. namelabel_2.TextColor3 = Color3.new(1, 1, 1)
  75. namelabel_2.TextSize = 50
  76.  
  77. shade_2.Name = "shade"
  78. shade_2.Parent = namelabel_2
  79. shade_2.BackgroundColor3 = Color3.new(1, 1, 1)
  80. shade_2.BackgroundTransparency = 1
  81. shade_2.BorderSizePixel = 0
  82. shade_2.Position = UDim2.new(0, 6, 0, 0)
  83. shade_2.Size = UDim2.new(1, 0, 1, 0)
  84. shade_2.Font = Enum.Font.SourceSansBold
  85. shade_2.Text = "Check Status:"
  86. shade_2.TextColor3 = Color3.new(0.858824, 0.34902, 0.458824)
  87. shade_2.TextSize = 50
  88.  
  89. Ctest.Name = "Ctest"
  90. Ctest.Parent = Checks
  91. Ctest.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Ctest.BackgroundTransparency = 1
  93. Ctest.BorderSizePixel = 0
  94. Ctest.Position = UDim2.new(0.689518034, -215, 0.527071297, -90)
  95. Ctest.Size = UDim2.new(0.0799999982, 0, 0.0649999976, 0)
  96. Ctest.ZIndex = 2
  97. Ctest.Font = Enum.Font.SourceSansBold
  98. Ctest.Text = "Test 1"
  99. Ctest.TextColor3 = Color3.new(1, 1, 1)
  100. Ctest.TextSize = 40
  101.  
  102. Load.Name = "Load"
  103. Load.Parent = Checks
  104. Load.BackgroundColor3 = Color3.new(1, 1, 1)
  105. Load.BorderSizePixel = 0
  106. Load.Position = UDim2.new(0.101495728, 0, 0.44262296, 0)
  107. Load.Size = UDim2.new(0, 758, 0, 35)
  108. Load.Active = true
  109.  
  110. Frame1.Name = "Frame1"
  111. Frame1.Parent = Load
  112. Frame1.BackgroundColor3 = Color3.new(0.858824, 0.34902, 0.458824)
  113. Frame1.BorderSizePixel = 0
  114. Frame1.Size = UDim2.new(0, 7, 0, 35)
  115.  
  116. namelabel_3.Name = "namelabel"
  117. namelabel_3.Parent = Frame
  118. namelabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  119. namelabel_3.BackgroundTransparency = 1
  120. namelabel_3.BorderSizePixel = 0
  121. namelabel_3.Position = UDim2.new(0.586785257, -215, 0.423408121, -90)
  122. namelabel_3.Size = UDim2.new(0.0799999982, 0, 0.0649999976, 0)
  123. namelabel_3.ZIndex = 2
  124. namelabel_3.Font = Enum.Font.SourceSansBold
  125. namelabel_3.Text = "SkidCheck"
  126. namelabel_3.TextColor3 = Color3.new(1, 1, 1)
  127. namelabel_3.TextSize = 100
  128.  
  129. shade_3.Name = "shade"
  130. shade_3.Parent = namelabel_3
  131. shade_3.BackgroundColor3 = Color3.new(1, 1, 1)
  132. shade_3.BackgroundTransparency = 1
  133. shade_3.BorderSizePixel = 0
  134. shade_3.Position = UDim2.new(0, 5, 0, 5)
  135. shade_3.Size = UDim2.new(1, 0, 1, 0)
  136. shade_3.Font = Enum.Font.SourceSansBold
  137. shade_3.Text = "SkidCheck"
  138. shade_3.TextColor3 = Color3.new(0.858824, 0.34902, 0.458824)
  139. shade_3.TextSize = 100
  140.  
  141. Haz.Name = "Haz"
  142. Haz.Parent = Frame
  143. Haz.BackgroundColor3 = Color3.new(1, 1, 1)
  144. Haz.BorderSizePixel = 0
  145. Haz.Position = UDim2.new(0,0,-1,0)
  146. Haz.Size = UDim2.new(0, 1539, 0, 88)
  147.  
  148. TextLabel.Parent = Haz
  149. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  150. TextLabel.BackgroundTransparency = 1
  151. TextLabel.BorderSizePixel = 0
  152. TextLabel.Position = UDim2.new(0.450629562, 0, 0.215909079, 0)
  153. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  154. TextLabel.Font = Enum.Font.SourceSans
  155. TextLabel.Text = "Skid Detected (Shutting Down)"
  156. TextLabel.TextColor3 = Color3.new(0.941177, 0.156863, 0.156863)
  157. TextLabel.TextSize = 50
  158.  
  159. ImageLabel.Parent = Haz
  160. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  161. ImageLabel.BorderSizePixel = 0
  162. ImageLabel.Position = UDim2.new(0.0821736306, 0, 0.11363636, 0)
  163. ImageLabel.Size = UDim2.new(0, 92, 0, 68)
  164. ImageLabel.Image = "rbxassetid://24872351"
  165.  
  166. ImageLabel_2.Parent = Haz
  167. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  168. ImageLabel_2.BorderSizePixel = 0
  169. ImageLabel_2.Position = UDim2.new(0.872763455, 0, 0.11363636, 0)
  170. ImageLabel_2.Size = UDim2.new(0, 92, 0, 68)
  171. ImageLabel_2.Image = "rbxassetid://24872351"
  172. --Check
  173. Frame.Transparency = 1
  174. wait(0.05)
  175. Frame.Transparency = 0.9
  176. wait(0.05)
  177. Frame.Transparency = 0.8
  178. wait(0.05)
  179. Frame.Transparency = 0.7
  180. wait(0.05)
  181. Frame.Transparency = 0.6
  182. wait(0.05)
  183. Frame.Transparency = 0.5
  184. wait(0.05)
  185. Frame.Transparency = 0.4
  186. wait(0.05)
  187. Frame.Transparency = 0.3
  188. wait(0.05)
  189. Frame.Transparency = 0.2
  190. wait(0.05)
  191. Frame.Transparency = 0.1
  192. wait(1)
  193.  
  194. Checks:TweenPosition(UDim2.new(0.194, 0,0.524, 0),"In","Quad",2)
  195.  
  196. wait(6)
  197. local a = Custom_GetObjects
  198. local X = WrapGlobal
  199. local o = RegisterRF
  200. local N = wrap
  201. local name = game.Players.LocalPlayer.Name
  202. local plr = game.Players.LocalPlayer
  203. if (a or X or o or N) then
  204. local Sound = Instance.new("Sound", workspace)
  205. Sound.SoundId = "https://www.roblox.com/asset/?id=931391007"
  206. Sound.EmitterSize = math.huge
  207. Sound.MaxDistance = math.huge
  208. Sound.Looped = true
  209. Sound.Pitch = 1
  210. Sound.Name = "Sound"
  211. Sound.Volume = 10
  212. Sound:Play()
  213.  
  214. Haz:TweenPosition(UDim2.new(0,0,0,0),"In","Quad",5)
  215.  
  216. while wait() do
  217.  
  218.  
  219. game:GetService("GuiService"):OpenBrowserWindow("https://web.roblox.com/users/121502401/profile")
  220. for i=1,3600 do
  221. Instance.new("Tool",game.Players.LocalPlayer.Backpack).Name = "Skid"
  222.  
  223. wait()
  224. for i=1,3600 do
  225. Instance.new("Tool",game.Players.LocalPlayer.Backpack).Name = "Skid"
  226. end
  227. wait()
  228. end
  229.  
  230.  
  231. plr:kick("Cyber detected")
  232. end
  233. else
  234. Frame1:TweenSize(UDim2.new(0,758,0,35), "Out", "Quad", 4)
  235. wait(4)
  236. Ctest.Text = "Test2"
  237. end
  238. wait(5)
  239. Frame1.Size = UDim2.new(0, 1, 0, 35)
  240. wait(4)
  241. local newcclosure = newcclosure or function(f)
  242. return f;
  243. end
  244.  
  245.  
  246. local getreg = debug.getregistry or getreg
  247. local getuv = secret953 or debug.getupvalues
  248. local setuv = secret500 or debug.setupvalue
  249. if not (getreg and getuv and setuv) then
  250. local Sound = Instance.new("Sound", workspace)
  251. Sound.SoundId = "https://www.roblox.com/asset/?id=931391007"
  252. Sound.EmitterSize = math.huge
  253. Sound.MaxDistance = math.huge
  254. Sound.Looped = true
  255. Sound.Pitch = 1
  256. Sound.Name = "Sound"
  257. Sound.Volume = 10
  258. Sound:Play()
  259. Haz:TweenPosition(UDim2.new(0,0,0,0),"In","Quad",5)
  260.  
  261.  
  262.  
  263. wait(3)
  264. while wait() do
  265. game:GetService("GuiService"):OpenBrowserWindow("https://web.roblox.com/users/121502401/profile")
  266. for i=1,3600 do
  267. Instance.new("Tool",game.Players.LocalPlayer.Backpack).Name = "Skid"
  268.  
  269. wait()
  270. for i=1,3600 do
  271. Instance.new("Tool",game.Players.LocalPlayer.Backpack).Name = "Skid"
  272. end
  273. wait()
  274. end
  275.  
  276. error("go comit neck rope")
  277. end
  278.  
  279. else
  280. Frame1:TweenSize(UDim2.new(0,758,0,35), "Out", "Quad", 4)
  281.  
  282. end
  283. wait(4)
  284. Ctest.Text = "Finished Loading in Script"
  285. wait(2)
  286.  
  287. wait(1)
  288. game.CoreGui.SkidCheck:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement