SinisterSans

The streets hack

Feb 11th, 2020
9,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.58 KB | None | 0 0
  1. --Key For Login: tezlauser
  2.  
  3. game:GetService("StarterGui"):SetCore("SendNotification",{
  4. Title = "Notification",
  5. Text = "Tezla V8 was loaded! use key tezlauser",
  6. Duration = 20,
  7. })
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local Frame = Instance.new("Frame")
  10. local TezlaV8Text = Instance.new("TextButton")
  11. local Login = Instance.new("TextButton")
  12. local CreditsText = Instance.new("TextButton")
  13. local Password = Instance.new("TextBox")
  14. local IgnoreText1 = Instance.new("TextLabel")
  15. local TextBox = Instance.new("TextButton")
  16. local TextBox_2 = Instance.new("TextButton")
  17. local TextBox_3 = Instance.new("TextButton")
  18. local TextBox_4 = Instance.new("TextButton")
  19. local IgnoreText2 = Instance.new("TextLabel")
  20. local IgnoreText3 = Instance.new("TextLabel")
  21. local TextBox_5 = Instance.new("TextButton")
  22. local TextBox_6 = Instance.new("TextButton")
  23. local TextBox_7 = Instance.new("TextButton")
  24. local TextBox_8 = Instance.new("TextButton")
  25. local TextBox_9 = Instance.new("TextButton")
  26. local TextBox_10 = Instance.new("TextButton")
  27. local TextBox_11 = Instance.new("TextButton")
  28. local TextBox_12 = Instance.new("TextButton")
  29. local Speed = Instance.new("TextButton")
  30. local Changespeedtextbox = Instance.new("TextBox")
  31. local Speedkeybindtextbox = Instance.new("TextBox")
  32. local TextBox_13 = Instance.new("TextButton")
  33. local TextBox_14 = Instance.new("TextButton")
  34. local TextBox_15 = Instance.new("TextButton")
  35.  
  36. ScreenGui.Parent = game.CoreGui
  37.  
  38. Frame.Parent = ScreenGui
  39. Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  40. Frame.BorderColor3 = Color3.new(0, 0, 0)
  41. Frame.BorderSizePixel = 3
  42. Frame.Position = UDim2.new(0.00567644276, 0, 0.409867167, 0)
  43. Frame.Size = UDim2.new(0, 423, 0, 298)
  44.  
  45. TezlaV8Text.Name = "TezlaV8Text"
  46. TezlaV8Text.Parent = Frame
  47. TezlaV8Text.Active = false
  48. TezlaV8Text.BackgroundColor3 = Color3.new(1, 1, 1)
  49. TezlaV8Text.Position = UDim2.new(0.136540592, 0, 0.0240489263, 0)
  50. TezlaV8Text.Size = UDim2.new(0, 306, 0, 46)
  51. TezlaV8Text.AutoButtonColor = false
  52. TezlaV8Text.Style = Enum.ButtonStyle.RobloxRoundButton
  53. TezlaV8Text.Font = Enum.Font.Code
  54. TezlaV8Text.Text = "Tezla V8"
  55. TezlaV8Text.TextColor3 = Color3.new(0, 0, 0)
  56. TezlaV8Text.TextSize = 21
  57.  
  58. Login.Name = "Login"
  59. Login.Parent = Frame
  60. Login.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  61. Login.BorderColor3 = Color3.new(0, 0, 0)
  62. Login.BorderSizePixel = 3
  63. Login.Position = UDim2.new(0.238770694, 0, 0.530201316, 0)
  64. Login.Size = UDim2.new(0, 218, 0, 50)
  65. Login.Font = Enum.Font.Code
  66. Login.Text = "Login"
  67. Login.TextColor3 = Color3.new(0, 0, 0)
  68. Login.TextSize = 18
  69. Login.MouseButton1Down:connect(function()
  70. if Password.Text == "tezlauser" then
  71. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Welcome to Tezla Press Y to open/close the GUI.","All")
  72. Login.Visible = false
  73. Password.Visible = false
  74. Speed.Visible = true
  75. TextBox.Visible = true
  76. TextBox_2.Visible = true
  77. TextBox_3.Visible = true
  78. TextBox_4.Visible = true
  79. TextBox_5.Visible = true
  80. TextBox_6.Visible = true
  81. TextBox_7.Visible = true
  82. TextBox_8.Visible = true
  83. TextBox_9.Visible = true
  84. TextBox_10.Visible = true
  85. TextBox_11.Visible = true
  86. TextBox_12.Visible = true
  87. TextBox_13.Visible = true
  88. TextBox_14.Visible = true
  89. TextBox_15.Visible = true
  90. IgnoreText1.Visible = true
  91. IgnoreText2.Visible = true
  92. IgnoreText3.Visible = true
  93. end
  94. end)
  95.  
  96. CreditsText.Name = "CreditsText"
  97. CreditsText.Parent = Frame
  98. CreditsText.Active = false
  99. CreditsText.BackgroundColor3 = Color3.new(1, 1, 1)
  100. CreditsText.Position = UDim2.new(0.0183372777, 0, 0.84284085, 0)
  101. CreditsText.Size = UDim2.new(0, 408, 0, 46)
  102. CreditsText.AutoButtonColor = false
  103. CreditsText.Style = Enum.ButtonStyle.RobloxRoundButton
  104. CreditsText.Font = Enum.Font.Code
  105. CreditsText.Text = "Made By SinisterSans"
  106. CreditsText.TextColor3 = Color3.new(0, 0, 0)
  107. CreditsText.TextSize = 21
  108.  
  109. Password.Name = "Password"
  110. Password.Parent = Frame
  111. Password.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  112. Password.BorderColor3 = Color3.new(0, 0, 0)
  113. Password.BorderSizePixel = 3
  114. Password.Position = UDim2.new(0.278959811, 0, 0.322147667, 0)
  115. Password.Size = UDim2.new(0, 186, 0, 32)
  116. Password.Font = Enum.Font.Code
  117. Password.Text = "[password]"
  118. Password.TextColor3 = Color3.new(0, 0, 0)
  119. Password.TextSize = 14
  120.  
  121. IgnoreText1.Name = "IgnoreText1"
  122. IgnoreText1.Parent = Frame
  123. IgnoreText1.BackgroundColor3 = Color3.new(1, 1, 1)
  124. IgnoreText1.BackgroundTransparency = 1
  125. IgnoreText1.Position = UDim2.new(0.0330969281, 0, 0.130872488, 0)
  126. IgnoreText1.Size = UDim2.new(0, 105, 0, 50)
  127. IgnoreText1.Visible = false
  128. IgnoreText1.Font = Enum.Font.Code
  129. IgnoreText1.Text = "Animations"
  130. IgnoreText1.TextColor3 = Color3.new(0, 0, 0)
  131. IgnoreText1.TextSize = 18
  132.  
  133. TextBox.Parent = Frame
  134. TextBox.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  135. TextBox.Position = UDim2.new(0.0236406624, 0, 0.278523505, 0)
  136. TextBox.Size = UDim2.new(0, 112, 0, 34)
  137. TextBox.Visible = false
  138. TextBox.Font = Enum.Font.Code
  139. TextBox.Text = "Chill Animation"
  140. TextBox.TextColor3 = Color3.new(0, 0, 0)
  141. TextBox.TextSize = 14
  142. TextBox.MouseButton1Down:connect(function()
  143. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  144. v.AnimationId = 'rbxassetid://259363289'
  145. end
  146. end)
  147.  
  148. TextBox_2.Parent = Frame
  149. TextBox_2.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  150. TextBox_2.Position = UDim2.new(0.0236406624, 0, 0.416107416, 0)
  151. TextBox_2.Size = UDim2.new(0, 112, 0, 34)
  152. TextBox_2.Visible = false
  153. TextBox_2.Font = Enum.Font.Code
  154. TextBox_2.Text = "Dog Animation"
  155. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  156. TextBox_2.TextSize = 14
  157. TextBox_2.MouseButton1Down:connect(function()
  158. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://950134726"
  159.  
  160. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://950134726"
  161.  
  162. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://950134726"
  163.  
  164. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://950134726"
  165.  
  166. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://950134726"
  167.  
  168. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://948444869"
  169. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  170. v.AnimationId = 'rbxassetid://948442744'
  171. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  172. v.AnimationId = 'rbxassetid://948442744'
  173. end
  174. end
  175. end)
  176.  
  177. TextBox_3.Parent = Frame
  178. TextBox_3.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  179. TextBox_3.Position = UDim2.new(0.0236406624, 0, 0.557047009, 0)
  180. TextBox_3.Size = UDim2.new(0, 112, 0, 34)
  181. TextBox_3.Visible = false
  182. TextBox_3.Font = Enum.Font.Code
  183. TextBox_3.Text = "Viewfinder Animation"
  184. TextBox_3.TextColor3 = Color3.new(0, 0, 0)
  185. TextBox_3.TextSize = 14
  186. TextBox_3.TextWrapped = true
  187. TextBox_3.MouseButton1Down:connect(function()
  188. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  189. v.AnimationId = 'rbxassetid://341273975'
  190. end
  191. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  192. v.AnimationId = 'rbxassetid://400832309'
  193. end
  194. end)
  195.  
  196. TextBox_4.Parent = Frame
  197. TextBox_4.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  198. TextBox_4.Position = UDim2.new(0.0236406624, 0, 0.701342344, 0)
  199. TextBox_4.Size = UDim2.new(0, 112, 0, 34)
  200. TextBox_4.Visible = false
  201. TextBox_4.Font = Enum.Font.Code
  202. TextBox_4.Text = "Murder Animation"
  203. TextBox_4.TextColor3 = Color3.new(0, 0, 0)
  204. TextBox_4.TextSize = 14
  205. TextBox_4.TextWrapped = true
  206. TextBox_4.MouseButton1Down:connect(function()
  207. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://1316478145"
  208. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  209. v.AnimationId = 'rbxassetid://451686028'
  210. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  211. v.AnimationId = 'rbxassetid://448026591'
  212. end
  213. end
  214. end)
  215.  
  216. IgnoreText2.Name = "IgnoreText2"
  217. IgnoreText2.Parent = Frame
  218. IgnoreText2.BackgroundColor3 = Color3.new(1, 1, 1)
  219. IgnoreText2.BackgroundTransparency = 1
  220. IgnoreText2.Position = UDim2.new(0.71631211, 0, 0.130872488, 0)
  221. IgnoreText2.Size = UDim2.new(0, 105, 0, 50)
  222. IgnoreText2.Visible = false
  223. IgnoreText2.Font = Enum.Font.Code
  224. IgnoreText2.Text = "Misc"
  225. IgnoreText2.TextColor3 = Color3.new(0, 0, 0)
  226. IgnoreText2.TextSize = 18
  227.  
  228. IgnoreText3.Name = "IgnoreText3"
  229. IgnoreText3.Parent = Frame
  230. IgnoreText3.BackgroundColor3 = Color3.new(1, 1, 1)
  231. IgnoreText3.BackgroundTransparency = 1
  232. IgnoreText3.Position = UDim2.new(0.3758865, 0, 0.130872488, 0)
  233. IgnoreText3.Size = UDim2.new(0, 105, 0, 50)
  234. IgnoreText3.Visible = false
  235. IgnoreText3.Font = Enum.Font.Code
  236. IgnoreText3.Text = "Fight"
  237. IgnoreText3.TextColor3 = Color3.new(0, 0, 0)
  238. IgnoreText3.TextSize = 18
  239.  
  240.  
  241. TextBox_5.Parent = Frame
  242. TextBox_5.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  243. TextBox_5.Position = UDim2.new(0.359338075, 0, 0.278523505, 0)
  244. TextBox_5.Size = UDim2.new(0, 112, 0, 34)
  245. TextBox_5.Visible = false
  246. TextBox_5.Font = Enum.Font.Code
  247. TextBox_5.Text = "Fight Pack [Punch]"
  248. TextBox_5.TextColor3 = Color3.new(0, 0, 0)
  249. TextBox_5.TextSize = 14
  250. TextBox_5.TextWrapped = true
  251. TextBox_5.MouseButton1Down:connect(function()
  252.  
  253. game.Players.LocalPlayer.Backpack.Punch.Idle.AnimationId="rbxassetid://"
  254.  
  255. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://242021844"
  256.  
  257. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://255797581"
  258.  
  259. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://2287944964"
  260.  
  261. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://526812070"
  262.  
  263. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://242021477"
  264.  
  265. game.Players.LocalPlayer.Backpack.Punch.Info.AnimSpeed.Value = "1.5"
  266. end)
  267.  
  268. TextBox_6.Parent = Frame
  269. TextBox_6.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  270. TextBox_6.Position = UDim2.new(0.359338045, 0, 0.416107416, 0)
  271. TextBox_6.Size = UDim2.new(0, 112, 0, 34)
  272. TextBox_6.Visible = false
  273. TextBox_6.Font = Enum.Font.Code
  274. TextBox_6.Text = "Hits [Punch,Knife]"
  275. TextBox_6.TextColor3 = Color3.new(0, 0, 0)
  276. TextBox_6.TextSize = 14
  277. TextBox_6.TextWrapped = true
  278. TextBox_6.MouseButton1Down:connect(function()
  279. game.Players.LocalPlayer.Backpack.Knife.GripUp = Vector3.new(0,0,1)
  280.  
  281. game.Players.LocalPlayer.Backpack.Knife.GripRight = Vector3.new(0,0,1)
  282.  
  283. game.Players.LocalPlayer.Backpack.Knife.Idle.AnimationId="rbxassetid://1320171223"
  284.  
  285. game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://186934753"
  286.  
  287. game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://186934658"
  288.  
  289. game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://341273975"
  290.  
  291. game.Players.LocalPlayer.Backpack.Knife.Info.AnimSpeed.Value = "1.39"
  292.  
  293. game.Players.LocalPlayer.Backpack.Knife.Info.Cooldown.Value = "0.58"
  294.  
  295. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://452457498"
  296.  
  297. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://501022727"
  298.  
  299. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://400424276"
  300.  
  301. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://501014044"
  302.  
  303. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://501022727"
  304.  
  305. game.Players.LocalPlayer.Backpack.Punch.Info.AnimSpeed.Value = "1.5"
  306.  
  307. game.Players.LocalPlayer.Backpack.Punch.Info.Cooldown.Value = "0.20"
  308. end)
  309.  
  310. TextBox_7.Parent = Frame
  311. TextBox_7.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  312. TextBox_7.Position = UDim2.new(0.359338075, 0, 0.701342344, 0)
  313. TextBox_7.Size = UDim2.new(0, 112, 0, 34)
  314. TextBox_7.Visible = false
  315. TextBox_7.Font = Enum.Font.Code
  316. TextBox_7.Text = "Double Machete"
  317. TextBox_7.TextColor3 = Color3.new(0, 0, 0)
  318. TextBox_7.TextSize = 14
  319. TextBox_7.TextWrapped = true
  320. TextBox_7.MouseButton1Down:connect(function()
  321. game:GetService("StarterGui"):SetCore("SendNotification",{
  322. Title = "Notification",
  323. Text = "Double Machete KeyBind [B]!",
  324. Duration = 15,
  325. })
  326. local Players = game:GetService("Players")
  327. local Plr = Players.LocalPlayer
  328.  
  329. local ReEquip = function()
  330. local Tool = nil
  331. for i,v in pairs(Plr.Character:GetChildren()) do
  332. if v:IsA("Tool") or v:IsA("HopperBin") then
  333. Tool = v
  334. end
  335. end
  336. if Tool then
  337. Tool.Parent = Plr.Backpack
  338. wait("3.0")
  339. Tool.Parent = Plr.Character
  340. end
  341. end
  342.  
  343. local TP = function(CFRAME)
  344. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  345. if v:IsA("LocalScript") then
  346. v.Disabled = true
  347. end
  348. end
  349. Plr.Character.HumanoidRootPart.CFrame = CFRAME
  350. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  351. if v:IsA("LocalScript") then
  352. v.Disabled = false
  353. end
  354. end
  355. end
  356. local Players = game:GetService("Players")
  357. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  358. local UserInput = game:GetService("UserInputService")
  359. local Core = game:GetService("CoreGui")
  360.  
  361. local Plr = Players.LocalPlayer
  362. local Mouse = Plr:GetMouse()
  363.  
  364. local ToggleKey = Enum.KeyCode.Equals
  365. local BlinkKey = Enum.KeyCode.Q
  366. local FlyKey = Enum.KeyCode.Semicolon
  367. local FoodKey = Enum.KeyCode.P
  368.  
  369.  
  370. local TP = function(CFRAME)
  371. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  372. if v:IsA("LocalScript") then
  373. v.Disabled = true
  374. end
  375. end
  376. Plr.Character.HumanoidRootPart.CFrame = CFRAME
  377. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  378. if v:IsA("LocalScript") then
  379. v.Disabled = false
  380. end
  381. end
  382. end
  383.  
  384. wait (1.0)
  385.  
  386. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  387. TP(CFrame.new(-727,4,-81))
  388. ReEquip()
  389. wait(3.0)
  390. TP(CFrame.new(CurrentPos))
  391. ReEquip()
  392.  
  393. wait (1.5)
  394.  
  395. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  396. TP(CFrame.new(-727,4,-81))
  397. ReEquip()
  398. wait(3.0)
  399. TP(CFrame.new(CurrentPos))
  400. ReEquip()
  401.  
  402. wait (2.0)
  403.  
  404. game.Players.LocalPlayer.Backpack.Machete.GripUp = Vector3.new(0,-150,1)
  405.  
  406. game.Players.LocalPlayer.Backpack.Machete.Punch1.AnimationId="rbxassetid://218504594"
  407.  
  408. game.Players.LocalPlayer.Backpack.Machete.Punch2.AnimationId="rbxassetid://218504594"
  409.  
  410. game.Players.LocalPlayer.Backpack.Machete.Running.AnimationId="rbxassetid://341273975"
  411. wait (0.5)
  412.  
  413. local setkey = "b"
  414.  
  415. local plr = game.Players.LocalPlayer
  416. local h = game:GetService('RunService').Heartbeat
  417. local m = plr:GetMouse()
  418.  
  419. local bfg = false
  420.  
  421. m.KeyDown:connect(function(key)
  422. if key==setkey then
  423. bfg = not bfg
  424. end
  425. end)
  426.  
  427. m.Button1Down:connect(function()
  428. h:wait()
  429. if plr.Character:FindFirstChild('Machete') then plr.Character.Machete.Fire:FireServer(m.Hit) end
  430. if plr.Character:FindFirstChild('Machete') then plr.Character.Machete.Fire:FireServer(m.Hit) end
  431. if plr.Character:FindFirstChild('Machete') then plr.Character.Machete.Fire:FireServer(m.Hit) end
  432. if plr.Character:FindFirstChild('Machete') then plr.Character["Machete"].Fire:FireServer(m.Hit) end
  433. end)
  434.  
  435. function start()
  436. while true do
  437. h:wait()
  438. if bfg == true then
  439. if plr.Backpack:FindFirstChild('Machete') then
  440. plr.Backpack.Machete.Parent = plr.Character
  441. h:wait()
  442. elseif plr.Backpack:FindFirstChild('Machete') then
  443. plr.Backpack.Shotty.Parent = plr.Character
  444. h:wait()
  445. elseif plr.Backpack:FindFirstChild("Machete") then
  446. plr.Backpack.Machete.Parent = plr.Character
  447. h:wait()
  448. elseif plr.Backpack:FindFirstChild("Machete") then
  449. plr.Backpack["Machete"].Parent = plr.Character
  450. h:wait()
  451. end
  452. end
  453. end
  454. end
  455. start()
  456.  
  457. end)
  458.  
  459. TextBox_8.Parent = Frame
  460. TextBox_8.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  461. TextBox_8.Position = UDim2.new(0.359338075, 0, 0.557047009, 0)
  462. TextBox_8.Size = UDim2.new(0, 112, 0, 34)
  463. TextBox_8.Visible = false
  464. TextBox_8.Font = Enum.Font.Code
  465. TextBox_8.Text = "Buy All Guns"
  466. TextBox_8.TextColor3 = Color3.new(0, 0, 0)
  467. TextBox_8.TextSize = 14
  468. TextBox_8.TextWrapped = true
  469. TextBox_8.MouseButton1Down:connect(function()
  470. local Players = game:GetService("Players")
  471. local Plr = Players.LocalPlayer
  472.  
  473. local ReEquip = function()
  474. local Tool = nil
  475. for i,v in pairs(Plr.Character:GetChildren()) do
  476. if v:IsA("Tool") or v:IsA("HopperBin") then
  477. Tool = v
  478. end
  479. end
  480. if Tool then
  481. Tool.Parent = Plr.Backpack
  482. wait("3.0")
  483. Tool.Parent = Plr.Character
  484. end
  485. end
  486.  
  487. local TP = function(CFRAME)
  488. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  489. if v:IsA("LocalScript") then
  490. v.Disabled = true
  491. end
  492. end
  493. Plr.Character.HumanoidRootPart.CFrame = CFRAME
  494. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  495. if v:IsA("LocalScript") then
  496. v.Disabled = false
  497. end
  498. end
  499. end
  500. local Players = game:GetService("Players")
  501. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  502. local UserInput = game:GetService("UserInputService")
  503. local Core = game:GetService("CoreGui")
  504.  
  505. local Plr = Players.LocalPlayer
  506. local Mouse = Plr:GetMouse()
  507.  
  508. local ToggleKey = Enum.KeyCode.Equals
  509. local BlinkKey = Enum.KeyCode.Q
  510. local FlyKey = Enum.KeyCode.Semicolon
  511. local FoodKey = Enum.KeyCode.P
  512.  
  513.  
  514. local TP = function(CFRAME)
  515. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  516. if v:IsA("LocalScript") then
  517. v.Disabled = true
  518. end
  519. end
  520. Plr.Character.HumanoidRootPart.CFrame = CFRAME
  521. for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  522. if v:IsA("LocalScript") then
  523. v.Disabled = false
  524. end
  525. end
  526. end
  527.  
  528. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  529. TP(CFrame.new(-972.683289, 4.95825768, -92.2516937))
  530. ReEquip()
  531. wait(3.0)
  532. TP(CFrame.new(CurrentPos))
  533. ReEquip()
  534.  
  535. wait (0.1)
  536.  
  537. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  538. TP(CFrame.new(-272.830811, 3.0072546, 361.377502))
  539. ReEquip()
  540. wait(3.0)
  541. TP(CFrame.new(CurrentPos))
  542. ReEquip()
  543.  
  544. wait (0.1)
  545.  
  546. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  547. TP(CFrame.new(-249.576736, 5.60533333, -244.484818))
  548. ReEquip()
  549. wait(3.0)
  550. TP(CFrame.new(CurrentPos))
  551. ReEquip()
  552.  
  553.  
  554. end)
  555.  
  556. TextBox_9.Parent = Frame
  557. TextBox_9.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  558. TextBox_9.Position = UDim2.new(0.673758864, 0, 0.278523505, 0)
  559. TextBox_9.Size = UDim2.new(0, 68, 0, 34)
  560. TextBox_9.Visible = false
  561. TextBox_9.Font = Enum.Font.Code
  562. TextBox_9.Text = "Fast Attack"
  563. TextBox_9.TextColor3 = Color3.new(0, 0, 0)
  564. TextBox_9.TextSize = 14
  565. TextBox_9.TextWrapped = true
  566. TextBox_9.MouseButton1Down:connect(function()
  567. local player=game.Players.LocalPlayer
  568. player.Backpack:WaitForChild("Punch").Info.Cooldown.Value = 0.01
  569. player.Backpack.Punch.Info.AnimSpeed.Value = 5
  570. player.Backpack:WaitForChild("Knife").Info.Cooldown.Value = 0.01
  571. player.Backpack.Knife.Info.AnimSpeed.Value = 5
  572. if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 503266657) then
  573. player.Backpack:WaitForChild("Pipe").Info.Cooldown.Value = 0.01
  574. player.Backpack.Pipe.Info.AnimSpeed.Value = 5
  575. end
  576. player.Backpack.ChildAdded:connect(function(child)
  577. if child.Name == "Bat" or child.Name == "Bottle" then
  578. child:WaitForChild("Info").Cooldown.Value = 0.01
  579. child.Info.AnimSpeed.Value = 5
  580. end
  581. end)
  582. local player=game.Players.LocalPlayer
  583. player.Backpack.ServerTraits.Stam.Changed:connect(function()
  584. player.Backpack.ServerTraits.Stam.Value = 100
  585. end)
  586. end)
  587.  
  588.  
  589. TextBox_10.Parent = Frame
  590. TextBox_10.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  591. TextBox_10.Position = UDim2.new(0.834515452, 0, 0.278523505, 0)
  592. TextBox_10.Size = UDim2.new(0, 63, 0, 34)
  593. TextBox_10.Visible = false
  594. TextBox_10.Font = Enum.Font.Code
  595. TextBox_10.Text = "Noclip [Q]"
  596. TextBox_10.TextColor3 = Color3.new(0, 0, 0)
  597. TextBox_10.TextSize = 14
  598. TextBox_10.TextWrapped = true
  599. TextBox_10.MouseButton1Down:connect(function()
  600. local noclipplayer = game:GetService("Players").LocalPlayer
  601. local noclipmouse = noclipplayer:GetMouse()
  602.  
  603. local donoclip = false
  604. local noclip = false
  605.  
  606. function b_noclip(key)
  607. if (key == "q") then
  608. if noclip == false then
  609. donoclip = true
  610.  
  611. noclip = true
  612. elseif noclip == true then
  613. donoclip = false
  614.  
  615. noclip = false
  616. end
  617. end
  618. end
  619.  
  620. noclipmouse.KeyDown:connect(b_noclip)
  621.  
  622. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  623. if obj ~= workspace.Terrain then
  624. if donoclip == true then
  625. obj.CanCollide = false
  626. else
  627. obj.CanCollide = true
  628. end
  629. end
  630. end)
  631. end)
  632.  
  633. TextBox_11.Parent = Frame
  634. TextBox_11.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  635. TextBox_11.Position = UDim2.new(0.673758805, 0, 0.392617464, 0)
  636. TextBox_11.Size = UDim2.new(0, 131, 0, 34)
  637. TextBox_11.Visible = false
  638. TextBox_11.Font = Enum.Font.Code
  639. TextBox_11.Text = "Bypass [Turn on before Boost!]"
  640. TextBox_11.TextColor3 = Color3.new(0, 0, 0)
  641. TextBox_11.TextSize = 14
  642. TextBox_11.TextWrapped = true
  643. TextBox_11.MouseButton1Down:connect(function()
  644. while true do
  645. game.ReplicatedStorage.Name = 'RepStorage'
  646. wait(0.5)
  647. end
  648. end)
  649.  
  650. TextBox_12.Parent = Frame
  651. TextBox_12.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  652. TextBox_12.Position = UDim2.new(0.673758924, 0, 0.506711423, 0)
  653. TextBox_12.Size = UDim2.new(0, 68, 0, 34)
  654. TextBox_12.Visible = false
  655. TextBox_12.Font = Enum.Font.Code
  656. TextBox_12.Text = "Boost Shift"
  657. TextBox_12.TextColor3 = Color3.new(0, 0, 0)
  658. TextBox_12.TextSize = 14
  659. TextBox_12.TextWrapped = true
  660. TextBox_12.MouseButton1Down:connect(function()
  661. repeat wait() until game.Players.LocalPlayer
  662. m = game.Players.LocalPlayer:GetMouse()
  663. m.KeyDown:connect(function(key)
  664. if key == "0" then
  665. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  666. end
  667. end)
  668. m.KeyUp:connect(function(key)
  669. if key == "0" then
  670. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  671. end
  672. end)
  673. end)
  674.  
  675. Speed.Name = "Speed"
  676. Speed.Parent = Frame
  677. Speed.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  678. Speed.Position = UDim2.new(0.834515452, 0, 0.506711423, 0)
  679. Speed.Size = UDim2.new(0, 63, 0, 34)
  680. Speed.Visible = false
  681. Speed.Font = Enum.Font.Code
  682. Speed.Text = "Synapse WalkSpeed"
  683. Speed.TextColor3 = Color3.new(0, 0, 0)
  684. Speed.TextSize = 14
  685. Speed.TextWrapped = true
  686.  
  687. Changespeedtextbox.Name = "Changespeedtextbox"
  688. Changespeedtextbox.Parent = Frame
  689. Changespeedtextbox.BackgroundColor3 = Color3.new(1, 1, 1)
  690. Changespeedtextbox.Position = UDim2.new(1.47281325, 0, 0.503355682, 0)
  691. Changespeedtextbox.Size = UDim2.new(0, 200, 0, 50)
  692. Changespeedtextbox.Visible = false
  693. Changespeedtextbox.Font = Enum.Font.SourceSans
  694. Changespeedtextbox.Text = "3"
  695. Changespeedtextbox.TextColor3 = Color3.new(0, 0, 0)
  696. Changespeedtextbox.TextSize = 14
  697.  
  698. Speedkeybindtextbox.Name = "Speedkeybindtextbox"
  699. Speedkeybindtextbox.Parent = Frame
  700. Speedkeybindtextbox.BackgroundColor3 = Color3.new(1, 1, 1)
  701. Speedkeybindtextbox.Position = UDim2.new(1.47281325, 0, 0.177852333, 0)
  702. Speedkeybindtextbox.Size = UDim2.new(0, 200, 0, 50)
  703. Speedkeybindtextbox.Visible = false
  704. Speedkeybindtextbox.Font = Enum.Font.SourceSans
  705. Speedkeybindtextbox.Text = "w"
  706. Speedkeybindtextbox.TextColor3 = Color3.new(0, 0, 0)
  707. Speedkeybindtextbox.TextSize = 14
  708.  
  709. TextBox_13.Parent = Frame
  710. TextBox_13.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  711. TextBox_13.Position = UDim2.new(0.673758924, 0, 0.620805383, 0)
  712. TextBox_13.Size = UDim2.new(0, 67, 0, 34)
  713. TextBox_13.Visible = false
  714. TextBox_13.Font = Enum.Font.Code
  715. TextBox_13.Text = "Items"
  716. TextBox_13.TextColor3 = Color3.new(0, 0, 0)
  717. TextBox_13.TextSize = 14
  718. TextBox_13.TextWrapped = true
  719. TextBox_13.MouseButton1Down:connect(function()
  720. while
  721. true do
  722. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=(game.Workspace.RandomSpawner.CFrame)wait(0.1)
  723. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=(game.Workspace.RandomSpawner.CFrame)wait(0.1)
  724. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=(game.Workspace.RandomSpawner.CFrame)end
  725. end)
  726.  
  727. TextBox_14.Parent = Frame
  728. TextBox_14.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  729. TextBox_14.Position = UDim2.new(0.834515393, 0, 0.620805383, 0)
  730. TextBox_14.Size = UDim2.new(0, 63, 0, 34)
  731. TextBox_14.Visible = false
  732. TextBox_14.Font = Enum.Font.Code
  733. TextBox_14.Text = "Bfg [H]"
  734. TextBox_14.TextColor3 = Color3.new(0, 0, 0)
  735. TextBox_14.TextSize = 14
  736. TextBox_14.TextWrapped = true
  737. TextBox_14.MouseButton1Down:connect(function()
  738. local setkey = "h"
  739.  
  740. local plr = game.Players.LocalPlayer
  741. local h = game:GetService('RunService').Heartbeat
  742. local m = plr:GetMouse()
  743.  
  744. local bfg = false
  745.  
  746. m.KeyDown:connect(function(key)
  747. if key==setkey then
  748. bfg = not bfg
  749. end
  750. end)
  751.  
  752. m.Button1Down:connect(function()
  753. h:wait()
  754. if plr.Character:FindFirstChild('Uzi') then plr.Character.Uzi.Fire:FireServer(m.Hit) end
  755. if plr.Character:FindFirstChild('Shotty') then plr.Character.Shotty.Fire:FireServer(m.Hit) end
  756. if plr.Character:FindFirstChild('Glock') then plr.Character.Glock.Fire:FireServer(m.Hit) end
  757. if plr.Character:FindFirstChild('Sawed Off') then plr.Character["Sawed Off"].Fire:FireServer(m.Hit) end
  758. end)
  759.  
  760. function start()
  761. while true do
  762. h:wait()
  763. if bfg == true then
  764. if plr.Backpack:FindFirstChild('Uzi') then
  765. plr.Backpack.Uzi.Parent = plr.Character
  766. h:wait()
  767. elseif plr.Backpack:FindFirstChild('Shotty') then
  768. plr.Backpack.Shotty.Parent = plr.Character
  769. h:wait()
  770. elseif plr.Backpack:FindFirstChild("Glock") then
  771. plr.Backpack.Glock.Parent = plr.Character
  772. h:wait()
  773. elseif plr.Backpack:FindFirstChild("Sawed Off") then
  774. plr.Backpack["Sawed Off"].Parent = plr.Character
  775. h:wait()
  776. end
  777. end
  778. end
  779. end
  780. start()
  781. end)
  782.  
  783. TextBox_15.Parent = Frame
  784. TextBox_15.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  785. TextBox_15.Position = UDim2.new(0.673758924, 0, 0.734899342, 0)
  786. TextBox_15.Size = UDim2.new(0, 131, 0, 24)
  787. TextBox_15.Visible = false
  788. TextBox_15.Font = Enum.Font.Code
  789. TextBox_15.Text = "Tezla Admin"
  790. TextBox_15.TextColor3 = Color3.new(0, 0, 0)
  791. TextBox_15.TextSize = 14
  792. TextBox_15.TextWrapped = true
  793. TextBox_15.MouseButton1Down:connect(function()
  794. loadstring(game:GetObjects("rbxassetid://01773249472")[1].Source)()
  795. end)
  796.  
  797.  
  798. local plr = game:GetService("Players").LocalPlayer
  799. local char = plr.Character
  800. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  801. local hum = char:FindFirstChild("HumanoidRootPart")
  802.  
  803. Speed.MouseButton1Down:connect(function()
  804. local plr = game:GetService("Players").LocalPlayer
  805. local char = plr.Character
  806. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  807. local hum = char:FindFirstChild("HumanoidRootPart")
  808. mouse.KeyDown:connect(function(key)
  809. if key == Speedkeybindtextbox.Text then
  810. loop = true
  811. while loop do
  812. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
  813. wait()
  814. end
  815. end
  816. end)
  817. end)
  818.  
  819. mouse.KeyUp:connect(function(key)
  820. if key == Speedkeybindtextbox.Text then
  821. loop = false
  822. end
  823. end)
  824.  
  825. warn ("[[[[[[[[[[Cmds Here]]]]]]]]]")
  826. warn ("!Invisible -- Invisible radio")
  827.  
  828. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  829.  
  830. if (string.lower(msg) == "!invisible") then
  831. game:GetService("StarterGui"):SetCore("SendNotification",{
  832. Title = "Notification",
  833. Text = "[Oskar] Play a code before using this, otherwise reset to change the code or redo this method!",
  834. Duration = 15,
  835. })
  836. game.Players.LocalPlayer.Character.BoomBox.Server:Destroy()
  837. end
  838. end)
  839.  
  840. Player = game.Players.LocalPlayer
  841. Mouse = Player:GetMouse()
  842. gui = ScreenGui
  843. box = Frame
  844. Open = false
  845.  
  846. function PressY(key)
  847. if (key == "y") then
  848. if (Open == false) then
  849. box.Visible = true
  850. Open = true
  851. elseif (Open == true) then
  852. box.Visible = false
  853. Open = false
  854. end
  855. end
  856. end
  857.  
  858. Mouse.KeyDown:connect(PressY)
Add Comment
Please, Sign In to add comment