Advertisement
VoltixDevelopment

WorldExplorerBetaOpenSource

Apr 14th, 2021
809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 18.05 KB | None | 0 0
  1. local lp=game.Players.LocalPlayer;
  2. local xMouse=lp:GetMouse()
  3. local x1=false
  4. local xTB=true
  5. local xPWB=false
  6. local x001=0.8
  7. local xSH=10
  8. local x2=5
  9. local x3=5
  10. local xCC=true
  11. local xF=Instance.new("Folder");
  12. xF.Name="PlatStorage"
  13. xF.Parent=game.Workspace
  14. local xPS=game.Workspace:WaitForChild("PlatStorage")
  15. local gTVyurUTYIVdnYvnYTUCj = Instance.new("ScreenGui")
  16. local WE = Instance.new("ImageLabel")
  17. local XZBox = Instance.new("TextBox")
  18. local YBox = Instance.new("TextBox")
  19. local YDown = Instance.new("TextButton")
  20. local YUp = Instance.new("TextButton")
  21. local XZDown = Instance.new("TextButton")
  22. local XZUp = Instance.new("TextButton")
  23. local XZSet = Instance.new("TextButton")
  24. local XZDefault = Instance.new("TextButton")
  25. local YSet = Instance.new("TextButton")
  26. local YDefault = Instance.new("TextButton")
  27. local Title = Instance.new("TextLabel")
  28. local YLabel = Instance.new("TextLabel")
  29. local XZLabel = Instance.new("TextLabel")
  30. local GoCordsLabel = Instance.new("TextLabel")
  31. local GoCords = Instance.new("TextBox")
  32. local GoCordsGo = Instance.new("TextButton")
  33. gTVyurUTYIVdnYvnYTUCj.Name = "gTVyurUTYIVdnYvnYTUCj"
  34. gTVyurUTYIVdnYvnYTUCj.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. gTVyurUTYIVdnYvnYTUCj.ResetOnSpawn = false
  36. WE.Name = "WE"
  37. WE.Parent = gTVyurUTYIVdnYvnYTUCj
  38. WE.Active = true
  39. WE.AnchorPoint = Vector2.new(0.5, 0.5)
  40. WE.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  41. WE.BorderColor3 = Color3.fromRGB(255, 255, 255)
  42. WE.Position = UDim2.new(0.487688124, -125, 0.319383264, 0)
  43. WE.Selectable = true
  44. WE.Draggable = true
  45. WE.Size = UDim2.new(0, 200, 0, 125)
  46. WE.ImageColor3 = Color3.fromRGB(0, 0, 0)
  47. WE.ScaleType = Enum.ScaleType.Slice
  48. WE.SliceCenter = Rect.new(100, 100, 100, 100)
  49. WE.Visible = false
  50. XZBox.Name = "XZBox"
  51. XZBox.Parent = WE
  52. XZBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  53. XZBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
  54. XZBox.Position = UDim2.new(0.625, 0, 0.329333335, 0)
  55. XZBox.Size = UDim2.new(0, 40, 0, 20)
  56. XZBox.Font = Enum.Font.SourceSans
  57. XZBox.PlaceholderText = "X & Z"
  58. XZBox.Text = ""
  59. XZBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  60. XZBox.TextSize = 14.000
  61. YBox.Name = "YBox"
  62. YBox.Parent = WE
  63. YBox.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  64. YBox.BorderColor3 = Color3.fromRGB(255, 255, 255)
  65. YBox.Position = UDim2.new(0.174999952, 0, 0.329333305, 0)
  66. YBox.Size = UDim2.new(0, 40, 0, 20)
  67. YBox.Font = Enum.Font.SourceSans
  68. YBox.PlaceholderText = "Y"
  69. YBox.Text = ""
  70. YBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. YBox.TextSize = 14.000
  72. YDown.Name = "YDown"
  73. YDown.Parent = WE
  74. YDown.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  75. YDown.BorderColor3 = Color3.fromRGB(255, 255, 255)
  76. YDown.Position = UDim2.new(0.0749999881, 0, 0.329333305, 0)
  77. YDown.Size = UDim2.new(0, 20, 0, 20)
  78. YDown.Font = Enum.Font.SourceSans
  79. YDown.Text = "-"
  80. YDown.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. YDown.TextSize = 14.000
  82. YDown.MouseButton1Down:Connect(function()
  83.     if x3>=10 then
  84.         x3=x3-5
  85.         YBox.Text=tostring(x3)
  86.     end
  87.     if x3==5 then
  88.         YBox.Text="MIN!"
  89.         wait(1.25)
  90.         YBox.Text=tostring(x3)
  91.     end
  92. end)
  93. YUp.Name = "YUp"
  94. YUp.Parent = WE
  95. YUp.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  96. YUp.BorderColor3 = Color3.fromRGB(255, 255, 255)
  97. YUp.Position = UDim2.new(0.375, 0, 0.329333335, 0)
  98. YUp.Size = UDim2.new(0, 20, 0, 20)
  99. YUp.Font = Enum.Font.SourceSans
  100. YUp.Text = "+"
  101. YUp.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. YUp.TextSize = 14.000
  103. YUp.MouseButton1Down:Connect(function()
  104.     if x3<=95 then
  105.         x3=x3+5
  106.         YBox.Text=tostring(x3)
  107.     end
  108.     if x3==100 then
  109.         YBox.Text="MAX!"
  110.         wait(1.25)
  111.         YBox.Text=tostring(x3)
  112.     end
  113. end)
  114. XZDown.Name = "XZDown"
  115. XZDown.Parent = WE
  116. XZDown.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  117. XZDown.BorderColor3 = Color3.fromRGB(255, 255, 255)
  118. XZDown.Position = UDim2.new(0.524999976, 0, 0.329333305, 0)
  119. XZDown.Size = UDim2.new(0, 20, 0, 20)
  120. XZDown.Font = Enum.Font.SourceSans
  121. XZDown.Text = "-"
  122. XZDown.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. XZDown.TextSize = 14.000
  124. XZDown.MouseButton1Down:Connect(function()
  125.     if x2>=10 then
  126.         x2=x2-5
  127.         XZBox.Text=tostring(x2)
  128.     end
  129.     if x2==5 then
  130.         XZBox.Text="MIN!"
  131.         wait(1.25)
  132.         XZBox.Text=tostring(x2)
  133.     end
  134. end)
  135. XZUp.Name = "XZUp"
  136. XZUp.Parent = WE
  137. XZUp.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  138. XZUp.BorderColor3 = Color3.fromRGB(255, 255, 255)
  139. XZUp.Position = UDim2.new(0.824999988, 0, 0.330000013, 0)
  140. XZUp.Size = UDim2.new(0, 20, 0, 20)
  141. XZUp.Font = Enum.Font.SourceSans
  142. XZUp.Text = "+"
  143. XZUp.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. XZUp.TextSize = 14.000
  145. XZUp.MouseButton1Down:Connect(function()
  146.     if x2<=95 then
  147.         x2=x2+5
  148.         XZBox.Text=tostring(x2)
  149.     end
  150.     if x2==100 then
  151.         XZBox.Text="MAX!"
  152.         wait(1.25)
  153.         XZBox.Text=tostring(x2)
  154.     end
  155. end)
  156. XZSet.Name = "XZSet"
  157. XZSet.Parent = WE
  158. XZSet.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  159. XZSet.BorderColor3 = Color3.fromRGB(255, 255, 255)
  160. XZSet.Position = UDim2.new(0.525000036, 0, 0.494666636, 0)
  161. XZSet.Size = UDim2.new(0, 40, 0, 20)
  162. XZSet.Font = Enum.Font.SourceSans
  163. XZSet.Text = "Set"
  164. XZSet.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. XZSet.TextSize = 14.000
  166. XZSet.MouseButton1Down:Connect(function()
  167.     local XZ_=tonumber(XZBox.Text)
  168.     if XZ_>=5 then
  169.         if XZ_<=100 then
  170.             x2=XZ_
  171.             XZBox.Text=tostring(x2)
  172.         else
  173.             XZBox.Text="INV."
  174.             wait(1)
  175.             XZBox.Text=tostring(x2)
  176.         end
  177.     else
  178.         XZBox.Text="INV."
  179.         wait(1)
  180.         XZBox.Text=tostring(x2)
  181.     end
  182. end)
  183. XZDefault.Name = "XZDefault"
  184. XZDefault.Parent = WE
  185. XZDefault.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  186. XZDefault.BorderColor3 = Color3.fromRGB(255, 255, 255)
  187. XZDefault.Position = UDim2.new(0.724999964, 0, 0.494666636, 0)
  188. XZDefault.Size = UDim2.new(0, 40, 0, 20)
  189. XZDefault.Font = Enum.Font.SourceSans
  190. XZDefault.Text = "Default"
  191. XZDefault.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. XZDefault.TextSize = 12.000
  193. XZDefault.MouseButton1Down:Connect(function()
  194.     XZBox.Text="5"
  195.     x2=5
  196. end)
  197. YSet.Name = "YSet"
  198. YSet.Parent = WE
  199. YSet.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  200. YSet.BorderColor3 = Color3.fromRGB(255, 255, 255)
  201. YSet.Position = UDim2.new(0.0749999881, 0, 0.494666606, 0)
  202. YSet.Size = UDim2.new(0, 40, 0, 20)
  203. YSet.Font = Enum.Font.SourceSans
  204. YSet.Text = "Set"
  205. YSet.TextColor3 = Color3.fromRGB(255, 255, 255)
  206. YSet.TextSize = 14.000
  207. YSet.MouseButton1Down:Connect(function()
  208.     local Y_=tonumber(YBox.Text)
  209.     if Y_>=5 then
  210.         if Y_<=100 then
  211.             x3=Y_
  212.             YBox.Text=tostring(x3)
  213.         else
  214.             YBox.Text="INV."
  215.             wait(1)
  216.             YBox.Text=tostring(x3)
  217.         end
  218.     else
  219.         YBox.Text="INV."
  220.         wait(1)
  221.         YBox.Text=tostring(x3)
  222.     end
  223. end)
  224. YDefault.Name = "YDefault"
  225. YDefault.Parent = WE
  226. YDefault.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  227. YDefault.BorderColor3 = Color3.fromRGB(255, 255, 255)
  228. YDefault.Position = UDim2.new(0.274999976, 0, 0.494666636, 0)
  229. YDefault.Size = UDim2.new(0, 40, 0, 20)
  230. YDefault.Font = Enum.Font.SourceSans
  231. YDefault.Text = "Default"
  232. YDefault.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. YDefault.TextSize = 12.000
  234. YDefault.MouseButton1Down:Connect(function()
  235.     YBox.Text="5"
  236.     x3=5
  237. end)
  238. Title.Name = "Title"
  239. Title.Parent = WE
  240. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. Title.BackgroundTransparency = 1.000
  242. Title.Size = UDim2.new(0, 200, 0, 25)
  243. Title.Font = Enum.Font.SourceSans
  244. Title.Text = "WorldExplorer [beta]"
  245. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  246. Title.TextSize = 15.000
  247. YLabel.Name = "YLabel"
  248. YLabel.Parent = WE
  249. YLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  250. YLabel.BackgroundTransparency = 1.000
  251. YLabel.Position = UDim2.new(0.075000003, 0, 0.195999995, 0)
  252. YLabel.Size = UDim2.new(0, 78, 0, 20)
  253. YLabel.Font = Enum.Font.SourceSans
  254. YLabel.Text = "Y Stud Variable:"
  255. YLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. YLabel.TextSize = 12.000
  257. YLabel.TextWrapped = true
  258. XZLabel.Name = "XZLabel"
  259. XZLabel.Parent = WE
  260. XZLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  261. XZLabel.BackgroundTransparency = 1.000
  262. XZLabel.Position = UDim2.new(0.524999976, 0, 0.195999995, 0)
  263. XZLabel.Size = UDim2.new(0, 80, 0, 20)
  264. XZLabel.Font = Enum.Font.SourceSans
  265. XZLabel.Text = "X, Z Stud Variable:"
  266. XZLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  267. XZLabel.TextSize = 12.000
  268. XZLabel.TextWrapped = true
  269. GoCordsLabel.Name = "GoCordsLabel"
  270. GoCordsLabel.Parent = WE
  271. GoCordsLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  272. GoCordsLabel.BackgroundTransparency = 1.000
  273. GoCordsLabel.Position = UDim2.new(0.075000003, 0, 0.65200001, 0)
  274. GoCordsLabel.Size = UDim2.new(0, 170, 0, 15)
  275. GoCordsLabel.Font = Enum.Font.SourceSans
  276. GoCordsLabel.Text = "Go Straight to Cordinates:"
  277. GoCordsLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  278. GoCordsLabel.TextSize = 12.000
  279. GoCordsLabel.TextWrapped = true
  280. GoCords.Name = "GoCords"
  281. GoCords.Parent = WE
  282. GoCords.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  283. GoCords.BorderColor3 = Color3.fromRGB(255, 255, 255)
  284. GoCords.Position = UDim2.new(0.074999921, 0, 0.769333243, 0)
  285. GoCords.Size = UDim2.new(0, 130, 0, 20)
  286. GoCords.Font = Enum.Font.SourceSans
  287. GoCords.PlaceholderText = "X, Y, Z (0,0,0)"
  288. GoCords.Text = ""
  289. GoCords.TextColor3 = Color3.fromRGB(255, 255, 255)
  290. GoCords.TextSize = 14.000
  291. GoCordsGo.Name = "GoCordsGo"
  292. GoCordsGo.Parent = WE
  293. GoCordsGo.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  294. GoCordsGo.BorderColor3 = Color3.fromRGB(255, 255, 255)
  295. GoCordsGo.Position = UDim2.new(0.725000024, 0, 0.772000015, 0)
  296. GoCordsGo.Size = UDim2.new(0, 40, 0, 20)
  297. GoCordsGo.Font = Enum.Font.SourceSans
  298. GoCordsGo.Text = "Go"
  299. GoCordsGo.TextColor3 = Color3.fromRGB(255, 255, 255)
  300. GoCordsGo.TextSize = 14.000
  301. GoCordsGo.MouseButton1Down:Connect(function()
  302.     lp.Character:WaitForChild("HumanoidRootPart").CFrame=CFrame.new(tonumber(GoCords.Text))
  303. end)
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. lp.Chatted:Connect(function(cmd)
  313.     local xcmd=string.lower(cmd);
  314.     local xpre=string.sub(cmd,1,1);
  315.     if xpre~=";"then end
  316.     --if string.sub(xcmd,1,4)==";tp "then local xPPName=string.sub(cmd,5,8) xTP(xPPName) end
  317.     if string.sub(xcmd,1,7)==";btools"then xbtools() end
  318.     if string.sub(xcmd,1,7)==";rejoin"then game:GetService("TeleportService"):Teleport(game.PlaceId, playur)end
  319.     if string.sub(xcmd,1,6)==";count"then xPC() end
  320.     if string.sub(xcmd,1,6)==";reset"then lp.Character:WaitForChild("Humanoid").Health=0 end
  321. end)
  322. game:GetService("UserInputService").InputBegan:connect(function(inputObject, gameProcessedEvent)
  323.     if inputObject.KeyCode==Enum.KeyCode.G then warn('Deleteing all platforms...') DP() end
  324.     if inputObject.KeyCode==Enum.KeyCode.V then Plat() end
  325.     --if inputObject.KeyCode==Enum.KeyCode.H then if xPWB==true then xPWB=false xPW(xPWB) elseif xPWB==false then xPWB=true xPW(xPWB)end end
  326.     if inputObject.KeyCode==Enum.KeyCode.B then if x1==true then x1=false lp.Character:WaitForChild("HumanoidRootPart").Anchored=false elseif x1==false then x1=true lp.Character:WaitForChild("HumanoidRootPart").Anchored=true end end
  327.     if inputObject.KeyCode==Enum.KeyCode.T then if xTB==true then xTB=false x001=0 TT(x001) elseif xTB==false then xTB=true x001=0.8 TT(x001) end end
  328.     if inputObject.KeyCode==Enum.KeyCode.X then if x1==true then x1=false SmallBrains() elseif x1==false then x1=true BigBrains() YBox.Text=tostring(x3) XZBox.Text=tostring(x2) end end
  329.     if inputObject.KeyCode==Enum.KeyCode.Z then if x1==true then if x2>=10 then x2=x2-5 print('X & Z Changed to: '..tostring(x2)..' Studs.') XZBox.Text=tostring(x2) end if x2==5 then XZBox.Text='MIN!' wait(1.25) XZBox.Text=tostring(x2) print("X & Z variable MIN limit reached!") print("X = "..tostring(x2)) print("Z = "..tostring(x2)) end end end
  330.     if inputObject.KeyCode==Enum.KeyCode.C then if x1==true then if x2<=95 then x2=x2+5 print("X & Z Changed to: "..tonumber(x2).." Studs.") XZBox.Text=tostring(x2) end if x2==100 then XZBox.Text='MAX!' wait(1.25) XZBox.Text=tostring(x2) print("X & Z variable MAX limit reached!") print("X = "..tonumber(x2)) print("Z = "..tonumber(x2)) end end end
  331.     if inputObject.KeyCode==Enum.KeyCode.R then if x1==true then if x3<=95 then x3=x3+5 print("Y Changed to: "..tonumber(x3).." Studs.") YBox.Text=tostring(x3) end if x3==100 then YBox.Text='MAX!' wait(1.25) YBox.Text=tostring(x3) print("Y variable MAX limit reached!") print("Y = "..tonumber(x3)) end end end
  332.     if inputObject.KeyCode==Enum.KeyCode.F then if x1==true then if x3>=10 then x3=x3-5 print("Y Changed to: "..tonumber(x3).." Studs.") YBox.Text=tostring(x3) end if x3==5 then YBox.Text='MIN!' wait(1.25) YBox.Text=tostring(x3) print("Y variable MIN limit reached!") print("Y = "..tonumber(x3)) end end end
  333.     if x1==true then if inputObject.KeyCode==Enum.KeyCode.E then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, tonumber(x3), 0) end; if inputObject.KeyCode==Enum.KeyCode.Q then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, "-"..tonumber(x3), 0) end; if inputObject.KeyCode==Enum.KeyCode.D then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(tonumber(x2), 0, 0) end; if inputObject.KeyCode==Enum.KeyCode.A then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new("-"..tonumber(x2), 0, 0) end; if inputObject.KeyCode==Enum.KeyCode.W then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, 0, "-"..tonumber(x2)) end; if inputObject.KeyCode==Enum.KeyCode.S then lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, 0, tonumber(x2)) end; end
  334. end)
  335. function Plat ()
  336.     local b1 = Instance.new("Part")
  337.     b1.Shape = "Block"
  338.     b1.Material = "SmoothPlastic"
  339.     b1.Name = "Plat"
  340.     b1.Transparency = tonumber(x001)
  341.     b1.Size = Vector3.new(tonumber(xSH), 1, tonumber(xSH))
  342.     b1.BrickColor = BrickColor.new("Really blue")
  343.     b1.Parent = xPS
  344.     b1.Anchored = true
  345.     b1.CFrame = lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0,-3.5,0)
  346. end
  347. function TT (x001)
  348.     local xPlats=xPS:GetChildren()
  349.     for i = 1, #xPlats do local xpart=xPlats[i] xpart.Transparency=tonumber(x001) end
  350.     if x001==0.8 then print('A total of '..tonumber(#xPlats)..' platforms were made transparent!') elseif x001==1 then print('A total of '..tonumber(#xPlats)..' platforms were made non-transparent!') end
  351. end
  352. function DP ()
  353.     local xPlats=xPS:GetChildren()
  354.     for i = 1, #xPlats do local xpart=xPlats[i] xpart:Destroy() end
  355.     print('Deleted all '..tonumber(#xPlats)..' platforms')
  356. end
  357. function xPC ()
  358.     local xPlats=xPS:GetChildren()
  359.     for i = 1, #xPlats do local xpart=xPlats[i] end
  360.     print('Counted a total of '..tonumber(#xPlats)..' platforms!')
  361. end
  362. function BigBrains ()
  363.     print("Enabled WorldExplorer.")
  364.     WE.Visible = true
  365.     lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, -5000, 0);
  366.     wait(0.03)
  367.     lp.Character:WaitForChild("HumanoidRootPart").Anchored=true
  368.     wait(0.03)
  369.     lp.Character:WaitForChild("HumanoidRootPart").CFrame=lp.Character:WaitForChild("HumanoidRootPart").CFrame*CFrame.new(0, 5000, 0);
  370. end
  371. function SmallBrains ()
  372.     print("Disabled WorldExplorer.")
  373.     WE.Visible = false
  374.     lp.Character:WaitForChild("HumanoidRootPart").Anchored=false
  375. end
  376. function xGroup ()
  377.     game.Workspace:WaitForChild("PlatStorage").ClassName=Model
  378. end
  379. --[[function xTP (xPPName)
  380.     local xPPName=tostring(xPPName)
  381.     local PlrSer=game:GetService("Players")
  382.     local Players=PlrSer:GetPlayers()
  383.     for i = 1, #Players do
  384.         local xFPN=xPlayers[i.Name]
  385.         if string.sub(xFPN,1,3)==xPPName then
  386.             print('Teleporting to '..tostring(xFPN)..'!')
  387.             lp.Character:WaitForChild("HumanoidRootPart").CFrame = CFrame.new(xFPN.Position.X, xFPN.Position.Y-5, xFPN.Position.Z)
  388.         end
  389.     end
  390. end]]
  391.  
  392. function xbtools ()
  393.         game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  394. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  395.    if child.ClassName == "Part" then
  396.        child.Locked = false
  397.    end
  398.    if child.ClassName == "MeshPart" then
  399.        child.Locked = false
  400.    end
  401.    if child.ClassName == "UnionOperation" then
  402.        child.Locked = false
  403.    end
  404.    if child.ClassName == "Model" then
  405.        for index, chil in pairs(child:GetChildren()) do
  406.            if chil.ClassName == "Part" then
  407.                chil.Locked = false
  408.            end
  409.            if chil.ClassName == "MeshPart" then
  410.                chil.Locked = false
  411.            end
  412.            if chil.ClassName == "UnionOperation" then
  413.                chil.Locked = false
  414.            end
  415.            if chil.ClassName == "Model" then
  416.                for index, childe in pairs(chil:GetChildren()) do
  417.                    if childe.ClassName == "Part" then
  418.                        childe.Locked = false
  419.                    end
  420.                    if childe.ClassName == "MeshPart" then
  421.                        childe.Locked = false
  422.                    end
  423.                    if childe.ClassName == "UnionOperation" then
  424.                        childe.Locked = false
  425.                    end
  426.                    if childe.ClassName == "Model" then
  427.                        for index, childeo in pairs(childe:GetChildren()) do
  428.                            if childeo.ClassName == "Part" then
  429.                                childeo.Locked = false
  430.                            end
  431.                            if childeo.ClassName == "MeshPart" then
  432.                                childeo.Locked = false
  433.                            end
  434.                            if childeo.ClassName == "UnionOperation" then
  435.                                childeo.Locked = false
  436.                            end
  437.                            if childeo.ClassName == "Model" then
  438.                            end
  439.                        end
  440.                    end
  441.                end
  442.            end
  443.        end
  444.    end
  445. end
  446. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  447. c.BinType = Enum.BinType.Hammer
  448. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  449. c.BinType = Enum.BinType.Clone
  450. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  451. c.BinType = Enum.BinType.Grab
  452. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement