Dogeking

Explorer

Jun 4th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.30 KB | None | 0 0
  1. TextProperties = {"ZOffset", "CharacterAppearance", "PrimaryPart", "SkyboxBk", "SkyboxDn", "WaterTransparency", "WaterWaveSpeed", "HipHeight","ChatHistory","ConversationDistance", "BlastPressure", "BlastRadius", "InitialPrompt", "CPU", "OSVer", "OsPlatformId", "CpuSpeed", "D", "P", "maxForce", "InstanceCount", "PlaceId", "workspace", "GarbageCollectionFrequency", "BinType", "Grip", "ActivationState", "GarbageCollectionLimit", "ShadowColor", "TargetPoint", "WalkDirection", "WalkToPart", "Image", "Font", "ClearTextOnFocus", "TextTransparency", "WalkToPoint", "ColorShift_Bottom", "ColorShift_Top","MaxSpeed","CartoonFactor","Target","MaxThrust","MaxTorque","TargetOffset","ThrustD", "ThrustP", "TurnD", "TurnP", "profileName", "Resolution", "Shadow", "Bevels", "BatchSize", "AASamples", "Genre", "CreatorType", "CreatorId", "JobId", "SkyboxUp", "SkyboxFt", "SkyboxLf", "StarCount", "ReporterType", "Outfit1", "Outfit2", "Pants", "PlayCount", "Shirt", "MinReportInterval", "VelocitySpread","Rate", "DataSendRate", "DataGCRate", "Archivable", "ClassName","NameDisplayerDistance", "MaxVelocity","PantsTemplate","ShirtTemplate","SoundId","Pitch","IsPlaying","IsPaused","Looped","PlayOnRemove","StudsPerTileU","StudsPerTileV", "Name", "DataCost", "Value", "MaxPlayers" , "PersonalServerRank" ,"NumPlayers" , "Text", "Reflectance","FogEnd", "FogStart","WaterTransparency", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "TeamColor", "userId", "Brightness", "Ambient", "OsPlatform", "SimulationRadius", "ChatMode", "AccountAgeReplicate", "Character", "Steer", "Style","NetworkOwnerV3", "CanCollide", "CFrame", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource", "MachineAddress", "Port"}
  2. BoolProperties = {"Anchored", "AllowInsertFreeModels","SuperSafeChatReplicate", "Player", "HangDetection", "FullScriptCode", "DataModelJobs", "DeviceLost", "SSAO", "SoundEnabled", "SoftwareSound", "TextFits", "TextWrap", "Draggable", "BubbleChat" , "AutoRuns", "Guest", "LocalSaveEnabled", "PlatformStand", "AutoRotate", "CelestialBodiesShown","HasBuildTools" , "ClassicChat" , "DevEnableMouseLock" ,"Netural", "CanCollide", "Disabled", "Outlines" ,"Jump", "Sit", "Visible", "IsSmooth" , "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows", "RobloxLocked", "ScriptsDisabled"}
  3. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay", "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
  4. s = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  5. pgr = Instance.new("TextButton")
  6. pgr.Parent = s
  7. pgr.Size = UDim2.new(0,100,0,40)
  8. pgr.Position = UDim2.new(0,30,0,440)
  9. pgr.Text="Xplorer"
  10. pgr.BackgroundTransparency = 0.7
  11. pgr.TextColor = BrickColor.new("Black")
  12. pgr.BackgroundColor = BrickColor.new("Really Black")
  13. pgr.BorderColor = BrickColor.new("Black")
  14. pgr.Font = "ArialBold"
  15. pgr.FontSize = "Size14"
  16. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  17. pgr.TextStrokeTransparency = 0.3
  18. pgr.BorderSizePixel = 1
  19. pgr.BorderColor = BrickColor.new("White")
  20.  
  21. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  22. game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  23. end
  24.  
  25. Banned = {}
  26.  
  27.  
  28.  
  29. function isBanned()
  30. for i,v in pairs(game.Players:GetPlayers()) do
  31. if v.Name == Banned then
  32. v:Destroy();
  33. else
  34. print("Player: "..v.Name.." has passed the test of banishments.");
  35. end
  36. end
  37. end
  38.  
  39.  
  40.  
  41. local Cloned
  42. local Deleted
  43. local DeleteParent
  44. local Player
  45. local Search
  46. local ScriptSearch
  47. local Gui
  48. local Cloned = nil
  49. local Deleted = nil
  50. local DeleteParent = nil
  51. local Current = 0
  52. local CurrentOption = 0
  53.  
  54. function Clear()
  55. if Gui then
  56. Gui:Remove()
  57. end
  58. Current = 0
  59. CurrentOption = 0
  60. end
  61.  
  62. function AddButton(N, Function, Color, Copy)
  63. if not N then
  64. error("RenderButton - No Name Specified")
  65. end
  66. if not Function then
  67. error("RenderButton - No Function Specified")
  68. end
  69. if not Color then
  70. Color = Color3.new(1, 1, 1)
  71. end
  72. if Copy == nil then
  73. Copy = true
  74. end
  75. P = Instance.new("TextButton")
  76. if Copy then
  77. P.Size = UDim2.new(0, 110, 0, 20)
  78. else
  79. P.Size = UDim2.new(0, 130, 0, 20)
  80. end
  81. P.Text = N.Name
  82. P.Name = N.Name
  83. P.Parent = Gui
  84. P.BackgroundColor3 = Color
  85. P.TextColor3 = Color3.new(0, 0, 0)
  86. P.BackgroundTransparency = 0.5
  87. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  88. P.MouseButton1Click:connect(function()
  89. Function(P)
  90. end)
  91. D = Instance.new("TextButton")
  92. D.Size = UDim2.new(0, 20, 0, 20)
  93. D.Text = "X"
  94. D.Name = N.Name
  95. D.Parent = Gui
  96. D.BackgroundColor3 = Color3.new(1, 0, 0)
  97. D.TextColor3 = Color3.new(0, 0, 0)
  98. D.BackgroundTransparency = 0.5
  99. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  100. D.MouseButton1Click:connect(function()
  101. Deleted = N
  102. DeleteParent = N.Parent
  103. N.Parent = nil
  104. Clear()
  105. Search(DeleteParent)
  106. end)
  107. if Copy then
  108. C = Instance.new("TextButton")
  109. C.Size = UDim2.new(0, 20, 0, 20)
  110. C.Text = "C"
  111. C.Name = N.Name
  112. C.Parent = Gui
  113. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  114. C.TextColor3 = Color3.new(0, 0, 0)
  115. C.BackgroundTransparency = 0.5
  116. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  117. C.MouseButton1Click:connect(function()
  118. Cloned = N
  119. Clear()
  120. Search(N.Parent)
  121. end)
  122. end
  123. Current = Current + 1
  124. return P
  125. end
  126.  
  127. function AddOption(N, Function, Color, Text)
  128. if not N then
  129. error("RenderButton - No Name Specified")
  130. end
  131. if not Color then
  132. Color = Color3.new(1, 1, 1)
  133. end
  134. if Text == nil then
  135. Text = false
  136. end
  137. if Text then
  138. P = Instance.new("TextBox")
  139. else
  140. P = Instance.new("TextButton")
  141. end
  142. P.Text = N
  143. P.Name = N
  144. P.Parent = Gui
  145. P.BackgroundColor3 = Color
  146. P.TextColor3 = Color3.new(0, 0, 0)
  147. P.BackgroundTransparency = 0.5
  148. P.Size = UDim2.new(0, 150, 0, 20)
  149. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  150. if not Text and Function then
  151. P.MouseButton1Click:connect(function() Function(P) end)
  152. end
  153. CurrentOption = CurrentOption + 1
  154. return P
  155. end
  156.  
  157. function AddTextOption(Obj, Prop)
  158. local Ob = Obj
  159. local Pro = Prop
  160. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  161. CurrentOption = CurrentOption + 1
  162. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  163. CurrentOption = CurrentOption - 2
  164. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  165. CurrentOption = CurrentOption + 1
  166. end
  167. end
  168.  
  169. function AddBrickColorOption(Obj, Prop)
  170. local Ob = Obj
  171. local Pro = Prop
  172. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  173. CurrentOption = CurrentOption + 1
  174. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  175. CurrentOption = CurrentOption - 2
  176. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  177. CurrentOption = CurrentOption + 1
  178. end
  179. end
  180.  
  181. function UnanchorObject(Objects)
  182. local function Recurse(Base)
  183. for _, Object in pairs(Base:GetChildren()) do
  184. if _G.TestProperty(Object, "Anchored") then
  185. Object.Anchored = not Object.Anchored
  186. end
  187. Recurse(Object)
  188. end
  189. end
  190. Recurse(Objects)
  191. end
  192.  
  193.  
  194.  
  195.  
  196. function AddBoolOption(Obj, Prop)
  197. local Ob = Obj
  198. local Pro = Prop
  199. if type(Ob[Pro]) == "boolean" then
  200. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  201. O.MouseButton1Click:connect(function()
  202. if Ob[Pro] then
  203. Ob[Pro] = false
  204. O.Text = Pro..": false"
  205. else
  206. Ob[Pro] = true
  207. O.Text = Pro..": true"
  208. end
  209. end)
  210. end
  211. end
  212.  
  213. function TestProperty(Obj, Property)
  214. Success = pcall(function()
  215. if Obj[Property] then
  216. return
  217. end
  218. end)
  219. return Success
  220. end
  221.  
  222. function LoadOptions(Object)
  223. for Num, Prop in pairs(TextProperties) do
  224. if TestProperty(Object, Prop) then
  225. AddTextOption(Object, Prop)
  226. end
  227. end
  228. for Num, Prop in pairs(BoolProperties) do
  229. if TestProperty(Object, Prop) then
  230. AddBoolOption(Object, Prop)
  231. end
  232. end
  233. for Num, Prop in pairs(BrickColorProperties) do
  234. if TestProperty(Object, Prop) then
  235. AddBrickColorOption(Object, Prop)
  236. end
  237. end
  238. end
  239.  
  240.  
  241. function AddForceField(Player)
  242. Instance.new("ForceField", Player.Character)
  243. end
  244. function Killp(Player)
  245. Player.Character.Humanoid.Health=0
  246. end
  247. function AddExplode(Player)
  248. Instance.new("Explosion", Player.Character)
  249. end
  250. function AddSparkles(Player)
  251. Instance.new("Sparkles", Player.Character)
  252. end
  253.  
  254.  
  255. function FreezeParts(b)
  256. if (b.className == "Part") then
  257. b.Anchored=true;
  258. end
  259. end
  260.  
  261. function TPToObject(Object1)
  262. local localplr = game.Players.LocalPlayer.Character.Torso
  263. localplr.Position = Object1.Position
  264. end
  265.  
  266.  
  267. function Search(Object)
  268. Gui = Instance.new("ScreenGui")
  269. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  270. Gui.Name = "Explorer"
  271. if Object ~= game then
  272. AddOption("Back", function()
  273. Clear();
  274. Search(Object.Parent)
  275. end, Color3.new(0.5, 1, 1), false)
  276. end
  277. if Object:IsA("Sound") then
  278. AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  279. AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
  280. AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
  281. end
  282. if Object:IsA("Workspace") then
  283. AddOption("BlackHole", function() local p= game.Players:GetChildren() for i= 1, #p do if p[i] ~= "LocalPlayer" then b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000) b.position = Vector3.new(100,10,0)end end end, Color3.new(1, 0.6, 0.1), false)
  284. end
  285. if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue") then
  286. AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  287. end
  288. if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message") then
  289. AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  290. end
  291. AddOption("Get Path", function() CopyString(tostring("game." .. Object:GetFullName())) Clear(); Search(Object) end, Color3.new(0.5, 1, 1), false)
  292. if Object ~= game then
  293. AddOption("Unanchor Children", function() UnanchorObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  294. AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  295. end
  296. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  297. if Cloned then
  298. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  299. end
  300. if Deleted then
  301. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  302. end
  303. if Object:IsA("Player") then
  304. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  305. AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
  306. AddOption("ForceField", function() AddForceField(Object); end, Color3.new(1, 0.6, 0.1), false)
  307. AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
  308. AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
  309. AddOption("Ban", function() table.insert(Banned, Object.Name); end, Color3.new(1,0.6,0.1), false)
  310. --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
  311. end
  312. if Object:IsA("Lighting") then
  313. AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
  314. AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
  315. end
  316. if Object:IsA("LocalScript") then
  317. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  318. end
  319. if Object:IsA("Terrain") then
  320. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  321. end
  322. if Object:IsA("CornerWedgePart") or Object:IsA("FormFactorPart") or Object:IsA("Part") or Object:IsA("UnionOperation") or Object:IsA("BasePart") or Object:IsA("ParallelRampPart") or Object:IsA("PrismPart") or Object:IsA("PyramidPart") or Object:IsA("RightAngleRampPart") or Object:IsA("TrussPart") or Object:IsA("VehicleSeat") then
  323. AddOption("Teleport To Part", function() TPToObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  324. end
  325.  
  326. LoadOptions(Object)
  327. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  328. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  329. for Num, Obj in pairs(Object:GetChildren()) do
  330. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  331. if true then
  332. if Obj:IsA("LocalScript") then
  333. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  334. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  335. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  336. elseif Obj.Parent == game then
  337. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  338. else
  339. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  340. end
  341. end
  342. end
  343. end
  344. function MoveUp(Place, Amount)
  345. for i,v in pairs(Place:GetChildren()) do
  346. if v:IsA("TextLabel") or v:IsA("TextBox") then
  347. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  348. end
  349. end
  350. end
  351. function MoveDown(Place, Amount)
  352. for i,v in pairs(Place:GetChildren()) do
  353. if v:IsA("TextLabel") or v:IsA("TextBox") then
  354. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  355. end
  356. end
  357. end
  358. i=0
  359. function ScriptSearch(S)
  360. Script2 = S
  361. Script = decompile(Script2)
  362. Table = {}
  363. Enabled = true
  364. Gui = Instance.new("ScreenGui")
  365. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  366. Gui.Name = "Explorer"
  367. while Enabled do
  368. Start, End = string.find(Script, '\n')
  369. print(Start, End)
  370. if Start and End then
  371. table.insert(Table, string.sub(Script, 1, End))
  372. New = string.sub(Script, End+1, string.len(Script))
  373. Script = New
  374. else
  375. Enabled = false
  376. table.insert(Table, string.sub(Script, 1, End))
  377. print("Finished")
  378. end
  379. end
  380. P = Instance.new("TextLabel")
  381. P.Size = UDim2.new(0, 500, 0, 20)
  382. P.Text = Script2.Name
  383. P.Name = "Script Line"
  384. P.Parent = Gui
  385. P.BackgroundColor3 = Color3.new(1, 1, 1)
  386. P.TextColor3 = Color3.new(0, 0, 0)
  387. P.BackgroundTransparency = 0.5
  388. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  389. P.TextXAlignment = "Left"
  390. i=i+1
  391. New = {}
  392. for I,Val in pairs(Table) do
  393. print(Val)
  394. P = Instance.new("TextBox")
  395. P.ClearTextOnFocus = false
  396. P.Size = UDim2.new(0, 500, 0, 20)
  397. P.Text = Val
  398. P.Name = "Script Line"
  399. P.Parent = Gui
  400. P.BackgroundColor3 = Color3.new(1, 1, 1)
  401. P.TextColor3 = Color3.new(0, 0, 0)
  402. P.BackgroundTransparency = 0.5
  403. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  404. P.TextXAlignment = "Left"
  405. table.insert(New, P)
  406. i=i+1
  407. end
  408. i=1
  409. P = Instance.new("TextButton")
  410. P.Size = UDim2.new(0, 20, 0, 20)
  411. P.Text = "^"
  412. P.Name = "Scroll"
  413. P.Parent = Gui
  414. P.BackgroundColor3 = Color3.new(1, 1, 1)
  415. P.TextColor3 = Color3.new(0, 0, 0)
  416. P.BackgroundTransparency = 0.5
  417. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  418. P.MouseButton1Click:connect(function()
  419. MoveUp(Gui, -20)
  420. end)
  421. i=i+1
  422. P = Instance.new("TextButton")
  423. P.Size = UDim2.new(0, 20, 0, 20)
  424. P.Text = "v"
  425. P.Name = "Scroll"
  426. P.Parent = Gui
  427. P.BackgroundColor3 = Color3.new(1, 1, 1)
  428. P.TextColor3 = Color3.new(0, 0, 0)
  429. P.BackgroundTransparency = 0.5
  430. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  431. P.MouseButton1Click:connect(function()
  432. MoveDown(Gui, -20)
  433. end)
  434. i=i+1
  435. P = Instance.new("TextButton")
  436. P.Size = UDim2.new(0, 20, 0, 20)
  437. P.Text = "^^"
  438. P.Name = "Scroll"
  439. P.Parent = Gui
  440. P.BackgroundColor3 = Color3.new(1, 1, 1)
  441. P.TextColor3 = Color3.new(0, 0, 0)
  442. P.BackgroundTransparency = 0.5
  443. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  444. P.MouseButton1Click:connect(function()
  445. MoveUp(Gui, -200)
  446. end)
  447. i=i+1
  448. P = Instance.new("TextButton")
  449. P.Size = UDim2.new(0, 20, 0, 20)
  450. P.Text = "vv"
  451. P.Name = "Scroll"
  452. P.Parent = Gui
  453. P.BackgroundColor3 = Color3.new(1, 1, 1)
  454. P.TextColor3 = Color3.new(0, 0, 0)
  455. P.BackgroundTransparency = 0.5
  456. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  457. P.MouseButton1Click:connect(function()
  458. MoveDown(Gui, -200)
  459. end)
  460. i=i+1
  461. P = Instance.new("TextButton")
  462. P.Size = UDim2.new(0, 20, 0, 20)
  463. P.Text = "S"
  464. P.Name = "Save"
  465. P.Parent = Gui
  466. P.BackgroundColor3 = Color3.new(0, 1, 0)
  467. P.TextColor3 = Color3.new(0, 0, 0)
  468. P.BackgroundTransparency = 0.5
  469. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  470. P.MouseButton1Click:connect(function()
  471. StringS = ""
  472. for Num, Obj in pairs(New) do
  473. StringS = StringS..Obj.Text..'\n'
  474. end
  475. S.Source = StringS
  476. S.Disabled = true
  477. S.Disabled = false
  478. end)
  479. i=i+1
  480. P = Instance.new("TextButton")
  481. P.Size = UDim2.new(0, 20, 0, 20)
  482. P.Text = "C"
  483. P.Name = "Copy"
  484. P.Parent = Gui
  485. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  486. P.TextColor3 = Color3.new(0, 0, 0)
  487. P.BackgroundTransparency = 0.5
  488. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  489. P.MouseButton1Click:connect(function()
  490. StringS = ""
  491. for Num, Obj in pairs(New) do
  492. StringS = StringS..Obj.Text..'\n'
  493. end
  494. CopyString(StringS)
  495. end)
  496. i=i+1
  497. P = Instance.new("TextButton")
  498. P.Size = UDim2.new(0, 20, 0, 20)
  499. P.Text = "x"
  500. P.Name = "Back"
  501. P.Parent = Gui
  502. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  503. P.TextColor3 = Color3.new(0, 0, 0)
  504. P.BackgroundTransparency = 0.5
  505. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  506. P.MouseButton1Click:connect(function()
  507. Clear()
  508. i=0
  509. Search(S)
  510. end)
  511. i=i+1
  512. P = Instance.new("TextButton")
  513. P.Size = UDim2.new(0, 20, 0, 20)
  514. P.Text = "CB"
  515. P.Name = "Back"
  516. P.Parent = Gui
  517. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  518. P.TextColor3 = Color3.new(0, 0, 0)
  519. P.BackgroundTransparency = 0.5
  520. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  521. P.MouseButton1Click:connect(function()
  522. CopyString(decompile(Script2,true))
  523. end)
  524. i=i+1
  525. end
  526. end
  527.  
  528. pgr.MouseButton1Click:connect(function()
  529. Clear()
  530. Search(game)
  531. end)
Add Comment
Please, Sign In to add comment