Advertisement
spidey_v6

Untitled

Dec 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.75 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 Credits = Instance.new("TextButton")
  15. local Games = Instance.new("TextButton")
  16. local Credits_2 = Instance.new("TextBox")
  17. local Scripts = Instance.new("Frame")
  18. local RevizAdmin = Instance.new("TextButton")
  19. local Moresoon = Instance.new("TextButton")
  20. local Lumbertycoon2 = Instance.new("Frame")
  21. local DMoney = Instance.new("TextButton")
  22. local LoadSlot = Instance.new("TextButton")
  23. local Speed = Instance.new("TextButton")
  24. local ClickTP = Instance.new("TextButton")
  25. local MoreSoon = Instance.new("TextButton")
  26. local Hidelumbertycoon = Instance.new("TextButton")
  27. local Games_2 = Instance.new("Frame")
  28. local Jailbreak = Instance.new("ImageButton")
  29. local Counterblox = Instance.new("ImageButton")
  30. local VehicleSimulator = Instance.new("ImageButton")
  31. local Rocitizens = Instance.new("ImageButton")
  32. local MurderMystery2 = Instance.new("ImageButton")
  33. local CounterBlox = Instance.new("Frame")
  34. local Counterbloxsnippetgui = Instance.new("TextButton")
  35. local HideCounterblox = Instance.new("TextButton")
  36. local MM2 = Instance.new("Frame")
  37. local mm2gui = Instance.new("TextButton")
  38. local Jailbreakframe = Instance.new("Frame")
  39. local AutisticWare = Instance.new("TextButton")
  40. local HideJailbreak = Instance.new("TextButton")
  41. local Rocitizens_2 = Instance.new("Frame")
  42. local HideRocitizens = Instance.new("TextButton")
  43. local RocitizensGui = Instance.new("TextButton")
  44. local Close = Instance.new("TextButton")
  45. local minimize = Instance.new("TextButton")
  46. local OtherGuis = Instance.new("Frame")
  47. local None = Instance.new("TextButton")
  48. local OpenFrame = Instance.new("Frame")
  49. local Open = Instance.new("TextButton")
  50.  
  51. --Properties:
  52.  
  53. ScreenGui.Parent = game.CoreGui
  54.  
  55. Main.Name = "Main"
  56. Main.Parent = ScreenGui
  57. Main.BackgroundColor3 = Color3.new(1, 0, 0)
  58. Main.Position = UDim2.new(0.459016323, 0, 0.0776892453, 0)
  59. Main.Size = UDim2.new(0, 314, 0, 423)
  60. Main.Visible = false
  61. Main.Draggable = true
  62.  
  63. TextLabel.Parent = Main
  64. TextLabel.BackgroundColor3 = Color3.new(0, 0.760784, 0)
  65. TextLabel.Size = UDim2.new(0, 314, 0, 22)
  66. TextLabel.Font = Enum.Font.Highway
  67. TextLabel.Text = "Christmas V1.0.0"
  68. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  69. TextLabel.TextSize = 14
  70.  
  71. ShowScrollframe.Name = "Show Scrollframe"
  72. ShowScrollframe.Parent = Main
  73. ShowScrollframe.BackgroundColor3 = Color3.new(1, 1, 1)
  74. ShowScrollframe.Position = UDim2.new(0.083044976, 0, 0.855791926, 0)
  75. ShowScrollframe.Size = UDim2.new(0, 60, 0, 51)
  76. ShowScrollframe.Image = "http://www.roblox.com/asset/?id=139126328"
  77. ShowScrollframe.MouseButton1Down:connect(function()
  78. if(ScrollingFrame.Visible == true)then
  79. ScrollingFrame.Visible = false
  80. else
  81. ScrollingFrame.Visible = true
  82. end
  83. end)
  84.  
  85. ScrollingFrame.Parent = Main
  86. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0.694118, 0)
  87. ScrollingFrame.Position = UDim2.new(0.0528839007, 0, 0.087470457, 0)
  88. ScrollingFrame.Size = UDim2.new(0, 93, 0, 315)
  89. ScrollingFrame.Visible = false
  90. ScrollingFrame.CanvasPosition = Vector2.new(0, 2.68571377)
  91. ScrollingFrame.MidImage = "http://www.roblox.com/asset/?id=3330064619"
  92. ScrollingFrame.ScrollBarThickness = 10
  93.  
  94. ShowScripts.Name = "ShowScripts"
  95. ShowScripts.Parent = ScrollingFrame
  96. ShowScripts.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  97. ShowScripts.Position = UDim2.new(0.0967741981, 0, 0.00869036093, 0)
  98. ShowScripts.Size = UDim2.new(0, 63, 0, 54)
  99. ShowScripts.Font = Enum.Font.GothamBlack
  100. ShowScripts.Text = "Scripts"
  101. ShowScripts.TextColor3 = Color3.new(0, 0, 0)
  102. ShowScripts.TextSize = 14
  103. ShowScripts.TextWrapped = true
  104. ShowScripts.MouseButton1Down:connect(function()
  105. if(Scripts.Visible == true)then
  106. Scripts.Visible = false
  107. else
  108. Scripts.Visible = true
  109. end
  110. end)
  111.  
  112. ShowLumberTycoon2.Name = "Show Lumber Tycoon 2"
  113. ShowLumberTycoon2.Parent = ScrollingFrame
  114. ShowLumberTycoon2.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  115. ShowLumberTycoon2.Position = UDim2.new(0.0967741981, 0, 0.0796123445, 0)
  116. ShowLumberTycoon2.Size = UDim2.new(0, 63, 0, 54)
  117. ShowLumberTycoon2.Font = Enum.Font.GothamBlack
  118. ShowLumberTycoon2.Text = "Lumber Tycoon 2"
  119. ShowLumberTycoon2.TextColor3 = Color3.new(0, 0, 0)
  120. ShowLumberTycoon2.TextScaled = true
  121. ShowLumberTycoon2.TextSize = 14
  122. ShowLumberTycoon2.TextWrapped = true
  123. ShowLumberTycoon2.MouseButton1Down:connect(function()
  124. if(Lumbertycoon2.Visible == true)then
  125. Lumbertycoon2.Visible = false
  126. else
  127. Lumbertycoon2.Visible = true
  128. end
  129. end)
  130.  
  131. Showotherguis.Name = "Show other guis"
  132. Showotherguis.Parent = ScrollingFrame
  133. Showotherguis.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  134. Showotherguis.Position = UDim2.new(0.0967741981, 0, 0.149352297, 0)
  135. Showotherguis.Size = UDim2.new(0, 63, 0, 54)
  136. Showotherguis.Font = Enum.Font.GothamBlack
  137. Showotherguis.Text = "Other Gui's"
  138. Showotherguis.TextColor3 = Color3.new(0, 0, 0)
  139. Showotherguis.TextScaled = true
  140. Showotherguis.TextSize = 14
  141. Showotherguis.TextWrapped = true
  142. Showotherguis.MouseButton1Down:connect(function()
  143. if(OtherGuis.Visible == true)then
  144. OtherGuis.Visible = false
  145. else
  146. OtherGuis.Visible = false
  147. end
  148. end)
  149.  
  150. Credits.Name = "Credits"
  151. Credits.Parent = ScrollingFrame
  152. Credits.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  153. Credits.Position = UDim2.new(0.0967741981, 0, 0.221456319, 0)
  154. Credits.Size = UDim2.new(0, 63, 0, 54)
  155. Credits.Font = Enum.Font.GothamBlack
  156. Credits.Text = "Credits"
  157. Credits.TextColor3 = Color3.new(0, 0, 0)
  158. Credits.TextScaled = true
  159. Credits.TextSize = 14
  160. Credits.TextWrapped = true
  161. Credits.MouseButton1Down:connect(function()
  162. if(Credits_2.Visible == true)then
  163. Credits_2.Visible = false
  164. else
  165. Credits_2.Visible = false
  166. end
  167. end)
  168.  
  169. Games.Name = "Games"
  170. Games.Parent = ScrollingFrame
  171. Games.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  172. Games.Position = UDim2.new(0.0967741981, 0, 0.293560326, 0)
  173. Games.Size = UDim2.new(0, 63, 0, 54)
  174. Games.Font = Enum.Font.GothamBlack
  175. Games.Text = "Games"
  176. Games.TextColor3 = Color3.new(0, 0, 0)
  177. Games.TextScaled = true
  178. Games.TextSize = 14
  179. Games.TextWrapped = true
  180. Games.MouseButton1Down:connect(function()
  181. if(Games_2.Visible == true)then
  182. Games_2.Visible = false
  183. else
  184. Games_2.Visible = true
  185. end
  186. end)
  187.  
  188. Credits_2.Name = "Credits"
  189. Credits_2.Parent = Main
  190. Credits_2.BackgroundColor3 = Color3.new(0.14902, 0.811765, 0.0313726)
  191. Credits_2.Position = UDim2.new(0.380898386, 0, 0.0898345187, 0)
  192. Credits_2.Size = UDim2.new(0, 188, 0, 315)
  193. Credits_2.Font = Enum.Font.Fantasy
  194. Credits_2.Text = "Welcome To Christmas V1.0.0! This Gui was made By SilentMode#3113 this gui was made specialy for christmas ofcourse! if you enjoy maybe dm me and say you like it! if you find any bugs or glitched DM me."
  195. Credits_2.TextColor3 = Color3.new(0, 0, 0)
  196. Credits_2.TextScaled = true
  197. Credits_2.TextSize = 14
  198. Credits_2.TextWrapped = true
  199. Credits_2.TextXAlignment = Enum.TextXAlignment.Left
  200. Credits_2.TextYAlignment = Enum.TextYAlignment.Top
  201.  
  202. Scripts.Name = "Scripts"
  203. Scripts.Parent = Main
  204. Scripts.BackgroundColor3 = Color3.new(0, 0.694118, 0)
  205. Scripts.Position = UDim2.new(0.375796169, 0, 0.0898345187, 0)
  206. Scripts.Size = UDim2.new(0, 186, 0, 315)
  207. Scripts.Visible = false
  208.  
  209. RevizAdmin.Name = "Reviz Admin"
  210. RevizAdmin.Parent = Scripts
  211. RevizAdmin.BackgroundColor3 = Color3.new(0.8, 0, 0)
  212. RevizAdmin.Position = UDim2.new(0.0537634417, 0, 0.0222222228, 0)
  213. RevizAdmin.Size = UDim2.new(0, 168, 0, 41)
  214. RevizAdmin.Font = Enum.Font.GothamBlack
  215. RevizAdmin.Text = "Reviz Admin"
  216. RevizAdmin.TextColor3 = Color3.new(0, 0, 0)
  217. RevizAdmin.TextSize = 14
  218. RevizAdmin.MouseButton1Down:connect(function()
  219. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
  220. end)
  221.  
  222. Moresoon.Name = "More soon"
  223. Moresoon.Parent = Scripts
  224. Moresoon.BackgroundColor3 = Color3.new(0.8, 0, 0)
  225. Moresoon.Position = UDim2.new(0.0537634417, 0, 0.174603179, 0)
  226. Moresoon.Size = UDim2.new(0, 168, 0, 41)
  227. Moresoon.Font = Enum.Font.GothamBlack
  228. Moresoon.Text = "More Soon"
  229. Moresoon.TextColor3 = Color3.new(0, 0, 0)
  230. Moresoon.TextSize = 14
  231.  
  232. Lumbertycoon2.Name = "Lumber tycoon 2"
  233. Lumbertycoon2.Parent = Main
  234. Lumbertycoon2.BackgroundColor3 = Color3.new(0, 0.74902, 0)
  235. Lumbertycoon2.Position = UDim2.new(0.375796169, 0, 0.0898345187, 0)
  236. Lumbertycoon2.Size = UDim2.new(0, 186, 0, 315)
  237. Lumbertycoon2.Visible = false
  238.  
  239.  
  240. DMoney.Name = "DMoney"
  241. DMoney.Parent = Lumbertycoon2
  242. DMoney.BackgroundColor3 = Color3.new(0.8, 0, 0)
  243. DMoney.Position = UDim2.new(0.0537634417, 0, 0.0222222228, 0)
  244. DMoney.Size = UDim2.new(0, 168, 0, 41)
  245. DMoney.Font = Enum.Font.GothamBlack
  246. DMoney.Text = "Dupe Money"
  247. DMoney.TextColor3 = Color3.new(0, 0, 0)
  248. DMoney.TextSize = 14
  249. DMoney.MouseButton1Down:connect(function()
  250. DMoney.MouseButton1Down:connect(function() --Sends the money and will come back after around 2 mins
  251. if MoneyCooldown == true then
  252. SendNotification("Cooldown Notification", "Wait for your Money to come back",2)
  253. return
  254. elseif MoneyCooldown == false then
  255. MoneyCooldown = true
  256. SendNotification("Money Sent", "Wait about 2 minutes for your Money to come back", 5)
  257. game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value, 1)
  258. SendNotification("Money Received", "You received your money that you have sent earlier", 5)
  259. MoneyCooldown = false
  260. end
  261. end)
  262. end)
  263.  
  264. LoadSlot.Name = "Load Slot"
  265. LoadSlot.Parent = Lumbertycoon2
  266. LoadSlot.BackgroundColor3 = Color3.new(0.8, 0, 0)
  267. LoadSlot.Position = UDim2.new(0.0537634417, 0, 0.171428576, 0)
  268. LoadSlot.Size = UDim2.new(0, 168, 0, 41)
  269. LoadSlot.Font = Enum.Font.GothamBlack
  270. LoadSlot.Text = "Load Slot"
  271. LoadSlot.TextColor3 = Color3.new(0, 0, 0)
  272. LoadSlot.TextSize = 14
  273. LoadSlot.MouseButton1Down:connect(function() --Loads the slot you want
  274. ScriptLoad = true
  275. local CheckSlot = CheckSlotNumber()
  276. if CheckSlot ~= false then
  277. if CheckIfSlotAvailable(CheckSlot) == true then
  278. local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  279. if LoadSlot == false then
  280. SendNotification("Cooldown Notification", "You aren't abled to load now", 1)
  281. end
  282. if LoadSlot == true then
  283. SendNotification("Reload Notification", "Loaded Your Slot", 2)
  284. CurrentSlot = CheckSlot
  285. end
  286. else
  287. SendNotification("Slot not Available", "This Slot is not Available, please choose another slot", 2)
  288. end
  289. else
  290. SendNotification("Incorrect Slot", "Enter a Valid number in the upper field", 1)
  291. end
  292. ScriptLoad = false
  293. end)
  294.  
  295.  
  296. Speed.Name = "Speed"
  297. Speed.Parent = Lumbertycoon2
  298. Speed.BackgroundColor3 = Color3.new(0.8, 0, 0)
  299. Speed.Position = UDim2.new(0.0537634417, 0, 0.320634931, 0)
  300. Speed.Size = UDim2.new(0, 168, 0, 41)
  301. Speed.Font = Enum.Font.GothamBlack
  302. Speed.Text = "Speed"
  303. Speed.TextColor3 = Color3.new(0, 0, 0)
  304. Speed.TextSize = 14
  305. Speed.MouseButton1Down:connect(function()
  306. local walkspeedplayer = game:GetService("Players").LocalPlayer
  307. local walkspeedmouse = walkspeedplayer:GetMouse()
  308.  
  309. local walkspeedenabled = false
  310.  
  311. function x_walkspeed(key)
  312. if (key == "v") then
  313. if walkspeedenabled == false then
  314. _G.WS = 150;
  315.  
  316. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  317. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  318. Humanoid.WalkSpeed = _G.WS;
  319. end)
  320. Humanoid.WalkSpeed = _G.WS;
  321.  
  322. walkspeedenabled = true
  323. elseif walkspeedenabled == true then
  324. _G.WS = 15;
  325. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  326. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  327. Humanoid.WalkSpeed = _G.WS;
  328. end)
  329. Humanoid.WalkSpeed = _G.WS;
  330.  
  331. walkspeedenabled = false
  332. end
  333. end
  334. end
  335.  
  336. walkspeedmouse.KeyDown:connect(x_walkspeed)
  337.  
  338. end)
  339.  
  340. ClickTP.Name = "Click TP"
  341. ClickTP.Parent = Lumbertycoon2
  342. ClickTP.BackgroundColor3 = Color3.new(0.8, 0, 0)
  343. ClickTP.Position = UDim2.new(0.0537634417, 0, 0.463492095, 0)
  344. ClickTP.Size = UDim2.new(0, 168, 0, 41)
  345. ClickTP.Font = Enum.Font.GothamBlack
  346. ClickTP.Text = "Click TP"
  347. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  348. ClickTP.TextSize = 14
  349. ClickTP.MouseButton1Click:Connect(function()
  350. mouse = game.Players.LocalPlayer:GetMouse()
  351. tool = Instance.new("Tool")
  352. tool.RequiresHandle = false
  353. tool.Name = "Click Teleport"
  354. tool.Activated:connect(function()
  355. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  356. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  358. end)
  359. tool.Parent = game.Players.LocalPlayer.Backpack
  360. end)
  361.  
  362. MoreSoon.Name = "More Soon"
  363. MoreSoon.Parent = Lumbertycoon2
  364. MoreSoon.BackgroundColor3 = Color3.new(0.8, 0, 0)
  365. MoreSoon.Position = UDim2.new(0.0537634417, 0, 0.612698436, 0)
  366. MoreSoon.Size = UDim2.new(0, 168, 0, 41)
  367. MoreSoon.Font = Enum.Font.GothamBlack
  368. MoreSoon.Text = "More Soon"
  369. MoreSoon.TextColor3 = Color3.new(0, 0, 0)
  370. MoreSoon.TextSize = 14
  371.  
  372. Hidelumbertycoon.Name = "Hide lumber tycoon"
  373. Hidelumbertycoon.Parent = Lumbertycoon2
  374. Hidelumbertycoon.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  375. Hidelumbertycoon.Position = UDim2.new(0.0606784672, 0, 0.836848736, 0)
  376. Hidelumbertycoon.Size = UDim2.new(0, 162, 0, 38)
  377. Hidelumbertycoon.Font = Enum.Font.GothamBlack
  378. Hidelumbertycoon.Text = "Close"
  379. Hidelumbertycoon.TextColor3 = Color3.new(0, 0, 0)
  380. Hidelumbertycoon.TextScaled = true
  381. Hidelumbertycoon.TextSize = 14
  382. Hidelumbertycoon.TextWrapped = true
  383. Hidelumbertycoon.MouseButton1Down:connect(function()
  384. if(Lumbertycoon2.Visible == true) then
  385. SendNotification("Error", "Lumber tycoon 2 Is not open!", 5)
  386. else
  387. Lumbertycoon2.Visible = false
  388. end
  389. end)
  390.  
  391. Games_2.Name = "Games"
  392. Games_2.Parent = Main
  393. Games_2.BackgroundColor3 = Color3.new(0, 0.670588, 0)
  394. Games_2.Position = UDim2.new(0.375796169, 0, 0.0898345187, 0)
  395. Games_2.Size = UDim2.new(0, 187, 0, 315)
  396. Games_2.Visible = false
  397.  
  398. Jailbreak.Name = "Jailbreak"
  399. Jailbreak.Parent = Games_2
  400. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  401. Jailbreak.Position = UDim2.new(0.0427807495, 0, 0.0222222228, 0)
  402. Jailbreak.Size = UDim2.new(0, 69, 0, 60)
  403. Jailbreak.Image = "http://www.roblox.com/asset/?id=1396238849"
  404. Jailbreak.MouseButton1Down:connect(function()
  405. if(Jailbreakframe.Visible == true)then
  406. SendNotification("Error", "Jailbreak is already open!", 5)
  407. else
  408. Jailbreakframe.Visible = true
  409. end
  410. end)
  411.  
  412. Counterblox.Name = "Counter blox"
  413. Counterblox.Parent = Games_2
  414. Counterblox.BackgroundColor3 = Color3.new(1, 1, 1)
  415. Counterblox.Position = UDim2.new(0.529411733, 0, 0.0222222228, 0)
  416. Counterblox.Size = UDim2.new(0, 69, 0, 60)
  417. Counterblox.Image = "http://www.roblox.com/asset/?id=1081912120"
  418. Counterblox.MouseButton1Down:connect(function()
  419. if(CounterBlox.Visible == true)then
  420. SendNotification("Error", "Counter Blox is already open!", 5)
  421. else
  422. CounterBlox.Visible = true
  423. end
  424. end)
  425.  
  426. VehicleSimulator.Name = "Vehicle Simulator"
  427. VehicleSimulator.Parent = Games_2
  428. VehicleSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  429. VehicleSimulator.Position = UDim2.new(0.0427807495, 0, 0.241269842, 0)
  430. VehicleSimulator.Size = UDim2.new(0, 69, 0, 60)
  431. VehicleSimulator.Image = "http://www.roblox.com/asset/?id=834663105"
  432. VehicleSimulator.MouseButton1Down:connect(function()
  433. SendNotification("Error", "Sorry! This is Still in development.", 5)
  434.  
  435. end)
  436.  
  437. Rocitizens.Name = "Rocitizens"
  438. Rocitizens.Parent = Games_2
  439. Rocitizens.BackgroundColor3 = Color3.new(1, 1, 1)
  440. Rocitizens.Position = UDim2.new(0.529411733, 0, 0.241269842, 0)
  441. Rocitizens.Size = UDim2.new(0, 69, 0, 60)
  442. Rocitizens.Image = "http://www.roblox.com/asset/?id=819432156"
  443. Rocitizens.MouseButton1Down:connect(function()
  444. if(Rocitizens_2.Visible == true)then
  445. SendNotification("Error", "Rocitizens Is already Open!", 5)
  446. else
  447. Rocitizens_2.Visible = true
  448.  
  449. end
  450. end)
  451.  
  452. MurderMystery2.Name = "Murder Mystery 2"
  453. MurderMystery2.Parent = Games_2
  454. MurderMystery2.BackgroundColor3 = Color3.new(1, 1, 1)
  455. MurderMystery2.Position = UDim2.new(0.0427807271, 0, 0.453968257, 0)
  456. MurderMystery2.Size = UDim2.new(0, 69, 0, 60)
  457. MurderMystery2.Image = "http://www.roblox.com/asset/?id=2655653681"
  458. MurderMystery2.MouseButton1Down:connect(function()
  459. if(MM2.Visible == true)then
  460. SendNotification("Error", "MM2 Is already Open!", 5)
  461. else
  462. MM2.Visible = true
  463. end
  464. end)
  465.  
  466. CounterBlox.Name = "Counter Blox"
  467. CounterBlox.Parent = Main
  468. CounterBlox.BackgroundColor3 = Color3.new(0, 0.686275, 0)
  469. CounterBlox.Position = UDim2.new(0.372611463, 0, 0.0898345187, 0)
  470. CounterBlox.Size = UDim2.new(0, 188, 0, 315)
  471. CounterBlox.Visible = false
  472.  
  473.  
  474. Counterbloxsnippetgui.Name = "Counter blox snippet gui"
  475. Counterbloxsnippetgui.Parent = CounterBlox
  476. Counterbloxsnippetgui.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  477. Counterbloxsnippetgui.Position = UDim2.new(0.0435826741, 0, 0.022469487, 0)
  478. Counterbloxsnippetgui.Size = UDim2.new(0, 172, 0, 60)
  479. Counterbloxsnippetgui.Font = Enum.Font.GothamBlack
  480. Counterbloxsnippetgui.Text = "Gui"
  481. Counterbloxsnippetgui.TextColor3 = Color3.new(0, 0, 0)
  482. Counterbloxsnippetgui.TextSize = 20
  483. Counterbloxsnippetgui.TextWrapped = true
  484. Counterbloxsnippetgui.MouseButton1Down:connect(function()
  485. print("oof")
  486. end)
  487.  
  488. HideCounterblox.Name = "Hide Counterblox"
  489. HideCounterblox.Parent = CounterBlox
  490. HideCounterblox.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  491. HideCounterblox.Position = UDim2.new(0.0544462651, 0, 0.788419187, 0)
  492. HideCounterblox.Size = UDim2.new(0, 167, 0, 53)
  493. HideCounterblox.Font = Enum.Font.GothamBlack
  494. HideCounterblox.Text = "Close"
  495. HideCounterblox.TextColor3 = Color3.new(0, 0, 0)
  496. HideCounterblox.TextScaled = true
  497. HideCounterblox.TextSize = 14
  498. HideCounterblox.TextWrapped = true
  499. HideCounterblox.MouseButton1Down:connect(function()
  500. if(CounterBlox.Visible == false)then
  501. SendNotification("Error", "Already Closed!", 5)
  502.  
  503. else
  504. CounterBlox.Visible = false
  505. end
  506. end)
  507.  
  508. MM2.Name = "MM2"
  509. MM2.Parent = Main
  510. MM2.BackgroundColor3 = Color3.new(0, 0.67451, 0)
  511. MM2.Position = UDim2.new(0.372611463, 0, 0.0898345187, 0)
  512. MM2.Size = UDim2.new(0, 187, 0, 315)
  513. MM2.Visible = false
  514.  
  515. mm2gui.Name = "mm2 gui"
  516. mm2gui.Parent = MM2
  517. mm2gui.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  518. mm2gui.Position = UDim2.new(0.0432982408, 0, 0.022469487, 0)
  519. mm2gui.Size = UDim2.new(0, 178, 0, 72)
  520. mm2gui.Font = Enum.Font.GothamBlack
  521. mm2gui.Text = "MM2 Gui"
  522. mm2gui.TextColor3 = Color3.new(0, 0, 0)
  523. mm2gui.TextSize = 25
  524. mm2gui.TextWrapped = true
  525. mm2gui.MouseButton1Down:connect(function()
  526. loadstring(game:HttpGet("https://pastebin.com/raw/XXuX12Nt", true))()
  527. end)
  528.  
  529. Jailbreakframe.Name = "Jailbreak frame"
  530. Jailbreakframe.Parent = Main
  531. Jailbreakframe.BackgroundColor3 = Color3.new(0, 0.635294, 0)
  532. Jailbreakframe.Position = UDim2.new(0.369426757, 0, 0.0898345187, 0)
  533. Jailbreakframe.Size = UDim2.new(0, 189, 0, 315)
  534. Jailbreakframe.Visible = false
  535.  
  536. AutisticWare.Name = "AutisticWare"
  537. AutisticWare.Parent = Jailbreakframe
  538. AutisticWare.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  539. AutisticWare.Position = UDim2.new(0.0491550975, 0, 0.022469487, 0)
  540. AutisticWare.Size = UDim2.new(0, 167, 0, 68)
  541. AutisticWare.Font = Enum.Font.GothamBlack
  542. AutisticWare.Text = "AutisticWare Gui"
  543. AutisticWare.TextColor3 = Color3.new(0, 0, 0)
  544. AutisticWare.TextScaled = true
  545. AutisticWare.TextSize = 14
  546. AutisticWare.TextWrapped = true
  547. AutisticWare.MouseButton1Down:connect(function()
  548. loadstring(game:HttpGet(('https://pastebin.com/raw/0F80DUsN'),true))()
  549. end)
  550.  
  551. HideJailbreak.Name = "Hide Jailbreak"
  552. HideJailbreak.Parent = Jailbreakframe
  553. HideJailbreak.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  554. HideJailbreak.Position = UDim2.new(0.0544462651, 0, 0.788419187, 0)
  555. HideJailbreak.Size = UDim2.new(0, 167, 0, 53)
  556. HideJailbreak.Font = Enum.Font.GothamBlack
  557. HideJailbreak.Text = "Close"
  558. HideJailbreak.TextColor3 = Color3.new(0, 0, 0)
  559. HideJailbreak.TextScaled = true
  560. HideJailbreak.TextSize = 14
  561. HideJailbreak.TextWrapped = true
  562. HideJailbreak.MouseButton1Down:Connect(function()
  563. if(Jailbreakframe.Visible == true)then
  564. SendNotification("Error", "Already Closed!", 5)
  565. else
  566. Jailbreakframe.Visible = false
  567. end
  568. end)
  569.  
  570. Rocitizens_2.Name = "Rocitizens"
  571. Rocitizens_2.Parent = Main
  572. Rocitizens_2.BackgroundColor3 = Color3.new(0, 0.619608, 0)
  573. Rocitizens_2.Position = UDim2.new(0.369426757, 0, 0.0898345187, 0)
  574. Rocitizens_2.Size = UDim2.new(0, 188, 0, 315)
  575. Rocitizens_2.Visible = false
  576.  
  577. HideRocitizens.Name = "Hide Rocitizens"
  578. HideRocitizens.Parent = Rocitizens_2
  579. HideRocitizens.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  580. HideRocitizens.Position = UDim2.new(0.052718401, 0, 0.789229751, 0)
  581. HideRocitizens.Size = UDim2.new(0, 167, 0, 53)
  582. HideRocitizens.Font = Enum.Font.GothamBlack
  583. HideRocitizens.Text = "Close"
  584. HideRocitizens.TextColor3 = Color3.new(0, 0, 0)
  585. HideRocitizens.TextScaled = true
  586. HideRocitizens.TextSize = 14
  587. HideRocitizens.TextWrapped = true
  588. HideRocitizens.MouseButton1Down:connect(function()
  589. if(Rocitizens_2.Visible == true)then
  590. SendNotification("Error", "Already Closed!", 5)
  591. else
  592. Rocitizens_2.Visible = false
  593. end
  594. end)
  595.  
  596. RocitizensGui.Name = "Rocitizens Gui"
  597. RocitizensGui.Parent = Rocitizens_2
  598. RocitizensGui.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  599. RocitizensGui.Position = UDim2.new(0.052718401, 0, 0.0209757686, 0)
  600. RocitizensGui.Size = UDim2.new(0, 167, 0, 53)
  601. RocitizensGui.Font = Enum.Font.GothamBlack
  602. RocitizensGui.Text = "Rocitizens Gui"
  603. RocitizensGui.TextColor3 = Color3.new(0, 0, 0)
  604. RocitizensGui.TextScaled = true
  605. RocitizensGui.TextSize = 14
  606. RocitizensGui.TextWrapped = true
  607.  
  608. Close.Name = "Close"
  609. Close.Parent = Main
  610. Close.BackgroundColor3 = Color3.new(0, 0.760784, 0)
  611. Close.BorderSizePixel = 0
  612. Close.Position = UDim2.new(0.924448431, 0, -0.000324942172, 0)
  613. Close.Size = UDim2.new(0, 23, 0, 21)
  614. Close.Font = Enum.Font.GothamBlack
  615. Close.Text = "X"
  616. Close.TextColor3 = Color3.new(0, 0, 0)
  617. Close.TextSize = 14
  618. Close.TextWrapped = true
  619. Close.MouseButton1Down:connect(function()
  620. Main:Destroy()
  621. OpenFrame:Destroy()
  622. end)
  623.  
  624. minimize.Name = "minimize"
  625. minimize.Parent = Main
  626. minimize.BackgroundColor3 = Color3.new(0, 0.760784, 0)
  627. minimize.BorderSizePixel = 0
  628. minimize.Position = UDim2.new(0.848769963, 0, -0.000324942172, 0)
  629. minimize.Size = UDim2.new(0, 23, 0, 21)
  630. minimize.Font = Enum.Font.GothamBlack
  631. minimize.Text = "-"
  632. minimize.TextColor3 = Color3.new(0, 0, 0)
  633. minimize.TextSize = 14
  634. minimize.TextWrapped = true
  635. minimize.MouseButton1Down:connect(function()
  636. Main.Visible = false
  637. OpenFrame.Visible = true
  638. end)
  639.  
  640. OtherGuis.Name = "Other Guis"
  641. OtherGuis.Parent = Main
  642. OtherGuis.BackgroundColor3 = Color3.new(0, 0.678431, 0)
  643. OtherGuis.Position = UDim2.new(0.369426757, 0, 0.0874704495, 0)
  644. OtherGuis.Size = UDim2.new(0, 188, 0, 315)
  645. OtherGuis.Visible = false
  646.  
  647. None.Name = "None"
  648. None.Parent = OtherGuis
  649. None.BackgroundColor3 = Color3.new(0.827451, 0, 0)
  650. None.Position = UDim2.new(0.0382635221, 0, 0.0128443642, 0)
  651. None.Size = UDim2.new(0, 174, 0, 68)
  652. None.Font = Enum.Font.GothamBlack
  653. None.Text = "Coming Soon!"
  654. None.TextColor3 = Color3.new(0, 0, 0)
  655. None.TextScaled = true
  656. None.TextSize = 14
  657. None.TextWrapped = true
  658.  
  659. OpenFrame.Name = "OpenFrame"
  660. OpenFrame.Parent = ScreenGui
  661. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  662. OpenFrame.Position = UDim2.new(0.736214578, 0, 0.464143455, 0)
  663. OpenFrame.Size = UDim2.new(0, 126, 0, 36)
  664.  
  665. Open.Name = "Open"
  666. Open.Parent = OpenFrame
  667. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  668. Open.Position = UDim2.new(0, 0, -4.23855255e-07, 0)
  669. Open.Size = UDim2.new(0, 126, 0, 36)
  670. Open.Font = Enum.Font.SourceSans
  671. Open.Text = "Show"
  672. Open.TextColor3 = Color3.new(0, 0, 0)
  673. Open.TextSize = 20
  674. Open.MouseButton1Down:connect(function()
  675. Main.Visible = true
  676. OpenFrame.Visible = false
  677. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement