pastezone

Untitled

Jan 19th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.62 KB | None | 0 0
  1. --- by Dissapear#6969
  2. -- testing GUI
  3. local Option = false
  4. local Found = false
  5. local Tool = "None"
  6. local Down = false
  7. local Mouse = game.Players.LocalPlayer:GetMouse()
  8.  
  9. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  10. players = game.Players
  11. for i, v in pairs(players:GetPlayers()) do
  12. if v.Name ~= players.LocalPlayer.Name then
  13. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  14. end
  15. end
  16. players.PlayerAdded:connect(function(plr)
  17. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  18. end)
  19.  
  20. function move(object)
  21. object:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, -4, 5))
  22. object.WoodSection.Anchored = true
  23. wait(2)
  24. object.WoodSection.Anchored = false
  25. end
  26.  
  27. function tree(object, class)
  28. for i, v in pairs(object:GetChildren()) do
  29. if v.Name == "TreeClass" then
  30. if v.Value == class then
  31. if Found == false then
  32. move(object)
  33. Found = true
  34. end
  35. end
  36. end
  37. end
  38. end
  39.  
  40. local Stercore = Instance.new("ScreenGui")
  41. local Main = Instance.new("Frame")
  42. local ShadowMainFrame = Instance.new("Frame")
  43. local Fastchop = Instance.new("TextButton")
  44. local ShadowMainFrame_2 = Instance.new("Frame")
  45. local SellPlank = Instance.new("TextButton")
  46. local ShadowMainFrame_3 = Instance.new("Frame")
  47. local SellWood = Instance.new("TextButton")
  48. local ShadowMainFrame_4 = Instance.new("Frame")
  49. local ModedWire = Instance.new("TextButton")
  50. local ShadowMainFrame_5 = Instance.new("Frame")
  51. local SpeedQ = Instance.new("TextButton")
  52. local ShadowMainFrame_6 = Instance.new("Frame")
  53. local Dupe = Instance.new("TextButton")
  54. local ShadowMainFrame_7 = Instance.new("Frame")
  55. local Tpyourbase = Instance.new("TextButton")
  56. local ShadowMainFrame_8 = Instance.new("Frame")
  57. local AntiBL = Instance.new("TextButton")
  58. local ShadowMainFrame_9 = Instance.new("Frame")
  59. local InfinityJump = Instance.new("TextButton")
  60. local ShadowMainFrame_10 = Instance.new("Frame")
  61. local Header = Instance.new("Frame")
  62. local ShadowMainFrame_11 = Instance.new("Frame")
  63. local Close = Instance.new("TextButton")
  64. local ShadowMainFrame_12 = Instance.new("Frame")
  65. local StealGUI = Instance.new("TextButton")
  66. local ShadowMainFrame_13 = Instance.new("Frame")
  67. local TextLabel = Instance.new("TextLabel")
  68.  
  69. -- Properties
  70.  
  71. Stercore.Name = "Stercore"
  72. Stercore.Parent = game.CoreGui
  73.  
  74. Main.Name = "Main"
  75. Main.Parent = Stercore
  76. Main.Active = true
  77. Main.BackgroundColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  78. Main.BorderSizePixel = 0
  79. Main.Position = UDim2.new(0.315, 0, 0.117, 0)
  80. Main.Size = UDim2.new(0, 405, 0, 405)
  81. Main.Draggable = true
  82.  
  83. ShadowMainFrame.Name = "ShadowMainFrame"
  84. ShadowMainFrame.Parent = Main
  85. ShadowMainFrame.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  86. ShadowMainFrame.BorderSizePixel = 0
  87. ShadowMainFrame.Position = UDim2.new(0, 0, 0.981249988, 0)
  88. ShadowMainFrame.Size = UDim2.new(0, 405, 0, 6)
  89.  
  90. Fastchop.Name = "Fastchop"
  91. Fastchop.Parent = Main
  92. Fastchop.BackgroundColor3 = Color3.new(1, 0, 0)
  93. Fastchop.BorderSizePixel = 0
  94. Fastchop.Position = UDim2.new(0.0740740746, 0, 0.228125006, 0)
  95. Fastchop.Size = UDim2.new(0, 159, 0, 41)
  96. Fastchop.Font = Enum.Font.Cartoon
  97. Fastchop.Text = "Fast Chop"
  98. Fastchop.TextColor3 = Color3.new(0, 0, 0)
  99. Fastchop.TextSize = 14
  100. Fastchop.TextStrokeTransparency = 0.80000001192093
  101.  
  102. ShadowMainFrame_2.Name = "ShadowMainFrame"
  103. ShadowMainFrame_2.Parent = Fastchop
  104. ShadowMainFrame_2.BackgroundColor3 = Color3.new(0.647059, 0, 0)
  105. ShadowMainFrame_2.BorderColor3 = Color3.new(0, 0.407843, 0)
  106. ShadowMainFrame_2.BorderSizePixel = 0
  107. ShadowMainFrame_2.Position = UDim2.new(0, 0, 0.853658557, 0)
  108. ShadowMainFrame_2.Size = UDim2.new(0, 159, 0, 6)
  109.  
  110. SellPlank.Name = "SellPlank"
  111. SellPlank.Parent = Main
  112. SellPlank.BackgroundColor3 = Color3.new(1, 1, 1)
  113. SellPlank.BorderSizePixel = 0
  114. SellPlank.Position = UDim2.new(0.0740740746, 0, 0.381250024, 0)
  115. SellPlank.Size = UDim2.new(0, 159, 0, 41)
  116. SellPlank.Font = Enum.Font.Cartoon
  117. SellPlank.Text = "Sell Owned Plank"
  118. SellPlank.TextColor3 = Color3.new(0, 0, 0)
  119. SellPlank.TextSize = 14
  120. SellPlank.TextStrokeTransparency = 0.80000001192093
  121.  
  122. ShadowMainFrame_3.Name = "ShadowMainFrame"
  123. ShadowMainFrame_3.Parent = SellPlank
  124. ShadowMainFrame_3.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  125. ShadowMainFrame_3.BorderSizePixel = 0
  126. ShadowMainFrame_3.Position = UDim2.new(0, 0, 0.853658557, 0)
  127. ShadowMainFrame_3.Size = UDim2.new(0, 159, 0, 6)
  128.  
  129. SellWood.Name = "SellWood"
  130. SellWood.Parent = Main
  131. SellWood.BackgroundColor3 = Color3.new(1, 1, 1)
  132. SellWood.BorderSizePixel = 0
  133. SellWood.Position = UDim2.new(0.0740740746, 0, 0.534375012, 0)
  134. SellWood.Size = UDim2.new(0, 159, 0, 41)
  135. SellWood.Font = Enum.Font.Cartoon
  136. SellWood.Text = "Sell Owned Wood"
  137. SellWood.TextColor3 = Color3.new(0, 0, 0)
  138. SellWood.TextSize = 14
  139. SellWood.TextStrokeTransparency = 0.80000001192093
  140.  
  141. ShadowMainFrame_4.Name = "ShadowMainFrame"
  142. ShadowMainFrame_4.Parent = SellWood
  143. ShadowMainFrame_4.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  144. ShadowMainFrame_4.BorderSizePixel = 0
  145. ShadowMainFrame_4.Position = UDim2.new(0, 0, 0.853658557, 0)
  146. ShadowMainFrame_4.Size = UDim2.new(0, 159, 0, 6)
  147.  
  148. ModedWire.Name = "ModedWire"
  149. ModedWire.Parent = Main
  150. ModedWire.BackgroundColor3 = Color3.new(1, 1, 1)
  151. ModedWire.BorderSizePixel = 0
  152. ModedWire.Position = UDim2.new(0.0740740746, 0, 0.684375048, 0)
  153. ModedWire.Size = UDim2.new(0, 159, 0, 41)
  154. ModedWire.Font = Enum.Font.Bodoni
  155. ModedWire.Text = "Modded Wire"
  156. ModedWire.TextColor3 = Color3.new(0, 0, 0)
  157. ModedWire.TextSize = 14
  158. ModedWire.TextStrokeTransparency = 0.80000001192093
  159.  
  160. ShadowMainFrame_5.Name = "ShadowMainFrame"
  161. ShadowMainFrame_5.Parent = ModedWire
  162. ShadowMainFrame_5.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  163. ShadowMainFrame_5.BorderSizePixel = 0
  164. ShadowMainFrame_5.Position = UDim2.new(0, 0, 0.853658557, 0)
  165. ShadowMainFrame_5.Size = UDim2.new(0, 159, 0, 6)
  166.  
  167. SpeedQ.Name = "SpeedQ"
  168. SpeedQ.Parent = Main
  169. SpeedQ.BackgroundColor3 = Color3.new(1, 1, 1)
  170. SpeedQ.BorderSizePixel = 0
  171. SpeedQ.Position = UDim2.new(0.0740740746, 0, 0.834375024, 0)
  172. SpeedQ.Size = UDim2.new(0, 159, 0, 41)
  173. SpeedQ.Font = Enum.Font.Cartoon
  174. SpeedQ.Text = "Speed (Q)"
  175. SpeedQ.TextColor3 = Color3.new(0, 0, 0)
  176. SpeedQ.TextSize = 14
  177. SpeedQ.TextStrokeTransparency = 0.80000001192093
  178.  
  179. ShadowMainFrame_6.Name = "ShadowMainFrame"
  180. ShadowMainFrame_6.Parent = SpeedQ
  181. ShadowMainFrame_6.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  182. ShadowMainFrame_6.BorderSizePixel = 0
  183. ShadowMainFrame_6.Position = UDim2.new(0, 0, 0.853658557, 0)
  184. ShadowMainFrame_6.Size = UDim2.new(0, 159, 0, 6)
  185.  
  186. Dupe.Name = "Dupe"
  187. Dupe.Parent = Main
  188. Dupe.BackgroundColor3 = Color3.new(1, 0, 0)
  189. Dupe.BorderSizePixel = 0
  190. Dupe.Position = UDim2.new(0.538271606, 0, 0.228125006, 0)
  191. Dupe.Size = UDim2.new(0, 159, 0, 41)
  192. Dupe.Font = Enum.Font.Cartoon
  193. Dupe.Text = "Dupe"
  194. Dupe.TextColor3 = Color3.new(0, 0, 0)
  195. Dupe.TextSize = 14
  196. Dupe.TextStrokeTransparency = 0.80000001192093
  197.  
  198. ShadowMainFrame_7.Name = "ShadowMainFrame"
  199. ShadowMainFrame_7.Parent = Dupe
  200. ShadowMainFrame_7.BackgroundColor3 = Color3.new(0.647059, 0, 0)
  201. ShadowMainFrame_7.BorderSizePixel = 0
  202. ShadowMainFrame_7.Position = UDim2.new(0, 0, 0.853658557, 0)
  203. ShadowMainFrame_7.Size = UDim2.new(0, 159, 0, 6)
  204.  
  205. Tpyourbase.Name = "Tpyourbase"
  206. Tpyourbase.Parent = Main
  207. Tpyourbase.BackgroundColor3 = Color3.new(1, 1, 1)
  208. Tpyourbase.BorderSizePixel = 0
  209. Tpyourbase.Position = UDim2.new(0.538271606, 0, 0.381250024, 0)
  210. Tpyourbase.Size = UDim2.new(0, 159, 0, 41)
  211. Tpyourbase.Font = Enum.Font.Cartoon
  212. Tpyourbase.Text = "Tp to your base"
  213. Tpyourbase.TextColor3 = Color3.new(0, 0, 0)
  214. Tpyourbase.TextSize = 14
  215. Tpyourbase.TextStrokeTransparency = 0.80000001192093
  216.  
  217. ShadowMainFrame_8.Name = "ShadowMainFrame"
  218. ShadowMainFrame_8.Parent = Tpyourbase
  219. ShadowMainFrame_8.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  220. ShadowMainFrame_8.BorderSizePixel = 0
  221. ShadowMainFrame_8.Position = UDim2.new(0, 0, 0.853658557, 0)
  222. ShadowMainFrame_8.Size = UDim2.new(0, 159, 0, 6)
  223.  
  224. AntiBL.Name = "AntiBL"
  225. AntiBL.Parent = Main
  226. AntiBL.BackgroundColor3 = Color3.new(1, 1, 1)
  227. AntiBL.BorderSizePixel = 0
  228. AntiBL.Position = UDim2.new(0.538271606, 0, 0.534375012, 0)
  229. AntiBL.Size = UDim2.new(0, 159, 0, 41)
  230. AntiBL.Font = Enum.Font.Cartoon
  231. AntiBL.Text = "Anti Blacklist"
  232. AntiBL.TextColor3 = Color3.new(0, 0, 0)
  233. AntiBL.TextSize = 14
  234. AntiBL.TextStrokeTransparency = 0.80000001192093
  235.  
  236. ShadowMainFrame_9.Name = "ShadowMainFrame"
  237. ShadowMainFrame_9.Parent = AntiBL
  238. ShadowMainFrame_9.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  239. ShadowMainFrame_9.BorderSizePixel = 0
  240. ShadowMainFrame_9.Position = UDim2.new(0, 0, 0.853658557, 0)
  241. ShadowMainFrame_9.Size = UDim2.new(0, 159, 0, 6)
  242.  
  243. InfinityJump.Name = "InfinityJump"
  244. InfinityJump.Parent = Main
  245. InfinityJump.BackgroundColor3 = Color3.new(1, 1, 1)
  246. InfinityJump.BorderSizePixel = 0
  247. InfinityJump.Position = UDim2.new(0.538271606, 0, 0.834375024, 0)
  248. InfinityJump.Size = UDim2.new(0, 159, 0, 41)
  249. InfinityJump.Font = Enum.Font.Cartoon
  250. InfinityJump.Text = "Infinity Jump"
  251. InfinityJump.TextColor3 = Color3.new(0, 0, 0)
  252. InfinityJump.TextSize = 14
  253. InfinityJump.TextStrokeTransparency = 0.80000001192093
  254.  
  255. ShadowMainFrame_10.Name = "ShadowMainFrame"
  256. ShadowMainFrame_10.Parent = InfinityJump
  257. ShadowMainFrame_10.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  258. ShadowMainFrame_10.BorderSizePixel = 0
  259. ShadowMainFrame_10.Position = UDim2.new(0, 0, 0.853658557, 0)
  260. ShadowMainFrame_10.Size = UDim2.new(0, 159, 0, 6)
  261.  
  262. Header.Name = "Header"
  263. Header.Parent = Main
  264. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Header.BorderSizePixel = 0
  266. Header.Size = UDim2.new(0, 363, 0, 35)
  267.  
  268. ShadowMainFrame_11.Name = "ShadowMainFrame"
  269. ShadowMainFrame_11.Parent = Header
  270. ShadowMainFrame_11.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  271. ShadowMainFrame_11.BorderSizePixel = 0
  272. ShadowMainFrame_11.Position = UDim2.new(0, 0, 0.828571439, 0)
  273. ShadowMainFrame_11.Size = UDim2.new(0, 363, 0, 6)
  274.  
  275. Close.Name = "Close"
  276. Close.Parent = Main
  277. Close.BackgroundColor3 = Color3.new(0.584314, 0, 0)
  278. Close.BorderSizePixel = 0
  279. Close.Position = UDim2.new(0.896296322, 0, 0, 0)
  280. Close.Size = UDim2.new(0, 42, 0, 35)
  281. Close.Font = Enum.Font.Cartoon
  282. Close.Text = "X"
  283. Close.TextColor3 = Color3.new(0, 0, 0)
  284. Close.TextSize = 18
  285. Close.TextStrokeTransparency = 0.69999998807907
  286.  
  287. ShadowMainFrame_12.Name = "ShadowMainFrame"
  288. ShadowMainFrame_12.Parent = Close
  289. ShadowMainFrame_12.BackgroundColor3 = Color3.new(0.329412, 0, 0)
  290. ShadowMainFrame_12.BorderSizePixel = 0
  291. ShadowMainFrame_12.Position = UDim2.new(0, 0, 0.853658617, 0)
  292. ShadowMainFrame_12.Size = UDim2.new(0, 42, 0, 6)
  293.  
  294. StealGUI.Name = "StealGUI"
  295. StealGUI.Parent = Main
  296. StealGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  297. StealGUI.BorderSizePixel = 0
  298. StealGUI.Position = UDim2.new(0.538271606, 0, 0.684375048, 0)
  299. StealGUI.Size = UDim2.new(0, 159, 0, 41)
  300. StealGUI.Font = Enum.Font.Cartoon
  301. StealGUI.Text = "Steal Item GUI"
  302. StealGUI.TextColor3 = Color3.new(0, 0, 0)
  303. StealGUI.TextSize = 14
  304. StealGUI.TextStrokeTransparency = 0.80000001192093
  305.  
  306. ShadowMainFrame_13.Name = "ShadowMainFrame"
  307. ShadowMainFrame_13.Parent = StealGUI
  308. ShadowMainFrame_13.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  309. ShadowMainFrame_13.BorderSizePixel = 0
  310. ShadowMainFrame_13.Position = UDim2.new(0, 0, 0.853658557, 0)
  311. ShadowMainFrame_13.Size = UDim2.new(0, 159, 0, 6)
  312.  
  313. TextLabel.Parent = Main
  314. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextLabel.BackgroundTransparency = 1
  316. TextLabel.Position = UDim2.new(0.254320979, 0, 0.109375, 0)
  317. TextLabel.Size = UDim2.new(0, 200, 0, 32)
  318. TextLabel.Font = Enum.Font.Cartoon
  319. TextLabel.Text = "STERCORE v1.2"
  320. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  321. TextLabel.TextSize = 30
  322. TextLabel.TextStrokeTransparency = 0.80000001192093
  323.  
  324. local opened = true
  325. udim = Main.Position
  326. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  327.  
  328. mouse.KeyDown:connect(function(key)
  329. if key:lower() == "v" then
  330. if opened == false then
  331. Main:TweenPosition(udim, 'In', 'Bounce', 1, true)
  332. opened = true
  333. else
  334. udim = Main.Position
  335. Main:TweenPosition(UDim2.new(-0.421, 0, 0.129, 0), 'Out', 'Linear', 0.5, true)
  336. opened = false
  337. end
  338. end
  339. --[[
  340. if key:lower() == "t" then
  341. Stercore:Destroy()
  342. end ]]--
  343. end)
  344.  
  345. Close.MouseButton1Down:Connect(function()
  346. udim = Main.Position
  347. Main:TweenPosition(UDim2.new(-0.421, 0, 0.129, 0), 'Out', 'Linear', 0.5, true)
  348. opened = false
  349. end)
  350.  
  351. -- script
  352. Fastchop.MouseButton1Down:connect(function()
  353. Detect = coroutine.wrap(function()
  354. Player = game.Players.LocalPlayer
  355. mouse = Player:GetMouse()
  356. mouse.Button1Down:connect(function()
  357. MouseDown = true
  358. end)
  359. mouse.Button1Up:connect(function()
  360. MouseDown = false
  361. end)
  362. end)
  363. Detect()
  364. Player = game.Players.LocalPlayer
  365. mouse = Player:GetMouse()
  366. game:GetService('RunService').RenderStepped:connect(function()
  367. if Player.Character:FindFirstChild("Tool") then
  368. if MouseDown == true then
  369. if mouse.Target.Name == "WoodSection" then
  370. targetWood = mouse.Target
  371. Tool=Player.Character.Tool
  372. ---FaceVector
  373. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  374. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  375. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  376. function fixVector(V)
  377. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  378. end
  379. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  380. if faceVector.Y ~= 0 then
  381. return
  382. end
  383. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  384. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  385. local relativeLookVector = relativeCFrame.lookVector
  386. local m = relativeLookVector.Y >= 0 and 1 or -1
  387. if faceVector.X == 1 then
  388. faceVector = Vector3.new(0, 0, -1) * m
  389. elseif faceVector.X == -1 then
  390. faceVector = Vector3.new(0, 0, 1) * m
  391. elseif faceVector.Z == 1 then
  392. faceVector = Vector3.new(1, 0, 0) * m
  393. elseif faceVector.Z == -1 then
  394. faceVector = Vector3.new(-1, 0, 0) * m
  395. end
  396. local cutEvent = targetWood.Parent.CutEvent
  397. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  398. end
  399. end
  400. end
  401. end)
  402. end)
  403.  
  404. SellPlank.MouseButton1Down:connect(function()
  405. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  406. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  407. if Plank.Owner.Value == game.Players.LocalPlayer then
  408. for i,v in pairs(Plank:GetChildren()) do
  409. if v.Name=="WoodSection" then
  410. spawn(function()
  411. for i=1,10 do
  412. wait()
  413. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  414. end
  415. end)
  416. end
  417. end
  418. spawn(function()
  419. for i=1,20 do
  420. wait()
  421. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  422. end
  423. end)
  424. end
  425. end
  426. end
  427. end)
  428.  
  429. SellWood.MouseButton1Down:connect(function()
  430. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  431. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  432. if Log.Owner.Value == game.Players.LocalPlayer then
  433. for i,v in pairs(Log:GetChildren()) do
  434. if v.Name=="WoodSection" then
  435. spawn(function()
  436. for i=1,10 do
  437. wait()
  438. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  439. end
  440. end)
  441. end
  442. end
  443. spawn(function()
  444. for i=1,20 do
  445. wait()
  446. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  447. end
  448. end)
  449. end
  450. end
  451. end
  452. end)
  453.  
  454. StealGUI.MouseButton1Down:connect(function()
  455. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  456. end)
  457.  
  458. InfinityJump.MouseButton1Down:connect(function()
  459. local Player = game:GetService'Players'.LocalPlayer;
  460. local UIS = game:GetService'UserInputService';
  461.  
  462. _G.JumpHeight = 50;
  463.  
  464. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  465.  
  466. UIS.InputBegan:connect(function(UserInput)
  467. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  468. Action(Player.Character.Humanoid, function(self)
  469. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  470. Action(self.Parent.HumanoidRootPart, function(self)
  471. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  472. end)
  473. end
  474. end)
  475. end
  476. end)
  477. end)
  478.  
  479. AntiBL.MouseButton1Down:connect(function()
  480. local plr = game.Players.LocalPlayer
  481. local cframe
  482.  
  483. for i,v in next, workspace:GetDescendants() do
  484. if v:IsA("SpawnLocation") then
  485. v.Touched:Connect(function(h)
  486. if h.Parent == plr.Character and cframe then
  487. plr.Character:SetPrimaryPartCFrame(cframe)
  488. end
  489. end)
  490. end
  491. end
  492.  
  493. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  494. if game.Players.LocalPlayer.Character.PrimaryPart then
  495. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  496. end
  497. end)
  498.  
  499. for i,v in next, debug.getregistry() do
  500. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  501. debug.setupvalue(v,"lastUpdate",math.huge)
  502. break
  503. end
  504. end
  505.  
  506. for i,v in next, workspace.Effects:GetChildren() do
  507. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  508. v:Destroy()
  509. end
  510. end
  511. end)
  512. Tpyourbase.MouseButton1Down:connect(function()
  513. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  514. if v.Owner.Value == game.Players.LocalPlayer then
  515. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  516. end
  517. end
  518. end)
  519.  
  520. Dupe.MouseButton1Down:connect(function()
  521. local plr = game:GetService("Players").LocalPlayer
  522. local slot = plr.CurrentSaveSlot
  523. if Option == false then
  524. if slot.Value == -1 then
  525. Option = true
  526. slot.RobloxLocked = true
  527. Dupe.BackgroundColor3 = Color3.new(0, 1, 0)
  528. end
  529. else
  530. Option = false
  531. slot.RobloxLocked = false
  532. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  533. end
  534. end)
  535.  
  536. SpeedQ.MouseButton1Down:connect(function()
  537. local plr = game:GetService("Players").LocalPlayer
  538. local char = plr.Character
  539. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  540. local hum = char:FindFirstChild("HumanoidRootPart")
  541. local speed = 3
  542. mouse.KeyDown:connect(function(key)
  543. if key == "q" then
  544. loop = true
  545. while loop do
  546. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  547. wait()
  548. end
  549. end
  550. end)
  551.  
  552. mouse.KeyUp:connect(function(key)
  553. if key == "q" then
  554. loop = false
  555. end
  556. end)
  557. end)
  558.  
  559. ModedWire.MouseButton1Down:connect(function()
  560. for i,v in next,game.ReplicatedStorage.Purchasables.WireObjects:GetChildren() do
  561. if v:FindFirstChild("Type") then
  562. if v.Type.Value == "Wire" then
  563. v.Type.Parent.OtherInfo.MaxLength.Value = 99999999
  564. end
  565. end
  566. end
  567. end)
Add Comment
Please, Sign In to add comment