Advertisement
Guest User

RoRlox v1.2

a guest
May 22nd, 2021
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.05 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Rorlox = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ScriptButton = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local MM2Script = Instance.new("TextButton")
  13. local VynixiusScript = Instance.new("TextButton")
  14. local DarkWare = Instance.new("TextButton")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. local TextButton = Instance.new("TextButton")
  18. local Thanks = Instance.new("Frame")
  19. local TextButton_2 = Instance.new("TextButton")
  20. local TextLabel_5 = Instance.new("TextLabel")
  21. local TextLabel_6 = Instance.new("TextLabel")
  22. local TextButton_3 = Instance.new("TextButton")
  23. local TextButton_4 = Instance.new("TextButton")
  24. local MoreScript = Instance.new("Frame")
  25. local TextLabel_7 = Instance.new("TextLabel")
  26. local MoreClose = Instance.new("TextButton")
  27. local ArsenalOPScript = Instance.new("TextButton")
  28. local AuratusX = Instance.new("TextButton")
  29. local TappingGodScript = Instance.new("TextButton")
  30. local SharkBite = Instance.new("TextButton")
  31. local Zordion = Instance.new("TextButton")
  32. local TextLabel_8 = Instance.new("TextLabel")
  33. local SkyWars = Instance.new("TextButton")
  34. local Tutorial = Instance.new("Frame")
  35. local TextButton_5 = Instance.new("TextButton")
  36. local TextLabel_9 = Instance.new("TextLabel")
  37. local TextLabel_10 = Instance.new("TextLabel")
  38. local TextLabel_11 = Instance.new("TextLabel")
  39. local TextLabel_12 = Instance.new("TextLabel")
  40. local TextButton_6 = Instance.new("TextButton")
  41.  
  42. --Properties:
  43.  
  44. ScreenGui.Parent = game.CoreGui
  45.  
  46. Rorlox.Name = "Rorlox"
  47. Rorlox.Parent = ScreenGui
  48. Rorlox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. Rorlox.Position = UDim2.new(0.23385942, 0, 0.401606441, 0)
  50. Rorlox.Size = UDim2.new(0, 301, 0, 223)
  51. Rorlox.Visible = false
  52. Rorlox.Active = true
  53.  
  54. TextLabel.Parent = Rorlox
  55. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. TextLabel.Size = UDim2.new(0, 136, 0, 33)
  57. TextLabel.Font = Enum.Font.Ubuntu
  58. TextLabel.Text = "RoRlox Scripts"
  59. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. TextLabel.TextScaled = true
  61. TextLabel.TextSize = 14.000
  62. TextLabel.TextWrapped = true
  63.  
  64. ScriptButton.Name = "ScriptButton"
  65. ScriptButton.Parent = Rorlox
  66. ScriptButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. ScriptButton.Position = UDim2.new(0.0465116277, 0, 0.246636763, 0)
  68. ScriptButton.Size = UDim2.new(0, 107, 0, 36)
  69. ScriptButton.Font = Enum.Font.SourceSans
  70. ScriptButton.Text = "Fly"
  71. ScriptButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. ScriptButton.TextScaled = true
  73. ScriptButton.TextSize = 14.000
  74. ScriptButton.TextWrapped = true
  75. ScriptButton.MouseButton1Down:connect(function()
  76. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  77. end)
  78.  
  79. TextLabel_2.Parent = Rorlox
  80. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. TextLabel_2.Position = UDim2.new(0, 0, 0.852017939, 0)
  82. TextLabel_2.Size = UDim2.new(0, 97, 0, 33)
  83. TextLabel_2.Font = Enum.Font.SourceSansItalic
  84. TextLabel_2.Text = "Made by farrel rizky"
  85. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  86. TextLabel_2.TextScaled = true
  87. TextLabel_2.TextSize = 14.000
  88. TextLabel_2.TextWrapped = true
  89.  
  90. TextLabel_3.Parent = Rorlox
  91. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. TextLabel_3.BackgroundTransparency = 1.000
  93. TextLabel_3.Position = UDim2.new(0.184788138, 0, 0.0995461643, 0)
  94. TextLabel_3.Size = UDim2.new(0, 130, 0, 41)
  95. TextLabel_3.Font = Enum.Font.SourceSans
  96. TextLabel_3.Text = "NEW!"
  97. TextLabel_3.TextColor3 = Color3.fromRGB(17, 0, 255)
  98. TextLabel_3.TextSize = 14.000
  99. TextLabel_3.TextWrapped = true
  100.  
  101. MM2Script.Name = "MM2Script"
  102. MM2Script.Parent = Rorlox
  103. MM2Script.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. MM2Script.Position = UDim2.new(0.421926916, 0, 0.246636778, 0)
  105. MM2Script.Size = UDim2.new(0, 99, 0, 36)
  106. MM2Script.Font = Enum.Font.SourceSans
  107. MM2Script.Text = "MM2 Op GUI"
  108. MM2Script.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. MM2Script.TextScaled = true
  110. MM2Script.TextSize = 14.000
  111. MM2Script.TextWrapped = true
  112. MM2Script.MouseButton1Down:connect(function()
  113. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  114. end)
  115.  
  116. VynixiusScript.Name = "VynixiusScript"
  117. VynixiusScript.Parent = Rorlox
  118. VynixiusScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. VynixiusScript.Position = UDim2.new(0.0465115756, 0, 0.452914804, 0)
  120. VynixiusScript.Size = UDim2.new(0, 107, 0, 36)
  121. VynixiusScript.Font = Enum.Font.SourceSans
  122. VynixiusScript.Text = "Vynixius Ragdoll OP"
  123. VynixiusScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. VynixiusScript.TextScaled = true
  125. VynixiusScript.TextSize = 14.000
  126. VynixiusScript.TextWrapped = true
  127. VynixiusScript.MouseButton1Down:connect(function()
  128. loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Scripts/master/Vynixius%20Ragdoll%20Engine"))()
  129. end)
  130.  
  131. DarkWare.Name = "DarkWare"
  132. DarkWare.Parent = Rorlox
  133. DarkWare.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  134. DarkWare.Position = UDim2.new(0.421926916, 0, 0.452914804, 0)
  135. DarkWare.Size = UDim2.new(0, 99, 0, 36)
  136. DarkWare.Font = Enum.Font.SourceSans
  137. DarkWare.Text = "DarkWare Natural Disaster"
  138. DarkWare.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. DarkWare.TextScaled = true
  140. DarkWare.TextSize = 14.000
  141. DarkWare.TextWrapped = true
  142. DarkWare.MouseButton1Down:connect(function()
  143. loadstring(game:HttpGet(("https://raw.githubusercontent.com/Yarik312/DarkWare/main/MainLoader"), true))()
  144. end)
  145.  
  146. TextLabel_4.Parent = Rorlox
  147. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. TextLabel_4.Position = UDim2.new(0.451827228, 0, 0, 0)
  149. TextLabel_4.Size = UDim2.new(0, 165, 0, 33)
  150. TextLabel_4.Font = Enum.Font.SourceSans
  151. TextLabel_4.Text = "V1.1"
  152. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. TextLabel_4.TextScaled = true
  154. TextLabel_4.TextSize = 14.000
  155. TextLabel_4.TextWrapped = true
  156.  
  157. Close.Name = "Close"
  158. Close.Parent = Rorlox
  159. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  160. Close.Position = UDim2.new(0.8704319, 0, 0, 0)
  161. Close.Size = UDim2.new(0, 39, 0, 33)
  162. Close.Font = Enum.Font.SourceSans
  163. Close.Text = "X"
  164. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. Close.TextScaled = true
  166. Close.TextSize = 14.000
  167. Close.TextWrapped = true
  168.  
  169. TextButton.Parent = ScreenGui
  170. TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 51)
  171. TextButton.Position = UDim2.new(-0.00141566992, 0, 0.402218729, 0)
  172. TextButton.Size = UDim2.new(0, 76, 0, 33)
  173. TextButton.Font = Enum.Font.SourceSans
  174. TextButton.Text = "READ ME!"
  175. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  176. TextButton.TextScaled = true
  177. TextButton.TextSize = 14.000
  178. TextButton.TextWrapped = true
  179.  
  180. Thanks.Name = "Thanks"
  181. Thanks.Parent = ScreenGui
  182. Thanks.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. Thanks.Position = UDim2.new(0.235294133, 0, 0.020080328, 0)
  184. Thanks.Size = UDim2.new(0, 301, 0, 223)
  185. Thanks.Visible = false
  186.  
  187. TextButton_2.Parent = Thanks
  188. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  189. TextButton_2.Position = UDim2.new(0.850498319, 0, 0, 0)
  190. TextButton_2.Size = UDim2.new(0, 45, 0, 43)
  191. TextButton_2.Font = Enum.Font.RobotoCondensed
  192. TextButton_2.Text = "Close"
  193. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  194. TextButton_2.TextScaled = true
  195. TextButton_2.TextSize = 14.000
  196. TextButton_2.TextWrapped = true
  197.  
  198. TextLabel_5.Parent = Thanks
  199. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. TextLabel_5.Position = UDim2.new(0.0830564797, 0, 0.25697279, 0)
  201. TextLabel_5.Size = UDim2.new(0, 250, 0, 157)
  202. TextLabel_5.Font = Enum.Font.SourceSans
  203. TextLabel_5.Text = "Welcome to RoRlox (NEW!) I Want To Say Thanks For Using Our Gui! I Think Our Gui Will Not Be Used by anyone!"
  204. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  205. TextLabel_5.TextScaled = true
  206. TextLabel_5.TextSize = 14.000
  207. TextLabel_5.TextWrapped = true
  208.  
  209. TextLabel_6.Parent = Thanks
  210. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  211. TextLabel_6.Size = UDim2.new(0, 256, 0, 43)
  212. TextLabel_6.Font = Enum.Font.SourceSans
  213. TextLabel_6.Text = "Thanks!"
  214. TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  215. TextLabel_6.TextScaled = true
  216. TextLabel_6.TextSize = 14.000
  217. TextLabel_6.TextWrapped = true
  218.  
  219. TextButton_3.Parent = ScreenGui
  220. TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 255, 51)
  221. TextButton_3.Position = UDim2.new(-0.00143472105, 0, 0.489959836, 0)
  222. TextButton_3.Size = UDim2.new(0, 76, 0, 115)
  223. TextButton_3.Font = Enum.Font.SourceSans
  224. TextButton_3.Text = "MORE!"
  225. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  226. TextButton_3.TextScaled = true
  227. TextButton_3.TextSize = 14.000
  228. TextButton_3.TextWrapped = true
  229.  
  230. TextButton_4.Parent = ScreenGui
  231. TextButton_4.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  232. TextButton_4.Position = UDim2.new(-0.00143472024, 0, 0.748996019, 0)
  233. TextButton_4.Size = UDim2.new(0, 76, 0, 35)
  234. TextButton_4.Font = Enum.Font.SourceSans
  235. TextButton_4.Text = "Open RoRlox"
  236. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. TextButton_4.TextScaled = true
  238. TextButton_4.TextSize = 14.000
  239. TextButton_4.TextWrapped = true
  240.  
  241. MoreScript.Name = "MoreScript"
  242. MoreScript.Parent = ScreenGui
  243. MoreScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. MoreScript.Position = UDim2.new(0.150645629, 0, 0.0722891539, 0)
  245. MoreScript.Size = UDim2.new(0, 538, 0, 443)
  246. MoreScript.Visible = false
  247.  
  248. TextLabel_7.Parent = MoreScript
  249. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  250. TextLabel_7.Size = UDim2.new(0, 470, 0, 50)
  251. TextLabel_7.Font = Enum.Font.SourceSans
  252. TextLabel_7.Text = "More Scripts"
  253. TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. TextLabel_7.TextScaled = true
  255. TextLabel_7.TextSize = 14.000
  256. TextLabel_7.TextWrapped = true
  257.  
  258. MoreClose.Name = "MoreClose"
  259. MoreClose.Parent = MoreScript
  260. MoreClose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  261. MoreClose.Position = UDim2.new(0.873605967, 0, 0, 0)
  262. MoreClose.Size = UDim2.new(0, 68, 0, 50)
  263. MoreClose.Font = Enum.Font.SourceSans
  264. MoreClose.Text = "Close"
  265. MoreClose.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. MoreClose.TextScaled = true
  267. MoreClose.TextSize = 14.000
  268. MoreClose.TextWrapped = true
  269.  
  270. ArsenalOPScript.Name = "ArsenalOPScript"
  271. ArsenalOPScript.Parent = MoreScript
  272. ArsenalOPScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. ArsenalOPScript.Position = UDim2.new(0.0297397766, 0, 0.148984194, 0)
  274. ArsenalOPScript.Size = UDim2.new(0, 173, 0, 50)
  275. ArsenalOPScript.Font = Enum.Font.SourceSans
  276. ArsenalOPScript.Text = "Arsenal Aimbot"
  277. ArsenalOPScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. ArsenalOPScript.TextScaled = true
  279. ArsenalOPScript.TextSize = 14.000
  280. ArsenalOPScript.TextWrapped = true
  281. ArsenalOPScript.MouseButton1Down:connect(function()
  282. loadstring(game:HttpGet(("https://pastebin.com/sqeF3uGj"), true))()
  283. end)
  284.  
  285. AuratusX.Name = "AuratusX"
  286. AuratusX.Parent = MoreScript
  287. AuratusX.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  288. AuratusX.Position = UDim2.new(0.392193317, 0, 0.148984194, 0)
  289. AuratusX.Size = UDim2.new(0, 173, 0, 50)
  290. AuratusX.Font = Enum.Font.SourceSans
  291. AuratusX.Text = "Auratus X"
  292. AuratusX.TextColor3 = Color3.fromRGB(0, 0, 0)
  293. AuratusX.TextScaled = true
  294. AuratusX.TextSize = 14.000
  295. AuratusX.TextWrapped = true
  296. AuratusX.MouseButton1Down:connect(function()
  297. loadstring(game:HttpGet("https://raw.githubusercontent.com/RealMrQuacks/AuratusX/master/Load"))()
  298. end)
  299.  
  300. TappingGodScript.Name = "TappingGodScript"
  301. TappingGodScript.Parent = MoreScript
  302. TappingGodScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  303. TappingGodScript.Position = UDim2.new(0.0297397207, 0, 0.293453753, 0)
  304. TappingGodScript.Size = UDim2.new(0, 173, 0, 50)
  305. TappingGodScript.Font = Enum.Font.SourceSans
  306. TappingGodScript.Text = "Tapping Gods Script"
  307. TappingGodScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  308. TappingGodScript.TextScaled = true
  309. TappingGodScript.TextSize = 14.000
  310. TappingGodScript.TextWrapped = true
  311. TappingGodScript.MouseButton1Down:connect(function()
  312. loadstring(game:HttpGet("https://pastebin.com/raw/PQ6LtfDh", true))()
  313. end)
  314.  
  315. SharkBite.Name = "SharkBite"
  316. SharkBite.Parent = MoreScript
  317. SharkBite.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  318. SharkBite.Position = UDim2.new(0.392193317, 0, 0.293453723, 0)
  319. SharkBite.Size = UDim2.new(0, 173, 0, 50)
  320. SharkBite.Font = Enum.Font.SourceSans
  321. SharkBite.Text = "Sharkbite Script"
  322. SharkBite.TextColor3 = Color3.fromRGB(0, 0, 0)
  323. SharkBite.TextScaled = true
  324. SharkBite.TextSize = 14.000
  325. SharkBite.TextWrapped = true
  326. SharkBite.MouseButton1Down:connect(function()
  327. loadstring(game:GetObjects("rbxassetid://3623753581")[1].Source)()
  328. end)
  329.  
  330. Zordion.Name = "Zordion"
  331. Zordion.Parent = MoreScript
  332. Zordion.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. Zordion.Position = UDim2.new(0.0297397766, 0, 0.42437923, 0)
  334. Zordion.Size = UDim2.new(0, 173, 0, 50)
  335. Zordion.Font = Enum.Font.SourceSans
  336. Zordion.Text = "Zordion Da Hood Script"
  337. Zordion.TextColor3 = Color3.fromRGB(0, 0, 0)
  338. Zordion.TextScaled = true
  339. Zordion.TextSize = 14.000
  340. Zordion.TextWrapped = true
  341. Zordion.MouseButton1Down:connect(function()
  342. loadstring(game:HttpGet("https://raw.githubusercontent.com/0nly6Ex/zordion/main/script.lua"))()
  343. end)
  344.  
  345. TextLabel_8.Parent = MoreScript
  346. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347. TextLabel_8.Position = UDim2.new(0.0297397766, 0, 0.537246048, 0)
  348. TextLabel_8.Size = UDim2.new(0, 173, 0, 21)
  349. TextLabel_8.Font = Enum.Font.SourceSans
  350. TextLabel_8.Text = "KEY : zordioniscool"
  351. TextLabel_8.TextColor3 = Color3.fromRGB(0, 0, 0)
  352. TextLabel_8.TextScaled = true
  353. TextLabel_8.TextSize = 14.000
  354. TextLabel_8.TextWrapped = true
  355.  
  356. SkyWars.Name = "SkyWars"
  357. SkyWars.Parent = MoreScript
  358. SkyWars.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  359. SkyWars.Position = UDim2.new(0.392193317, 0, 0.42437923, 0)
  360. SkyWars.Size = UDim2.new(0, 173, 0, 50)
  361. SkyWars.Font = Enum.Font.SourceSans
  362. SkyWars.Text = "SkyWars GUI"
  363. SkyWars.TextColor3 = Color3.fromRGB(0, 0, 0)
  364. SkyWars.TextScaled = true
  365. SkyWars.TextSize = 14.000
  366. SkyWars.TextWrapped = true
  367. SkyWars.MouseButton1Down:connect(function()
  368. loadstring(game:HttpGet(("https://pastebin.com/j2q0xYx1"), true))()
  369. end)
  370.  
  371. Tutorial.Name = "Tutorial"
  372. Tutorial.Parent = ScreenGui
  373. Tutorial.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. Tutorial.Position = UDim2.new(0.150645629, 0, 0.172690764, 0)
  375. Tutorial.Size = UDim2.new(0, 398, 0, 393)
  376. Tutorial.Visible = false
  377.  
  378. TextButton_5.Parent = Tutorial
  379. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. TextButton_5.Position = UDim2.new(0.675879359, 0, 0, 0)
  381. TextButton_5.Size = UDim2.new(0, 129, 0, 50)
  382. TextButton_5.Font = Enum.Font.SourceSans
  383. TextButton_5.Text = "Back"
  384. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  385. TextButton_5.TextScaled = true
  386. TextButton_5.TextSize = 14.000
  387. TextButton_5.TextWrapped = true
  388.  
  389. TextLabel_9.Parent = Tutorial
  390. TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  391. TextLabel_9.Position = UDim2.new(0.0678391978, 0, 0.165394396, 0)
  392. TextLabel_9.Size = UDim2.new(0, 340, 0, 297)
  393. TextLabel_9.Font = Enum.Font.SourceSans
  394. TextLabel_9.Text = "Easy! Go To My Discord And Go To make-update Send Loadstring OR A Video And When I Read It I Will Make It As Update"
  395. TextLabel_9.TextColor3 = Color3.fromRGB(0, 0, 0)
  396. TextLabel_9.TextScaled = true
  397. TextLabel_9.TextSize = 14.000
  398. TextLabel_9.TextWrapped = true
  399.  
  400. TextLabel_10.Parent = Tutorial
  401. TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  402. TextLabel_10.Size = UDim2.new(0, 269, 0, 50)
  403. TextLabel_10.Font = Enum.Font.SourceSans
  404. TextLabel_10.Text = "Make Updates"
  405. TextLabel_10.TextColor3 = Color3.fromRGB(0, 0, 0)
  406. TextLabel_10.TextScaled = true
  407. TextLabel_10.TextSize = 14.000
  408. TextLabel_10.TextWrapped = true
  409.  
  410. TextLabel_11.Parent = Tutorial
  411. TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  412. TextLabel_11.Position = UDim2.new(1, 0, -7.76528708e-08, 0)
  413. TextLabel_11.Size = UDim2.new(0, 188, 0, 257)
  414. TextLabel_11.Font = Enum.Font.SourceSans
  415. TextLabel_11.Text = "Discord : https://discord.gg/Kq2DGd994B"
  416. TextLabel_11.TextColor3 = Color3.fromRGB(0, 0, 0)
  417. TextLabel_11.TextScaled = true
  418. TextLabel_11.TextSize = 14.000
  419. TextLabel_11.TextWrapped = true
  420.  
  421. TextLabel_12.Parent = Tutorial
  422. TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  423. TextLabel_12.Position = UDim2.new(1, 0, 0.651399493, 0)
  424. TextLabel_12.Size = UDim2.new(0, 188, 0, 137)
  425. TextLabel_12.Font = Enum.Font.SourceSans
  426. TextLabel_12.Text = "You cant auto copy sorry you need type manually"
  427. TextLabel_12.TextColor3 = Color3.fromRGB(0, 0, 0)
  428. TextLabel_12.TextScaled = true
  429. TextLabel_12.TextSize = 14.000
  430. TextLabel_12.TextWrapped = true
  431.  
  432. TextButton_6.Parent = ScreenGui
  433. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  434. TextButton_6.Position = UDim2.new(-0.00164804771, 0, 0.273310065, 0)
  435. TextButton_6.Size = UDim2.new(0, 76, 0, 51)
  436. TextButton_6.Font = Enum.Font.SourceSans
  437. TextButton_6.Text = "Want Make Updates ? Click here"
  438. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  439. TextButton_6.TextScaled = true
  440. TextButton_6.TextSize = 14.000
  441. TextButton_6.TextWrapped = true
  442.  
  443. -- Scripts:
  444.  
  445. local function WTLDSB_fake_script() -- Close.CloseScript
  446. local script = Instance.new('LocalScript', Close)
  447.  
  448. script.Parent.MouseButton1Click:Connect(function()
  449. script.Parent.Parent.Visible = false
  450. end)
  451. end
  452. coroutine.wrap(WTLDSB_fake_script)()
  453. local function FBFGHWE_fake_script() -- TextButton.LocalScript
  454. local script = Instance.new('LocalScript', TextButton)
  455.  
  456. script.Parent.MouseButton1Click:Connect(function()
  457. script.Parent.Parent.Thanks.Visible = true --Change Frame to the name of your frame.
  458. end)
  459.  
  460. end
  461. coroutine.wrap(FBFGHWE_fake_script)()
  462. local function QZFZB_fake_script() -- TextButton_2.LocalScript
  463. local script = Instance.new('LocalScript', TextButton_2)
  464.  
  465. script.Parent.MouseButton1Click:Connect(function()
  466. script.Parent.Parent.Visible = false
  467. end)
  468. end
  469. coroutine.wrap(QZFZB_fake_script)()
  470. local function ZQNFKK_fake_script() -- TextButton_3.LocalScript
  471. local script = Instance.new('LocalScript', TextButton_3)
  472.  
  473. script.Parent.MouseButton1Click:Connect(function()
  474. script.Parent.Parent.MoreScript.Visible = true --Change Frame to the name of your frame.
  475. end)
  476. end
  477. coroutine.wrap(ZQNFKK_fake_script)()
  478. local function YZEUMJB_fake_script() -- TextButton_4.LocalScript
  479. local script = Instance.new('LocalScript', TextButton_4)
  480.  
  481. script.Parent.MouseButton1Click:Connect(function()
  482. script.Parent.Parent.Rorlox.Visible = true --Change Frame to the name of your frame.
  483. end)
  484.  
  485. end
  486. coroutine.wrap(YZEUMJB_fake_script)()
  487. local function AJICF_fake_script() -- MoreClose.LocalScript
  488. local script = Instance.new('LocalScript', MoreClose)
  489.  
  490. script.Parent.MouseButton1Click:Connect(function()
  491. script.Parent.Parent.Visible = false
  492. end)
  493. end
  494. coroutine.wrap(AJICF_fake_script)()
  495. local function ISGGGJ_fake_script() -- TextButton_5.LocalScript
  496. local script = Instance.new('LocalScript', TextButton_5)
  497.  
  498. script.Parent.MouseButton1Click:Connect(function()
  499. script.Parent.Parent.Visible = false
  500. end)
  501. end
  502. coroutine.wrap(ISGGGJ_fake_script)()
  503. local function AJUYJM_fake_script() -- TextButton_6.LocalScript
  504. local script = Instance.new('LocalScript', TextButton_6)
  505.  
  506. script.Parent.MouseButton1Click:Connect(function()
  507. script.Parent.Parent.Tutorial.Visible = true --Change Frame to the name of your frame.
  508. end)
  509. end
  510. coroutine.wrap(AJUYJM_fake_script)()
  511.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement