King_96

Mining Inc. Remastered (DutchOven)

Feb 5th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 27.03 KB | None | 0 0
  1. --Fuck you DutchDev
  2. --2-10-2020- Added click to TP under the Hey Dutch button.This also deletes the invisible barriers.
  3.  
  4.  
  5.  
  6. -- Gui to Lua
  7. -- Version: 3.2
  8.  
  9. -- Instances:
  10.  
  11. local DutchOven = Instance.new("ScreenGui")
  12. local one = Instance.new("Frame")
  13. local _1b = Instance.new("TextButton")
  14. local Two = Instance.new("ScreenGui")
  15. local three = Instance.new("Frame")
  16. local UIListLayout = Instance.new("UIListLayout")
  17. local players = Instance.new("TextButton")
  18. local Main = Instance.new("Frame")
  19. local TextLabel = Instance.new("TextLabel")
  20. local one_2 = Instance.new("Frame")
  21. local Plr1 = Instance.new("TextButton")
  22. local UIListLayout_2 = Instance.new("UIListLayout")
  23. local Plr2 = Instance.new("TextButton")
  24. local Plr3 = Instance.new("TextButton")
  25. local Plr4 = Instance.new("TextButton")
  26. local Plr5 = Instance.new("TextButton")
  27. local two = Instance.new("Frame")
  28. local Plr6 = Instance.new("TextButton")
  29. local UIListLayout_3 = Instance.new("UIListLayout")
  30. local Plr7 = Instance.new("TextButton")
  31. local Plr8 = Instance.new("TextButton")
  32. local Plr9 = Instance.new("TextButton")
  33. local Plr10 = Instance.new("TextButton")
  34. local Places = Instance.new("TextButton")
  35. local ScreenGui = Instance.new("ScreenGui")
  36. local Frame = Instance.new("Frame")
  37. local Store = Instance.new("TextButton")
  38. local Furnace = Instance.new("TextButton")
  39. local Docks = Instance.new("TextButton")
  40. local UIListLayout_4 = Instance.new("UIListLayout")
  41. local Beacon = Instance.new("TextButton")
  42. local TextLabel_2 = Instance.new("TextLabel")
  43. local cheats = Instance.new("TextButton")
  44. local ScreenGui_2 = Instance.new("ScreenGui")
  45. local Frame_2 = Instance.new("Frame")
  46. local xRay = Instance.new("TextButton")
  47. local FOV = Instance.new("TextButton")
  48. local Day = Instance.new("TextButton")
  49. local UIListLayout_5 = Instance.new("UIListLayout")
  50. local Drill = Instance.new("TextButton")
  51. local info = Instance.new("TextButton")
  52. local ScreenGui_3 = Instance.new("ScreenGui")
  53. local Frame_3 = Instance.new("Frame")
  54. local UIListLayout_6 = Instance.new("UIListLayout")
  55. local clickTP = Instance.new("TextButton")
  56.  
  57. --Properties:
  58.  
  59. DutchOven.Name = "DutchOven"
  60. DutchOven.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  61.  
  62. one.Name = "one"
  63. one.Parent = DutchOven
  64. one.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  65. one.BackgroundTransparency = 1.000
  66. one.Position = UDim2.new(0.0438063517, 0, 0.390736073, 0)
  67. one.Size = UDim2.new(0, 80, 0, 22)
  68.  
  69. _1b.Name = "1b"
  70. _1b.Parent = one
  71. _1b.BackgroundColor3 = Color3.fromRGB(102, 102, 102)
  72. _1b.Position = UDim2.new(0.0375000015, 0, -0.134654656, 0)
  73. _1b.Size = UDim2.new(0, 77, 0, 24)
  74. _1b.Font = Enum.Font.SourceSans
  75. _1b.Text = "Open"
  76. _1b.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. _1b.TextSize = 20.000
  78. _1b.TextWrapped = true
  79.  
  80. Two.Name = "Two"
  81. Two.Parent = _1b
  82.  
  83. three.Name = "three"
  84. three.Parent = Two
  85. three.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  86. three.Position = UDim2.new(0.0461760126, 0, 0.426049083, 0)
  87. three.Size = UDim2.new(0, 77, 0, 150)
  88. three.Visible = false
  89.  
  90. UIListLayout.Parent = three
  91. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  92.  
  93. players.Name = "players"
  94. players.Parent = three
  95. players.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  96. players.Position = UDim2.new(0.388292998, 0, 0.275744736, 0)
  97. players.Size = UDim2.new(0, 76, 0, 37)
  98. players.Style = Enum.ButtonStyle.RobloxRoundButton
  99. players.Font = Enum.Font.SourceSans
  100. players.Text = "Players"
  101. players.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. players.TextSize = 14.000
  103.  
  104. Main.Name = "Main"
  105. Main.Parent = players
  106. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  107. Main.BorderColor3 = Color3.fromRGB(0, 0, 255)
  108. Main.Position = UDim2.new(1, 15, 0, -12)
  109. Main.Size = UDim2.new(0, 317, 0, 152)
  110. Main.Visible = false
  111.  
  112. TextLabel.Parent = Main
  113. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. TextLabel.BackgroundTransparency = 1.000
  115. TextLabel.Position = UDim2.new(0.0330252834, 0, 0.083530426, 0)
  116. TextLabel.Size = UDim2.new(0, 76, 0, 129)
  117. TextLabel.Font = Enum.Font.SourceSansLight
  118. TextLabel.Text = "Click a players name to teleport to them."
  119. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. TextLabel.TextScaled = true
  121. TextLabel.TextSize = 14.000
  122. TextLabel.TextWrapped = true
  123.  
  124. one_2.Name = "one"
  125. one_2.Parent = Main
  126. one_2.BackgroundColor3 = Color3.fromRGB(4, 4, 4)
  127. one_2.Position = UDim2.new(0.29734242, 0, 0.0737413093, 0)
  128. one_2.Size = UDim2.new(0, 108, 0, 132)
  129.  
  130. Plr1.Name = "Plr1"
  131. Plr1.Parent = one_2
  132. Plr1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. Plr1.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  134. Plr1.Size = UDim2.new(0, 106, 0, 21)
  135. Plr1.Style = Enum.ButtonStyle.RobloxRoundButton
  136. Plr1.Font = Enum.Font.SourceSans
  137. Plr1.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. Plr1.TextSize = 14.000
  139.  
  140. UIListLayout_2.Parent = one_2
  141. UIListLayout_2.SortOrder = Enum.SortOrder.LayoutOrder
  142. UIListLayout_2.Padding = UDim.new(0, 6)
  143.  
  144. Plr2.Name = "Plr2"
  145. Plr2.Parent = one_2
  146. Plr2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. Plr2.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  148. Plr2.Size = UDim2.new(0, 106, 0, 21)
  149. Plr2.Style = Enum.ButtonStyle.RobloxRoundButton
  150. Plr2.Font = Enum.Font.SourceSans
  151. Plr2.TextColor3 = Color3.fromRGB(0, 0, 0)
  152. Plr2.TextSize = 14.000
  153.  
  154. Plr3.Name = "Plr3"
  155. Plr3.Parent = one_2
  156. Plr3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. Plr3.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  158. Plr3.Size = UDim2.new(0, 106, 0, 21)
  159. Plr3.Style = Enum.ButtonStyle.RobloxRoundButton
  160. Plr3.Font = Enum.Font.SourceSans
  161. Plr3.TextColor3 = Color3.fromRGB(0, 0, 0)
  162. Plr3.TextSize = 14.000
  163.  
  164. Plr4.Name = "Plr4"
  165. Plr4.Parent = one_2
  166. Plr4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  167. Plr4.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  168. Plr4.Size = UDim2.new(0, 106, 0, 21)
  169. Plr4.Style = Enum.ButtonStyle.RobloxRoundButton
  170. Plr4.Font = Enum.Font.SourceSans
  171. Plr4.TextColor3 = Color3.fromRGB(0, 0, 0)
  172. Plr4.TextSize = 14.000
  173.  
  174. Plr5.Name = "Plr5"
  175. Plr5.Parent = one_2
  176. Plr5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. Plr5.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  178. Plr5.Size = UDim2.new(0, 106, 0, 21)
  179. Plr5.Style = Enum.ButtonStyle.RobloxRoundButton
  180. Plr5.Font = Enum.Font.SourceSans
  181. Plr5.TextColor3 = Color3.fromRGB(0, 0, 0)
  182. Plr5.TextSize = 14.000
  183.  
  184. two.Name = "two"
  185. two.Parent = Main
  186. two.BackgroundColor3 = Color3.fromRGB(4, 4, 4)
  187. two.Position = UDim2.new(0.664848566, 0, 0.0737413093, 0)
  188. two.Size = UDim2.new(0, 103, 0, 134)
  189.  
  190. Plr6.Name = "Plr6"
  191. Plr6.Parent = two
  192. Plr6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. Plr6.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  194. Plr6.Size = UDim2.new(0, 106, 0, 21)
  195. Plr6.Style = Enum.ButtonStyle.RobloxRoundButton
  196. Plr6.Font = Enum.Font.SourceSans
  197. Plr6.TextColor3 = Color3.fromRGB(0, 0, 0)
  198. Plr6.TextSize = 14.000
  199.  
  200. UIListLayout_3.Parent = two
  201. UIListLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  202. UIListLayout_3.Padding = UDim.new(0, 6)
  203.  
  204. Plr7.Name = "Plr7"
  205. Plr7.Parent = two
  206. Plr7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  207. Plr7.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  208. Plr7.Size = UDim2.new(0, 106, 0, 21)
  209. Plr7.Style = Enum.ButtonStyle.RobloxRoundButton
  210. Plr7.Font = Enum.Font.SourceSans
  211. Plr7.TextColor3 = Color3.fromRGB(0, 0, 0)
  212. Plr7.TextSize = 14.000
  213.  
  214. Plr8.Name = "Plr8"
  215. Plr8.Parent = two
  216. Plr8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  217. Plr8.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  218. Plr8.Size = UDim2.new(0, 106, 0, 21)
  219. Plr8.Style = Enum.ButtonStyle.RobloxRoundButton
  220. Plr8.Font = Enum.Font.SourceSans
  221. Plr8.TextColor3 = Color3.fromRGB(0, 0, 0)
  222. Plr8.TextSize = 14.000
  223.  
  224. Plr9.Name = "Plr9"
  225. Plr9.Parent = two
  226. Plr9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  227. Plr9.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  228. Plr9.Size = UDim2.new(0, 106, 0, 21)
  229. Plr9.Style = Enum.ButtonStyle.RobloxRoundButton
  230. Plr9.Font = Enum.Font.SourceSans
  231. Plr9.TextColor3 = Color3.fromRGB(0, 0, 0)
  232. Plr9.TextSize = 14.000
  233.  
  234. Plr10.Name = "Plr10"
  235. Plr10.Parent = two
  236. Plr10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  237. Plr10.Position = UDim2.new(-0.00397189148, 0, 0, 0)
  238. Plr10.Size = UDim2.new(0, 106, 0, 21)
  239. Plr10.Style = Enum.ButtonStyle.RobloxRoundButton
  240. Plr10.Font = Enum.Font.SourceSans
  241. Plr10.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. Plr10.TextSize = 14.000
  243.  
  244. Places.Name = "Places"
  245. Places.Parent = three
  246. Places.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  247. Places.Position = UDim2.new(0.388292998, 0, 0.344765604, 0)
  248. Places.Size = UDim2.new(0, 76, 0, 37)
  249. Places.Style = Enum.ButtonStyle.RobloxRoundButton
  250. Places.Font = Enum.Font.SourceSans
  251. Places.Text = "Places"
  252. Places.TextColor3 = Color3.fromRGB(0, 0, 0)
  253. Places.TextSize = 14.000
  254.  
  255. ScreenGui.Parent = Places
  256.  
  257. Frame.Parent = ScreenGui
  258. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  259. Frame.BorderSizePixel = 2
  260. Frame.Position = UDim2.new(0.107000001, 0, 0.426999986, 0)
  261. Frame.Size = UDim2.new(0, 77, 0, 165)
  262. Frame.Visible = false
  263.  
  264. Store.Name = "Store"
  265. Store.Parent = Frame
  266. Store.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267. Store.Size = UDim2.new(0, 76, 0, 37)
  268. Store.Style = Enum.ButtonStyle.RobloxRoundButton
  269. Store.Font = Enum.Font.SourceSans
  270. Store.Text = "Store"
  271. Store.TextColor3 = Color3.fromRGB(0, 0, 0)
  272. Store.TextSize = 14.000
  273.  
  274. Furnace.Name = "Furnace"
  275. Furnace.Parent = Frame
  276. Furnace.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. Furnace.Position = UDim2.new(0, 0, 0.225165561, 0)
  278. Furnace.Size = UDim2.new(0, 76, 0, 37)
  279. Furnace.Style = Enum.ButtonStyle.RobloxRoundButton
  280. Furnace.Font = Enum.Font.SourceSans
  281. Furnace.Text = "Furnace"
  282. Furnace.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. Furnace.TextSize = 14.000
  284.  
  285. Docks.Name = "Docks"
  286. Docks.Parent = Frame
  287. Docks.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. Docks.Position = UDim2.new(0, 0, 0.450331122, 0)
  289. Docks.Size = UDim2.new(0, 76, 0, 37)
  290. Docks.Style = Enum.ButtonStyle.RobloxRoundButton
  291. Docks.Font = Enum.Font.SourceSans
  292. Docks.Text = "Docks"
  293. Docks.TextColor3 = Color3.fromRGB(0, 0, 0)
  294. Docks.TextSize = 14.000
  295.  
  296. UIListLayout_4.Parent = Frame
  297. UIListLayout_4.SortOrder = Enum.SortOrder.LayoutOrder
  298.  
  299. Beacon.Name = "Beacon"
  300. Beacon.Parent = Frame
  301. Beacon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  302. Beacon.Position = UDim2.new(0, 0, 0.225165561, 0)
  303. Beacon.Size = UDim2.new(0, 76, 0, 37)
  304. Beacon.Style = Enum.ButtonStyle.RobloxRoundButton
  305. Beacon.Font = Enum.Font.SourceSans
  306. Beacon.Text = "Beacon"
  307. Beacon.TextColor3 = Color3.fromRGB(0, 0, 0)
  308. Beacon.TextSize = 14.000
  309.  
  310. TextLabel_2.Parent = Frame
  311. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  312. TextLabel_2.Position = UDim2.new(0, 0, 0.896969676, 0)
  313. TextLabel_2.Size = UDim2.new(0, 75, 0, 16)
  314. TextLabel_2.Font = Enum.Font.SourceSans
  315. TextLabel_2.Text = "DRAG"
  316. TextLabel_2.TextColor3 = Color3.fromRGB(170, 255, 0)
  317. TextLabel_2.TextSize = 14.000
  318.  
  319. cheats.Name = "cheats"
  320. cheats.Parent = three
  321. cheats.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  322. cheats.Position = UDim2.new(0.388292998, 0, 0.344765604, 0)
  323. cheats.Size = UDim2.new(0, 76, 0, 37)
  324. cheats.Style = Enum.ButtonStyle.RobloxRoundButton
  325. cheats.Font = Enum.Font.SourceSans
  326. cheats.Text = "Cheats"
  327. cheats.TextColor3 = Color3.fromRGB(0, 0, 0)
  328. cheats.TextSize = 14.000
  329.  
  330. ScreenGui_2.Parent = cheats
  331.  
  332. Frame_2.Parent = ScreenGui_2
  333. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  334. Frame_2.Position = UDim2.new(0.109999992, 0, 0.424504369, 0)
  335. Frame_2.Size = UDim2.new(0, 77, 0, 151)
  336. Frame_2.Visible = false
  337.  
  338. xRay.Name = "xRay"
  339. xRay.Parent = Frame_2
  340. xRay.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  341. xRay.Size = UDim2.new(0, 76, 0, 37)
  342. xRay.Style = Enum.ButtonStyle.RobloxRoundButton
  343. xRay.Font = Enum.Font.SourceSans
  344. xRay.Text = "xRay"
  345. xRay.TextColor3 = Color3.fromRGB(0, 0, 0)
  346. xRay.TextSize = 14.000
  347.  
  348. FOV.Name = "FOV"
  349. FOV.Parent = Frame_2
  350. FOV.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. FOV.Size = UDim2.new(0, 76, 0, 37)
  352. FOV.Style = Enum.ButtonStyle.RobloxRoundButton
  353. FOV.Font = Enum.Font.SourceSans
  354. FOV.Text = "Max FOV"
  355. FOV.TextColor3 = Color3.fromRGB(0, 0, 0)
  356. FOV.TextSize = 14.000
  357.  
  358. Day.Name = "Day"
  359. Day.Parent = Frame_2
  360. Day.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. Day.Size = UDim2.new(0, 76, 0, 37)
  362. Day.Style = Enum.ButtonStyle.RobloxRoundButton
  363. Day.Font = Enum.Font.SourceSans
  364. Day.Text = "Make Day"
  365. Day.TextColor3 = Color3.fromRGB(0, 0, 0)
  366. Day.TextSize = 14.000
  367.  
  368. UIListLayout_5.Parent = Frame_2
  369. UIListLayout_5.SortOrder = Enum.SortOrder.LayoutOrder
  370.  
  371. Drill.Name = "Drill"
  372. Drill.Parent = Frame_2
  373. Drill.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. Drill.Size = UDim2.new(0, 76, 0, 37)
  375. Drill.Style = Enum.ButtonStyle.RobloxRoundButton
  376. Drill.Font = Enum.Font.SourceSans
  377. Drill.Text = "MaxDrill"
  378. Drill.TextColor3 = Color3.fromRGB(0, 0, 0)
  379. Drill.TextSize = 14.000
  380.  
  381. info.Name = "info"
  382. info.Parent = three
  383. info.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  384. info.Position = UDim2.new(0.388292998, 0, 0.344765604, 0)
  385. info.Size = UDim2.new(0, 76, 0, 37)
  386. info.Style = Enum.ButtonStyle.RobloxRoundButton
  387. info.Font = Enum.Font.SourceSans
  388. info.Text = "Hey Dutch"
  389. info.TextColor3 = Color3.fromRGB(0, 0, 0)
  390. info.TextSize = 14.000
  391.  
  392. ScreenGui_3.Parent = info
  393.  
  394. Frame_3.Parent = ScreenGui_3
  395. Frame_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  396. Frame_3.Position = UDim2.new(0.112416968, 0, 0.440004438, 0)
  397. Frame_3.Size = UDim2.new(0, 78, 0, 144)
  398. Frame_3.Visible = false
  399.  
  400. UIListLayout_6.Parent = Frame_3
  401. UIListLayout_6.SortOrder = Enum.SortOrder.LayoutOrder
  402.  
  403. clickTP.Name = "clickTP"
  404. clickTP.Parent = Frame_3
  405. clickTP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  406. clickTP.Size = UDim2.new(0, 78, 0, 32)
  407. clickTP.Style = Enum.ButtonStyle.RobloxRoundButton
  408. clickTP.Font = Enum.Font.SourceSans
  409. clickTP.Text = "clickTP"
  410. clickTP.TextColor3 = Color3.fromRGB(0, 0, 0)
  411. clickTP.TextSize = 14.000
  412.  
  413. -- Scripts:
  414.  
  415. local function MYIARQD_fake_script() -- _1b.1bO
  416.     local script = Instance.new('LocalScript', _1b)
  417.  
  418.     local _a=script.Parent;local aa=false
  419.     local ba=script.Parent.Two.three;ba.Draggable=true
  420.     local function ca()if aa==false then aa=true;ba.Visible=true;_a.Text="Close"else aa=false
  421.     ba.Visible=false;_a.Text="Open"end end;_a.Activated:Connect(ca)
  422. end
  423. coroutine.wrap(MYIARQD_fake_script)()
  424. local function LATILA_fake_script() -- players.LocalScript
  425.     local script = Instance.new('LocalScript', players)
  426.  
  427.     local bc=script.Parent;local cc=false;local dc=script.Parent.Main
  428.     local _d=game.Players.LocalPlayer;local function ad()
  429.     if cc==false then cc=true;dc.Visible=true else cc=false;dc.Visible=false;dc.Draggable=false end end
  430.     local bd=script.Parent.Main.one.Plr1;local cd=script.Parent.Main.one.Plr2
  431.     local dd=script.Parent.Main.one.Plr3;local __a=script.Parent.Main.one.Plr4
  432.     local a_a=script.Parent.Main.one.Plr5;local b_a=script.Parent.Main.two.Plr6
  433.     local c_a=script.Parent.Main.two.Plr7;local d_a=script.Parent.Main.two.Plr8
  434.     local _aa=script.Parent.Main.two.Plr9;local aaa=script.Parent.Main.two.Plr10
  435.     local baa={bd,cd,dd,__a,a_a,b_a,c_a,d_a,_aa,aaa}
  436.     spawn(function()
  437.     while true do bd.Text=""cd.Text=""dd.Text=""__a.Text=""a_a.Text=""b_a.Text=""
  438.     c_a.Text=""d_a.Text=""_aa.Text=""aaa.Text=""
  439.     for caa,daa in
  440.     pairs(game.Players:GetChildren())do baa[caa].Text=daa.Name;baa[caa].Visible=true end;wait(0.5)end end)bc.Activated:Connect(ad)
  441. end
  442. coroutine.wrap(LATILA_fake_script)()
  443. local function WDOC_fake_script() -- Plr1.LocalScript
  444.     local script = Instance.new('LocalScript', Plr1)
  445.  
  446.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  447.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  448.     local function bb()local cb={}local db=ba.Text
  449.     cb=game.Workspace.Players:GetChildren()
  450.     for index=1,#cb do
  451.     if cb[index].Name== (db)then
  452.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  453.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  454. end
  455. coroutine.wrap(WDOC_fake_script)()
  456. local function GZHIB_fake_script() -- Plr2.LocalScript
  457.     local script = Instance.new('LocalScript', Plr2)
  458.  
  459.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  460.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  461.     local function bb()local cb={}local db=ba.Text
  462.     cb=game.Workspace.Players:GetChildren()
  463.     for index=1,#cb do
  464.     if cb[index].Name== (db)then
  465.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  466.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  467. end
  468. coroutine.wrap(GZHIB_fake_script)()
  469. local function DPEFSS_fake_script() -- Plr3.LocalScript
  470.     local script = Instance.new('LocalScript', Plr3)
  471.  
  472.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  473.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  474.     local function bb()local cb={}local db=ba.Text
  475.     cb=game.Workspace.Players:GetChildren()
  476.     for index=1,#cb do
  477.     if cb[index].Name== (db)then
  478.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  479.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  480. end
  481. coroutine.wrap(DPEFSS_fake_script)()
  482. local function WMNAL_fake_script() -- Plr4.LocalScript
  483.     local script = Instance.new('LocalScript', Plr4)
  484.  
  485.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  486.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  487.     local function bb()local cb={}local db=ba.Text
  488.     cb=game.Workspace.Players:GetChildren()
  489.     for index=1,#cb do
  490.     if cb[index].Name== (db)then
  491.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  492.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  493. end
  494. coroutine.wrap(WMNAL_fake_script)()
  495. local function FMSUNGT_fake_script() -- Plr5.LocalScript
  496.     local script = Instance.new('LocalScript', Plr5)
  497.  
  498.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  499.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  500.     local function bb()local cb={}local db=ba.Text
  501.     cb=game.Workspace.Players:GetChildren()
  502.     for index=1,#cb do
  503.     if cb[index].Name== (db)then
  504.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  505.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  506. end
  507. coroutine.wrap(FMSUNGT_fake_script)()
  508. local function XYRLNCN_fake_script() -- Plr6.LocalScript
  509.     local script = Instance.new('LocalScript', Plr6)
  510.  
  511.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  512.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  513.     local function bb()local cb={}local db=ba.Text
  514.     cb=game.Workspace.Players:GetChildren()
  515.     for index=1,#cb do
  516.     if cb[index].Name== (db)then
  517.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  518.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  519. end
  520. coroutine.wrap(XYRLNCN_fake_script)()
  521. local function TIJT_fake_script() -- Plr7.LocalScript
  522.     local script = Instance.new('LocalScript', Plr7)
  523.  
  524.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  525.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  526.     local function bb()local cb={}local db=ba.Text
  527.     cb=game.Workspace.Players:GetChildren()
  528.     for index=1,#cb do
  529.     if cb[index].Name== (db)then
  530.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  531.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  532. end
  533. coroutine.wrap(TIJT_fake_script)()
  534. local function PASP_fake_script() -- Plr8.LocalScript
  535.     local script = Instance.new('LocalScript', Plr8)
  536.  
  537.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  538.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  539.     local function bb()local cb={}local db=ba.Text
  540.     cb=game.Workspace.Players:GetChildren()
  541.     for index=1,#cb do
  542.     if cb[index].Name== (db)then
  543.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  544.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  545. end
  546. coroutine.wrap(PASP_fake_script)()
  547. local function UGVNFOU_fake_script() -- Plr9.LocalScript
  548.     local script = Instance.new('LocalScript', Plr9)
  549.  
  550.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  551.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  552.     local function bb()local cb={}local db=ba.Text
  553.     cb=game.Workspace.Players:GetChildren()
  554.     for index=1,#cb do
  555.     if cb[index].Name== (db)then
  556.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  557.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  558. end
  559. coroutine.wrap(UGVNFOU_fake_script)()
  560. local function QILCNC_fake_script() -- Plr10.LocalScript
  561.     local script = Instance.new('LocalScript', Plr10)
  562.  
  563.     local ba=script.Parent;local ca=game.Players.LocalPlayer;local da=ca.Character
  564.     local _b=da:FindFirstChild("HumanoidRootPart")local ab=ca.Name
  565.     local function bb()local cb={}local db=ba.Text
  566.     cb=game.Workspace.Players:GetChildren()
  567.     for index=1,#cb do
  568.     if cb[index].Name== (db)then
  569.     local _c=cb[index]:FindFirstChild("HumanoidRootPart")
  570.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=_c.CFrame end end end;ba.Activated:Connect(bb)
  571. end
  572. coroutine.wrap(QILCNC_fake_script)()
  573. local function RSET_fake_script() -- Store.LocalScript
  574.     local script = Instance.new('LocalScript', Store)
  575.  
  576.     local _a=script.Parent;local aa=game.Players.LocalPlayer;local ba=aa.Character
  577.     local function ca()
  578.     aa.Character:MoveTo(Vector3.new(
  579.     -207.911148,12054.6074,130.043823,0.192446604,1.18237978e-07,0.981307447,2.25571437e-08,1,-1.24913981e-07,-0.981307447,4.61747653e-08,0.192446604))end;_a.Activated:Connect(ca)
  580. end
  581. coroutine.wrap(RSET_fake_script)()
  582. local function OYRV_fake_script() -- Furnace.LocalScript
  583.     local script = Instance.new('LocalScript', Furnace)
  584.  
  585.     local aa=script.Parent;local ba=game.Players.LocalPlayer;local ca=ba.Character
  586.     local da=ca:FindFirstChild("HumanoidRootPart")
  587.     local function _b()
  588.     ba.Character:MoveTo(Vector3.new(94.9652557,12056.6523,-11.3446035,-0.108934417,1.17364056e-08,-0.994048774,8.22898283e-09,1,1.09048832e-08,0.994048774,
  589.     -6.99209446e-09,-0.108934417))end;aa.Activated:Connect(_b)
  590. end
  591. coroutine.wrap(OYRV_fake_script)()
  592. local function HEVP_fake_script() -- Docks.LocalScript
  593.     local script = Instance.new('LocalScript', Docks)
  594.  
  595.     local aa=script.Parent;local ba=game.Players.LocalPlayer;local ca=ba.Character
  596.     local da=ca:FindFirstChild("HumanoidRootPart")
  597.     local function _b()
  598.     ba.Character:MoveTo(Vector3.new(-684.47699,12054.5537,-953.481628,0.68703723,-2.61115645e-07,0.726622105,
  599.     -1.94804124e-06,1,2.20127117e-06,-0.726622105,-2.92784603e-06,0.68703723))end;aa.Activated:Connect(_b)
  600. end
  601. coroutine.wrap(HEVP_fake_script)()
  602. local function BDRL_fake_script() -- Beacon.LocalScript
  603.     local script = Instance.new('LocalScript', Beacon)
  604.  
  605.     local button = script.Parent
  606.    
  607.    
  608.     local function onButtonActivated()
  609.     local beacons = game.Workspace.Beacons:GetChildren()
  610.     local player = game.Players.LocalPlayer
  611.     local line = player.Name.."'s beacon"
  612.    
  613.     for index = 1, #beacons do
  614.     if beacons[index].Name == line then  
  615.     local parts = beacons[index]:GetChildren()
  616.     for index = 1, #parts do
  617.     if parts[index].Name == "Part" then
  618.     local myBeacon = parts[index].CFrame
  619.     player.Character.HumanoidRootPart.CFrame = myBeacon
  620.     end
  621.     end
  622.     end
  623.     end    
  624.     end
  625.    
  626.     button.Activated:Connect(onButtonActivated)
  627. end
  628. coroutine.wrap(BDRL_fake_script)()
  629. local function OASF_fake_script() -- Places.LocalScript
  630.     local script = Instance.new('LocalScript', Places)
  631.  
  632.     local aa=script.Parent;local ba=false
  633.     local ca=script.Parent.ScreenGui.Frame;local da=game.Players.LocalPlayer
  634.     local function _b()if ba==false then ba=true;ca.Visible=true else ba=false
  635.     ca.Visible=false;ca.Draggable=false end end;aa.Activated:Connect(_b)
  636. end
  637. coroutine.wrap(OASF_fake_script)()
  638. local function YCMSBTT_fake_script() -- xRay.LocalScript
  639.     local script = Instance.new('LocalScript', xRay)
  640.  
  641.     local d=script.Parent;local _a=game.Players.LocalPlayer
  642.     local function aa()local ba={}
  643.     ba=game.Workspace.Rocks:GetChildren()for index=1,#ba do local ca={}ca=ba[index]:GetChildren()
  644.     for index=1,#ca do if
  645.     ca[index]:IsA("BasePart")then ca[index].Transparency=.75 end end end end;d.Activated:Connect(aa)
  646. end
  647. coroutine.wrap(YCMSBTT_fake_script)()
  648. local function GJFJP_fake_script() -- FOV.LocalScript
  649.     local script = Instance.new('LocalScript', FOV)
  650.  
  651.     local d=script.Parent;local _a=game.Players.LocalPlayer;local function aa()
  652.     game.Players.LocalPlayer.CameraMaxZoomDistance=1000 end
  653.     d.Activated:Connect(aa)
  654. end
  655. coroutine.wrap(GJFJP_fake_script)()
  656. local function QQRH_fake_script() -- Day.LocalScript
  657.     local script = Instance.new('LocalScript', Day)
  658.  
  659.     local d=script.Parent;local _a=game.Players.LocalPlayer;local function aa()
  660.     game.Lighting.TimeOfDay="12:00:00"end;d.Activated:Connect(aa)
  661. end
  662. coroutine.wrap(QQRH_fake_script)()
  663. local function THEU_fake_script() -- Drill.LocalScript
  664.     local script = Instance.new('LocalScript', Drill)
  665.  
  666.     local player = game.Players.LocalPlayer
  667.    
  668.     local button = script.Parent
  669.    
  670.    
  671.     local function onButtonActivated()
  672.    
  673.    
  674.     local trucks = {}
  675.     trucks = game.Workspace.Trucks:GetChildren()
  676.     for index = 1, #trucks do
  677.    
  678.     local rigs = {}
  679.     rigs = trucks[index]:GetChildren()
  680.     for index =1, #rigs do
  681.    
  682.     local kids = {}
  683.     kids = rigs[index]:GetChildren()
  684.     for index = 1, #kids do
  685.    
  686.    
  687.     if kids[index].Name == ("Owner") and kids[index].Value == (player.Name) then
  688.    
  689.     local myTruck = kids[index].Parent.Parent
  690.     local drill = myTruck.Drill.DrillTouch
  691.     local drill2 = myTruck.Drill2.DrillTouch
  692.     drill.Size = Vector3.new(23,3,40)
  693.     drill2.Size = Vector3.new(23,3,40)
  694.     drill.Transparency = 0
  695.     drill2.Transparency = 0
  696.    
  697.    
  698.     end
  699.     end
  700.     end
  701.     end
  702.     end
  703.     button.Activated:Connect(onButtonActivated)
  704.    
  705. end
  706. coroutine.wrap(THEU_fake_script)()
  707. local function QSCCSJ_fake_script() -- cheats.LocalScript
  708.     local script = Instance.new('LocalScript', cheats)
  709.  
  710.     local aa=script.Parent;local ba=false
  711.     local ca=script.Parent.ScreenGui.Frame;local da=game.Players.LocalPlayer
  712.     local function _b()if ba==false then ba=true;ca.Visible=true else ba=false
  713.     ca.Visible=false;ca.Draggable=false end end;aa.Activated:Connect(_b)
  714. end
  715. coroutine.wrap(QSCCSJ_fake_script)()
  716. local function ROAB_fake_script() -- clickTP.LocalScript
  717.     local script = Instance.new('LocalScript', clickTP)
  718.  
  719.     local player = game.Players.LocalPlayer
  720.     local button = script.Parent
  721.    
  722.    
  723.    
  724.    
  725.    
  726.     local function onButtonActivated()
  727.     local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  728.         Tele.RequiresHandle = false
  729.         Tele.RobloxLocked = true
  730.         Tele.Name = "KING"
  731.         Tele.ToolTip = "KING"
  732.         Tele.Equipped:connect(function(Mouse)
  733.             Mouse.Button1Down:connect(function()
  734.                 if Mouse.Target then
  735.                     game.Workspace.Players:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  736.                 end
  737.             end)
  738.         end)
  739.     end
  740.    
  741.    
  742.    
  743.    
  744.    
  745.    
  746.     button.Activated:Connect(onButtonActivated)
  747.    
  748. end
  749. coroutine.wrap(ROAB_fake_script)()
  750. local function YZCDBYR_fake_script() -- info.LocalScript
  751.     local script = Instance.new('LocalScript', info)
  752.  
  753.     local aa=script.Parent;local ba=false
  754.     local ca=script.Parent.ScreenGui.Frame;local da=game.Players.LocalPlayer
  755.     local function _b()if ba==false then ba=true;ca.Visible=true else ba=false
  756.     ca.Visible=false;ca.Draggable=false end end;aa.Activated:Connect(_b)
  757. end
  758. coroutine.wrap(YZCDBYR_fake_script)()
Add Comment
Please, Sign In to add comment