Advertisement
ROBYPASSBLOX

solitarycontebr yeah yeah lol fuckoff furrys

Aug 10th, 2020 (edited)
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.36 KB | None | 0 0
  1. --fuck off dumbasses this is only for solitarycontent
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local SimpHub = Instance.new("ScreenGui")
  9. local Main = Instance.new("ScrollingFrame")
  10. local welcome = Instance.new("TextLabel")
  11. local info = Instance.new("TextLabel")
  12. local scroll = Instance.new("TextLabel")
  13. local Credits = Instance.new("TextLabel")
  14. local breakingpoint = Instance.new("TextButton")
  15. local ragdoll = Instance.new("TextButton")
  16. local robloxadmin = Instance.new("TextButton")
  17. local fencing_1 = Instance.new("TextButton")
  18. local aresnal = Instance.new("TextButton")
  19. local toh = Instance.new("TextButton")
  20. local fencing_2 = Instance.new("TextButton")
  21. local dahood = Instance.new("TextButton")
  22. local meepcity = Instance.new("TextButton")
  23. local sniperfling = Instance.new("TextButton")
  24. local apocalypse = Instance.new("TextButton")
  25. local wildwest = Instance.new("TextButton")
  26. local prisonlife = Instance.new("TextButton")
  27. local ipandcountry = Instance.new("TextButton")
  28. local bigpaintball = Instance.new("TextButton")
  29. local goodcop = Instance.new("TextButton")
  30. local mrware = Instance.new("TextButton")
  31. local phantom = Instance.new("TextButton")
  32. local doomspire = Instance.new("TextButton")
  33. local idfk = Instance.new("TextButton")
  34. local cloq = Instance.new("TextButton")
  35. local textbutton = Instance.new("TextButton")
  36. local skyblock = Instance.new("TextButton")
  37. local jailbreak = Instance.new("TextButton")
  38.  
  39. --Properties:
  40.  
  41. SimpHub.Name = "SimpHub"
  42. SimpHub.Parent = game.Workspace
  43. SimpHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = SimpHub
  47. Main.Active = true
  48. Main.BackgroundColor3 = Color3.fromRGB(172, 176, 255)
  49. Main.BorderColor3 = Color3.fromRGB(73, 4, 171)
  50. Main.BorderSizePixel = 2
  51. Main.Position = UDim2.new(-5.96046448e-08, 0, -2.98023224e-08, 0)
  52. Main.Size = UDim2.new(0, 662, 0, 281)
  53. Main.ScrollBarThickness = 9
  54.  
  55. welcome.Name = "welcome"
  56. welcome.Parent = Main
  57. welcome.BackgroundColor3 = Color3.fromRGB(233, 249, 255)
  58. welcome.BorderSizePixel = 0
  59. welcome.Position = UDim2.new(0.0114620877, 0, 0.0117737204, 0)
  60. welcome.Size = UDim2.new(0, 248, 0, 50)
  61. welcome.Font = Enum.Font.GothamBold
  62. welcome.Text = "Welcome to Simp Hub"
  63. welcome.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. welcome.TextSize = 23.000
  65. welcome.TextWrapped = true
  66.  
  67. info.Name = "info"
  68. info.Parent = Main
  69. info.BackgroundColor3 = Color3.fromRGB(233, 249, 255)
  70. info.BorderSizePixel = 0
  71. info.Position = UDim2.new(0.535000026, 0, 0.0539281219, 0)
  72. info.Size = UDim2.new(0, 248, 0, 78)
  73. info.Font = Enum.Font.GothamBold
  74. info.Text = "Simp Hub is a script hub with over 30+ scripts"
  75. info.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. info.TextSize = 23.000
  77. info.TextWrapped = true
  78.  
  79. scroll.Name = "scroll"
  80. scroll.Parent = Main
  81. scroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. scroll.BorderSizePixel = 0
  83. scroll.Position = UDim2.new(0.332225919, 0, 0.145728648, 0)
  84. scroll.Size = UDim2.new(0, 200, 0, 50)
  85. scroll.Font = Enum.Font.GothamBold
  86. scroll.Text = "Scroll down"
  87. scroll.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. scroll.TextSize = 23.000
  89.  
  90. Credits.Name = "Credits"
  91. Credits.Parent = Main
  92. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. Credits.BorderSizePixel = 0
  94. Credits.Position = UDim2.new(0.0498338863, 0, 0.0946398675, 0)
  95. Credits.Size = UDim2.new(0, 200, 0, 50)
  96. Credits.Font = Enum.Font.SourceSans
  97. Credits.Text = "Made by kash and heIItoast. Thanks to solitarycontent for telling me to get up my ass and work on it"
  98. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Credits.TextSize = 14.000
  100. Credits.TextWrapped = true
  101.  
  102. breakingpoint.Name = "breakingpoint"
  103. breakingpoint.Parent = Main
  104. breakingpoint.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  105. breakingpoint.BorderSizePixel = 0
  106. breakingpoint.Position = UDim2.new(0.009966827, 0, 0.293132335, 0)
  107. breakingpoint.Size = UDim2.new(0, 200, 0, 50)
  108. breakingpoint.Font = Enum.Font.GothamBold
  109. breakingpoint.Text = "Breaking Point"
  110. breakingpoint.TextColor3 = Color3.fromRGB(0, 0, 0)
  111. breakingpoint.TextSize = 23.000
  112. breakingpoint.MouseButton1Down:connect(function()
  113. loadstring(game:HttpGet("https://pastebin.com/raw/ww8DUJSw"))()
  114. end)
  115.  
  116. ragdoll.Name = "ragdoll"
  117. ragdoll.Parent = Main
  118. ragdoll.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  119. ragdoll.BorderSizePixel = 0
  120. ragdoll.Position = UDim2.new(0.330554783, 0, 0.29229483, 0)
  121. ragdoll.Size = UDim2.new(0, 200, 0, 50)
  122. ragdoll.Font = Enum.Font.GothamBold
  123. ragdoll.Text = "Ragdoll Engine"
  124. ragdoll.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. ragdoll.TextSize = 23.000
  126. ragdoll.MouseButton1Down:connect(function()
  127. loadstring(game:HttpGet("https://pastebin.com/raw/AJV41cxs"))()
  128. end)
  129.  
  130. robloxadmin.Name = "robloxadmin"
  131. robloxadmin.Parent = Main
  132. robloxadmin.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  133. robloxadmin.BorderSizePixel = 0
  134. robloxadmin.Position = UDim2.new(0.009966827, 0, 0.341708571, 0)
  135. robloxadmin.Size = UDim2.new(0, 200, 0, 50)
  136. robloxadmin.Font = Enum.Font.GothamBold
  137. robloxadmin.Text = "Roblox Admin"
  138. robloxadmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. robloxadmin.TextSize = 23.000
  140. robloxadmin.MouseButton1Down:connect(function()
  141. loadstring(game:HttpGet("https://pastebin.com/raw/BFc46e0u"))()
  142. end)
  143.  
  144. fencing_1.Name = "fencing_1"
  145. fencing_1.Parent = Main
  146. fencing_1.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  147. fencing_1.BorderSizePixel = 0
  148. fencing_1.Position = UDim2.new(0.331764251, 0, 0.341708571, 0)
  149. fencing_1.Size = UDim2.new(0, 200, 0, 50)
  150. fencing_1.Font = Enum.Font.GothamBold
  151. fencing_1.Text = "Fencing Gui"
  152. fencing_1.TextColor3 = Color3.fromRGB(0, 0, 0)
  153. fencing_1.TextSize = 23.000
  154. fencing_1.MouseButton1Down:connect(function()
  155. loadstring(game:HttpGet("https://pastebin.com/raw/C0TvFCXq"))()
  156. end)
  157.  
  158. aresnal.Name = "aresnal"
  159. aresnal.Parent = Main
  160. aresnal.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  161. aresnal.BorderSizePixel = 0
  162. aresnal.Position = UDim2.new(0.0102679161, 0, 0.243718594, 0)
  163. aresnal.Size = UDim2.new(0, 200, 0, 50)
  164. aresnal.Font = Enum.Font.GothamBold
  165. aresnal.Text = "Aresnal Aimbot"
  166. aresnal.TextColor3 = Color3.fromRGB(0, 0, 0)
  167. aresnal.TextSize = 23.000
  168. aresnal.MouseButton1Down:connect(function()
  169. loadstring(game:HttpGet("https://pastebin/raw/ctpWehKN"))()
  170. end)
  171.  
  172. toh.Name = "toh"
  173. toh.Parent = Main
  174. toh.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  175. toh.BorderSizePixel = 0
  176. toh.Position = UDim2.new(0.331764221, 0, 0.244556129, 0)
  177. toh.Size = UDim2.new(0, 200, 0, 50)
  178. toh.Font = Enum.Font.GothamBold
  179. toh.Text = "TOWER OF HELL"
  180. toh.TextColor3 = Color3.fromRGB(0, 0, 0)
  181. toh.TextSize = 23.000
  182. toh.MouseButton1Down:connect(function()
  183. loadstring(game:HttpGet("https://pastebin.com/raw/7AdT7zd1"))()
  184. end)
  185.  
  186. fencing_2.Name = "fencing_2"
  187. fencing_2.Parent = Main
  188. fencing_2.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  189. fencing_2.BorderSizePixel = 0
  190. fencing_2.Position = UDim2.new(0.659558773, 0, 0.243718609, 0)
  191. fencing_2.Size = UDim2.new(0, 200, 0, 50)
  192. fencing_2.Font = Enum.Font.GothamBold
  193. fencing_2.Text = "Fencing Gui{2}"
  194. fencing_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  195. fencing_2.TextSize = 23.000
  196. fencing_2.MouseButton1Down:connect(function()
  197. loadstring(game:HttpGet("https://pastebin.com/raw/5kgqxQ6G"))()
  198. end)
  199.  
  200. dahood.Name = "dahood"
  201. dahood.Parent = Main
  202. dahood.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  203. dahood.BorderSizePixel = 0
  204. dahood.Position = UDim2.new(0.659558773, 0, 0.29229483, 0)
  205. dahood.Size = UDim2.new(0, 200, 0, 50)
  206. dahood.Font = Enum.Font.GothamBold
  207. dahood.Text = "DAHOOD"
  208. dahood.TextColor3 = Color3.fromRGB(0, 0, 0)
  209. dahood.TextSize = 23.000
  210. dahood.MouseButton1Down:connect(function()
  211. loadstring(game:HttpGet("https://pastebin.com/raw/5kgqxQ6G"))()
  212. end)
  213.  
  214. meepcity.Name = "meepcity"
  215. meepcity.Parent = Main
  216. meepcity.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  217. meepcity.BorderSizePixel = 0
  218. meepcity.Position = UDim2.new(0.659558773, 0, 0.340871036, 0)
  219. meepcity.Size = UDim2.new(0, 200, 0, 50)
  220. meepcity.Font = Enum.Font.GothamBold
  221. meepcity.Text = "MEEPCITY"
  222. meepcity.TextColor3 = Color3.fromRGB(0, 0, 0)
  223. meepcity.TextSize = 23.000
  224. meepcity.MouseButton1Down:connect(function()
  225. loadstring(game:HttpGet("https://pastebin.com/raw/b71Uthir"))()
  226. end)
  227.  
  228. sniperfling.Name = "sniperfling"
  229. sniperfling.Parent = Main
  230. sniperfling.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  231. sniperfling.BorderSizePixel = 0
  232. sniperfling.Position = UDim2.new(0.659558773, 0, 0.391959816, 0)
  233. sniperfling.Size = UDim2.new(0, 200, 0, 50)
  234. sniperfling.Font = Enum.Font.GothamBold
  235. sniperfling.Text = "SNIPER FLING(NOT WORKING)"
  236. sniperfling.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. sniperfling.TextSize = 23.000
  238. YourButtonName.MouseButton1Down:connect(function()
  239. paste your script here
  240. end)
  241.  
  242. apocalypse.Name = "apocalypse"
  243. apocalypse.Parent = Main
  244. apocalypse.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  245. apocalypse.BorderSizePixel = 0
  246. apocalypse.Position = UDim2.new(0.333274782, 0, 0.391959816, 0)
  247. apocalypse.Size = UDim2.new(0, 200, 0, 50)
  248. apocalypse.Font = Enum.Font.GothamBold
  249. apocalypse.Text = "APOCALYPSE RISING"
  250. apocalypse.TextColor3 = Color3.fromRGB(0, 0, 0)
  251. apocalypse.TextSize = 23.000
  252. apocalypse.TextWrapped = true
  253. apocalypse.MouseButton1Down:connect(function()
  254. loadstring(game:HttpGet("https://pastebin.com/raw/eCCmuezM", true))()
  255. end)
  256.  
  257. wildwest.Name = "wildwest"
  258. wildwest.Parent = Main
  259. wildwest.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  260. wildwest.BorderSizePixel = 0
  261. wildwest.Position = UDim2.new(0.00850136951, 0, 0.391959816, 0)
  262. wildwest.Size = UDim2.new(0, 200, 0, 50)
  263. wildwest.Font = Enum.Font.GothamBold
  264. wildwest.Text = "WILD WEST"
  265. wildwest.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. wildwest.TextSize = 23.000
  267. wildwest.MouseButton1Down:connect(function()
  268. loadstring((game:HttpGet("https://pastebin.com/raw/FB57AYfr"))()
  269. end)
  270.  
  271. prisonlife.Name = "prisonlife"
  272. prisonlife.Parent = Main
  273. prisonlife.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  274. prisonlife.BorderSizePixel = 0
  275. prisonlife.Position = UDim2.new(0.00850134343, 0, 0.441373557, 0)
  276. prisonlife.Size = UDim2.new(0, 200, 0, 50)
  277. prisonlife.Font = Enum.Font.GothamBold
  278. prisonlife.Text = "PRISON LIFE"
  279. prisonlife.TextColor3 = Color3.fromRGB(0, 0, 0)
  280. prisonlife.TextSize = 23.000
  281. prisonlife.MouseButton1Down:connect(function()
  282. loadstring(game:HttpGet("https://pastebin.com/raw/WtuzWN4a"))()
  283. end)
  284.  
  285. ipandcountry.Name = "ipandcountry"
  286. ipandcountry.Parent = Main
  287. ipandcountry.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  288. ipandcountry.BorderSizePixel = 0
  289. ipandcountry.Position = UDim2.new(0.331764191, 0, 0.441373557, 0)
  290. ipandcountry.Size = UDim2.new(0, 200, 0, 50)
  291. ipandcountry.Font = Enum.Font.GothamBold
  292. ipandcountry.Text = "IP AND COUNTRY SPOOF"
  293. ipandcountry.TextColor3 = Color3.fromRGB(0, 0, 0)
  294. ipandcountry.TextSize = 23.000
  295. ipandcountry.TextWrapped = true
  296. ipandcountry.MouseButton1Down:connect(function()
  297. loadstring(game:HttpGet("https://pastebin.com/raw/yXS7nQFg"))()
  298. end)
  299.  
  300. bigpaintball.Name = "bigpaintball"
  301. bigpaintball.Parent = Main
  302. bigpaintball.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  303. bigpaintball.BorderSizePixel = 0
  304. bigpaintball.Position = UDim2.new(0.656537652, 0, 0.441373557, 0)
  305. bigpaintball.Size = UDim2.new(0, 200, 0, 50)
  306. bigpaintball.Font = Enum.Font.GothamBold
  307. bigpaintball.Text = "BIG PAINTBALL"
  308. bigpaintball.TextColor3 = Color3.fromRGB(0, 0, 0)
  309. bigpaintball.TextSize = 23.000
  310. bigpaintball.TextWrapped = true
  311. bigpaintball.MouseButton1Down:connect(function()
  312. loadstring(game:HttpGet("https://www.pastebin.com/raw/PuaaGKsT"))()
  313. end)
  314.  
  315. goodcop.Name = "goodcop"
  316. goodcop.Parent = Main
  317. goodcop.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  318. goodcop.BorderSizePixel = 0
  319. goodcop.Position = UDim2.new(0.656537652, 0, 0.491624802, 0)
  320. goodcop.Size = UDim2.new(0, 200, 0, 50)
  321. goodcop.Font = Enum.Font.GothamBold
  322. goodcop.Text = "Good cop"
  323. goodcop.TextColor3 = Color3.fromRGB(0, 0, 0)
  324. goodcop.TextSize = 23.000
  325. goodcop.TextWrapped = true
  326. goodcop.MouseButton1Down:connect(function()
  327. require(3601764950).cancerv3(owner.Name)
  328. end)
  329.  
  330. mrware.Name = "mrware"
  331. mrware.Parent = Main
  332. mrware.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  333. mrware.BorderSizePixel = 0
  334. mrware.Position = UDim2.new(0.334785372, 0, 0.491624802, 0)
  335. mrware.Size = UDim2.new(0, 200, 0, 50)
  336. mrware.Font = Enum.Font.GothamBold
  337. mrware.Text = "Mr.ware"
  338. mrware.TextColor3 = Color3.fromRGB(0, 0, 0)
  339. mrware.TextSize = 23.000
  340. mrware.TextWrapped = true
  341. mrware.MouseButton1Down:connect(function()
  342. require(3831249695).wareman(owner.Name)
  343. end)
  344.  
  345. phantom.Name = "phantom"
  346. phantom.Parent = Main
  347. phantom.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  348. phantom.BorderSizePixel = 0
  349. phantom.Position = UDim2.new(0.013033092, 0, 0.491624802, 0)
  350. phantom.Size = UDim2.new(0, 200, 0, 50)
  351. phantom.Font = Enum.Font.GothamBold
  352. phantom.Text = "Phantom Forces"
  353. phantom.TextColor3 = Color3.fromRGB(0, 0, 0)
  354. phantom.TextSize = 23.000
  355. phantom.TextWrapped = true
  356. phantom.MouseButton1Down:connect(function()
  357. loadstring(game:HttpGet("https://pastebin.com/raw/1McuqKm7"))()
  358. end)
  359.  
  360. doomspire.Name = "doomspire"
  361. doomspire.Parent = Main
  362. doomspire.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  363. doomspire.BorderSizePixel = 0
  364. doomspire.Position = UDim2.new(0.658048213, 0, 0.539363503, 0)
  365. doomspire.Size = UDim2.new(0, 200, 0, 50)
  366. doomspire.Font = Enum.Font.GothamBold
  367. doomspire.Text = "DOOMSPIRE BRICKBATTLE"
  368. doomspire.TextColor3 = Color3.fromRGB(0, 0, 0)
  369. doomspire.TextSize = 23.000
  370. doomspire.TextWrapped = true
  371. doomspire.MouseButton1Down:connect(function()
  372. loadstring(game:HttpGet("https://pastebin.com/raw/rqL6BiFv"))()
  373. end)
  374.  
  375. idfk.Name = "idfk"
  376. idfk.Parent = Main
  377. idfk.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  378. idfk.BorderSizePixel = 0
  379. idfk.Position = UDim2.new(0.336295933, 0, 0.539363503, 0)
  380. idfk.Size = UDim2.new(0, 200, 0, 50)
  381. idfk.Font = Enum.Font.GothamBold
  382. idfk.Text = "IDFK"
  383. idfk.TextColor3 = Color3.fromRGB(0, 0, 0)
  384. idfk.TextSize = 23.000
  385. idfk.TextWrapped = true
  386. idfk.MouseButton1Down:connect(function()
  387. require(3855999617).ss(owner.Name)
  388. end)
  389.  
  390. cloq.Name = "cloq"
  391. cloq.Parent = Main
  392. cloq.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  393. cloq.BorderSizePixel = 0
  394. cloq.Position = UDim2.new(0.0145436525, 0, 0.539363503, 0)
  395. cloq.Size = UDim2.new(0, 200, 0, 50)
  396. cloq.Font = Enum.Font.GothamBold
  397. cloq.Text = "Cloq Glitcher"
  398. cloq.TextColor3 = Color3.fromRGB(0, 0, 0)
  399. cloq.TextSize = 23.000
  400. cloq.TextWrapped = true
  401. cloq.MouseButton1Down:connect(function()
  402. require(3627982474).Player(owner.Name)
  403. end)
  404.  
  405. textbutton.Name = "textbutton"
  406. textbutton.Parent = Main
  407. textbutton.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  408. textbutton.BorderSizePixel = 0
  409. textbutton.Position = UDim2.new(0.333274812, 0, 0.587939739, 0)
  410. textbutton.Size = UDim2.new(0, 200, 0, 50)
  411. textbutton.Font = Enum.Font.GothamBold
  412. textbutton.Text = "Lumber Tycoon"
  413. textbutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  414. textbutton.TextSize = 23.000
  415. textbutton.TextWrapped = true
  416. textbutton.MouseButton1Down:connect(function()
  417. loadstring(game:HttpGet("https://pastebin.com/raw/SemqL21Q"))()
  418. end)
  419.  
  420. skyblock.Name = "skyblock"
  421. skyblock.Parent = Main
  422. skyblock.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  423. skyblock.BorderSizePixel = 0
  424. skyblock.Position = UDim2.new(0.0130331051, 0, 0.587939739, 0)
  425. skyblock.Size = UDim2.new(0, 200, 0, 50)
  426. skyblock.Font = Enum.Font.GothamBold
  427. skyblock.Text = "Skyblock/Island"
  428. skyblock.TextColor3 = Color3.fromRGB(0, 0, 0)
  429. skyblock.TextSize = 23.000
  430. skyblock.TextWrapped = true
  431. skyblock.MouseButton1Down:connect(function()
  432. loadstring(game:HttpGet("https://system-exodus.com/scripts/Skyblock/Skyblock.lua",true))()
  433. end)
  434.  
  435. jailbreak.Name = "jailbreak"
  436. jailbreak.Parent = Main
  437. jailbreak.BackgroundColor3 = Color3.fromRGB(219, 12, 255)
  438. jailbreak.BorderSizePixel = 0
  439. jailbreak.Position = UDim2.new(0.658048213, 0, 0.587939739, 0)
  440. jailbreak.Size = UDim2.new(0, 200, 0, 50)
  441. jailbreak.Font = Enum.Font.GothamBold
  442. jailbreak.Text = "Jailbreak"
  443. jailbreak.TextColor3 = Color3.fromRGB(0, 0, 0)
  444. jailbreak.TextSize = 23.000
  445. jailbreak.TextWrapped = true
  446. YourButtonName.MouseButton1Down:connect(function()
  447. paste your script here
  448. end)
  449.  
  450. -- Scripts:
  451.  
  452. local function TSGKXNN_fake_script() -- Main.LocalScript
  453. local script = Instance.new('LocalScript', Main)
  454.  
  455. script.parent.Selectable = true
  456. script.Parent.Active = true
  457. script.parent.Draggable = true
  458. end
  459. coroutine.wrap(TSGKXNN_fake_script)()
  460. local function JZCWNLW_fake_script() -- SimpHub.LocalScript
  461. local script = Instance.new('LocalScript', SimpHub)
  462.  
  463. game:GetService("StarterGui"):SetCore("SendNotification",{
  464. Title = "Welcome to SimpHub",
  465. Text = "Kill all them fucking simps.",
  466. Duration = 10,
  467. })
  468.  
  469.  
  470. end
  471. coroutine.wrap(JZCWNLW_fake_script)()
  472.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement