Advertisement
Guest User

The Streets GUI

a guest
Jul 8th, 2017
46,670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.61 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GUI = Instance.new("ScreenGui")
  4. local OPEN = Instance.new("TextButton")
  5. local MAINFRAME = Instance.new("Frame")
  6. local TOPBAR = Instance.new("TextButton")
  7. local Line = Instance.new("TextBox")
  8. local Line_2 = Instance.new("TextBox")
  9. local TheStreets = Instance.new("TextButton")
  10. local ThemeButton = Instance.new("TextButton")
  11. local CreditsButton = Instance.new("TextButton")
  12. local Line_3 = Instance.new("TextBox")
  13. local Line_4 = Instance.new("TextBox")
  14. local Line_5 = Instance.new("TextBox")
  15. local ThemePage = Instance.new("TextButton")
  16. local ColorRed = Instance.new("TextButton")
  17. local ColorBlue = Instance.new("TextButton")
  18. local ColorGreen = Instance.new("TextButton")
  19. local ColorPurple = Instance.new("TextButton")
  20. local ImageLabel = Instance.new("ImageLabel")
  21. local ColorDark = Instance.new("TextButton")
  22. local TheStreetsPage = Instance.new("TextBox")
  23. local SaveTools = Instance.new("TextButton")
  24. local NoClipTools = Instance.new("TextButton")
  25. local InsaneAll = Instance.new("TextButton")
  26. local NoClipFly = Instance.new("TextButton")
  27. local InfinitStam = Instance.new("TextButton")
  28. local GodMode = Instance.new("TextButton")
  29. local DoubleJump = Instance.new("TextButton")
  30. local BridgeTool = Instance.new("TextButton")
  31. local CreditPage = Instance.new("TextBox")
  32. local TextLabel = Instance.new("TextLabel")
  33. local TextLabel_2 = Instance.new("TextLabel")
  34. local TextLabel_3 = Instance.new("TextLabel")
  35.  
  36. GUI.Name = "GUI"
  37. GUI.Parent = game.CoreGui
  38.  
  39. OPEN.Name = "OPEN"
  40. OPEN.Parent = GUI
  41. OPEN.BackgroundColor3 = Color3.new(0, 0, 0)
  42. OPEN.BackgroundTransparency = 0.10000000149012
  43. OPEN.BorderColor3 = Color3.new(0, 0, 0)
  44. OPEN.Draggable = true
  45. OPEN.Position = UDim2.new(0, 0, 0, 418)
  46. OPEN.Size = UDim2.new(0, 139, 0, 17)
  47. OPEN.Font = Enum.Font.Cartoon
  48. OPEN.FontSize = Enum.FontSize.Size24
  49. OPEN.Text = "OPEN"
  50. OPEN.TextColor3 = Color3.new(0.333333, 1, 1)
  51. OPEN.TextSize = 20
  52.  
  53. MAINFRAME.Name = "MAINFRAME"
  54. MAINFRAME.Parent = GUI
  55. MAINFRAME.BackgroundColor3 = Color3.new(0, 0, 0)
  56. MAINFRAME.BackgroundTransparency = 0.30000001192093
  57. MAINFRAME.Draggable = true
  58. MAINFRAME.Position = UDim2.new(0, 282, 0, 138)
  59. MAINFRAME.Selectable = true
  60. MAINFRAME.Size = UDim2.new(0, 607, 0, 295)
  61. MAINFRAME.Visible = false
  62.  
  63. TOPBAR.Name = "TOPBAR"
  64. TOPBAR.Parent = MAINFRAME
  65. TOPBAR.Active = false
  66. TOPBAR.BackgroundColor3 = Color3.new(0, 0, 0)
  67. TOPBAR.BackgroundTransparency = 0.20000000298023
  68. TOPBAR.Position = UDim2.new(0, 0, 0, -50)
  69. TOPBAR.Size = UDim2.new(0, 607, 0, 50)
  70. TOPBAR.Font = Enum.Font.Cartoon
  71. TOPBAR.FontSize = Enum.FontSize.Size60
  72. TOPBAR.Text = "Minimize"
  73. TOPBAR.TextColor3 = Color3.new(0.333333, 1, 1)
  74. TOPBAR.TextSize = 50
  75. TOPBAR.TextXAlignment = Enum.TextXAlignment.Left
  76.  
  77. Line.Name = "Line"
  78. Line.Parent = MAINFRAME
  79. Line.BackgroundColor3 = Color3.new(0, 0, 0)
  80. Line.BackgroundTransparency = 0.10000000149012
  81. Line.BorderColor3 = Color3.new(0, 0, 0)
  82. Line.Position = UDim2.new(0, 192, 0, 0)
  83. Line.Size = UDim2.new(0, 8, 0, 295)
  84. Line.Font = Enum.Font.SourceSans
  85. Line.FontSize = Enum.FontSize.Size14
  86. Line.Text = ""
  87. Line.TextSize = 14
  88.  
  89. Line_2.Name = "Line"
  90. Line_2.Parent = MAINFRAME
  91. Line_2.BackgroundColor3 = Color3.new(0, 0, 0)
  92. Line_2.BackgroundTransparency = 0.10000000149012
  93. Line_2.BorderColor3 = Color3.new(0, 0, 0)
  94. Line_2.Size = UDim2.new(0, 607, 0, 2)
  95. Line_2.Font = Enum.Font.SourceSans
  96. Line_2.FontSize = Enum.FontSize.Size14
  97. Line_2.Text = ""
  98. Line_2.TextSize = 14
  99.  
  100. TheStreets.Name = "TheStreets"
  101. TheStreets.Parent = MAINFRAME
  102. TheStreets.BackgroundColor3 = Color3.new(0, 0, 0)
  103. TheStreets.BackgroundTransparency = 0.20000000298023
  104. TheStreets.BorderColor3 = Color3.new(0, 0, 0)
  105. TheStreets.Position = UDim2.new(0, 0, 0, 17)
  106. TheStreets.Size = UDim2.new(0, 190, 0, 33)
  107. TheStreets.Font = Enum.Font.Cartoon
  108. TheStreets.FontSize = Enum.FontSize.Size14
  109. TheStreets.Text = "TheStreets"
  110. TheStreets.TextColor3 = Color3.new(0.333333, 1, 1)
  111. TheStreets.TextSize = 14
  112.  
  113. ThemeButton.Name = "ThemeButton"
  114. ThemeButton.Parent = MAINFRAME
  115. ThemeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  116. ThemeButton.BackgroundTransparency = 0.20000000298023
  117. ThemeButton.BorderColor3 = Color3.new(0, 0, 0)
  118. ThemeButton.Position = UDim2.new(0, 0, 0, 66)
  119. ThemeButton.Size = UDim2.new(0, 190, 0, 33)
  120. ThemeButton.Font = Enum.Font.Cartoon
  121. ThemeButton.FontSize = Enum.FontSize.Size14
  122. ThemeButton.Text = "Themes"
  123. ThemeButton.TextColor3 = Color3.new(0.333333, 1, 1)
  124. ThemeButton.TextSize = 14
  125.  
  126. CreditsButton.Name = "CreditsButton"
  127. CreditsButton.Parent = MAINFRAME
  128. CreditsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  129. CreditsButton.BackgroundTransparency = 0.20000000298023
  130. CreditsButton.BorderColor3 = Color3.new(0, 0, 0)
  131. CreditsButton.Position = UDim2.new(0, 0, 0, 115)
  132. CreditsButton.Size = UDim2.new(0, 190, 0, 33)
  133. CreditsButton.Font = Enum.Font.Cartoon
  134. CreditsButton.FontSize = Enum.FontSize.Size14
  135. CreditsButton.Text = "Credits"
  136. CreditsButton.TextColor3 = Color3.new(0.333333, 1, 1)
  137. CreditsButton.TextSize = 14
  138.  
  139. Line_3.Name = "Line"
  140. Line_3.Parent = MAINFRAME
  141. Line_3.BackgroundColor3 = Color3.new(0, 0, 0)
  142. Line_3.BackgroundTransparency = 0.10000000149012
  143. Line_3.BorderColor3 = Color3.new(0, 0, 0)
  144. Line_3.Position = UDim2.new(0, 599, 0, 0)
  145. Line_3.Size = UDim2.new(0, 8, 0, 295)
  146. Line_3.Font = Enum.Font.SourceSans
  147. Line_3.FontSize = Enum.FontSize.Size14
  148. Line_3.Text = ""
  149. Line_3.TextSize = 14
  150.  
  151. Line_4.Name = "Line"
  152. Line_4.Parent = MAINFRAME
  153. Line_4.BackgroundColor3 = Color3.new(0, 0, 0)
  154. Line_4.BackgroundTransparency = 0.10000000149012
  155. Line_4.BorderColor3 = Color3.new(0, 0, 0)
  156. Line_4.Position = UDim2.new(0, 0, 0, 293)
  157. Line_4.Size = UDim2.new(0, 607, 0, 2)
  158. Line_4.Font = Enum.Font.SourceSans
  159. Line_4.FontSize = Enum.FontSize.Size14
  160. Line_4.Text = ""
  161. Line_4.TextColor3 = Color3.new(0, 0, 0)
  162. Line_4.TextSize = 14
  163.  
  164. Line_5.Name = "Line"
  165. Line_5.Parent = MAINFRAME
  166. Line_5.BackgroundColor3 = Color3.new(0, 0, 0)
  167. Line_5.BackgroundTransparency = 0.10000000149012
  168. Line_5.BorderColor3 = Color3.new(0, 0, 0)
  169. Line_5.Size = UDim2.new(0, 0, 0, 295)
  170. Line_5.Font = Enum.Font.SourceSans
  171. Line_5.FontSize = Enum.FontSize.Size14
  172. Line_5.Text = ""
  173. Line_5.TextSize = 14
  174.  
  175. ThemePage.Name = "ThemePage"
  176. ThemePage.Parent = MAINFRAME
  177. ThemePage.BackgroundColor3 = Color3.new(0, 0, 0)
  178. ThemePage.BackgroundTransparency = 43434
  179. ThemePage.BorderColor3 = Color3.new(0, 0, 0)
  180. ThemePage.Position = UDim2.new(0, 219, 0, 0)
  181. ThemePage.Size = UDim2.new(0, 388, 0, 295)
  182. ThemePage.Visible = false
  183. ThemePage.Font = Enum.Font.Cartoon
  184. ThemePage.FontSize = Enum.FontSize.Size14
  185. ThemePage.Text = ""
  186. ThemePage.TextColor3 = Color3.new(0.333333, 1, 1)
  187. ThemePage.TextSize = 14
  188.  
  189. ColorRed.Name = "ColorRed"
  190. ColorRed.Parent = ThemePage
  191. ColorRed.BackgroundColor3 = Color3.new(1, 0, 0)
  192. ColorRed.BackgroundTransparency = 0.5
  193. ColorRed.Position = UDim2.new(0, 17, 0, 18)
  194. ColorRed.Size = UDim2.new(0, 149, 0, 33)
  195. ColorRed.Font = Enum.Font.Cartoon
  196. ColorRed.FontSize = Enum.FontSize.Size14
  197. ColorRed.Text = "Red"
  198. ColorRed.TextColor3 = Color3.new(0, 0, 0)
  199. ColorRed.TextSize = 14
  200.  
  201. ColorBlue.Name = "ColorBlue"
  202. ColorBlue.Parent = ThemePage
  203. ColorBlue.BackgroundColor3 = Color3.new(0, 0, 1)
  204. ColorBlue.BackgroundTransparency = 0.5
  205. ColorBlue.Position = UDim2.new(0, 204, 0, 18)
  206. ColorBlue.Size = UDim2.new(0, 149, 0, 33)
  207. ColorBlue.Font = Enum.Font.Cartoon
  208. ColorBlue.FontSize = Enum.FontSize.Size14
  209. ColorBlue.Text = "Blue"
  210. ColorBlue.TextColor3 = Color3.new(0, 0, 0)
  211. ColorBlue.TextSize = 14
  212.  
  213. ColorGreen.Name = "ColorGreen"
  214. ColorGreen.Parent = ThemePage
  215. ColorGreen.BackgroundColor3 = Color3.new(0, 1, 0)
  216. ColorGreen.BackgroundTransparency = 0.5
  217. ColorGreen.Position = UDim2.new(0, 20, 0, 75)
  218. ColorGreen.Size = UDim2.new(0, 149, 0, 33)
  219. ColorGreen.Font = Enum.Font.Cartoon
  220. ColorGreen.FontSize = Enum.FontSize.Size14
  221. ColorGreen.Text = "Green"
  222. ColorGreen.TextColor3 = Color3.new(0, 0, 0)
  223. ColorGreen.TextSize = 14
  224.  
  225. ColorPurple.Name = "ColorPurple"
  226. ColorPurple.Parent = ThemePage
  227. ColorPurple.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  228. ColorPurple.BackgroundTransparency = 0.5
  229. ColorPurple.Position = UDim2.new(0, 204, 0, 75)
  230. ColorPurple.Size = UDim2.new(0, 149, 0, 33)
  231. ColorPurple.Font = Enum.Font.Cartoon
  232. ColorPurple.FontSize = Enum.FontSize.Size14
  233. ColorPurple.Text = "Purple"
  234. ColorPurple.TextColor3 = Color3.new(0, 0, 0)
  235. ColorPurple.TextSize = 14
  236.  
  237. ImageLabel.Parent = ThemePage
  238. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  239. ImageLabel.BackgroundTransparency = 3
  240. ImageLabel.Position = UDim2.new(0, 134, 0, 175)
  241. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  242. ImageLabel.Image = "rbxassetid://7829588"
  243.  
  244. ColorDark.Name = "ColorDark"
  245. ColorDark.Parent = ThemePage
  246. ColorDark.BackgroundColor3 = Color3.new(0, 0, 0)
  247. ColorDark.BorderColor3 = Color3.new(0, 0, 0)
  248. ColorDark.Position = UDim2.new(0, 112, 0, 125)
  249. ColorDark.Size = UDim2.new(0, 149, 0, 33)
  250. ColorDark.Font = Enum.Font.Cartoon
  251. ColorDark.FontSize = Enum.FontSize.Size14
  252. ColorDark.Text = "Black"
  253. ColorDark.TextColor3 = Color3.new(1, 1, 1)
  254. ColorDark.TextSize = 14
  255. ColorDark.TextStrokeColor3 = Color3.new(1, 1, 1)
  256.  
  257. TheStreetsPage.Name = "TheStreetsPage"
  258. TheStreetsPage.Parent = MAINFRAME
  259. TheStreetsPage.BackgroundColor3 = Color3.new(0, 0, 0)
  260. TheStreetsPage.BackgroundTransparency = 5
  261. TheStreetsPage.Position = UDim2.new(0, 199, 0, 0)
  262. TheStreetsPage.Size = UDim2.new(0, 408, 0, 295)
  263. TheStreetsPage.Visible = false
  264. TheStreetsPage.Font = Enum.Font.SourceSans
  265. TheStreetsPage.FontSize = Enum.FontSize.Size14
  266. TheStreetsPage.Text = ""
  267. TheStreetsPage.TextSize = 14
  268.  
  269. SaveTools.Name = "SaveTools"
  270. SaveTools.Parent = TheStreetsPage
  271. SaveTools.BackgroundColor3 = Color3.new(0, 0, 0)
  272. SaveTools.BackgroundTransparency = 0.30000001192093
  273. SaveTools.BorderColor3 = Color3.new(0, 0, 0)
  274. SaveTools.Position = UDim2.new(0, 0, 0, 105)
  275. SaveTools.Size = UDim2.new(0, 159, 0, 38)
  276. SaveTools.Font = Enum.Font.SourceSans
  277. SaveTools.FontSize = Enum.FontSize.Size14
  278. SaveTools.Text = "Savetools"
  279. SaveTools.TextColor3 = Color3.new(0.333333, 1, 1)
  280. SaveTools.TextSize = 14
  281.  
  282. NoClipTools.Name = "NoClipTools"
  283. NoClipTools.Parent = TheStreetsPage
  284. NoClipTools.BackgroundColor3 = Color3.new(0, 0, 0)
  285. NoClipTools.BackgroundTransparency = 0.30000001192093
  286. NoClipTools.BorderColor3 = Color3.new(0, 0, 0)
  287. NoClipTools.Position = UDim2.new(0, 0, 0, 159)
  288. NoClipTools.Size = UDim2.new(0, 159, 0, 38)
  289. NoClipTools.Font = Enum.Font.SourceSans
  290. NoClipTools.FontSize = Enum.FontSize.Size14
  291. NoClipTools.Text = "NoClipTools"
  292. NoClipTools.TextColor3 = Color3.new(0.333333, 1, 1)
  293. NoClipTools.TextSize = 14
  294.  
  295. InsaneAll.Name = "InsaneAll"
  296. InsaneAll.Parent = TheStreetsPage
  297. InsaneAll.BackgroundColor3 = Color3.new(0, 0, 0)
  298. InsaneAll.BackgroundTransparency = 0.30000001192093
  299. InsaneAll.BorderColor3 = Color3.new(0, 0, 0)
  300. InsaneAll.Position = UDim2.new(0, 235, 0, 0)
  301. InsaneAll.Size = UDim2.new(0, 173, 0, 38)
  302. InsaneAll.Font = Enum.Font.SourceSans
  303. InsaneAll.FontSize = Enum.FontSize.Size14
  304. InsaneAll.Text = "InsaneAll"
  305. InsaneAll.TextColor3 = Color3.new(0.333333, 1, 1)
  306. InsaneAll.TextSize = 14
  307.  
  308. NoClipFly.Name = "NoClipFly"
  309. NoClipFly.Parent = TheStreetsPage
  310. NoClipFly.BackgroundColor3 = Color3.new(0, 0, 0)
  311. NoClipFly.BackgroundTransparency = 0.30000001192093
  312. NoClipFly.BorderColor3 = Color3.new(0, 0, 0)
  313. NoClipFly.Position = UDim2.new(0, 235, 0, 159)
  314. NoClipFly.Size = UDim2.new(0, 173, 0, 38)
  315. NoClipFly.Font = Enum.Font.SourceSans
  316. NoClipFly.FontSize = Enum.FontSize.Size14
  317. NoClipFly.Text = "NoClipFly"
  318. NoClipFly.TextColor3 = Color3.new(0.333333, 1, 1)
  319. NoClipFly.TextSize = 14
  320.  
  321. InfinitStam.Name = "InfinitStam"
  322. InfinitStam.Parent = TheStreetsPage
  323. InfinitStam.BackgroundColor3 = Color3.new(0, 0, 0)
  324. InfinitStam.BackgroundTransparency = 0.30000001192093
  325. InfinitStam.BorderColor3 = Color3.new(0, 0, 0)
  326. InfinitStam.Position = UDim2.new(0, 0, 0, 53)
  327. InfinitStam.Size = UDim2.new(0, 159, 0, 38)
  328. InfinitStam.Font = Enum.Font.SourceSans
  329. InfinitStam.FontSize = Enum.FontSize.Size14
  330. InfinitStam.Text = "InfinitStam"
  331. InfinitStam.TextColor3 = Color3.new(0.333333, 1, 1)
  332. InfinitStam.TextSize = 14
  333.  
  334. GodMode.Name = "GodMode"
  335. GodMode.Parent = TheStreetsPage
  336. GodMode.BackgroundColor3 = Color3.new(0, 0, 0)
  337. GodMode.BackgroundTransparency = 0.30000001192093
  338. GodMode.BorderColor3 = Color3.new(0, 0, 0)
  339. GodMode.Size = UDim2.new(0, 159, 0, 38)
  340. GodMode.Font = Enum.Font.SourceSans
  341. GodMode.FontSize = Enum.FontSize.Size14
  342. GodMode.Text = "GodMode"
  343. GodMode.TextColor3 = Color3.new(0.333333, 1, 1)
  344. GodMode.TextSize = 14
  345.  
  346. DoubleJump.Name = "DoubleJump"
  347. DoubleJump.Parent = TheStreetsPage
  348. DoubleJump.BackgroundColor3 = Color3.new(0, 0, 0)
  349. DoubleJump.BackgroundTransparency = 0.30000001192093
  350. DoubleJump.BorderColor3 = Color3.new(0, 0, 0)
  351. DoubleJump.Position = UDim2.new(0, 235, 0, 104)
  352. DoubleJump.Size = UDim2.new(0, 173, 0, 38)
  353. DoubleJump.Font = Enum.Font.SourceSans
  354. DoubleJump.FontSize = Enum.FontSize.Size14
  355. DoubleJump.Text = "DoubleJump"
  356. DoubleJump.TextColor3 = Color3.new(0.333333, 1, 1)
  357. DoubleJump.TextSize = 14
  358.  
  359. BridgeTool.Name = "BridgeTool"
  360. BridgeTool.Parent = TheStreetsPage
  361. BridgeTool.BackgroundColor3 = Color3.new(0, 0, 0)
  362. BridgeTool.BackgroundTransparency = 0.30000001192093
  363. BridgeTool.BorderColor3 = Color3.new(0, 0, 0)
  364. BridgeTool.Position = UDim2.new(0, 235, 0, 55)
  365. BridgeTool.Size = UDim2.new(0, 173, 0, 38)
  366. BridgeTool.Font = Enum.Font.SourceSans
  367. BridgeTool.FontSize = Enum.FontSize.Size14
  368. BridgeTool.Text = "BridgeTool"
  369. BridgeTool.TextColor3 = Color3.new(0.333333, 1, 1)
  370. BridgeTool.TextSize = 14
  371.  
  372. CreditPage.Name = "CreditPage"
  373. CreditPage.Parent = MAINFRAME
  374. CreditPage.BackgroundColor3 = Color3.new(0, 0, 0)
  375. CreditPage.BackgroundTransparency = 4
  376. CreditPage.Position = UDim2.new(0, 204, 0, 0)
  377. CreditPage.Size = UDim2.new(0, 403, 0, 295)
  378. CreditPage.Visible = false
  379. CreditPage.Font = Enum.Font.SourceSans
  380. CreditPage.FontSize = Enum.FontSize.Size14
  381. CreditPage.Text = ""
  382. CreditPage.TextSize = 14
  383.  
  384. TextLabel.Parent = CreditPage
  385. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  386. TextLabel.BackgroundTransparency = 4
  387. TextLabel.Position = UDim2.new(0, 0, 0, 50)
  388. TextLabel.Size = UDim2.new(0, 403, 0, 50)
  389. TextLabel.Font = Enum.Font.Cartoon
  390. TextLabel.FontSize = Enum.FontSize.Size36
  391. TextLabel.Text = "Made by lolboy123#0581"
  392. TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  393. TextLabel.TextSize = 35
  394.  
  395. TextLabel_2.Parent = CreditPage
  396. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  397. TextLabel_2.BackgroundTransparency = 4
  398. TextLabel_2.Position = UDim2.new(0, 0, 0, 98)
  399. TextLabel_2.Size = UDim2.new(0, 403, 0, 50)
  400. TextLabel_2.Font = Enum.Font.Cartoon
  401. TextLabel_2.FontSize = Enum.FontSize.Size36
  402. TextLabel_2.Text = "Will be adding more shit "
  403. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 1)
  404. TextLabel_2.TextSize = 35
  405.  
  406. TextLabel_3.Parent = CreditPage
  407. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  408. TextLabel_3.BackgroundTransparency = 4
  409. TextLabel_3.Position = UDim2.new(0, 0, 0, 148)
  410. TextLabel_3.Size = UDim2.new(0, 403, 0, 50)
  411. TextLabel_3.Font = Enum.Font.Cartoon
  412. TextLabel_3.FontSize = Enum.FontSize.Size36
  413. TextLabel_3.Text = "Enjoy :)"
  414. TextLabel_3.TextColor3 = Color3.new(0.333333, 1, 1)
  415. TextLabel_3.TextSize = 35
  416.  
  417. TOPBAR.MouseButton1Click:connect(function()
  418. MAINFRAME:TweenSize(UDim2.new(0,680,0,0), 'InOut', 'Quad', 0.5, false)
  419. wait(0.5)
  420. TOPBAR:TweenSize(UDim2.new(0,0,0.06,0), 'InOut', 'Quad', 0.5, false)
  421. MAINFRAME.Visible = false
  422. OPEN.Visible = true
  423. end)
  424.  
  425. OPEN.MouseButton1Click:connect(function()
  426. OPEN.Visible = false
  427. MAINFRAME.Visible = true
  428. TOPBAR.TextXAlignment = "Left"
  429. MAINFRAME:TweenSize(UDim2.new(0, 607,0, 295), 'InOut', 'Quad', 0.5, false)
  430. wait(0.5)
  431. TOPBAR:TweenSize(UDim2.new(1,0,0.15,0), 'InOut', 'Quad', 0.5, false)
  432. wait(0.5)
  433. TOPBAR.Text = "Minimize"
  434. MAINFRAME.TheStreets.Text = "TheStreets"
  435. MAINFRAME.ThemePage.Text = "Themes"
  436. MAINFRAME.CreditsPage.Text = "Credits"
  437. end)
  438.  
  439. TheStreets.MouseButton1Down:connect(function()
  440. MAINFRAME.Visible = true
  441. TheStreetsPage.Visible = true
  442. ThemePage.Visible = false
  443. CreditPage.Visible = false
  444. end)
  445.  
  446. ThemeButton.MouseButton1Down:connect(function()
  447. MAINFRAME.Visible = true
  448. ThemePage.Visible = true
  449. CreditPage.Visible = false
  450. end)
  451.  
  452. ThemeButton.MouseButton1Down:connect(function()
  453. ThemePage.Visible = true
  454. MAINFRAME.Visible = true
  455. TheStreetsPage.Visible = false
  456. CreditPage.Visible = false
  457. end)
  458.  
  459. CreditsButton.MouseButton1Down:connect(function()
  460. CreditPage.Visible = true
  461. MAINFRAME.Visible = true
  462. TheStreetsPage.Visible = false
  463. ThemePage.Visible = false
  464. end)
  465.  
  466. ColorRed.MouseButton1Click:connect(function()
  467. local a = {name, NoClipTools, BridgeTool, TheStreets, InsaneAll, NoClipFly, GodMode, DoubleJump, Page2button, SaveTools, TheStreetGui, InfinitStam, TOPBAR, CreditsButton, ThemeButton, OPEN, Line, Line_2, Line_3, Line_4, Line_5}
  468. for i,v in pairs(a) do
  469. v.BackgroundColor3 = Color3.new(255, 0, 0)
  470. v.BorderColor3 = Color3.new(0, 0, 0)
  471. if v.ClassName == "TextButton" then
  472. v.TextColor3 = Color3.new(0, 0, 0)
  473. if v.ClassName == "TextBox" then
  474. v.BackgroundColor3 = Color3.new(0, 0, 0)
  475. end
  476. end
  477. end
  478. end)
  479.  
  480. ColorBlue.MouseButton1Click:connect(function()
  481. local a = {name, NoClipTools, BridgeTool, TheStreets, InsaneAll, NoClipFly, GodMode, DoubleJump, Page2button, SaveTools, TheStreetGui, InfinitStam, TOPBAR, CreditsButton, ThemeButton, OPEN, Line, Line_2, Line_3, Line_4, Line_5}
  482. for i,v in pairs(a) do
  483. v.BackgroundColor3 = Color3.new(0, 0, 255)
  484. v.BorderColor3 = Color3.new(0, 0, 0)
  485. if v.ClassName == "TextButton" then
  486. v.TextColor3 = Color3.new(0, 0, 0)
  487. if v.ClassName == "TextBox" then
  488. v.BackgroundColor3 = Color3.new(0, 0, 0)
  489. end
  490. end
  491. end
  492. end)
  493.  
  494. ColorGreen.MouseButton1Click:connect(function()
  495. local a = {name, NoClipTools, BridgeTool, TheStreets, InsaneAll, NoClipFly, GodMode, DoubleJump, Page2button, SaveTools, TheStreetGui, InfinitStam, TOPBAR, CreditsButton, ThemeButton, OPEN, Line, Line_2, Line_3, Line_4, Line_5}
  496. for i,v in pairs(a) do
  497. v.BackgroundColor3 = Color3.new(0, 255, 0)
  498. v.BorderColor3 = Color3.new(0, 0, 0)
  499. if v.ClassName == "TextButton" then
  500. v.TextColor3 = Color3.new(0, 0, 0)
  501. if v.ClassName == "TextBox" then
  502. v.BackgroundColor3 = Color3.new(0, 0, 0)
  503. end
  504. end
  505. end
  506. end)
  507.  
  508. ColorDark.MouseButton1Click:connect(function()
  509. local a = {name, NoClipTools, BridgeTool, TheStreets, InsaneAll, NoClipFly, GodMode, DoubleJump, Page2button, SaveTools, TheStreetGui, InfinitStam, TOPBAR, CreditsButton, ThemeButton, OPEN, Line, Line_2, Line_3, Line_4, Line_5}
  510. for i,v in pairs(a) do
  511. v.BackgroundColor3 = Color3.new(0, 0, 0)
  512. v.BorderColor3 = Color3.new(0, 0, 0)
  513. if v.ClassName == "TextButton" then
  514. v.TextColor3 = Color3.new(255, 255, 255)
  515. if v.ClassName == "TextBox" then
  516. v.BackgroundColor3 = Color3.new(0, 0, 0)
  517. end
  518. end
  519. end
  520. end)
  521.  
  522. ColorPurple.MouseButton1Click:connect(function()
  523. local a = {name, NoClipTools, BridgeTool, TheStreets, InsaneAll, NoClipFly, GodMode, DoubleJump, Page2button, SaveTools, TheStreetGui, InfinitStam, TOPBAR, CreditsButton, ThemeButton, OPEN, Line, Line_2, Line_3, Line_4, Line_5}
  524. for i,v in pairs(a) do
  525. v.BackgroundColor3 = Color3.new(170, 0, 127)
  526. v.BorderColor3 = Color3.new(0, 0, 0)
  527. if v.ClassName == "TextButton" then
  528. v.TextColor3 = Color3.new(0, 0, 0)
  529. if v.ClassName == "TextBox" then
  530. v.BackgroundColor3 = Color3.new(0, 0, 0)
  531. end
  532. end
  533. end
  534. end)
  535.  
  536. InfinitStam.MouseButton1Click:connect(function()
  537. local player=game.Players.LocalPlayer
  538. player.Backpack:WaitForChild("Punch").Info.Cooldown.Value = 0.01
  539. player.Backpack.Punch.Info.AnimSpeed.Value = 5
  540. player.Backpack:WaitForChild("Knife").Info.Cooldown.Value = 0.01
  541. player.Backpack.Knife.Info.AnimSpeed.Value = 5
  542. if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 503266657) then
  543. player.Backpack:WaitForChild("Pipe").Info.Cooldown.Value = 0.01
  544. player.Backpack.Pipe.Info.AnimSpeed.Value = 5
  545. end
  546. player.Backpack.ChildAdded:connect(function(child)
  547. if child.Name == "Bat" or child.Name == "Bottle" then
  548. child:WaitForChild("Info").Cooldown.Value = 0.01
  549. child.Info.AnimSpeed.Value = 5
  550. end
  551. end)
  552. local player=game.Players.LocalPlayer
  553. player.Backpack.ServerTraits.Stam.Changed:connect(function()
  554. player.Backpack.ServerTraits.Stam.Value = 100
  555. end)
  556. end)
  557.  
  558. NoClipTools.MouseButton1Click:connect(function()
  559. local plr = game.Players.LocalPlayer
  560.  
  561. if plr:FindFirstChild("PlayerGui") then plg=plr.PlayerGui else return end
  562. bin=Instance.new("HopperBin",plr:FindFirstChild("Backpack"))
  563. bin.Name="iBTools"
  564. bin.Selected:connect(function(mouse)
  565. box=Instance.new("SelectionBox")
  566. lso=Instance.new("SelectionPointLasso")
  567. lso.Visible=false
  568. coroutine.resume(coroutine.create(function() repeat wait() if iOrb.Humanoid~=nil then
  569. lso.Humanoid=iOrb.Humanoid end until false end))
  570. md1=1
  571. md2=1
  572. md3=1
  573. clr=true
  574. ste=false
  575. lvi=false
  576. cle=false
  577. tme=.5
  578. function createGui()
  579. gui=Instance.new("ScreenGui",plg)
  580. gui.Name="iBGui"
  581. --PanelGUI--
  582. frm=Instance.new("Frame",gui)
  583. frm.Visible=false
  584. frm.Name="iBPanel"
  585. frm.Position=UDim2.new(0.0199999996,0,0.400000006,0)
  586. frm.Size=UDim2.new(0.150000006,0,0.400000006,0)
  587. frm.Style="RobloxRound"
  588. frm.ZIndex=8
  589. lab=Instance.new("TextLabel",frm)
  590. lab.Name="iBTitle"
  591. lab.BackgroundTransparency=1
  592. lab.Size=UDim2.new(1,0,0.150000006,0)
  593. lab.ZIndex=9
  594. lab.Font="ArialBold"
  595. lab.FontSize="Size18"
  596. lab.Text="iBuildTools Panel"
  597. lab.TextColor3=Color3.new(1,1,1)
  598. lab.TextStrokeTransparency=0
  599. lab.TextStrokeColor3=Color3.new(0,0,0)
  600. del=Instance.new("TextButton",frm)
  601. del.Name="iBDelete"
  602. del.BackgroundTransparency=1
  603. del.Position=UDim2.new(0,0,0.200000003,0)
  604. del.Size=UDim2.new(1,0,0.119999997,0)
  605. del.Style="RobloxButtonDefault"
  606. del.ZIndex=9
  607. del.Font="ArialBold"
  608. del.FontSize="Size12"
  609. del.Text="Delete"
  610. del.TextColor3=Color3.new(1,1,1)
  611. del.Selected=true
  612. ach=Instance.new("TextButton",frm)
  613. ach.Name="iBAnchor"
  614. ach.BackgroundTransparency=1
  615. ach.Position=UDim2.new(0,0,0.330000013,0)
  616. ach.Size=UDim2.new(1,0,0.119999997,0)
  617. ach.Style="RobloxButton"
  618. ach.ZIndex=9
  619. ach.Font="ArialBold"
  620. ach.FontSize="Size12"
  621. ach.Text="Anchor"
  622. ach.TextColor3=Color3.new(1,1,1)
  623. col=Instance.new("TextButton",frm)
  624. col.Name="iBCanCollide"
  625. col.BackgroundTransparency=1
  626. col.Position=UDim2.new(0,0,0.460000008,0)
  627. col.Size=UDim2.new(1,0,0.119999997,0)
  628. col.Style="RobloxButton"
  629. col.ZIndex=9
  630. col.Font="ArialBold"
  631. col.FontSize="Size12"
  632. col.Text="CanCollide"
  633. col.TextColor3=Color3.new(1,1,1)
  634. lck=Instance.new("TextButton",frm)
  635. lck.Name="iBLock"
  636. lck.BackgroundTransparency=1
  637. lck.Position=UDim2.new(0,0,0.579999983,0)
  638. lck.Size=UDim2.new(1,0,0.119999997,0)
  639. lck.Style="RobloxButton"
  640. lck.ZIndex=9
  641. lck.Font="ArialBold"
  642. lck.FontSize="Size12"
  643. lck.Text="Lock"
  644. lck.TextColor3=Color3.new(1,1,1)
  645. brk=Instance.new("TextButton",frm)
  646. brk.Name="iBBreak"
  647. brk.BackgroundTransparency=1
  648. brk.Position=UDim2.new(0,0,0.699999988,0)
  649. brk.Size=UDim2.new(1,0,0.119999997,0)
  650. brk.Style="RobloxButton"
  651. brk.ZIndex=9
  652. brk.Font="ArialBold"
  653. brk.FontSize="Size12"
  654. brk.Text="BreakJoints"
  655. brk.TextColor3=Color3.new(1,1,1)
  656. set=Instance.new("TextButton",frm)
  657. set.Name="iBSettings"
  658. set.BackgroundTransparency=1
  659. set.Position=UDim2.new(0,0,0.829999983,0)
  660. set.Size=UDim2.new(1,0,0.119999997,0)
  661. set.Style="RobloxButton"
  662. set.ZIndex=9
  663. set.Font="ArialBold"
  664. set.FontSize="Size12"
  665. set.Text="Settings"
  666. set.TextColor3=Color3.new(1,1,1)
  667. frm.Visible=true
  668. --SettingsGUI--
  669. frs=Instance.new("Frame",gui)
  670. frs.Visible=false
  671. frs.Name="iBSettings"
  672. frs.Position=UDim2.new(0.389999986,0,0.400000006,0)
  673. frs.Size=UDim2.new(0.25,0,0.25,0)
  674. frs.Style="RobloxRound"
  675. frs.ZIndex=8
  676. frw=Instance.new("Frame",frs)
  677. frw.Name="iBWindow"
  678. frw.Position=UDim2.new(0,0,0.25999999,0)
  679. frw.Size=UDim2.new(1,0,0.74000001,0)
  680. frw.Style="RobloxRound"
  681. frw.ZIndex=8
  682. cls=Instance.new("TextButton",frs)
  683. cls.Name="iBClose"
  684. cls.Position=UDim2.new(0.850000024,0,-0.00999999978,0)
  685. cls.Size=UDim2.new(0.150000006,0,0.219999999,0)
  686. cls.Style="RobloxButtonDefault"
  687. cls.ZIndex=10
  688. cls.Font="ArialBold"
  689. cls.FontSize="Size12"
  690. cls.Text="X"
  691. cls.TextColor3=Color3.new(1,0,0)
  692. wtl=Instance.new("TextLabel",frs)
  693. wtl.Name="iBTitle"
  694. wtl.BackgroundTransparency=1
  695. wtl.Size=UDim2.new(1,0,0.25,0)
  696. wtl.ZIndex=9
  697. wtl.Font="ArialBold"
  698. wtl.FontSize="Size14"
  699. wtl.Text="iBuildTools Settings Window"
  700. wtl.TextColor3=Color3.new(1,1,1)
  701. wtl.TextStrokeColor3=Color3.new(0,0,0)
  702. wtl.TextStrokeTransparency=0
  703. wtl.TextXAlignment="Left"
  704. clk=Instance.new("TextLabel",frw)
  705. clk.Name="iBClick"
  706. clk.BackgroundTransparency=1
  707. clk.Size=UDim2.new(1,0,0.330000013,0)
  708. clk.ZIndex=10
  709. clk.Font="ArialBold"
  710. clk.FontSize="Size12"
  711. clk.TextColor3=Color3.new(1,1,1)
  712. clk.Text=" - Click Mode : "
  713. clk.TextStrokeColor3=Color3.new(0,0,0)
  714. clk.TextStrokeTransparency=0
  715. clk.TextXAlignment="Left"
  716. ray=Instance.new("TextLabel",frw)
  717. ray.Name="iBRay"
  718. ray.BackgroundTransparency=1
  719. ray.Position=UDim2.new(0,0,0.330000013,0)
  720. ray.Size=UDim2.new(1,0,0.330000013,0)
  721. ray.ZIndex=10
  722. ray.Font="ArialBold"
  723. ray.FontSize="Size12"
  724. ray.TextColor3=Color3.new(1,1,1)
  725. ray.Text=" - Ray Mode : "
  726. ray.TextStrokeColor3=Color3.new(0,0,0)
  727. ray.TextStrokeTransparency=0
  728. ray.TextXAlignment="Left"
  729. rfc=Instance.new("TextLabel",frw)
  730. rfc.Name="iBRayFunction"
  731. rfc.BackgroundTransparency=1
  732. rfc.Position=UDim2.new(0,0,0.660000013,0)
  733. rfc.Size=UDim2.new(1,0,0.330000013,0)
  734. rfc.ZIndex=10
  735. rfc.Font="ArialBold"
  736. rfc.FontSize="Size12"
  737. rfc.TextColor3=Color3.new(1,1,1)
  738. rfc.Text=" - Ray Function : "
  739. rfc.TextStrokeColor3=Color3.new(0,0,0)
  740. rfc.TextStrokeTransparency=0
  741. rfc.TextXAlignment="Left"
  742. ckb=Instance.new("TextButton",frw)
  743. ckb.Name="iBClickButton"
  744. ckb.Position=UDim2.new(0.400000006,0,0,0)
  745. ckb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  746. ckb.ZIndex=10
  747. ckb.Selected=true
  748. ckb.Style="RobloxButtonDefault"
  749. ckb.Font="ArialBold"
  750. ckb.FontSize="Size12"
  751. ckb.Text="Enabled"
  752. ckb.TextColor3=Color3.new(0,1,0)
  753. ryb=Instance.new("TextButton",frw)
  754. ryb.Name="iBRayButton"
  755. ryb.Position=UDim2.new(0.400000006,0,0.330000013,0)
  756. ryb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  757. ryb.Style="RobloxButton"
  758. ryb.ZIndex=10
  759. ryb.Font="ArialBold"
  760. ryb.FontSize="Size12"
  761. ryb.Text="Disabled"
  762. ryb.TextColor3=Color3.new(1,0,0)
  763. rfb=Instance.new("TextButton",frw)
  764. rfb.Name="iBRayFButton"
  765. rfb.Position=UDim2.new(0.400000006,0,0.660000013,0)
  766. rfb.Size=UDim2.new(0.600000024,0,0.330000013,0)
  767. rfb.Style="RobloxButtonDefault"
  768. rfb.ZIndex=10
  769. rfb.Font="ArialBold"
  770. rfb.FontSize="Size12"
  771. rfb.Text="Enable Propertie"
  772. rfb.TextColor3=Color3.new(0,1,0)
  773. end createGui()
  774. coroutine.resume(coroutine.create(function()
  775. while(mouse)and wait() do
  776. if(box)and(ray)then
  777. if(lvi)then
  778. lso.Visible=true
  779. else
  780. lso.Visible=false
  781. end
  782. if(md1==1)then
  783. if(clr)then
  784. if(mouse.Target~=nil)then
  785. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  786. box.Visible=true
  787. box.Parent=game.Workspace.CurrentCamera
  788. box.Adornee=mouse.Target
  789. if(md2==1)then
  790. box.Color=BrickColor.new("Bright red")
  791. elseif(md2==2)then
  792. if(mouse.Target.Anchored)then
  793. box.Color=BrickColor.new("Camo")
  794. else
  795. box.Color=BrickColor.new("Bright red")
  796. end
  797. elseif(md2==3)then
  798. if(mouse.Target.CanCollide)then
  799. box.Color=BrickColor.new("Camo")
  800. else
  801. box.Color=BrickColor.new("Bright red")
  802. end
  803. elseif(md2==4)then
  804. if(mouse.Target.Locked)then
  805. box.Color=BrickColor.new("Camo")
  806. else
  807. box.Color=BrickColor.new("Bright red")
  808. end
  809. elseif(md2==5)then
  810. box.Color=BrickColor.new("Bright blue")
  811. end
  812. end
  813. else
  814. box.Visible=false
  815. box.Parent=nil
  816. box.Adornee=nil
  817. end
  818. end
  819. elseif(md1==2)then
  820. lso.Point=mouse.Hit.p
  821. box.Visible=false
  822. box.Parent=nil
  823. box.Adornee=nil
  824. if(md2~=1)and(md2~=5)then
  825. if(md3==1)then
  826. lso.Color=BrickColor.new("Camo")
  827. elseif(md3==2)then
  828. lso.Color=BrickColor.new("Bright red")
  829. end
  830. elseif(md2==1)then
  831. if(cle)then
  832. lso.Color=BrickColor.new("Bright red")
  833. else
  834. lso.Color=BrickColor.new("Bright blue")
  835. end
  836. elseif(md2==5)then
  837. if(cle)then
  838. lso.Color=BrickColor.new("Bright red")
  839. else
  840. lso.Color=BrickColor.new("Bright blue")
  841. end
  842. end
  843. end
  844. end
  845. end
  846. end))
  847. function delDown()
  848. del_downFunc=mouse.Button1Down:connect(function()
  849. md2=1
  850. if(md2==1)then
  851. if(md1==1)then
  852. if(mouse.Target~=nil)then
  853. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  854. mouse.Target:remove()
  855. end
  856. end
  857. elseif(md1==2)then
  858. lvi=true
  859. lso.Parent=game.Workspace.CurrentCamera
  860. while(lvi)and wait() do
  861. if(mouse.Target~=nil)then
  862. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  863. mouse.Target:remove()
  864. cle=true
  865. wait(tme)
  866. cle=false
  867. else
  868. cle=false
  869. end
  870. else
  871. cle=false
  872. end
  873. end
  874. end
  875. end
  876. end)
  877. end
  878. function delUp()
  879. del_upFunc=mouse.Button1Up:connect(function()
  880. lvi=false
  881. cle=false
  882. lso.Parent=nil
  883. end)
  884. end
  885. function achDown()
  886. ach_downFunc=mouse.Button1Down:connect(function()
  887. md2=2
  888. if(md2==2)then
  889. if(md1==1)then
  890. if(mouse.Target~=nil)then
  891. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  892. if(mouse.Target.Anchored)then
  893. mouse.Target.Anchored=false
  894. else
  895. mouse.Target.Anchored=true
  896. end
  897. end
  898. end
  899. elseif(md1==2)then
  900. lvi=true
  901. lso.Parent=game.Workspace.CurrentCamera
  902. while(lvi)and wait() do
  903. if(mouse.Target~=nil)then
  904. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  905. if(md3==1)then
  906. mouse.Target.Anchored=true
  907. elseif(md3==2)then
  908. mouse.Target.Anchored=false
  909. end
  910. end
  911. end
  912. end
  913. end
  914. end
  915. end)
  916. end
  917. function achUp()
  918. ach_upFunc=mouse.Button1Up:connect(function()
  919. lvi=false
  920. lso.Parent=nil
  921. end)
  922. end
  923. function colDown()
  924. col_downFunc=mouse.Button1Down:connect(function()
  925. md2=3
  926. if(md2==3)then
  927. if(md1==1)then
  928. if(mouse.Target~=nil)then
  929. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  930. if(mouse.Target.CanCollide)then
  931. mouse.Target.CanCollide=false
  932. else
  933. mouse.Target.CanCollide=true
  934. end
  935. end
  936. end
  937. elseif(md1==2)then
  938. lvi=true
  939. lso.Parent=game.Workspace.CurrentCamera
  940. while(lvi)and wait() do
  941. if(mouse.Target~=nil)then
  942. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  943. if(md3==1)then
  944. mouse.Target.CanCollide=true
  945. elseif(md3==2)then
  946. mouse.Target.CanCollide=false
  947. end
  948. end
  949. end
  950. end
  951. end
  952. end
  953. end)
  954. end
  955. function colUp()
  956. col_upFunc=mouse.Button1Up:connect(function()
  957. lvi=false
  958. lso.Parent=nil
  959. end)
  960. end
  961. function lckDown()
  962. lck_downFunc=mouse.Button1Down:connect(function()
  963. md2=4
  964. if(md2==4)then
  965. if(md1==1)then
  966. if(mouse.Target~=nil)then
  967. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  968. if(mouse.Target.Locked)then
  969. mouse.Target.Locked=false
  970. else
  971. mouse.Target.Locked=true
  972. end
  973. end
  974. end
  975. elseif(md1==2)then
  976. lvi=true
  977. lso.Parent=game.Workspace.CurrentCamera
  978. while(lvi)and wait() do
  979. if(mouse.Target~=nil)then
  980. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  981. if(md3==1)then
  982. mouse.Target.Locked=true
  983. elseif(md3==2)then
  984. mouse.Target.Locked=false
  985. end
  986. end
  987. end
  988. end
  989. end
  990. end
  991. end)
  992. end
  993. function lckUp()
  994. lck_upFunc=mouse.Button1Up:connect(function()
  995. lvi=false
  996. lso.Parent=nil
  997. end)
  998. end
  999. function brkDown()
  1000. brk_downFunc=mouse.Button1Down:connect(function()
  1001. md2=5
  1002. if(md2==5)then
  1003. if(md1==1)then
  1004. if(mouse.Target~=nil)then
  1005. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  1006. clr=false
  1007. box.Color=BrickColor.new("Bright red")
  1008. mouse.Target:BreakJoints()
  1009. end
  1010. end
  1011. elseif(md1==2)then
  1012. lvi=true
  1013. lso.Parent=game.Workspace.CurrentCamera
  1014. while(lvi)and wait() do
  1015. if(mouse.Target~=nil)then
  1016. if(mouse.Target:IsA("BasePart"))or(mouse.Target.Name~="cParticle")or(mouse.Target.Name~="cParticle2")then
  1017. mouse.Target:BreakJoints()
  1018. cle=true
  1019. else
  1020. cle=true
  1021. end
  1022. else
  1023. cle=false
  1024. end
  1025. end
  1026. end
  1027. end
  1028. end)
  1029. end
  1030. function brkUp()
  1031. brk_upFunc=mouse.Button1Up:connect(function()
  1032. clr=true
  1033. lvi=false
  1034. cle=false
  1035. end)
  1036. end
  1037. delDown()
  1038. delUp()
  1039. achDown()
  1040. achUp()
  1041. colDown()
  1042. colUp()
  1043. lckDown()
  1044. lckUp()
  1045. brkDown()
  1046. brkUp()
  1047. del.MouseButton1Click:connect(function()
  1048. md2=1
  1049. del_downFunc:disconnect()
  1050. del_upFunc:disconnect()
  1051. ach_downFunc:disconnect()
  1052. ach_upFunc:disconnect()
  1053. col_downFunc:disconnect()
  1054. col_upFunc:disconnect()
  1055. lck_downFunc:disconnect()
  1056. lck_upFunc:disconnect()
  1057. brk_downFunc:disconnect()
  1058. brk_upFunc:disconnect()
  1059. del.Style="RobloxButtonDefault"
  1060. del.Selected=true
  1061. ach.Style="RobloxButton"
  1062. ach.Selected=false
  1063. col.Style="RobloxButton"
  1064. col.Selected=false
  1065. lck.Style="RobloxButton"
  1066. lck.Selected=false
  1067. brk.Style="RobloxButton"
  1068. brk.Selected=false
  1069. delDown()
  1070. delUp()
  1071. end)
  1072. ach.MouseButton1Click:connect(function()
  1073. md2=2
  1074. del_downFunc:disconnect()
  1075. del_upFunc:disconnect()
  1076. ach_downFunc:disconnect()
  1077. ach_upFunc:disconnect()
  1078. col_downFunc:disconnect()
  1079. col_upFunc:disconnect()
  1080. lck_downFunc:disconnect()
  1081. lck_upFunc:disconnect()
  1082. brk_downFunc:disconnect()
  1083. brk_upFunc:disconnect()
  1084. del.Style="RobloxButton"
  1085. del.Selected=false
  1086. ach.Style="RobloxButtonDefault"
  1087. ach.Selected=true
  1088. col.Style="RobloxButton"
  1089. col.Selected=false
  1090. lck.Style="RobloxButton"
  1091. lck.Selected=false
  1092. brk.Style="RobloxButton"
  1093. brk.Selected=false
  1094. achDown()
  1095. achUp()
  1096. end)
  1097. col.MouseButton1Click:connect(function()
  1098. md2=3
  1099. del_downFunc:disconnect()
  1100. del_upFunc:disconnect()
  1101. ach_downFunc:disconnect()
  1102. ach_upFunc:disconnect()
  1103. col_downFunc:disconnect()
  1104. col_upFunc:disconnect()
  1105. lck_downFunc:disconnect()
  1106. lck_upFunc:disconnect()
  1107. brk_downFunc:disconnect()
  1108. brk_upFunc:disconnect()
  1109. del.Style="RobloxButton"
  1110. del.Selected=false
  1111. ach.Style="RobloxButton"
  1112. ach.Selected=false
  1113. col.Style="RobloxButtonDefault"
  1114. col.Selected=true
  1115. lck.Style="RobloxButton"
  1116. lck.Selected=false
  1117. brk.Style="RobloxButton"
  1118. brk.Selected=false
  1119. colDown()
  1120. colUp()
  1121. end)
  1122. lck.MouseButton1Click:connect(function()
  1123. md2=4
  1124. del_downFunc:disconnect()
  1125. del_upFunc:disconnect()
  1126. ach_downFunc:disconnect()
  1127. ach_upFunc:disconnect()
  1128. col_downFunc:disconnect()
  1129. col_upFunc:disconnect()
  1130. lck_downFunc:disconnect()
  1131. lck_upFunc:disconnect()
  1132. brk_downFunc:disconnect()
  1133. brk_upFunc:disconnect()
  1134. del.Style="RobloxButton"
  1135. del.Selected=false
  1136. ach.Style="RobloxButton"
  1137. ach.Selected=false
  1138. col.Style="RobloxButton"
  1139. col.Selected=false
  1140. lck.Style="RobloxButtonDefault"
  1141. lck.Selected=true
  1142. brk.Style="RobloxButton"
  1143. brk.Selected=false
  1144. lckDown()
  1145. lckUp()
  1146. end)
  1147. brk.MouseButton1Click:connect(function()
  1148. md2=5
  1149. del_downFunc:disconnect()
  1150. del_upFunc:disconnect()
  1151. ach_downFunc:disconnect()
  1152. ach_upFunc:disconnect()
  1153. col_downFunc:disconnect()
  1154. col_upFunc:disconnect()
  1155. lck_downFunc:disconnect()
  1156. lck_upFunc:disconnect()
  1157. brk_downFunc:disconnect()
  1158. brk_upFunc:disconnect()
  1159. del.Style="RobloxButton"
  1160. del.Selected=false
  1161. ach.Style="RobloxButton"
  1162. ach.Selected=false
  1163. col.Style="RobloxButton"
  1164. col.Selected=false
  1165. lck.Style="RobloxButton"
  1166. lck.Selected=false
  1167. brk.Style="RobloxButtonDefault"
  1168. brk.Selected=true
  1169. brkDown()
  1170. brkUp()
  1171. end)
  1172. set.MouseButton1Click:connect(function()
  1173. if(ste)then
  1174. ste=false
  1175. frs.Visible=false
  1176. set.Style="RobloxButton"
  1177. else
  1178. ste=true
  1179. frs.Visible=true
  1180. set.Style="RobloxButtonDefault"
  1181. end
  1182. end)
  1183. cls.MouseButton1Click:connect(function()
  1184. ste=false
  1185. frs.Visible=false
  1186. set.Style="RobloxButton"
  1187. end)
  1188. ckb.MouseButton1Click:connect(function()
  1189. md1=1
  1190. ckb.Style="RobloxButtonDefault"
  1191. ckb.Selected=true
  1192. ckb.Text="Enabled"
  1193. ckb.TextColor3=Color3.new(0,1,0)
  1194. ryb.Style="RobloxButton"
  1195. ryb.Selected=false
  1196. ryb.Text="Disabled"
  1197. ryb.TextColor3=Color3.new(1,0,0)
  1198. end)
  1199. ryb.MouseButton1Click:connect(function()
  1200. md1=2
  1201. ryb.Style="RobloxButtonDefault"
  1202. ryb.Selected=true
  1203. ryb.Text="Enabled"
  1204. ryb.TextColor3=Color3.new(0,1,0)
  1205. ckb.Style="RobloxButton"
  1206. ckb.Selected=false
  1207. ckb.Text="Disabled"
  1208. ckb.TextColor3=Color3.new(1,0,0)
  1209. end)
  1210. rfb.MouseButton1Click:connect(function()
  1211. if(md3==1)then
  1212. md3=2
  1213. rfb.Style="RobloxButton"
  1214. rfb.Text="Disable Propertie"
  1215. rfb.TextColor3=Color3.new(1,0,0)
  1216. elseif(md3==2)then
  1217. md3=1
  1218. rfb.Style="RobloxButtonDefault"
  1219. rfb.Text="Enable Propertie"
  1220. rfb.TextColor3=Color3.new(0,1,0)
  1221. end
  1222. end)
  1223. end)
  1224. bin.Deselected:connect(function()
  1225. clr=false
  1226. if(box~=nil)then
  1227. box:Destroy()
  1228. end
  1229. if(lso~=nil)then
  1230. lso:Destroy()
  1231. end
  1232. if(gui~=nil)then
  1233. gui:Destroy()
  1234. end
  1235. end)
  1236. end)
  1237.  
  1238. GodMode.MouseButton1Click:connect(function()
  1239. while wait() do
  1240. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1241. print(v)
  1242. if v.Name == "KO" then
  1243. v:Destroy()
  1244. end
  1245. end
  1246. game.Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').PlatformStand = false
  1247. w1 = Instance.new("Weld")
  1248. w1.Parent = game.Players.LocalPlayer.Character.Torso
  1249. w1.Part0 = game.Players.LocalPlayer.Character.Head
  1250. w1.Part1 = game.Players.LocalPlayer.Character.Torso
  1251. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, -1.5, 0)
  1252.  
  1253. w1 = Instance.new("Weld")
  1254. w1.Parent = game.Players.LocalPlayer.Character.Torso
  1255. w1.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1256. w1.Part1 = game.Players.LocalPlayer.Character.Torso
  1257. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-1.5, 0, 0)
  1258.  
  1259. w1 = Instance.new("Weld")
  1260. w1.Parent = game.Players.LocalPlayer.Character.Torso
  1261. w1.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  1262. w1.Part1 = game.Players.LocalPlayer.Character.Torso
  1263. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(1.5, 0, 0)
  1264.  
  1265. w1 = Instance.new("Weld")
  1266. w1.Parent = game.Players.LocalPlayer.Character.Torso
  1267. w1.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  1268. w1.Part1 = game.Players.LocalPlayer.Character.Torso
  1269. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-.5, 2, 0)
  1270.  
  1271. w1 = Instance.new("Weld")
  1272. w1.Parent = game.Players.LocalPlayer.Character.Torso
  1273. w1.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  1274. w1.Part1 = game.Players.LocalPlayer.Character.Torso
  1275. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(.5, 2, 0)
  1276. end
  1277. end)
  1278.  
  1279. SaveTools.MouseButton1Click:connect(function()
  1280. for i, v in pairs(game.Players.LocalPlayer.Backpack:children()) do
  1281. v.Parent = game.Players.LocalPlayer.StarterGear
  1282. end
  1283. end)
  1284.  
  1285. BridgeTool.MouseButton1Click:connect(function()
  1286. me = game.Players.LocalPlayer
  1287. h = Instance.new("HopperBin")
  1288. h.Parent = me.Backpack
  1289. h.Name = "Bridge Tool"
  1290. bridges = {}
  1291. hold = false
  1292. using = false
  1293. holdkey = false
  1294. polesize = 5
  1295. function selected(mouse, key)
  1296. mouse.Button1Down:connect(function()
  1297. if mouse.Target == nil then return end
  1298. if using == true then return end
  1299. using = true
  1300. hold = true
  1301. pos = mouse.Hit.p
  1302. p = Instance.new("Part")
  1303. p.Parent = workspace
  1304. p.formFactor = 0
  1305. p.Size = Vector3.new(5,1,1)
  1306. p.Anchored = true
  1307. p.Transparency = 0.6
  1308. p.TopSurface = 0
  1309. p.BrickColor = BrickColor.new("Brown")
  1310. p.BottomSurface = 0
  1311. p.CFrame = CFrame.new(pos)
  1312. mes = Instance.new("SpecialMesh")
  1313. mes.Parent = p
  1314. mes.MeshType = "Brick"
  1315. mes.Scale = Vector3.new(1,1,1)
  1316. table.insert(bridges, p)
  1317. mouse.Move:connect(function()
  1318. if mouse.Target == nil then return end
  1319. if hold == true then
  1320. local dist = (p.Position - mouse.Hit.p).magnitude
  1321. p.CFrame = CFrame.new((mouse.Hit.p + pos)/2, pos)
  1322. mes.Scale = Vector3.new(1,1,dist*2)
  1323. end
  1324. end)
  1325. end)
  1326. mouse.Button1Up:connect(function()
  1327. hold = false
  1328. local duh = p.CFrame
  1329. p.Size = Vector3.new(5,1,mes.Scale.Z)
  1330. p.CFrame = duh
  1331. mes:remove()
  1332. for i=1, 5 do
  1333. wait()
  1334. p.Transparency = p.Transparency - 0.12
  1335. end
  1336. p.Material = "Wood"
  1337. using = false
  1338. end)
  1339. mouse.KeyDown:connect(function(key)
  1340. key = key:lower()
  1341. if (key == "r") then
  1342. for i=1, #bridges do
  1343. bridges[i]:remove()
  1344. end
  1345. elseif (key == "q") then
  1346. polesize = polesize - 1
  1347. local ms = Instance.new("Message")
  1348. ms.Parent = me
  1349. ms.Text = "Pole size decreased to "..polesize
  1350. wait(0.4)
  1351. ms:remove()
  1352. elseif (key == "e") then
  1353. polesize = polesize + 1
  1354. local ms = Instance.new("Message")
  1355. ms.Parent = me
  1356. ms.Text = "Pole size increased to "..polesize
  1357. wait(0.4)
  1358. ms:remove()
  1359. elseif (key == "f") then
  1360. if mouse.Target == nil then return end
  1361. if using == true then return end
  1362. using = true
  1363. holdkey = true
  1364. po = Instance.new("Part")
  1365. po.Parent = workspace
  1366. po.formFactor = 0
  1367. po.Size = Vector3.new(1,1,1)
  1368. po.Anchored = true
  1369. po.Transparency = 0.5
  1370. po.TopSurface = 0
  1371. po.BrickColor = BrickColor.new("Brown")
  1372. po.BottomSurface = 0
  1373. mesh = Instance.new("SpecialMesh")
  1374. mesh.Parent = po
  1375. mesh.Scale = Vector3.new(1,polesize,1)
  1376. po.CFrame = CFrame.new(mouse.Hit.p.X, mouse.Hit.p.Y + mesh.Scale.Y/2, mouse.Hit.p.Z)
  1377. table.insert(bridges,po)
  1378. end
  1379. end)
  1380. mouse.KeyUp:connect(function(key)
  1381. key = key:lower()
  1382. if (key == "f") then
  1383. holdkey = false
  1384. for i=1, 5 do
  1385. wait()
  1386. po.Transparency = po.Transparency - 0.1
  1387. end
  1388. local posi = po.CFrame
  1389. po.Material = "Wood"
  1390. po.Size = mesh.Scale
  1391. mesh:remove()
  1392. po.CFrame = posi
  1393. using = false
  1394. end
  1395. end)
  1396. end
  1397. function deselected()
  1398. end
  1399. h.Selected:connect(selected)
  1400. h.Deselected:connect(deselected)
  1401.  
  1402. end)
  1403.  
  1404. NoClipFly.MouseButton1Click:connect(function()
  1405. noclip = false
  1406. game:GetService('RunService').Stepped:connect(function()
  1407. if noclip then
  1408. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1409. end
  1410. end)
  1411. plr = game.Players.LocalPlayer
  1412. mouse = plr:GetMouse()
  1413. mouse.KeyDown:connect(function(key)
  1414.  
  1415. if key == "h" then
  1416. noclip = not noclip
  1417. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1418. end
  1419. end)
  1420. print('Created by FileExplorer')
  1421. print('Credits to Peyton for the ChangeState part of this script')
  1422. end)
  1423.  
  1424. DoubleJump.MouseButton1Click:connect(function()
  1425. local Player = game.Players.LocalPlayer
  1426. repeat wait() until Player.Character -- Yield until the Player's Character is no longer nil
  1427. local Character = Player.Character
  1428. local Humanoid = Character:WaitForChild("Humanoid")
  1429. local UserInputService = game:GetService("UserInputService")
  1430. local currentJump
  1431. local debounce = true
  1432. local DoubleJumpVelocity = 100 -- 50 is a normal ROBLOX jump
  1433.  
  1434. function jumpRayDown()
  1435. local nR = Ray.new(Character.Torso.Position,Vector3.new(0,-1,0).unit*4)
  1436. local hR,pR=game.Workspace:FindPartOnRay(nR,Character)
  1437. if hR~=nil then
  1438. return true
  1439. end
  1440. return false
  1441. end
  1442.  
  1443. Humanoid.Changed:connect(
  1444. function(Property)
  1445. if Property == "Jump" and debounce == true and Humanoid.Sit==false then
  1446. currentJump=true
  1447. debounce = false
  1448. newConnection = Player:GetMouse().KeyDown:connect(function(key)
  1449. if key:lower():byte()==32 and currentJump and Character.Torso.Velocity.y>-30 then
  1450. currentJump=false
  1451. for i, v in pairs(Character:GetChildren()) do
  1452. if v:isA("BasePart") then
  1453. v.Velocity = Vector3.new(v.Velocity.x,DoubleJumpVelocity,v.Velocity.z)
  1454. end
  1455. end
  1456. end
  1457. end)
  1458. spawn(function()
  1459. repeat wait() until jumpRayDown()==true
  1460. debounce = true
  1461. currentJump = false
  1462. if type(newConnection)=="function" then
  1463. newConnection:disconnect()
  1464. end
  1465. end)
  1466. elseif Property == "Jump" and Humanoid.Sit==true then
  1467. Humanoid.Jump=false
  1468. end
  1469. end
  1470. )
  1471. end)
  1472.  
  1473. InsaneAll.MouseButton1Click:connect(function()
  1474. --FE Insane ALL (only insane)
  1475. for _,player in pairs(game.Players:GetPlayers()) do
  1476. AnimationId = "33796059"
  1477. local Anim = Instance.new("Animation")
  1478. Anim.AnimationId = "rbxassetid://"..AnimationId
  1479. local k = player.Character.Humanoid:LoadAnimation(Anim) -- script will error if Humanoid doesnt exist in character
  1480. k:Play() --Play the animation
  1481. k:AdjustSpeed(99) --Set '1' to any value you want to adjust the animation speed.
  1482. end
  1483. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement