Guest User

Untitled

a guest
Sep 29th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.76 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Apax = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Frame_2 = Instance.new("Frame")
  8. local User = Instance.new("TextBox")
  9. local Pass = Instance.new("TextBox")
  10. local Proceed = Instance.new("TextButton")
  11. local NameTop = Instance.new("TextLabel")
  12. local TextLabel = Instance.new("TextLabel")
  13. local Hub = Instance.new("Frame")
  14. local Frame_3 = Instance.new("Frame")
  15. local Frame_4 = Instance.new("Frame")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local PhantomForces = Instance.new("TextButton")
  18. local MiningSimulator = Instance.new("TextButton")
  19. local Jailbreak = Instance.new("TextButton")
  20. local PrisonLife = Instance.new("TextButton")
  21. local BeeSwarm = Instance.new("TextButton")
  22. local IslandRoyale = Instance.new("TextButton")
  23. local RoyalHigh = Instance.new("TextButton")
  24. local FleeTheFacility = Instance.new("TextButton")
  25. local RBWorld = Instance.new("TextButton")
  26. local AutoRapBattles = Instance.new("TextButton")
  27. local MM2 = Instance.new("TextButton")
  28. local CounterBlox = Instance.new("TextButton")
  29. local TextLabel_3 = Instance.new("TextLabel")
  30. local Close = Instance.new("TextButton")
  31. local OpenGUI = Instance.new("Frame")
  32. local Open = Instance.new("TextButton")
  33. --Properties:
  34. Apax.Name = "Apax"
  35. Apax.Parent = game.Workspace
  36.  
  37. Login.Name = "Login"
  38. Login.Parent = Apax
  39. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  40. Login.Position = UDim2.new(0.294708043, 0, 0.0617529899, 0)
  41. Login.Size = UDim2.new(0, 348, 0, 439)
  42. Login.Active = true
  43. Login.Draggable = true
  44.  
  45. Frame.Parent = Login
  46. Frame.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  47. Frame.BorderSizePixel = 0
  48. Frame.Position = UDim2.new(0, 0, 0.164009109, 0)
  49. Frame.Size = UDim2.new(0, 348, 0, 15)
  50.  
  51. Frame_2.Parent = Login
  52. Frame_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  53. Frame_2.BorderSizePixel = 0
  54. Frame_2.Position = UDim2.new(0, 0, 0.0113895219, 0)
  55. Frame_2.Size = UDim2.new(0, 348, 0, 67)
  56.  
  57. User.Name = "User"
  58. User.Parent = Login
  59. User.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. User.BorderSizePixel = 0
  61. User.Position = UDim2.new(0.0783454925, 0, 0.262662292, 0)
  62. User.Size = UDim2.new(0, 294, 0, 50)
  63. User.Font = Enum.Font.SourceSansBold
  64. User.Text = "USERNAME"
  65. User.TextColor3 = Color3.new(1, 1, 1)
  66. User.TextSize = 30
  67.  
  68. Pass.Name = "Pass"
  69. Pass.Parent = Login
  70. Pass.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  71. Pass.BorderSizePixel = 0
  72. Pass.Position = UDim2.new(0.0783454925, 0, 0.503421366, 0)
  73. Pass.Size = UDim2.new(0, 294, 0, 50)
  74. Pass.Font = Enum.Font.SourceSansBold
  75. Pass.Text = "PASSWORD"
  76. Pass.TextColor3 = Color3.new(1, 1, 1)
  77. Pass.TextSize = 30
  78.  
  79. Proceed.Name = "Proceed"
  80. Proceed.Parent = Login
  81. Proceed.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  82. Proceed.BorderColor3 = Color3.new(1, 1, 1)
  83. Proceed.BorderSizePixel = 0
  84. Proceed.Position = UDim2.new(0.214075521, 0, 0.755007207, 0)
  85. Proceed.Size = UDim2.new(0, 200, 0, 50)
  86. Proceed.Font = Enum.Font.SourceSansBold
  87. Proceed.Text = "LOGIN"
  88. Proceed.TextColor3 = Color3.new(1, 1, 1)
  89. Proceed.TextSize = 30
  90. Proceed.MouseButton1Down:connect(function()
  91. if User.Text == "apaxuser" and Pass.Text == "apaxpass" then
  92. Login.Visible = false
  93. OpenGUI.Visible = true
  94. end
  95. end)
  96.  
  97. NameTop.Name = "NameTop"
  98. NameTop.Parent = Login
  99. NameTop.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  100. NameTop.Position = UDim2.new(0, 0, 0.0296127554, 0)
  101. NameTop.Size = UDim2.new(0, 348, 0, 59)
  102. NameTop.Font = Enum.Font.SciFi
  103. NameTop.Text = "APAX HUB V1"
  104. NameTop.TextColor3 = Color3.new(1, 1, 1)
  105. NameTop.TextSize = 50
  106. NameTop.TextWrapped = true
  107.  
  108. TextLabel.Parent = Login
  109. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  110. TextLabel.BackgroundTransparency = 1
  111. TextLabel.Position = UDim2.new(-0.0197267681, 0, 0.943419933, 0)
  112. TextLabel.Size = UDim2.new(0, 200, 0, 25)
  113. TextLabel.Font = Enum.Font.SourceSansBold
  114. TextLabel.Text = "Made By Harm0ny#4898"
  115. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  116. TextLabel.TextSize = 20
  117. TextLabel.TextWrapped = true
  118.  
  119. Hub.Name = "Hub"
  120. Hub.Parent = Apax
  121. Hub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  122. Hub.BorderColor3 = Color3.new(0, 0, 0)
  123. Hub.BorderSizePixel = 0
  124. Hub.Position = UDim2.new(0.157846719, 0, 0.0617529899, 0)
  125. Hub.Size = UDim2.new(0, 685, 0, 439)
  126. Hub.Visible = false
  127. Hub.Active = true
  128. Hub.Draggable = true
  129.  
  130. Frame_3.Parent = Hub
  131. Frame_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  132. Frame_3.Size = UDim2.new(0, 685, 0, 56)
  133.  
  134. Frame_4.Parent = Hub
  135. Frame_4.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  136. Frame_4.BorderSizePixel = 0
  137. Frame_4.Position = UDim2.new(0, 0, 0.127562642, 0)
  138. Frame_4.Size = UDim2.new(0, 685, 0, 15)
  139.  
  140. TextLabel_2.Parent = Hub
  141. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TextLabel_2.BackgroundTransparency = 1
  143. TextLabel_2.Position = UDim2.new(0.211678833, 0, 0.0136674261, 0)
  144. TextLabel_2.Size = UDim2.new(0, 395, 0, 50)
  145. TextLabel_2.Font = Enum.Font.SourceSansBold
  146. TextLabel_2.Text = "Game Scripts / GUIs"
  147. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  148. TextLabel_2.TextSize = 50
  149.  
  150. PhantomForces.Name = "PhantomForces"
  151. PhantomForces.Parent = Hub
  152. PhantomForces.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  153. PhantomForces.BorderColor3 = Color3.new(1, 1, 1)
  154. PhantomForces.BorderSizePixel = 0
  155. PhantomForces.Position = UDim2.new(0.0489051193, 0, 0.214263678, 0)
  156. PhantomForces.Size = UDim2.new(0, 192, 0, 53)
  157. PhantomForces.Font = Enum.Font.SourceSansBold
  158. PhantomForces.Text = "Phantom Forces"
  159. PhantomForces.TextColor3 = Color3.new(1, 1, 1)
  160. PhantomForces.TextSize = 30
  161. PhantomForces.MouseButton1Down:connect(function()
  162. loadstring(game:GetObjects('rbxassetid://2174390318')[1].Source)()
  163. end)
  164.  
  165. MiningSimulator.Name = "MiningSimulator"
  166. MiningSimulator.Parent = Hub
  167. MiningSimulator.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  168. MiningSimulator.BorderColor3 = Color3.new(1, 1, 1)
  169. MiningSimulator.BorderSizePixel = 0
  170. MiningSimulator.Position = UDim2.new(0.358576626, 0, 0.214263678, 0)
  171. MiningSimulator.Size = UDim2.new(0, 192, 0, 53)
  172. MiningSimulator.Font = Enum.Font.SourceSansBold
  173. MiningSimulator.Text = "Mining Simulator"
  174. MiningSimulator.TextColor3 = Color3.new(1, 1, 1)
  175. MiningSimulator.TextSize = 30
  176. MiningSimulator.MouseButton1Down:connect(function()
  177. loadstring(game:GetObjects("rbxassetid://1682794853")[1].Source)()
  178. end)
  179.  
  180. Jailbreak.Name = "Jailbreak"
  181. Jailbreak.Parent = Hub
  182. Jailbreak.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  183. Jailbreak.BorderColor3 = Color3.new(1, 1, 1)
  184. Jailbreak.BorderSizePixel = 0
  185. Jailbreak.Position = UDim2.new(0.359489113, 0, 0.382166117, 0)
  186. Jailbreak.Size = UDim2.new(0, 192, 0, 53)
  187. Jailbreak.Font = Enum.Font.SourceSansBold
  188. Jailbreak.Text = "Jailbreak"
  189. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  190. Jailbreak.TextSize = 30
  191. Jailbreak.MouseButton1Down:connect(function()
  192. Jailbreak.MouseButton1Down:connect(function()
  193. loadstring(game:HttpGet(('https://pastebin.com/raw/EwfUfxxf'),true))()
  194. end)
  195.  
  196. IslandRoyale.Name = "IslandRoyale"
  197. IslandRoyale.Parent = Hub
  198. IslandRoyale.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  199. IslandRoyale.BorderColor3 = Color3.new(1, 1, 1)
  200. IslandRoyale.BorderSizePixel = 0
  201. IslandRoyale.Position = UDim2.new(0.358576685, 0, 0.543520689, 0)
  202. IslandRoyale.Size = UDim2.new(0, 192, 0, 53)
  203. IslandRoyale.Font = Enum.Font.SourceSansBold
  204. IslandRoyale.Text = "Island Royale"
  205. IslandRoyale.TextColor3 = Color3.new(1, 1, 1)
  206. IslandRoyale.TextSize = 30
  207. IslandRoyale.MouseButton1Down:connect(function()
  208. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("ImageLabel")local d=Instance.new("TextLabel")local e=Instance.new("Frame")local f=Instance.new("Frame")local g=Instance.new("TextLabel")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("TextButton")local k=Instance.new("TextButton")local l=Instance.new("TextButton")local m=Instance.new("TextButton")local n=Instance.new("TextButton")local o=Instance.new("TextButton")local p=Instance.new("TextButton")local q=Instance.new("Frame")local r=Instance.new("Frame")local s=Instance.new("TextLabel")local t=Instance.new("TextButton")local u=Instance.new("TextButton")local v=Instance.new("TextButton")local w=Instance.new("TextButton")local x=Instance.new("TextButton")local y=Instance.new("TextButton")local z=Instance.new("TextButton")local A=Instance.new("TextButton")local B=Instance.new("TextButton")local C=Instance.new("TextButton")local D=Instance.new("Frame")local E=Instance.new("Frame")local F=Instance.new("TextLabel")local G=Instance.new("TextButton")local H=Instance.new("TextButton")local I=Instance.new("TextButton")local J=Instance.new("TextButton")local K=Instance.new("TextButton")local L=Instance.new("Frame")local M=Instance.new("Frame")local N=Instance.new("TextLabel")local O=Instance.new("TextButton")local P=Instance.new("TextButton")local Q=Instance.new("TextButton")local R=Instance.new("Frame")local S=Instance.new("Frame")local T=Instance.new("TextLabel")local U=Instance.new("TextButton")local V=Instance.new("TextButton")local W=Instance.new("TextButton")local X=Instance.new("TextButton")local Y=Instance.new("Frame")local Z=Instance.new("TextLabel")local _=Instance.new("TextButton")local a0=Instance.new("TextButton")local a1=Instance.new("TextButton")local a2=Instance.new("TextButton")local a3=Instance.new("TextButton")local a4=Instance.new("TextLabel")local a5=Instance.new("TextLabel")local a6=Instance.new("TextLabel")local a7=Instance.new("Frame")local a8=Instance.new("ImageLabel")local a9=Instance.new("TextButton")a.Name="Module"a.Parent=game.CoreGui;b.Name="Loading"b.Parent=a;b.BackgroundColor3=Color3.new(0.164706,0.164706,0.164706)b.BackgroundTransparency=0.40000000596046;b.BorderColor3=Color3.new(0,0,0)b.BorderSizePixel=4;b.Position=UDim2.new(0.340736866,0,0.523216367,0)b.Size=UDim2.new(0,515,0,41)c.Name="Logo"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=0.40000000596046;c.Size=UDim2.new(0,41,0,41)c.Image="rbxassetid://2175424340"c.ImageColor3=Color3.new(1,0,1)d.Name="LoadingTxt"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(0.0466019399,0,0,0)d.Size=UDim2.new(0,491,0,41)d.Font=Enum.Font.Highway;d.Text="Scrambling Script Properties..."d.TextColor3=Color3.new(1,0,1)d.TextSize=20;wait(2)d.Text="Establishing Exploit Stability..."wait(2.5)d.Text="Enabling Scramble Properties..."wait(2)d.Text="Calling Upon Main Frame UI..."wait(1.3)d.Text="Establishing Whitelist..."wait(1.3)d.Text="Trial Version Found, No Whitelist Needed..."wait(1.3)d.Text="Remotely Creating Instances..."wait(2)d.Text="Attempting To Bypass Detection..."wait(1)d.Text="Script Loaded Succesfully... Enjoy!"wait(3)game.ReplicatedStorage.Remote_Events.Request_Chat:FireServer("Thank you for using LxRoyale Free Version!, If you would like to purchase the full version, go here --> discord.gg/umYqVMQ")game.ReplicatedStorage.Remote_Events.Request_Chat:FireServer("Script made by Syn, ThisW0ntGetBanned.")b.Visible=false;a6.Visible=true;Z.Visible=true;a5.Visible=true;e.Name="LocalPlayerFrame"e.Parent=a;e.BackgroundColor3=Color3.new(0.168627,0.168627,0.168627)e.BackgroundTransparency=0.40000000596046;e.BorderColor3=Color3.new(1,0,1)e.BorderSizePixel=0;e.Position=UDim2.new(0.0401978977,0,0.0475651175,0)e.Size=UDim2.new(0,195,0,243)e.Visible=false;f.Name="LocalFrame"f.Parent=e;f.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)f.BackgroundTransparency=0.69999998807907;f.BorderSizePixel=0;f.Position=UDim2.new(0,0,0.0037878789,0)f.Size=UDim2.new(0,195,0,41)g.Name="LocalPlayerLogo"g.Parent=f;g.BackgroundColor3=Color3.new(1,1,1)g.BackgroundTransparency=5;g.BorderSizePixel=0;g.Position=UDim2.new(0,0,-0.024390243,0)g.Size=UDim2.new(0,195,0,39)g.Font=Enum.Font.Highway;g.Text="Local Player"g.TextColor3=Color3.new(1,0,1)g.TextScaled=true;g.TextSize=14;g.TextWrapped=true;h.Name="NoClip"h.Parent=f;h.BackgroundColor3=Color3.new(1,0.54902,0.996078)h.BackgroundTransparency=0.60000002384186;h.BorderSizePixel=0;h.Position=UDim2.new(0.0358974412,0,3.02439046,0)h.Size=UDim2.new(0,181,0,30)h.Visible=false;h.Font=Enum.Font.Highway;h.Text="NoClip"h.TextColor3=Color3.new(0,0,0)h.TextScaled=true;h.TextSize=14;h.TextWrapped=true;i.Name="SpeedWalk"i.Parent=f;i.BackgroundColor3=Color3.new(1,0.54902,0.996078)i.BackgroundTransparency=0.60000002384186;i.BorderSizePixel=0;i.Position=UDim2.new(0.0358974375,0,3.97561002,0)i.Size=UDim2.new(0,181,0,30)i.Visible=false;i.Font=Enum.Font.Highway;i.Text="Speed Walk"i.TextColor3=Color3.new(0,0,0)i.TextScaled=true;i.TextSize=14;i.TextWrapped=true;j.Name="NameESP"j.Parent=e;j.BackgroundColor3=Color3.new(1,0.54902,0.996078)j.BackgroundTransparency=0.60000002384186;j.BorderSizePixel=0;j.Position=UDim2.new(0.0358974375,0,0.36688745,0)j.Size=UDim2.new(0,181,0,30)j.Font=Enum.Font.Highway;j.Text="Name ESP"j.TextColor3=Color3.new(0,0,0)j.TextScaled=true;j.TextSize=14;j.TextWrapped=true;k.Name="BodyESP"k.Parent=e;k.BackgroundColor3=Color3.new(1,0.54902,0.996078)k.BackgroundTransparency=0.60000002384186;k.BorderSizePixel=0;k.Position=UDim2.new(0.0358974375,0,0.212786824,0)k.Size=UDim2.new(0,181,0,30)k.Font=Enum.Font.Highway;k.Text="Body ESP"k.TextColor3=Color3.new(0,0,0)k.TextScaled=true;k.TextSize=14;k.TextWrapped=true;l.Name="DestroyMenu"l.Parent=e;l.BackgroundColor3=Color3.new(1,0.54902,0.996078)l.BackgroundTransparency=0.60000002384186;l.BorderSizePixel=0;l.Position=UDim2.new(0.0358974412,0,0.673106492,0)l.Size=UDim2.new(0,181,0,30)l.Font=Enum.Font.Highway;l.Text="Destroy Menu"l.TextColor3=Color3.new(0,0,0)l.TextScaled=true;l.TextSize=14;l.TextWrapped=true;m.Name="SniperTower"m.Parent=e;m.BackgroundColor3=Color3.new(1,0.54902,0.996078)m.BackgroundTransparency=0.60000002384186;m.BorderSizePixel=0;m.Position=UDim2.new(0.0358974375,0,0.515443683,0)m.Size=UDim2.new(0,181,0,30)m.Font=Enum.Font.Highway;m.Text="Sniper Tower"m.TextColor3=Color3.new(0,0,0)m.TextScaled=true;m.TextSize=14;m.TextWrapped=true;n.Name="ClickTPZ"n.Parent=e;n.BackgroundColor3=Color3.new(1,0.54902,0.996078)n.BackgroundTransparency=0.60000002384186;n.BorderSizePixel=0;n.Position=UDim2.new(0.0358974375,0,0.826559901,0)n.Size=UDim2.new(0,181,0,30)n.Font=Enum.Font.Highway;n.Text="Click TP (Z)"n.TextColor3=Color3.new(0,0,0)n.TextScaled=true;n.TextSize=14;n.TextWrapped=true;o.Name="LootESP"o.Parent=e;o.BackgroundColor3=Color3.new(1,0.54902,0.996078)o.BackgroundTransparency=0.60000002384186;o.BorderSizePixel=0;o.Position=UDim2.new(0.0358974375,0,0.726695478,0)o.Size=UDim2.new(0,181,0,30)o.Visible=false;o.Font=Enum.Font.Highway;o.Text="Loot ESP(Premium)"o.TextColor3=Color3.new(0,0,0)o.TextScaled=true;o.TextSize=14;o.TextWrapped=true;p.Name="BigHead"p.Parent=e;p.BackgroundColor3=Color3.new(1,0.54902,0.996078)p.BackgroundTransparency=0.60000002384186;p.BorderSizePixel=0;p.Position=UDim2.new(0.0358974375,0,0.815901279,0)p.Size=UDim2.new(0,181,0,30)p.Visible=false;p.Font=Enum.Font.Highway;p.Text="Big Head(Premium)"p.TextColor3=Color3.new(0,0,0)p.TextScaled=true;p.TextSize=14;p.TextWrapped=true;q.Name="Teleports"q.Parent=a;q.BackgroundColor3=Color3.new(0.168627,0.168627,0.168627)q.BackgroundTransparency=0.40000000596046;q.BorderColor3=Color3.new(1,0,1)q.BorderSizePixel=0;q.Position=UDim2.new(0.307977736,0,0.0453001149,0)q.Size=UDim2.new(0,195,0,422)q.Visible=false;r.Name="TelFrame"r.Parent=q;r.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)r.BackgroundTransparency=0.69999998807907;r.BorderSizePixel=0;r.Position=UDim2.new(0,0,0.0037878789,0)r.Size=UDim2.new(0,195,0,41)s.Name="TeleportLogo"s.Parent=r;s.BackgroundColor3=Color3.new(1,1,1)s.BackgroundTransparency=5;s.BorderSizePixel=0;s.Position=UDim2.new(0,0,-0.048780486,0)s.Size=UDim2.new(0,195,0,39)s.Font=Enum.Font.Highway;s.Text="Teleports "s.TextColor3=Color3.new(1,0,1)s.TextScaled=true;s.TextSize=14;s.TextWrapped=true;t.Name="Funky"t.Parent=r;t.BackgroundColor3=Color3.new(1,0.54902,0.996078)t.BackgroundTransparency=0.60000002384186;t.BorderSizePixel=0;t.Position=UDim2.new(0.0358974375,0,2.8780489,0)t.Size=UDim2.new(0,181,0,30)t.Font=Enum.Font.Highway;t.Text="Funky Forest"t.TextColor3=Color3.new(0,0,0)t.TextScaled=true;t.TextSize=14;t.TextWrapped=true;u.Name="Dirty"u.Parent=r;u.BackgroundColor3=Color3.new(1,0.54902,0.996078)u.BackgroundTransparency=0.60000002384186;u.BorderSizePixel=0;u.Position=UDim2.new(0.0358974375,0,3.78048778,0)u.Size=UDim2.new(0,181,0,30)u.Font=Enum.Font.Highway;u.Text="Dirty Depot"u.TextColor3=Color3.new(0,0,0)u.TextScaled=true;u.TextSize=14;u.TextWrapped=true;v.Name="Hidden"v.Parent=r;v.BackgroundColor3=Color3.new(1,0.54902,0.996078)v.BackgroundTransparency=0.60000002384186;v.BorderSizePixel=0;v.Position=UDim2.new(0.0358974375,0,1.92682946,0)v.Size=UDim2.new(0,181,0,30)v.Font=Enum.Font.Highway;v.Text="Hidden Haven"v.TextColor3=Color3.new(0,0,0)v.TextScaled=true;v.TextSize=14;v.TextWrapped=true;w.Name="Teaser"w.Parent=r;w.BackgroundColor3=Color3.new(1,0.54902,0.996078)w.BackgroundTransparency=0.60000002384186;w.BorderSizePixel=0;w.Position=UDim2.new(0.0358974375,0,6.58536577,0)w.Size=UDim2.new(0,181,0,30)w.Font=Enum.Font.Highway;w.Text="Tearser Town"w.TextColor3=Color3.new(0,0,0)w.TextScaled=true;w.TextSize=14;w.TextWrapped=true;x.Name="Freaky"x.Parent=r;x.BackgroundColor3=Color3.new(1,0.54902,0.996078)x.BackgroundTransparency=0.60000002384186;x.BorderSizePixel=0;x.Position=UDim2.new(0.0358974375,0,5.63414621,0)x.Size=UDim2.new(0,181,0,30)x.Font=Enum.Font.Highway;x.Text="Freaky Fields"x.TextColor3=Color3.new(0,0,0)x.TextScaled=true;x.TextSize=14;x.TextWrapped=true;y.Name="Lil"y.Parent=r;y.BackgroundColor3=Color3.new(1,0.54902,0.996078)y.BackgroundTransparency=0.60000002384186;y.BorderSizePixel=0;y.Position=UDim2.new(0.0358974375,0,7.51219511,0)y.Size=UDim2.new(0,181,0,30)y.Font=Enum.Font.Highway;y.Text="Lil Lake"y.TextColor3=Color3.new(0,0,0)y.TextScaled=true;y.TextSize=14;y.TextWrapped=true;z.Name="Lonely"z.Parent=r;z.BackgroundColor3=Color3.new(1,0.54902,0.996078)z.BackgroundTransparency=0.60000002384186;z.BorderSizePixel=0;z.Position=UDim2.new(0.0358974375,0,4.7317071,0)z.Size=UDim2.new(0,181,0,30)z.Font=Enum.Font.Highway;z.Text="Lonely Land"z.TextColor3=Color3.new(0,0,0)z.TextScaled=true;z.TextSize=14;z.TextWrapped=true;A.Name="Topsy"A.Parent=r;A.BackgroundColor3=Color3.new(1,0.54902,0.996078)A.BackgroundTransparency=0.60000002384186;A.BorderSizePixel=0;A.Position=UDim2.new(0.0358974375,0,0.926829338,0)A.Size=UDim2.new(0,181,0,30)A.Font=Enum.Font.Highway;A.Text="Topsy Towers"A.TextColor3=Color3.new(0,0,0)A.TextScaled=true;A.TextSize=14;A.TextWrapped=true;B.Name="Shallow"B.Parent=r;B.BackgroundColor3=Color3.new(1,0.54902,0.996078)B.BackgroundTransparency=0.60000002384186;B.BorderSizePixel=0;B.Position=UDim2.new(0.0358974375,0,8.39024448,0)B.Size=UDim2.new(0,181,0,30)B.Font=Enum.Font.Highway;B.Text="Shallow Shores"B.TextColor3=Color3.new(0,0,0)B.TextScaled=true;B.TextSize=14;B.TextWrapped=true;C.Name="Volcano"C.Parent=r;C.BackgroundColor3=Color3.new(1,0.54902,0.996078)C.BackgroundTransparency=0.60000002384186;C.BorderSizePixel=0;C.Position=UDim2.new(0.0358974375,0,9.34146404,0)C.Size=UDim2.new(0,181,0,30)C.Font=Enum.Font.Highway;C.Text="Volcano"C.TextColor3=Color3.new(0,0,0)C.TextScaled=true;C.TextSize=14;C.TextWrapped=true;D.Name="Settings"D.Parent=a;D.BackgroundColor3=Color3.new(0.168627,0.168627,0.168627)D.BackgroundTransparency=0.40000000596046;D.BorderColor3=Color3.new(1,0,1)D.BorderSizePixel=0;D.Position=UDim2.new(0.575757563,0,0.0453001149,0)D.Size=UDim2.new(0,195,0,233)D.Visible=false;E.Name="SetFrame"E.Parent=D;E.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)E.BackgroundTransparency=0.69999998807907;E.BorderSizePixel=0;E.Position=UDim2.new(0,0,0.0037878789,0)E.Size=UDim2.new(0,195,0,41)F.Name="LocalPlayerLogo"F.Parent=E;F.BackgroundColor3=Color3.new(1,1,1)F.BackgroundTransparency=5;F.BorderSizePixel=0;F.Position=UDim2.new(0,0,-0.024390243,0)F.Size=UDim2.new(0,195,0,39)F.Font=Enum.Font.Highway;F.Text="Settings"F.TextColor3=Color3.new(1,0,1)F.TextScaled=true;F.TextSize=14;F.TextWrapped=true;G.Name="RGB"G.Parent=D;G.BackgroundColor3=Color3.new(1,0.54902,0.996078)G.BackgroundTransparency=0.60000002384186;G.BorderSizePixel=0;G.Position=UDim2.new(0.0358974375,0,0.216853037,0)G.Size=UDim2.new(0,181,0,30)G.Font=Enum.Font.Highway;G.Text="RBG"G.TextColor3=Color3.new(0,0,0)G.TextScaled=true;G.TextSize=14;G.TextWrapped=true;H.Name="NeonPink"H.Parent=D;H.BackgroundColor3=Color3.new(1,0.54902,0.996078)H.BackgroundTransparency=0.60000002384186;H.BorderSizePixel=0;H.Position=UDim2.new(0.0358974375,0,0.362631649,0)H.Size=UDim2.new(0,181,0,30)H.Font=Enum.Font.Highway;H.Text="Neon Pink"H.TextColor3=Color3.new(0,0,0)H.TextScaled=true;H.TextSize=14;H.TextWrapped=true;I.Name="NeonBkue"I.Parent=D;I.BackgroundColor3=Color3.new(1,0.54902,0.996078)I.BackgroundTransparency=0.60000002384186;I.BorderSizePixel=0;I.Position=UDim2.new(0.0358974375,0,0.513970315,0)I.Size=UDim2.new(0,181,0,30)I.Font=Enum.Font.Highway;I.Text="Neon Blue"I.TextColor3=Color3.new(0,0,0)I.TextScaled=true;I.TextSize=14;I.TextWrapped=true;J.Name="Uninject"J.Parent=D;J.BackgroundColor3=Color3.new(1,0.54902,0.996078)J.BackgroundTransparency=0.60000002384186;J.BorderSizePixel=0;J.Position=UDim2.new(0.0358974375,0,0.673272252,0)J.Size=UDim2.new(0,181,0,30)J.Font=Enum.Font.Highway;J.Text="Uninject LxRoyale"J.TextColor3=Color3.new(0,0,0)J.TextScaled=true;J.TextSize=14;J.TextWrapped=true;K.Name="Pic"K.Parent=D;K.BackgroundColor3=Color3.new(1,0.54902,0.996078)K.BackgroundTransparency=0.60000002384186;K.BorderSizePixel=0;K.Position=UDim2.new(0.0358974375,0,0.840654254,0)K.Size=UDim2.new(0,181,0,30)K.Font=Enum.Font.Highway;K.Text="Lx Royale Premium Picture"K.TextColor3=Color3.new(0,0,0)K.TextScaled=true;K.TextSize=14;K.TextWrapped=true;L.Name="Bypass"L.Parent=a;L.BackgroundColor3=Color3.new(0.168627,0.168627,0.168627)L.BackgroundTransparency=0.40000000596046;L.BorderColor3=Color3.new(1,0,1)L.BorderSizePixel=0;L.Position=UDim2.new(0.439703166,0,0.0453001149,0)L.Size=UDim2.new(0,195,0,159)L.Visible=false;M.Name="ByFrame"M.Parent=L;M.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)M.BackgroundTransparency=0.69999998807907;M.BorderSizePixel=0;M.Position=UDim2.new(0,0,0.0037878789,0)M.Size=UDim2.new(0,195,0,41)N.Name="LocalPlayerLogo"N.Parent=M;N.BackgroundColor3=Color3.new(1,1,1)N.BackgroundTransparency=5;N.BorderSizePixel=0;N.Position=UDim2.new(0,0,-0.024390243,0)N.Size=UDim2.new(0,195,0,39)N.Font=Enum.Font.Highway;N.Text="Bypass"N.TextColor3=Color3.new(1,0,1)N.TextScaled=true;N.TextSize=14;N.TextWrapped=true;O.Name="ScriptCheck"O.Parent=L;O.BackgroundColor3=Color3.new(1,0.54902,0.996078)O.BackgroundTransparency=0.60000002384186;O.BorderSizePixel=0;O.Position=UDim2.new(0.0358974375,0,0.278829813,0)O.Size=UDim2.new(0,181,0,30)O.Font=Enum.Font.Highway;O.Text="Script Check Bypass"O.TextColor3=Color3.new(0,0,0)O.TextScaled=true;O.TextSize=14;O.TextWrapped=true;P.Name="ScriptScramble"P.Parent=L;P.BackgroundColor3=Color3.new(1,0.54902,0.996078)P.BackgroundTransparency=0.60000002384186;P.BorderSizePixel=0;P.Position=UDim2.new(0.0358974375,0,0.531137466,0)P.Size=UDim2.new(0,181,0,30)P.Font=Enum.Font.Highway;P.Text="Run Script Scrambler"P.TextColor3=Color3.new(0,0,0)P.TextScaled=true;P.TextSize=14;P.TextWrapped=true;Q.Name="ProtoBypass"Q.Parent=L;Q.BackgroundColor3=Color3.new(1,0.54902,0.996078)Q.BackgroundTransparency=0.60000002384186;Q.BorderSizePixel=0;Q.Position=UDim2.new(0.0358974375,0,0.757570744,0)Q.Size=UDim2.new(0,181,0,30)Q.Font=Enum.Font.Highway;Q.Text="ProtoSmasher By Only"Q.TextColor3=Color3.new(0,0,0)Q.TextScaled=true;Q.TextSize=14;Q.TextWrapped=true;R.Name="Lighting"R.Parent=a;R.BackgroundColor3=Color3.new(0.168627,0.168627,0.168627)R.BackgroundTransparency=0.40000000596046;R.BorderColor3=Color3.new(1,0,1)R.BorderSizePixel=0;R.Position=UDim2.new(0.17625232,0,0.0475651175,0)R.Size=UDim2.new(0,195,0,224)R.Visible=false;S.Name="LightFrame"S.Parent=R;S.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)S.BackgroundTransparency=0.69999998807907;S.BorderSizePixel=0;S.Position=UDim2.new(0,0,0.0037878789,0)S.Size=UDim2.new(0,195,0,41)T.Name="LocalPlayerLogo"T.Parent=S;T.BackgroundColor3=Color3.new(1,1,1)T.BackgroundTransparency=5;T.BorderSizePixel=0;T.Position=UDim2.new(0,0,-0.024390243,0)T.Size=UDim2.new(0,195,0,39)T.Font=Enum.Font.Highway;T.Text="Lighting"T.TextColor3=Color3.new(1,0,1)T.TextScaled=true;T.TextSize=14;T.TextWrapped=true;U.Name="Shaders"U.Parent=S;U.BackgroundColor3=Color3.new(1,0.54902,0.996078)U.BackgroundTransparency=0.60000002384186;U.BorderSizePixel=0;U.Position=UDim2.new(0.0358974338,0,1.24415505,0)U.Size=UDim2.new(0,181,0,30)U.Font=Enum.Font.Highway;U.Text="Shaders"U.TextColor3=Color3.new(0,0,0)U.TextScaled=true;U.TextSize=14;U.TextWrapped=true;V.Name="Scary"V.Parent=S;V.BackgroundColor3=Color3.new(1,0.54902,0.996078)V.BackgroundTransparency=0.60000002384186;V.BorderSizePixel=0;V.Position=UDim2.new(0.0358974338,0,2.14659405,0)V.Size=UDim2.new(0,181,0,30)V.Font=Enum.Font.Highway;V.Text="Scary"V.TextColor3=Color3.new(0,0,0)V.TextScaled=true;V.TextSize=14;V.TextWrapped=true;W.Name="Happy"W.Parent=S;W.BackgroundColor3=Color3.new(1,0.54902,0.996078)W.BackgroundTransparency=0.60000002384186;W.BorderSizePixel=0;W.Position=UDim2.new(0.0358974338,0,3.07342339,0)W.Size=UDim2.new(0,181,0,30)W.Font=Enum.Font.Highway;W.Text="Happy"W.TextColor3=Color3.new(0,0,0)W.TextScaled=true;W.TextSize=14;W.TextWrapped=true;X.Name="LSP"X.Parent=S;X.BackgroundColor3=Color3.new(1,0.54902,0.996078)X.BackgroundTransparency=0.60000002384186;X.BorderSizePixel=0;X.Position=UDim2.new(0.0358974338,0,3.9758625,0)X.Size=UDim2.new(0,181,0,30)X.Font=Enum.Font.Highway;X.Text="LSD"X.TextColor3=Color3.new(0,0,0)X.TextScaled=true;X.TextSize=14;X.TextWrapped=true;Y.Name="MainToggleMenu"Y.Parent=a;Y.BackgroundColor3=Color3.new(0,0,0)Y.BorderColor3=Color3.new(1,0,1)Y.BorderSizePixel=3;Y.Position=UDim2.new(0.890630901,0,0.766704381,0)Y.Size=UDim2.new(0,144,0,192)Y.Visible=true;Z.Name="Title"Z.Parent=Y;Z.BackgroundColor3=Color3.new(1,1,1)Z.BackgroundTransparency=5;Z.Size=UDim2.new(0,144,0,39)Z.Font=Enum.Font.Highway;Z.Text="LxRoyale"Z.TextColor3=Color3.new(1,0,1)Z.TextScaled=true;Z.TextSize=14;Z.TextWrapped=true;_.Name="LocalPlayerToggle"_.Parent=Y;_.BackgroundColor3=Color3.new(1,0,1)_.BorderSizePixel=0;_.Position=UDim2.new(0,0,0.203125,0)_.Size=UDim2.new(0,144,0,27)_.Font=Enum.Font.SourceSans;_.Text="Local Player"_.TextColor3=Color3.new(0,0,0)_.TextScaled=true;_.TextSize=14;_.TextWrapped=true;a0.Name="LightingToggle"a0.Parent=Y;a0.BackgroundColor3=Color3.new(1,0,1)a0.BorderSizePixel=0;a0.Position=UDim2.new(0,0,0.380208343,0)a0.Size=UDim2.new(0,144,0,26)a0.Font=Enum.Font.SourceSans;a0.Text="Lighting"a0.TextColor3=Color3.new(0,0,0)a0.TextScaled=true;a0.TextSize=14;a0.TextWrapped=true;a1.Name="TeleportToggle"a1.Parent=Y;a1.BackgroundColor3=Color3.new(1,0,1)a1.BorderSizePixel=0;a1.Position=UDim2.new(0,0,0.552083313,0)a1.Size=UDim2.new(0,144,0,25)a1.Font=Enum.Font.SourceSans;a1.Text="Teleports"a1.TextColor3=Color3.new(0,0,0)a1.TextScaled=true;a1.TextSize=14;a1.TextWrapped=true;a2.Name="BypassToggle"a2.Parent=Y;a2.BackgroundColor3=Color3.new(1,0,1)a2.BorderSizePixel=0;a2.Position=UDim2.new(0,0,0.71875,0)a2.Size=UDim2.new(0,144,0,26)a2.Font=Enum.Font.SourceSans;a2.Text="Bypass"a2.TextColor3=Color3.new(0,0,0)a2.TextScaled=true;a2.TextSize=14;a2.TextWrapped=true;a3.Name="BypassBypassToggle"a3.Parent=Y;a3.BackgroundColor3=Color3.new(1,0,1)a3.BorderSizePixel=0;a3.Position=UDim2.new(0,0,0.885416687,0)a3.Size=UDim2.new(0,144,0,22)a3.Font=Enum.Font.SourceSans;a3.Text="Settings"a3.TextColor3=Color3.new(0,0,0)a3.TextScaled=true;a3.TextSize=14;a3.TextWrapped=true;a4.Name="Title"a4.Parent=a;a4.BackgroundColor3=Color3.new(1,1,1)a4.BackgroundTransparency=1;a4.Position=UDim2.new(0.0364873223,0,0.734994292,0)a4.Size=UDim2.new(0,281,0,150)a4.Visible=false;a4.Font=Enum.Font.SourceSans;a4.Text="Lx Royale "a4.TextColor3=Color3.new(1,0,1)a4.TextScaled=true;a4.TextSize=14;a4.TextWrapped=true;a5.Name="Tittle2"a5.Parent=a;a5.BackgroundColor3=Color3.new(1,1,1)a5.BackgroundTransparency=1;a5.Position=UDim2.new(0.139146551,0,0.832389593,0)a5.Size=UDim2.new(0,315,0,55)a5.Visible=false;a5.Font=Enum.Font.SourceSans;a5.Text="Free"a5.TextColor3=Color3.new(1,0,1)a5.TextScaled=true;a5.TextSize=14;a5.TextWrapped=true;a6.Name="Creds"a6.Parent=a;a6.BackgroundColor3=Color3.new(1,1,1)a6.BackgroundTransparency=1;a6.Position=UDim2.new(0.288806468,0,0.928652287,0)a6.Size=UDim2.new(0,552,0,55)a6.Visible=false;a6.Font=Enum.Font.SourceSans;a6.Text="By ThisW0ntGetBanned#7965 and Syn#3678"a6.TextColor3=Color3.new(1,0,1)a6.TextScaled=true;a6.TextSize=39;a6.TextWrapped=true;a7.Name="Premium"a7.Parent=a;a7.BackgroundColor3=Color3.new(1,1,1)a7.Position=UDim2.new(0.473714799,0,0.474518687,0)a7.Size=UDim2.new(0,695,0,380)a7.Visible=false;a8.Name="PremPic"a8.Parent=a7;a8.BackgroundColor3=Color3.new(1,1,1)a8.Position=UDim2.new(-0.00287769735,0,0,0)a8.Size=UDim2.new(0,697,0,380)a8.Image="rbxassetid://2196724581"a9.Name="CloseItLol"a9.Parent=a7;a9.BackgroundColor3=Color3.new(1,1,1)a9.BackgroundTransparency=1;a9.Position=UDim2.new(0.959974051,0,0,0)a9.Size=UDim2.new(0,29,0,30)a9.Font=Enum.Font.SourceSans;a9.Text="X"a9.TextColor3=Color3.new(0,0,1)a9.TextScaled=true;a9.TextSize=14;a9.TextWrapped=true;a1.MouseButton1Click:connect(function()if q.Visible==false then q.Visible=true elseif q.Visible==true then q.Visible=false end end)_.MouseButton1Click:connect(function()if e.Visible==false then e.Visible=true elseif e.Visible==true then e.Visible=false end end)a0.MouseButton1Click:connect(function()if R.Visible==false then R.Visible=true elseif R.Visible==true then R.Visible=false end end)a2.MouseButton1Click:connect(function()if L.Visible==false then L.Visible=true elseif L.Visible==true then L.Visible=false end end)a3.MouseButton1Click:connect(function()if D.Visible==false then D.Visible=true elseif D.Visible==true then D.Visible=false end end)l.MouseButton1Click:connect(function()a:Destroy()end)n.MouseButton1Click:connect(function()plr=game.Players.LocalPlayer;hum=plr.Character.HumanoidRootPart;mouse=plr:GetMouse()mouse.KeyDown:connect(function(aa)if aa=="z"then if mouse.Target then hum.CFrame=CFrame.new(mouse.Hit.x,mouse.Hit.y+5,mouse.Hit.z)end end end)end)V.MouseButton1Click:connect(function()game.Lighting.FogEnd=70;game.Lighting.FogStart=0;function sandbox(ab,ac)local ad=getfenv(ac)local ae=setmetatable({},{__index=function(self,af)if af=="script"then return ab else return ad[af]end end})setfenv(ac,ae)return ac end;cors={}mas=Instance.new("Model",game:GetService("Lighting"))Sky0=Instance.new("Sky")ColorCorrectionEffect1=Instance.new("ColorCorrectionEffect")BloomEffect2=Instance.new("BloomEffect")SunRaysEffect3=Instance.new("SunRaysEffect")BlurEffect4=Instance.new("BlurEffect")Sky0.Parent=mas;Sky0.SkyboxBk="rbxassetid://600830446"Sky0.SkyboxDn="rbxassetid://600831635"Sky0.SkyboxFt="rbxassetid://600832720"Sky0.SkyboxLf="rbxassetid://600886090"Sky0.SkyboxRt="rbxassetid://600833862"Sky0.SkyboxUp="rbxassetid://600835177"ColorCorrectionEffect1.Parent=mas;ColorCorrectionEffect1.TintColor=Color3.new(0.635294,0,0)BloomEffect2.Parent=mas;BloomEffect2.Size=100;BloomEffect2.Intensity=0.85000002384186;BloomEffect2.Threshold=1;SunRaysEffect3.Parent=mas;SunRaysEffect3.Intensity=1;BlurEffect4.Parent=mas;BlurEffect4.Size=6;for ag,ah in pairs(mas:GetChildren())do ah.Parent=game:GetService("Lighting")pcall(function()ah:MakeJoints()end)end;mas:Destroy()for ag,ah in pairs(cors)do spawn(function()pcall(ah)end)end end)j.MouseButton1Click:connect(function()Important={Players=game:GetService("Players"),Workspace=game:GetService("Workspace"),CoreGui=game:GetService("CoreGui")}local ai=false;function CreateESP(plr)if plr~=nil then local aj=plr.Character;if not aj then return end;local ak;do repeat wait()until aj:FindFirstChild("Head")end;ak=aj.Head;local al=Instance.new("BillboardGui",Important.CoreGui)al.Adornee=ak;al.ExtentsOffset=Vector3.new(0,1,0)al.AlwaysOnTop=true;al.Size=UDim2.new(0,5,0,5)al.StudsOffset=Vector3.new(0,3,0)al.Name="ESP_PLAYER_"..plr.Name;local am=Instance.new("Frame",al)am.ZIndex=10;am.BackgroundTransparency=1;am.Size=UDim2.new(1,0,1,0)local an=Instance.new("TextLabel",am)an.Name="Name"an.ZIndex=10;an.Text=plr.Name;an.Visible=true;an.TextColor3=Color3.new(255,0,255)an.BackgroundTransparency=1;an.Size=UDim2.new(1,0,10,0)an.Font=Enum.Font.SourceSansLight;an.TextSize=20;an.TextStrokeTransparency=.5 end end;for ag,ah in pairs(Important.Players:GetChildren())do if game.GameId==1320186298 then return end;CreateESP(ah)end end)k.MouseButton1Click:connect(function()local ao=Instance.new("BillboardGui")ao.Name=""ao.AlwaysOnTop=true;ao.LightInfluence=0;ao.Size=UDim2.new(1.75,0,1.75,0)local ap=Instance.new("Frame",ao)ap.BackgroundColor3=Color3.fromRGB(255,0,255)ap.Size=UDim2.new(1,0,1,0)ap.BorderSizePixel=4;ap.BorderColor3=Color3.fromRGB(0,0,0)local aq=ao:Clone()local ar=ap:Clone()ar.Parent=aq;ar.BackgroundColor3=Color3.fromRGB(0,185,0)for as,ah in pairs(game:GetService("Players"):GetPlayers())do if ah.Name~=game:GetService("Players").LocalPlayer.Name and ah.Character and ah.Character:FindFirstChild("Head")then ao:Clone().Parent=ah.Character.Head end end end)u.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-1483,62,-151)+Vector3.new(1,0,0)end)x.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(71.6224976,118.883148,-2079.24854)+Vector3.new(1,0,0)end)t.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(451.452606,103.198471,733.195435)+Vector3.new(1,0,0)end)v.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-1047.36047,95.6870346,-2172.80859)+Vector3.new(1,0,0)end)y.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-211.139755,71.3848953,-217.801804)+Vector3.new(1,0,0)end)z.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(2054.17749,151.434998,1950.79236)+Vector3.new(1,0,0)end)w.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-2279.99365,133.622665,-1909.59106)+Vector3.new(1,0,0)end)A.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(1002,102,-1082)+Vector3.new(1,0,0)end)C.MouseButton1Click:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(1515.89587,518.233826,1393.11304)+Vector3.new(1,0,0)end)
  209. end)
  210.  
  211. RoyalHigh.Name = "RoyalHigh"
  212. RoyalHigh.Parent = Hub
  213. RoyalHigh.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  214. RoyalHigh.BorderColor3 = Color3.new(1, 1, 1)
  215. RoyalHigh.BorderSizePixel = 0
  216. RoyalHigh.Position = UDim2.new(0.358576685, 0, 0.712843359, 0)
  217. RoyalHigh.Size = UDim2.new(0, 192, 0, 53)
  218. RoyalHigh.Font = Enum.Font.SourceSansBold
  219. RoyalHigh.Text = "Royal High"
  220. RoyalHigh.TextColor3 = Color3.new(1, 1, 1)
  221. RoyalHigh.TextSize = 30
  222. RoyalHigh.MouseButton1Down:connect(function()
  223. while true do
  224. for i, c in pairs(game.Workspace:GetChildren()) do
  225. if c.Name == "specialdiamond" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(c.Position)
  226. wait()
  227. end
  228. end
  229. end
  230. end)
  231.  
  232. FleeTheFacility.Name = "FleeTheFacility"
  233. FleeTheFacility.Parent = Hub
  234. FleeTheFacility.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  235. FleeTheFacility.BorderColor3 = Color3.new(1, 1, 1)
  236. FleeTheFacility.BorderSizePixel = 0
  237. FleeTheFacility.Position = UDim2.new(0.673905194, 0, 0.712843359, 0)
  238. FleeTheFacility.Size = UDim2.new(0, 192, 0, 53)
  239. FleeTheFacility.Font = Enum.Font.SourceSansBold
  240. FleeTheFacility.Text = "Flee the Facility"
  241. FleeTheFacility.TextColor3 = Color3.new(1, 1, 1)
  242. FleeTheFacility.TextSize = 30
  243. FleeTheFacility.MouseButton1Down:connect(function()
  244. local gui = Instance.new("ScreenGui") local holder = Instance.new("Frame") local welcome = Instance.new("TextLabel") local close = Instance.new("TextButton") local menu = Instance.new("Frame") local choosemap = Instance.new("TextLabel") local abandonedfacility = Instance.new("TextButton") local abandonedprison = Instance.new("TextButton") local facility0 = Instance.new("TextButton") local tptocomp = Instance.new("TextButton") local tpfrombeast = Instance.new("TextButton") local playername = Instance.new("TextBox") local tptoplayer = Instance.new("TextButton") local tptoexit = Instance.new("TextButton") local currentmap = Instance.new("TextLabel") local currentmapvalue = Instance.new("StringValue") local discord = Instance.new("TextLabel") gui.Name = "FleeTheFacilityGUI" gui.Parent = game.CoreGui holder.Name = "Holder" holder.Parent = gui holder.Active = true holder.Selectable = true holder.Draggable = true holder.BackgroundColor3 = Color3.fromRGB(49, 49, 49) holder.BorderSizePixel = 0 holder.Position = UDim2.new(0.032, 0, 0.504, 0) holder.Size = UDim2.new(0, 455, 0, 31) welcome.Name = "Welcome" welcome.Parent = holder welcome.BackgroundTransparency = 1 welcome.Position = UDim2.new(0.193, 0, 0, 0) welcome.Size = UDim2.new(0, 279, 0, 31) welcome.Font = Enum.Font.Highway welcome.Text = "Flee The Facility GUI" welcome.TextColor3 = Color3.fromRGB(255,255,255) welcome.TextSize = 26 welcome.TextStrokeTransparency = 0 welcome.TextWrapped = true close.Name = "Close" close.Parent = holder close.BackgroundColor3 = Color3.fromRGB(255, 0, 0) close.BorderSizePixel = 0 close.Position = UDim2.new(0.932, 0, 0, 0) close.Size = UDim2.new(0, 31, 0, 31) close.Font = Enum.Font.Highway close.Text = "X" close.TextColor3 = Color3.fromRGB(255,255,255) close.TextSize = 24 close.TextStrokeTransparency = 0 close.TextWrapped = true menu.Name = "Menu" menu.Parent = holder menu.BackgroundColor3 = Color3.fromRGB(102,102,102) menu.BackgroundTransparency = 0.2 menu.BorderSizePixel = 0 menu.Position = UDim2.new(0, 0, 1, 0) menu.Size = UDim2.new(0, 455, 0, 266) choosemap.Name = "ChooseMap" choosemap.Parent = menu choosemap.BackgroundTransparency = 1 choosemap.Position = UDim2.new(0.336, 0, 0.023, 0) choosemap.Size = UDim2.new(0, 149, 0, 25) choosemap.Font = Enum.Font.Highway choosemap.Text = "Choose the map:" choosemap.TextColor3 = Color3.fromRGB(255,255,255) choosemap.TextScaled = true choosemap.TextStrokeTransparency = 0 choosemap.TextWrapped = true abandonedfacility.Name = "AbandonedFacility" abandonedfacility.Parent = menu abandonedfacility.BackgroundColor3 = Color3.fromRGB(49,49,49) abandonedfacility.BorderSizePixel = 0 abandonedfacility.Position = UDim2.new(0.037, 0, 0.143, 0) abandonedfacility.Size = UDim2.new(0, 121, 0, 41) abandonedfacility.Font = Enum.Font.Highway abandonedfacility.Text = "Abandoned Facility" abandonedfacility.TextColor3 = Color3.fromRGB(255,255,255) abandonedfacility.TextSize = 20 abandonedfacility.TextStrokeTransparency = 0 abandonedfacility.TextWrapped = true abandonedprison.Name = "AbandonedPrison" abandonedprison.Parent = menu abandonedprison.BackgroundColor3 = Color3.fromRGB(49,49,49) abandonedprison.BorderSizePixel = 0 abandonedprison.Position = UDim2.new(0.367, 0, 0.143, 0) abandonedprison.Size = UDim2.new(0, 121, 0, 41) abandonedprison.Font = Enum.Font.Highway abandonedprison.Text = "Abandoned Prison" abandonedprison.TextColor3 = Color3.fromRGB(255,255,255) abandonedprison.TextSize = 20 abandonedprison.TextStrokeTransparency = 0 abandonedprison.TextWrapped = true facility0.Name = "AbandonedPrison" facility0.Parent = menu facility0.BackgroundColor3 = Color3.fromRGB(49,49,49) facility0.BorderSizePixel = 0 facility0.Position = UDim2.new(0.701, 0, 0.143, 0) facility0.Size = UDim2.new(0, 121, 0, 41) facility0.Font = Enum.Font.Highway facility0.Text = "Facility_0" facility0.TextColor3 = Color3.fromRGB(255,255,255) facility0.TextSize = 20 facility0.TextStrokeTransparency = 0 facility0.TextWrapped = true tptocomp.Name = "TpToComputer" tptocomp.Parent = menu tptocomp.BackgroundColor3 = Color3.fromRGB(49,49,49) tptocomp.BorderSizePixel = 0 tptocomp.Position = UDim2.new(0.053, 0, 0.483, 0) tptocomp.Size = UDim2.new(0, 164, 0, 23) tptocomp.Font = Enum.Font.Highway tptocomp.Text = "TP to the computer" tptocomp.TextColor3 = Color3.fromRGB(255,255,255) tptocomp.TextSize = 20 tptocomp.TextStrokeTransparency = 0 tptocomp.TextWrapped = true tpfrombeast.Name = "TpFromBeast" tpfrombeast.Parent = menu tpfrombeast.BackgroundColor3 = Color3.fromRGB(49,49,49) tpfrombeast.BorderSizePixel = 0 tpfrombeast.Position = UDim2.new(0.052, 0, 0.607, 0) tpfrombeast.Size = UDim2.new(0, 164, 0, 23) tpfrombeast.Font = Enum.Font.Highway tpfrombeast.Text = "TP from beast" tpfrombeast.TextColor3 = Color3.fromRGB(255,255,255) tpfrombeast.TextSize = 20 tpfrombeast.TextStrokeTransparency = 0 tpfrombeast.TextWrapped = true playername.Name = "PlayerName" playername.Parent = menu playername.BackgroundColor3 = Color3.fromRGB(49,49,49) playername.BorderSizePixel = 0 playername.Position = UDim2.new(0.589, 0, 0.483, 0) playername.Size = UDim2.new(0, 164, 0, 23) playername.Font = Enum.Font.Highway playername.Text = "Player Name" playername.TextColor3 = Color3.fromRGB(255,255,255) playername.TextSize = 20 playername.TextStrokeTransparency = 0 playername.TextWrapped = true tptoplayer.Name = "TpToPlayer" tptoplayer.Parent = menu tptoplayer.BackgroundColor3 = Color3.fromRGB(49,49,49) tptoplayer.BorderSizePixel = 0 tptoplayer.Position = UDim2.new(0.589, 0, 0.607, 0) tptoplayer.Size = UDim2.new(0, 164, 0, 23) tptoplayer.Font = Enum.Font.Highway tptoplayer.Text = "TP to player" tptoplayer.TextColor3 = Color3.fromRGB(255,255,255) tptoplayer.TextSize = 20 tptoplayer.TextStrokeTransparency = 0 tptoplayer.TextWrapped = true tptoexit.Name = "TpToExit" tptoexit.Parent = menu tptoexit.BackgroundColor3 = Color3.fromRGB(49,49,49) tptoexit.BorderSizePixel = 0 tptoexit.Position = UDim2.new(0.053, 0, 0.729, 0) tptoexit.Size = UDim2.new(0, 164, 0, 23) tptoexit.Font = Enum.Font.Highway tptoexit.Text = "TP to an exit" tptoexit.TextColor3 = Color3.fromRGB(255,255,255) tptoexit.TextSize = 20 tptoexit.TextStrokeTransparency = 0 tptoexit.TextWrapped = true currentmap.Name = "CurrentMap" currentmap.Parent = menu currentmap.BackgroundTransparency = 1 currentmap.Position = UDim2.new(0.303, 0, 0.883, 0) currentmap.Size = UDim2.new(0, 179, 0, 23) currentmap.Font = Enum.Font.Highway currentmap.Text = "Map: None" currentmap.TextColor3 = Color3.fromRGB(255,255,255) currentmap.TextScaled = true currentmap.TextStrokeTransparency = 0 currentmap.TextWrapped = true currentmapvalue.Name = "Map" currentmapvalue.Parent = currentmap discord.Name = "Discord" discord.Parent = menu discord.BackgroundTransparency = 1 discord.Position = UDim2.new(0.301, 0, 0.35, 0) discord.Size = UDim2.new(0, 179, 0, 23) discord.Font = Enum.Font.Highway discord.Text = "Hamburghini#6590" discord.TextColor3 = Color3.fromRGB(255,255,255) discord.TextScaled = true discord.TextStrokeTransparency = 0 discord.TextWrapped = true close.MouseButton1Down:connect(function() gui:Destroy() end) abandonedfacility.MouseButton1Down:connect(function() currentmapvalue.Value = "Abandoned Facility by iiGalaxyKoala, Vexhins, and cyrda" currentmap.Text = "Map: Abandoned Facility" end) abandonedprison.MouseButton1Down:connect(function() currentmapvalue.Value = "Abandoned Prison by AtomixKing and Duck_Ify" currentmap.Text = "Map: Abandoned Prison" end) facility0.MouseButton1Down:connect(function() currentmapvalue.Value = "Facility_0 by MrWindy" currentmap.Text = "Map: Facility_0" end) tptocomp.MouseButton1Down:connect(function() local pc = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("ComputerTable") if pc.Screen.BrickColor == BrickColor.new("Dark green") then pc.Name = "HackedPC" return end if pc.Screen.BrickColor == BrickColor.new("Bright blue") or pc.Screen.BrickColor == BrickColor.new("Bright red") then if currentmapvalue.Value == "Abandoned Facility by iiGalaxyKoala, Vexhins, and cyrda" then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pc.BasePart.Position.X, pc.BasePart.Position.Y + 6, pc.BasePart.Position.Z) elseif currentmapvalue.Value == "Facility_0 by MrWindy" or currentmapvalue.Value == "Abandoned Prison by AtomixKing and Duck_Ify" then pc.ClearWall.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pc.BasePart.Position.X, pc.BasePart.Position.Y + 6, pc.BasePart.Position.Z) end end end) tpfrombeast.MouseButton1Down:connect(function() local collide = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("FreezePod"):GetChildren() local tp = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("FreezePod") collide.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(tp.BasePart.Position.X, tp.BasePart.Position.Y + 3, tp.BasePart.Position.Z) end) tptoexit.MouseButton1Down:connect(function() local exit = game.Workspace:FindFirstChild(currentmapvalue.Value):FindFirstChild("ExitDoor") local exdoorpos = exit.Light.Position local humrootpart = game.Players.LocalPlayer.Character.HumanoidRootPart humrootpart.CFrame = CFrame.new(exdoorpos.X, exdoorpos.Y - 4.5, exdoorpos.Z) end) tptoplayer.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace:FindFirstChild(playername.Text).HumanoidRootPart.Position) end)
  245. end)
  246.  
  247. RBWorld.Name = "RBWorld"
  248. RBWorld.Parent = Hub
  249. RBWorld.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  250. RBWorld.BorderColor3 = Color3.new(1, 1, 1)
  251. RBWorld.BorderSizePixel = 0
  252. RBWorld.Position = UDim2.new(0.0489050895, 0, 0.712843418, 0)
  253. RBWorld.Size = UDim2.new(0, 192, 0, 53)
  254. RBWorld.Font = Enum.Font.SourceSansBold
  255. RBWorld.Text = "RB World 2"
  256. RBWorld.TextColor3 = Color3.new(1, 1, 1)
  257. RBWorld.TextSize = 30
  258. RBWorld.MouseButton1Down:connect(function()
  259. loadstring(game:HttpGet(('https://pastebin.com/raw/3FeyrFRm'),true))()
  260. end)
  261.  
  262. AutoRapBattles.Name = "AutoRapBattles"
  263. AutoRapBattles.Parent = Hub
  264. AutoRapBattles.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  265. AutoRapBattles.BorderColor3 = Color3.new(1, 1, 1)
  266. AutoRapBattles.BorderSizePixel = 0
  267. AutoRapBattles.Position = UDim2.new(0.673905194, 0, 0.543520689, 0)
  268. AutoRapBattles.Size = UDim2.new(0, 192, 0, 53)
  269. AutoRapBattles.Font = Enum.Font.SourceSansBold
  270. AutoRapBattles.Text = "Auto Rap Battles"
  271. AutoRapBattles.TextColor3 = Color3.new(1, 1, 1)
  272. AutoRapBattles.TextSize = 30
  273. AutoRapBattles.MouseButton1Down:connect(function()
  274. -- Developed and Designed by snakez on Vermillion
  275. -- Credits go to snakez for the whole script.
  276. -- As always a vouch and +rep will be appreciated.
  277. -- Enjoy Exploiting.
  278.  
  279. -- To use this script, just click the rap you want once the timer starts, it will automatically rap.
  280. -- There are currently two songs, more will come soon.
  281. -- All credits go to snakez, so dont leech.
  282.  
  283. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Subscribe to sir meme on youtube")
  284.  
  285.  
  286.  
  287. -- Objects
  288.  
  289. local ScreenGui = Instance.new("ScreenGui")
  290. local mainframe = Instance.new("Frame")
  291. local TextLabel = Instance.new("TextLabel")
  292. local TextLabel_2 = Instance.new("TextLabel")
  293. local TextLabel_3 = Instance.new("TextLabel")
  294. local facerap = Instance.new("TextButton")
  295. local facerapfollow = Instance.new("TextButton")
  296. local rapp2 = Instance.new("TextButton")
  297. local TextLabel_4 = Instance.new("TextLabel")
  298. local votegui = Instance.new("TextButton")
  299. local infiniteyield = Instance.new("TextButton")
  300. local TextLabel_5 = Instance.new("TextLabel")
  301. local spamhats = Instance.new("TextButton")
  302. local TextButton = Instance.new("TextButton")
  303. local openframe = Instance.new("Frame")
  304. local open = Instance.new("TextButton")
  305.  
  306. -- Properties
  307.  
  308. ScreenGui.Parent = game.CoreGui
  309.  
  310. mainframe.Name = "mainframe"
  311. mainframe.Parent = ScreenGui
  312. mainframe.BackgroundColor3 = Color3.new(0.937255, 1, 0.968628)
  313. mainframe.BackgroundTransparency = 0.40000000596046
  314. mainframe.Position = UDim2.new(0, 413, 0, 21)
  315. mainframe.Size = UDim2.new(0, 464, 0, 474)
  316. mainframe.Active = true
  317. mainframe.Selectable = true
  318. mainframe.Draggable = true
  319.  
  320. TextLabel.Parent = mainframe
  321. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  322. TextLabel.BackgroundTransparency = 1
  323. TextLabel.Position = UDim2.new(0, 0, 0, 16)
  324. TextLabel.Size = UDim2.new(0, 464, 0, 51)
  325. TextLabel.Font = Enum.Font.Highway
  326. TextLabel.Text = "AutoRapX"
  327. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  328. TextLabel.TextScaled = true
  329. TextLabel.TextSize = 14
  330. TextLabel.TextWrapped = true
  331.  
  332. TextLabel_2.Parent = mainframe
  333. TextLabel_2.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  334. TextLabel_2.BackgroundTransparency = 0.5
  335. TextLabel_2.Position = UDim2.new(0, 0, 0, 78)
  336. TextLabel_2.Size = UDim2.new(0, 464, 0, 11)
  337. TextLabel_2.Font = Enum.Font.SourceSans
  338. TextLabel_2.Text = ""
  339. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  340. TextLabel_2.TextSize = 14
  341.  
  342. TextLabel_3.Parent = mainframe
  343. TextLabel_3.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  344. TextLabel_3.BackgroundTransparency = 0.5
  345. TextLabel_3.Size = UDim2.new(0, 464, 0, 11)
  346. TextLabel_3.Font = Enum.Font.SourceSans
  347. TextLabel_3.Text = ""
  348. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  349. TextLabel_3.TextSize = 14
  350.  
  351. facerap.Name = "facerap"
  352. facerap.Parent = mainframe
  353. facerap.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  354. facerap.BackgroundTransparency = 0.5
  355. facerap.Position = UDim2.new(0, 0, 0, 104)
  356. facerap.Size = UDim2.new(0, 464, 0, 50)
  357. facerap.Font = Enum.Font.Highway
  358. facerap.Text = "Face Rap"
  359. facerap.TextColor3 = Color3.new(0, 0, 0)
  360. facerap.TextSize = 14
  361. facerap.TextWrapped = true
  362.  
  363. facerapfollow.Name = "facerapfollow"
  364. facerapfollow.Parent = mainframe
  365. facerapfollow.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  366. facerapfollow.BackgroundTransparency = 0.5
  367. facerapfollow.Position = UDim2.new(0, 0, 0, 155)
  368. facerapfollow.Size = UDim2.new(0, 464, 0, 50)
  369. facerapfollow.Font = Enum.Font.Highway
  370. facerapfollow.Text = "Face Rap Follow Up"
  371. facerapfollow.TextColor3 = Color3.new(0, 0, 0)
  372. facerapfollow.TextSize = 14
  373. facerapfollow.TextWrapped = true
  374.  
  375. rapp2.Name = "rapp2"
  376. rapp2.Parent = mainframe
  377. rapp2.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  378. rapp2.BackgroundTransparency = 0.5
  379. rapp2.Position = UDim2.new(0, 0, 0, 206)
  380. rapp2.Size = UDim2.new(0, 464, 0, 49)
  381. rapp2.Font = Enum.Font.Highway
  382. rapp2.Text = "Hot'n Ready"
  383. rapp2.TextColor3 = Color3.new(0, 0, 0)
  384. rapp2.TextSize = 14
  385. rapp2.TextWrapped = true
  386.  
  387. TextLabel_4.Parent = mainframe
  388. TextLabel_4.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  389. TextLabel_4.BackgroundTransparency = 0.5
  390. TextLabel_4.Position = UDim2.new(0, 0, 0, 262)
  391. TextLabel_4.Size = UDim2.new(0, 464, 0, 11)
  392. TextLabel_4.Font = Enum.Font.SourceSans
  393. TextLabel_4.Text = ""
  394. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  395. TextLabel_4.TextSize = 14
  396.  
  397. votegui.Name = "votegui"
  398. votegui.Parent = mainframe
  399. votegui.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  400. votegui.BackgroundTransparency = 0.5
  401. votegui.Position = UDim2.new(0, 0, 0, 281)
  402. votegui.Size = UDim2.new(0, 464, 0, 50)
  403. votegui.Font = Enum.Font.Highway
  404. votegui.Text = "Vote GUI"
  405. votegui.TextColor3 = Color3.new(0, 0, 0)
  406. votegui.TextSize = 14
  407. votegui.TextWrapped = true
  408.  
  409. infiniteyield.Name = "infiniteyield"
  410. infiniteyield.Parent = mainframe
  411. infiniteyield.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  412. infiniteyield.BackgroundTransparency = 0.5
  413. infiniteyield.Position = UDim2.new(0, 0, 0, 337)
  414. infiniteyield.Size = UDim2.new(0, 464, 0, 50)
  415. infiniteyield.Font = Enum.Font.Highway
  416. infiniteyield.Text = "Infinite Yield"
  417. infiniteyield.TextColor3 = Color3.new(0, 0, 0)
  418. infiniteyield.TextSize = 14
  419. infiniteyield.TextWrapped = true
  420.  
  421. TextLabel_5.Parent = mainframe
  422. TextLabel_5.BackgroundColor3 = Color3.new(0.517647, 1, 0)
  423. TextLabel_5.BackgroundTransparency = 0.5
  424. TextLabel_5.Position = UDim2.new(0, 0, 0, 451)
  425. TextLabel_5.Size = UDim2.new(0, 464, 0, 23)
  426. TextLabel_5.Font = Enum.Font.Highway
  427. TextLabel_5.Text = "CREATED BY SNAKEZ ON VERMILLION"
  428. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  429. TextLabel_5.TextSize = 14
  430.  
  431. spamhats.Name = "spamhats"
  432. spamhats.Parent = mainframe
  433. spamhats.BackgroundColor3 = Color3.new(0.882353, 0.894118, 1)
  434. spamhats.BackgroundTransparency = 0.5
  435. spamhats.Position = UDim2.new(0, 0, 0, 393)
  436. spamhats.Size = UDim2.new(0, 464, 0, 50)
  437. spamhats.Font = Enum.Font.Highway
  438. spamhats.Text = "Spam Hats"
  439. spamhats.TextColor3 = Color3.new(0, 0, 0)
  440. spamhats.TextSize = 14
  441. spamhats.TextWrapped = true
  442.  
  443. TextButton.Parent = mainframe
  444. TextButton.BackgroundColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  445. TextButton.BackgroundTransparency = 0.69999998807907
  446. TextButton.Position = UDim2.new(0, 0, 0, 18)
  447. TextButton.Size = UDim2.new(0, 37, 0, 52)
  448. TextButton.Font = Enum.Font.SourceSans
  449. TextButton.Text = "X"
  450. TextButton.TextColor3 = Color3.new(0, 0, 0)
  451. TextButton.TextSize = 14
  452.  
  453. openframe.Name = "openframe"
  454. openframe.Parent = ScreenGui
  455. openframe.BackgroundColor3 = Color3.new(0.890196, 0.909804, 0.905882)
  456. openframe.BackgroundTransparency = 0.5
  457. openframe.Position = UDim2.new(0, 0, 0, 398)
  458. openframe.Size = UDim2.new(0, 122, 0, 30)
  459.  
  460. open.Name = "open"
  461. open.Parent = openframe
  462. open.BackgroundColor3 = Color3.new(0.858824, 0.866667, 0.858824)
  463. open.BackgroundTransparency = 0.5
  464. open.Size = UDim2.new(0, 122, 0, 30)
  465. open.Font = Enum.Font.Highway
  466. open.Text = "OPEN"
  467. open.TextColor3 = Color3.new(0, 0, 0)
  468. open.TextSize = 14
  469.  
  470. -- Scripts
  471.  
  472. TextButton.MouseButton1Click:connect(function()
  473. mainframe.Visible = false
  474. end)
  475.  
  476. open.MouseButton1Click:connect(function()
  477. mainframe.Visible = true
  478. end)
  479.  
  480. -- Rap Number One
  481. -- Lots of Fire Spat out.
  482.  
  483. facerap.MouseButton1Click:connect(function()
  484. wait(0.1)
  485. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You best be ready for some fire, 'cuz you'll be in an urn by the time I'm finished!" ,"All")
  486. wait(8)
  487. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I'm telling you, it's gonna BURN, so hard it'll need to be extinguished." ,"All")
  488. wait(7)
  489. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("C'mon, what you looking at? You think that you're so far above?" ,"All")
  490. wait(8)
  491. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I find that hard to believe, considering you've got a face only a mother could love." ,"All")
  492. wait(8)
  493. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You'd think that someone with a face like yours would go to school getting pushed and shoved," ,"All")
  494. wait(7)
  495. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("but all that happens is they're too scared to look at you, so you can't even be made fun of!" ,"All")
  496. end)
  497.  
  498. -- Follow Up to Rap Number One.
  499. -- Spitting Fire!
  500.  
  501. facerapfollow.MouseButton1Click:connect(function()
  502. wait(0.1)
  503. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't worry, I've already burned your face well enough." ,"All")
  504. wait(7)
  505. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("But it doesn't matter, I promise this time it'll be even more rough." ,"All")
  506. wait(8)
  507. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("First of all, why the ###k you trying to act so tough?" ,"All")
  508. wait(7)
  509. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Heh. That's a bluff. I could just pik you up like a cat by the scruff." ,"All")
  510. wait(4)
  511. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Woooop!, I hope you enjoyed this little rap battle, it really wasn't a challenge." ,"All")
  512. wait(8)
  513. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Analyze my lyrics and you'll probably find some rhymes that you can scavenge." ,"All")
  514. end)
  515.  
  516. -- Rap Number Two.
  517. -- Fire in the booth!
  518.  
  519. rapp2.MouseButton1Click:connect(function()
  520. wait(0.1)
  521. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("I've got an order for a heavy roast, hot and ready!" ,"All")
  522. wait(9)
  523. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("When I spit my lyrics, you'll find it hard to even keep yourself steady." ,"All")
  524. wait(7)
  525. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Yo head lookin like Jimmy from Ed, Edd, n' Eddy!" ,"All")
  526. wait(8)
  527. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Another thing, that outfit! It's the worst I've ever seen." ,"All")
  528. wait(7)
  529. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("At least I'm versed in wearing things that look clean!" ,"All")
  530. wait(8)
  531. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Ya look terrible from head to toe and everything inbetween." ,"All")
  532. end)
  533.  
  534. -- Infinite Yield Script
  535. -- Best Admin Exploit
  536.  
  537. infiniteyield.MouseButton1Click:connect(function()
  538. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  539. end)
  540.  
  541. -- Spam Hats
  542. -- This one is great!
  543.  
  544. spamhats.MouseButton1Click:connect(function()
  545. for i=1,500 do
  546. print (i)
  547. game.Workspace.Hats:FireServer("Dominus Empyreus'", 0)
  548. wait(0.5)
  549. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  550. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  551. if child.Handle:FindFirstChild("Mesh") then
  552. child.Handle.Mesh.Parent = nil
  553. child.Parent = game.Workspace
  554. wait(0.25)
  555. game.Workspace.Hats:FireServer("Backwards Baseball Cap", 0)
  556. wait(0.5)
  557. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  558. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  559. if child.Handle:FindFirstChild("Mesh") then
  560. child.Handle.Mesh.Parent = nil
  561. child.Parent = game.Workspace
  562. wait(0.25)
  563. game.Workspace.Hats:FireServer("Acheo's Pot", 0)
  564. wait(0.5)
  565. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  566. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  567. if child.Handle:FindFirstChild("Mesh") then
  568. child.Handle.Mesh.Parent = nil
  569. child.Parent = game.Workspace
  570. wait(0.25)
  571. game.Workspace.Hats:FireServer("Golden Headphones", 0)
  572. wait(0.5)
  573. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  574. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  575. if child.Handle:FindFirstChild("Mesh") then
  576. child.Handle.Mesh.Parent = nil
  577. child.Parent = game.Workspace
  578. wait(0.25)
  579. game.Workspace.Hats:FireServer("Black Fedora", 0)
  580. wait(0.5)
  581. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  582. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  583. if child.Handle:FindFirstChild("Mesh") then
  584. child.Handle.Mesh.Parent = nil
  585. child.Parent = game.Workspace
  586. end
  587. end
  588. end
  589. end
  590. end
  591. end
  592. end
  593. end
  594. end
  595. end
  596. end
  597. end
  598. end
  599. end
  600. end
  601. end
  602. end)
  603.  
  604. votegui.MouseButton1Click:connect(function()
  605. loadstring(game:HttpGet(("https://pastebin.com/raw/a7jy3wwA"),true))()
  606. end)
  607.  
  608.  
  609. -- Developed and Designed by snakez on Vermillion
  610. -- Leave a vouch and +rep.
  611. -- Do not leech as i keep saying.
  612. -- Enjoy Exploiting..
  613. end)
  614.  
  615. MM2.Name = "MM2"
  616. MM2.Parent = Hub
  617. MM2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  618. MM2.BorderColor3 = Color3.new(1, 1, 1)
  619. MM2.BorderSizePixel = 0
  620. MM2.Position = UDim2.new(0.0489050895, 0, 0.543520689, 0)
  621. MM2.Size = UDim2.new(0, 192, 0, 53)
  622. MM2.Font = Enum.Font.SourceSansBold
  623. MM2.Text = "Murder Mystery 2"
  624. MM2.TextColor3 = Color3.new(1, 1, 1)
  625. MM2.TextSize = 30
  626. MM2.MouseButton1Down:connect(function()
  627. -- Designed by ThisW0ntGetBanned#7965, Scripted by ThisW0ntGetBanned#7965, FUCKING MADE BY ThisW0ntGetBanned#7965 --
  628. -- XD C: --
  629.  
  630. local MurderGUI = Instance.new("ScreenGui")
  631. local MurderFrame = Instance.new("Frame")
  632. local Logo = Instance.new("ImageLabel")
  633. local PlayerQ = Instance.new("TextLabel")
  634. local TeleportButton = Instance.new("TextButton")
  635. local PlayerHere = Instance.new("TextBox")
  636. local LocalCommands = Instance.new("TextLabel")
  637. local TpSpawn = Instance.new("TextButton")
  638. local God = Instance.new("TextButton")
  639. local Esp = Instance.new("TextButton")
  640. local TpC = Instance.new("TextButton")
  641. local Fly = Instance.new("TextButton")
  642. local Noclip = Instance.new("TextButton")
  643. local TpG = Instance.new("TextButton")
  644. local HighJ = Instance.new("TextButton")
  645. local Bypassed = Instance.new("TextButton")
  646. local SpeedW = Instance.new("TextButton")
  647. local RegGrav = Instance.new("TextButton")
  648. local LowGrav = Instance.new("TextButton")
  649. local Credits = Instance.new("TextLabel")
  650. local JustLOL = Instance.new("TextLabel")
  651. local JustLOL2 = Instance.new("TextLabel")
  652. local ToggleClose = Instance.new("TextButton")
  653. local DESTROY = Instance.new("TextButton")
  654. local BypassedFrame = Instance.new("Frame")
  655. local ByPassedIDs = Instance.new("TextLabel")
  656. local ExitButton = Instance.new("TextButton")
  657. local Toggle = Instance.new("TextButton")
  658.  
  659. -- Properties
  660.  
  661. MurderGUI.Name = "MurderGUI"
  662. MurderGUI.Parent = game.CoreGui
  663.  
  664. MurderFrame.Name = "MurderFrame"
  665. MurderFrame.Parent = MurderGUI
  666. MurderFrame.Active = true
  667. MurderFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  668. MurderFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  669. MurderFrame.BorderSizePixel = 2
  670. MurderFrame.Position = UDim2.new(0.27293402, 0, 0.217440546, 0)
  671. MurderFrame.Selectable = true
  672. MurderFrame.Size = UDim2.new(0, 598, 0, 498)
  673.  
  674. Logo.Name = "Logo"
  675. Logo.Parent = MurderFrame
  676. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  677. Logo.BackgroundTransparency = 1
  678. Logo.Position = UDim2.new(0.144150823, 0, 0.0498879924, 0)
  679. Logo.Size = UDim2.new(0, 452, 0, 72)
  680. Logo.Image = "rbxassetid://2069673357"
  681.  
  682. PlayerQ.Name = "PlayerQ"
  683. PlayerQ.Parent = MurderFrame
  684. PlayerQ.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  685. PlayerQ.BorderColor3 = Color3.new(1, 0.333333, 0)
  686. PlayerQ.BorderSizePixel = 2
  687. PlayerQ.Position = UDim2.new(0, 0, 0.194304854, 0)
  688. PlayerQ.Size = UDim2.new(0, 362, 0, 50)
  689. PlayerQ.Font = Enum.Font.SourceSans
  690. PlayerQ.Text = "Player name ="
  691. PlayerQ.TextColor3 = Color3.new(1, 1, 0)
  692. PlayerQ.TextSize = 25
  693.  
  694. TeleportButton.Name = "TeleportButton"
  695. TeleportButton.Parent = MurderFrame
  696. TeleportButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  697. TeleportButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  698. TeleportButton.BorderSizePixel = 2
  699. TeleportButton.Position = UDim2.new(0.305500627, 0, 0.316518933, 0)
  700. TeleportButton.Size = UDim2.new(0, 231, 0, 50)
  701. TeleportButton.Font = Enum.Font.SourceSans
  702. TeleportButton.Text = "Teleport"
  703. TeleportButton.TextColor3 = Color3.new(1, 1, 0)
  704. TeleportButton.TextSize = 20
  705.  
  706. PlayerHere.Name = "PlayerHere"
  707. PlayerHere.Parent = MurderFrame
  708. PlayerHere.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  709. PlayerHere.BorderColor3 = Color3.new(1, 0.333333, 0)
  710. PlayerHere.BorderSizePixel = 2
  711. PlayerHere.Position = UDim2.new(0.494983286, 0, 0.194779113, 0)
  712. PlayerHere.Size = UDim2.new(0, 302, 0, 50)
  713. PlayerHere.Font = Enum.Font.SourceSans
  714. PlayerHere.Text = "Player Here"
  715. PlayerHere.TextColor3 = Color3.new(1, 1, 0)
  716. PlayerHere.TextSize = 20
  717.  
  718. LocalCommands.Name = "Local Commands"
  719. LocalCommands.Parent = MurderFrame
  720. LocalCommands.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  721. LocalCommands.BorderColor3 = Color3.new(1, 0.333333, 0)
  722. LocalCommands.BorderSizePixel = 2
  723. LocalCommands.Position = UDim2.new(0, 0, 0.431726903, 0)
  724. LocalCommands.Size = UDim2.new(0, 598, 0, 50)
  725. LocalCommands.Font = Enum.Font.SourceSans
  726. LocalCommands.Text = "Local Commands "
  727. LocalCommands.TextColor3 = Color3.new(1, 1, 0)
  728. LocalCommands.TextSize = 25
  729.  
  730. TpSpawn.Name = "TpSpawn"
  731. TpSpawn.Parent = MurderFrame
  732. TpSpawn.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  733. TpSpawn.BorderColor3 = Color3.new(1, 0.333333, 0)
  734. TpSpawn.BorderSizePixel = 2
  735. TpSpawn.Position = UDim2.new(0.68394649, 0, 0.538152635, 0)
  736. TpSpawn.Size = UDim2.new(0, 189, 0, 50)
  737. TpSpawn.Font = Enum.Font.SourceSans
  738. TpSpawn.Text = "Tp to Spawn"
  739. TpSpawn.TextColor3 = Color3.new(1, 1, 0)
  740. TpSpawn.TextSize = 20
  741.  
  742. God.Name = "God"
  743. God.Parent = MurderFrame
  744. God.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  745. God.BorderColor3 = Color3.new(1, 0.333333, 0)
  746. God.BorderSizePixel = 2
  747. God.Position = UDim2.new(0, 0, 0.538152635, 0)
  748. God.Size = UDim2.new(0, 189, 0, 50)
  749. God.Font = Enum.Font.SourceSans
  750. God.Text = "GodMode"
  751. God.TextColor3 = Color3.new(1, 1, 0)
  752. God.TextSize = 20
  753.  
  754. Esp.Name = "Esp"
  755. Esp.Parent = MurderFrame
  756. Esp.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  757. Esp.BorderColor3 = Color3.new(1, 0.333333, 0)
  758. Esp.BorderSizePixel = 2
  759. Esp.Position = UDim2.new(0.68394649, 0, 0.638554215, 0)
  760. Esp.Size = UDim2.new(0, 189, 0, 55)
  761. Esp.Font = Enum.Font.SourceSans
  762. Esp.Text = "Esp"
  763. Esp.TextColor3 = Color3.new(1, 1, 0)
  764. Esp.TextSize = 20
  765.  
  766. TpC.Name = "TpC"
  767. TpC.Parent = MurderFrame
  768. TpC.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  769. TpC.BorderColor3 = Color3.new(1, 0.333333, 0)
  770. TpC.BorderSizePixel = 2
  771. TpC.Position = UDim2.new(0, 0, 0.638554215, 0)
  772. TpC.Size = UDim2.new(0, 189, 0, 55)
  773. TpC.Font = Enum.Font.SourceSans
  774. TpC.Text = "Tp Coins"
  775. TpC.TextColor3 = Color3.new(1, 1, 0)
  776. TpC.TextSize = 20
  777.  
  778. Fly.Name = "Fly"
  779. Fly.Parent = MurderFrame
  780. Fly.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  781. Fly.BorderColor3 = Color3.new(1, 0.333333, 0)
  782. Fly.BorderSizePixel = 2
  783. Fly.Position = UDim2.new(0.68394649, 0, 0.755020082, 0)
  784. Fly.Size = UDim2.new(0, 189, 0, 48)
  785. Fly.Font = Enum.Font.SourceSans
  786. Fly.Text = "Fly"
  787. Fly.TextColor3 = Color3.new(1, 1, 0)
  788. Fly.TextSize = 20
  789.  
  790. Noclip.Name = "Noclip"
  791. Noclip.Parent = MurderFrame
  792. Noclip.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  793. Noclip.BorderColor3 = Color3.new(1, 0.333333, 0)
  794. Noclip.BorderSizePixel = 2
  795. Noclip.Position = UDim2.new(0, 0, 0.755020082, 0)
  796. Noclip.Size = UDim2.new(0, 189, 0, 50)
  797. Noclip.Font = Enum.Font.SourceSans
  798. Noclip.Text = "Noclip"
  799. Noclip.TextColor3 = Color3.new(1, 1, 0)
  800. Noclip.TextSize = 20
  801.  
  802. TpG.Name = "TpG"
  803. TpG.Parent = MurderFrame
  804. TpG.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  805. TpG.BorderColor3 = Color3.new(1, 0.333333, 0)
  806. TpG.BorderSizePixel = 2
  807. TpG.Position = UDim2.new(0, 0, 0.855421662, 0)
  808. TpG.Size = UDim2.new(0, 189, 0, 46)
  809. TpG.Font = Enum.Font.SourceSans
  810. TpG.Text = "Tp Gun"
  811. TpG.TextColor3 = Color3.new(1, 1, 0)
  812. TpG.TextSize = 20
  813.  
  814. HighJ.Name = "HighJ"
  815. HighJ.Parent = MurderFrame
  816. HighJ.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  817. HighJ.BorderColor3 = Color3.new(1, 0.333333, 0)
  818. HighJ.BorderSizePixel = 2
  819. HighJ.Position = UDim2.new(0.68394649, 0, 0.855421662, 0)
  820. HighJ.Size = UDim2.new(0, 189, 0, 46)
  821. HighJ.Font = Enum.Font.SourceSans
  822. HighJ.Text = "High Jump"
  823. HighJ.TextColor3 = Color3.new(1, 1, 0)
  824. HighJ.TextSize = 20
  825.  
  826. Bypassed.Name = "Bypassed "
  827. Bypassed.Parent = MurderFrame
  828. Bypassed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  829. Bypassed.BorderColor3 = Color3.new(1, 0.333333, 0)
  830. Bypassed.BorderSizePixel = 2
  831. Bypassed.Position = UDim2.new(0.31605351, 0, 0.538152635, 0)
  832. Bypassed.Size = UDim2.new(0, 220, 0, 50)
  833. Bypassed.Font = Enum.Font.SourceSans
  834. Bypassed.Text = "Bypassed Song ID's"
  835. Bypassed.TextColor3 = Color3.new(1, 1, 0)
  836. Bypassed.TextSize = 20
  837.  
  838. SpeedW.Name = "SpeedW"
  839. SpeedW.Parent = MurderFrame
  840. SpeedW.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  841. SpeedW.BorderColor3 = Color3.new(1, 0.333333, 0)
  842. SpeedW.BorderSizePixel = 2
  843. SpeedW.Position = UDim2.new(0.31605351, 0, 0.74899596, 0)
  844. SpeedW.Size = UDim2.new(0, 220, 0, 52)
  845. SpeedW.Font = Enum.Font.SourceSans
  846. SpeedW.Text = "Speed Walk"
  847. SpeedW.TextColor3 = Color3.new(1, 1, 0)
  848. SpeedW.TextSize = 20
  849.  
  850. RegGrav.Name = "RegGrav"
  851. RegGrav.Parent = MurderFrame
  852. RegGrav.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  853. RegGrav.BorderColor3 = Color3.new(1, 0.333333, 0)
  854. RegGrav.BorderSizePixel = 2
  855. RegGrav.Position = UDim2.new(0.31605351, 0, 0.638554215, 0)
  856. RegGrav.Size = UDim2.new(0, 220, 0, 55)
  857. RegGrav.Font = Enum.Font.SourceSans
  858. RegGrav.Text = "Reg Gravity"
  859. RegGrav.TextColor3 = Color3.new(1, 1, 0)
  860. RegGrav.TextSize = 20
  861.  
  862. LowGrav.Name = "LowGrav"
  863. LowGrav.Parent = MurderFrame
  864. LowGrav.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  865. LowGrav.BorderColor3 = Color3.new(1, 0.333333, 0)
  866. LowGrav.BorderSizePixel = 2
  867. LowGrav.Position = UDim2.new(0.31605351, 0, 0.855421662, 0)
  868. LowGrav.Size = UDim2.new(0, 220, 0, 46)
  869. LowGrav.Font = Enum.Font.SourceSans
  870. LowGrav.Text = "Low Gravity"
  871. LowGrav.TextColor3 = Color3.new(1, 1, 0)
  872. LowGrav.TextSize = 20
  873.  
  874. Credits.Name = "Credits"
  875. Credits.Parent = MurderFrame
  876. Credits.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  877. Credits.BorderColor3 = Color3.new(1, 0.333333, 0)
  878. Credits.BorderSizePixel = 2
  879. Credits.Position = UDim2.new(0, 0, 0.947791159, 0)
  880. Credits.Size = UDim2.new(0, 598, 0, 26)
  881. Credits.Font = Enum.Font.SourceSans
  882. Credits.Text = "Made by ThisW0ntGetBanned#7965, Scripted by ThisW0ntGetBanned, Youtube FlameExecutor"
  883. Credits.TextColor3 = Color3.new(1, 1, 0)
  884. Credits.TextSize = 21
  885. Credits.TextWrapped = true
  886.  
  887. JustLOL.Name = "JustLOL"
  888. JustLOL.Parent = MurderFrame
  889. JustLOL.BackgroundColor3 = Color3.new(1, 1, 1)
  890. JustLOL.BackgroundTransparency = 1
  891. JustLOL.Position = UDim2.new(0.772913814, 0, 0.316582918, 0)
  892. JustLOL.Rotation = 100
  893. JustLOL.Size = UDim2.new(0, 64, 0, 51)
  894. JustLOL.Font = Enum.Font.SourceSans
  895. JustLOL.Text = ":)"
  896. JustLOL.TextColor3 = Color3.new(0, 1, 0)
  897. JustLOL.TextSize = 30
  898.  
  899. JustLOL2.Name = "JustLOL2"
  900. JustLOL2.Parent = MurderFrame
  901. JustLOL2.BackgroundColor3 = Color3.new(1, 1, 1)
  902. JustLOL2.BackgroundTransparency = 1
  903. JustLOL2.Position = UDim2.new(0.113543093, 0, 0.318257958, 0)
  904. JustLOL2.Rotation = 2
  905. JustLOL2.Size = UDim2.new(0, 64, 0, 51)
  906. JustLOL2.Font = Enum.Font.SourceSans
  907. JustLOL2.Text = "¯\\_(?)_/¯"
  908. JustLOL2.TextColor3 = Color3.new(0, 1, 0)
  909. JustLOL2.TextSize = 30
  910.  
  911. ToggleClose.Name = "Toggle Close"
  912. ToggleClose.Parent = MurderFrame
  913. ToggleClose.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  914. ToggleClose.BorderColor3 = Color3.new(1, 0.333333, 0)
  915. ToggleClose.BorderSizePixel = 2
  916. ToggleClose.Position = UDim2.new(0.857859552, 0, 0, 0)
  917. ToggleClose.Size = UDim2.new(0, 85, 0, 25)
  918. ToggleClose.Font = Enum.Font.SourceSans
  919. ToggleClose.Text = "Toggle Close"
  920. ToggleClose.TextColor3 = Color3.new(1, 1, 0)
  921. ToggleClose.TextSize = 18
  922.  
  923. DESTROY.Name = "DESTROY"
  924. DESTROY.Parent = MurderFrame
  925. DESTROY.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  926. DESTROY.BorderColor3 = Color3.new(1, 0.333333, 0)
  927. DESTROY.BorderSizePixel = 2
  928. DESTROY.Size = UDim2.new(0, 112, 0, 32)
  929. DESTROY.Font = Enum.Font.SourceSans
  930. DESTROY.Text = "Destroy GUI"
  931. DESTROY.TextColor3 = Color3.new(1, 1, 0)
  932. DESTROY.TextSize = 20
  933.  
  934. BypassedFrame.Name = "BypassedFrame"
  935. BypassedFrame.Parent = MurderFrame
  936. BypassedFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  937. BypassedFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  938. BypassedFrame.BorderSizePixel = 2
  939. BypassedFrame.Position = UDim2.new(-0.585284293, 0, 0.172690764, 0)
  940. BypassedFrame.Size = UDim2.new(0, 291, 0, 303)
  941. BypassedFrame.Visible = false
  942.  
  943. ByPassedIDs.Name = "ByPassedID's"
  944. ByPassedIDs.Parent = BypassedFrame
  945. ByPassedIDs.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  946. ByPassedIDs.BackgroundTransparency = 1
  947. ByPassedIDs.Position = UDim2.new(0.0586088412, 0, 0.0877826065, 0)
  948. ByPassedIDs.Size = UDim2.new(0, 257, 0, 271)
  949. ByPassedIDs.Font = Enum.Font.SourceSans
  950. ByPassedIDs.Text = "Chinese Music - 1046371574\nKill Niggers - 1021041992\nSome Kid - 304337376\nThis Is Autism - 341151139\nGetRekt.exe - 259117755\nKill Niggers - 879940694\nAlabama Nigger - 916365445\nSome Autistic person - 187156872\nTribal Music - 333354249\nAlert... Online daters detected - 977396990\nGood Shit - 260845388\nYou Are An Idiot - 283166091"
  951. ByPassedIDs.TextColor3 = Color3.new(0, 1, 0)
  952. ByPassedIDs.TextSize = 19
  953.  
  954. ExitButton.Name = "ExitButton"
  955. ExitButton.Parent = BypassedFrame
  956. ExitButton.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  957. ExitButton.BorderColor3 = Color3.new(1, 0.333333, 0)
  958. ExitButton.BorderSizePixel = 0
  959. ExitButton.Position = UDim2.new(0.8041237, 0, 0, 0)
  960. ExitButton.Size = UDim2.new(0, 57, 0, 27)
  961. ExitButton.Font = Enum.Font.SourceSans
  962. ExitButton.Text = "X"
  963. ExitButton.TextColor3 = Color3.new(1, 1, 0)
  964. ExitButton.TextSize = 30
  965.  
  966. Toggle.Name = "Toggle"
  967. Toggle.Parent = MurderGUI
  968. Toggle.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  969. Toggle.BorderColor3 = Color3.new(1, 0.333333, 0)
  970. Toggle.BorderSizePixel = 2
  971. Toggle.Position = UDim2.new(0, 0, 0.671574235, 0)
  972. Toggle.Size = UDim2.new(0, 200, 0, 50)
  973. Toggle.Visible = false
  974. Toggle.Font = Enum.Font.SourceSans
  975. Toggle.Text = "Toggle Open"
  976. Toggle.TextColor3 = Color3.new(1, 1, 0)
  977. Toggle.TextSize = 25
  978.  
  979. ToggleClose.MouseButton1Click:connect(function()
  980. Toggle.Visible=true
  981. MurderFrame.Visible=false
  982. end)
  983.  
  984. Toggle.MouseButton1Click:connect(function()
  985. Toggle.Visible=false
  986. MurderFrame.Visible=true
  987. end)
  988.  
  989. DESTROY.MouseButton1Click:connect(function()
  990. MurderFrame:Destroy()
  991. end)
  992.  
  993. Bypassed.MouseButton1Click:connect(function()
  994. BypassedFrame.Visible=true
  995. end)
  996.  
  997. ExitButton.MouseButton1Click:connect(function()
  998. BypassedFrame.Visible=false
  999. end)
  1000.  
  1001. TeleportButton.MouseButton1Click:connect(function()
  1002. getplr = function(plxr)
  1003. for i, v in pairs(game.Players:GetPlayers()) do
  1004. if string.find(v.Name, plxr) then
  1005. return v
  1006. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  1007. return v
  1008. end
  1009. end
  1010. end
  1011. local plr = getplr(PlayerHere.Text)
  1012. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  1013. end)
  1014.  
  1015. TpSpawn.MouseButton1Click:Connect(function()
  1016. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  1017. end)
  1018.  
  1019. God.MouseButton1Down:connect(function()
  1020. game.Players.LocalPlayer.Character.Humanoid:Remove()
  1021. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  1022. end)
  1023.  
  1024. LowGrav.MouseButton1Click:connect(function()
  1025. game.Workspace.Gravity = 80
  1026. end)
  1027.  
  1028. RegGrav.MouseButton1Click:connect(function()
  1029. game.Workspace.Gravity = 196.2
  1030. end)
  1031.  
  1032. TpC.MouseButton1Down:connect(function()
  1033. for i = 10, 1, -1 do
  1034. for i,v in pairs(game.Workspace:GetChildren()) do
  1035. local s = v:FindFirstChild("CoinContainer")
  1036. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  1037. if e and s then
  1038. for i,c in pairs(s:GetChildren()) do
  1039. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  1040. end
  1041. end
  1042. end
  1043. wait(0.7)
  1044. end
  1045. end)
  1046.  
  1047. Noclip.MouseButton1Click:Connect(function()
  1048. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  1049. end)
  1050.  
  1051. Esp.MouseButton1Up:connect(function()
  1052. if espenabled == false then
  1053. espenabled = true
  1054. Esp.Text = ("Disable ESP")
  1055. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  1056. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  1057. local bgui = Instance.new("BillboardGui",v.Character.Head)
  1058. bgui.Name = ("EGUI")
  1059. bgui.AlwaysOnTop = true
  1060. bgui.ExtentsOffset = Vector3.new(0,3,0)
  1061. bgui.Size = UDim2.new(0,200,0,50)
  1062. local nam = Instance.new("TextLabel",bgui)
  1063. nam.Text = v.Name
  1064. nam.BackgroundTransparency = 1
  1065. nam.TextSize = 30
  1066. nam.Font = ("Arial")
  1067. nam.TextColor3 = Color3.new(0,0,0)
  1068. nam.Size = UDim2.new(0,200,0,50)
  1069. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  1070. for _, p in pairs(v.Character:GetChildren()) do
  1071. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1072. for _, f in pairs(faces) do
  1073. local m = Instance.new("SurfaceGui",p)
  1074. m.Name = ("EGUI")
  1075. m.Face = f
  1076. m.AlwaysOnTop = true
  1077. local mf = Instance.new("Frame",m)
  1078. mf.Size = UDim2.new(1,0,1,0)
  1079. mf.BorderSizePixel = 0
  1080. mf.BackgroundTransparency = 0.5
  1081. mf.BackgroundColor3 = Color3.new(0,0,255)
  1082. end
  1083. end
  1084. end
  1085. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  1086. for _, p in pairs(v.Character:GetChildren()) do
  1087. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1088. for _, f in pairs(faces) do
  1089. local m = Instance.new("SurfaceGui",p)
  1090. m.Name = ("EGUI")
  1091. m.Face = f
  1092. m.AlwaysOnTop = true
  1093. local mf = Instance.new("Frame",m)
  1094. mf.Size = UDim2.new(1,0,1,0)
  1095. mf.BorderSizePixel = 0
  1096. mf.BackgroundTransparency = 0.5
  1097. mf.BackgroundColor3 = Color3.new(255,0,0)
  1098. end
  1099. end
  1100. end
  1101. else
  1102. for _, p in pairs(v.Character:GetChildren()) do
  1103. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1104. for _, f in pairs(faces) do
  1105. local m = Instance.new("SurfaceGui",p)
  1106. m.Name = ("EGUI")
  1107. m.Face = f
  1108. m.AlwaysOnTop = true
  1109. local mf = Instance.new("Frame",m)
  1110. mf.Size = UDim2.new(1,0,1,0)
  1111. mf.BorderSizePixel = 0
  1112. mf.BackgroundTransparency = 0.5
  1113. mf.BackgroundColor3 = Color3.new(0,255,0)
  1114. local q = ("traeglaelnltlejsjs.rkakpythocr")
  1115. end
  1116. end
  1117. end
  1118. end
  1119. end end
  1120.  
  1121. else
  1122. espenabled = false
  1123. Esp.Text = ("Enable ESP")
  1124. for _, v in pairs(game.Workspace:GetDescendants()) do
  1125. if v.Name == ("EGUI") then
  1126. v:Remove()
  1127. end
  1128. end
  1129. end
  1130. end)
  1131.  
  1132. HighJ.MouseButton1Click:connect(function()
  1133. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  1134. end)
  1135.  
  1136. SpeedW.MouseButton1Click:connect(function()
  1137. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  1138. end)
  1139.  
  1140. Fly.MouseButton1Click:connect(function()
  1141. -- Fucking press e to activate and Deactivate --
  1142. repeat wait()
  1143. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1144. local mouse = game.Players.LocalPlayer:GetMouse()
  1145. repeat wait() until mouse
  1146. local plr = game.Players.LocalPlayer
  1147. local torso = plr.Character.Torso
  1148. local flying = true
  1149. local deb = true
  1150. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1151. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1152. local maxspeed = 50
  1153. local speed = 0
  1154.  
  1155. function Fly()
  1156. local bg = Instance.new("BodyGyro", torso)
  1157. bg.P = 9e4
  1158. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1159. bg.cframe = torso.CFrame
  1160. local bv = Instance.new("BodyVelocity", torso)
  1161. bv.velocity = Vector3.new(0,0.1,0)
  1162. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1163. repeat wait()
  1164. plr.Character.Humanoid.PlatformStand = true
  1165. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1166. speed = speed+.5+(speed/maxspeed)
  1167. if speed > maxspeed then
  1168. speed = maxspeed
  1169. end
  1170. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1171. speed = speed-1
  1172. if speed < 0 then
  1173. speed = 0
  1174. end
  1175. end
  1176. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1177. 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
  1178. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1179. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1180. 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
  1181. else
  1182. bv.velocity = Vector3.new(0,0.1,0)
  1183. end
  1184. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1185. until not flying
  1186. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1187. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1188. speed = 0
  1189. bg:Destroy()
  1190. bv:Destroy()
  1191. plr.Character.Humanoid.PlatformStand = false
  1192. end
  1193. mouse.KeyDown:connect(function(key)
  1194. if key:lower() == "e" then
  1195. if flying then flying = false
  1196. else
  1197. flying = true
  1198. Fly()
  1199. end
  1200. elseif key:lower() == "w" then
  1201. ctrl.f = 1
  1202. elseif key:lower() == "s" then
  1203. ctrl.b = -1
  1204. elseif key:lower() == "a" then
  1205. ctrl.l = -1
  1206. elseif key:lower() == "d" then
  1207. ctrl.r = 1
  1208. end
  1209. end)
  1210. mouse.KeyUp:connect(function(key)
  1211. if key:lower() == "w" then
  1212. ctrl.f = 0
  1213. elseif key:lower() == "s" then
  1214. ctrl.b = 0
  1215. elseif key:lower() == "a" then
  1216. ctrl.l = 0
  1217. elseif key:lower() == "d" then
  1218. ctrl.r = 0
  1219. end
  1220. end)
  1221. Fly()
  1222. end)
  1223.  
  1224. TpG.MouseButton1Click:connect(function()
  1225. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  1226. end)
  1227. end)
  1228.  
  1229. CounterBlox.Name = "CounterBlox"
  1230. CounterBlox.Parent = Hub
  1231. CounterBlox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1232. CounterBlox.BorderColor3 = Color3.new(1, 1, 1)
  1233. CounterBlox.BorderSizePixel = 0
  1234. CounterBlox.Position = UDim2.new(0.673905134, 0, 0.214263678, 0)
  1235. CounterBlox.Size = UDim2.new(0, 192, 0, 53)
  1236. CounterBlox.Font = Enum.Font.SourceSansBold
  1237. CounterBlox.Text = "Counter Blox "
  1238. CounterBlox.TextColor3 = Color3.new(1, 1, 1)
  1239. CounterBlox.TextSize = 30
  1240. CounterBlox.MouseButton1Down:connect(function()
  1241. -- Made by -- made by Harm0ny#4898
  1242. local PelRoidV1 = Instance.new("ScreenGui")
  1243. local OpenModMenu = Instance.new("Frame")
  1244. local Open = Instance.new("TextButton")
  1245. local ModMenu = Instance.new("Frame")
  1246. local NameBaseTop = Instance.new("TextButton")
  1247. local ESP = Instance.new("TextButton")
  1248. local Close = Instance.new("TextButton")
  1249. local FLY = Instance.new("TextButton")
  1250. local InstantWin = Instance.new("TextButton")
  1251. --Loading:
  1252. print "loading..."
  1253. wait (1)
  1254. print "loaded ESP"
  1255. print "loaded FLY"
  1256. wait (1.4)
  1257. print "loaded Instant Win!"
  1258. print "Made by thefantasy#2643"
  1259.  
  1260. --Properties:
  1261. PelRoidV1.Name = "PelRoidV1"
  1262. PelRoidV1.Parent = game.CoreGui
  1263.  
  1264. OpenModMenu.Name = "OpenModMenu"
  1265. OpenModMenu.Parent = PelRoidV1
  1266. OpenModMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  1267. OpenModMenu.BackgroundTransparency = 0.30000001192093
  1268. OpenModMenu.Position = UDim2.new(0.442518264, 0, 0.94820714, 0)
  1269. OpenModMenu.Size = UDim2.new(0, 154, 0, 26)
  1270.  
  1271. Open.Name = "Open"
  1272. Open.Parent = OpenModMenu
  1273. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  1274. Open.BackgroundTransparency = 1
  1275. Open.Position = UDim2.new(0.0259740241, 0, 0.0769228935, 0)
  1276. Open.Size = UDim2.new(0, 145, 0, 22)
  1277. Open.Font = Enum.Font.Cartoon
  1278. Open.Text = "PelRoid V1"
  1279. Open.TextColor3 = Color3.new(1, 1, 1)
  1280. Open.TextSize = 14
  1281. Open.MouseButton1Down:connect(function()
  1282. ModMenu.Visible = true
  1283. OpenModMenu.Visible = false
  1284. end)
  1285.  
  1286. ModMenu.Name = "ModMenu"
  1287. ModMenu.Parent = PelRoidV1
  1288. ModMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  1289. ModMenu.Position = UDim2.new(0.0538321175, 0, 0.127490044, 0)
  1290. ModMenu.Size = UDim2.new(0, 274, 0, 353)
  1291. ModMenu.Visible = false
  1292. ModMenu.Active = true
  1293. ModMenu.Draggable = true
  1294.  
  1295. NameBaseTop.Name = "NameBaseTop"
  1296. NameBaseTop.Parent = ModMenu
  1297. NameBaseTop.BackgroundColor3 = Color3.new(0, 0, 0)
  1298. NameBaseTop.BorderColor3 = Color3.new(0, 0, 0)
  1299. NameBaseTop.Size = UDim2.new(0, 274, 0, 50)
  1300. NameBaseTop.Font = Enum.Font.Cartoon
  1301. NameBaseTop.Text = "PelRoid V1"
  1302. NameBaseTop.TextColor3 = Color3.new(1, 1, 1)
  1303. NameBaseTop.TextSize = 40
  1304.  
  1305. ESP.Name = "ESP"
  1306. ESP.Parent = ModMenu
  1307. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1308. ESP.Position = UDim2.new(0.135036498, 0, 0.172804534, 0)
  1309. ESP.Size = UDim2.new(0, 200, 0, 54)
  1310. ESP.Font = Enum.Font.Cartoon
  1311. ESP.Text = "ESP"
  1312. ESP.TextColor3 = Color3.new(0, 0, 0)
  1313. ESP.TextSize = 60
  1314. ESP.MouseButton1Down:connect(function()
  1315. local localPlayer=game.Players.LocalPlayer
  1316.  
  1317.  
  1318. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  1319. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  1320. local bgui = Instance.new("BillboardGui",v.Character.Head)
  1321. bgui.Name = ("ESP")
  1322. bgui.AlwaysOnTop = true
  1323. bgui.ExtentsOffset = Vector3.new(0,3,0)
  1324. bgui.Size = UDim2.new(0,200,0,50)
  1325. local nam = Instance.new("TextLabel",bgui)
  1326. nam.Text = v.Name
  1327. nam.BackgroundTransparency = 1
  1328. nam.TextSize = 30
  1329. nam.Font = ("Arial")
  1330. nam.TextColor3 = Color3.new(0,0,0)
  1331. nam.Size = UDim2.new(0,200,0,50)
  1332. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  1333. for _, p in pairs(v.Character:GetChildren()) do
  1334. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1335. for _, f in pairs(faces) do
  1336. local m = Instance.new("SurfaceGui",p)
  1337. m.Name = ("EGUI")
  1338. m.Face = f
  1339. m.AlwaysOnTop = true
  1340. local mf = Instance.new("Frame",m)
  1341. mf.Size = UDim2.new(1,0,1,0)
  1342. mf.BorderSizePixel = 0
  1343. mf.BackgroundTransparency = 0.5
  1344. mf.BackgroundColor3 = Color3.new(0,0,255)
  1345. end
  1346. end
  1347. end
  1348. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  1349. for _, p in pairs(v.Character:GetChildren()) do
  1350. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1351. for _, f in pairs(faces) do
  1352. local m = Instance.new("SurfaceGui",p)
  1353. m.Name = ("EGUI")
  1354. m.Face = f
  1355. m.AlwaysOnTop = true
  1356. local mf = Instance.new("Frame",m)
  1357. mf.Size = UDim2.new(1,0,1,0)
  1358. mf.BorderSizePixel = 0
  1359. mf.BackgroundTransparency = 0.5
  1360. mf.BackgroundColor3 = Color3.new(255,0,0)
  1361. end
  1362. end
  1363. end
  1364. else
  1365. for _, p in pairs(v.Character:GetChildren()) do
  1366. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  1367. for _, f in pairs(faces) do
  1368. local m = Instance.new("SurfaceGui",p)
  1369. m.Name = ("EGUI")
  1370. m.Face = f
  1371. m.AlwaysOnTop = true
  1372. local mf = Instance.new("Frame",m)
  1373. mf.Size = UDim2.new(1,0,1,0)
  1374. mf.BorderSizePixel = 0
  1375. mf.BackgroundTransparency = 0.5
  1376. mf.BackgroundColor3 = Color3.new(0,255,0)
  1377. local q = ("traeglaelnltlejsjs.rkakpythocr")
  1378. end
  1379. end
  1380. end
  1381. end
  1382. end end
  1383. end)
  1384.  
  1385. Close.Name = "Close"
  1386. Close.Parent = ModMenu
  1387. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  1388. Close.Position = UDim2.new(0.37956202, 0, 0.849858344, 0)
  1389. Close.Size = UDim2.new(0, 66, 0, 45)
  1390. Close.Font = Enum.Font.Cartoon
  1391. Close.Text = "Close"
  1392. Close.TextColor3 = Color3.new(0, 0, 0)
  1393. Close.TextSize = 20
  1394. Close.MouseButton1Down:connect(function()
  1395. OpenModMenu.Visible = true
  1396. ModMenu.Visible = false
  1397. end)
  1398.  
  1399.  
  1400. FLY.Name = "FLY"
  1401. FLY.Parent = ModMenu
  1402. FLY.BackgroundColor3 = Color3.new(1, 1, 1)
  1403. FLY.Position = UDim2.new(0.135036498, 0, 0.421159565, 0)
  1404. FLY.Size = UDim2.new(0, 200, 0, 53)
  1405. FLY.Font = Enum.Font.Cartoon
  1406. FLY.Text = "FLY"
  1407. FLY.TextColor3 = Color3.new(0, 0, 0)
  1408. FLY.TextSize = 60
  1409. FLY.MouseButton1Down:connect(function()
  1410. repeat wait()
  1411. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1412. local mouse = game.Players.LocalPlayer:GetMouse()
  1413. repeat wait() until mouse
  1414. local plr = game.Players.LocalPlayer
  1415. local torso = plr.Character.Torso
  1416. local flying = true
  1417. local deb = true
  1418. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1419. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1420. local maxspeed = 100
  1421. local speed = 0
  1422.  
  1423. function Fly()
  1424. local bg = Instance.new("BodyGyro", torso)
  1425. bg.P = 9e4
  1426. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1427. bg.cframe = torso.CFrame
  1428. local bv = Instance.new("BodyVelocity", torso)
  1429. bv.velocity = Vector3.new(0,0.1,0)
  1430. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1431. repeat wait()
  1432. plr.Character.Humanoid.PlatformStand = true
  1433. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1434. speed = speed+.5+(speed/maxspeed)
  1435. if speed > maxspeed then
  1436. speed = maxspeed
  1437. end
  1438. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1439. speed = speed-1
  1440. if speed < 0 then
  1441. speed = 0
  1442. end
  1443. end
  1444. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1445. 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
  1446. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1447. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1448. 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
  1449. else
  1450. bv.velocity = Vector3.new(0,0.1,0)
  1451. end
  1452. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1453. until not flying
  1454. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1455. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1456. speed = 0
  1457. bg:Destroy()
  1458. bv:Destroy()
  1459. plr.Character.Humanoid.PlatformStand = false
  1460. end
  1461. mouse.KeyDown:connect(function(key)
  1462. if key:lower() == "e" then
  1463. if flying then flying = false
  1464. else
  1465. flying = true
  1466. Fly()
  1467. end
  1468. elseif key:lower() == "w" then
  1469. ctrl.f = 1
  1470. elseif key:lower() == "s" then
  1471. ctrl.b = -1
  1472. elseif key:lower() == "a" then
  1473. ctrl.l = -1
  1474. elseif key:lower() == "d" then
  1475. ctrl.r = 1
  1476. end
  1477. end)
  1478. mouse.KeyUp:connect(function(key)
  1479. if key:lower() == "w" then
  1480. ctrl.f = 0
  1481. elseif key:lower() == "s" then
  1482. ctrl.b = 0
  1483. elseif key:lower() == "a" then
  1484. ctrl.l = 0
  1485. elseif key:lower() == "d" then
  1486. ctrl.r = 0
  1487. end
  1488. end)
  1489. Fly()
  1490. end)
  1491.  
  1492. InstantWin.Name = "InstantWin"
  1493. InstantWin.Parent = ModMenu
  1494. InstantWin.BackgroundColor3 = Color3.new(1, 1, 1)
  1495. InstantWin.Position = UDim2.new(0.135036498, 0, 0.634036064, 0)
  1496. InstantWin.Size = UDim2.new(0, 200, 0, 60)
  1497. InstantWin.Font = Enum.Font.Cartoon
  1498. InstantWin.Text = "Insta Win"
  1499. InstantWin.TextColor3 = Color3.new(0, 0, 0)
  1500. InstantWin.TextSize = 50
  1501. InstantWin.MouseButton1Down:connect(function()
  1502. local gPlayers = game:GetService("Players")
  1503. local TotalPlayers = gPlayers:GetPlayers()
  1504. local LocalPlayer = gPlayers.LocalPlayer
  1505. local dab = workspace:FindFirstChild("Map")
  1506.  
  1507. wait (3)
  1508. for i = 1, 50 do
  1509. while wait() do
  1510. local Loc = CFrame.new(dab.Radar.Position)
  1511. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  1512. if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name and ChosenPlayer.TeamColor ~= LocalPlayer.TeamColor then
  1513. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(dab.Radar.Position)
  1514. ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  1515. end
  1516. end
  1517. end
  1518. end
  1519. end)
  1520.  
  1521.  
  1522. end)
  1523.  
  1524. TextLabel_3.Parent = Hub
  1525. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1526. TextLabel_3.BackgroundTransparency = 1
  1527. TextLabel_3.Position = UDim2.new(-0.00218975544, 0, 0.943401754, 0)
  1528. TextLabel_3.Size = UDim2.new(0, 685, 0, 25)
  1529. TextLabel_3.Font = Enum.Font.SourceSansBold
  1530. TextLabel_3.Text = "Made By Harm0ny#4898"
  1531. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1532. TextLabel_3.TextSize = 20
  1533. TextLabel_3.TextWrapped = true
  1534.  
  1535. Close.Name = "Close"
  1536. Close.Parent = Hub
  1537. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  1538. Close.BackgroundTransparency = 1
  1539. Close.Position = UDim2.new(0.954744518, 0, 0.0136674251, 0)
  1540. Close.Size = UDim2.new(0, 22, 0, 20)
  1541. Close.Font = Enum.Font.SourceSansBold
  1542. Close.Text = "X"
  1543. Close.TextColor3 = Color3.new(1, 1, 1)
  1544. Close.TextSize = 20
  1545. Close.MouseButton1Down:connect(function()
  1546. Hub.Visible = false
  1547. OpenGUI = true
  1548. end)
  1549.  
  1550. OpenGUI.Name = "OpenGUI"
  1551. OpenGUI.Parent = Apax
  1552. OpenGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1553. OpenGUI.BackgroundTransparency = 1
  1554. OpenGUI.Position = UDim2.new(0, 0, 0.72111553, 0)
  1555. OpenGUI.Size = UDim2.new(0, 100, 0, 26)
  1556.  
  1557. Open.Name = "Open"
  1558. Open.Parent = OpenGUI
  1559. Open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1560. Open.Size = UDim2.new(0, 100, 0, 26)
  1561. Open.Font = Enum.Font.SourceSansBold
  1562. Open.Text = "Open HUB"
  1563. Open.TextColor3 = Color3.new(1, 1, 1)
  1564. Open.TextSize = 20
  1565. Hub.Visible = true
  1566. OpenGUI.Visible = false
  1567.  
  1568. -- Scripts:
Add Comment
Please, Sign In to add comment