Advertisement
Guest User

xd

a guest
Feb 16th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Haxx = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local LocalPlayer = Instance.new("Frame")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local On_1 = Instance.new("TextButton")
  11. local On_2 = Instance.new("TextButton")
  12. local On_3 = Instance.new("TextButton")
  13. local On_4 = Instance.new("TextButton")
  14. local Off_1 = Instance.new("TextButton")
  15. local Off_2 = Instance.new("TextButton")
  16. local Off_3 = Instance.new("TextButton")
  17. local Off_4 = Instance.new("TextButton")
  18. local TextLabel_3 = Instance.new("TextLabel")
  19. local TextLabel_4 = Instance.new("TextLabel")
  20. --Properties:
  21. Haxx.Name = "Haxx"
  22. Haxx.Parent = game.CoreGui
  23. Haxx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Main.Name = "Main"
  26. Main.Parent = Haxx
  27. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Main.BackgroundTransparency = 1
  29. Main.Position = UDim2.new(0, 30, 0, 10)
  30. Main.Size = UDim2.new(0, 720, 0, 225)
  31. Main.Visible = true
  32.  
  33. LocalPlayer.Name = "LocalPlayer"
  34. LocalPlayer.Parent = Main
  35. LocalPlayer.Active = true
  36. LocalPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  37. LocalPlayer.BackgroundTransparency = 0.55000001192093
  38. LocalPlayer.BorderSizePixel = 0
  39. LocalPlayer.Position = UDim2.new(0, 0, 0, 70)
  40. LocalPlayer.Size = UDim2.new(0, 125, 0, 153)
  41.  
  42. Frame.Parent = LocalPlayer
  43. Frame.Active = true
  44. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Frame.BorderSizePixel = 0
  46. Frame.Size = UDim2.new(0, 125, 0, 29)
  47.  
  48. TextLabel.Parent = Frame
  49. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  50. TextLabel.BackgroundTransparency = 1
  51. TextLabel.BorderSizePixel = 0
  52. TextLabel.Size = UDim2.new(0, 125, 0, 29)
  53. TextLabel.ZIndex = 2
  54. TextLabel.Font = Enum.Font.SourceSansSemibold
  55. TextLabel.Text = "LocalPlayer"
  56. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  57. TextLabel.TextSize = 19
  58. TextLabel.TextWrapped = true
  59.  
  60. TextLabel_2.Parent = Frame
  61. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  62. TextLabel_2.BackgroundTransparency = 1
  63. TextLabel_2.BorderSizePixel = 0
  64. TextLabel_2.Position = UDim2.new(0, 2, 0, 2)
  65. TextLabel_2.Size = UDim2.new(0, 125, 0, 29)
  66. TextLabel_2.ZIndex = -1
  67. TextLabel_2.Font = Enum.Font.SourceSansSemibold
  68. TextLabel_2.Text = "LocalPlayer"
  69. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  70. TextLabel_2.TextSize = 19
  71. TextLabel_2.TextTransparency = 0.80000001192093
  72. TextLabel_2.TextWrapped = true
  73.  
  74. On_1.Name = "On_1"
  75. On_1.Parent = LocalPlayer
  76. On_1.BackgroundColor3 = Color3.new(1, 1, 1)
  77. On_1.BackgroundTransparency = 1
  78. On_1.BorderSizePixel = 0
  79. On_1.Position = UDim2.new(0.0480000004, 0, 0.241830081, 0)
  80. On_1.Size = UDim2.new(0, 112, 0, 19)
  81. On_1.Visible = false
  82. On_1.Font = Enum.Font.SourceSans
  83. On_1.Text = "> InfJump"
  84. On_1.TextColor3 = Color3.new(1, 1, 1)
  85. On_1.TextSize = 17
  86. On_1.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  87. On_1.TextXAlignment = Enum.TextXAlignment.Left
  88.  
  89. On_2.Name = "On_2"
  90. On_2.Parent = LocalPlayer
  91. On_2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. On_2.BackgroundTransparency = 1
  93. On_2.BorderSizePixel = 0
  94. On_2.Position = UDim2.new(0.0480000004, 0, 0.418000013, 0)
  95. On_2.Size = UDim2.new(0, 112, 0, 19)
  96. On_2.Visible = false
  97. On_2.Font = Enum.Font.SourceSans
  98. On_2.Text = "> WalkSpeed"
  99. On_2.TextColor3 = Color3.new(1, 1, 1)
  100. On_2.TextSize = 17
  101. On_2.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  102. On_2.TextXAlignment = Enum.TextXAlignment.Left
  103.  
  104. On_3.Name = "On_3"
  105. On_3.Parent = LocalPlayer
  106. On_3.BackgroundColor3 = Color3.new(1, 1, 1)
  107. On_3.BackgroundTransparency = 1
  108. On_3.BorderSizePixel = 0
  109. On_3.Position = UDim2.new(0.0480000004, 0, 0.593999982, 0)
  110. On_3.Size = UDim2.new(0, 112, 0, 19)
  111. On_3.Visible = false
  112. On_3.Font = Enum.Font.SourceSans
  113. On_3.Text = "> NoClip"
  114. On_3.TextColor3 = Color3.new(1, 1, 1)
  115. On_3.TextSize = 17
  116. On_3.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  117. On_3.TextXAlignment = Enum.TextXAlignment.Left
  118.  
  119. On_4.Name = "On_4"
  120. On_4.Parent = LocalPlayer
  121. On_4.BackgroundColor3 = Color3.new(1, 1, 1)
  122. On_4.BackgroundTransparency = 1
  123. On_4.BorderSizePixel = 0
  124. On_4.Position = UDim2.new(0.0480000004, 0, 0.769999981, 0)
  125. On_4.Size = UDim2.new(0, 112, 0, 19)
  126. On_4.Visible = false
  127. On_4.Font = Enum.Font.SourceSans
  128. On_4.Text = "> Click TP"
  129. On_4.TextColor3 = Color3.new(1, 1, 1)
  130. On_4.TextSize = 17
  131. On_4.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  132. On_4.TextXAlignment = Enum.TextXAlignment.Left
  133.  
  134. Off_1.Name = "Off_1"
  135. Off_1.Parent = LocalPlayer
  136. Off_1.BackgroundColor3 = Color3.new(1, 1, 1)
  137. Off_1.BackgroundTransparency = 1
  138. Off_1.BorderSizePixel = 0
  139. Off_1.Position = UDim2.new(0.0480000004, 0, 0.241830081, 0)
  140. Off_1.Size = UDim2.new(0, 112, 0, 19)
  141. Off_1.Font = Enum.Font.SourceSans
  142. Off_1.Text = "> InfJump"
  143. Off_1.TextColor3 = Color3.new(1, 1, 1)
  144. Off_1.TextSize = 17
  145. Off_1.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  146. Off_1.TextXAlignment = Enum.TextXAlignment.Left
  147.  
  148. Off_2.Name = "Off_2"
  149. Off_2.Parent = LocalPlayer
  150. Off_2.BackgroundColor3 = Color3.new(1, 1, 1)
  151. Off_2.BackgroundTransparency = 1
  152. Off_2.BorderSizePixel = 0
  153. Off_2.Position = UDim2.new(0.0480000004, 0, 0.418000013, 0)
  154. Off_2.Size = UDim2.new(0, 112, 0, 19)
  155. Off_2.Font = Enum.Font.SourceSans
  156. Off_2.Text = "> WalkSpeed"
  157. Off_2.TextColor3 = Color3.new(1, 1, 1)
  158. Off_2.TextSize = 17
  159. Off_2.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  160. Off_2.TextXAlignment = Enum.TextXAlignment.Left
  161.  
  162. Off_3.Name = "Off_3"
  163. Off_3.Parent = LocalPlayer
  164. Off_3.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Off_3.BackgroundTransparency = 1
  166. Off_3.BorderSizePixel = 0
  167. Off_3.Position = UDim2.new(0.0480000004, 0, 0.593999982, 0)
  168. Off_3.Size = UDim2.new(0, 112, 0, 19)
  169. Off_3.Font = Enum.Font.SourceSans
  170. Off_3.Text = "> NoClip"
  171. Off_3.TextColor3 = Color3.new(1, 1, 1)
  172. Off_3.TextSize = 17
  173. Off_3.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  174. Off_3.TextXAlignment = Enum.TextXAlignment.Left
  175.  
  176. Off_4.Name = "Off_4"
  177. Off_4.Parent = LocalPlayer
  178. Off_4.BackgroundColor3 = Color3.new(1, 1, 1)
  179. Off_4.BackgroundTransparency = 1
  180. Off_4.BorderSizePixel = 0
  181. Off_4.Position = UDim2.new(0.0480000004, 0, 0.769999981, 0)
  182. Off_4.Size = UDim2.new(0, 112, 0, 19)
  183. Off_4.Font = Enum.Font.SourceSans
  184. Off_4.Text = "> Click TP"
  185. Off_4.TextColor3 = Color3.new(1, 1, 1)
  186. Off_4.TextSize = 17
  187. Off_4.TextStrokeColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  188. Off_4.TextXAlignment = Enum.TextXAlignment.Left
  189.  
  190. TextLabel_3.Parent = Main
  191. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  192. TextLabel_3.BackgroundTransparency = 1
  193. TextLabel_3.Size = UDim2.new(0, 301, 0, 47)
  194. TextLabel_3.Font = Enum.Font.SourceSans
  195. TextLabel_3.Text = "JailbreakHaxx"
  196. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  197. TextLabel_3.TextScaled = true
  198. TextLabel_3.TextSize = 14
  199. TextLabel_3.TextWrapped = true
  200.  
  201. TextLabel_4.Parent = Main
  202. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  203. TextLabel_4.BackgroundTransparency = 1
  204. TextLabel_4.Position = UDim2.new(0.314864099, 0, 0.134395778, 0)
  205. TextLabel_4.Size = UDim2.new(0, 91, 0, 39)
  206. TextLabel_4.Font = Enum.Font.SourceSans
  207. TextLabel_4.Text = "V.1.0.0"
  208. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  209. TextLabel_4.TextSize = 20
  210. -- Scripts:
  211. function SCRIPT_EXIT88_FAKESCRIPT() -- Frame.LocalScript
  212. local script = Instance.new('LocalScript')
  213. script.Parent = Frame
  214. --place this script in the playerGui
  215. --created by lordDracius (creator of dbz rage)
  216.  
  217. local playerGui=script.Parent
  218.  
  219. local frame = script.Parent
  220.  
  221. local count=100
  222.  
  223. spawn(function()
  224. local colors={
  225. BrickColor.Red(),
  226. BrickColor.Yellow(),
  227. BrickColor.new('Lime green'),
  228. BrickColor.new('Cyan'),
  229. BrickColor.new('Dark indigo')
  230. }
  231. while wait()do
  232. for i,v in pairs(colors)do
  233. for num=1,count do
  234. local mimic=i-1
  235. if not colors[mimic] then
  236. mimic=#colors
  237. end
  238. mimic=colors[mimic]
  239. frame.BackgroundColor3=mimic.Color:Lerp(v.Color,num/count)
  240. wait()
  241. end
  242. end
  243.  
  244. end
  245. end)
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_EXIT88_FAKESCRIPT))
  249. function SCRIPT_BVCV85_FAKESCRIPT() -- On_1.Rainbow1
  250. local script = Instance.new('LocalScript')
  251. script.Parent = On_1
  252. --place this script in the playerGui
  253. --created by lordDracius (creator of dbz rage)
  254.  
  255. local playerGui=script.Parent
  256.  
  257. local frame = script.Parent
  258.  
  259. local count=100
  260.  
  261.  
  262. spawn(function()
  263. local colors={
  264. BrickColor.Red(),
  265. BrickColor.Yellow(),
  266. BrickColor.new('Lime green'),
  267. BrickColor.new('Cyan'),
  268. BrickColor.new('Dark indigo')
  269. }
  270. while wait()do
  271. for i,v in pairs(colors)do
  272. for num=1,count do
  273. local mimic=i-1
  274. if not colors[mimic] then
  275. mimic=#colors
  276. end
  277. mimic=colors[mimic]
  278. frame.TextColor3=mimic.Color:Lerp(v.Color,num/count)
  279. wait()
  280. end
  281. end
  282.  
  283. end
  284. end)
  285.  
  286. end
  287. coroutine.resume(coroutine.create(SCRIPT_BVCV85_FAKESCRIPT))
  288. function SCRIPT_MBEA70_FAKESCRIPT() -- On_1.On1
  289. local script = Instance.new('LocalScript')
  290. script.Parent = On_1
  291. script.Parent.MouseButton1Click:connect(function()
  292. script.Parent.Visible = false
  293. script.Parent.Parent.Off_1.Visible = true
  294.  
  295. --Insert Script Here:
  296. _G.JumpHeight = 0;
  297.  
  298. end)
  299.  
  300. end
  301. coroutine.resume(coroutine.create(SCRIPT_MBEA70_FAKESCRIPT))
  302. function SCRIPT_XIYH82_FAKESCRIPT() -- On_2.Rainbow2
  303. local script = Instance.new('LocalScript')
  304. script.Parent = On_2
  305. --place this script in the playerGui
  306. --created by lordDracius (creator of dbz rage)
  307.  
  308. local playerGui=script.Parent
  309.  
  310. local frame = script.Parent
  311.  
  312. local count=100
  313.  
  314. spawn(function()
  315. local colors={
  316. BrickColor.Red(),
  317. BrickColor.Yellow(),
  318. BrickColor.new('Lime green'),
  319. BrickColor.new('Cyan'),
  320. BrickColor.new('Dark indigo')
  321. }
  322. while wait()do
  323. for i,v in pairs(colors)do
  324. for num=1,count do
  325. local mimic=i-1
  326. if not colors[mimic] then
  327. mimic=#colors
  328. end
  329. mimic=colors[mimic]
  330. frame.TextColor3=mimic.Color:Lerp(v.Color,num/count)
  331. wait()
  332. end
  333. end
  334.  
  335. end
  336. end)
  337.  
  338. end
  339. coroutine.resume(coroutine.create(SCRIPT_XIYH82_FAKESCRIPT))
  340. function SCRIPT_FKHA82_FAKESCRIPT() -- On_2.On2
  341. local script = Instance.new('LocalScript')
  342. script.Parent = On_2
  343. script.Parent.MouseButton1Click:connect(function()
  344. script.Parent.Visible = false
  345. script.Parent.Parent.Off_2.Visible = true
  346. --Insert Script Here:
  347. game:GetService("Players").LocalPlayer.Character:FindFirstChild("BYPASS").Name = "Humanoid"
  348.  
  349. end)
  350.  
  351. end
  352. coroutine.resume(coroutine.create(SCRIPT_FKHA82_FAKESCRIPT))
  353. function SCRIPT_KCZT74_FAKESCRIPT() -- On_3.Rainbow3
  354. local script = Instance.new('LocalScript')
  355. script.Parent = On_3
  356. --place this script in the playerGui
  357. --created by lordDracius (creator of dbz rage)
  358.  
  359. local playerGui=script.Parent
  360.  
  361. local frame = script.Parent
  362.  
  363. local count=100
  364.  
  365. spawn(function()
  366. local colors={
  367. BrickColor.Red(),
  368. BrickColor.Yellow(),
  369. BrickColor.new('Lime green'),
  370. BrickColor.new('Cyan'),
  371. BrickColor.new('Dark indigo')
  372. }
  373. while wait()do
  374. for i,v in pairs(colors)do
  375. for num=1,count do
  376. local mimic=i-1
  377. if not colors[mimic] then
  378. mimic=#colors
  379. end
  380. mimic=colors[mimic]
  381. frame.TextColor3=mimic.Color:Lerp(v.Color,num/count)
  382. wait()
  383. end
  384. end
  385.  
  386. end
  387. end)
  388.  
  389. end
  390. coroutine.resume(coroutine.create(SCRIPT_KCZT74_FAKESCRIPT))
  391. function SCRIPT_DCXW66_FAKESCRIPT() -- On_3.On3
  392. local script = Instance.new('LocalScript')
  393. script.Parent = On_3
  394. script.Parent.MouseButton1Click:connect(function()
  395. script.Parent.Visible = false
  396. script.Parent.Parent.Off_3.Visible = true
  397.  
  398. --Insert Script Here:
  399.  
  400. _G.Collide = true
  401.  
  402. end)
  403.  
  404. end
  405. coroutine.resume(coroutine.create(SCRIPT_DCXW66_FAKESCRIPT))
  406. function SCRIPT_ONUH82_FAKESCRIPT() -- On_4.Rainbow4
  407. local script = Instance.new('LocalScript')
  408. script.Parent = On_4
  409. --place this script in the playerGui
  410. --created by lordDracius (creator of dbz rage)
  411.  
  412. local playerGui=script.Parent
  413.  
  414. local frame = script.Parent
  415.  
  416. local count=100
  417.  
  418. spawn(function()
  419. local colors={
  420. BrickColor.Red(),
  421. BrickColor.Yellow(),
  422. BrickColor.new('Lime green'),
  423. BrickColor.new('Cyan'),
  424. BrickColor.new('Dark indigo')
  425. }
  426. while wait()do
  427. for i,v in pairs(colors)do
  428. for num=1,count do
  429. local mimic=i-1
  430. if not colors[mimic] then
  431. mimic=#colors
  432. end
  433. mimic=colors[mimic]
  434. frame.TextColor3=mimic.Color:Lerp(v.Color,num/count)
  435. wait()
  436. end
  437. end
  438.  
  439. end
  440. end)
  441.  
  442. end
  443. coroutine.resume(coroutine.create(SCRIPT_ONUH82_FAKESCRIPT))
  444. function SCRIPT_JXEI73_FAKESCRIPT() -- On_4.On4
  445. local script = Instance.new('LocalScript')
  446. script.Parent = On_4
  447. script.Parent.MouseButton1Click:connect(function()
  448. script.Parent.Visible = false
  449. script.Parent.Parent.Off_4.Visible = true
  450.  
  451. --Insert Script Here:
  452.  
  453. _G.IsOn = false
  454.  
  455. local Holder = Instance.new("Folder", game.CoreGui)
  456. Holder.Name = "ESP"
  457.  
  458. local UpdateFuncs = {}
  459.  
  460. local Box = Instance.new("BoxHandleAdornment")
  461. Box.Name = "nilBox"
  462. Box.Size = Vector3.new(4, 7, 4)
  463. Box.Color3 = Color3.new(100 / 255, 100 / 255, 100 / 255)
  464. Box.Transparency = 0.7
  465. Box.ZIndex = 0
  466. Box.AlwaysOnTop = true
  467. Box.Visible = true
  468.  
  469. local NameTag = Instance.new("BillboardGui")
  470. NameTag.Name = "nilNameTag"
  471. NameTag.Enabled = false
  472. NameTag.Size = UDim2.new(0, 200, 0, 50)
  473. NameTag.AlwaysOnTop = true
  474. NameTag.StudsOffset = Vector3.new(0, 1.8, 0)
  475. local Tag = Instance.new("TextLabel", NameTag)
  476. Tag.Name = "Tag"
  477. Tag.BackgroundTransparency = 1
  478. Tag.Position = UDim2.new(0, -50, 0, 0)
  479. Tag.Size = UDim2.new(0, 300, 0, 20)
  480. Tag.TextSize = 20
  481. Tag.TextColor3 = Color3.new(100 / 255, 100 / 255, 100 / 255)
  482. Tag.TextStrokeColor3 = Color3.new(0 / 255, 0 / 255, 0 / 255)
  483. Tag.TextStrokeTransparency = 0.4
  484. Tag.Text = "nil"
  485. Tag.Font = Enum.Font.SourceSansBold
  486. Tag.TextScaled = false
  487.  
  488. local LoadCharacter = function(v)
  489. repeat wait() until v.Character ~= nil
  490. v.Character:WaitForChild("Humanoid")
  491. local vHolder = Holder:FindFirstChild(v.Name)
  492. vHolder:ClearAllChildren()
  493. local b = Box:Clone()
  494. b.Name = v.Name .. "Box"
  495. b.Adornee = v.Character
  496. b.Parent = vHolder
  497. local t = NameTag:Clone()
  498. t.Name = v.Name .. "NameTag"
  499. t.Enabled = true
  500. t.Parent = vHolder
  501. t.Adornee = v.Character:WaitForChild("Head", 5)
  502. if not t.Adornee then
  503. return UnloadCharacter(v)
  504. end
  505. t.Tag.Text = v.Name
  506. b.Color3 = Color3.new(v.TeamColor.r, v.TeamColor.g, v.TeamColor.b)
  507. t.Tag.TextColor3 = Color3.new(v.TeamColor.r, v.TeamColor.g, v.TeamColor.b)
  508. local UpdateNameTag = function()
  509. if not pcall(function()
  510. --v.Character.Humanoid.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  511. local maxh = math.floor(v.Character.Humanoid.MaxHealth)
  512. local h = math.floor(v.Character.Humanoid.Health)
  513. t.Tag.Text = v.Name .. "\n" .. ((maxh ~= 0 and tostring(math.floor((h / maxh) * 100))) or "0") .. "% " .. tostring(h) .. "/" .. tostring(maxh)
  514. end) then
  515. UpdateFuncs[v] = nil
  516. end
  517. end
  518. UpdateNameTag()
  519. UpdateFuncs[v] = UpdateNameTag
  520. end
  521.  
  522. local UnloadCharacter = function(v)
  523. local vHolder = Holder:FindFirstChild(v.Name)
  524. if vHolder and (vHolder:FindFirstChild(v.Name .. "Box") ~= nil or vHolder:FindFirstChild(v.Name .. "NameTag") ~= nil) then
  525. vHolder:ClearAllChildren()
  526. end
  527. end
  528.  
  529. local LoadPlayer = function(v)
  530. local vHolder = Instance.new("Folder", Holder)
  531. vHolder.Name = v.Name
  532. v.CharacterAdded:Connect(function()
  533. pcall(LoadCharacter, v)
  534. end)
  535. v.CharacterRemoving:Connect(function()
  536. pcall(UnloadCharacter, v)
  537. end)
  538. LoadCharacter(v)
  539. end
  540.  
  541. local UnloadPlayer = function(v)
  542. UnloadCharacter(v)
  543. local vHolder = Holder:FindFirstChild(v.Name)
  544. if vHolder then
  545. vHolder:Destroy()
  546. end
  547. end
  548.  
  549. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  550. spawn(function() pcall(LoadPlayer, v) end)
  551. end
  552.  
  553. game:GetService("Players").PlayerAdded:Connect(function(v)
  554. pcall(LoadPlayer, v)
  555. end)
  556.  
  557. game:GetService("Players").PlayerRemoving:Connect(function(v)
  558. pcall(UnloadPlayer, v)
  559. end)
  560.  
  561. game.ItemChanged:Connect(function(i, v)
  562. if i:IsA("Player") and v == "TeamColor" then
  563. if Holder:FindFirstChild(i.Name) then
  564. UnloadCharacter(i)
  565. wait()
  566. LoadCharacter(i)
  567. end
  568. elseif i:IsA("Humanoid") and i.Parent then
  569. local p = game:GetService("Players"):GetPlayerFromCharacter(i.Parent)
  570. if p and Holder:FindFirstChild(p.Name) then
  571. UpdateFuncs[p]()
  572. end
  573. end
  574. end)
  575.  
  576. game:GetService("Players").LocalPlayer.NameDisplayDistance = 0
  577. game:GetService("Players").LocalPlayer.HealthDisplayDistance = 0
  578. end)
  579.  
  580. end
  581. coroutine.resume(coroutine.create(SCRIPT_JXEI73_FAKESCRIPT))
  582. function SCRIPT_KSTA79_FAKESCRIPT() -- Off_1.Off1
  583. local script = Instance.new('LocalScript')
  584. script.Parent = Off_1
  585. script.Parent.MouseButton1Click:connect(function()
  586. script.Parent.Visible = false
  587. script.Parent.Parent.On_1.Visible = true
  588. local Player = game:GetService'Players'.LocalPlayer;
  589. local UIS = game:GetService'UserInputService';
  590. local on = false
  591. _G.JumpHeight = 50;
  592.  
  593. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  594. if _G.on == false then
  595. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = "BYPASS"
  596. UIS.InputBegan:connect(function(UserInput)
  597. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  598. Action(Player.Character.BYPASS, function(self)
  599. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  600. Action(self.Parent.HumanoidRootPart, function(self)
  601. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  602. end)
  603. end
  604. end)
  605.  
  606. end
  607. _G.on = true
  608. end)
  609. else
  610. UIS.InputBegan:connect(function(UserInput)
  611. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  612. Action(Player.Character.BYPASS, function(self)
  613. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  614. Action(self.Parent.HumanoidRootPart, function(self)
  615. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  616.  
  617.  
  618. end)
  619. end
  620. end)
  621. end
  622. end)
  623. end
  624. end)
  625.  
  626.  
  627.  
  628. end
  629. coroutine.resume(coroutine.create(SCRIPT_KSTA79_FAKESCRIPT))
  630. function SCRIPT_YISP76_FAKESCRIPT() -- Off_2.Off2
  631. local script = Instance.new('LocalScript')
  632. script.Parent = Off_2
  633.  
  634. script.Parent.MouseButton1Click:connect(function()
  635. script.Parent.Visible = false
  636. script.Parent.Parent.On_2.Visible = true
  637. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid").Name = "BYPASS"
  638. game:GetService("Players").LocalPlayer.Character.BYPASS.WalkSpeed = 100
  639.  
  640.  
  641.  
  642. end)
  643.  
  644.  
  645. end
  646. coroutine.resume(coroutine.create(SCRIPT_YISP76_FAKESCRIPT))
  647. function SCRIPT_VTQJ67_FAKESCRIPT() -- Off_3.Off3
  648. local script = Instance.new('LocalScript')
  649. script.Parent = Off_3
  650. script.Parent.MouseButton1Click:connect(function()
  651. script.Parent.Visible = false
  652. script.Parent.Parent.On_3.Visible = true
  653. _G.Collide = false
  654. game:GetService("Players").LocalPlayer.Character.UpperTorso.Touched:connect(function(obj)
  655. if obj ~= workspace.Terrain then
  656. obj.CanCollide = _G.Collide
  657. wait(1)
  658. obj.CanCollide = true
  659. end
  660. end)
  661. end)
  662.  
  663. end
  664. coroutine.resume(coroutine.create(SCRIPT_VTQJ67_FAKESCRIPT))
  665. function SCRIPT_SYIY70_FAKESCRIPT() -- Off_4.Off4
  666. local script = Instance.new('LocalScript')
  667. script.Parent = Off_4
  668. script.Parent.MouseButton1Click:connect(function()
  669. script.Parent.Visible = false
  670. script.Parent.Parent.On_4.Visible = true
  671.  
  672. local Plr = game:GetService("Players").LocalPlayer
  673. local Mouse = Plr:GetMouse()
  674. _G.IsOn = true
  675. Mouse.Button1Down:connect(function()
  676. if _G.IsOn == true then
  677. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  678. if not Mouse.Target then return end
  679. Plr.Character:MoveTo(Mouse.Hit.p)
  680. end
  681. end)
  682. end)
  683.  
  684. end
  685. coroutine.resume(coroutine.create(SCRIPT_SYIY70_FAKESCRIPT))
  686. function SCRIPT_LLUK90_FAKESCRIPT() -- TextLabel_3.Rainbow3
  687. local script = Instance.new('LocalScript')
  688. script.Parent = TextLabel_3
  689. --place this script in the playerGui
  690. --created by lordDracius (creator of dbz rage)
  691.  
  692. local playerGui=script.Parent
  693.  
  694. local frame = script.Parent
  695.  
  696. local count=100
  697.  
  698. spawn(function()
  699. local colors={
  700. BrickColor.Red(),
  701. BrickColor.Yellow(),
  702. BrickColor.new('Lime green'),
  703. BrickColor.new('Cyan'),
  704. BrickColor.new('Dark indigo')
  705. }
  706. while wait()do
  707. for i,v in pairs(colors)do
  708. for num=1,count do
  709. local mimic=i-1
  710. if not colors[mimic] then
  711. mimic=#colors
  712. end
  713. mimic=colors[mimic]
  714. frame.TextColor3=mimic.Color:Lerp(v.Color,num/count)
  715. wait()
  716. end
  717. end
  718.  
  719. end
  720. end)
  721.  
  722. end
  723. coroutine.resume(coroutine.create(SCRIPT_LLUK90_FAKESCRIPT))
  724. function SCRIPT_PAMR69_FAKESCRIPT() -- TextLabel_4.Rainbow3
  725. local script = Instance.new('LocalScript')
  726. script.Parent = TextLabel_4
  727. --place this script in the playerGui
  728. --created by lordDracius (creator of dbz rage)
  729.  
  730. local playerGui=script.Parent
  731.  
  732. local frame = script.Parent
  733.  
  734. local count=100
  735.  
  736. spawn(function()
  737. local colors={
  738. BrickColor.Red(),
  739. BrickColor.Yellow(),
  740. BrickColor.new('Lime green'),
  741. BrickColor.new('Cyan'),
  742. BrickColor.new('Dark indigo')
  743. }
  744. while wait()do
  745. for i,v in pairs(colors)do
  746. for num=1,count do
  747. local mimic=i-1
  748. if not colors[mimic] then
  749. mimic=#colors
  750. end
  751. mimic=colors[mimic]
  752. frame.TextColor3=mimic.Color:Lerp(v.Color,num/count)
  753. wait()
  754. end
  755. end
  756.  
  757. end
  758. end)
  759.  
  760. end
  761. coroutine.resume(coroutine.create(SCRIPT_PAMR69_FAKESCRIPT))
  762. function SCRIPT_PHTG67_FAKESCRIPT() -- Main.Enter
  763. local script = Instance.new('LocalScript')
  764. script.Parent = Main
  765. local on = false
  766.  
  767. function onKeyPress(inputObject, gameProcessedEvent)
  768. if inputObject.KeyCode == Enum.KeyCode.LeftAlt then
  769. if on == false then
  770. script.Parent.Visible = true
  771. on = true
  772. else
  773. script.Parent.Visible = false
  774. on = false
  775. end
  776. end
  777. end
  778.  
  779. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  780.  
  781. end
  782. coroutine.resume(coroutine.create(SCRIPT_PHTG67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement