Advertisement
spidey_v6

Untitled

Dec 22nd, 2019
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.94 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ShowScrollframe = Instance.new("ImageButton")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local ShowScripts = Instance.new("TextButton")
  12. local ShowLumberTycoon2 = Instance.new("TextButton")
  13. local Showotherguis = Instance.new("TextButton")
  14. local ShowCredits = Instance.new("TextButton")
  15. local Games = Instance.new("TextButton")
  16. local showMoreGames = Instance.new("TextButton")
  17. local Credits = Instance.new("TextBox")
  18. local Scripts = Instance.new("Frame")
  19. local RevizAdmin = Instance.new("TextButton")
  20. local CloseScripts = Instance.new("TextButton")
  21. local Dex = Instance.new("TextButton")
  22. local RoXploit = Instance.new("TextButton")
  23. local InfJump = Instance.new("TextButton")
  24. local FERape = Instance.new("TextButton")
  25. local Lumbertycoon2 = Instance.new("Frame")
  26. local DMoney = Instance.new("TextButton")
  27. local LoadSlot = Instance.new("TextButton")
  28. local Speed = Instance.new("TextButton")
  29. local ClickTP = Instance.new("TextButton")
  30. local FreeLand = Instance.new("TextButton")
  31. local Hidelumbertycoon = Instance.new("TextButton")
  32. local Games_2 = Instance.new("Frame")
  33. local Jailbreak = Instance.new("ImageButton")
  34. local Counterblox = Instance.new("ImageButton")
  35. local VehicleSimulator = Instance.new("ImageButton")
  36. local Rocitizens = Instance.new("ImageButton")
  37. local MurderMystery2 = Instance.new("ImageButton")
  38. local CounterBlox = Instance.new("Frame")
  39. local Counterbloxsnippetgui = Instance.new("TextButton")
  40. local HideCounterblox = Instance.new("TextButton")
  41. local MM2 = Instance.new("Frame")
  42. local mm2gui = Instance.new("TextButton")
  43. local Closemm2 = Instance.new("TextButton")
  44. local Jailbreakframe = Instance.new("Frame")
  45. local AutisticWare = Instance.new("TextButton")
  46. local HideJailbreak = Instance.new("TextButton")
  47. local Rocitizens_2 = Instance.new("Frame")
  48. local HideRocitizens = Instance.new("TextButton")
  49. local RocitizensGui = Instance.new("TextButton")
  50. local Close = Instance.new("TextButton")
  51. local minimize = Instance.new("TextButton")
  52. local OtherGuis = Instance.new("Frame")
  53. local FpsGui = Instance.new("TextButton")
  54. local Dirt = Instance.new("TextButton")
  55. local Syntax = Instance.new("TextButton")
  56. local Moresoon = Instance.new("TextButton")
  57. local Closeotherguis = Instance.new("TextButton")
  58. local MoreGames = Instance.new("Frame")
  59. local NinjalegendsGUI = Instance.new("TextButton")
  60. local TextLabel_2 = Instance.new("TextLabel")
  61. local vynexcracked = Instance.new("TextButton")
  62. local Boogaboogagui = Instance.new("TextButton")
  63. local Zombierush = Instance.new("TextButton")
  64. local WorkAtPizzaPlace = Instance.new("TextButton")
  65. local UltimateDriving = Instance.new("TextButton")
  66. local PhantomForces = Instance.new("TextButton")
  67. local BuildABoatForTreasure = Instance.new("TextButton")
  68. local ClosePhantomforces = Instance.new("TextButton")
  69. local VehicleSimulator_2 = Instance.new("Frame")
  70. local Gui1 = Instance.new("TextButton")
  71. local Closevehiclesimulator = Instance.new("TextButton")
  72. local OpenFrame = Instance.new("Frame")
  73. local Open = Instance.new("TextButton")
  74. local Key = Instance.new("Frame")
  75. local TextLabel_3 = Instance.new("TextLabel")
  76. local Partner = Instance.new("Frame")
  77. local TextLabel_4 = Instance.new("TextLabel")
  78. local ImageLabel = Instance.new("ImageLabel")
  79. local Copy = Instance.new("TextButton")
  80. local Advise = Instance.new("TextBox")
  81. local KeyBox = Instance.new("TextBox")
  82. local Enter = Instance.new("TextButton")
  83. local Changelog = Instance.new("Frame")
  84. local TextLabel_5 = Instance.new("TextLabel")
  85. local ImageLabel_2 = Instance.new("ImageLabel")
  86. local Changealottext = Instance.new("TextBox")
  87. local Nokey = Instance.new("Frame")
  88. local TextLabel_6 = Instance.new("TextLabel")
  89. local Nothing = Instance.new("TextBox")
  90. local Loginasguest = Instance.new("TextButton")
  91.  
  92. --Properties:
  93.  
  94. ScreenGui.Parent = game.CoreGui
  95.  
  96. Main.Name = "Main"
  97. Main.Parent = ScreenGui
  98. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  99. Main.Position = UDim2.new(0.454545379, 0, 0.0776892453, 0)
  100. Main.Size = UDim2.new(0, 314, 0, 423)
  101. Main.Visible = false
  102.  
  103. TextLabel.Parent = Main
  104. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  105. TextLabel.Size = UDim2.new(0, 314, 0, 22)
  106. TextLabel.Font = Enum.Font.Highway
  107. TextLabel.Text = "Project Zero V1.0.1"
  108. TextLabel.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  109. TextLabel.TextSize = 14
  110.  
  111. ShowScrollframe.Name = "Show Scrollframe"
  112. ShowScrollframe.Parent = Main
  113. ShowScrollframe.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  114. ShowScrollframe.Position = UDim2.new(0.0766755119, 0, 0.832151294, 0)
  115. ShowScrollframe.Size = UDim2.new(0, 71, 0, 60)
  116. ShowScrollframe.Image = "http://www.roblox.com/asset/?id=510183737"
  117.  
  118. ScrollingFrame.Parent = Main
  119. ScrollingFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  120. ScrollingFrame.Position = UDim2.new(0.0528839007, 0, 0.087470457, 0)
  121. ScrollingFrame.Size = UDim2.new(0, 93, 0, 315)
  122. ScrollingFrame.Visible = false
  123. ScrollingFrame.BottomImage = "http://www.roblox.com/asset/?id=711178979"
  124. ScrollingFrame.MidImage = "http://www.roblox.com/asset/?id=711178979"
  125. ScrollingFrame.ScrollBarThickness = 10
  126.  
  127. ShowScripts.Name = "ShowScripts"
  128. ShowScripts.Parent = ScrollingFrame
  129. ShowScripts.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  130. ShowScripts.Position = UDim2.new(0.0967741981, 0, 0.00869036093, 0)
  131. ShowScripts.Size = UDim2.new(0, 63, 0, 54)
  132. ShowScripts.Font = Enum.Font.GothamBlack
  133. ShowScripts.Text = "Scripts"
  134. ShowScripts.TextColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  135. ShowScripts.TextSize = 14
  136. ShowScripts.TextWrapped = true
  137. ShowScripts.MouseButton1Down:connect(function()
  138. if(Scripts.Visible == true)then
  139. Scripts.Visible = false
  140. else
  141. Scripts.Visible = true
  142. end
  143. end)
  144.  
  145. ShowLumberTycoon2.Name = "Show Lumber Tycoon 2"
  146. ShowLumberTycoon2.Parent = ScrollingFrame
  147. ShowLumberTycoon2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  148. ShowLumberTycoon2.Position = UDim2.new(0.0967741981, 0, 0.0796123445, 0)
  149. ShowLumberTycoon2.Size = UDim2.new(0, 63, 0, 54)
  150. ShowLumberTycoon2.Font = Enum.Font.GothamBlack
  151. ShowLumberTycoon2.Text = "Lumber Tycoon 2"
  152. ShowLumberTycoon2.TextColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  153. ShowLumberTycoon2.TextScaled = true
  154. ShowLumberTycoon2.TextSize = 14
  155. ShowLumberTycoon2.TextWrapped = true
  156. ShowLumberTycoon2.MouseButton1Down:connect(function()
  157. if(Lumbertycoon2.Visible == true)then
  158. Lumbertycoon2.Visible = false
  159. else
  160. Lumbertycoon2.Visible = true
  161. end
  162. end)
  163.  
  164. Showotherguis.Name = "Show other guis"
  165. Showotherguis.Parent = ScrollingFrame
  166. Showotherguis.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  167. Showotherguis.Position = UDim2.new(0.0967741981, 0, 0.149352297, 0)
  168. Showotherguis.Size = UDim2.new(0, 63, 0, 54)
  169. Showotherguis.Font = Enum.Font.GothamBlack
  170. Showotherguis.Text = "Other Gui's"
  171. Showotherguis.TextColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  172. Showotherguis.TextScaled = true
  173. Showotherguis.TextSize = 14
  174. Showotherguis.TextWrapped = true
  175. Showotherguis.MouseButton1Down:connect(function()
  176. if(OtherGuis.Visible == true)then
  177. OtherGuis.Visible = false
  178. else
  179. OtherGuis.Visible = true
  180. end
  181. end)
  182.  
  183. ShowCredits.Name = "Show Credits"
  184. ShowCredits.Parent = ScrollingFrame
  185. ShowCredits.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  186. ShowCredits.Position = UDim2.new(0.0967741981, 0, 0.221456319, 0)
  187. ShowCredits.Size = UDim2.new(0, 63, 0, 54)
  188. ShowCredits.Font = Enum.Font.GothamBlack
  189. ShowCredits.Text = "Credits"
  190. ShowCredits.TextColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  191. ShowCredits.TextScaled = true
  192. ShowCredits.TextSize = 14
  193. ShowCredits.TextWrapped = true
  194. ShowCredits.MouseButton1Down:connect(function()
  195. if(Credits.Visible == true)then
  196. Credits.Visible = false
  197. else
  198. Credits.Visible = true
  199. end
  200. end)
  201.  
  202. Games.Name = "Games"
  203. Games.Parent = ScrollingFrame
  204. Games.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  205. Games.Position = UDim2.new(0.0967741981, 0, 0.293560326, 0)
  206. Games.Size = UDim2.new(0, 63, 0, 54)
  207. Games.Font = Enum.Font.GothamBlack
  208. Games.Text = "Games"
  209. Games.TextColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  210. Games.TextScaled = true
  211. Games.TextSize = 14
  212. Games.TextWrapped = true
  213. Games.MouseButton1Down:connect(function()
  214. if(Games_2.Visible == true)then
  215. Games_2.Visible = false
  216. else
  217. Games_2.Visible = true
  218. end
  219. end)
  220.  
  221. showMoreGames.Name = "show More Games"
  222. showMoreGames.Parent = ScrollingFrame
  223. showMoreGames.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  224. showMoreGames.Position = UDim2.new(0.0967741981, 0, 0.370392472, 0)
  225. showMoreGames.Size = UDim2.new(0, 63, 0, 54)
  226. showMoreGames.Font = Enum.Font.GothamBlack
  227. showMoreGames.Text = "More Games"
  228. showMoreGames.TextColor3 = Color3.new(0.815686, 0.815686, 0.815686)
  229. showMoreGames.TextScaled = true
  230. showMoreGames.TextSize = 14
  231. showMoreGames.TextWrapped = true
  232. showMoreGames.MouseButton1Down:connect(function()
  233. if(MoreGames.Visible == true)then
  234. MoreGames.Visible = false
  235. else
  236. MoreGames.Visible = true
  237. end
  238. end)
  239.  
  240. Credits.Name = "Credits"
  241. Credits.Parent = Main
  242. Credits.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  243. Credits.Position = UDim2.new(0.380898446, 0, 0.0898345187, 0)
  244. Credits.Size = UDim2.new(0, 188, 0, 178)
  245. Credits.Font = Enum.Font.Fantasy
  246. Credits.Text = "Welcome to Project Zero! This is one of the top of the lines Gui`s! Made By SilentMode#3113"
  247. Credits.TextColor3 = Color3.new(0.776471, 0.776471, 0.776471)
  248. Credits.TextScaled = true
  249. Credits.TextSize = 14
  250. Credits.TextWrapped = true
  251. Credits.TextXAlignment = Enum.TextXAlignment.Left
  252. Credits.TextYAlignment = Enum.TextYAlignment.Top
  253.  
  254. Scripts.Name = "Scripts"
  255. Scripts.Parent = Main
  256. Scripts.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  257. Scripts.Position = UDim2.new(0.385350287, 0, 0.0898345187, 0)
  258. Scripts.Size = UDim2.new(0, 186, 0, 315)
  259. Scripts.Visible = false
  260.  
  261. RevizAdmin.Name = "Reviz Admin"
  262. RevizAdmin.Parent = Scripts
  263. RevizAdmin.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  264. RevizAdmin.Position = UDim2.new(0.0537634417, 0, 0.0222222228, 0)
  265. RevizAdmin.Size = UDim2.new(0, 168, 0, 41)
  266. RevizAdmin.Font = Enum.Font.GothamBlack
  267. RevizAdmin.Text = "Reviz Admin"
  268. RevizAdmin.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  269. RevizAdmin.TextSize = 14
  270. RevizAdmin.MouseButton1Down:connect(function()
  271. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7",true))()
  272. end)
  273.  
  274. CloseScripts.Name = "Close Scripts"
  275. CloseScripts.Parent = Scripts
  276. CloseScripts.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  277. CloseScripts.Position = UDim2.new(0.0483870991, 0, 0.800000012, 0)
  278. CloseScripts.Size = UDim2.new(0, 168, 0, 41)
  279. CloseScripts.Font = Enum.Font.GothamBlack
  280. CloseScripts.Text = "Close"
  281. CloseScripts.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  282. CloseScripts.TextSize = 14
  283. CloseScripts.MouseButton1Down:connect(function()
  284. if(Scripts.Visible == true)then
  285. Scripts.Visible = false
  286. else
  287. Scripts.Visible = true
  288. end
  289. end)
  290.  
  291. Dex.Name = "Dex"
  292. Dex.Parent = Scripts
  293. Dex.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  294. Dex.Position = UDim2.new(0.0537634417, 0, 0.177777782, 0)
  295. Dex.Size = UDim2.new(0, 168, 0, 41)
  296. Dex.Font = Enum.Font.GothamBlack
  297. Dex.Text = "Dex V2.0"
  298. Dex.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  299. Dex.TextSize = 14
  300. Dex.MouseButton1Down:connect(function()
  301. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex%20Explorer%20V2.txt",true))()
  302. end)
  303.  
  304. RoXploit.Name = "Ro-Xploit"
  305. RoXploit.Parent = Scripts
  306. RoXploit.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  307. RoXploit.Position = UDim2.new(0.0537634417, 0, 0.326984137, 0)
  308. RoXploit.Size = UDim2.new(0, 168, 0, 41)
  309. RoXploit.Font = Enum.Font.GothamBlack
  310. RoXploit.Text = "Ro-Xploit"
  311. RoXploit.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  312. RoXploit.TextSize = 14
  313. RoXploit.MouseButton1Down:connect(function()
  314. loadstring(game:HttpGet("https://pastebin.com/raw/iB0Lpgny",true))()
  315. end)
  316.  
  317. InfJump.Name = "Inf Jump"
  318. InfJump.Parent = Scripts
  319. InfJump.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  320. InfJump.Position = UDim2.new(0.0537634417, 0, 0.485714316, 0)
  321. InfJump.Size = UDim2.new(0, 168, 0, 41)
  322. InfJump.Font = Enum.Font.GothamBlack
  323. InfJump.Text = "Inf Jump"
  324. InfJump.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  325. InfJump.TextSize = 14
  326. InfJump.MouseButton1Down:connect(function()
  327. game:GetService("UserInputService").JumpRequest:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")end)
  328. end)
  329.  
  330. FERape.Name = "FE Rape"
  331. FERape.Parent = Scripts
  332. FERape.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  333. FERape.Position = UDim2.new(0.0537634417, 0, 0.63809526, 0)
  334. FERape.Size = UDim2.new(0, 168, 0, 41)
  335. FERape.Font = Enum.Font.GothamBlack
  336. FERape.Text = "FE Rape"
  337. FERape.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  338. FERape.TextSize = 14
  339. FERape.MouseButton1Down:connect(function()
  340. wait(1.2)
  341. game.StarterGui:SetCore("SendNotification", {
  342. Title = "Project Zero"; -- the title (ofc)
  343. Text = "Paid Version Only! , - Satan For Life"; -- what the text says (ofc)
  344. Icon = "https://www.roblox.com/library/12781323/satanic"; -- the image if u want.
  345. Duration = 8; -- how long the notification should in secounds
  346. })
  347. end)
  348.  
  349.  
  350. Lumbertycoon2.Name = "Lumber tycoon 2"
  351. Lumbertycoon2.Parent = Main
  352. Lumbertycoon2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  353. Lumbertycoon2.Position = UDim2.new(0.378980935, 0, 0.0898345262, 0)
  354. Lumbertycoon2.Size = UDim2.new(0, 186, 0, 315)
  355. Lumbertycoon2.Visible = false
  356.  
  357. DMoney.Name = "DMoney"
  358. DMoney.Parent = Lumbertycoon2
  359. DMoney.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  360. DMoney.Position = UDim2.new(0.0537634417, 0, 0.0222222228, 0)
  361. DMoney.Size = UDim2.new(0, 168, 0, 41)
  362. DMoney.Font = Enum.Font.GothamBlack
  363. DMoney.Text = "Dupe Money"
  364. DMoney.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  365. DMoney.TextSize = 14
  366. DMoney.MouseButton1Down:connect(function()
  367. loadstring(game:HttpGet("https://pastebin.com/raw/Hw5CqkvK",true))()
  368.  
  369.  
  370. wait(1.2)
  371. game.StarterGui:SetCore("SendNotification", {
  372. Title = "Project Zero"; -- the title (ofc)
  373. Text = "Do !Dmoney 2 And then !loadslot , - Satan For Life"; -- what the text says (ofc)
  374. Icon = "https://www.roblox.com/library/12781323/satanic"; -- the image if u want.
  375. Duration = 8; -- how long the notification should in secounds
  376. })
  377. end)
  378.  
  379. LoadSlot.Name = "Load Slot"
  380. LoadSlot.Parent = Lumbertycoon2
  381. LoadSlot.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  382. LoadSlot.Position = UDim2.new(0.0537634417, 0, 0.171428576, 0)
  383. LoadSlot.Size = UDim2.new(0, 168, 0, 41)
  384. LoadSlot.Font = Enum.Font.GothamBlack
  385. LoadSlot.Text = "Load Slot"
  386. LoadSlot.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  387. LoadSlot.TextSize = 14
  388. LoadSlot.MouseButton1Down:connect(function() --Loads the slot you want
  389. ScriptLoad = true
  390. local CheckSlot = CheckSlotNumber()
  391. if CheckSlot ~= false then
  392. if CheckIfSlotAvailable(CheckSlot) == true then
  393. local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  394. if LoadSlot == false then
  395. SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  396. end
  397. if LoadSlot == true then
  398. SendNotification("Reload Notification", "Loaded Your Slot", 2)
  399. CurrentSlot = CheckSlot
  400. end
  401. else
  402. SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  403. end
  404. else
  405. SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  406. end
  407. ScriptLoad = false
  408. end)
  409.  
  410. Speed.Name = "Speed"
  411. Speed.Parent = Lumbertycoon2
  412. Speed.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  413. Speed.Position = UDim2.new(0.0537634417, 0, 0.320634931, 0)
  414. Speed.Size = UDim2.new(0, 168, 0, 41)
  415. Speed.Font = Enum.Font.GothamBlack
  416. Speed.Text = "Speed"
  417. Speed.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  418. Speed.TextSize = 14
  419. Speed.MouseButton1Down:connect(function()
  420. local walkspeedplayer = game:GetService("Players").LocalPlayer
  421. local walkspeedmouse = walkspeedplayer:GetMouse()
  422.  
  423. local walkspeedenabled = false
  424.  
  425. function x_walkspeed(key)
  426. if (key == "v") then
  427. if walkspeedenabled == false then
  428. _G.WS = 150;
  429.  
  430. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  431. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  432. Humanoid.WalkSpeed = _G.WS;
  433. end)
  434. Humanoid.WalkSpeed = _G.WS;
  435.  
  436. walkspeedenabled = true
  437. elseif walkspeedenabled == true then
  438. _G.WS = 15;
  439. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  440. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  441. Humanoid.WalkSpeed = _G.WS;
  442. end)
  443. Humanoid.WalkSpeed = _G.WS;
  444.  
  445. walkspeedenabled = false
  446. end
  447. end
  448. end
  449.  
  450. walkspeedmouse.KeyDown:connect(x_walkspeed)
  451.  
  452. wait(1.2)
  453. game.StarterGui:SetCore("SendNotification", {
  454. Title = "Project Zero"; -- the title (ofc)
  455. Text = "Press V For speed! , - Satan For Life"; -- what the text says (ofc)
  456. Icon = "https://www.roblox.com/library/12781323/satanic"; -- the image if u want.
  457. Duration = 8; -- how long the notification should in secounds
  458. })
  459. end)
  460.  
  461. ClickTP.Name = "Click TP"
  462. ClickTP.Parent = Lumbertycoon2
  463. ClickTP.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  464. ClickTP.Position = UDim2.new(0.0537634417, 0, 0.463492095, 0)
  465. ClickTP.Size = UDim2.new(0, 168, 0, 41)
  466. ClickTP.Font = Enum.Font.GothamBlack
  467. ClickTP.Text = "Click TP"
  468. ClickTP.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  469. ClickTP.TextSize = 14
  470. ClickTP.MouseButton1Down:connect(function()
  471. ClickTP.MouseButton1Click:Connect(function()
  472. mouse = game.Players.LocalPlayer:GetMouse()
  473. tool = Instance.new("Tool")
  474. tool.RequiresHandle = false
  475. tool.Name = "Click Teleport"
  476. tool.Activated:connect(function()
  477. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  478. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  479. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  480. end)
  481. tool.Parent = game.Players.LocalPlayer.Backpack
  482. end)
  483. end)
  484.  
  485. FreeLand.Name = "Free Land"
  486. FreeLand.Parent = Lumbertycoon2
  487. FreeLand.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  488. FreeLand.Position = UDim2.new(0.0537634417, 0, 0.612698436, 0)
  489. FreeLand.Size = UDim2.new(0, 168, 0, 41)
  490. FreeLand.Font = Enum.Font.GothamBlack
  491. FreeLand.Text = "Free Land"
  492. FreeLand.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  493. FreeLand.TextSize = 14
  494. FreeLand.MouseButton1Down:connect(function()
  495.  
  496. end)
  497.  
  498. Hidelumbertycoon.Name = "Hide lumber tycoon"
  499. Hidelumbertycoon.Parent = Lumbertycoon2
  500. Hidelumbertycoon.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  501. Hidelumbertycoon.Position = UDim2.new(0.0606784672, 0, 0.836848736, 0)
  502. Hidelumbertycoon.Size = UDim2.new(0, 162, 0, 38)
  503. Hidelumbertycoon.Font = Enum.Font.GothamBlack
  504. Hidelumbertycoon.Text = "Close"
  505. Hidelumbertycoon.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  506. Hidelumbertycoon.TextScaled = true
  507. Hidelumbertycoon.TextSize = 14
  508. Hidelumbertycoon.TextWrapped = true
  509. Hidelumbertycoon.MouseButton1Down:connect(function()
  510. if(Lumbertycoon2.Visible == true)then
  511. Lumbertycoon2.Visible = false
  512. else
  513. Lumbertycoon2.Visible = true
  514. end
  515. end)
  516.  
  517. Games_2.Name = "Games"
  518. Games_2.Parent = Main
  519. Games_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  520. Games_2.Position = UDim2.new(0.378980875, 0, 0.0898345262, 0)
  521. Games_2.Size = UDim2.new(0, 187, 0, 315)
  522. Games_2.Visible = false
  523.  
  524. Jailbreak.Name = "Jailbreak"
  525. Jailbreak.Parent = Games_2
  526. Jailbreak.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  527. Jailbreak.Position = UDim2.new(0.0427807495, 0, 0.0222222228, 0)
  528. Jailbreak.Size = UDim2.new(0, 69, 0, 60)
  529. Jailbreak.Image = "http://www.roblox.com/asset/?id=1396238849"
  530. Jailbreak.MouseButton1Down:connect(function()
  531. if(Jailbreakframe.Visible == true)then
  532. Jailbreakframe.Visible = false
  533. else
  534. Jailbreakframe.Visible = true
  535. end
  536. end)
  537.  
  538. Counterblox.Name = "Counter blox"
  539. Counterblox.Parent = Games_2
  540. Counterblox.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  541. Counterblox.Position = UDim2.new(0.529411733, 0, 0.0222222228, 0)
  542. Counterblox.Size = UDim2.new(0, 69, 0, 60)
  543. Counterblox.Image = "http://www.roblox.com/asset/?id=1081912120"
  544. Counterblox.MouseButton1Down:connect(function()
  545. if(CounterBlox.Visible == true)then
  546. CounterBlox.Visible = false
  547. else
  548. CounterBlox.Visible = true
  549. end
  550. end)
  551.  
  552.  
  553. VehicleSimulator.Name = "Vehicle Simulator"
  554. VehicleSimulator.Parent = Games_2
  555. VehicleSimulator.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  556. VehicleSimulator.Position = UDim2.new(0.0427807495, 0, 0.241269842, 0)
  557. VehicleSimulator.Size = UDim2.new(0, 69, 0, 60)
  558. VehicleSimulator.Image = "http://www.roblox.com/asset/?id=834663105"
  559. VehicleSimulator.MouseButton1Down:connect(function()
  560. if(VehicleSimulator_2.Visible == true)then
  561. VehicleSimulator_2.Visible = false
  562. else
  563. VehicleSimulator_2.Visible = true
  564. end
  565. end)
  566.  
  567. Rocitizens.Name = "Rocitizens"
  568. Rocitizens.Parent = Games_2
  569. Rocitizens.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  570. Rocitizens.Position = UDim2.new(0.529411733, 0, 0.241269842, 0)
  571. Rocitizens.Size = UDim2.new(0, 69, 0, 60)
  572. Rocitizens.Image = "http://www.roblox.com/asset/?id=819432156"
  573. Rocitizens.MouseButton1Down:connect(function()
  574. if(Rocitizens_2.Visible == true)then
  575. Rocitizens_2.Visible = false
  576. else
  577. Rocitizens_2.Visible = true
  578. end
  579. end)
  580.  
  581. MurderMystery2.Name = "Murder Mystery 2"
  582. MurderMystery2.Parent = Games_2
  583. MurderMystery2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  584. MurderMystery2.Position = UDim2.new(0.0427807271, 0, 0.453968257, 0)
  585. MurderMystery2.Size = UDim2.new(0, 69, 0, 60)
  586. MurderMystery2.Image = "http://www.roblox.com/asset/?id=2655653681"
  587. MurderMystery2.MouseButton1Down:connect(function()
  588. if(MM2.Visible == true)then
  589. MM2.Visible = false
  590. else
  591. MM2.Visible = true
  592. end
  593. end)
  594.  
  595. CounterBlox.Name = "Counter Blox"
  596. CounterBlox.Parent = Main
  597. CounterBlox.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  598. CounterBlox.Position = UDim2.new(0.378980935, 0, 0.0898345187, 0)
  599. CounterBlox.Size = UDim2.new(0, 188, 0, 315)
  600. CounterBlox.Visible = false
  601.  
  602. Counterbloxsnippetgui.Name = "Counter blox snippet gui"
  603. Counterbloxsnippetgui.Parent = CounterBlox
  604. Counterbloxsnippetgui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  605. Counterbloxsnippetgui.Position = UDim2.new(0.0435826741, 0, 0.022469487, 0)
  606. Counterbloxsnippetgui.Size = UDim2.new(0, 172, 0, 60)
  607. Counterbloxsnippetgui.Font = Enum.Font.GothamBlack
  608. Counterbloxsnippetgui.Text = "Gui"
  609. Counterbloxsnippetgui.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  610. Counterbloxsnippetgui.TextSize = 20
  611. Counterbloxsnippetgui.TextWrapped = true
  612. Counterbloxsnippetgui.MouseButton1Down:connect(function()
  613. loadstring(game:HttpGet("https://pastebin.com/raw/5bMe0dRu",true))()
  614.  
  615. end)
  616.  
  617. HideCounterblox.Name = "Hide Counterblox"
  618. HideCounterblox.Parent = CounterBlox
  619. HideCounterblox.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  620. HideCounterblox.Position = UDim2.new(0.0544462651, 0, 0.788419187, 0)
  621. HideCounterblox.Size = UDim2.new(0, 167, 0, 53)
  622. HideCounterblox.Font = Enum.Font.GothamBlack
  623. HideCounterblox.Text = "Close"
  624. HideCounterblox.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  625. HideCounterblox.TextScaled = true
  626. HideCounterblox.TextSize = 14
  627. HideCounterblox.TextWrapped = true
  628. HideCounterblox.MouseButton1Down:connect(function()
  629. if(CounterBlox.Visible == true)then
  630. CounterBlox.Visible = false
  631. else
  632. CounterBlox.Visible = false
  633. end
  634. end)
  635.  
  636. MM2.Name = "MM2"
  637. MM2.Parent = Main
  638. MM2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  639. MM2.Position = UDim2.new(0.382165611, 0, 0.0874704495, 0)
  640. MM2.Size = UDim2.new(0, 187, 0, 315)
  641. MM2.Visible = false
  642.  
  643. mm2gui.Name = "mm2 gui"
  644. mm2gui.Parent = MM2
  645. mm2gui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  646. mm2gui.Position = UDim2.new(0.0432980806, 0, 0.022469487, 0)
  647. mm2gui.Size = UDim2.new(0, 172, 0, 72)
  648. mm2gui.Font = Enum.Font.GothamBlack
  649. mm2gui.Text = "MM2 Gui"
  650. mm2gui.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  651. mm2gui.TextSize = 25
  652. mm2gui.TextWrapped = true
  653. mm2gui.MouseButton1Down:connect(function()
  654. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  655.  
  656. end)
  657.  
  658. Closemm2.Name = "Close mm2"
  659. Closemm2.Parent = MM2
  660. Closemm2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  661. Closemm2.Position = UDim2.new(0.0379504859, 0, 0.778025031, 0)
  662. Closemm2.Size = UDim2.new(0, 172, 0, 55)
  663. Closemm2.Font = Enum.Font.GothamBlack
  664. Closemm2.Text = "Close"
  665. Closemm2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  666. Closemm2.TextSize = 25
  667. Closemm2.TextWrapped = true
  668. Closemm2.MouseButton1Down:connect(function()
  669. if(MM2.Visible == true)then
  670. MM2.Visible = false
  671. else
  672. MM2.Visible = false
  673. end
  674. end)
  675.  
  676. Jailbreakframe.Name = "Jailbreak frame"
  677. Jailbreakframe.Parent = Main
  678. Jailbreakframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  679. Jailbreakframe.Position = UDim2.new(0.356687933, 0, 0.0898345187, 0)
  680. Jailbreakframe.Size = UDim2.new(0, 189, 0, 315)
  681. Jailbreakframe.Visible = false
  682.  
  683. AutisticWare.Name = "AutisticWare"
  684. AutisticWare.Parent = Jailbreakframe
  685. AutisticWare.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  686. AutisticWare.Position = UDim2.new(0.0491550975, 0, 0.022469487, 0)
  687. AutisticWare.Size = UDim2.new(0, 167, 0, 68)
  688. AutisticWare.Font = Enum.Font.GothamBlack
  689. AutisticWare.Text = "AutisticWare Gui"
  690. AutisticWare.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  691. AutisticWare.TextScaled = true
  692. AutisticWare.TextSize = 14
  693. AutisticWare.TextWrapped = true
  694. AutisticWare.MouseButton1Down:connect(function()
  695. loadstring(game:HttpGet("https://pastebin.com/raw/ewkTbXeU"))()
  696. end)
  697.  
  698. HideJailbreak.Name = "Hide Jailbreak"
  699. HideJailbreak.Parent = Jailbreakframe
  700. HideJailbreak.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  701. HideJailbreak.Position = UDim2.new(0.0544462651, 0, 0.788419187, 0)
  702. HideJailbreak.Size = UDim2.new(0, 167, 0, 53)
  703. HideJailbreak.Font = Enum.Font.GothamBlack
  704. HideJailbreak.Text = "Close"
  705. HideJailbreak.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  706. HideJailbreak.TextScaled = true
  707. HideJailbreak.TextSize = 14
  708. HideJailbreak.TextWrapped = true
  709. HideJailbreak.MouseButton1Down:connect(function()
  710. if(Jailbreakframe.Visible == true)then
  711. Jailbreakframe.Visible = false
  712. else
  713. Jailbreakframe.Visible = false
  714. end
  715. end)
  716.  
  717. Rocitizens_2.Name = "Rocitizens"
  718. Rocitizens_2.Parent = Main
  719. Rocitizens_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  720. Rocitizens_2.Position = UDim2.new(0.378980905, 0, 0.0874704495, 0)
  721. Rocitizens_2.Size = UDim2.new(0, 188, 0, 315)
  722. Rocitizens_2.Visible = false
  723.  
  724. HideRocitizens.Name = "Hide Rocitizens"
  725. HideRocitizens.Parent = Rocitizens_2
  726. HideRocitizens.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  727. HideRocitizens.Position = UDim2.new(0.052718401, 0, 0.789229751, 0)
  728. HideRocitizens.Size = UDim2.new(0, 167, 0, 53)
  729. HideRocitizens.Font = Enum.Font.GothamBlack
  730. HideRocitizens.Text = "Close"
  731. HideRocitizens.TextColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  732. HideRocitizens.TextScaled = true
  733. HideRocitizens.TextSize = 14
  734. HideRocitizens.TextWrapped = true
  735. HideRocitizens.MouseButton1Down:connect(function()
  736. Rocitizens_2.Visible = false
  737. end)
  738.  
  739. RocitizensGui.Name = "Rocitizens Gui"
  740. RocitizensGui.Parent = Rocitizens_2
  741. RocitizensGui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  742. RocitizensGui.Position = UDim2.new(0.052718401, 0, 0.0209757686, 0)
  743. RocitizensGui.Size = UDim2.new(0, 167, 0, 53)
  744. RocitizensGui.Font = Enum.Font.GothamBlack
  745. RocitizensGui.Text = "Rocitizens Gui"
  746. RocitizensGui.TextColor3 = Color3.new(0.741176, 0.741176, 0.741176)
  747. RocitizensGui.TextScaled = true
  748. RocitizensGui.TextSize = 14
  749. RocitizensGui.TextWrapped = true
  750. RocitizensGui.MouseButton1Down:connect(function()
  751. loadstring(game:HttpGet(('https://pastebin.com/raw/YYGWDHWw'),true))()
  752. end)
  753.  
  754. Close.Name = "Close"
  755. Close.Parent = Main
  756. Close.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  757. Close.BorderSizePixel = 0
  758. Close.Position = UDim2.new(0.924448431, 0, -0.000324942172, 0)
  759. Close.Size = UDim2.new(0, 23, 0, 21)
  760. Close.Font = Enum.Font.GothamBlack
  761. Close.Text = "X"
  762. Close.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  763. Close.TextSize = 14
  764. Close.TextWrapped = true
  765. Close.MouseButton1Down:connect(function()
  766. ScreenGui:Destroy()
  767. end)
  768.  
  769. minimize.Name = "minimize"
  770. minimize.Parent = Main
  771. minimize.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  772. minimize.BorderSizePixel = 0
  773. minimize.Position = UDim2.new(0.848769963, 0, -0.000324942172, 0)
  774. minimize.Size = UDim2.new(0, 23, 0, 21)
  775. minimize.Font = Enum.Font.GothamBlack
  776. minimize.Text = "-"
  777. minimize.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  778. minimize.TextSize = 14
  779. minimize.TextWrapped = true
  780. minimize.MouseButton1Down:connect(function()
  781. OpenFrame.Visible = true
  782. Main.Visible = false
  783.  
  784.  
  785. end)
  786.  
  787. OtherGuis.Name = "Other Guis"
  788. OtherGuis.Parent = Main
  789. OtherGuis.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  790. OtherGuis.Position = UDim2.new(0.378980875, 0, 0.0874704495, 0)
  791. OtherGuis.Size = UDim2.new(0, 188, 0, 315)
  792. OtherGuis.Visible = false
  793.  
  794. FpsGui.Name = "Fps Gui"
  795. FpsGui.Parent = OtherGuis
  796. FpsGui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  797. FpsGui.Position = UDim2.new(0.0329443738, 0, 0.0445903949, 0)
  798. FpsGui.Size = UDim2.new(0, 64, 0, 51)
  799. FpsGui.Font = Enum.Font.GothamBlack
  800. FpsGui.Text = "Fps Gui"
  801. FpsGui.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  802. FpsGui.TextScaled = true
  803. FpsGui.TextSize = 14
  804. FpsGui.TextWrapped = true
  805. FpsGui.MouseButton1Down:connect(function()
  806. loadstring(game:HttpGet(('https://pastebin.com/raw/SGEjBmF7'),true))()
  807.  
  808. end)
  809.  
  810. Dirt.Name = "Dirt"
  811. Dirt.Parent = OtherGuis
  812. Dirt.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  813. Dirt.Position = UDim2.new(0.0435826778, 0, 0.225542784, 0)
  814. Dirt.Size = UDim2.new(0, 62, 0, 51)
  815. Dirt.Font = Enum.Font.GothamBlack
  816. Dirt.Text = "Dirt"
  817. Dirt.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  818. Dirt.TextScaled = true
  819. Dirt.TextSize = 14
  820. Dirt.TextWrapped = true
  821. Dirt.MouseButton1Down:connect(function()
  822. setclipboard('https://discord.gg/WSDnZQK ')
  823.  
  824. end)
  825.  
  826. Syntax.Name = "Syntax"
  827. Syntax.Parent = OtherGuis
  828. Syntax.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  829. Syntax.Position = UDim2.new(0.0329443738, 0, 0.419193566, 0)
  830. Syntax.Size = UDim2.new(0, 64, 0, 45)
  831. Syntax.Font = Enum.Font.GothamBlack
  832. Syntax.Text = "Syntax"
  833. Syntax.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  834. Syntax.TextScaled = true
  835. Syntax.TextSize = 14
  836. Syntax.TextWrapped = true
  837. Syntax.MouseButton1Down:connect(function()
  838. loadstring(game:HttpGet(('https://pastebin.com/raw/DwX6qCNZ'),true))()
  839. end)
  840.  
  841. Moresoon.Name = "More soon"
  842. Moresoon.Parent = OtherGuis
  843. Moresoon.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  844. Moresoon.Position = UDim2.new(0.0329443738, 0, 0.581098318, 0)
  845. Moresoon.Size = UDim2.new(0, 64, 0, 45)
  846. Moresoon.Font = Enum.Font.GothamBlack
  847. Moresoon.Text = "More soon"
  848. Moresoon.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  849. Moresoon.TextScaled = true
  850. Moresoon.TextSize = 14
  851. Moresoon.TextWrapped = true
  852.  
  853. Closeotherguis.Name = "Close other guis"
  854. Closeotherguis.Parent = OtherGuis
  855. Closeotherguis.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  856. Closeotherguis.Position = UDim2.new(0.0542209707, 0, 0.787447512, 0)
  857. Closeotherguis.Size = UDim2.new(0, 166, 0, 52)
  858. Closeotherguis.Font = Enum.Font.GothamBlack
  859. Closeotherguis.Text = "Close"
  860. Closeotherguis.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  861. Closeotherguis.TextScaled = true
  862. Closeotherguis.TextSize = 14
  863. Closeotherguis.TextWrapped = true
  864. Closeotherguis.MouseButton1Down:connect(function()
  865. if(OtherGuis.Visible == true)then
  866. OtherGuis.Visible = false
  867. else
  868. OtherGuis.Visible = false
  869. end
  870. end)
  871.  
  872. MoreGames.Name = "More Games"
  873. MoreGames.Parent = Main
  874. MoreGames.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  875. MoreGames.Position = UDim2.new(0.378980994, 0, 0.0898345187, 0)
  876. MoreGames.Size = UDim2.new(0, 188, 0, 315)
  877. MoreGames.Visible = false
  878.  
  879. NinjalegendsGUI.Name = "Ninja legends GUI"
  880. NinjalegendsGUI.Parent = MoreGames
  881. NinjalegendsGUI.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  882. NinjalegendsGUI.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  883. NinjalegendsGUI.Position = UDim2.new(0.586135864, 0, 0.103084117, 0)
  884. NinjalegendsGUI.Size = UDim2.new(0, 66, 0, 57)
  885. NinjalegendsGUI.Font = Enum.Font.GothamBlack
  886. NinjalegendsGUI.Text = "Ninja legends Gui"
  887. NinjalegendsGUI.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  888. NinjalegendsGUI.TextScaled = true
  889. NinjalegendsGUI.TextSize = 14
  890. NinjalegendsGUI.TextWrapped = true
  891. NinjalegendsGUI.MouseButton1Down:connect(function()
  892. loadstring(game:HttpGet(('https://pastebin.com/raw/sjVGvJ1S'),true))()
  893. end)
  894.  
  895. TextLabel_2.Parent = MoreGames
  896. TextLabel_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  897. TextLabel_2.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  898. TextLabel_2.Size = UDim2.new(0, 188, 0, 21)
  899. TextLabel_2.Font = Enum.Font.GothamBlack
  900. TextLabel_2.Text = "What Gui?"
  901. TextLabel_2.TextColor3 = Color3.new(0.713726, 0.713726, 0.713726)
  902. TextLabel_2.TextSize = 14
  903.  
  904. vynexcracked.Name = "vynex cracked"
  905. vynexcracked.Parent = MoreGames
  906. vynexcracked.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  907. vynexcracked.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  908. vynexcracked.Position = UDim2.new(0.0435826741, 0, 0.103084117, 0)
  909. vynexcracked.Size = UDim2.new(0, 65, 0, 57)
  910. vynexcracked.Font = Enum.Font.GothamBlack
  911. vynexcracked.Text = "vynex cracked Gui"
  912. vynexcracked.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  913. vynexcracked.TextScaled = true
  914. vynexcracked.TextSize = 14
  915. vynexcracked.TextWrapped = true
  916.  
  917.  
  918. Boogaboogagui.Name = "Booga booga gui"
  919. Boogaboogagui.Parent = MoreGames
  920. Boogaboogagui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  921. Boogaboogagui.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  922. Boogaboogagui.Position = UDim2.new(0.0435826741, 0, 0.303084105, 0)
  923. Boogaboogagui.Size = UDim2.new(0, 65, 0, 51)
  924. Boogaboogagui.Font = Enum.Font.GothamBlack
  925. Boogaboogagui.Text = "Booga booga gui"
  926. Boogaboogagui.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  927. Boogaboogagui.TextScaled = true
  928. Boogaboogagui.TextSize = 14
  929. Boogaboogagui.TextWrapped = true
  930. Boogaboogagui.MouseButton1Down:connect(function()
  931. loadstring(game:HttpGet("https://pastebin.com/raw/7ikDKBtX", true))()
  932. end)
  933.  
  934. Zombierush.Name = "Zombie rush"
  935. Zombierush.Parent = MoreGames
  936. Zombierush.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  937. Zombierush.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  938. Zombierush.Position = UDim2.new(0.586135864, 0, 0.303084105, 0)
  939. Zombierush.Size = UDim2.new(0, 65, 0, 51)
  940. Zombierush.Font = Enum.Font.GothamBlack
  941. Zombierush.Text = "Zombie rush Kill all"
  942. Zombierush.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  943. Zombierush.TextScaled = true
  944. Zombierush.TextSize = 14
  945. Zombierush.TextWrapped = true
  946. Zombierush.MouseButton1Down:connect(function()
  947. loadstring(game:HttpGet("https://pastebin.com/raw/LwN2Zixx",true))()
  948. end)
  949.  
  950.  
  951. WorkAtPizzaPlace.Name = "Work At Pizza Place"
  952. WorkAtPizzaPlace.Parent = MoreGames
  953. WorkAtPizzaPlace.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  954. WorkAtPizzaPlace.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  955. WorkAtPizzaPlace.Position = UDim2.new(0.586135864, 0, 0.496734917, 0)
  956. WorkAtPizzaPlace.Size = UDim2.new(0, 65, 0, 51)
  957. WorkAtPizzaPlace.Font = Enum.Font.GothamBlack
  958. WorkAtPizzaPlace.Text = "Work At Pizza Place"
  959. WorkAtPizzaPlace.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  960. WorkAtPizzaPlace.TextScaled = true
  961. WorkAtPizzaPlace.TextSize = 14
  962. WorkAtPizzaPlace.TextWrapped = true
  963. WorkAtPizzaPlace.MouseButton1Down:connect(function()
  964. loadstring(game:HttpGet("https://pastebin.com/raw/cEwtwKZR",true))()
  965.  
  966. end)
  967.  
  968. UltimateDriving.Name = "Ultimate Driving"
  969. UltimateDriving.Parent = MoreGames
  970. UltimateDriving.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  971. UltimateDriving.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  972. UltimateDriving.Position = UDim2.new(0.0435826778, 0, 0.496734917, 0)
  973. UltimateDriving.Size = UDim2.new(0, 65, 0, 51)
  974. UltimateDriving.Font = Enum.Font.GothamBlack
  975. UltimateDriving.Text = "Ultimate Driving"
  976. UltimateDriving.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  977. UltimateDriving.TextScaled = true
  978. UltimateDriving.TextSize = 14
  979. UltimateDriving.TextWrapped = true
  980. UltimateDriving.MouseButton1Down:connect(function()
  981. loadstring(game:HttpGet("https://pastebin.com/raw/bA0P8Qup", true))()
  982.  
  983. end)
  984.  
  985. PhantomForces.Name = "Phantom Forces"
  986. PhantomForces.Parent = MoreGames
  987. PhantomForces.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  988. PhantomForces.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  989. PhantomForces.Position = UDim2.new(0.0435826778, 0, 0.677687287, 0)
  990. PhantomForces.Size = UDim2.new(0, 65, 0, 51)
  991. PhantomForces.Font = Enum.Font.GothamBlack
  992. PhantomForces.Text = "Phantom Forces"
  993. PhantomForces.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  994. PhantomForces.TextScaled = true
  995. PhantomForces.TextSize = 14
  996. PhantomForces.TextWrapped = true
  997. PhantomForces.MouseButton1Down:connect(function()
  998. loadstring(game:HttpGet("https://pastebin.com/raw/tJtwWkMU", true))()
  999. end)
  1000.  
  1001. BuildABoatForTreasure.Name = "Build A Boat For Treasure"
  1002. BuildABoatForTreasure.Parent = MoreGames
  1003. BuildABoatForTreasure.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1004. BuildABoatForTreasure.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1005. BuildABoatForTreasure.Position = UDim2.new(0.591454983, 0, 0.677687287, 0)
  1006. BuildABoatForTreasure.Size = UDim2.new(0, 65, 0, 51)
  1007. BuildABoatForTreasure.Font = Enum.Font.GothamBlack
  1008. BuildABoatForTreasure.Text = "Build A Boat For Treasure"
  1009. BuildABoatForTreasure.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  1010. BuildABoatForTreasure.TextScaled = true
  1011. BuildABoatForTreasure.TextSize = 14
  1012. BuildABoatForTreasure.TextWrapped = true
  1013. BuildABoatForTreasure.MouseButton1Down:connect(function()
  1014. loadstring(game:HttpGet("https://pastebin.com/raw/J79gQGJi", true))()
  1015.  
  1016. end)
  1017.  
  1018. ClosePhantomforces.Name = "Close Phantom forces"
  1019. ClosePhantomforces.Parent = MoreGames
  1020. ClosePhantomforces.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1021. ClosePhantomforces.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1022. ClosePhantomforces.Position = UDim2.new(0.0435826741, 0, 0.874512672, 0)
  1023. ClosePhantomforces.Size = UDim2.new(0, 167, 0, 29)
  1024. ClosePhantomforces.Font = Enum.Font.GothamBlack
  1025. ClosePhantomforces.Text = "Close"
  1026. ClosePhantomforces.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  1027. ClosePhantomforces.TextScaled = true
  1028. ClosePhantomforces.TextSize = 14
  1029. ClosePhantomforces.TextWrapped = true
  1030. ClosePhantomforces.MouseButton1Down:connect(function()
  1031. if(PhantomForces.Visible == true)then
  1032. PhantomForces.Visible = false
  1033. else
  1034. PhantomForces.Visible = true
  1035. end
  1036. end)
  1037.  
  1038. VehicleSimulator_2.Name = "Vehicle Simulator"
  1039. VehicleSimulator_2.Parent = Main
  1040. VehicleSimulator_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1041. VehicleSimulator_2.Position = UDim2.new(0.382165611, 0, 0.0732860416, 0)
  1042. VehicleSimulator_2.Size = UDim2.new(0, 187, 0, 315)
  1043. VehicleSimulator_2.Visible = false
  1044.  
  1045.  
  1046. Gui1.Name = "Gui1"
  1047. Gui1.Parent = VehicleSimulator_2
  1048. Gui1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1049. Gui1.Position = UDim2.new(0.0432982408, 0, 0.0275353324, 0)
  1050. Gui1.Size = UDim2.new(0, 171, 0, 65)
  1051. Gui1.Font = Enum.Font.GothamBlack
  1052. Gui1.Text = "Op Gui"
  1053. Gui1.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  1054. Gui1.TextScaled = true
  1055. Gui1.TextSize = 14
  1056. Gui1.TextWrapped = true
  1057. Gui1.MouseButton1Down:connect(function()
  1058. loadstring(game:HttpGet("https://pastebin.com/raw/6yfeYRwK", true))()
  1059. end)
  1060.  
  1061. Closevehiclesimulator.Name = "Close vehicle simulator"
  1062. Closevehiclesimulator.Parent = VehicleSimulator_2
  1063. Closevehiclesimulator.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1064. Closevehiclesimulator.Position = UDim2.new(0.0593410209, 0, 0.732297242, 0)
  1065. Closevehiclesimulator.Size = UDim2.new(0, 171, 0, 65)
  1066. Closevehiclesimulator.Font = Enum.Font.GothamBlack
  1067. Closevehiclesimulator.Text = "Close"
  1068. Closevehiclesimulator.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  1069. Closevehiclesimulator.TextScaled = true
  1070. Closevehiclesimulator.TextSize = 14
  1071. Closevehiclesimulator.TextWrapped = true
  1072. Closevehiclesimulator.MouseButton1Down:connect(function()
  1073. if(VehicleSimulator_2.Visible == true)then
  1074. VehicleSimulator_2.Visible = false
  1075. else
  1076. VehicleSimulator_2.Visible = false
  1077. end
  1078. end)
  1079.  
  1080. OpenFrame.Name = "OpenFrame"
  1081. OpenFrame.Parent = ScreenGui
  1082. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. OpenFrame.Position = UDim2.new(0.0506706163, 0, 0.44820714, 0)
  1084. OpenFrame.Size = UDim2.new(0, 81, 0, 23)
  1085. OpenFrame.Visible = false
  1086.  
  1087. Open.Name = "Open"
  1088. Open.Parent = OpenFrame
  1089. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  1090. Open.Position = UDim2.new(-0.00663403422, 0, -6.63425624e-07, 0)
  1091. Open.Size = UDim2.new(0, 82, 0, 23)
  1092. Open.Font = Enum.Font.SourceSans
  1093. Open.Text = "Show"
  1094. Open.TextColor3 = Color3.new(0, 0, 0)
  1095. Open.TextSize = 20
  1096. Open.MouseButton1Down:connect(function()
  1097. Main.Visible = true
  1098. OpenFrame.Visible = false
  1099. end)
  1100.  
  1101. Key.Name = "Key"
  1102. Key.Parent = ScreenGui
  1103. Key.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1104. Key.Position = UDim2.new(0.366616964, 0, 0.292828679, 0)
  1105. Key.Size = UDim2.new(0, 179, 0, 208)
  1106. Key.Style = Enum.FrameStyle.RobloxSquare
  1107.  
  1108. TextLabel_3.Parent = Key
  1109. TextLabel_3.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1110. TextLabel_3.Position = UDim2.new(-0.0558659211, 0, -0.0384615399, 0)
  1111. TextLabel_3.Size = UDim2.new(0, 179, 0, 23)
  1112. TextLabel_3.Font = Enum.Font.GothamBlack
  1113. TextLabel_3.Text = "Project Zero"
  1114. TextLabel_3.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  1115. TextLabel_3.TextSize = 14
  1116.  
  1117. Partner.Name = "Partner"
  1118. Partner.Parent = Key
  1119. Partner.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1120. Partner.Position = UDim2.new(-0.944134116, 0, 0.0769230723, 0)
  1121. Partner.Size = UDim2.new(0, 145, 0, 184)
  1122.  
  1123. TextLabel_4.Parent = Partner
  1124. TextLabel_4.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1125. TextLabel_4.Position = UDim2.new(-4.75653287e-05, 0, -0.00112293079, 0)
  1126. TextLabel_4.Size = UDim2.new(0, 146, 0, 20)
  1127. TextLabel_4.Font = Enum.Font.GothamBlack
  1128. TextLabel_4.Text = "Server"
  1129. TextLabel_4.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  1130. TextLabel_4.TextSize = 14
  1131.  
  1132. ImageLabel.Parent = Partner
  1133. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1134. ImageLabel.Position = UDim2.new(0.0551724136, 0, 0.179347828, 0)
  1135. ImageLabel.Size = UDim2.new(0, 129, 0, 94)
  1136. ImageLabel.Image = "http://www.roblox.com/asset/?id=510183737"
  1137.  
  1138. Copy.Name = "Copy"
  1139. Copy.Parent = Partner
  1140. Copy.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1141. Copy.Position = UDim2.new(0.0535927601, 0, 0.76609534, 0)
  1142. Copy.Size = UDim2.new(0, 129, 0, 25)
  1143. Copy.Font = Enum.Font.GothamBlack
  1144. Copy.Text = "Join"
  1145. Copy.TextColor3 = Color3.new(0.85098, 0.85098, 0.85098)
  1146. Copy.TextSize = 14
  1147. Copy.MouseButton1Down:connect(function()
  1148. setclipboard('https://discord.gg/WVEtaEz')
  1149.  
  1150. end)
  1151.  
  1152. Advise.Name = "Advise"
  1153. Advise.Parent = Key
  1154. Advise.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1155. Advise.Position = UDim2.new(0.0335195549, 0, 0.168269232, 0)
  1156. Advise.Size = UDim2.new(0, 164, 0, 74)
  1157. Advise.Font = Enum.Font.GothamBold
  1158. Advise.PlaceholderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  1159. Advise.Text = "Please Enter the key you have bought Down below. Have you not bought a key? Join our server!"
  1160. Advise.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  1161. Advise.TextScaled = true
  1162. Advise.TextSize = 14
  1163. Advise.TextWrapped = true
  1164. Advise.TextXAlignment = Enum.TextXAlignment.Left
  1165. Advise.TextYAlignment = Enum.TextYAlignment.Top
  1166.  
  1167. KeyBox.Name = "KeyBox"
  1168. KeyBox.Parent = Key
  1169. KeyBox.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  1170. KeyBox.Position = UDim2.new(0.240223467, 0, 0.610576928, 0)
  1171. KeyBox.Size = UDim2.new(0, 89, 0, 24)
  1172. KeyBox.Font = Enum.Font.SciFi
  1173. KeyBox.Text = ""
  1174. KeyBox.TextColor3 = Color3.new(0, 0, 0)
  1175. KeyBox.TextSize = 14
  1176.  
  1177. Enter.Name = "Enter"
  1178. Enter.Parent = Key
  1179. Enter.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1180. Enter.Position = UDim2.new(0.0949720666, 0, 0.793269217, 0)
  1181. Enter.Size = UDim2.new(0, 140, 0, 32)
  1182. Enter.Font = Enum.Font.GothamBlack
  1183. Enter.Text = "Enter"
  1184. Enter.TextColor3 = Color3.new(0.85098, 0.85098, 0.85098)
  1185. Enter.TextSize = 14
  1186. Enter.MouseButton1Down:connect(function()
  1187.  
  1188. key = game:HttpGet("https://pastebin.com/raw/jdALqV5N")
  1189. if(KeyBox.Text == key.Text)then
  1190. OpenFrame.Visible = true
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196. else
  1197. Enter.Text = "Wrong!"
  1198. wait(5)
  1199. Enter.Text = "Enter Key"
  1200. end
  1201. end)
  1202.  
  1203. Changelog.Name = "Changelog"
  1204. Changelog.Parent = Key
  1205. Changelog.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1206. Changelog.Position = UDim2.new(1.04469275, 0, 0.0769230723, 0)
  1207. Changelog.Size = UDim2.new(0, 145, 0, 184)
  1208.  
  1209. TextLabel_5.Parent = Changelog
  1210. TextLabel_5.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1211. TextLabel_5.Position = UDim2.new(-4.75653287e-05, 0, -0.00112293079, 0)
  1212. TextLabel_5.Size = UDim2.new(0, 146, 0, 20)
  1213. TextLabel_5.Font = Enum.Font.GothamBlack
  1214. TextLabel_5.Text = "Logs"
  1215. TextLabel_5.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  1216. TextLabel_5.TextSize = 14
  1217.  
  1218. ImageLabel_2.Parent = Changelog
  1219. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1220. ImageLabel_2.Position = UDim2.new(0.30344826, 0, 0.176421463, 0)
  1221. ImageLabel_2.Size = UDim2.new(0, 57, 0, 42)
  1222. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=510183737"
  1223.  
  1224. Changealottext.Name = "Changealot text"
  1225. Changealottext.Parent = Changelog
  1226. Changealottext.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1227. Changealottext.Position = UDim2.new(0.0748989731, 0, 0.494356245, 0)
  1228. Changealottext.Size = UDim2.new(0, 116, 0, 78)
  1229. Changealottext.Font = Enum.Font.GothamBold
  1230. Changealottext.PlaceholderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  1231. Changealottext.Text = "New Logs : New Name! More Scripts"
  1232. Changealottext.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  1233. Changealottext.TextScaled = true
  1234. Changealottext.TextSize = 14
  1235. Changealottext.TextWrapped = true
  1236. Changealottext.TextXAlignment = Enum.TextXAlignment.Left
  1237. Changealottext.TextYAlignment = Enum.TextYAlignment.Top
  1238.  
  1239. Nokey.Name = "No key"
  1240. Nokey.Parent = Key
  1241. Nokey.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1242. Nokey.Position = UDim2.new(-0.083205916, 0, 1.03895748, 0)
  1243. Nokey.Size = UDim2.new(0, 184, 0, 88)
  1244.  
  1245. TextLabel_6.Parent = Nokey
  1246. TextLabel_6.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1247. TextLabel_6.Position = UDim2.new(-4.76007881e-05, 0, -0.0011229082, 0)
  1248. TextLabel_6.Size = UDim2.new(0, 184, 0, 20)
  1249. TextLabel_6.Font = Enum.Font.GothamBlack
  1250. TextLabel_6.Text = "No Key?"
  1251. TextLabel_6.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  1252. TextLabel_6.TextSize = 14
  1253.  
  1254. Nothing.Name = "Nothing"
  1255. Nothing.Parent = Nokey
  1256. Nothing.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1257. Nothing.Position = UDim2.new(0.0165780112, 0, 0.272376329, 0)
  1258. Nothing.Size = UDim2.new(0, 67, 0, 58)
  1259. Nothing.Font = Enum.Font.GothamBold
  1260. Nothing.PlaceholderColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  1261. Nothing.Text = "No Key? Login as a guest"
  1262. Nothing.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  1263. Nothing.TextSize = 10
  1264. Nothing.TextWrapped = true
  1265. Nothing.TextXAlignment = Enum.TextXAlignment.Left
  1266. Nothing.TextYAlignment = Enum.TextYAlignment.Top
  1267.  
  1268. Loginasguest.Name = "Login as guest"
  1269. Loginasguest.Parent = Nokey
  1270. Loginasguest.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1271. Loginasguest.Position = UDim2.new(0.475406826, 0, 0.315996349, 0)
  1272. Loginasguest.Size = UDim2.new(0, 81, 0, 54)
  1273. Loginasguest.Font = Enum.Font.GothamBlack
  1274. Loginasguest.Text = "Login as guest"
  1275. Loginasguest.TextColor3 = Color3.new(0.85098, 0.85098, 0.85098)
  1276. Loginasguest.TextScaled = true
  1277. Loginasguest.TextSize = 14
  1278. Loginasguest.TextWrapped = true
  1279. Loginasguest.MouseButton1Down:connect(function()
  1280. guest = game:httpget("https://pastebin.com/raw/9dbhgW5D")
  1281. if(guest.Text == "no")then
  1282. Loginasguest.Text = "Offline"
  1283. ScreenGui:Destroy()
  1284.  
  1285. else
  1286. if(guest.Text == "yes")then
  1287. Loginasguest.Text = "Please wait!"
  1288. vynexcracked.Text = "Paid-Only!"
  1289. vynexcracked.MouseButton1Down:connect(function()
  1290. wait(1.2)
  1291. game.StarterGui:SetCore("SendNotification", {
  1292. Title = "Project Zero"; -- the title (ofc)
  1293. Text = "Paid Version Only! , - Satan For Life"; -- what the text says (ofc)
  1294. Icon = "https://www.roblox.com/library/12781323/satanic"; -- the image if u want.
  1295. Duration = 8; -- how long the notification should in secounds
  1296. })
  1297. end)
  1298.  
  1299.  
  1300.  
  1301. wait(5)
  1302. OpenFrame.Visible = true
  1303. Key:Destroy()
  1304.  
  1305. end
  1306. end
  1307. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement