Advertisement
DiscordDEV

Vibing Script

Jul 24th, 2020
2,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.55 KB | None | 0 0
  1. --discord.gg/VbnTDsU
  2.  
  3.  
  4. local Vibin = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextBox = Instance.new("TextBox")
  7. local Holder1 = Instance.new("TextLabel")
  8. local Holder2 = Instance.new("TextLabel")
  9. local Holder3 = Instance.new("TextLabel")
  10. local Mainframe = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local Minimize = Instance.new("TextButton")
  13. local Holder = Instance.new("Frame")
  14. local Help = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Commands = Instance.new("ScrollingFrame")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local Commands_2 = Instance.new("TextButton")
  20. local Help_2 = Instance.new("TextButton")
  21. local TextLabel_4 = Instance.new("TextLabel")
  22. local Stats = Instance.new("Frame")
  23. local Target = Instance.new("TextLabel")
  24. local Triggerbot = Instance.new("TextLabel")
  25. local Noclip = Instance.new("TextLabel")
  26.  
  27.  
  28. Vibin.Name = "Vibin"
  29. Vibin.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30. Vibin.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31. Vibin.ResetOnSpawn = false
  32.  
  33. Frame.Parent = Vibin
  34. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  35. Frame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  36. Frame.BackgroundTransparency = 1.000
  37. Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  38. Frame.BorderSizePixel = 0
  39. Frame.Position = UDim2.new(0.498831838, 0, 0.571428597, 0)
  40. Frame.Size = UDim2.new(1, 0, 0.150000006, 0)
  41. Frame.Visible = false
  42.  
  43. TextBox.Parent = Frame
  44. TextBox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  45. TextBox.BorderColor3 = Color3.fromRGB(255, 0, 4)
  46. TextBox.Position = UDim2.new(0.000645757886, 0, -0.0146407336, 0)
  47. TextBox.Size = UDim2.new(1, 0, 0.400000006, 0)
  48. TextBox.Font = Enum.Font.SourceSansSemibold
  49. TextBox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  50. TextBox.PlaceholderText = "Enter Command"
  51. TextBox.Text = ""
  52. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. TextBox.TextScaled = true
  54. TextBox.TextSize = 14.000
  55. TextBox.TextStrokeTransparency = 0.000
  56. TextBox.TextWrapped = true
  57.  
  58. Holder1.Name = "Holder1"
  59. Holder1.Parent = Frame
  60. Holder1.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  61. Holder1.BackgroundTransparency = 0.500
  62. Holder1.BorderSizePixel = 0
  63. Holder1.Position = UDim2.new(0.00116822124, 0, 0.397249371, 0)
  64. Holder1.Size = UDim2.new(1, 0, 0.200000003, 0)
  65. Holder1.Visible = false
  66. Holder1.Font = Enum.Font.SourceSansSemibold
  67. Holder1.Text = "ERROR"
  68. Holder1.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. Holder1.TextScaled = true
  70. Holder1.TextSize = 14.000
  71. Holder1.TextWrapped = true
  72.  
  73. Holder2.Name = "Holder2"
  74. Holder2.Parent = Frame
  75. Holder2.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  76. Holder2.BackgroundTransparency = 0.500
  77. Holder2.BorderSizePixel = 0
  78. Holder2.Position = UDim2.new(0, 0, 0.59671694, 0)
  79. Holder2.Size = UDim2.new(1, 0, 0.200000003, 0)
  80. Holder2.Visible = false
  81. Holder2.Font = Enum.Font.SourceSansSemibold
  82. Holder2.Text = "ERROR"
  83. Holder2.TextColor3 = Color3.fromRGB(255, 255, 255)
  84. Holder2.TextScaled = true
  85. Holder2.TextSize = 14.000
  86. Holder2.TextWrapped = true
  87.  
  88. Holder3.Name = "Holder3"
  89. Holder3.Parent = Frame
  90. Holder3.BackgroundColor3 = Color3.fromRGB(65, 65, 65)
  91. Holder3.BackgroundTransparency = 0.500
  92. Holder3.BorderSizePixel = 0
  93. Holder3.Position = UDim2.new(-2.98023224e-08, 0, 0.792280376, 0)
  94. Holder3.Size = UDim2.new(1, 0, 0.200000003, 0)
  95. Holder3.Visible = false
  96. Holder3.Font = Enum.Font.SourceSansSemibold
  97. Holder3.Text = "ERROR"
  98. Holder3.TextColor3 = Color3.fromRGB(255, 255, 255)
  99. Holder3.TextScaled = true
  100. Holder3.TextSize = 14.000
  101. Holder3.TextWrapped = true
  102.  
  103. Mainframe.Name = "Mainframe"
  104. Mainframe.Parent = Vibin
  105. Mainframe.Active = true
  106. Mainframe.AnchorPoint = Vector2.new(0.5, 0.5)
  107. Mainframe.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  108. Mainframe.BorderColor3 = Color3.fromRGB(255, 255, 255)
  109. Mainframe.Position = UDim2.new(0.5, 0, 0.5, 0)
  110. Mainframe.Selectable = true
  111. Mainframe.Size = UDim2.new(0, 300, 0, 200)
  112. Mainframe.Visible = false
  113.  
  114. Title.Name = "Title"
  115. Title.Parent = Mainframe
  116. Title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  117. Title.BorderSizePixel = 0
  118. Title.Size = UDim2.new(0, 300, 0, 30)
  119. Title.Font = Enum.Font.SourceSansBold
  120. Title.Text = "Vibin"
  121. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. Title.TextScaled = true
  123. Title.TextSize = 14.000
  124. Title.TextWrapped = true
  125.  
  126. Minimize.Name = "Minimize"
  127. Minimize.Parent = Mainframe
  128. Minimize.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  129. Minimize.BorderSizePixel = 0
  130. Minimize.Position = UDim2.new(0.899999976, 0, 0, 0)
  131. Minimize.Size = UDim2.new(0, 30, 0, 30)
  132. Minimize.Font = Enum.Font.SourceSansBold
  133. Minimize.Text = "X"
  134. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. Minimize.TextScaled = true
  136. Minimize.TextSize = 14.000
  137. Minimize.TextStrokeTransparency = 0.000
  138. Minimize.TextWrapped = true
  139.  
  140. Holder.Name = "Holder"
  141. Holder.Parent = Mainframe
  142. Holder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  143. Holder.BackgroundTransparency = 1.000
  144. Holder.Position = UDim2.new(0, 0, 0.25, 0)
  145. Holder.Size = UDim2.new(0, 300, 0, 150)
  146.  
  147. Help.Name = "Help"
  148. Help.Parent = Holder
  149. Help.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. Help.BackgroundTransparency = 1.000
  151. Help.Size = UDim2.new(0, 300, 0, 150)
  152. Help.Visible = false
  153.  
  154. TextLabel.Parent = Help
  155. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  156. TextLabel.BackgroundTransparency = 1.000
  157. TextLabel.Position = UDim2.new(0.166666672, 0, 0.800000012, 0)
  158. TextLabel.Size = UDim2.new(0, 200, 0, 30)
  159. TextLabel.Font = Enum.Font.SourceSansBold
  160. TextLabel.Text = "discord.gg/CFnfgum"
  161. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  162. TextLabel.TextScaled = true
  163. TextLabel.TextSize = 14.000
  164. TextLabel.TextWrapped = true
  165.  
  166. TextLabel_2.Parent = Help
  167. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  168. TextLabel_2.BackgroundTransparency = 1.000
  169. TextLabel_2.Position = UDim2.new(0.0833333358, 0, 0, 0)
  170. TextLabel_2.Size = UDim2.new(0, 250, 0, 120)
  171. TextLabel_2.Font = Enum.Font.SourceSansSemibold
  172. TextLabel_2.Text = "If your having problems join the discord and look into the Vibin guide and if that doesnt work DM anthony or vegan"
  173. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. TextLabel_2.TextScaled = true
  175. TextLabel_2.TextSize = 14.000
  176. TextLabel_2.TextWrapped = true
  177.  
  178. Commands.Name = "Commands"
  179. Commands.Parent = Holder
  180. Commands.Active = true
  181. Commands.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  182. Commands.BackgroundTransparency = 1.000
  183. Commands.BorderSizePixel = 0
  184. Commands.Size = UDim2.new(0, 300, 0, 150)
  185.  
  186. TextLabel_3.Parent = Commands
  187. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  188. TextLabel_3.BackgroundTransparency = 1.000
  189. TextLabel_3.Position = UDim2.new(0, 0, 0.00666666683, 0)
  190. TextLabel_3.Size = UDim2.new(0, 285, 0, 25)
  191. TextLabel_3.Font = Enum.Font.SourceSansSemibold
  192. TextLabel_3.Text = ""
  193. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. TextLabel_3.TextSize = 18.000
  195. TextLabel_3.TextStrokeTransparency = 0.500
  196. TextLabel_3.TextWrapped = true
  197.  
  198. Commands_2.Name = "Commands"
  199. Commands_2.Parent = Mainframe
  200. Commands_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  201. Commands_2.BorderSizePixel = 0
  202. Commands_2.Position = UDim2.new(0.200000003, 0, 0.150000006, 0)
  203. Commands_2.Size = UDim2.new(0, 75, 0, 20)
  204. Commands_2.Font = Enum.Font.SourceSansBold
  205. Commands_2.Text = "Commands"
  206. Commands_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  207. Commands_2.TextScaled = true
  208. Commands_2.TextSize = 14.000
  209. Commands_2.TextWrapped = true
  210.  
  211. Help_2.Name = "Help"
  212. Help_2.Parent = Mainframe
  213. Help_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  214. Help_2.BorderSizePixel = 0
  215. Help_2.Position = UDim2.new(0.550000012, 0, 0.150000006, 0)
  216. Help_2.Size = UDim2.new(0, 75, 0, 20)
  217. Help_2.Font = Enum.Font.SourceSansBold
  218. Help_2.Text = "Help"
  219. Help_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  220. Help_2.TextScaled = true
  221. Help_2.TextSize = 14.000
  222. Help_2.TextWrapped = true
  223.  
  224. TextLabel_4.Parent = Vibin
  225. TextLabel_4.AnchorPoint = Vector2.new(0.5, 0.5)
  226. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  227. TextLabel_4.BackgroundTransparency = 1.000
  228. TextLabel_4.Position = UDim2.new(0.949766397, 0, 0.744898021, 0)
  229. TextLabel_4.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  230. TextLabel_4.Font = Enum.Font.SourceSansBold
  231. TextLabel_4.Text = "Team Expo discord.gg/CFnfgum /commands"
  232. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  233. TextLabel_4.TextScaled = true
  234. TextLabel_4.TextSize = 14.000
  235. TextLabel_4.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  236. TextLabel_4.TextStrokeTransparency = 0.000
  237. TextLabel_4.TextWrapped = true
  238.  
  239. Stats.Name = "Stats"
  240. Stats.Parent = Vibin
  241. Stats.AnchorPoint = Vector2.new(0.5, 0.5)
  242. Stats.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  243. Stats.BackgroundTransparency = 0.500
  244. Stats.BorderSizePixel = 0
  245. Stats.Position = UDim2.new(0.498831779, 0, 0.0244897958, 0)
  246. Stats.Size = UDim2.new(1, 0, 0.0500000007, 0)
  247.  
  248. Target.Name = "Target"
  249. Target.Parent = Stats
  250. Target.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  251. Target.BackgroundTransparency = 1.000
  252. Target.Position = UDim2.new(0.376168221, 0, 0, 0)
  253. Target.Size = UDim2.new(0.25, 0, 1, 0)
  254. Target.Font = Enum.Font.SourceSansSemibold
  255. Target.Text = "Aimbot: false"
  256. Target.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. Target.TextScaled = true
  258. Target.TextSize = 14.000
  259. Target.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  260. Target.TextStrokeTransparency = 0.000
  261. Target.TextWrapped = true
  262.  
  263. Triggerbot.Name = "Triggerbot"
  264. Triggerbot.Parent = Stats
  265. Triggerbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  266. Triggerbot.BackgroundTransparency = 1.000
  267. Triggerbot.Position = UDim2.new(0.126168221, 0, 0, 0)
  268. Triggerbot.Size = UDim2.new(0.25, 0, 1, 0)
  269. Triggerbot.Font = Enum.Font.SourceSansSemibold
  270. Triggerbot.Text = "Triggerbot: false"
  271. Triggerbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  272. Triggerbot.TextScaled = true
  273. Triggerbot.TextSize = 14.000
  274. Triggerbot.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  275. Triggerbot.TextStrokeTransparency = 0.000
  276. Triggerbot.TextWrapped = true
  277.  
  278. Noclip.Name = "Noclip"
  279. Noclip.Parent = Stats
  280. Noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  281. Noclip.BackgroundTransparency = 1.000
  282. Noclip.Position = UDim2.new(0.626168251, 0, 0, 0)
  283. Noclip.Size = UDim2.new(0.25, 0, 1, 0)
  284. Noclip.Font = Enum.Font.SourceSansSemibold
  285. Noclip.Text = "Noclip: false"
  286. Noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  287. Noclip.TextScaled = true
  288. Noclip.TextSize = 14.000
  289. Noclip.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  290. Noclip.TextStrokeTransparency = 0.000
  291. Noclip.TextWrapped = true
  292.  
  293. -- Scripts:
  294.  
  295. local function DPPL_fake_script() -- TextBox.RainbowText
  296. local script = Instance.new('LocalScript', TextBox)
  297.  
  298. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  299. counter = 0
  300. while wait(0.05)do
  301. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  302. script.Parent.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  303. counter = counter + 0.01
  304. end
  305. end
  306. coroutine.wrap(DPPL_fake_script)()
  307. local function DYIKDBY_fake_script() -- Minimize.LocalScript
  308. local script = Instance.new('LocalScript', Minimize)
  309.  
  310. local open = true
  311. script.Parent.MouseButton1Click:Connect(function()
  312. if open then
  313. open = false
  314. script.Parent.Parent.BackgroundTransparency = 1
  315. script.Parent.Parent.Holder.Visible = false
  316. script.Parent.Parent.Commands.Visible = false
  317. script.Parent.Parent.Help.Visible = false
  318. else
  319. open = true
  320. script.Parent.Parent.BackgroundTransparency = 0
  321. script.Parent.Parent.Holder.Visible = true
  322. script.Parent.Parent.Commands.Visible = true
  323. script.Parent.Parent.Help.Visible = true
  324. end
  325. end)
  326. end
  327. coroutine.wrap(DYIKDBY_fake_script)()
  328. local function LBYVA_fake_script() -- Commands.LocalScript
  329. local script = Instance.new('LocalScript', Commands)
  330.  
  331. local scrolling = script.Parent
  332. local original = scrolling.TextLabel
  333. local offset = 0
  334. local scrollingoffset = original.Size.Y.Offset
  335. wait(2)
  336. for i,v in pairs(_G.system.Commands) do
  337. if type(v.Name) == "table" then
  338. if v.Description then
  339. local newcmd = original:Clone()
  340. newcmd.Position = UDim2.fromOffset(10,offset)
  341. newcmd.Text = "/"..v.Name[1].." - "..v.Description
  342. newcmd.Parent = scrolling
  343. scrolling.CanvasSize = UDim2.fromOffset(0,scrollingoffset)
  344. offset = offset + newcmd.Size.Y.Offset
  345. scrollingoffset = scrollingoffset + newcmd.Size.Y.Offset
  346. else
  347. local newcmd = original:Clone()
  348. newcmd.Position = UDim2.fromOffset(10,offset)
  349. newcmd.Text = "/"..v.Name[1]
  350. newcmd.Parent = scrolling
  351. scrolling.CanvasSize = UDim2.fromOffset(0,scrollingoffset)
  352. offset = offset + newcmd.Size.Y.Offset
  353. scrollingoffset = scrollingoffset + newcmd.Size.Y.Offset
  354. end
  355. else
  356. if v.Description then
  357. local newcmd = original:Clone()
  358. newcmd.Position = UDim2.fromOffset(10,offset)
  359. newcmd.Text = "/"..v.Name.." - "..v.Description
  360. newcmd.Parent = scrolling
  361. scrolling.CanvasSize = UDim2.fromOffset(0,scrollingoffset)
  362. offset = offset + newcmd.Size.Y.Offset
  363. scrollingoffset = scrollingoffset + newcmd.Size.Y.Offset
  364. else
  365. local newcmd = original:Clone()
  366. newcmd.Position = UDim2.fromOffset(10,offset)
  367. newcmd.Text = "/"..v.Name
  368. newcmd.Parent = scrolling
  369. scrolling.CanvasSize = UDim2.fromOffset(0,scrollingoffset)
  370. offset = offset + newcmd.Size.Y.Offset
  371. scrollingoffset = scrollingoffset + newcmd.Size.Y.Offset
  372. end
  373. end
  374. end
  375. end
  376. coroutine.wrap(LBYVA_fake_script)()
  377. local function RRNYJOF_fake_script() -- Mainframe.Automation
  378. local script = Instance.new('LocalScript', Mainframe)
  379.  
  380. script.Parent.Draggable = true
  381.  
  382. script.Parent.Commands.MouseButton1Click:Connect(function()
  383. script.Parent.Holder.Commands.Visible = true
  384. script.Parent.Holder.Help.Visible = false
  385. end)
  386. script.Parent.Help.MouseButton1Click:Connect(function()
  387. script.Parent.Holder.Commands.Visible = false
  388. script.Parent.Holder.Help.Visible = true
  389. end)
  390.  
  391. local commandlabels = {}
  392. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  393. counter = 0
  394. spawn(function()
  395. while wait(0.05)do
  396. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  397. script.Parent.Title.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  398. script.Parent.Commands.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  399. script.Parent.Help.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  400. script.Parent.Minimize.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  401. for i,v in pairs(commandlabels) do
  402. v.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  403. end
  404. counter = counter + 0.01
  405. end
  406. end)
  407. wait(2)
  408. for i,v in pairs(script.Parent.Holder.Commands:GetChildren()) do
  409. if v:IsA("TextLabel") then
  410. table.insert(commandlabels,v)
  411. end
  412. end
  413. end
  414. coroutine.wrap(RRNYJOF_fake_script)()
  415. local function FZYM_fake_script() -- TextLabel_4.LocalScript
  416. local script = Instance.new('LocalScript', TextLabel_4)
  417.  
  418. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  419. counter = 0
  420. while wait(0.05)do
  421. script.Parent.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  422. counter = counter + 0.01
  423. end
  424. end
  425. coroutine.wrap(FZYM_fake_script)()
  426. local function KDNDQ_fake_script() -- Stats.LocalScript
  427. local script = Instance.new('LocalScript', Stats)
  428.  
  429. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  430. counter = 0
  431. while wait(0.05)do
  432. script.Parent.Target.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  433. script.Parent.Triggerbot.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  434. script.Parent.Noclip.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  435. counter = counter + 0.01
  436. end
  437. end
  438. coroutine.wrap(KDNDQ_fake_script)()
  439. local function ITYDHQI_fake_script() -- Vibin.Admin
  440. local script = Instance.new('LocalScript', Vibin)
  441.  
  442. local REBORN_SYSTEM = {Commands = {}}
  443. _G.system = REBORN_SYSTEM
  444. local PREFIX = "/"
  445.  
  446. wait(0.1)
  447.  
  448. local LPlayer = game.Players.LocalPlayer
  449. local mapenabled = true -- Set this to false if you don't like the map loading in
  450. local Mouse = LPlayer:GetMouse()
  451. local Noclip = false
  452. local godmode = false
  453. local trashtalk = {"EZ","L","Your so bad LOL","Legit Garbage","HOW U LOSE THAT BAD LOL",LPlayer.Name:upper().." ON TOP"}
  454. local camlockplr = nil
  455. local fixedrun = false
  456. local aimbotenabled = false
  457. local aimbottarget
  458. local triggerbot = false
  459. local FFRespawn = false
  460. local hel = false
  461. function ParseMessage(Message)
  462. local Arguments = {}
  463. Message = string.lower(Message)
  464. local PrefixMatch = string.match(Message,"^"..PREFIX)
  465. if PrefixMatch then
  466. Message = string.gsub(Message,PrefixMatch,"",1)
  467. for Argument in string.gmatch(Message,"[^%s]+") do
  468. table.insert(Arguments,Argument)
  469. end
  470. end
  471. return Arguments
  472. end
  473. function notification(text)
  474. game.StarterGui:SetCore("SendNotification", {
  475. Title = "Vibin System";
  476. Text = text;
  477. Icon = "rbxassetid://4452245157";
  478. Duration = 1;
  479. })
  480. end
  481. function psearch(arg)
  482. local plr
  483. for i, v in pairs(game.Players:GetPlayers()) do
  484. if string.lower(string.sub(v.Name, 1, string.len(arg))) == string.lower(arg) then
  485. plr = v
  486. elseif arg == "me" then
  487. plr = game.Players.LocalPlayer
  488. end
  489. end
  490. if plr then
  491. return plr
  492. else
  493. notification("Player could not be found!")
  494. end
  495. end
  496. local flying = false
  497. local fspeed = 5
  498. local function togglefly()
  499. flying = not flying
  500. if flying then
  501. if LPlayer.Character ~= nil then
  502. if LPlayer.Character:FindFirstChild("HumanoidRootPart") and LPlayer.Character:FindFirstChild("Humanoid") then
  503. local Float = Instance.new('Part', LPlayer.Character)
  504. Float.Name = "Float"
  505. Float.Transparency = 1
  506. Float.Size = Vector3.new(6, 1, 6)
  507. Float.Anchored = true
  508. LPlayer.Character.HumanoidRootPart.Anchored = true
  509. local T = LPlayer.Character.HumanoidRootPart
  510. local CONTROL = {
  511. F = 0,
  512. B = 0,
  513. L = 0,
  514. R = 0
  515. }
  516. local lCONTROL = {
  517. F = 0,
  518. B = 0,
  519. L = 0,
  520. R = 0
  521. }
  522. local SPEED = 0
  523. local function FLY()
  524. FLYING = true
  525. local BG = Instance.new('BodyGyro', T)
  526. local BV = Instance.new('BodyVelocity', T)
  527. BG.P = 9e4
  528. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  529. BG.cframe = T.CFrame
  530. BV.velocity = Vector3.new(0, 0.1, 0)
  531. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  532. spawn(function()
  533. repeat
  534. wait()
  535. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  536. SPEED = 50
  537. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  538. SPEED = 0
  539. end
  540. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  541. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  542. lCONTROL = {
  543. F = CONTROL.F,
  544. B = CONTROL.B,
  545. L = CONTROL.L,
  546. R = CONTROL.R
  547. }
  548. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  549. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  550. else
  551. BV.velocity = Vector3.new(0, 0.1, 0)
  552. end
  553. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  554. until not FLYING
  555. CONTROL = {
  556. F = 0,
  557. B = 0,
  558. L = 0,
  559. R = 0
  560. }
  561. lCONTROL = {
  562. F = 0,
  563. B = 0,
  564. L = 0,
  565. R = 0
  566. }
  567. SPEED = 0
  568. BG:destroy()
  569. BV:destroy()
  570. end)
  571. end
  572. Mouse.KeyDown:Connect(function(KEY)
  573. if KEY:lower() == 'w' then
  574. CONTROL.F = fspeed
  575. elseif KEY:lower() == 's' then
  576. CONTROL.B = -fspeed
  577. elseif KEY:lower() == 'a' then
  578. CONTROL.L = -fspeed
  579. elseif KEY:lower() == 'd' then
  580. CONTROL.R = fspeed
  581. end
  582. end)
  583. Mouse.KeyUp:Connect(function(KEY)
  584. if KEY:lower() == 'w' then
  585. CONTROL.F = 0
  586. elseif KEY:lower() == 's' then
  587. CONTROL.B = 0
  588. elseif KEY:lower() == 'a' then
  589. CONTROL.L = 0
  590. elseif KEY:lower() == 'd' then
  591. CONTROL.R = 0
  592. end
  593. end)
  594. FLY()
  595. LPlayer.Character.HumanoidRootPart.Anchored = false
  596. elseif LPlayer.Character:FindFirstChild("Torso") and LPlayer.Character:FindFirstChild("Humanoid") then
  597. local Float = Instance.new('Part', LPlayer.Character)
  598. Float.Name = "Float"
  599. Float.Transparency = 1
  600. Float.Size = Vector3.new(6, 1, 6)
  601. Float.Anchored = true
  602. LPlayer.Character.Torso.Anchored = true
  603. local T = LPlayer.Character.Torso
  604. local CONTROL = {
  605. F = 0,
  606. B = 0,
  607. L = 0,
  608. R = 0
  609. }
  610. local lCONTROL = {
  611. F = 0,
  612. B = 0,
  613. L = 0,
  614. R = 0
  615. }
  616. local SPEED = 0
  617. local function FLY()
  618. FLYING = true
  619. local BG = Instance.new('BodyGyro', T)
  620. local BV = Instance.new('BodyVelocity', T)
  621. BG.P = 9e4
  622. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  623. BG.cframe = T.CFrame
  624. BV.velocity = Vector3.new(0, 0.1, 0)
  625. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  626. spawn(function()
  627. repeat
  628. wait()
  629. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  630. SPEED = 50
  631. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  632. SPEED = 0
  633. end
  634. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  635. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  636. lCONTROL = {
  637. F = CONTROL.F,
  638. B = CONTROL.B,
  639. L = CONTROL.L,
  640. R = CONTROL.R
  641. }
  642. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  643. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  644. else
  645. BV.velocity = Vector3.new(0, 0.1, 0)
  646. end
  647. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  648. until not FLYING
  649. CONTROL = {
  650. F = 0,
  651. B = 0,
  652. L = 0,
  653. R = 0
  654. }
  655. lCONTROL = {
  656. F = 0,
  657. B = 0,
  658. L = 0,
  659. R = 0
  660. }
  661. SPEED = 0
  662. BG:destroy()
  663. BV:destroy()
  664. end)
  665. end
  666. Mouse.KeyDown:Connect(function(KEY)
  667. if KEY:lower() == 'w' then
  668. CONTROL.F = fspeed
  669. elseif KEY:lower() == 's' then
  670. CONTROL.B = -fspeed
  671. elseif KEY:lower() == 'a' then
  672. CONTROL.L = -fspeed
  673. elseif KEY:lower() == 'd' then
  674. CONTROL.R = fspeed
  675. end
  676. end)
  677. Mouse.KeyUp:Connect(function(KEY)
  678. if KEY:lower() == 'w' then
  679. CONTROL.F = 0
  680. elseif KEY:lower() == 's' then
  681. CONTROL.B = 0
  682. elseif KEY:lower() == 'a' then
  683. CONTROL.L = 0
  684. elseif KEY:lower() == 'd' then
  685. CONTROL.R = 0
  686. end
  687. end)
  688. FLY()
  689. LPlayer.Character.Torso.Anchored = false
  690. end
  691. end
  692. else
  693. if LPlayer.Character then
  694. if LPlayer.Character:FindFirstChild("Float") then
  695. LPlayer.Character:FindFirstChild("Float"):Destroy()
  696. end
  697. end
  698. local AnimationTracks = LPlayer.Character.Humanoid:GetPlayingAnimationTracks()
  699. for i, track in pairs (AnimationTracks) do
  700. if track.Name ~= "WalkAnim" then
  701. track:Stop()
  702. end
  703. end
  704. FLYING = false
  705. end
  706. end
  707. local function checkproperty(Object, Property)
  708. local toreturn = pcall(function()
  709. if typeof(Object[Property]) == "Instance" then
  710. error()
  711. end
  712. end)
  713. return toreturn
  714. end
  715. teleportable = {
  716. all = function()
  717. local toreturn = {}
  718. for i,v in pairs(game.Workspace:GetDescendants()) do
  719. if checkproperty(v, "Anchored") then
  720. if v.Anchored == false then
  721. local characterdescendant = false
  722. for i,player in pairs(game.Players:GetPlayers()) do
  723. if v:FindFirstAncestor(player.Name) then
  724. characterdescendant = true
  725. end
  726. end
  727. if not characterdescendant then
  728. table.insert(toreturn, v)
  729. end
  730. end
  731. end
  732. end
  733. return toreturn
  734. end
  735. }
  736.  
  737. LPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Visible = true
  738. LPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Position = LPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Position + UDim2.new(UDim.new(),LPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Size.Y)
  739. -- bypass
  740. local x,y = pcall(function()
  741. local gamelememe = getrawmetatable(game)
  742. local Closure, Caller = hide_me or newcclosure, checkcaller or is_protosmasher_caller or Cer.isCerus
  743. local writeable = setreadonly(gamelememe, false) or make_writeable(gamelememe)
  744. local name, index, nindex = gamelememe.__namecall, gamelememe.__index, gamelememe.__newindex
  745. local meta = getrawmetatable(game)
  746. local namecall = meta.__namecall
  747. local newindex = meta.__newindex
  748. local index = meta.__index
  749. local fakemodel = Instance.new("Model")
  750. fakemodel.Parent = game.Workspace
  751. fakehumanoid = Instance.new("Humanoid")
  752.  
  753. gamelememe.__newindex = Closure(function(self, Property, b)
  754. if not Caller() then
  755. if self:IsA'Humanoid' then
  756. game:GetService'StarterGui':SetCore('ResetButtonCallback', true)
  757. if Property == "WalkSpeed" then
  758. return
  759. end
  760. if Property == "Health" or Property == "JumpPower" or Property == "HipHeight" then
  761. return
  762. end
  763. end
  764. if Property == "CFrame" and self.Name == "HumanoidRootPart" or self.Name == "Torso" then
  765. return
  766. end
  767. end
  768. return nindex(self, Property, b)
  769. end)
  770.  
  771. gamelememe.__namecall = Closure(function(self, ...)
  772. if not Caller() then
  773. local Arguments = {
  774. ...
  775. }
  776. if getnamecallmethod() == "Destroy" and tostring(self) == "BodyPosition" or getnamecallmethod() == "Destroy" and tostring(self) == "BodyVelocity" then
  777. return invalidfunctiongang(self, ...)
  778. end
  779. if getnamecallmethod() == "BreakJoints" and tostring(self) == game:GetService'Players'.LocalPlayer.Character.Name then
  780. return invalidfunctiongang(self, ...)
  781. end
  782. if getnamecallmethod() == "FireServer" then
  783. if self.Name == "lIII" or tostring(self.Parent) == "ReplicatedStorage" then
  784. return wait(9e9)
  785. end
  786. if Arguments[1] == "hey" then
  787. return wait(9e9)
  788. end
  789. end
  790. end
  791. return name(self, ...)
  792. end)
  793. end)
  794. local SelectionBox = Instance.new("SelectionBox",workspace)
  795. SelectionBox.LineThickness = 0.02
  796. SelectionBox.Transparency = 0.1
  797. if not x then
  798. notification("Sorry your Executor isn't completely compatiable!")
  799. end
  800. --
  801. function teleport(position)
  802. position = position + Vector3.new(0,3,0)
  803. local BP = Instance.new("BodyPosition")
  804. BP.MaxForce = Vector3.new(10000,10000,10000)
  805. BP.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  806. BP.Position = position
  807. for i,v in pairs(parts) do
  808. v.CanCollide = false
  809. end
  810. repeat wait() until (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - position).Magnitude <= 10
  811. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0)
  812. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(position)
  813. if BP then
  814. BP:Destroy()
  815. end
  816. for i,v in pairs(parts) do
  817. v.CanCollide = true
  818. end
  819. end
  820. function REBORN_SYSTEM:AddCommand(commandname,cmddesc,sc)
  821. local cmdinformation = {}
  822. cmdinformation.Name = commandname
  823. if sc == nil then
  824. cmdinformation.Function = cmddesc
  825. else
  826. cmdinformation.Function = sc
  827. cmdinformation.Description = cmddesc
  828. end
  829. table.insert(REBORN_SYSTEM.Commands,cmdinformation)
  830. end
  831. function REBORN_SYSTEM:ExecuteCommand(args)
  832. spawn(function()
  833. args = ParseMessage(args)
  834. local isacmd = false
  835. for i,v in pairs(REBORN_SYSTEM.Commands) do
  836. if type(v.Name) == "table" then
  837. for i,x in pairs(v.Name) do
  838. if x == args[1] then
  839. table.remove(args,1)
  840. local x,y = pcall(function()
  841. isacmd = true
  842. v.Function(args)
  843. end)
  844. if not x then
  845. notification("ERROR, DM me the cmd you used!")
  846. if syn then
  847. syn_clipboard_set(y)
  848. end
  849. if is_protosmasher_caller then
  850. setclipboard(y)
  851. end
  852. end
  853. end
  854. end
  855. else
  856. if v.Name == args[1] then
  857. table.remove(args,1)
  858. local x,y = pcall(function()
  859. isacmd = true
  860. v.Function(args)
  861. end)
  862. if not x then
  863. notification("ERROR, DM me the cmd you used!")
  864. if syn then
  865. syn_clipboard_set(y)
  866. end
  867. if is_protosmasher_caller then
  868. setclipboard(y)
  869. end
  870. end
  871. end
  872. end
  873. end
  874. if not isacmd then
  875. notification("Failed to find "..tostring(args[1]).."!")
  876. end
  877. end)
  878. end
  879. game.Players.LocalPlayer.Chatted:Connect(function(msg)
  880. if msg:sub(1,1) == PREFIX then
  881. REBORN_SYSTEM:ExecuteCommand(msg)
  882. end
  883. end)
  884. local UIS = game:GetService("UserInputService")
  885. local visible = false
  886. local gui = script.Parent
  887. UIS.InputBegan:Connect(function(input,proc)
  888. if proc then wait() updatecmdbar() return end
  889. if input.KeyCode == Enum.KeyCode.Semicolon then
  890. wait()
  891. visible = true
  892. gui.Frame.Visible = true
  893. gui.Frame.TextBox:CaptureFocus()
  894. end
  895. end)
  896. gui.Frame.TextBox.FocusLost:Connect(function(w)
  897. local IsACmd = false
  898. if w == true then
  899. local text = gui.Frame.TextBox.Text:lower()
  900. if text ~= "" or text ~= " " or text ~= nil then
  901. if text:sub(1,1) ~= PREFIX then
  902. text = PREFIX..text
  903. REBORN_SYSTEM:ExecuteCommand(text)
  904. end
  905. end
  906. end
  907. gui.Frame.Visible = false
  908. end)
  909. function updatecmdbar()
  910. local tble = {}
  911. for i,v in pairs(REBORN_SYSTEM.Commands) do
  912. local cmd = {}
  913. if type(v.Name) == "table" then
  914. cmd.Name = v.Name[1]
  915. cmd.Description = v.Description
  916. else
  917. cmd.Name = v.Name
  918. cmd.Description = v.Description
  919. end
  920. if gui.Frame.TextBox.Text:lower() == cmd.Name:sub(1,gui.Frame.TextBox.Text:len()) then
  921. table.insert(tble,cmd)
  922. end
  923. end
  924. if tble[1] then
  925. gui.Frame.Holder1.Visible = true
  926. if tble[1].Description then
  927. gui.Frame.Holder1.Text = tble[1].Name.." - "..tble[1].Description
  928. else
  929. gui.Frame.Holder1.Text = tble[1].Name
  930. end
  931. else
  932. gui.Frame.Holder1.Visible = false
  933. end
  934. if tble[2] then
  935. gui.Frame.Holder2.Visible = true
  936. if tble[2].Description then
  937. gui.Frame.Holder2.Text = tble[2].Name.." - "..tble[2].Description
  938. else
  939. gui.Frame.Holder2.Text = tble[2].Name
  940. end
  941. else
  942. gui.Frame.Holder2.Visible = false
  943. end
  944. if tble[3] then
  945. gui.Frame.Holder3.Visible = true
  946. if tble[3].Description then
  947. gui.Frame.Holder3.Text = tble[3].Name.." - "..tble[3].Description
  948. else
  949. gui.Frame.Holder3.Text = tble[3].Name
  950. end
  951. else
  952. gui.Frame.Holder3.Visible = false
  953. end
  954. end
  955. function ms2plr()
  956. local ms = LPlayer:GetMouse()
  957. local plr
  958. local closest = 25
  959. for i,v in pairs(game.Players:GetPlayers()) do
  960. if v.Character then
  961. local root = v.Character:FindFirstChild("HumanoidRootPart") or v.Character:FindFirstChild("Torso")
  962. if root then
  963. if (root.Position - Vector3.new(ms.Hit.X,ms.Hit.Y,ms.Hit.Z)).Magnitude < closest then
  964. closest = (root.Position - Vector3.new(ms.Hit.X,ms.Hit.Y,ms.Hit.Z)).Magnitude
  965. plr = v
  966. end
  967. end
  968. end
  969. end
  970. return plr
  971. end
  972. UIS.InputBegan:Connect(function(input,proc)
  973. pcall(function()
  974. if fixedrun then
  975. if input.KeyCode == Enum.KeyCode.LeftShift then
  976. LPlayer.Character.Humanoid.WalkSpeed = 24
  977. end
  978. end
  979. end)
  980. if proc then return end
  981. local x,y = pcall(function()
  982. if input.KeyCode == Enum.KeyCode.P then
  983. LPlayer.Character:BreakJoints()
  984. end
  985. if input.KeyCode == Enum.KeyCode.F then
  986. togglefly()
  987. end
  988. if input.KeyCode == Enum.KeyCode.U then
  989. repeat
  990. while true do
  991. game:GetService("RunService").Heartbeat:Wait()
  992. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Uzi | $150"].Head.CFrame
  993. end
  994. local tpbrick = Instance.new("Part", workspace)
  995. tpbrick.Anchored = true
  996. tpbrick.CanCollide = false
  997. tpbrick.Transparency = 1
  998. tpbrick.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  999. wait(3.5)
  1000. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = tpbrick.CFrame
  1001. until game.Players.LocalPlayer.Backpack.Uzi
  1002.  
  1003. end
  1004. if input.KeyCode == Enum.KeyCode.R then
  1005. hel = true
  1006. repeat
  1007. game:GetService("RunService").Heartbeat:Wait()
  1008. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Buy Ammo | $25"].Head.CFrame
  1009. until hel == false
  1010. local tpbrick = Instance.new("Part", workspace)
  1011. tpbrick.Anchored = true
  1012. tpbrick.CanCollide = false
  1013. tpbrick.Transparency = 1
  1014. tpbrick.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1015. wait(3.5)
  1016. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = tpbrick.CFrame
  1017. end
  1018. if input.KeyCode == Enum.KeyCode.K then
  1019. fspeed = fspeed-1
  1020. notification("Lowered to "..fspeed)
  1021. end
  1022. if input.KeyCode == Enum.KeyCode.L then
  1023. fspeed = fspeed+1
  1024. notification("Increased to "..fspeed)
  1025. end
  1026. if input.KeyCode == Enum.KeyCode.Q then
  1027. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(trashtalk[math.random(1,#trashtalk)], "All")
  1028. end
  1029. if input.KeyCode == Enum.KeyCode.E then
  1030. local plr = ms2plr()
  1031. if plr and plr ~= LPlayer then
  1032. aimbottarget = plr
  1033. script.Parent.Stats.Target.Text = "Target: "..plr.Name
  1034. notification("Target: "..plr.Name)
  1035. if plr.Character then
  1036. if plr.Character:FindFirstChild("Torso") then
  1037. SelectionBox.Adornee = plr.Character.Torso
  1038. end
  1039. end
  1040. local connection = {}
  1041. table.insert(connection,plr.CharacterAdded:Connect(function(ch)
  1042. wait(0.1)
  1043. if plr.Character:FindFirstChild("Torso") then
  1044. SelectionBox.Adornee = plr.Character.Torso
  1045. end
  1046. end))
  1047. spawn(function()
  1048. repeat wait() until aimbottarget ~= plr
  1049. connection[1]:Disconnect()
  1050. end)
  1051. end
  1052. end
  1053. if input.KeyCode == Enum.KeyCode.N then
  1054. Noclip = not Noclip
  1055. script.Parent.Stats.Noclip.Text = "Noclip: "..tostring(Noclip)
  1056. if Noclip == false then
  1057. if game.Players.LocalPlayer.Character ~= nil then
  1058. if game.Players.LocalPlayer.Character:FindFirstChild("Head") and game.Players.LocalPlayer.Character:FindFirstChild("Torso") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  1059. game.Players.LocalPlayer.Character.Head.CanCollide = true
  1060. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  1061. end
  1062. end
  1063. end
  1064. notification("Noclip: "..tostring(Noclip))
  1065. end
  1066. if input.KeyCode == Enum.KeyCode.X then
  1067. LPlayer.Character:BreakJoints()
  1068. godmode = not godmode
  1069. notification("Godmode: "..tostring(godmode))
  1070. end
  1071. if input.KeyCode == Enum.KeyCode.T then
  1072. if camlockplr then
  1073. local root = camlockplr.Character:FindFirstChild("HumanoidRootPart") or camlockplr.Character:FindFirstChild("Torso")
  1074. if root then
  1075.  
  1076. end
  1077. end
  1078. end
  1079. if input.KeyCode == Enum.KeyCode.J then
  1080. triggerbot = not triggerbot
  1081. script.Parent.Stats.Triggerbot.Text = "Triggerbot: "..tostring(triggerbot)
  1082. end
  1083. if input.KeyCode == Enum.KeyCode.B then
  1084. aimbotenabled = not aimbotenabled
  1085. if not aimbottarget then
  1086. script.Parent.Stats.Target.Text = "Aimbot: "..tostring(aimbotenabled)
  1087. end
  1088. notification("Aimbot: "..tostring(aimbotenabled))
  1089. local tool = LPlayer.Character:FindFirstChildOfClass("Tool")
  1090. if tool then
  1091.  
  1092. end
  1093. end
  1094. end)
  1095. if not x then notification("Keybind Failed report to me!") if syn then syn_clipboard_set(y) end if is_protosmasher_caller then setclipboard(y) end end
  1096. end)
  1097. UIS.InputEnded:Connect(function(input,proc)
  1098. if input.KeyCode == Enum.KeyCode.R then
  1099. hel = false
  1100. end
  1101. end)
  1102.  
  1103. local LPlayer = game.Players.LocalPlayer
  1104.  
  1105. local rawgame = getrawmetatable(game) -- cyrus i suppose can be useful?
  1106. local Closure,Caller = hide_me or newcclosure,checkcaller or is_protosmasher_caller
  1107. local writeable = setreadonly(rawgame,false) or make_writeable(rawgame)
  1108. local name,index,nindex = rawgame.__namecall,rawgame.__index,rawgame.__newindex
  1109. rawgame.__namecall = Closure(function(self,...)
  1110. local info = {...}
  1111. if not Caller() then
  1112. if getnamecallmethod() == "FireServer" then
  1113. local character = LPlayer.Character
  1114. local tool = character:FindFirstChildOfClass("Tool")
  1115. if character and tool then
  1116. if tool.Name == "Uzi" or tool.Name == "Sawed Off" or tool.Name == "Glock" or tool.Name == "Shotty" then
  1117. if self.Name == "Input" and self.Parent == LPlayer.Backpack then
  1118. return
  1119. end
  1120. end
  1121. end
  1122. end
  1123. end
  1124. return name(self,...)
  1125. end)
  1126. local held = false
  1127. local mouse = LPlayer:GetMouse()
  1128. mouse.Button1Down:Connect(function()
  1129. pcall(function()
  1130. held = true
  1131. repeat wait()
  1132. spawn(function()
  1133. if aimbotenabled and aimbottarget then
  1134. local root = aimbottarget.Character:FindFirstChild("HumanoidRootPart") or aimbottarget.Character:FindFirstChild("Torso")
  1135. if root then
  1136. LPlayer.Backpack.Input:FireServer("m1",{shift=false,mousehit=root.CFrame+(root.Velocity/5),velo=0})
  1137. end
  1138. else
  1139. LPlayer.Backpack.Input:FireServer("m1",{shift=false,mousehit=mouse.Hit,velo=0})
  1140. end
  1141. end)
  1142. until not held
  1143. end)
  1144. end)
  1145. mouse.Button1Up:Connect(function()
  1146. held = false
  1147. end)
  1148. local ch = LPlayer.Character
  1149. wait(1)
  1150. ch:WaitForChild("GetMouse").OnClientInvoke = function()
  1151. if held and aimbottarget and aimbotenabled then
  1152. local root = aimbottarget.Character:FindFirstChild("HumanoidRootPart") or aimbottarget.Character:FindFirstChild("Torso")
  1153. if root then
  1154. return root.CFrame+(root.Velocity/5),root
  1155. end
  1156. end
  1157. return mouse.Hit,mouse.Target
  1158. end
  1159. LPlayer.CharacterAdded:Connect(function(ch)
  1160. wait(1)
  1161. ch:WaitForChild("GetMouse").OnClientInvoke = function()
  1162. if held and aimbottarget and aimbotenabled then
  1163. local root = aimbottarget.Character:FindFirstChild("HumanoidRootPart") or aimbottarget.Character:FindFirstChild("Torso")
  1164. if root then
  1165. return root.CFrame+(root.Velocity/5),root
  1166. end
  1167. end
  1168. return mouse.Hit,mouse.Target
  1169. end
  1170. end)
  1171.  
  1172. UIS.InputEnded:Connect(function(input)
  1173. if fixedrun then
  1174. if input.KeyCode == Enum.KeyCode.LeftShift then
  1175. LPlayer.Character.Humanoid.WalkSpeed = 16
  1176. end
  1177. end
  1178. end)
  1179. local following = false
  1180. local character = LPlayer.Character
  1181. if character then
  1182. for i,v in pairs(character:GetChildren()) do
  1183. v.ChildAdded:Connect(function(s)
  1184. if not triggerbot then return end
  1185. if s.Name == "creator" then
  1186. local enemy = workspace:FindFirstChild(s.Value.Name)
  1187. local enemyroot = enemy.Head
  1188. following = true
  1189. local T = 0
  1190. repeat
  1191. T = T + 1
  1192. if game.Players.LocalPlayer.Backpack:FindFirstChild('Shotty') then game.Players.LocalPlayer.Backpack.Shotty.Parent = game.Players.LocalPlayer.Character end
  1193. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then game.Players.LocalPlayer.Character.Shotty.Fire:FireServer(enemyroot.CFrame) end
  1194.  
  1195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(13,0,-3)
  1196. wait()
  1197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(4,0,-2)
  1198. wait()
  1199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-4,0,2)
  1200. wait()
  1201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(6,0,3)
  1202. wait()
  1203. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-6)
  1204. wait()
  1205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-4,0,-2)
  1206. wait()
  1207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(8,0,-2)
  1208. wait()
  1209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-3)
  1210. wait()
  1211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-6,0,2)
  1212. until T == 5 or following == false or triggerbot == false
  1213. end
  1214. end)
  1215. end
  1216. end
  1217. LPlayer.CharacterAdded:Connect(function(character)
  1218. wait(1)
  1219. for i,v in pairs(character:GetChildren()) do
  1220. v.ChildAdded:Connect(function(s)
  1221. if not triggerbot then return end
  1222. if s.Name == "creator" then
  1223. local enemy = workspace:FindFirstChild(s.Value.Name)
  1224. local enemyroot = enemy.Head
  1225. following = true
  1226. local T = 0
  1227. repeat
  1228. T = T + 1
  1229. if game.Players.LocalPlayer.Backpack:FindFirstChild('Shotty') then game.Players.LocalPlayer.Backpack.Shotty.Parent = game.Players.LocalPlayer.Character end
  1230. if game.Players.LocalPlayer.Character:FindFirstChild("Shotty") then game.Players.LocalPlayer.Character.Shotty.Fire:FireServer(enemyroot.CFrame) end
  1231.  
  1232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(13,0,-3)
  1233. wait()
  1234. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(4,0,-2)
  1235. wait()
  1236. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-4,0,2)
  1237. wait()
  1238. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(6,0,3)
  1239. wait()
  1240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-6)
  1241. wait()
  1242. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-4,0,-2)
  1243. wait()
  1244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(8,0,-2)
  1245. wait()
  1246. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-3)
  1247. wait()
  1248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[s.Value.Name].HumanoidRootPart.CFrame + Vector3.new(-6,0,2)
  1249. until T == 5 or following == false or triggerbot == false
  1250. end
  1251. end)
  1252. end
  1253. end)
  1254. REBORN_SYSTEM:AddCommand({"commands","cmds","cmd"},"Open/Close cmd menu",function(args)
  1255. script.Parent.Mainframe.Visible = not script.Parent.Mainframe.Visible
  1256. end)
  1257. REBORN_SYSTEM:AddCommand({"rejoin","rj"},"Rejoins the game that you're in.",function()
  1258. local ts = game:GetService("TeleportService")
  1259. local p = game:GetService("Players").LocalPlayer
  1260. ts:Teleport(game.PlaceId, p)
  1261. end)
  1262. REBORN_SYSTEM:AddCommand({"reset","r"},"Reset your player",function()
  1263. game.Players.LocalPlayer.Character:BreakJoints()
  1264. end)
  1265. REBORN_SYSTEM:AddCommand("print","This is primarily used for testing",function(args)
  1266. local msg = table.concat(args," ")
  1267. print(msg)
  1268. end)
  1269. local setws = 16
  1270. local setjp = 50
  1271. REBORN_SYSTEM:AddCommand("ws", "Changes Walkspeed", function(args)
  1272. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = args[1]
  1273. setws = args[1]
  1274. end)
  1275. REBORN_SYSTEM:AddCommand("jp", "Changes Jumppower", function(args)
  1276. game.Players.LocalPlayer.Character.Humanoid.JumpPower = args[1]
  1277. setjp = args[1]
  1278. end)
  1279. LPlayer.CharacterAdded:Connect(function(character)
  1280. wait(0.5)
  1281. LPlayer.Character.Humanoid.WalkSpeed = setws
  1282. LPlayer.Character.Humanoid.JumpPower = setjp
  1283. end)
  1284. REBORN_SYSTEM:AddCommand("target", "Sets Aimbot target", function(args)
  1285. local plr = psearch(args[1])
  1286. if plr and plr ~= LPlayer then
  1287. aimbottarget = plr
  1288. script.Parent.Stats.Target.Text = "Target: "..plr.Name
  1289. notification("Target: "..plr.Name)
  1290. if plr.Character then
  1291. if plr.Character:FindFirstChild("Torso") then
  1292. SelectionBox.Adornee = plr.Character.Torso
  1293. end
  1294. end
  1295. local connection = {}
  1296. table.insert(connection,plr.CharacterAdded:Connect(function(ch)
  1297. wait(0.1)
  1298. if plr.Character:FindFirstChild("Torso") then
  1299. SelectionBox.Adornee = plr.Character.Torso
  1300. end
  1301. end))
  1302. spawn(function()
  1303. repeat wait() until aimbottarget ~= plr
  1304. connection[1]:Disconnect()
  1305. end)
  1306. end
  1307. end)
  1308. REBORN_SYSTEM:AddCommand("bank","Teleport to bank",function()
  1309. teleport(Vector3.new(-268.740875, 4.8757019, 137.19931))
  1310. end)
  1311. REBORN_SYSTEM:AddCommand("sandbox","Teleport to sandbox",function()
  1312. teleport(Vector3.new(-208.437698, 3.92999983, -115.453117))
  1313. end)
  1314. REBORN_SYSTEM:AddCommand("gas","Teleport to gas station",function()
  1315. teleport(CFrame.new(103,4,-89))
  1316. end)
  1317. REBORN_SYSTEM:AddCommand("prison","Teleport to prison",function()
  1318. teleport(CFrame.new(-977,3,-78))
  1319. end)
  1320. REBORN_SYSTEM:AddCommand("uzi","Gets an uzi",function()
  1321. repeat
  1322. while true do
  1323. game:GetService("RunService").Heartbeat:Wait()
  1324. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Uzi | $150"].Head.CFrame
  1325. end
  1326. local tpbrick = Instance.new("Part", workspace)
  1327. tpbrick.Anchored = true
  1328. tpbrick.CanCollide = false
  1329. tpbrick.Transparency = 1
  1330. tpbrick.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1331. wait(3.5)
  1332. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = tpbrick.CFrame
  1333. until game.Players.LocalPlayer.Backpack.Uzi
  1334.  
  1335. end)
  1336. REBORN_SYSTEM:AddCommand("glock","Buys Glock",function(args)
  1337. repeat
  1338. while true do
  1339. game:GetService("RunService").Heartbeat:Wait()
  1340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Glock | $200"].Head.CFrame
  1341. end
  1342. local tpbrick = Instance.new("Part", workspace)
  1343. tpbrick.Anchored = true
  1344. tpbrick.CanCollide = false
  1345. tpbrick.Transparency = 1
  1346. tpbrick.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1347. wait(3.5)
  1348. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = tpbrick.CFrame
  1349. until game.Players.LocalPlayer.Backpack.Glock
  1350. end)
  1351. REBORN_SYSTEM:AddCommand("fov", "Change fov", function(args)
  1352. game:GetService'Workspace'.Camera.FieldOfView = args[1]
  1353. end)
  1354. REBORN_SYSTEM:AddCommand("age", "Check the age of a player", function(args)
  1355. local target = psearch(args[1])
  1356. if target then
  1357. notification("Age: "..target.AccountAge)
  1358. end
  1359. end)
  1360. REBORN_SYSTEM:AddCommand("aidez","load aidez",function(args)
  1361. loadstring(game:HttpGet(('https://pastebin.com/raw/e2Q36aiM'), true))()
  1362. end)
  1363. REBORN_SYSTEM:AddCommand({"jump1","j1"}, "Jump flip animation", function(args)
  1364. for _, v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  1365. v.AnimationId = 'rbxassetid://538512152'
  1366. end
  1367. end)
  1368. REBORN_SYSTEM:AddCommand("z1","z1 animation",function(args)
  1369. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1370. v.AnimationId = 'rbxassetid://889994935'
  1371. end
  1372. end)
  1373. REBORN_SYSTEM:AddCommand("z2", "Gun animation", function(args)
  1374. local lplr = game:GetService("Players").LocalPlayer
  1375. local shotty = lplr.Backpack:FindFirstChild("Shotty")
  1376. local Animation = Instance.new("Animation")
  1377. Animation.AnimationId = "rbxassetid://503259904"
  1378. local plr = game:GetService('Players').LocalPlayer
  1379. local HUM = plr.Character.Humanoid:LoadAnimation(Animation)
  1380. if shotty then
  1381. shotty.Equipped:Connect(function()
  1382. wait(.1)
  1383. HUM:Play()
  1384. HUM:AdjustSpeed(0.0)
  1385. end)
  1386. shotty.Unequipped:Connect(function()
  1387. HUM:Stop()
  1388. end)
  1389. end
  1390. local lplr = game:GetService("Players").LocalPlayer
  1391. local Glock = lplr.Backpack:FindFirstChild("Glock")
  1392. local Animation = Instance.new("Animation")
  1393. Animation.AnimationId = "rbxassetid://503259904"
  1394. local plr = game:GetService('Players').LocalPlayer
  1395. local HUM = plr.Character.Humanoid:LoadAnimation(Animation)
  1396. if Glock then
  1397. Glock.Equipped:Connect(function()
  1398. wait(.1)
  1399. HUM:Play()
  1400. HUM:AdjustSpeed(0.0)
  1401. end)
  1402. Glock.Unequipped:Connect(function()
  1403. HUM:Stop()
  1404. end)
  1405. end
  1406. end)
  1407. REBORN_SYSTEM:AddCommand("tpose","tpose idle animation",function(args)
  1408. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1409. v.AnimationId = 'rbxassetid://440857566'
  1410. end
  1411. end)
  1412. REBORN_SYSTEM:AddCommand("anime","anime full body animation",function(args)
  1413. LPlayer.Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://529464809"
  1414. for _, v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1415. v.AnimationId = 'rbxassetid://144394872'
  1416. end
  1417. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1418. v.AnimationId = 'rbxassetid://231310317'
  1419. end
  1420. end)
  1421. REBORN_SYSTEM:AddCommand("golem","golem walk animation",function(args)
  1422. for _, v in pairs(LPlayer.Character.Animate.walk:GetChildren()) do
  1423. v.AnimationId = 'rbxassetid://553240602'
  1424. end
  1425. end)
  1426. REBORN_SYSTEM:AddCommand("furry","dog full body animation",function(args)
  1427. LPlayer.Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://948444869"
  1428. for _, v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1429. v.AnimationId = 'rbxassetid://948442744'
  1430. end
  1431. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1432. v.AnimationId = 'rbxassetid://948442744'
  1433. end
  1434. end)
  1435. REBORN_SYSTEM:AddCommand("bring","bring all (player) brings unanchored",function(args)
  1436. local tobring = args[1]
  1437. local player = psearch(args[2])
  1438. if tobring ~= "" then
  1439. for i,v in pairs(teleportable) do
  1440. if string.sub(tostring(i), 1, #tobring) == tobring then
  1441. local totele = teleportable[i]()
  1442. for i,part in pairs(totele) do
  1443. if player.Character ~= nil then
  1444. if player.Character:FindFirstChild("Head") then
  1445. part.CFrame = player.Character.Head.CFrame * CFrame.new(0,5,0)
  1446. end
  1447. end
  1448. end
  1449. end
  1450. end
  1451. end
  1452.  
  1453. end)
  1454. REBORN_SYSTEM:AddCommand("ssj","ssj full body animation",function(args)
  1455. LPlayer.Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://451687057"
  1456. for _, v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1457. v.AnimationId = 'rbxassetid://451686028'
  1458. end
  1459. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1460. v.AnimationId = 'rbxassetid://451686028'
  1461. end
  1462. end)
  1463. REBORN_SYSTEM:AddCommand("elite","elite full body animation",function(args)
  1464. LPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://379416314"
  1465. for _,v in pairs(LPlayer.Character.Animate.walk:GetChildren()) do
  1466. v.AnimationId = 'rbxassetid://421823621'
  1467. end
  1468. for _,v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1469. v.AnimationId = 'rbxassetid://538512152'
  1470. end
  1471. end)
  1472. REBORN_SYSTEM:AddCommand("priest","priest full body animation",function(args)
  1473. LPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://447604653"
  1474. for _,v in pairs(LPlayer.Character.Animate.walk:GetChildren()) do
  1475. v.AnimationId = 'rbxassetid://447604653'
  1476. end
  1477. for _,v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1478. v.AnimationId = 'rbxassetid://447278169'
  1479. end
  1480. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1481. v.AnimationId = 'rbxassetid://933475808'
  1482. end
  1483.  
  1484. LPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://447276530"
  1485. LPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://447276530"
  1486. LPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://447276530"
  1487. end)
  1488. REBORN_SYSTEM:AddCommand("exe","exe full body animation",function(args)
  1489. LPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://448023922"
  1490. for _,v in pairs(LPlayer.Character.Animate.walk:GetChildren()) do
  1491. v.AnimationId = 'rbxassetid://448023922'
  1492. end
  1493. for _,v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1494. v.AnimationId = 'rbxassetid://448022109'
  1495. end
  1496. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1497. v.AnimationId = 'rbxassetid://448026591'
  1498. end
  1499. end)
  1500. REBORN_SYSTEM:AddCommand("summoner","summoner full body animation",function(args)
  1501. LPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://239440545"
  1502. for _,v in pairs(LPlayer.Character.Animate.walk:GetChildren()) do
  1503. v.AnimationId = 'rbxassetid://239440545'
  1504. end
  1505. for _,v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1506. v.AnimationId = 'rbxassetid://239444523'
  1507. end
  1508. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1509. v.AnimationId = 'rbxassetid://239440275'
  1510. end
  1511. end)
  1512. REBORN_SYSTEM:AddCommand("summoner2","summoner2 full body animation",function(args)
  1513. LPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://242071611"
  1514. for _,v in pairs(LPlayer.Character.Animate.walk:GetChildren()) do
  1515. v.AnimationId = 'rbxassetid://242071611'
  1516. end
  1517. for _,v in pairs(LPlayer.Character.Animate.jump:GetChildren()) do
  1518. v.AnimationId = 'rbxassetid://239444523'
  1519. end
  1520. for _, v in pairs(LPlayer.Character.Animate.idle:GetChildren()) do
  1521. v.AnimationId = 'rbxassetid://242069593'
  1522. end
  1523. end)
  1524. REBORN_SYSTEM:AddCommand("zombie","zombie animation",function(args)
  1525. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://4264750844"
  1526. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.walk:GetChildren()) do
  1527. v.AnimationId = 'rbxassetid://4264750844'
  1528. end
  1529. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  1530. v.AnimationId = 'rbxassetid://4264750844'
  1531. end
  1532. for _, v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  1533. v.AnimationId = 'rbxassetid://4264750844'
  1534. end
  1535. game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://4264795981"
  1536. game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://4264795981"
  1537. game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://4264795981"
  1538.  
  1539. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://4264795981"
  1540. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://4264795981"
  1541. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://4264795981"
  1542. end)
  1543.  
  1544. REBORN_SYSTEM:AddCommand("ssj2","fight animation",function(args)
  1545. game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://451688991"
  1546. game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://451691761"
  1547. game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://451706484"
  1548.  
  1549. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://451688991"
  1550. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://451691761"
  1551. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://451706484"
  1552. end)
  1553. REBORN_SYSTEM:AddCommand("sit","sits you down",function(args)
  1554. LPlayer.Character.Humanoid.Sit = true
  1555. end)
  1556. REBORN_SYSTEM:AddCommand("island","load exploiter penthouse",function(args)
  1557. loadstring(game:HttpGet(('https://raw.githubusercontent.com/Aidez/house/master/README.md'), true))()
  1558. end)
  1559. REBORN_SYSTEM:AddCommand("space","space skybox",function(args)
  1560. local lighting = game.Lighting
  1561. if lighting:FindFirstChild("ColorCorrection") then
  1562. lighting:FindFirstChild("ColorCorrection"):Remove()
  1563. end
  1564. if lighting:FindFirstChild("Correction") then
  1565. lighting:FindFirstChild("Correction"):Remove()
  1566. end
  1567. if lighting:FindFirstChildOfClass("SunRaysEffect") then
  1568. lighting:FindFirstChildOfClass("SunRaysEffect"):Remove()
  1569. end
  1570.  
  1571. local sunray = Instance.new("SunRaysEffect", lighting)
  1572. local sky = lighting.Sky
  1573. sky.SkyboxBk = "http://www.roblox.com/asset/?id=149397692"
  1574. sky.SkyboxDn = "http://www.roblox.com/asset/?id=149397686"
  1575. sky.SkyboxFt = "http://www.roblox.com/asset/?id=149397697"
  1576. sky.SkyboxLf = "http://www.roblox.com/asset/?id=149397684"
  1577. sky.SkyboxRt = "http://www.roblox.com/asset/?id=149397688"
  1578. sky.SkyboxUp = "http://www.roblox.com/asset/?id=149397702"
  1579.  
  1580. sky.StarCount = 3000
  1581. sky.SunAngularSize = 21
  1582. sky.MoonAngularSize = 11
  1583.  
  1584. local correction = Instance.new("ColorCorrectionEffect", lighting)
  1585. correction.Name = "Correction"
  1586. correction.Saturation = -0.4
  1587. correction.TintColor = Color3.fromRGB(226, 201, 255)
  1588. end)
  1589. REBORN_SYSTEM:AddCommand("cold","cold skybox",function(args)
  1590. local lighting = game.Lighting
  1591. if lighting:FindFirstChild("ColorCorrection") then
  1592. lighting:FindFirstChild("ColorCorrection"):Remove()
  1593. end
  1594. if lighting:FindFirstChild("Correction") then
  1595. lighting:FindFirstChild("Correction"):Remove()
  1596. end
  1597.  
  1598. local sunray = Instance.new("SunRaysEffect", lighting)
  1599. local sky = lighting.Sky
  1600. sky.SkyboxBk = "http://www.roblox.com/asset/?id=185544271"
  1601. sky.SkyboxDn = "http://www.roblox.com/asset/?id=185544298"
  1602. sky.SkyboxFt = "http://www.roblox.com/asset/?id=185544329"
  1603. sky.SkyboxLf = "http://www.roblox.com/asset/?id=185544349"
  1604. sky.SkyboxRt = "http://www.roblox.com/asset/?id=185544367"
  1605. sky.SkyboxUp = "http://www.roblox.com/asset/?id=185544404"
  1606.  
  1607. sky.StarCount = 3000
  1608. sky.SunAngularSize = 21
  1609. sky.MoonAngularSize = 11
  1610.  
  1611. local correction = Instance.new("ColorCorrectionEffect", lighting)
  1612. correction.Name = "Correction"
  1613. correction.Saturation = -0.4
  1614. correction.TintColor = Color3.fromRGB(224, 241, 255)
  1615. end)
  1616. REBORN_SYSTEM:AddCommand({"goto","to"},"teleport to someone",function(args)
  1617. local target = psearch(args[1])
  1618. teleport(workspace.Live[target.Name].HumanoidRootPart.Position)
  1619. end)
  1620. REBORN_SYSTEM:AddCommand("hunt", "loop find", function(args)
  1621. local target = psearch(args[1])
  1622. local billgui = Instance.new('BillboardGui', target.Character.Head)
  1623. local textlab = Instance.new('TextLabel', billgui)
  1624. billgui.Name = "ESP"
  1625. billgui.Adornee = epic
  1626. billgui.AlwaysOnTop = true
  1627. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1628. billgui.Size = UDim2.new(0, 5, 0, 5)
  1629. textlab.Name = 'Target'
  1630. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1631. textlab.BackgroundTransparency = 1
  1632. textlab.BorderSizePixel = 0
  1633. textlab.Position = UDim2.new(0, 0, 0, -40)
  1634. textlab.Size = UDim2.new(1, 0, 10, 0)
  1635. textlab.Visible = true
  1636. textlab.ZIndex = 10
  1637. textlab.Font = 'ArialBold'
  1638. textlab.FontSize = 'Size18'
  1639. textlab.Text = target.Name
  1640. textlab.TextColor = BrickColor.new('Bright green') --color here https://developer.roblox.com/en-us/articles/BrickColor-Codes
  1641. textlab.TextStrokeColor3 = Color3.fromRGB(0, 0, 0)
  1642. textlab.TextStrokeTransparency = 0.6
  1643. target.CharacterAdded:Connect(function(char)
  1644. wait()
  1645. local billgui = Instance.new('BillboardGui', char.Head)
  1646. local textlab = Instance.new('TextLabel', billgui)
  1647. billgui.Name = "ESP"
  1648. billgui.Adornee = epic
  1649. billgui.AlwaysOnTop = true
  1650. billgui.ExtentsOffset = Vector3.new(0, 3, 0)
  1651. billgui.Size = UDim2.new(0, 5, 0, 5)
  1652. textlab.Name = 'Target'
  1653. textlab.BackgroundColor3 = Color3.new(255, 255, 255)
  1654. textlab.BackgroundTransparency = 1
  1655. textlab.BorderSizePixel = 0
  1656. textlab.Position = UDim2.new(0, 0, 0, -40)
  1657. textlab.Size = UDim2.new(1, 0, 10, 0)
  1658. textlab.Visible = true
  1659. textlab.ZIndex = 10
  1660. textlab.Font = 'ArialBold'
  1661. textlab.FontSize = 'Size18'
  1662. textlab.Text = target.Name
  1663. textlab.TextColor = BrickColor.new('Bright green') --https://developer.roblox.com/en-us/articles/BrickColor-Codes :)
  1664. textlab.TextStrokeColor3 = Color3.fromRGB(0, 0, 0)
  1665. textlab.TextStrokeTransparency = 0.6
  1666. end)
  1667. end)
  1668. REBORN_SYSTEM:AddCommand("huntg", "loop find group (id)", function(args)
  1669. local marketplace = game:GetService("MarketplaceService")
  1670. if type(tonumber(args[1])) == "number" then
  1671. for i,v in pairs(game.Players:GetPlayers()) do
  1672. spawn(function()
  1673. if v:IsInGroup(args[1]) then
  1674. REBORN_SYSTEM:ExecuteCommand("/hunt "..v.Name)
  1675. end
  1676. end)
  1677. end
  1678. end
  1679. end)
  1680.  
  1681. game.Players.PlayerRemoving:Connect(function(plr)
  1682. if plr.Name == camlockplr then
  1683. camlockplr = nil
  1684. end
  1685. end)
  1686. local spamdoors = false
  1687. local doorevents = {}
  1688. for i,v in pairs(workspace:GetDescendants()) do
  1689. if v.Parent.Name == "ClickDetector" and v.Name == "RemoteEvent" then
  1690. table.insert(doorevents,v)
  1691. end
  1692. end
  1693. REBORN_SYSTEM:AddCommand("doorspam", "Toggle Doorspamming", function(args)
  1694. spamdoors = not spamdoors
  1695. end)
  1696. REBORN_SYSTEM:AddCommand({"cl","camlock"}, "camlock target", function(args)
  1697. local target = psearch(args[1])
  1698. if target ~= nil and target ~= "" then
  1699. local player = target
  1700. camlockplr = player
  1701. end
  1702. end)
  1703. REBORN_SYSTEM:AddCommand({"uncl","uncamlock"}, "uncamlock target", function(args)
  1704. camlockplr = nil
  1705. end)
  1706.  
  1707. REBORN_SYSTEM:AddCommand("view","View a player",function(args)
  1708. local plr = psearch(args[1])
  1709. if game:GetService("Players")[plr.Name].Character.Humanoid then
  1710. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[plr.Name].Character.Humanoid
  1711. else
  1712. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[plr.Name].Character.Head
  1713. end
  1714. end)
  1715.  
  1716. REBORN_SYSTEM:AddCommand("unview","Unview a player",function(args)
  1717. workspace.CurrentCamera.CameraSubject = LPlayer.Character.Head
  1718. end)
  1719.  
  1720. REBORN_SYSTEM:AddCommand("breakuzi","(will kick)",function(args)
  1721. game:GetService("RunService").Stepped:Connect(function()
  1722. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1723. Instance.new("Humanoid",game.Players.LocalPlayer.Character)
  1724. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Uzi | $150"].Head.CFrame
  1725. end)
  1726. end)
  1727. REBORN_SYSTEM:AddCommand("breaksawed","(will kick)",function(args)
  1728. game:GetService("RunService").Stepped:Connect(function()
  1729. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1730. Instance.new("Humanoid",game.Players.LocalPlayer.Character)
  1731. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Sawed Off | $150"].Head.CFrame
  1732. end)
  1733. end)
  1734. REBORN_SYSTEM:AddCommand("breakglock","(will kick)",function(args)
  1735. game:GetService("RunService").Stepped:Connect(function()
  1736. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1737. Instance.new("Humanoid",game.Players.LocalPlayer.Character)
  1738. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Glock | $200"].Head.CFrame
  1739. end)
  1740. end)
  1741.  
  1742. REBORN_SYSTEM:AddCommand("fly","Toggle Fly",function(args)
  1743. togglefly()
  1744. end)
  1745.  
  1746. REBORN_SYSTEM:AddCommand("infff","Toggle InfiniteFF",function(args)
  1747. FFRespawn = not FFRespawn
  1748. end)
  1749.  
  1750. REBORN_SYSTEM:AddCommand("fixrun","Fixes your run",function(args)
  1751. fixedrun = not fixedrun
  1752. if fixedrun then
  1753. notification("To fix completely press Z to toggle bypass off")
  1754. end
  1755. end)
  1756.  
  1757. REBORN_SYSTEM:AddCommand("nolimbs","Remove Limbs",function(args)
  1758. local player = game.Players.LocalPlayer
  1759. player.Character["Right Arm"]:Destroy()
  1760. player.Character["Left Arm"]:Destroy()
  1761. player.Character["Left Leg"]:Destroy()
  1762. player.Character["Right Leg"]:Destroy()
  1763. end)
  1764.  
  1765. REBORN_SYSTEM:AddCommand("nolegs","Remove legs",function(args)
  1766. local player = game.Players.LocalPlayer
  1767. player.Character["Left Leg"]:Destroy()
  1768. player.Character["Right Leg"]:Destroy()
  1769. print'WWII flashbacks'
  1770. end)
  1771. REBORN_SYSTEM:AddCommand("sawedoff","Buys a sawed off",function(args)
  1772. local originalpos = LPlayer.Character.HumanoidRootPart.CFrame
  1773. teleport(game.Workspace["Sawed Off | $150"].Head.CFrame)
  1774. wait(0.1)
  1775. teleport(originalpos)
  1776. end)
  1777. local map = {}
  1778. REBORN_SYSTEM:AddCommand("unloadmap","Removes the custom map",function(args)
  1779. if map[1] then
  1780. for i,v in pairs(map) do
  1781. v:Remove()
  1782. end
  1783. else
  1784. notification("The custom map never loaded in!")
  1785. end
  1786. end)
  1787.  
  1788. REBORN_SYSTEM:AddCommand({"noclip","nc"}, "Toggle Noclip", function(args)
  1789. Noclip = not Noclip
  1790. script.Parent.Stats.Noclip.Text = "Noclip: "..tostring(Noclip)
  1791. if Noclip == false then
  1792. if game.Players.LocalPlayer.Character ~= nil then
  1793. if game.Players.LocalPlayer.Character:FindFirstChild("Head") and game.Players.LocalPlayer.Character:FindFirstChild("Torso") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  1794. game.Players.LocalPlayer.Character.Head.CanCollide = true
  1795. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  1796. end
  1797. end
  1798. end
  1799. notification("Noclip: "..tostring(Noclip))
  1800. end)
  1801. local annoytarget
  1802. REBORN_SYSTEM:AddCommand({"annoy","loop"}, "Annoy/Loop a player", function(args)
  1803. local target = psearch(args[1])
  1804. annoytarget = target
  1805. end)
  1806. REBORN_SYSTEM:AddCommand({"unannoy","stop"}, "Stop annoying a player", function(args)
  1807. annoytarget = nil
  1808. end)
  1809. local noir = Instance.new("ColorCorrectionEffect",game.Lighting)
  1810. REBORN_SYSTEM:AddCommand("noir", "im batman", function(args)
  1811. if noir.Saturation == 0 then
  1812. noir.Saturation = -1
  1813. else
  1814. noir.Saturation = 0
  1815. end
  1816. end)
  1817.  
  1818. --- automation ---
  1819. local counter = 0
  1820. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1821. game:GetService("RunService").Stepped:Connect(function()
  1822. pcall(function()
  1823. if Noclip == true then
  1824. if game.Players.LocalPlayer.Character ~= nil then
  1825. if game.Players.LocalPlayer.Character:FindFirstChild("Head") and game.Players.LocalPlayer.Character:FindFirstChild("Torso") and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  1826. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1827. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1828. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  1829. end
  1830. end
  1831. end
  1832. if camlockplr ~= nil then
  1833. if camlockplr.Character ~= nil then
  1834. if camlockplr.Character:FindFirstChild("Head") then
  1835. game.Workspace.CurrentCamera.CFrame = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, camlockplr.Character.Head.CFrame.p)
  1836. end
  1837. end
  1838. end
  1839. if godmode == true then
  1840. if LPlayer.Character:FindFirstChild("Right Leg") then
  1841. LPlayer.Character["Right Leg"]:Remove()
  1842. end
  1843. end
  1844. if LPlayer.Character.Humanoid.WalkSpeed == 0 then
  1845. LPlayer.Character.Humanoid.WalkSpeed = setws
  1846. end
  1847. if flying then
  1848. if LPlayer.Character then
  1849. if LPlayer.Character:FindFirstChild("Humanoid") then
  1850. LPlayer.Character.Humanoid.PlatformStand = false
  1851. LPlayer.Character.Humanoid.Sit = false
  1852. LPlayer.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
  1853. end
  1854. if LPlayer.Character:FindFirstChild("Float") then
  1855. LPlayer.Character:FindFirstChild("Float").CFrame = LPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, -3.5, 0)
  1856. end
  1857. end
  1858. end
  1859. if annoytarget then
  1860. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1861. Instance.new("Humanoid",game.Players.LocalPlayer.Character)
  1862. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1863. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1864. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1865. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1866. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  1867. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1868. end
  1869. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = annoytarget.Character["Left Arm"].CFrame
  1870. end
  1871. counter = counter+0.001
  1872. SelectionBox.Color3 = Color3.fromHSV(zigzag(counter),1,1)
  1873. local x = (workspace.CurrentCamera.CoordinateFrame.p - LPlayer.Character.Head.Position).magnitude
  1874. if x < 1 then
  1875. local character = LPlayer.Character
  1876. for i, v in pairs(character:GetChildren()) do
  1877. if v.Name ~= "Head" and v.Name ~= "HumanoidRootPart" and v:IsA("BasePart") then
  1878. v.LocalTransparencyModifier = 0
  1879. end
  1880. end
  1881. end
  1882. game.Players.LocalPlayer.MaximumSimulationRadius = math.huge
  1883. game.Players.LocalPlayer.SimulationRadius = math.huge
  1884. end)
  1885. end)
  1886.  
  1887. pcall(function()
  1888. if workspace:FindFirstChild("Armoured Truck") then
  1889. workspace:FindFirstChild("Armoured Truck"):Remove()
  1890. end
  1891. end)
  1892. for i,v in pairs(game.Workspace:GetDescendants()) do
  1893. if v:IsA("VehicleSeat") or v:IsA("Seat") then
  1894. v:Destroy()
  1895. end
  1896. end
  1897.  
  1898. local lastposition
  1899. spawn(function()
  1900. while true do
  1901. if FFRespawn then
  1902. notification("Respawning!")
  1903. lastposition = LPlayer.Character.HumanoidRootPart.CFrame
  1904. if LPlayer.Character.Humanoid.RigType == "R15" then
  1905. LPlayer.Character.Humanoid.RigType = "R6" else
  1906. LPlayer.Character.Humanoid.RigType = "R15"
  1907. end
  1908. LPlayer.Character:Remove()
  1909. repeat wait() until LPlayer.Character
  1910. repeat wait() until LPlayer.Character:FindFirstChild("HumanoidRootPart")
  1911. local root = LPlayer.Character.HumanoidRootPart
  1912. wait(0.5)
  1913. teleport(root.CFrame)
  1914. wait(7.5)
  1915. end
  1916. wait()
  1917. end
  1918. end)
  1919.  
  1920. wait(1)
  1921. local previoushealth = 100
  1922. if LPlayer.Character then
  1923. for i,v in pairs(LPlayer.Character:GetChildren()) do
  1924. v.ChildAdded:Connect(function(obj)
  1925. if obj.Name == "creator" then
  1926. local random1 = math.random(-1,1)
  1927. local random2 = math.random(-1,1)
  1928. LPlayer.Character.HumanoidRootPart.CFrame = LPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(random1*5,0,random2*5)
  1929. end
  1930. end)
  1931. end
  1932. end
  1933. LPlayer.CharacterAdded:Connect(function(ch)
  1934. wait(1)
  1935. for i,v in pairs(LPlayer.Character:GetChildren()) do
  1936. v.ChildAdded:Connect(function(obj)
  1937. if obj.Name == "creator" then
  1938. local random1 = math.random(-1,1)
  1939. local random2 = math.random(-1,1)
  1940. LPlayer.Character.HumanoidRootPart.CFrame = LPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(random1*5,0,random2*5)
  1941. end
  1942. end)
  1943. end
  1944. end)
  1945.  
  1946. Mouse.Button2Down:Connect(function()
  1947. if Mouse.Target ~= nil then
  1948. if Mouse.Target:FindFirstAncestor("Door") then
  1949. local door = Mouse.Target:FindFirstAncestor("Door")
  1950. if door:FindFirstChild("Lock") and LPlayer:DistanceFromCharacter(Mouse.Target.CFrame.p) < 10 then
  1951. if door:FindFirstChild("Lock"):FindFirstChild("ClickDetector") then
  1952. if door:FindFirstChild("Lock"):FindFirstChild("ClickDetector"):FindFirstChild("RemoteEvent") then
  1953. door:FindFirstChild("Lock"):FindFirstChild("ClickDetector"):FindFirstChild("RemoteEvent"):FireServer()
  1954. end
  1955. end
  1956. end
  1957. end
  1958. end
  1959. end)
  1960. workspace.FallenPartsDestroyHeight = -100000
  1961. if syn then
  1962. spawn(function()
  1963. while wait(60) do
  1964. syn_mouse2release()
  1965. end
  1966. end)
  1967. end
  1968. pcall(function()
  1969. --antiknock--
  1970. loadstring(game:HttpGet(('https://pastebin.com/raw/WhQe9Xnw'),true))()
  1971. --antivoid--
  1972. loadstring(game:HttpGet(('https://pastebin.com/raw/PxMdTW15'),true))()
  1973. end)
  1974. ---------------
  1975. pcall(function()
  1976. if mapenabled and game.PlaceId == 455366377 then
  1977. local x = game:GetObjects("rbxassetid://5099339813")[1]
  1978. for i,v in pairs(x:GetChildren()) do
  1979. wait(0.1)
  1980. v.Parent = workspace
  1981. table.insert(map,v)
  1982. end
  1983. end
  1984. end)
  1985. spawn(function()
  1986. while true do
  1987. wait(0.5)
  1988. if spamdoors then
  1989. for i,v in pairs(doorevents) do
  1990. v:FireServer()
  1991. end
  1992. end
  1993. end
  1994. end)
  1995. for i,v in pairs(REBORN_SYSTEM.Commands) do
  1996. if v.Description then
  1997. if type(v.Name) == "table" then
  1998. print(v.Name[1].." - "..v.Description)
  1999. else
  2000. print(v.Name.." - "..v.Description)
  2001. end
  2002. else
  2003. if type(v.Name) == "table" then
  2004. print(v.Name[1])
  2005. else
  2006. print(v.Name)
  2007. end
  2008. end
  2009. end
  2010. end
  2011. coroutine.wrap(ITYDHQI_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement