KRNL_KEYS

Ur mom ui prison life

Jan 9th, 2021 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.25 KB | None | 0 0
  1. --Ur mom ui mad by me of course
  2. --my discord is in the gui
  3. -- Mod guns auto gives u guns
  4. -- tp gui is fixed now :DDDDDD
  5. -- more games soon
  6. -- added an fe gui and smoothend out the ui
  7. -- Gui to Lua
  8. -- Version: 3.2
  9.  
  10. -- Instances:
  11.  
  12. local ScreenGui = Instance.new("ScreenGui")
  13. local Frame = Instance.new("Frame")
  14. local Frame_2 = Instance.new("Frame")
  15. local Ws = Instance.new("TextButton")
  16. local JumpPower = Instance.new("TextButton")
  17. local NoclipE = Instance.new("TextButton")
  18. local FlyE = Instance.new("TextButton")
  19. local resetwalkspeed = Instance.new("TextButton")
  20. local TextLabel = Instance.new("TextLabel")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local TextButton = Instance.new("TextButton")
  23. local TextButton_2 = Instance.new("TextButton")
  24. local TextButton_3 = Instance.new("TextButton")
  25. local TextButton_4 = Instance.new("TextButton")
  26. local TextButton_5 = Instance.new("TextButton")
  27. local TextLabel_3 = Instance.new("TextLabel")
  28.  
  29. --Properties:
  30.  
  31. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  32. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. Frame.Parent = ScreenGui
  35. Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  36. Frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
  37. Frame.Position = UDim2.new(0.0424929187, 0, 0.0734341219, 0)
  38. Frame.Size = UDim2.new(0, 126, 0, 26)
  39.  
  40. Frame_2.Parent = Frame
  41. Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  42. Frame_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  43. Frame_2.Position = UDim2.new(0.0039682542, 0, 0.980769217, 0)
  44. Frame_2.Size = UDim2.new(0, 126, 0, 329)
  45.  
  46. Ws.Name = "Ws"
  47. Ws.Parent = Frame_2
  48. Ws.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  49. Ws.BorderColor3 = Color3.fromRGB(255, 0, 0)
  50. Ws.Position = UDim2.new(0, 0, 0.609307826, 0)
  51. Ws.Size = UDim2.new(0, 126, 0, 20)
  52. Ws.Font = Enum.Font.SourceSans
  53. Ws.Text = "WalkSpeed"
  54. Ws.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. Ws.TextScaled = true
  56. Ws.TextSize = 14.000
  57. Ws.TextWrapped = true
  58.  
  59. JumpPower.Name = "JumpPower"
  60. JumpPower.Parent = Frame_2
  61. JumpPower.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  62. JumpPower.Position = UDim2.new(0, 0, 0.670212746, 0)
  63. JumpPower.Size = UDim2.new(0, 126, 0, 27)
  64. JumpPower.Font = Enum.Font.SourceSans
  65. JumpPower.Text = "JumpPower"
  66. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. JumpPower.TextScaled = true
  68. JumpPower.TextSize = 14.000
  69. JumpPower.TextWrapped = true
  70.  
  71. NoclipE.Name = "Noclip(E)"
  72. NoclipE.Parent = Frame_2
  73. NoclipE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  74. NoclipE.Position = UDim2.new(0, 0, 0.755018055, 0)
  75. NoclipE.Size = UDim2.new(0, 126, 0, 26)
  76. NoclipE.Font = Enum.Font.SourceSans
  77. NoclipE.Text = "Noclip{E}"
  78. NoclipE.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. NoclipE.TextScaled = true
  80. NoclipE.TextSize = 14.000
  81. NoclipE.TextWrapped = true
  82.  
  83. FlyE.Name = "Fly{E}"
  84. FlyE.Parent = Frame_2
  85. FlyE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  86. FlyE.Position = UDim2.new(-0.00793650839, 0, 0.835106373, 0)
  87. FlyE.Size = UDim2.new(0, 126, 0, 26)
  88. FlyE.Font = Enum.Font.SourceSans
  89. FlyE.Text = "FLY{E}"
  90. FlyE.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. FlyE.TextScaled = true
  92. FlyE.TextSize = 14.000
  93. FlyE.TextWrapped = true
  94.  
  95. resetwalkspeed.Name = "reset walkspeed"
  96. resetwalkspeed.Parent = Frame_2
  97. resetwalkspeed.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  98. resetwalkspeed.Position = UDim2.new(0, 0, 0.91519469, 0)
  99. resetwalkspeed.Size = UDim2.new(0, 126, 0, 27)
  100. resetwalkspeed.Font = Enum.Font.SourceSans
  101. resetwalkspeed.Text = "Reset Walkspeed"
  102. resetwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. resetwalkspeed.TextScaled = true
  104. resetwalkspeed.TextSize = 14.000
  105. resetwalkspeed.TextWrapped = true
  106.  
  107. TextLabel.Parent = Frame_2
  108. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  109. TextLabel.Position = UDim2.new(-1.1920929e-07, 0, -0.0790273547, 0)
  110. TextLabel.Size = UDim2.new(0, 126, 0, 58)
  111. TextLabel.Font = Enum.Font.Oswald
  112. TextLabel.Text = "Made by rupuli69#0196"
  113. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  114. TextLabel.TextScaled = true
  115. TextLabel.TextSize = 14.000
  116. TextLabel.TextWrapped = true
  117.  
  118. TextLabel_2.Parent = Frame_2
  119. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. TextLabel_2.Position = UDim2.new(0.00793650839, 0, 0.541033447, 0)
  121. TextLabel_2.Size = UDim2.new(0, 125, 0, 22)
  122. TextLabel_2.Font = Enum.Font.SourceSans
  123. TextLabel_2.Text = "Misc"
  124. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. TextLabel_2.TextScaled = true
  126. TextLabel_2.TextSize = 14.000
  127. TextLabel_2.TextWrapped = true
  128.  
  129. TextButton.Parent = Frame_2
  130. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  131. TextButton.Position = UDim2.new(0.00793650839, 0, 0.179331318, 0)
  132. TextButton.Size = UDim2.new(0, 126, 0, 18)
  133. TextButton.Font = Enum.Font.SourceSans
  134. TextButton.Text = "One punch Kill"
  135. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. TextButton.TextScaled = true
  137. TextButton.TextSize = 14.000
  138. TextButton.TextWrapped = true
  139.  
  140. TextButton_2.Parent = Frame_2
  141. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  142. TextButton_2.Position = UDim2.new(0.00793650839, 0, 0.234042555, 0)
  143. TextButton_2.Size = UDim2.new(0, 126, 0, 18)
  144. TextButton_2.Font = Enum.Font.SourceSans
  145. TextButton_2.Text = "Mod weapons"
  146. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. TextButton_2.TextScaled = true
  148. TextButton_2.TextSize = 14.000
  149. TextButton_2.TextWrapped = true
  150.  
  151. TextButton_3.Parent = Frame_2
  152. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  153. TextButton_3.Position = UDim2.new(0.00793650839, 0, 0.288753808, 0)
  154. TextButton_3.Size = UDim2.new(0, 126, 0, 18)
  155. TextButton_3.Font = Enum.Font.SourceSans
  156. TextButton_3.Text = "Kill aura {K}"
  157. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. TextButton_3.TextScaled = true
  159. TextButton_3.TextSize = 14.000
  160. TextButton_3.TextWrapped = true
  161.  
  162. TextButton_4.Parent = Frame_2
  163. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  164. TextButton_4.Position = UDim2.new(0.00793650839, 0, 0.34346506, 0)
  165. TextButton_4.Size = UDim2.new(0, 126, 0, 18)
  166. TextButton_4.Font = Enum.Font.SourceSans
  167. TextButton_4.Text = "Tp gui :D"
  168. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. TextButton_4.TextScaled = true
  170. TextButton_4.TextSize = 14.000
  171. TextButton_4.TextWrapped = true
  172.  
  173. TextButton_5.Parent = Frame_2
  174. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. TextButton_5.Position = UDim2.new(0.00793650839, 0, 0.398176283, 0)
  176. TextButton_5.Size = UDim2.new(0, 125, 0, 27)
  177. TextButton_5.Font = Enum.Font.SourceSans
  178. TextButton_5.Text = "FE gui idk credits"
  179. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. TextButton_5.TextScaled = true
  181. TextButton_5.TextSize = 14.000
  182. TextButton_5.TextWrapped = true
  183.  
  184. TextLabel_3.Parent = Frame
  185. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  186. TextLabel_3.Position = UDim2.new(0.00793650839, 0, -0.0384615511, 0)
  187. TextLabel_3.Size = UDim2.new(0, 126, 0, 26)
  188. TextLabel_3.Font = Enum.Font.SciFi
  189. TextLabel_3.Text = "Ur mom ui"
  190. TextLabel_3.TextColor3 = Color3.fromRGB(85, 255, 255)
  191. TextLabel_3.TextScaled = true
  192. TextLabel_3.TextSize = 14.000
  193. TextLabel_3.TextWrapped = true
  194.  
  195. -- Scripts:
  196.  
  197. local function PVBNY_fake_script() -- Ws.Script
  198. local script = Instance.new('Script', Ws)
  199.  
  200. function Click(mouse)
  201.  
  202. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  203.  
  204. end
  205.  
  206.  
  207. script.Parent.MouseButton1Down:connect(Click)
  208. end
  209. coroutine.wrap(PVBNY_fake_script)()
  210. local function FBRU_fake_script() -- JumpPower.Script
  211. local script = Instance.new('Script', JumpPower)
  212.  
  213. function Click(mouse)
  214.  
  215. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  216.  
  217. end
  218.  
  219. script.Parent.MouseButton1Down:connect(Click)
  220. end
  221. coroutine.wrap(FBRU_fake_script)()
  222. local function KDDJ_fake_script() -- NoclipE.Script
  223. local script = Instance.new('Script', NoclipE)
  224.  
  225. function Click(mouse)
  226.  
  227. noclip = false
  228. game:GetService('RunService').Stepped:connect(function()
  229. if noclip then
  230. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  231. end
  232. end)
  233. plr = game.Players.LocalPlayer
  234. mouse = plr:GetMouse()
  235. mouse.KeyDown:connect(function(key)
  236.  
  237. if key == "e" then
  238. noclip = not noclip
  239. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  240. end
  241. end)
  242. print('Loaded')
  243. print('Press "E" to noclip')
  244.  
  245. end
  246.  
  247. script.Parent.MouseButton1Down:connect(Click)
  248. end
  249. coroutine.wrap(KDDJ_fake_script)()
  250. local function LLCH_fake_script() -- FlyE.Script
  251. local script = Instance.new('Script', FlyE)
  252.  
  253. function Click(mouse)
  254.  
  255. repeat wait()
  256. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  257. local mouse = game.Players.LocalPlayer:GetMouse()
  258. repeat wait() until mouse
  259. local plr = game.Players.LocalPlayer
  260. local torso = plr.Character.Torso
  261. local flying = true
  262. local deb = true
  263. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  264. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  265. local maxspeed = 50
  266. local speed = 0
  267.  
  268. function Fly()
  269. local bg = Instance.new("BodyGyro", torso)
  270. bg.P = 9e4
  271. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  272. bg.cframe = torso.CFrame
  273. local bv = Instance.new("BodyVelocity", torso)
  274. bv.velocity = Vector3.new(0,0.1,0)
  275. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  276. repeat wait()
  277. plr.Character.Humanoid.PlatformStand = true
  278. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  279. speed = speed+.5+(speed/maxspeed)
  280. if speed > maxspeed then
  281. speed = maxspeed
  282. end
  283. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  284. speed = speed-1
  285. if speed < 0 then
  286. speed = 0
  287. end
  288. end
  289. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  290. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  291. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  292. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  293. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  294. else
  295. bv.velocity = Vector3.new(0,0.1,0)
  296. end
  297. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  298. until not flying
  299. ctrl = {f = 0, b = 0, l = 0, r = 0}
  300. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  301. speed = 0
  302. bg:Destroy()
  303. bv:Destroy()
  304. plr.Character.Humanoid.PlatformStand = false
  305. end
  306. mouse.KeyDown:connect(function(key)
  307. if key:lower() == "e" then
  308. if flying then flying = false
  309. else
  310. flying = true
  311. Fly()
  312. end
  313. elseif key:lower() == "w" then
  314. ctrl.f = 1
  315. elseif key:lower() == "s" then
  316. ctrl.b = -1
  317. elseif key:lower() == "a" then
  318. ctrl.l = -1
  319. elseif key:lower() == "d" then
  320. ctrl.r = 1
  321. end
  322. end)
  323. mouse.KeyUp:connect(function(key)
  324. if key:lower() == "w" then
  325. ctrl.f = 0
  326. elseif key:lower() == "s" then
  327. ctrl.b = 0
  328. elseif key:lower() == "a" then
  329. ctrl.l = 0
  330. elseif key:lower() == "d" then
  331. ctrl.r = 0
  332. end
  333. end)
  334. Fly()
  335.  
  336. end
  337.  
  338. script.Parent.MouseButton1Down:connect(Click)
  339. end
  340. coroutine.wrap(LLCH_fake_script)()
  341. local function AKOOQ_fake_script() -- resetwalkspeed.Script
  342. local script = Instance.new('Script', resetwalkspeed)
  343.  
  344. function Click(mouse)
  345.  
  346. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  347.  
  348. end
  349.  
  350.  
  351. script.Parent.MouseButton1Down:connect(Click)
  352. end
  353. coroutine.wrap(AKOOQ_fake_script)()
  354. local function MUNBCBD_fake_script() -- TextButton.Script
  355. local script = Instance.new('Script', TextButton)
  356.  
  357. function Click(mouse)
  358.  
  359. mainRemotes = game.ReplicatedStorage
  360. meleeRemote = mainRemotes['meleeEvent']
  361. mouse = game.Players.LocalPlayer:GetMouse()
  362. punching = false
  363. cooldown = false
  364.  
  365. function punch()
  366. cooldown = true
  367. local part = Instance.new("Part", game.Players.LocalPlayer.Character)
  368. part.Transparency = 1
  369. part.Size = Vector3.new(5, 2, 3)
  370. part.CanCollide = false
  371. local w1 = Instance.new("Weld", part)
  372. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  373. w1.Part1 = part
  374. w1.C1 = CFrame.new(0,0,2)
  375. part.Touched:connect(function(hit)
  376. if game.Players:FindFirstChild(hit.Parent.Name) then
  377. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  378. if plr.Name ~= game.Players.LocalPlayer.Name then
  379. part:Destroy()
  380.  
  381. for i = 1,100 do
  382. meleeRemote:FireServer(plr)
  383. end
  384. end
  385. end
  386. end)
  387.  
  388. wait(1)
  389. cooldown = false
  390. part:Destroy()
  391. end
  392.  
  393.  
  394. mouse.KeyDown:connect(function(key)
  395. if cooldown == false then
  396. if key:lower() == "f" then
  397.  
  398. punch()
  399.  
  400. end
  401. end
  402. end)
  403.  
  404. end
  405.  
  406. script.Parent.MouseButton1Down:connect(Click)
  407. end
  408. coroutine.wrap(MUNBCBD_fake_script)()
  409. local function NCFTGO_fake_script() -- TextButton_2.Script
  410. local script = Instance.new('Script', TextButton_2)
  411.  
  412. function Click(Mouse)
  413.  
  414. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('M9', true).ITEMPICKUP)
  415. wait(0.1)
  416. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('Remington 870', true).ITEMPICKUP)
  417. wait(0.1)
  418. workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS:findFirstChild('AK-47', true).ITEMPICKUP)
  419. for i, v in next, debug.getregistry() do
  420. if type(v) == "table" then
  421. if v.Bullets then
  422. v.AutoFire = true
  423. v.FireRate = 0
  424. v.Bullets = 20
  425. v.Range = math.huge
  426. v.MaxAmmo = math.huge
  427. v.CurrentAmmo = math.huge
  428. v.StoredAmmo = math.huge
  429. end
  430. end
  431. end
  432.  
  433. end
  434.  
  435. script.Parent.MouseButton1Down:connect(Click)
  436. end
  437. coroutine.wrap(NCFTGO_fake_script)()
  438. local function QWVQDAE_fake_script() -- TextButton_3.Script
  439. local script = Instance.new('Script', TextButton_3)
  440.  
  441. function Click(Mouse)
  442.  
  443. mainRemotes = game.ReplicatedStorage
  444. meleeRemote = mainRemotes['meleeEvent']
  445.  
  446. killAura = true
  447.  
  448. contextactionservice = game.ContextActionService
  449.  
  450. function toggleKillAura(actionName, inputState, inputObject)
  451. print('Doing the action : ' .. actionName)
  452. if inputState == Enum.UserInputState.Begin then
  453. if killAura == true then
  454. killAura = false
  455. else
  456. killAura = true
  457. end
  458. end
  459. end
  460.  
  461. contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.K)
  462.  
  463. while wait() do
  464. if killAura == true then
  465. for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  466. if plr.Name ~= game.Players.LocalPlayer.Name then
  467. meleeRemote:FireServer(plr)
  468. end
  469. end
  470. end
  471. end
  472.  
  473. end
  474.  
  475. script.Parent.MouseButton1Down:connect(Click)
  476. end
  477. coroutine.wrap(QWVQDAE_fake_script)()
  478. local function HADYI_fake_script() -- TextButton_4.Script
  479. local script = Instance.new('Script', TextButton_4)
  480.  
  481. function Click(Mouse)
  482.  
  483. --Devloped By Nexus42, With Gui to Lua (Its EZ :D)
  484.  
  485. local PrisonLifeTeleports = Instance.new("ScreenGui")
  486. local Drag = Instance.new("Frame")
  487. local Base = Instance.new("Frame")
  488. local Logo = Instance.new("TextLabel")
  489. local Prison = Instance.new("TextButton")
  490. local OutsidePrison = Instance.new("TextButton")
  491. local CarSpawn = Instance.new("TextButton")
  492. local PoliceArea = Instance.new("TextButton")
  493. local Cafeteria = Instance.new("TextButton")
  494. local Cells = Instance.new("TextButton")
  495. local Entrance = Instance.new("TextButton")
  496. local PoliceCars = Instance.new("TextButton")
  497. local PrisonWalkway = Instance.new("TextButton")
  498. local HouseArea = Instance.new("TextButton")
  499. local CriminalBase = Instance.new("TextButton")
  500. local GasStation = Instance.new("TextButton")
  501. local GroceryShop = Instance.new("TextButton")
  502. local SecretArea = Instance.new("TextButton")
  503. local Prison_2 = Instance.new("TextButton")
  504. local Logo_2 = Instance.new("TextLabel")
  505. local Exit = Instance.new("TextButton")
  506. local Minimize = Instance.new("TextButton")
  507. local Open = Instance.new("TextButton")
  508. local PlayerTeleport = Instance.new("Frame")
  509. local Logo = Instance.new("TextLabel")
  510. local TeleportPlayer = Instance.new("TextButton")
  511. local TextBox = Instance.new("TextBox")
  512.  
  513. local humanoid = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  514.  
  515. PrisonLifeTeleports.Name = "Prison Life Teleports"
  516. PrisonLifeTeleports.Parent = game:GetService('Players').LocalPlayer:WaitForChild("PlayerGui")
  517. PrisonLifeTeleports.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  518.  
  519. game:GetService('StarterGui'):SetCore('SendNotification',{
  520. Title = "Prison Life Teleport UI",
  521. Text = "Loaded. This GUI was devloped by Nexus42",
  522. Duration = 15,
  523. })
  524.  
  525. PlayerTeleport.Name = "PlayerTeleport"
  526. PlayerTeleport.Parent = Base
  527. PlayerTeleport.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  528. PlayerTeleport.BorderSizePixel = 0
  529. PlayerTeleport.Position = UDim2.new(0, 0, 1, 0)
  530. PlayerTeleport.Size = UDim2.new(0, 478, 0, 51)
  531.  
  532. Logo.Name = "Logo"
  533. Logo.Parent = PlayerTeleport
  534. Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  535. Logo.BackgroundTransparency = 1.000
  536. Logo.Position = UDim2.new(0.52802074, 0, 0.419417381, 0)
  537. Logo.Size = UDim2.new(0, 218, 0, 29)
  538. Logo.Font = Enum.Font.SourceSansBold
  539. Logo.Text = "Developed by Nexus42"
  540. Logo.TextColor3 = Color3.fromRGB(255, 255, 255)
  541. Logo.TextSize = 20.000
  542. Logo.TextXAlignment = Enum.TextXAlignment.Right
  543.  
  544. TeleportPlayer.Name = "TeleportPlayer"
  545. TeleportPlayer.Parent = PlayerTeleport
  546. TeleportPlayer.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  547. TeleportPlayer.BorderSizePixel = 0
  548. TeleportPlayer.Position = UDim2.new(0.575489521, 0, -0.557271004, 0)
  549. TeleportPlayer.Size = UDim2.new(0, 196, 0, 41)
  550. TeleportPlayer.Font = Enum.Font.SourceSansBold
  551. TeleportPlayer.Text = "Teleport To"
  552. TeleportPlayer.TextColor3 = Color3.fromRGB(255, 255, 255)
  553. TeleportPlayer.TextSize = 21.000
  554.  
  555. TextBox.Parent = PlayerTeleport
  556. TextBox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  557. TextBox.BorderSizePixel = 0
  558. TextBox.Position = UDim2.new(0.020920502, 0, -0.568627477, 0)
  559. TextBox.Size = UDim2.new(0, 255, 0, 41)
  560. TextBox.Font = Enum.Font.SourceSansBold
  561. TextBox.PlaceholderColor3 = Color3.fromRGB(216, 216, 216)
  562. TextBox.PlaceholderText = "Player Name"
  563. TextBox.Text = ""
  564. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  565. TextBox.TextSize = 25.000
  566.  
  567. Drag.Name = "Drag"
  568. Drag.Parent = PrisonLifeTeleports
  569. Drag.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  570. Drag.BorderSizePixel = 0
  571. Drag.Position = UDim2.new(0.268350422, 0, 0.279126227, 0)
  572. Drag.Size = UDim2.new(0, 478, 0, 30)
  573.  
  574. Base.Name = "Base"
  575. Base.Parent = Drag
  576. Base.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  577. Base.BorderSizePixel = 0
  578. Base.Position = UDim2.new(0, 0, 1, 2)
  579. Base.Size = UDim2.new(0, 478, 0, 283)
  580.  
  581. Prison.Name = "Prison"
  582. Prison.Parent = Base
  583. Prison.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  584. Prison.BorderSizePixel = 0
  585. Prison.Position = UDim2.new(0.022859823, 0, 0.0563380271, 0)
  586. Prison.Size = UDim2.new(0, 147, 0, 38)
  587. Prison.Font = Enum.Font.SourceSansBold
  588. Prison.Text = "Prison Yard"
  589. Prison.TextColor3 = Color3.fromRGB(255, 255, 255)
  590. Prison.TextSize = 21.000
  591.  
  592. OutsidePrison.Name = "Outside Prison"
  593. OutsidePrison.Parent = Base
  594. OutsidePrison.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  595. OutsidePrison.BorderSizePixel = 0
  596. OutsidePrison.Position = UDim2.new(0.348384947, 0, 0.0563380271, 0)
  597. OutsidePrison.Size = UDim2.new(0, 147, 0, 38)
  598. OutsidePrison.Font = Enum.Font.SourceSansBold
  599. OutsidePrison.Text = "Outside Prison"
  600. OutsidePrison.TextColor3 = Color3.fromRGB(255, 255, 255)
  601. OutsidePrison.TextSize = 21.000
  602.  
  603. CarSpawn.Name = "Car Spawn"
  604. CarSpawn.Parent = Base
  605. CarSpawn.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  606. CarSpawn.BorderSizePixel = 0
  607. CarSpawn.Position = UDim2.new(0.677699924, 0, 0.0563380271, 0)
  608. CarSpawn.Size = UDim2.new(0, 147, 0, 38)
  609. CarSpawn.Font = Enum.Font.SourceSansBold
  610. CarSpawn.Text = "Car Spawn"
  611. CarSpawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  612. CarSpawn.TextSize = 21.000
  613.  
  614. PoliceArea.Name = "Police Area"
  615. PoliceArea.Parent = Base
  616. PoliceArea.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  617. PoliceArea.BorderSizePixel = 0
  618. PoliceArea.Position = UDim2.new(0.0228598453, 0, 0.221830979, 0)
  619. PoliceArea.Size = UDim2.new(0, 147, 0, 38)
  620. PoliceArea.Font = Enum.Font.SourceSansBold
  621. PoliceArea.Text = "Police Area"
  622. PoliceArea.TextColor3 = Color3.fromRGB(255, 255, 255)
  623. PoliceArea.TextSize = 21.000
  624.  
  625. Cafeteria.Name = "Cafeteria"
  626. Cafeteria.Parent = Base
  627. Cafeteria.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  628. Cafeteria.BorderSizePixel = 0
  629. Cafeteria.Position = UDim2.new(0.348384976, 0, 0.221830979, 0)
  630. Cafeteria.Size = UDim2.new(0, 147, 0, 38)
  631. Cafeteria.Font = Enum.Font.SourceSansBold
  632. Cafeteria.Text = "Cafeteria"
  633. Cafeteria.TextColor3 = Color3.fromRGB(255, 255, 255)
  634. Cafeteria.TextSize = 21.000
  635.  
  636. Cells.Name = "Cells"
  637. Cells.Parent = Base
  638. Cells.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  639. Cells.BorderSizePixel = 0
  640. Cells.Position = UDim2.new(0.677700043, 0, 0.221830979, 0)
  641. Cells.Size = UDim2.new(0, 147, 0, 38)
  642. Cells.Font = Enum.Font.SourceSansBold
  643. Cells.Text = "Cells"
  644. Cells.TextColor3 = Color3.fromRGB(255, 255, 255)
  645. Cells.TextSize = 21.000
  646.  
  647. Entrance.Name = "Entrance"
  648. Entrance.Parent = Base
  649. Entrance.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  650. Entrance.BorderSizePixel = 0
  651. Entrance.Position = UDim2.new(0.0210962296, 0, 0.56354928, 0)
  652. Entrance.Size = UDim2.new(0, 147, 0, 38)
  653. Entrance.Font = Enum.Font.SourceSansBold
  654. Entrance.Text = "Prison Entrance"
  655. Entrance.TextColor3 = Color3.fromRGB(255, 255, 255)
  656. Entrance.TextSize = 21.000
  657.  
  658. PoliceCars.Name = "Police Cars"
  659. PoliceCars.Parent = Base
  660. PoliceCars.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  661. PoliceCars.BorderSizePixel = 0
  662. PoliceCars.Position = UDim2.new(0.677999973, 0, 0.736084521, 0)
  663. PoliceCars.Size = UDim2.new(0, 147, 0, 38)
  664. PoliceCars.Font = Enum.Font.SourceSansBold
  665. PoliceCars.Text = "Police Cars"
  666. PoliceCars.TextColor3 = Color3.fromRGB(255, 255, 255)
  667. PoliceCars.TextSize = 21.000
  668.  
  669. PrisonWalkway.Name = "Prison Walkway"
  670. PrisonWalkway.Parent = Base
  671. PrisonWalkway.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  672. PrisonWalkway.BorderSizePixel = 0
  673. PrisonWalkway.Position = UDim2.new(0.677999973, 0, 0.560028195, 0)
  674. PrisonWalkway.Size = UDim2.new(0, 147, 0, 38)
  675. PrisonWalkway.Font = Enum.Font.SourceSansBold
  676. PrisonWalkway.Text = "Prison Walkway"
  677. PrisonWalkway.TextColor3 = Color3.fromRGB(255, 255, 255)
  678. PrisonWalkway.TextSize = 21.000
  679.  
  680. HouseArea.Name = "House Area"
  681. HouseArea.Parent = Base
  682. HouseArea.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  683. HouseArea.BorderSizePixel = 0
  684. HouseArea.Position = UDim2.new(0.677999973, 0, 0.391014099, 0)
  685. HouseArea.Size = UDim2.new(0, 147, 0, 38)
  686. HouseArea.Font = Enum.Font.SourceSansBold
  687. HouseArea.Text = "House Area"
  688. HouseArea.TextColor3 = Color3.fromRGB(255, 255, 255)
  689. HouseArea.TextSize = 21.000
  690.  
  691. CriminalBase.Name = "Criminal Base"
  692. CriminalBase.Parent = Base
  693. CriminalBase.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  694. CriminalBase.BorderSizePixel = 0
  695. CriminalBase.Position = UDim2.new(0.347456038, 0, 0.391014099, 0)
  696. CriminalBase.Size = UDim2.new(0, 147, 0, 38)
  697. CriminalBase.Font = Enum.Font.SourceSansBold
  698. CriminalBase.Text = "Criminal Base"
  699. CriminalBase.TextColor3 = Color3.fromRGB(255, 255, 255)
  700. CriminalBase.TextSize = 21.000
  701.  
  702. GasStation.Name = "Gas Station"
  703. GasStation.Parent = Base
  704. GasStation.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  705. GasStation.BorderSizePixel = 0
  706. GasStation.Position = UDim2.new(0.347456038, 0, 0.560028195, 0)
  707. GasStation.Size = UDim2.new(0, 147, 0, 38)
  708. GasStation.Font = Enum.Font.SourceSansBold
  709. GasStation.Text = "Gas Station"
  710. GasStation.TextColor3 = Color3.fromRGB(255, 255, 255)
  711. GasStation.TextSize = 21.000
  712.  
  713. GroceryShop.Name = "Grocery Shop"
  714. GroceryShop.Parent = Base
  715. GroceryShop.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  716. GroceryShop.BorderSizePixel = 0
  717. GroceryShop.Position = UDim2.new(0.347456038, 0, 0.736084521, 0)
  718. GroceryShop.Size = UDim2.new(0, 147, 0, 38)
  719. GroceryShop.Font = Enum.Font.SourceSansBold
  720. GroceryShop.Text = "Grocery Shop"
  721. GroceryShop.TextColor3 = Color3.fromRGB(255, 255, 255)
  722. GroceryShop.TextSize = 21.000
  723.  
  724. SecretArea.Name = "Secret Area"
  725. SecretArea.Parent = Base
  726. SecretArea.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  727. SecretArea.BorderSizePixel = 0
  728. SecretArea.Position = UDim2.new(0.0210962296, 0, 0.736084521, 0)
  729. SecretArea.Size = UDim2.new(0, 147, 0, 38)
  730. SecretArea.Font = Enum.Font.SourceSansBold
  731. SecretArea.Text = "Secret Spot"
  732. SecretArea.TextColor3 = Color3.fromRGB(255, 255, 255)
  733. SecretArea.TextSize = 21.000
  734.  
  735. Prison_2.Name = "Prison"
  736. Prison_2.Parent = Base
  737. Prison_2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  738. Prison_2.BorderSizePixel = 0
  739. Prison_2.Position = UDim2.new(0.0210962016, 0, 0.391014099, 0)
  740. Prison_2.Size = UDim2.new(0, 147, 0, 38)
  741. Prison_2.Font = Enum.Font.SourceSansBold
  742. Prison_2.Text = "Shops"
  743. Prison_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  744. Prison_2.TextSize = 21.000
  745.  
  746. Logo_2.Name = "Logo"
  747. Logo_2.Parent = Drag
  748. Logo_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  749. Logo_2.BackgroundTransparency = 1.000
  750. Logo_2.Position = UDim2.new(0.0225659683, 0, -4.76837158e-07, 0)
  751. Logo_2.Size = UDim2.new(0, 467, 0, 29)
  752. Logo_2.Font = Enum.Font.SourceSansBold
  753. Logo_2.Text = "Prison Life Teleports"
  754. Logo_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  755. Logo_2.TextSize = 20.000
  756. Logo_2.TextXAlignment = Enum.TextXAlignment.Left
  757.  
  758. Exit.Name = "Exit"
  759. Exit.Parent = Drag
  760. Exit.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  761. Exit.BorderColor3 = Color3.fromRGB(27, 42, 53)
  762. Exit.BorderSizePixel = 0
  763. Exit.Position = UDim2.new(0.914225936, 0, 0, 0)
  764. Exit.Size = UDim2.new(0, 41, 0, 28)
  765. Exit.Font = Enum.Font.SourceSansBold
  766. Exit.Text = "X"
  767. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  768. Exit.TextSize = 14.000
  769.  
  770. Minimize.Name = "Minimize"
  771. Minimize.Parent = Drag
  772. Minimize.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  773. Minimize.BorderColor3 = Color3.fromRGB(27, 42, 53)
  774. Minimize.BorderSizePixel = 0
  775. Minimize.Position = UDim2.new(0.828451872, 0, 0, 0)
  776. Minimize.Size = UDim2.new(0, 41, 0, 28)
  777. Minimize.Font = Enum.Font.SourceSansBold
  778. Minimize.Text = "_"
  779. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  780. Minimize.TextSize = 14.000
  781.  
  782. Open.Name = "Open"
  783. Open.Parent = Drag
  784. Open.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  785. Open.BorderColor3 = Color3.fromRGB(27, 42, 53)
  786. Open.BorderSizePixel = 0
  787. Open.Position = UDim2.new(0.914225936, 0, 0, 0)
  788. Open.Size = UDim2.new(0, 41, 0, 28)
  789. Open.Visible = false
  790. Open.Font = Enum.Font.SourceSansBold
  791. Open.Text = "O"
  792. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  793. Open.TextSize = 14.000
  794.  
  795. local UIS = game:GetService("UserInputService")
  796. function dragify(Frame)
  797. dragToggle = nil
  798. local dragSpeed = 0.25
  799. dragInput = nil
  800. dragStart = nil
  801. local dragPos = nil
  802. function updateInput(input)
  803. local Delta = input.Position - dragStart
  804. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  805. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()
  806. end
  807. Frame.InputBegan:Connect(function(input)
  808. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  809. dragToggle = true
  810. dragStart = input.Position
  811. startPos = Frame.Position
  812. input.Changed:Connect(function()
  813. if input.UserInputState == Enum.UserInputState.End then
  814. dragToggle = false
  815. end
  816. end)
  817. end
  818. end)
  819. Frame.InputChanged:Connect(function(input)
  820. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  821. dragInput = input
  822. end
  823. end)
  824. game:GetService("UserInputService").InputChanged:Connect(function(input)
  825. if input == dragInput and dragToggle then
  826. updateInput(input)
  827. end
  828. end)
  829. end
  830.  
  831. dragify(Drag)
  832.  
  833. Exit.MouseButton1Click:Connect(function()
  834.  
  835. PrisonLifeTeleports:Destroy()
  836.  
  837. end)
  838.  
  839. Minimize.MouseButton1Click:Connect(function()
  840.  
  841. Open.Visible = true
  842. Minimize.Visible = false
  843. Exit.Visible = false
  844. Base.Visible = false
  845.  
  846. end)
  847.  
  848. Open.MouseButton1Click:Connect(function()
  849.  
  850. Open.Visible = false
  851. Minimize.Visible = true
  852. Exit.Visible = true
  853. Base.Visible = true
  854.  
  855. end)
  856.  
  857. GroceryShop.MouseButton1Click:Connect(function()
  858.  
  859. humanoid.CFrame = CFrame.new(-415, 55, 1750)
  860. print("Teleported")
  861.  
  862. end)
  863.  
  864. CarSpawn.MouseButton1Click:Connect(function()
  865.  
  866. humanoid.CFrame = CFrame.new(-200, 55, 1880)
  867. print("Teleported")
  868.  
  869. end)
  870.  
  871. OutsidePrison.MouseButton1Click:Connect(function()
  872.  
  873. humanoid.CFrame = CFrame.new(280, 72, 2222)
  874. print("Teleported")
  875.  
  876. end)
  877.  
  878. Prison.MouseButton1Click:Connect(function()
  879.  
  880. humanoid.CFrame = CFrame.new(777, 95, 2460)
  881. print("Teleported")
  882.  
  883. end)
  884.  
  885. Prison_2.MouseButton1Click:Connect(function()
  886.  
  887. humanoid.CFrame = CFrame.new(-370, 55, 1775)
  888. print("Teleported")
  889.  
  890. end)
  891.  
  892. SecretArea.MouseButton1Click:Connect(function()
  893.  
  894. humanoid.CFrame = CFrame.new(-920, 95, 1990)
  895. print("Teleported")
  896.  
  897. end)
  898.  
  899. GasStation.MouseButton1Click:Connect(function()
  900.  
  901. humanoid.CFrame = CFrame.new(-520, 55, 1660)
  902. print("Teleported")
  903.  
  904. end)
  905.  
  906. CriminalBase.MouseButton1Click:Connect(function()
  907.  
  908. humanoid.CFrame = CFrame.new(-910, 95, 2060)
  909. print("Teleported")
  910.  
  911. end)
  912.  
  913. HouseArea.MouseButton1Click:Connect(function()
  914.  
  915. humanoid.CFrame = CFrame.new(-230, 55, 2520)
  916. print("Teleported")
  917.  
  918. end)
  919.  
  920. PrisonWalkway.MouseButton1Click:Connect(function()
  921.  
  922. humanoid.CFrame = CFrame.new(505, 125, 2330)
  923. print("Teleported")
  924.  
  925. end)
  926.  
  927. PoliceCars.MouseButton1Click:Connect(function()
  928.  
  929. humanoid.CFrame = CFrame.new(615, 100, 2515)
  930. print("Teleported")
  931.  
  932. end)
  933.  
  934. Entrance.MouseButton1Click:Connect(function()
  935.  
  936. humanoid.CFrame = CFrame.new(710, 100, 2300)
  937. print("Teleported")
  938.  
  939. end)
  940.  
  941. PoliceArea.MouseButton1Click:Connect(function()
  942.  
  943. humanoid.CFrame = CFrame.new(855, 100, 2297)
  944. print("Teleported")
  945.  
  946. end)
  947.  
  948. Cells.MouseButton1Click:Connect(function()
  949.  
  950. humanoid.CFrame = CFrame.new(915, 100, 2450)
  951. print("Teleported")
  952.  
  953. end)
  954.  
  955. Cafeteria.MouseButton1Down:Connect(function()
  956.  
  957. humanoid.CFrame = CFrame.new(930, 100, 2285)
  958. print("Teleported")
  959.  
  960. end)
  961.  
  962. TeleportPlayer.MouseButton1Click:Connect(function()
  963.  
  964. local playerName = TextBox.Text
  965.  
  966. if game:GetService('Players'):FindFirstChild(playerName) then
  967.  
  968. local playerss = game:GetService('Players')
  969. local playerPos = playerss:FindFirstChild(playerName).Character.HumanoidRootPart.CFrame.Position
  970.  
  971. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(playerPos)
  972.  
  973. else if not game:GetService('Players'):FindFirstChild(playerName) then
  974.  
  975. game:GetService('StarterGui'):SetCore('SendNotification',{
  976. Title = "Oops...",
  977. Text = "This player is not online, choose another player",
  978. Duration = 10,
  979. })
  980.  
  981. end
  982.  
  983. end
  984. end)
  985.  
  986. end
  987.  
  988. script.Parent.MouseButton1Down:connect(Click)
  989. end
  990. coroutine.wrap(HADYI_fake_script)()
  991. local function RIWFHN_fake_script() -- TextButton_5.Script
  992. local script = Instance.new('Script', TextButton_5)
  993.  
  994. function Click(Mouse)
  995.  
  996. -- MADE BY ENCODER AND KRNL_KEYS!!!
  997. local ScreenGui = Instance.new("ScreenGui")
  998. local Frame = Instance.new("Frame")
  999. local Credits = Instance.new("TextLabel")
  1000. local insaneall = Instance.new("TextButton")
  1001. local daball = Instance.new("TextButton")
  1002. local dabothers = Instance.new("TextButton")
  1003. local insaneothers = Instance.new("TextButton")
  1004.  
  1005. -- Properties
  1006.  
  1007. ScreenGui.Parent = game.CoreGui
  1008.  
  1009. Frame.Parent = ScreenGui
  1010. Frame.Active = true
  1011. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1012. Frame.BackgroundTransparency = 0.5
  1013. Frame.Draggable = true
  1014. Frame.Position = UDim2.new(0, 341, 0, 41)
  1015. Frame.Size = UDim2.new(0, 358, 0, 423)
  1016.  
  1017. Credits.Name = "Credits"
  1018. Credits.Parent = Frame
  1019. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  1020. Credits.BackgroundTransparency = 0.5
  1021. Credits.Position = UDim2.new(0, 79, 0, 0)
  1022. Credits.Size = UDim2.new(0, 200, 0, 50)
  1023. Credits.Font = Enum.Font.SciFi
  1024. Credits.FontSize = Enum.FontSize.Size24
  1025. Credits.Text = "made by Encoder And KRNL_KEYS"
  1026. Credits.TextColor3 = Color3.new(0, 1, 1)
  1027. Credits.TextSize = 24
  1028.  
  1029. insaneall.Name = "insaneall"
  1030. insaneall.Parent = Frame
  1031. insaneall.BackgroundColor3 = Color3.new(0, 0, 0)
  1032. insaneall.BackgroundTransparency = 0.5
  1033. insaneall.Position = UDim2.new(0, 0, 0, 106)
  1034. insaneall.Size = UDim2.new(0, 155, 0, 50)
  1035. insaneall.Font = Enum.Font.SciFi
  1036. insaneall.FontSize = Enum.FontSize.Size18
  1037. insaneall.Text = "Insane All {FE}"
  1038. insaneall.TextColor3 = Color3.new(0, 1, 1)
  1039. insaneall.TextSize = 18
  1040.  
  1041. daball.Name = "daball"
  1042. daball.Parent = Frame
  1043. daball.BackgroundColor3 = Color3.new(0, 0, 0)
  1044. daball.BackgroundTransparency = 0.5
  1045. daball.Position = UDim2.new(0, 0, 0, 228)
  1046. daball.Size = UDim2.new(0, 155, 0, 50)
  1047. daball.Font = Enum.Font.SciFi
  1048. daball.FontSize = Enum.FontSize.Size18
  1049. daball.Text = "Dab All {FE}"
  1050. daball.TextColor3 = Color3.new(0, 1, 1)
  1051. daball.TextSize = 18
  1052.  
  1053. dabothers.Name = "dabothers"
  1054. dabothers.Parent = Frame
  1055. dabothers.BackgroundColor3 = Color3.new(0, 0, 0)
  1056. dabothers.BackgroundTransparency = 0.5
  1057. dabothers.Position = UDim2.new(0, 203, 0, 230)
  1058. dabothers.Size = UDim2.new(0, 155, 0, 50)
  1059. dabothers.Font = Enum.Font.SciFi
  1060. dabothers.FontSize = Enum.FontSize.Size18
  1061. dabothers.Text = "Dab Others {FE}"
  1062. dabothers.TextColor3 = Color3.new(0, 1, 1)
  1063. dabothers.TextSize = 18
  1064.  
  1065. insaneothers.Name = "insaneothers"
  1066. insaneothers.Parent = Frame
  1067. insaneothers.BackgroundColor3 = Color3.new(0, 0, 0)
  1068. insaneothers.BackgroundTransparency = 0.5
  1069. insaneothers.Position = UDim2.new(0, 203, 0, 105)
  1070. insaneothers.Size = UDim2.new(0, 155, 0, 50)
  1071. insaneothers.Font = Enum.Font.SciFi
  1072. insaneothers.FontSize = Enum.FontSize.Size18
  1073. insaneothers.Text = "Dab All {FE}"
  1074. insaneothers.TextColor3 = Color3.new(0, 1, 1)
  1075. insaneothers.TextSize = 18
  1076.  
  1077. insaneall.MouseButton1Click:connect(function()
  1078. for i,v in pairs(game.Players:GetPlayers()) do
  1079. local AnimationId = "33796059"
  1080. local Anim = Instance.new("Animation")
  1081. Anim.AnimationId = "rbxassetid://"..AnimationId
  1082. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1083. k:Play()
  1084. k:AdjustSpeed(90)-- Adjust this to ur pref {Nor. 1}
  1085. end
  1086. end)
  1087. insaneothers.MouseButton1Click:connect(function()
  1088. for i,v in pairs(game.Players:GetPlayers()) do
  1089. if v.Name~=game.Players.LocalPlayer.Name then
  1090. local AnimationId = "33796059"
  1091. local Anim = Instance.new("Animation")
  1092. Anim.AnimationId = "rbxassetid://"..AnimationId
  1093. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1094. k:Play()
  1095. k:AdjustSpeed(90)-- Adjust this to ur pref {Nor. 1}
  1096. end
  1097. end
  1098. end)
  1099. dabothers.MouseButton1Click:connect(function()
  1100. for i,v in pairs(game.Players:GetPlayers()) do
  1101. if v.Name~=game.Players.LocalPlayer.Name then
  1102. local AnimationId = "248263260"
  1103. local Anim = Instance.new("Animation")
  1104. Anim.AnimationId = "rbxassetid://"..AnimationId
  1105. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1106. k:Play()
  1107. k:AdjustSpeed(1)-- Adjust this to ur pref {Nor. 1}
  1108. end
  1109. end
  1110. end)
  1111. daball.MouseButton1Click:connect(function()
  1112. for i,v in pairs(game.Players:GetPlayers()) do
  1113. local AnimationId = "248263260"
  1114. local Anim = Instance.new("Animation")
  1115. Anim.AnimationId = "rbxassetid://"..AnimationId
  1116. local k = v.Character.Humanoid:LoadAnimation(Anim)
  1117. k:Play()
  1118. k:AdjustSpeed(1)-- Adjust this to ur pref {Nor. 1}
  1119. end
  1120. end)
  1121.  
  1122. end
  1123.  
  1124. script.Parent.MouseButton1Down:connect(Click)
  1125. end
  1126. coroutine.wrap(RIWFHN_fake_script)()
  1127.  
Add Comment
Please, Sign In to add comment