Advertisement
uor

dbn

uor
Jan 5th, 2022
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.67 KB | None | 0 0
  1. --Original thread: https://v3rmillion.net/showthread.php?tid=1083897
  2. _G.key = Enum.KeyCode.LeftControl -- Change to whatever if you don't know Keycode go to roblox api doc
  3.  
  4. loadstring(game:HttpGet("https://paste.gg/p/anonymous/cb1c7198b269449eb8a2cf8ced061bed/files/4a98e88f82ee47388b3030a7f000b34e/raw", true))()
  5.  
  6. local stationaryrespawn = false
  7. local needsrespawning = false
  8. local haspos = false
  9. local pos = CFrame.new()
  10.  
  11. local Respawning = Instance.new("ScreenGui")
  12. local RespawningButton = Instance.new("TextButton")
  13.  
  14. Respawning.Name = "Respawning"
  15. Respawning.Parent = game.CoreGui
  16.  
  17.  
  18.  
  19. RespawningButton.Name = "RespawningButton"
  20. RespawningButton.Parent = Respawning
  21. RespawningButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  22. RespawningButton.BackgroundTransparency = 0.30000001192093
  23. RespawningButton.BorderSizePixel = 0
  24. RespawningButton.Position = UDim2.new(0.0391057241, 0, 0.826617789, 0)
  25. RespawningButton.Size = UDim2.new(0, 83, 0, 34)
  26. RespawningButton.Font = Enum.Font.SourceSans
  27. RespawningButton.Text = "Not Returning"
  28. RespawningButton.TextColor3 = Color3.new(1, 1, 1)
  29. RespawningButton.TextSize = 20
  30. RespawningButton.TextScaled = true
  31. RespawningButton.Draggable = true
  32.  
  33.  
  34.  
  35.  
  36. function StatRespawn(inputObject, gameProcessedEvent)
  37. if inputObject.KeyCode == Enum.KeyCode.N and gameProcessedEvent == false then
  38. stationaryrespawn = not stationaryrespawn
  39. end
  40. end
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. game:GetService("UserInputService").InputBegan:connect(StatRespawn)
  48.  
  49.  
  50.  
  51. game:GetService('RunService').Stepped:connect(function()
  52.  
  53.  
  54. if stationaryrespawn == true and game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  55. if haspos == false then
  56. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  57. haspos = true
  58. end
  59.  
  60. needsrespawning = true
  61. end
  62.  
  63.  
  64. if needsrespawning == true then
  65. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  66. end
  67.  
  68.  
  69. if stationaryrespawn == true then
  70. RespawningButton.Text = "Returning"
  71. else
  72. RespawningButton.Text = "Not Returning"
  73. end
  74.  
  75.  
  76. end)
  77.  
  78. game.Players.LocalPlayer.CharacterAdded:connect(function()
  79. wait(0.4)
  80. needsrespawning = false
  81. haspos = false
  82. end)
  83.  
  84. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  85. Text = "[Notice] GUI Made by username 1000hack";
  86. Color = Color3.new(255, 0, 72);
  87. Font = Enum.Font.SourceSansBold;
  88. FontSize = Enum.FontSize.Size24;
  89. })
  90.  
  91. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  92. Text = "[Warning] dont get banned using this on ur main use on alts";
  93. Color = Color3.new(255, 0, 0);
  94. Font = Enum.Font.SourceSansBold;
  95. FontSize = Enum.FontSize.Size24;
  96. })
  97.  
  98.  
  99. local SkidParkour = Instance.new("ScreenGui")
  100. local Main = Instance.new("Frame")
  101. local Functions = Instance.new("Frame")
  102. local CTP = Instance.new("TextButton")
  103. local NameESP = Instance.new("TextButton")
  104. local TPBACK = Instance.new("TextButton")
  105. local TPORB = Instance.new("TextButton")
  106. local TPPlayer = Instance.new("TextButton")
  107. local InputPlayer = Instance.new("TextBox")
  108. local NoFall = Instance.new("TextButton")
  109. local Walkspeed = Instance.new("TextButton")
  110. local Btools = Instance.new("TextButton")
  111. local Gravity = Instance.new("TextButton")
  112. local Settings = Instance.new("Frame")
  113. local WhiteBackground = Instance.new("Frame")
  114. local FormCheck = Instance.new("Frame")
  115. local Form = Instance.new("TextLabel")
  116. local White = Instance.new("TextLabel")
  117. local del = Instance.new("TextButton")
  118. local Credits = Instance.new("Frame")
  119. local Outer = Instance.new("ImageLabel")
  120. local Discord = Instance.new("TextLabel")
  121. local Alone = Instance.new("ImageLabel")
  122. local Discord_2 = Instance.new("TextLabel")
  123. local ROexploits = Instance.new("ImageLabel")
  124. local Discord_3 = Instance.new("TextLabel")
  125. local TextLabel = Instance.new("TextLabel")
  126. local TabList = Instance.new("Frame")
  127. local FunctionsBTN = Instance.new("TextButton")
  128. local SettingsBTN = Instance.new("TextButton")
  129. local CreditsBTN_2 = Instance.new("TextButton")
  130. local Title = Instance.new("TextLabel")
  131. local Close = Instance.new("TextButton")
  132.  
  133. SkidParkour.Name = "SkidParkour"
  134. SkidParkour.Parent = game.CoreGui
  135.  
  136. Main.Name = "Main"
  137. Main.Parent = SkidParkour
  138. Main.Active = true
  139. Main.Draggable = true
  140. Main.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  141. Main.BackgroundTransparency = 1
  142. Main.BorderSizePixel = 0
  143. Main.Position = UDim2.new(0.26029411, 0, 0.32432431, 0)
  144. Main.Size = UDim2.new(0, 676, 0, 323)
  145.  
  146. Functions.Name = "Functions"
  147. Functions.Parent = Main
  148. Functions.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  149. Functions.BorderSizePixel = 0
  150. Functions.Size = UDim2.new(0, 676, 0, 285)
  151. Functions.Visible = true
  152.  
  153. CTP.Name = "CTP"
  154. CTP.Parent = Functions
  155. CTP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  156. CTP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  157. CTP.Position = UDim2.new(0.0695266277, 0, 0.259649128, 0)
  158. CTP.Size = UDim2.new(0, 112, 0, 24)
  159. CTP.Font = Enum.Font.SourceSansLight
  160. CTP.Text = "Click TP [Q]"
  161. CTP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  162. CTP.TextSize = 18
  163. CTP.MouseButton1Click:connect(function()
  164. plr = game.Players.LocalPlayer;
  165. hum = plr.Character.HumanoidRootPart;
  166. mouse = plr:GetMouse()
  167. mouse.KeyDown:connect(function(aa)
  168. if aa == "q" then
  169. if mouse.Target then
  170. hum.CFrame = CFrame.new(mouse.Hit.z, mouse.Hit.y + 5, mouse.Hit.z)
  171. end
  172. end
  173. end)
  174. end)
  175.  
  176. NameESP.Name = "NameESP"
  177. NameESP.Parent = Functions
  178. NameESP.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  179. NameESP.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  180. NameESP.Position = UDim2.new(0.0695266277, 0, 0.3859649, 0)
  181. NameESP.Size = UDim2.new(0, 112, 0, 24)
  182. NameESP.Font = Enum.Font.SourceSansLight
  183. NameESP.Text = "Name ESP"
  184. NameESP.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  185. NameESP.TextSize = 18
  186. NameESP.MouseButton1Click:connect(function()
  187. Important = {
  188. Players = game:GetService("Players"),
  189. Workspace = game:GetService("Workspace"),
  190. CoreGui = game:WaitForChild("CoreGui")
  191. }
  192. local ai = false;
  193. function CreateESP(plr)
  194. if plr ~= nil then
  195. local aj = plr.Character;
  196. if not aj then
  197. return
  198. end;
  199. local ak;
  200. do
  201. repeat
  202. wait()
  203. until aj:FindFirstChild("Head")
  204. end;
  205. ak = aj.Head;
  206. local al = Instance.new("BillboardGui", Important.CoreGui)
  207. al.Adornee = ak;
  208. al.ExtentsOffset = Vector3.new(0, 1, 0)
  209. al.AlwaysOnTop = true;
  210. al.Size = UDim2.new(0, 5, 0, 5)
  211. al.StudsOffset = Vector3.new(0, 3, 0)
  212. al.Name = "ESP_PLAYER_"..plr.Name;
  213. local am = Instance.new("Frame", al)
  214. am.ZIndex = 10;
  215. am.BackgroundTransparency = 1;
  216. am.Size = UDim2.new(1, 0, 1, 0)
  217. local an = Instance.new("TextLabel", am)
  218. an.Name = "Name"
  219. an.ZIndex = 10;
  220. an.Text = plr.Name;
  221. an.Visible = true;
  222. an.TextColor3 = Color3.new(255, 45, 126)
  223. an.BackgroundTransparency = 1;
  224. an.Size = UDim2.new(1, 0, 10, 0)
  225. an.Font = Enum.Font.SourceSansLight;
  226. an.TextSize = 20;
  227. an.TextStrokeTransparency = .5
  228. end
  229. end;
  230. for ag, ah in pairs(Important.Players:GetChildren()) do
  231. if game.GameId == 445664957 then
  232. return
  233. end;
  234. CreateESP(ah)
  235. end
  236. end)
  237.  
  238. TPBACK.Name = "TPBACK"
  239. TPBACK.Parent = Functions
  240. TPBACK.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  241. TPBACK.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  242. TPBACK.Position = UDim2.new(0.0695266277, 0, 0.519298255, 0)
  243. TPBACK.Size = UDim2.new(0, 112, 0, 24)
  244. TPBACK.Font = Enum.Font.SourceSansLight
  245. TPBACK.Text = "TP to backpacks"
  246. TPBACK.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  247. TPBACK.TextSize = 18
  248.  
  249. TPORB.Name = "TPORB"
  250. TPORB.Parent = Functions
  251. TPORB.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  252. TPORB.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  253. TPORB.Position = UDim2.new(0.0695266277, 0, 0.65263164, 0)
  254. TPORB.Size = UDim2.new(0, 112, 0, 24)
  255. TPORB.Font = Enum.Font.SourceSansLight
  256. TPORB.Text = "TP to Orbs"
  257. TPORB.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  258. TPORB.TextSize = 18
  259.  
  260. TPPlayer.Name = "TPPlayer"
  261. TPPlayer.Parent = Functions
  262. TPPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  263. TPPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  264. TPPlayer.Position = UDim2.new(0.334319532, 0, 0.519298255, 0)
  265. TPPlayer.Size = UDim2.new(0, 183, 0, 36)
  266. TPPlayer.Font = Enum.Font.SourceSansLight
  267. TPPlayer.Text = "TP To Player"
  268. TPPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  269. TPPlayer.TextSize = 18
  270. TPPlayer.MouseButton1Down:connect(function()
  271. local tp_namedplayer = InputPlayer.Text
  272. local tp_player = game:GetService("Players")[tp_namedplayer]
  273. local PLR = game:GetService("Players").LocalPlayer
  274. local p = InputPlayer.Text
  275.  
  276. if tp_player then
  277. for i = 1,2 do
  278. wait(.08)
  279. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  280. end
  281. end
  282. end)
  283.  
  284. InputPlayer.Name = "InputPlayer"
  285. InputPlayer.Parent = Functions
  286. InputPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  287. InputPlayer.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  288. InputPlayer.Position = UDim2.new(0.334319532, 0, 0.343859643, 0)
  289. InputPlayer.Size = UDim2.new(0, 182, 0, 35)
  290. InputPlayer.Font = Enum.Font.SourceSans
  291. InputPlayer.PlaceholderColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  292. InputPlayer.PlaceholderText = "199, 199, 199"
  293. InputPlayer.Text = "InputPlayer"
  294. InputPlayer.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  295. InputPlayer.TextSize = 16
  296.  
  297.  
  298. NoFall.Name = "No Fall"
  299. NoFall.Parent = Functions
  300. NoFall.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  301. NoFall.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  302. NoFall.Position = UDim2.new(0.0695266277, 0, 0.789473653, 0)
  303. NoFall.Size = UDim2.new(0, 112, 0, 24)
  304. NoFall.Font = Enum.Font.SourceSansLight
  305. NoFall.Text = "No Fall"
  306. NoFall.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  307. NoFall.TextSize = 18
  308. local InfiniteJumpEnabled = true
  309. game:GetService("UserInputService").JumpRequest:connect(function()
  310. if InfiniteJumpEnabled == true then
  311. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  312. if InfiniteJumpEnabled == false then
  313. end
  314. end
  315. end)
  316.  
  317. Walkspeed.Name = "Hit while moving"
  318. Walkspeed.Parent = Functions
  319. Walkspeed.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  320. Walkspeed.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  321. Walkspeed.Position = UDim2.new(0.69970417, 0, 0.259649128, 0)
  322. Walkspeed.Size = UDim2.new(0, 113, 0, 24)
  323. Walkspeed.Font = Enum.Font.SourceSansLight
  324. Walkspeed.Text = "Speed [E]"
  325. Walkspeed.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  326. Walkspeed.TextSize = 18
  327. Walkspeed.MouseButton1Down:connect(function()
  328. local walkspeedplayer = game:GetService("Players").LocalPlayer
  329. local walkspeedmouse = walkspeedplayer:GetMouse()
  330.  
  331. local walkspeedenabled = false
  332.  
  333. function x_walkspeed(key)
  334. if (key == "e") then
  335. if walkspeedenabled == false then
  336. _G.WS = 16;
  337. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  338. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  339. Humanoid.WalkSpeed = _G.WS;
  340. end)
  341. Humanoid.WalkSpeed = _G.WS;
  342.  
  343. walkspeedenabled = true
  344. elseif walkspeedenabled == true then
  345. _G.WS = 16;
  346. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  347. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  348. Humanoid.WalkSpeed = _G.WS;
  349. end)
  350. Humanoid.WalkSpeed = _G.WS;
  351.  
  352. walkspeedenabled = false
  353. end
  354. end
  355. end
  356.  
  357. walkspeedmouse.KeyDown:connect(x_walkspeed)
  358.  
  359. end)
  360.  
  361. Btools.Name = "Btools"
  362. Btools.Parent = Functions
  363. Btools.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  364. Btools.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  365. Btools.Position = UDim2.new(0.69970417, 0, 0.3859649, 0)
  366. Btools.Size = UDim2.new(0, 113, 0, 24)
  367. Btools.Font = Enum.Font.SourceSansLight
  368. Btools.Text = "Btools"
  369. Btools.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  370. Btools.TextSize = 18
  371. Btools.MouseButton1Down:connect(function()
  372. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  373. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  374. if child.ClassName == "Part" then
  375. child.Locked = false
  376. end
  377. if child.ClassName == "MeshPart" then
  378. child.Locked = false
  379. end
  380. if child.ClassName == "UnionOperation" then
  381. child.Locked = false
  382. end
  383. if child.ClassName == "Model" then
  384. for index, chil in pairs(child:GetChildren()) do
  385. if chil.ClassName == "Part" then
  386. chil.Locked = false
  387. end
  388. if chil.ClassName == "MeshPart" then
  389. chil.Locked = false
  390. end
  391. if chil.ClassName == "UnionOperation" then
  392. chil.Locked = false
  393. end
  394. if chil.ClassName == "Model" then
  395. for index, childe in pairs(chil:GetChildren()) do
  396. if childe.ClassName == "Part" then
  397. childe.Locked = false
  398. end
  399. if childe.ClassName == "MeshPart" then
  400. childe.Locked = false
  401. end
  402. if childe.ClassName == "UnionOperation" then
  403. childe.Locked = false
  404. end
  405. if childe.ClassName == "Model" then
  406. for index, childeo in pairs(childe:GetChildren()) do
  407. if childeo.ClassName == "Part" then
  408. childeo.Locked = false
  409. end
  410. if childeo.ClassName == "MeshPart" then
  411. childeo.Locked = false
  412. end
  413. if childeo.ClassName == "UnionOperation" then
  414. childeo.Locked = false
  415. end
  416. if childeo.ClassName == "Model" then
  417. end
  418. end
  419. end
  420. end
  421. end
  422. end
  423. end
  424. end
  425. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  426. c.BinType = Enum.BinType.Hammer
  427. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  428. c.BinType = Enum.BinType.Clone
  429. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  430. c.BinType = Enum.BinType.Grab
  431. end)
  432.  
  433.  
  434. Gravity.Name = "Gravity"
  435. Gravity.Parent = Functions
  436. Gravity.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  437. Gravity.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  438. Gravity.Position = UDim2.new(0.69970417, 0, 0.519298255, 0)
  439. Gravity.Size = UDim2.new(0, 113, 0, 24)
  440. Gravity.Font = Enum.Font.SourceSansLight
  441. Gravity.Text = "Gravity"
  442. Gravity.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  443. Gravity.TextSize = 18
  444. Gravity.MouseButton1Down:connect(function()
  445. if Gravity == true then
  446. Gravity = false
  447. game.workspace.Gravity = 90
  448. else
  449. Gravity = true
  450. game.workspace.Gravity = 45
  451. end
  452. end)
  453.  
  454. Settings.Name = "Settings"
  455. Settings.Parent = Main
  456. Settings.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  457. Settings.BorderSizePixel = 0
  458. Settings.Size = UDim2.new(0, 676, 0, 285)
  459. Settings.Visible = false
  460.  
  461. WhiteBackground.Name = "WhiteBackground"
  462. WhiteBackground.Parent = Settings
  463. WhiteBackground.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  464. WhiteBackground.BorderSizePixel = 0
  465. WhiteBackground.Position = UDim2.new(0.0325443782, 0, 0.228070185, 0)
  466. WhiteBackground.Size = UDim2.new(0, 18, 0, 18)
  467.  
  468. FormCheck.Name = "FormCheck"
  469. FormCheck.Parent = Settings
  470. FormCheck.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  471. FormCheck.BorderSizePixel = 0
  472. FormCheck.Position = UDim2.new(0.0325443782, 0, 0.105263159, 0)
  473. FormCheck.Size = UDim2.new(0, 18, 0, 18)
  474.  
  475. Form.Name = "Form"
  476. Form.Parent = Settings
  477. Form.BackgroundColor3 = Color3.new(1, 1, 1)
  478. Form.BackgroundTransparency = 1
  479. Form.Position = UDim2.new(0.0719999969, 0, 0.112999998, 0)
  480. Form.Size = UDim2.new(0, 113, 0, 12)
  481. Form.Font = Enum.Font.SourceSans
  482. Form.Text = "Enable Form Dragging"
  483. Form.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  484. Form.TextSize = 15
  485.  
  486. White.Name = "White"
  487. White.Parent = Settings
  488. White.BackgroundColor3 = Color3.new(1, 1, 1)
  489. White.BackgroundTransparency = 1
  490. White.Position = UDim2.new(0.0591716208, 0, 0.225999996, 0)
  491. White.Size = UDim2.new(0, 106, 0, 18)
  492. White.Font = Enum.Font.SourceSans
  493. White.Text = "White Background"
  494. White.TextColor3 = Color3.new(0.815686, 0.835294, 0.901961)
  495. White.TextSize = 15
  496.  
  497. del.Name = "del"
  498. del.Parent = Settings
  499. del.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  500. del.BorderColor3 = Color3.new(0.356863, 0.388235, 0.470588)
  501. del.Position = UDim2.new(0.0325443782, 0, 0.824561417, 0)
  502. del.Size = UDim2.new(0, 124, 0, 25)
  503. del.Font = Enum.Font.SourceSansLight
  504. del.Text = "Un-Inject GUI"
  505. del.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  506. del.TextSize = 20
  507. del.MouseButton1Down:connect(function()
  508. Main:Destroy()
  509. end)
  510.  
  511.  
  512. Credits.Name = "Credits"
  513. Credits.Parent = Main
  514. Credits.BackgroundColor3 = Color3.new(0.133333, 0.141176, 0.176471)
  515. Credits.BorderSizePixel = 0
  516. Credits.Size = UDim2.new(0, 676, 0, 285)
  517. Credits.Visible = false
  518.  
  519. Outer.Name = "Outer"
  520. Outer.Parent = Credits
  521. Outer.BackgroundColor3 = Color3.new(1, 1, 1)
  522. Outer.Position = UDim2.new(0.0828402266, 0, 0.280701756, 0)
  523. Outer.Size = UDim2.new(0, 126, 0, 125)
  524. Outer.Image = "rbxassetid://2418005428"
  525.  
  526. Discord.Name = "Discord"
  527. Discord.Parent = Outer
  528. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  529. Discord.BackgroundTransparency = 100
  530. Discord.Position = UDim2.new(-0.206349224, 0, 1.07200003, 0)
  531. Discord.Size = UDim2.new(0, 177, 0, 50)
  532. Discord.Font = Enum.Font.SourceSansItalic
  533. Discord.Text = "Helper: Outer in a bag#0001"
  534. Discord.TextColor3 = Color3.new(1, 0.168627, 0.847059)
  535. Discord.TextSize = 19
  536.  
  537. Alone.Name = "Alone"
  538. Alone.Parent = Credits
  539. Alone.BackgroundColor3 = Color3.new(0, 0, 0)
  540. Alone.BackgroundTransparency = 1
  541. Alone.Position = UDim2.new(0.386094689, 0, 0.280701756, 0)
  542. Alone.Size = UDim2.new(0, 126, 0, 125)
  543. Alone.Image = "rbxassetid://2418247591"
  544.  
  545. Discord_2.Name = "Discord"
  546. Discord_2.Parent = Alone
  547. Discord_2.BackgroundColor3 = Color3.new(1, 1, 1)
  548. Discord_2.BackgroundTransparency = 100
  549. Discord_2.Position = UDim2.new(-0.0317460299, 0, 1.07200003, 0)
  550. Discord_2.Size = UDim2.new(0, 134, 0, 50)
  551. Discord_2.Font = Enum.Font.SourceSansItalic
  552. Discord_2.Text = "Creator: xAlone#9124"
  553. Discord_2.TextColor3 = Color3.new(1, 0.317647, 0)
  554. Discord_2.TextSize = 19
  555.  
  556. ROexploits.Name = "ROexploits"
  557. ROexploits.Parent = Credits
  558. ROexploits.BackgroundColor3 = Color3.new(0, 0, 0)
  559. ROexploits.BorderSizePixel = 0
  560. ROexploits.Position = UDim2.new(0.692307711, 0, 0.280701756, 0)
  561. ROexploits.Size = UDim2.new(0, 126, 0, 125)
  562. ROexploits.Image = "rbxassetid://2418013975"
  563.  
  564. Discord_3.Name = "Discord"
  565. Discord_3.Parent = ROexploits
  566. Discord_3.BackgroundColor3 = Color3.new(1, 1, 1)
  567. Discord_3.BackgroundTransparency = 100
  568. Discord_3.Position = UDim2.new(-0.198412716, 0, 1.07200003, 0)
  569. Discord_3.Size = UDim2.new(0, 176, 0, 50)
  570. Discord_3.Font = Enum.Font.SourceSansItalic
  571. Discord_3.Text = "Helper: [YT] RoExploits#3605"
  572. Discord_3.TextColor3 = Color3.new(0, 0.333333, 1)
  573. Discord_3.TextSize = 19
  574.  
  575. TextLabel.Parent = Credits
  576. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  577. TextLabel.BackgroundTransparency = 100
  578. TextLabel.Position = UDim2.new(0.331360936, 0, 0, 0)
  579. TextLabel.Size = UDim2.new(0, 200, 0, 38)
  580. TextLabel.Font = Enum.Font.SourceSansItalic
  581. TextLabel.Text = "Credits"
  582. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  583. TextLabel.TextSize = 26
  584.  
  585. TabList.Name = "TabList"
  586. TabList.Parent = Main
  587. TabList.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  588. TabList.BorderSizePixel = 0
  589. TabList.Position = UDim2.new(0, 0, 0.882352948, 0)
  590. TabList.Size = UDim2.new(0, 676, 0, 38)
  591.  
  592. FunctionsBTN.Name = "FunctionsBTN"
  593. FunctionsBTN.Parent = TabList
  594. FunctionsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  595. FunctionsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  596. FunctionsBTN.Position = UDim2.new(0.289940834, 0, 0.184210539, 0)
  597. FunctionsBTN.Size = UDim2.new(0, 82, 0, 24)
  598. FunctionsBTN.Font = Enum.Font.SourceSansLight
  599. FunctionsBTN.Text = "Functions"
  600. FunctionsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  601. FunctionsBTN.TextSize = 20
  602. FunctionsBTN.MouseButton1Down:connect(function()
  603. Functions.Visible = true
  604. Settings.Visibe = false
  605. Credits.Visible = false
  606. end)
  607.  
  608. SettingsBTN.Name = "SettingsBTN"
  609. SettingsBTN.Parent = TabList
  610. SettingsBTN.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  611. SettingsBTN.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  612. SettingsBTN.Position = UDim2.new(0.437869817, 0, 0.184210539, 0)
  613. SettingsBTN.Size = UDim2.new(0, 82, 0, 24)
  614. SettingsBTN.Font = Enum.Font.SourceSansLight
  615. SettingsBTN.Text = "Settings"
  616. SettingsBTN.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  617. SettingsBTN.TextSize = 20
  618. SettingsBTN.MouseButton1Down:connect(function()
  619. Functions.Visible = false
  620. Settings.Visibe = true
  621. Credits.Visible = false
  622. end)
  623.  
  624. CreditsBTN_2.Name = "CreditsBTN"
  625. CreditsBTN_2.Parent = TabList
  626. CreditsBTN_2.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  627. CreditsBTN_2.BorderColor3 = Color3.new(0.470588, 0.513726, 0.623529)
  628. CreditsBTN_2.Position = UDim2.new(0.587278128, 0, 0.184210539, 0)
  629. CreditsBTN_2.Size = UDim2.new(0, 82, 0, 24)
  630. CreditsBTN_2.Font = Enum.Font.SourceSansLight
  631. CreditsBTN_2.Text = "Credits"
  632. CreditsBTN_2.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  633. CreditsBTN_2.TextSize = 20
  634. CreditsBTN_2.MouseButton1Down:connect(function()
  635. Functions.Visible = false
  636. Settings.Visibe = false
  637. Credits.Visible = true
  638. end)
  639.  
  640. Title.Name = "Title"
  641. Title.Parent = TabList
  642. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  643. Title.BackgroundTransparency = 1
  644. Title.Position = UDim2.new(0, 0, 0.184210539, 0)
  645. Title.Size = UDim2.new(0, 111, 0, 25)
  646. Title.Font = Enum.Font.SourceSansLight
  647. Title.Text = "SkidParkour V1"
  648. Title.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  649. Title.TextSize = 14
  650.  
  651. Close.Name = "Close"
  652. Close.Parent = Main
  653. Close.BackgroundColor3 = Color3.new(0.0980392, 0.109804, 0.137255)
  654. Close.BorderColor3 = Color3.new(0.215686, 0.231373, 0.286275)
  655. Close.BorderSizePixel = 0
  656. Close.Position = UDim2.new(0.96449703, 0, 0, 0)
  657. Close.Size = UDim2.new(0, 24, 0, 24)
  658. Close.Font = Enum.Font.SourceSansLight
  659. Close.Text = "-"
  660. Close.TextColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  661. Close.TextSize = 24
  662. Close.MouseButton1Down:connect(function()
  663. Main.Visible = false
  664. Open.Visible = true
  665. end)
  666.  
  667. local tab
  668. for i,obj in pairs( getgc() ) do
  669. if type(obj) == "function" and islclosure(obj) then
  670. if getfenv(obj).script == game:GetService("Players").LocalPlayer.Backpack.Goku then
  671. local consts=debug.getconstants(obj)
  672. if consts[4]=="ZGUI" then
  673. tab=obj
  674. break
  675. end
  676. end
  677. end
  678. end
  679.  
  680. local cooldownTab=debug.getupvalue(tab,3)
  681. for i,v in pairs( cooldownTab ) do
  682. v[1]=0
  683. v[2]=0
  684. v[3]=0
  685. end
  686. local p=game.Players.LocalPlayer;
  687. local oldcframe;
  688. local holdingfoil=false;
  689. p.Character.Humanoid:SetStateEnabled(15,false);
  690. p.Character.Humanoid:SetStateEnabled(16,false);
  691. -- p.Character.Humanoid:SetStateEnabled(18,false);
  692. p.CharacterRemoving:Connect(function()
  693. if (p.Character) then
  694. local t=p.Character:FindFirstChild("Torso")
  695. if (t ~= nil) then oldcframe=t.CFrame end
  696. if (p.Character:findFirstChild("Foil")) then holdingfoil=true end
  697. end
  698. end)
  699. p.CharacterAdded:Connect(function()
  700. while p.Character==nil do wait() end
  701. while p.Character.Parent==nil do wait() end
  702. local h=p.Character:WaitForChild("Humanoid")
  703. local rp=p.Character:WaitForChild("HumanoidRootPart")
  704. --[[ created by static / "Des" ]]
  705. if (h ~= nil and rp ~= nil) then
  706. h:SetStateEnabled(15,false);
  707. h:SetStateEnabled(16,false);
  708. -- h:SetStateEnabled(18,false);
  709. for i=1,10 do
  710. rp.CFrame=oldcframe;
  711. end
  712. if (holdingfoil) then
  713. holdingfoil=false
  714. local foil=p.Backpack:FindFirstChild("Foil")
  715. if (foil ~= nil) then
  716. foil.Parent=p.Character
  717. end
  718. end
  719. end
  720. end)
  721.  
  722. -- Dragon Ball N Scripts By christophet5700
  723. -- NOTE I ALREADY MADE A 6.5 VERISON And it reseted so imma add it soon 9/25/2021
  724. -- Version: V5.0
  725. -- U P D A T E S
  726. -- Added Refresh Button [press - to reset press the button]
  727. -- Cooler Gui
  728. -- For My Best Friend vance41510 :)
  729. -- You may Need to Re-Press The Buttons When Death And Chars and Forms
  730. -- PLEASE DONT CHANGE CREDITS!!
  731. -- Instances:
  732.  
  733. local ScreenGui = Instance.new("ScreenGui")
  734. local main = Instance.new("Frame")
  735. local label = Instance.new("TextLabel")
  736. local FreezeScript = Instance.new("TextButton")
  737. local NoCooldownPressIt = Instance.new("TextButton")
  738. local SMALLEXPLORER01PressIt = Instance.new("TextButton")
  739. local label_2 = Instance.new("TextLabel")
  740. local label_3 = Instance.new("TextLabel")
  741. local NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE = Instance.new("TextButton")
  742. local RemoveStunPressItIFSomeoneGlitchedyou = Instance.new("TextButton")
  743. local RefreshButton = Instance.new("TextButton")
  744.  
  745. --Properties:
  746.  
  747. ScreenGui.Parent = game.CoreGui
  748.  
  749. main.Name = "main"
  750. main.Parent = ScreenGui
  751. main.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  752. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  753. main.Position = UDim2.new(0.488363057, 0, 0, 0)
  754. main.Size = UDim2.new(0, 326, 0, 454)
  755. main.Active = true
  756. main.Draggable = true
  757.  
  758. label.Name = "label"
  759. label.Parent = main
  760. label.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  761. label.Position = UDim2.new(0.00361193321, 0, 0, 0)
  762. label.Size = UDim2.new(0, 324, 0, 53)
  763. label.Font = Enum.Font.SourceSans
  764. label.Text = "Dragon Ball N Scripts 2021 [V5.0]"
  765. label.TextColor3 = Color3.fromRGB(255, 255, 255)
  766. label.TextSize = 27.000
  767.  
  768. FreezeScript.Name = "Freeze Script"
  769. FreezeScript.Parent = main
  770. FreezeScript.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  771. FreezeScript.Position = UDim2.new(0.00306748459, 0, 0.115483403, 0)
  772. FreezeScript.Size = UDim2.new(0, 325, 0, 50)
  773. FreezeScript.Font = Enum.Font.SourceSans
  774. FreezeScript.Text = "Freeze Script"
  775. FreezeScript.TextColor3 = Color3.fromRGB(85, 255, 244)
  776. FreezeScript.TextSize = 20.000
  777. FreezeScript.MouseButton1Down:connect(function()
  778. game.Players.LocalPlayer.Character["Melee"]:Remove()
  779. end)
  780.  
  781. NoCooldownPressIt.Name = "No Cooldown [Press It]"
  782. NoCooldownPressIt.Parent = main
  783. NoCooldownPressIt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  784. NoCooldownPressIt.Position = UDim2.new(0, 0, 0.22376509, 0)
  785. NoCooldownPressIt.Size = UDim2.new(0, 326, 0, 50)
  786. NoCooldownPressIt.Font = Enum.Font.SourceSans
  787. NoCooldownPressIt.Text = "No Cooldown [Press It]"
  788. NoCooldownPressIt.TextColor3 = Color3.fromRGB(255, 255, 255)
  789. NoCooldownPressIt.TextSize = 20.000
  790. NoCooldownPressIt.MouseButton1Down:connect(function()
  791. game.Players.LocalPlayer.CurrentForm.Value = 0
  792. end)
  793.  
  794. SMALLEXPLORER01PressIt.Name = "SMALL EXPLORER 0.1 [Press It]"
  795. SMALLEXPLORER01PressIt.Parent = main
  796. SMALLEXPLORER01PressIt.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  797. SMALLEXPLORER01PressIt.Position = UDim2.new(0, 0, 0.332046747, 0)
  798. SMALLEXPLORER01PressIt.Size = UDim2.new(0, 326, 0, 51)
  799. SMALLEXPLORER01PressIt.Font = Enum.Font.SourceSans
  800. SMALLEXPLORER01PressIt.Text = "SMALL EXPLORER 1.3 [Press It]"
  801. SMALLEXPLORER01PressIt.TextColor3 = Color3.fromRGB(0, 255, 0)
  802. SMALLEXPLORER01PressIt.TextSize = 20.000
  803. SMALLEXPLORER01PressIt.MouseButton1Down:connect(function()
  804. TextProperties = {"ClassName", "Name", "Value", "Text", "Reflectance", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "RobloxLocked", "TeamColor", "userId", "Brightness", "Ambient", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource"}
  805. BoolProperties = {"Anchored", "CanCollide", "Disabled", "Jump", "Sit", "Visible", "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows"}
  806. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "Texture", "Value"}
  807. s = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  808. pgr = Instance.new("TextButton")
  809. pgr.Parent = s
  810. pgr.Size = UDim2.new(0,100,0,40)
  811. pgr.Position = UDim2.new(0,30,0,440)
  812. pgr.Text="Extra Explorer"
  813. pgr.BackgroundTransparency = 0.3
  814. pgr.TextColor = BrickColor.new("White")
  815. pgr.BackgroundColor = BrickColor.new("Really Black")
  816. pgr.BorderColor = BrickColor.new("Black")
  817. pgr.Font = "ArialBold"
  818. pgr.FontSize = "Size14"
  819. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  820. pgr.TextStrokeTransparency = 0.3
  821. pgr.BorderSizePixel = 1
  822. pgr.BorderColor = BrickColor.new("White")
  823.  
  824. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  825. game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  826. end
  827.  
  828. local Cloned
  829. local Deleted
  830. local DeleteParent
  831. local Player
  832. local Search
  833. local ScriptSearch
  834. local Gui
  835. local Cloned = nil
  836. local Deleted = nil
  837. local DeleteParent = nil
  838. local Current = 0
  839. local CurrentOption = 0
  840.  
  841. function Clear()
  842. if Gui then
  843. Gui:Remove()
  844. end
  845. Current = 0
  846. CurrentOption = 0
  847. end
  848.  
  849. function AddButton(N, Function, Color, Copy)
  850. if not N then
  851. error("RenderButton - No Name Specified")
  852. end
  853. if not Function then
  854. error("RenderButton - No Function Specified")
  855. end
  856. if not Color then
  857. Color = Color3.new(1, 1, 1)
  858. end
  859. if Copy == nil then
  860. Copy = true
  861. end
  862. P = Instance.new("TextButton")
  863. if Copy then
  864. P.Size = UDim2.new(0, 110, 0, 20)
  865. else
  866. P.Size = UDim2.new(0, 130, 0, 20)
  867. end
  868. P.Text = N.Name
  869. P.Name = N.Name
  870. P.Parent = Gui
  871. P.BackgroundColor3 = Color
  872. P.TextColor3 = Color3.new(0, 0, 0)
  873. P.BackgroundTransparency = 0.5
  874. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  875. P.MouseButton1Click:connect(function()
  876. Function(P)
  877. end)
  878. D = Instance.new("TextButton")
  879. D.Size = UDim2.new(0, 20, 0, 20)
  880. D.Text = "X"
  881. D.Name = N.Name
  882. D.Parent = Gui
  883. D.BackgroundColor3 = Color3.new(1, 0, 0)
  884. D.TextColor3 = Color3.new(0, 0, 0)
  885. D.BackgroundTransparency = 0.5
  886. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  887. D.MouseButton1Click:connect(function()
  888. Deleted = N
  889. DeleteParent = N.Parent
  890. N.Parent = nil
  891. Clear()
  892. Search(DeleteParent)
  893. end)
  894. if Copy then
  895. C = Instance.new("TextButton")
  896. C.Size = UDim2.new(0, 20, 0, 20)
  897. C.Text = "C"
  898. C.Name = N.Name
  899. C.Parent = Gui
  900. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  901. C.TextColor3 = Color3.new(0, 0, 0)
  902. C.BackgroundTransparency = 0.5
  903. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  904. C.MouseButton1Click:connect(function()
  905. Cloned = N
  906. Clear()
  907. Search(N.Parent)
  908. end)
  909. end
  910. Current = Current + 1
  911. return P
  912. end
  913.  
  914. function AddOption(N, Function, Color, Text)
  915. if not N then
  916. error("RenderButton - No Name Specified")
  917. end
  918. if not Color then
  919. Color = Color3.new(1, 1, 1)
  920. end
  921. if Text == nil then
  922. Text = false
  923. end
  924. if Text then
  925. P = Instance.new("TextBox")
  926. else
  927. P = Instance.new("TextButton")
  928. end
  929. P.Text = N
  930. P.Name = N
  931. P.Parent = Gui
  932. P.BackgroundColor3 = Color
  933. P.TextColor3 = Color3.new(0, 0, 0)
  934. P.BackgroundTransparency = 0.5
  935. P.Size = UDim2.new(0, 150, 0, 20)
  936. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  937. if not Text and Function then
  938. P.MouseButton1Click:connect(function() Function(P) end)
  939. end
  940. CurrentOption = CurrentOption + 1
  941. return P
  942. end
  943.  
  944. function AddTextOption(Obj, Prop)
  945. local Ob = Obj
  946. local Pro = Prop
  947. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  948. CurrentOption = CurrentOption + 1
  949. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  950. CurrentOption = CurrentOption - 2
  951. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  952. CurrentOption = CurrentOption + 1
  953. end
  954. end
  955.  
  956. function AddBrickColorOption(Obj, Prop)
  957. local Ob = Obj
  958. local Pro = Prop
  959. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  960. CurrentOption = CurrentOption + 1
  961. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  962. CurrentOption = CurrentOption - 2
  963. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  964. CurrentOption = CurrentOption + 1
  965. end
  966. end
  967.  
  968. function AddBoolOption(Obj, Prop)
  969. local Ob = Obj
  970. local Pro = Prop
  971. if type(Ob[Pro]) == "boolean" then
  972. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  973. O.MouseButton1Click:connect(function()
  974. if Ob[Pro] then
  975. Ob[Pro] = false
  976. O.Text = Pro..": false"
  977. else
  978. Ob[Pro] = true
  979. O.Text = Pro..": true"
  980. end
  981. end)
  982. end
  983. end
  984.  
  985. function TestProperty(Obj, Property)
  986. Success = pcall(function()
  987. if Obj[Property] then
  988. return
  989. end
  990. end)
  991. return Success
  992. end
  993.  
  994. function LoadOptions(Object)
  995. for Num, Prop in pairs(TextProperties) do
  996. if TestProperty(Object, Prop) then
  997. AddTextOption(Object, Prop)
  998. end
  999. end
  1000. for Num, Prop in pairs(BoolProperties) do
  1001. if TestProperty(Object, Prop) then
  1002. AddBoolOption(Object, Prop)
  1003. end
  1004. end
  1005. for Num, Prop in pairs(BrickColorProperties) do
  1006. if TestProperty(Object, Prop) then
  1007. AddBrickColorOption(Object, Prop)
  1008. end
  1009. end
  1010. end
  1011.  
  1012. function Search(Object)
  1013. Gui = Instance.new("ScreenGui")
  1014. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  1015. Gui.Name = "Explorer"
  1016. if Object ~= game then
  1017. AddOption("Back", function()
  1018. Clear();
  1019. Search(Object.Parent)
  1020. end, Color3.new(0.5, 1, 1), false)
  1021. end
  1022. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  1023. if Cloned then
  1024. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  1025. end
  1026. if Deleted then
  1027. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  1028. end
  1029. if Object:IsA("Player") then
  1030. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  1031. end
  1032. if Object:IsA("LocalScript") then
  1033. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  1034. end
  1035. if Object:IsA("Terrain") then
  1036. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  1037. end
  1038. LoadOptions(Object)
  1039. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  1040. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  1041. for Num, Obj in pairs(Object:GetChildren()) do
  1042. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  1043. if true then
  1044. if Obj:IsA("LocalScript") then
  1045. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  1046. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  1047. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  1048. elseif Obj.Parent == game then
  1049. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  1050. else
  1051. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  1052. end
  1053. end
  1054. end
  1055. end
  1056. function MoveUp(Place, Amount)
  1057. for i,v in pairs(Place:GetChildren()) do
  1058. if v:IsA("TextLabel") or v:IsA("TextBox") then
  1059. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  1060. end
  1061. end
  1062. end
  1063. function MoveDown(Place, Amount)
  1064. for i,v in pairs(Place:GetChildren()) do
  1065. if v:IsA("TextLabel") or v:IsA("TextBox") then
  1066. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  1067. end
  1068. end
  1069. end
  1070. i=0
  1071. function ScriptSearch(S)
  1072. Script2 = S
  1073. Script = Script2.Source
  1074. Table = {}
  1075. Enabled = true
  1076. Gui = Instance.new("ScreenGui")
  1077. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  1078. Gui.Name = "Explorer"
  1079. while Enabled do
  1080. Start, End = string.find(Script, '\n')
  1081. print(Start, End)
  1082. if Start and End then
  1083. table.insert(Table, string.sub(Script, 1, End))
  1084. New = string.sub(Script, End+1, string.len(Script))
  1085. Script = New
  1086. else
  1087. Enabled = false
  1088. table.insert(Table, string.sub(Script, 1, End))
  1089. print("Finished")
  1090. end
  1091. end
  1092. P = Instance.new("TextLabel")
  1093. P.Size = UDim2.new(0, 500, 0, 20)
  1094. P.Text = Script2.Name
  1095. P.Name = "Script Line"
  1096. P.Parent = Gui
  1097. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1098. P.TextColor3 = Color3.new(0, 0, 0)
  1099. P.BackgroundTransparency = 0.5
  1100. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  1101. P.TextXAlignment = "Left"
  1102. i=i+1
  1103. New = {}
  1104. for I,Val in pairs(Table) do
  1105. print(Val)
  1106. P = Instance.new("TextBox")
  1107. P.ClearTextOnFocus = false
  1108. P.Size = UDim2.new(0, 500, 0, 20)
  1109. P.Text = Val
  1110. P.Name = "Script Line"
  1111. P.Parent = Gui
  1112. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1113. P.TextColor3 = Color3.new(0, 0, 0)
  1114. P.BackgroundTransparency = 0.5
  1115. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  1116. P.TextXAlignment = "Left"
  1117. table.insert(New, P)
  1118. i=i+1
  1119. end
  1120. i=1
  1121. P = Instance.new("TextButton")
  1122. P.Size = UDim2.new(0, 20, 0, 20)
  1123. P.Text = "^"
  1124. P.Name = "Scroll"
  1125. P.Parent = Gui
  1126. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1127. P.TextColor3 = Color3.new(0, 0, 0)
  1128. P.BackgroundTransparency = 0.5
  1129. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1130. P.MouseButton1Click:connect(function()
  1131. MoveUp(Gui, -20)
  1132. end)
  1133. i=i+1
  1134. P = Instance.new("TextButton")
  1135. P.Size = UDim2.new(0, 20, 0, 20)
  1136. P.Text = "v"
  1137. P.Name = "Scroll"
  1138. P.Parent = Gui
  1139. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1140. P.TextColor3 = Color3.new(0, 0, 0)
  1141. P.BackgroundTransparency = 0.5
  1142. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1143. P.MouseButton1Click:connect(function()
  1144. MoveDown(Gui, -20)
  1145. end)
  1146. i=i+1
  1147. P = Instance.new("TextButton")
  1148. P.Size = UDim2.new(0, 20, 0, 20)
  1149. P.Text = "^^"
  1150. P.Name = "Scroll"
  1151. P.Parent = Gui
  1152. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1153. P.TextColor3 = Color3.new(0, 0, 0)
  1154. P.BackgroundTransparency = 0.5
  1155. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1156. P.MouseButton1Click:connect(function()
  1157. MoveUp(Gui, -200)
  1158. end)
  1159. i=i+1
  1160. P = Instance.new("TextButton")
  1161. P.Size = UDim2.new(0, 20, 0, 20)
  1162. P.Text = "vv"
  1163. P.Name = "Scroll"
  1164. P.Parent = Gui
  1165. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1166. P.TextColor3 = Color3.new(0, 0, 0)
  1167. P.BackgroundTransparency = 0.5
  1168. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1169. P.MouseButton1Click:connect(function()
  1170. MoveDown(Gui, -200)
  1171. end)
  1172. i=i+1
  1173. P = Instance.new("TextButton")
  1174. P.Size = UDim2.new(0, 20, 0, 20)
  1175. P.Text = "S"
  1176. P.Name = "Save"
  1177. P.Parent = Gui
  1178. P.BackgroundColor3 = Color3.new(0, 1, 0)
  1179. P.TextColor3 = Color3.new(0, 0, 0)
  1180. P.BackgroundTransparency = 0.5
  1181. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1182. P.MouseButton1Click:connect(function()
  1183. StringS = ""
  1184. for Num, Obj in pairs(New) do
  1185. StringS = StringS..Obj.Text..'\n'
  1186. end
  1187. S.Source = StringS
  1188. S.Disabled = true
  1189. S.Disabled = false
  1190. end)
  1191. i=i+1
  1192. P = Instance.new("TextButton")
  1193. P.Size = UDim2.new(0, 20, 0, 20)
  1194. P.Text = "x"
  1195. P.Name = "Back"
  1196. P.Parent = Gui
  1197. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  1198. P.TextColor3 = Color3.new(0, 0, 0)
  1199. P.BackgroundTransparency = 0.5
  1200. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1201. P.MouseButton1Click:connect(function()
  1202. Clear()
  1203. i=0
  1204. Search(S)
  1205. end)
  1206. i=i+1
  1207. end
  1208. end
  1209.  
  1210. pgr.MouseButton1Click:connect(function()
  1211. Clear()
  1212. Search(game)
  1213. end)
  1214. end)
  1215.  
  1216.  
  1217. label_2.Name = "label"
  1218. label_2.Parent = main
  1219. label_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1220. label_2.Position = UDim2.new(0, 0, 0.891207397, 0)
  1221. label_2.Size = UDim2.new(0, 326, 0, 49)
  1222. label_2.Font = Enum.Font.SciFi
  1223. label_2.Text = "Gui By [christophet5700] [DBN BETA ONLY]"
  1224. label_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  1225. label_2.TextSize = 18.000
  1226.  
  1227. label_3.Name = "label"
  1228. label_3.Parent = main
  1229. label_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1230. label_3.Position = UDim2.new(0.00306748459, 0, 0.791142464, 0)
  1231. label_3.Size = UDim2.new(0, 325, 0, 45)
  1232. label_3.Font = Enum.Font.SpecialElite
  1233. label_3.Text = "???"
  1234. label_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  1235. label_3.TextSize = 25.000
  1236.  
  1237. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.Name = "NO FACE [REMOVE IT ON ANY FORM FIRST AND THEN GO BASE!!!]"
  1238. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.Parent = main
  1239. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1240. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.Position = UDim2.new(0, 0, 0.443677247, 0)
  1241. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.Size = UDim2.new(0, 326, 0, 50)
  1242. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.Font = Enum.Font.SourceSans
  1243. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.Text = "NO FACE [REMOVE IT ON ANY FORM FIRST AND THEN GO BASE!!!]"
  1244. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.TextColor3 = Color3.fromRGB(255, 255, 255)
  1245. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.TextSize = 14.000
  1246. NOFACEREMOVEITONANYFORMFIRSTANDTHENGOBASE.MouseButton1Down:connect(function()
  1247. game.Players.LocalPlayer.Character.Head.face:Remove()
  1248. end)
  1249.  
  1250. RemoveStunPressItIFSomeoneGlitchedyou.Name = "Remove Stun [Press It IF Someone Glitched you]"
  1251. RemoveStunPressItIFSomeoneGlitchedyou.Parent = main
  1252. RemoveStunPressItIFSomeoneGlitchedyou.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1253. RemoveStunPressItIFSomeoneGlitchedyou.Position = UDim2.new(0, 0, 0.551958919, 0)
  1254. RemoveStunPressItIFSomeoneGlitchedyou.Size = UDim2.new(0, 327, 0, 56)
  1255. RemoveStunPressItIFSomeoneGlitchedyou.Font = Enum.Font.SourceSans
  1256. RemoveStunPressItIFSomeoneGlitchedyou.Text = "Remove Stun [Press It IF Someone Glitched you]"
  1257. RemoveStunPressItIFSomeoneGlitchedyou.TextColor3 = Color3.fromRGB(255, 255, 255)
  1258. RemoveStunPressItIFSomeoneGlitchedyou.TextSize = 19.000
  1259. RemoveStunPressItIFSomeoneGlitchedyou.MouseButton1Down:connect(function()
  1260. game.Players.LocalPlayer.Character["Stun"]:Remove()
  1261. end)
  1262.  
  1263. RefreshButton.Name = "Refresh Button"
  1264. RefreshButton.Parent = main
  1265. RefreshButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  1266. RefreshButton.Position = UDim2.new(0.00306748459, 0, 0.666496396, 0)
  1267. RefreshButton.Size = UDim2.new(0, 327, 0, 56)
  1268. RefreshButton.Font = Enum.Font.SourceSans
  1269. RefreshButton.Text = "Refresh Button"
  1270. RefreshButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1271. RefreshButton.TextSize = 19.000
  1272. RefreshButton.MouseButton1Down:Connect(function()
  1273. -- Not owned by me, Credits to the original owner
  1274. -- Press q to reset yourself
  1275. -- Good for games that dont allows you to reset
  1276. -- Xfer was here (T.V.K)
  1277.  
  1278. local Player = game:GetService("Players").LocalPlayer
  1279. local Mouse = Player:GetMouse()
  1280.  
  1281. Mouse.KeyDown:Connect(function(key)
  1282. if key == "-" then
  1283.  
  1284. local plr = game.Players.LocalPlayer --tells the script what plr is
  1285. local humanoid = plr.Character.Humanoid
  1286. local position = plr.Character.HumanoidRootPart.CFrame
  1287. wait(0.1)
  1288. humanoid:Destroy()
  1289. plr:ClearAllChildren() --clears all of the plr instance aka the local player
  1290. wait(5.25)
  1291. plr.Character.HumanoidRootPart.CFrame = position
  1292. end
  1293. end)
  1294. end)
  1295.  
  1296. game.Players.DemonLordGrizzly.Status.Goku.Health.Value = 99999999999
  1297. game.Players.DemonLordGrizzly.Status.Goku.PowerLevel.Value = 9999999999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement