Advertisement
Guest User

Super Simon Says GUI

a guest
Apr 27th, 2019
1,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.35 KB | None | 0 0
  1. local SimonTroller = Instance.new("ScreenGui")
  2. local Open = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local ValueBox = Instance.new("TextBox")
  6. local execute = Instance.new("TextButton")
  7. local speed = Instance.new("TextButton")
  8. local clone = Instance.new("TextButton")
  9. local fly = Instance.new("TextButton")
  10. local shutdown = Instance.new("TextButton")
  11. local invis = Instance.new("TextButton")
  12. local breakgame = Instance.new("TextButton")
  13. local kick = Instance.new("TextButton")
  14. local closer = Instance.new("TextButton")
  15. local a = Instance.new("Frame")
  16. local b = Instance.new("Frame")
  17. local yeah = Instance.new("Frame")
  18. local c = Instance.new("ImageLabel")
  19. local f = Instance.new("ImageLabel")
  20. local f_2 = Instance.new("ImageLabel")
  21. local regwrgwr = Instance.new("TextLabel")
  22. local d = Instance.new("TextLabel")
  23. local Credit = Instance.new("ImageLabel")
  24. local ToSPage = Instance.new("Frame")
  25. local Accept = Instance.new("TextButton")
  26. local BoxStuff = Instance.new("Frame")
  27. local TosLabel = Instance.new("TextLabel")
  28. local YourMom = Instance.new("ImageLabel")
  29. local MountDesign = Instance.new("ImageLabel")
  30. local ScrollingFrame = Instance.new("ScrollingFrame")
  31. local taco123 = Instance.new("Frame")
  32. local More_Stuff = Instance.new("Frame")
  33. local DISC_LOGO = Instance.new("ImageLabel")
  34. local Roblox_LOGO = Instance.new("ImageLabel")
  35. local YT_LOGO = Instance.new("ImageLabel")
  36. local _453443 = Instance.new("TextLabel")
  37. local _4534443 = Instance.new("TextLabel")
  38. local ffgfbfbffb35 = Instance.new("TextLabel")
  39. local fdgfgrgrwp = Instance.new("TextLabel")
  40. local Decline = Instance.new("TextButton")
  41. local dfvffv = Instance.new("TextLabel")
  42. local tacosare0 = Instance.new("Frame")
  43. local abc123 = Instance.new("TextLabel")
  44. local ffdfdf = Instance.new("TextLabel")
  45. local CurrentRelease = Instance.new("Frame")
  46. local sup_stalker = Instance.new("TextLabel")
  47. local InputVerionHere = Instance.new("TextLabel")
  48. --Properties:
  49. SimonTroller.Name = "SimonTroller"
  50. SimonTroller.Parent = game.CoreGui
  51.  
  52. Open.Name = "Open"
  53. Open.Parent = SimonTroller
  54. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Open.BackgroundTransparency = 1
  56. Open.Position = UDim2.new(-0.000937207136, 0, 0, 0)
  57. Open.Size = UDim2.new(0, 1068, 0, 502)
  58.  
  59. TextButton.Parent = Open
  60. TextButton.BackgroundColor3 = Color3.new(0.815686, 0, 0)
  61. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  62. TextButton.BorderSizePixel = 2
  63. TextButton.Position = UDim2.new(0.000936329365, 0, 0.818725169, 0)
  64. TextButton.Size = UDim2.new(0, 99, 0, 34)
  65. TextButton.Font = Enum.Font.SourceSansSemibold
  66. TextButton.Text = "OPEN"
  67. TextButton.TextColor3 = Color3.new(0, 0, 0)
  68. TextButton.TextScaled = true
  69. TextButton.TextSize = 14
  70. TextButton.TextWrapped = true
  71. TextButton.MouseButton1Down:connect(function()
  72. Open.Visible = false
  73. Main.Visible = true
  74. end)
  75.  
  76. Main.Name = "Main"
  77. Main.Parent = SimonTroller
  78. Main.Active = true
  79. Main.BackgroundColor3 = Color3.new(0.67451, 0, 0)
  80. Main.BackgroundTransparency = 0.20000000298023
  81. Main.Position = UDim2.new(0.585449994, 0, 0.476383865, 0)
  82. Main.Selectable = true
  83. Main.Size = UDim2.new(0, 557, 0, 317)
  84. Main.Visible = false
  85.  
  86.  
  87. ValueBox.Name = "ValueBox"
  88. ValueBox.Parent = Main
  89. ValueBox.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  90. ValueBox.BorderColor3 = Color3.new(0, 0, 0)
  91. ValueBox.BorderSizePixel = 2
  92. ValueBox.Position = UDim2.new(0.289048463, 0, 0.839116812, 0)
  93. ValueBox.Size = UDim2.new(0, 241, 0, 33)
  94. ValueBox.Font = Enum.Font.SourceSansBold
  95. ValueBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  96. ValueBox.PlaceholderText = "Place Value/Message"
  97. ValueBox.Text = ""
  98. ValueBox.TextColor3 = Color3.new(0, 0, 0)
  99. ValueBox.TextScaled = true
  100. ValueBox.TextSize = 14
  101. ValueBox.TextWrapped = true
  102.  
  103. execute.Name = "execute"
  104. execute.Parent = Main
  105. execute.BackgroundColor3 = Color3.new(0, 0, 0)
  106. execute.BorderSizePixel = 0
  107. execute.Position = UDim2.new(0.721723497, 0, 0.835962236, 0)
  108. execute.Size = UDim2.new(0, 108, 0, 34)
  109. execute.Font = Enum.Font.SourceSansSemibold
  110. execute.Text = "Execute"
  111. execute.TextColor3 = Color3.new(0.0117647, 0.776471, 0)
  112. execute.TextScaled = true
  113. execute.TextSize = 14
  114. execute.TextWrapped = true
  115. execute.MouseButton1Down:connect(function()
  116. Message = ValueBox.Text
  117. Duration = 5
  118.  
  119. for Idx = 1, 10 do
  120. workspace:FindFirstChild("BasicCommand"):FireServer(nil, Message, Duration, nil, nil, nil)
  121. end
  122. end)
  123.  
  124. speed.Name = "speed"
  125. speed.Parent = Main
  126. speed.BackgroundColor3 = Color3.new(0, 0, 0)
  127. speed.BorderColor3 = Color3.new(0, 0, 0)
  128. speed.Position = UDim2.new(0.0305206459, 0, 0.347304761, 0)
  129. speed.Size = UDim2.new(0, 100, 0, 33)
  130. speed.Font = Enum.Font.SourceSansSemibold
  131. speed.Text = "Set Speed"
  132. speed.TextColor3 = Color3.new(0.745098, 0, 0)
  133. speed.TextScaled = true
  134. speed.TextSize = 14
  135. speed.TextWrapped = true
  136. speed.MouseButton1Down:connect(function()
  137. local walkspeedplayer = game:GetService("Players").LocalPlayer
  138. local walkspeedmouse = walkspeedplayer:GetMouse()
  139.  
  140. local walkspeedenabled = false
  141.  
  142. function x_walkspeed(key)
  143. if (key == "k") then
  144. if walkspeedenabled == false then
  145. _G.WS = 200;
  146. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  147. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  148. Humanoid.WalkSpeed = _G.WS;
  149. end)
  150. Humanoid.WalkSpeed = _G.WS;
  151.  
  152. walkspeedenabled = true
  153. elseif walkspeedenabled == true then
  154. _G.WS = 20;
  155. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  156. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  157. Humanoid.WalkSpeed = _G.WS;
  158. end)
  159. Humanoid.WalkSpeed = _G.WS;
  160.  
  161. walkspeedenabled = false
  162. end
  163. end
  164. end
  165.  
  166. walkspeedmouse.KeyDown:connect(x_walkspeed)
  167.  
  168. end)
  169.  
  170. clone.Name = "clone"
  171. clone.Parent = Main
  172. clone.BackgroundColor3 = Color3.new(0, 0, 0)
  173. clone.BorderColor3 = Color3.new(0, 0, 0)
  174. clone.Position = UDim2.new(0.0305206459, 0, 0.640680194, 0)
  175. clone.Size = UDim2.new(0, 100, 0, 33)
  176. clone.Font = Enum.Font.SourceSansSemibold
  177. clone.Text = "Get Cloned"
  178. clone.TextColor3 = Color3.new(0.745098, 0, 0)
  179. clone.TextScaled = true
  180. clone.TextSize = 14
  181. clone.TextWrapped = true
  182. clone.MouseButton1Down:connect(function()
  183. function Clone()
  184. workspace:FindFirstChild("MakeDecoyServerEvent"):FireServer(nil)
  185. game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid").Health = 0
  186. end
  187.  
  188. for Idx = 1, 15 do
  189. Clone()
  190. end
  191. end)
  192.  
  193. fly.Name = "fly"
  194. fly.Parent = Main
  195. fly.BackgroundColor3 = Color3.new(0, 0, 0)
  196. fly.BorderColor3 = Color3.new(0, 0, 0)
  197. fly.Position = UDim2.new(0.0305206459, 0, 0.489260614, 0)
  198. fly.Size = UDim2.new(0, 100, 0, 33)
  199. fly.Font = Enum.Font.SourceSansSemibold
  200. fly.Text = "Fly [E]"
  201. fly.TextColor3 = Color3.new(0.745098, 0, 0)
  202. fly.TextScaled = true
  203. fly.TextSize = 14
  204. fly.TextWrapped = true
  205. fly.MouseButton1Down:connect(function()
  206. repeat wait()
  207. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  208. local mouse = game.Players.LocalPlayer:GetMouse()
  209. repeat wait() until mouse
  210. local plr = game.Players.LocalPlayer
  211. local torso = plr.Character.Torso
  212. local flying = true
  213. local deb = true
  214. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  215. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  216. local maxspeed = 50
  217. local speed = 0
  218.  
  219. function Fly()
  220. local bg = Instance.new("BodyGyro", torso)
  221. bg.P = 9e4
  222. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  223. bg.cframe = torso.CFrame
  224. local bv = Instance.new("BodyVelocity", torso)
  225. bv.velocity = Vector3.new(0,0.1,0)
  226. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  227. repeat wait()
  228. plr.Character.Humanoid.PlatformStand = true
  229. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  230. speed = speed+.5+(speed/maxspeed)
  231. if speed > maxspeed then
  232. speed = maxspeed
  233. end
  234. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  235. speed = speed-1
  236. if speed < 0 then
  237. speed = 0
  238. end
  239. end
  240. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  241. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  242. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  243. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  244. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  245. else
  246. bv.velocity = Vector3.new(0,0.1,0)
  247. end
  248. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  249. until not flying
  250. ctrl = {f = 0, b = 0, l = 0, r = 0}
  251. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  252. speed = 0
  253. bg:Destroy()
  254. bv:Destroy()
  255. plr.Character.Humanoid.PlatformStand = false
  256. end
  257. mouse.KeyDown:connect(function(key)
  258. if key:lower() == "e" then
  259. if flying then flying = false
  260. else
  261. flying = true
  262. Fly()
  263. end
  264. elseif key:lower() == "w" then
  265. ctrl.f = 1
  266. elseif key:lower() == "s" then
  267. ctrl.b = -1
  268. elseif key:lower() == "a" then
  269. ctrl.l = -1
  270. elseif key:lower() == "d" then
  271. ctrl.r = 1
  272. end
  273. end)
  274. mouse.KeyUp:connect(function(key)
  275. if key:lower() == "w" then
  276. ctrl.f = 0
  277. elseif key:lower() == "s" then
  278. ctrl.b = 0
  279. elseif key:lower() == "a" then
  280. ctrl.l = 0
  281. elseif key:lower() == "d" then
  282. ctrl.r = 0
  283. end
  284. end)
  285. Fly()
  286.  
  287. end)
  288.  
  289. shutdown.Name = "shutdown"
  290. shutdown.Parent = Main
  291. shutdown.BackgroundColor3 = Color3.new(0, 0, 0)
  292. shutdown.BorderColor3 = Color3.new(0, 0, 0)
  293. shutdown.Position = UDim2.new(0.791741431, 0, 0.640680194, 0)
  294. shutdown.Size = UDim2.new(0, 100, 0, 33)
  295. shutdown.Font = Enum.Font.SourceSansSemibold
  296. shutdown.Text = " Shutdown "
  297. shutdown.TextColor3 = Color3.new(0.745098, 0, 0)
  298. shutdown.TextScaled = true
  299. shutdown.TextSize = 14
  300. shutdown.TextWrapped = true
  301. shutdown.MouseButton1Down:connect(function()
  302. while wait() do
  303. workspace:FindFirstChild("BasicCommand"):FireServer(nil, "Server is going to shutdown...", 999, nil, nil, nil)
  304. end
  305. end)
  306.  
  307. invis.Name = "invis"
  308. invis.Parent = Main
  309. invis.BackgroundColor3 = Color3.new(0, 0, 0)
  310. invis.BorderColor3 = Color3.new(0, 0, 0)
  311. invis.Position = UDim2.new(0.791741431, 0, 0.489260614, 0)
  312. invis.Size = UDim2.new(0, 100, 0, 33)
  313. invis.Font = Enum.Font.SourceSansSemibold
  314. invis.Text = "Be Invisible"
  315. invis.TextColor3 = Color3.new(0.745098, 0, 0)
  316. invis.TextScaled = true
  317. invis.TextSize = 14
  318. invis.TextWrapped = true
  319. invis.MouseButton1Down:connect(function()
  320. workspace:FindFirstChild("InvisServerEvent"):FireServer()
  321. end)
  322.  
  323.  
  324. breakgame.Name = "breakgame"
  325. breakgame.Parent = Main
  326. breakgame.BackgroundColor3 = Color3.new(0, 0, 0)
  327. breakgame.BorderColor3 = Color3.new(0, 0, 0)
  328. breakgame.Position = UDim2.new(0.791741431, 0, 0.347304761, 0)
  329. breakgame.Size = UDim2.new(0, 100, 0, 33)
  330. breakgame.Font = Enum.Font.SourceSansSemibold
  331. breakgame.Text = "Break Game"
  332. breakgame.TextColor3 = Color3.new(0.745098, 0, 0)
  333. breakgame.TextScaled = true
  334. breakgame.TextSize = 14
  335. breakgame.TextWrapped = true
  336. breakgame.MouseButton1Down:connect(function()
  337. while wait() do
  338. workspace:FindFirstChild("BasicCommand"):FireServer(nil, nil, 999, nil, nil, nil)
  339. end
  340. end)
  341.  
  342. kick.Name = "kick"
  343. kick.Parent = Main
  344. kick.BackgroundColor3 = Color3.new(0, 0, 0)
  345. kick.BorderSizePixel = 0
  346. kick.Position = UDim2.new(0.0951525569, 0, 0.839116812, 0)
  347. kick.Size = UDim2.new(0, 108, 0, 34)
  348. kick.Font = Enum.Font.SourceSansSemibold
  349. kick.Text = "Kick Simon"
  350. kick.TextColor3 = Color3.new(0.776471, 0, 0)
  351. kick.TextScaled = true
  352. kick.TextSize = 14
  353. kick.TextWrapped = true
  354. kick.MouseButton1Down:connect(function()
  355. game.Workspace.BasicCommand:FireServer(7, "", 5.5, 1.5, true, "Pizza")
  356. end)
  357.  
  358. closer.Name = "closer"
  359. closer.Parent = Main
  360. closer.BackgroundColor3 = Color3.new(1, 1, 1)
  361. closer.BackgroundTransparency = 1
  362. closer.Position = UDim2.new(0.960502625, 0, -0.0189274531, 0)
  363. closer.Size = UDim2.new(0, 22, 0, 22)
  364. closer.Font = Enum.Font.SourceSansBold
  365. closer.Text = "X"
  366. closer.TextColor3 = Color3.new(1, 0, 0)
  367. closer.TextScaled = true
  368. closer.TextSize = 14
  369. closer.TextWrapped = true
  370. closer.MouseButton1Down:connect(function()
  371. Open.Visible = true
  372. Main.Visible = false
  373. end)
  374.  
  375. a.Name = "a"
  376. a.Parent = Main
  377. a.BackgroundColor3 = Color3.new(0, 0, 0)
  378. a.BorderColor3 = Color3.new(0, 0, 0)
  379. a.Position = UDim2.new(-0.00130167603, 0, 0.975624323, 0)
  380. a.Size = UDim2.new(0, 558, 0, 7)
  381.  
  382. b.Name = "b"
  383. b.Parent = Main
  384. b.BackgroundColor3 = Color3.new(0, 0, 0)
  385. b.BorderColor3 = Color3.new(0, 0, 0)
  386. b.Position = UDim2.new(0, 0, -0.00600751024, 0)
  387. b.Size = UDim2.new(0, 557, 0, 18)
  388.  
  389. yeah.Name = "yeah"
  390. yeah.Parent = Main
  391. yeah.BackgroundColor3 = Color3.new(0.54902, 0, 0)
  392. yeah.BackgroundTransparency = 0.050000000745058
  393. yeah.BorderColor3 = Color3.new(0, 0, 0)
  394. yeah.BorderSizePixel = 10
  395. yeah.Position = UDim2.new(0.0556552969, 0, -0.129337534, 0)
  396. yeah.Size = UDim2.new(0, 492, 0, 38)
  397.  
  398. c.Name = "c"
  399. c.Parent = Main
  400. c.BackgroundColor3 = Color3.new(1, 1, 1)
  401. c.BackgroundTransparency = 1
  402. c.Position = UDim2.new(0.228055611, 0, 0.209634677, 0)
  403. c.Size = UDim2.new(0, 302, 0, 215)
  404. c.Image = "rbxassetid://707699429"
  405.  
  406. f.Name = "f"
  407. f.Parent = Main
  408. f.BackgroundColor3 = Color3.new(1, 1, 1)
  409. f.BackgroundTransparency = 1
  410. f.Position = UDim2.new(0.0125673246, 0, 0.305993676, 0)
  411. f.Size = UDim2.new(0, 120, 0, 151)
  412. f.Image = "rbxassetid://47275440"
  413.  
  414. f_2.Name = "f"
  415. f_2.Parent = Main
  416. f_2.BackgroundColor3 = Color3.new(1, 1, 1)
  417. f_2.BackgroundTransparency = 1
  418. f_2.Position = UDim2.new(0.773788154, 0, 0.3028391, 0)
  419. f_2.Size = UDim2.new(0, 120, 0, 151)
  420. f_2.Image = "rbxassetid://47275440"
  421.  
  422. regwrgwr.Name = "regwrgwr"
  423. regwrgwr.Parent = Main
  424. regwrgwr.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  425. regwrgwr.Position = UDim2.new(0.0502692983, 0, -0.13249211, 0)
  426. regwrgwr.Size = UDim2.new(0, 498, 0, 39)
  427. regwrgwr.Font = Enum.Font.SourceSansBold
  428. regwrgwr.Text = "[SSS] Trolling GUI"
  429. regwrgwr.TextColor3 = Color3.new(0, 0, 0)
  430. regwrgwr.TextSize = 40
  431. regwrgwr.TextWrapped = true
  432.  
  433. d.Name = "d"
  434. d.Parent = Main
  435. d.BackgroundColor3 = Color3.new(1, 1, 1)
  436. d.BackgroundTransparency = 1
  437. d.Position = UDim2.new(0.0812331513, 0, 0.0479407236, 0)
  438. d.Size = UDim2.new(0, 465, 0, 95)
  439. d.Font = Enum.Font.SourceSansBold
  440. d.Text = "TROLL 'EM"
  441. d.TextColor3 = Color3.new(0, 0, 0)
  442. d.TextScaled = true
  443. d.TextSize = 14
  444. d.TextWrapped = true
  445.  
  446. Credit.Name = "Credit"
  447. Credit.Parent = SimonTroller
  448. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  449. Credit.BackgroundTransparency = 1
  450. Credit.Position = UDim2.new(0.015525341, 0, 0.0192731023, 0)
  451. Credit.Size = UDim2.new(0, 65, 0, 65)
  452. Credit.Image = "rbxassetid://3095216806"
  453.  
  454. ToSPage.Name = "ToS Page"
  455. ToSPage.Parent = SimonTroller
  456. ToSPage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  457. ToSPage.BorderColor3 = Color3.new(1, 1, 1)
  458. ToSPage.Position = UDim2.new(-0.000732064422, 0, -0.00482315104, 0)
  459. ToSPage.Size = UDim2.new(0, 1366, 0, 622)
  460.  
  461. Accept.Name = "Accept"
  462. Accept.Parent = ToSPage
  463. Accept.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  464. Accept.BorderColor3 = Color3.new(1, 1, 1)
  465. Accept.Position = UDim2.new(0.524890184, 0, 0.744373024, 0)
  466. Accept.Size = UDim2.new(0, 200, 0, 50)
  467. Accept.Font = Enum.Font.SourceSansSemibold
  468. Accept.Text = "Accept"
  469. Accept.TextColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  470. Accept.TextScaled = true
  471. Accept.TextSize = 14
  472. Accept.TextStrokeColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  473. Accept.TextWrapped = true
  474. Accept.MouseButton1Down:connect(function()
  475. Open.Visible = true
  476. Main.Visible = false
  477. ToSPage.Visible = false
  478. end)
  479.  
  480. BoxStuff.Name = "BoxStuff"
  481. BoxStuff.Parent = ToSPage
  482. BoxStuff.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  483. BoxStuff.BorderColor3 = Color3.new(1, 1, 1)
  484. BoxStuff.Position = UDim2.new(0.172035143, 0, 0.122186482, 0)
  485. BoxStuff.Size = UDim2.new(0, 896, 0, 328)
  486.  
  487. TosLabel.Name = "TosLabel"
  488. TosLabel.Parent = ToSPage
  489. TosLabel.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  490. TosLabel.BorderColor3 = Color3.new(1, 1, 1)
  491. TosLabel.Position = UDim2.new(0.172035143, 0, 0.122186497, 0)
  492. TosLabel.Size = UDim2.new(0, 896, 0, 27)
  493. TosLabel.Font = Enum.Font.SourceSansSemibold
  494. TosLabel.Text = "By Pressing Accept You Agree To The Following:"
  495. TosLabel.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  496. TosLabel.TextSize = 25
  497. TosLabel.TextTransparency = 0.5
  498. TosLabel.TextWrapped = true
  499.  
  500. YourMom.Name = "YourMom"
  501. YourMom.Parent = ToSPage
  502. YourMom.BackgroundColor3 = Color3.new(1, 1, 1)
  503. YourMom.BackgroundTransparency = 1
  504. YourMom.Position = UDim2.new(0.172035143, 0, 0.120578781, 0)
  505. YourMom.Size = UDim2.new(0, 28, 0, 28)
  506. YourMom.Image = "rbxassetid://3095216806"
  507.  
  508. MountDesign.Name = "MountDesign"
  509. MountDesign.Parent = ToSPage
  510. MountDesign.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  511. MountDesign.BorderColor3 = Color3.new(1, 1, 1)
  512. MountDesign.Position = UDim2.new(0.172035158, 0, 0.165594846, 0)
  513. MountDesign.Size = UDim2.new(0, 896, 0, 301)
  514. MountDesign.Image = "rbxassetid://1235606244"
  515. MountDesign.ImageTransparency = 0.5
  516.  
  517. ScrollingFrame.Parent = ToSPage
  518. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  519. ScrollingFrame.BackgroundTransparency = 1
  520. ScrollingFrame.BorderColor3 = Color3.new(1, 1, 1)
  521. ScrollingFrame.Position = UDim2.new(0.172035143, 0, 0.165594861, 0)
  522. ScrollingFrame.Size = UDim2.new(0, 896, 0, 301)
  523.  
  524. taco123.Name = "taco123"
  525. taco123.Parent = ScrollingFrame
  526. taco123.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  527. taco123.BackgroundTransparency = 1
  528. taco123.BorderColor3 = Color3.new(1, 1, 1)
  529. taco123.Position = UDim2.new(-0.000955924392, 0, 0.700160801, 0)
  530. taco123.Size = UDim2.new(0, 883, 0, 49)
  531.  
  532. More_Stuff.Name = "More_Stuff"
  533. More_Stuff.Parent = taco123
  534. More_Stuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  535. More_Stuff.BackgroundTransparency = 0.30000001192093
  536. More_Stuff.BorderColor3 = Color3.new(1, 1, 1)
  537. More_Stuff.Position = UDim2.new(0.0011325028, 0, 6.59183693, 0)
  538. More_Stuff.Size = UDim2.new(0, 882, 0, 49)
  539.  
  540. DISC_LOGO.Name = "DISC_LOGO"
  541. DISC_LOGO.Parent = taco123
  542. DISC_LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  543. DISC_LOGO.BackgroundTransparency = 1
  544. DISC_LOGO.Position = UDim2.new(0.669031858, 0, 6.59183693, 0)
  545. DISC_LOGO.Size = UDim2.new(0, 57, 0, 49)
  546. DISC_LOGO.Image = "rbxassetid://1021298543"
  547.  
  548. Roblox_LOGO.Name = "Roblox_LOGO"
  549. Roblox_LOGO.Parent = taco123
  550. Roblox_LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  551. Roblox_LOGO.BackgroundTransparency = 1
  552. Roblox_LOGO.Position = UDim2.new(0.302478969, 0, 6.59183693, 0)
  553. Roblox_LOGO.Size = UDim2.new(0, 57, 0, 49)
  554. Roblox_LOGO.Image = "rbxassetid://1931982567"
  555.  
  556. YT_LOGO.Name = "YT_LOGO"
  557. YT_LOGO.Parent = taco123
  558. YT_LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  559. YT_LOGO.BackgroundTransparency = 1
  560. YT_LOGO.Position = UDim2.new(0.0018529665, 0, 6.59183693, 0)
  561. YT_LOGO.Size = UDim2.new(0, 57, 0, 49)
  562. YT_LOGO.Image = "rbxassetid://217811566"
  563.  
  564. _453443.Name = "453443"
  565. _453443.Parent = taco123
  566. _453443.BackgroundColor3 = Color3.new(1, 1, 1)
  567. _453443.BackgroundTransparency = 1
  568. _453443.Position = UDim2.new(0.0189939439, 0, 6.59183693, 0)
  569. _453443.Size = UDim2.new(0, 236, 0, 42)
  570. _453443.Font = Enum.Font.Antique
  571. _453443.Text = "LuaPhysics"
  572. _453443.TextColor3 = Color3.new(0, 0, 0)
  573. _453443.TextScaled = true
  574. _453443.TextSize = 14
  575. _453443.TextWrapped = true
  576.  
  577. _4534443.Name = "4534443"
  578. _4534443.Parent = taco123
  579. _4534443.BackgroundColor3 = Color3.new(1, 1, 1)
  580. _4534443.BackgroundTransparency = 1
  581. _4534443.Position = UDim2.new(0.367087215, 0, 6.59183693, 0)
  582. _4534443.Size = UDim2.new(0, 236, 0, 42)
  583. _4534443.Font = Enum.Font.Antique
  584. _4534443.Text = "LuaPhysics0_0"
  585. _4534443.TextColor3 = Color3.new(0, 0, 0)
  586. _4534443.TextScaled = true
  587. _4534443.TextSize = 14
  588. _4534443.TextWrapped = true
  589.  
  590. ffgfbfbffb35.Name = "ffgfbfbffb35"
  591. ffgfbfbffb35.Parent = taco123
  592. ffgfbfbffb35.BackgroundColor3 = Color3.new(1, 1, 1)
  593. ffgfbfbffb35.BackgroundTransparency = 1
  594. ffgfbfbffb35.Position = UDim2.new(0.733640015, 0, 6.59183693, 0)
  595. ffgfbfbffb35.Size = UDim2.new(0, 236, 0, 42)
  596. ffgfbfbffb35.Font = Enum.Font.Antique
  597. ffgfbfbffb35.Text = "LuaPhysics#6400"
  598. ffgfbfbffb35.TextColor3 = Color3.new(0, 0, 0)
  599. ffgfbfbffb35.TextScaled = true
  600. ffgfbfbffb35.TextSize = 14
  601. ffgfbfbffb35.TextWrapped = true
  602.  
  603. fdgfgrgrwp.Name = "fdgfgrgrwp"
  604. fdgfgrgrwp.Parent = ScrollingFrame
  605. fdgfgrgrwp.BackgroundColor3 = Color3.new(1, 1, 1)
  606. fdgfgrgrwp.BackgroundTransparency = 1
  607. fdgfgrgrwp.Position = UDim2.new(-0.000385165215, 0, 0.0345659107, 0)
  608. fdgfgrgrwp.Size = UDim2.new(0, 881, 0, 22)
  609. fdgfgrgrwp.Font = Enum.Font.ArialBold
  610. fdgfgrgrwp.Text = "YOU MUST NOT TAKE CREDIT FOR THIS GUI OR ANY OTHER GUI CREATED BY \"LuaPhysics#6400\""
  611. fdgfgrgrwp.TextColor3 = Color3.new(1, 1, 1)
  612. fdgfgrgrwp.TextScaled = true
  613. fdgfgrgrwp.TextSize = 14
  614. fdgfgrgrwp.TextWrapped = true
  615.  
  616. Decline.Name = "Decline"
  617. Decline.Parent = ToSPage
  618. Decline.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  619. Decline.BorderColor3 = Color3.new(1, 1, 1)
  620. Decline.Position = UDim2.new(0.327964872, 0, 0.744373024, 0)
  621. Decline.Size = UDim2.new(0, 200, 0, 50)
  622. Decline.Font = Enum.Font.SourceSansSemibold
  623. Decline.Text = "Decline"
  624. Decline.TextColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  625. Decline.TextScaled = true
  626. Decline.TextSize = 14
  627. Decline.TextStrokeColor3 = Color3.new(0.921569, 0.921569, 0.921569)
  628. Decline.TextWrapped = true
  629. Decline.MouseButton1Down:connect(function()
  630. Open.Visible = false
  631. Main.Visible = false
  632. ToSPage.Visible = false
  633. end)
  634.  
  635. dfvffv.Name = "dfvffv"
  636. dfvffv.Parent = ToSPage
  637. dfvffv.BackgroundColor3 = Color3.new(1, 1, 1)
  638. dfvffv.BackgroundTransparency = 1
  639. dfvffv.Position = UDim2.new(0.172035143, 0, 0.165594861, 0)
  640. dfvffv.Size = UDim2.new(0, 896, 0, 44)
  641. dfvffv.Font = Enum.Font.SourceSansBold
  642. dfvffv.Text = "Terms of Service"
  643. dfvffv.TextColor3 = Color3.new(0, 0, 0)
  644. dfvffv.TextScaled = true
  645. dfvffv.TextSize = 14
  646. dfvffv.TextStrokeColor3 = Color3.new(1, 1, 1)
  647. dfvffv.TextStrokeTransparency = 0
  648. dfvffv.TextWrapped = true
  649.  
  650. tacosare0.Name = "tacosare0"
  651. tacosare0.Parent = ToSPage
  652. tacosare0.BackgroundColor3 = Color3.new(1, 1, 1)
  653. tacosare0.BorderColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  654. tacosare0.Position = UDim2.new(0.172035143, 0, 0.234726682, 0)
  655. tacosare0.Size = UDim2.new(0, 883, 0, 1)
  656.  
  657. abc123.Name = "abc123"
  658. abc123.Parent = ToSPage
  659. abc123.BackgroundColor3 = Color3.new(1, 1, 1)
  660. abc123.BackgroundTransparency = 1
  661. abc123.Position = UDim2.new(0.66032213, 0, 0.128617346, 0)
  662. abc123.Size = UDim2.new(0, 222, 0, 19)
  663. abc123.Font = Enum.Font.SourceSansSemibold
  664. abc123.Text = "[BETA RELEASE]"
  665. abc123.TextColor3 = Color3.new(0, 0, 0)
  666. abc123.TextScaled = true
  667. abc123.TextSize = 14
  668. abc123.TextWrapped = true
  669.  
  670. ffdfdf.Name = "ffdfdf"
  671. ffdfdf.Parent = ToSPage
  672. ffdfdf.BackgroundColor3 = Color3.new(1, 1, 1)
  673. ffdfdf.BackgroundTransparency = 1
  674. ffdfdf.Position = UDim2.new(0.193696752, 0, 0.128617346, 0)
  675. ffdfdf.Size = UDim2.new(0, 222, 0, 19)
  676. ffdfdf.Font = Enum.Font.Highway
  677. ffdfdf.Text = "[CONNECTED]"
  678. ffdfdf.TextColor3 = Color3.new(0.0470588, 1, 0)
  679. ffdfdf.TextScaled = true
  680. ffdfdf.TextSize = 14
  681. ffdfdf.TextWrapped = true
  682.  
  683. CurrentRelease.Name = "Current Release"
  684. CurrentRelease.Parent = SimonTroller
  685. CurrentRelease.BackgroundColor3 = Color3.new(1, 1, 1)
  686. CurrentRelease.BackgroundTransparency = 1
  687. CurrentRelease.Position = UDim2.new(0, 0, 0.871382654, 0)
  688. CurrentRelease.Size = UDim2.new(0, 218, 0, 80)
  689.  
  690. sup_stalker.Name = "sup_stalker"
  691. sup_stalker.Parent = CurrentRelease
  692. sup_stalker.BackgroundColor3 = Color3.new(1, 1, 1)
  693. sup_stalker.BackgroundTransparency = 1
  694. sup_stalker.Position = UDim2.new(-0.0642201826, 0, 0.075000003, 0)
  695. sup_stalker.Size = UDim2.new(0, 213, 0, 21)
  696. sup_stalker.Font = Enum.Font.Code
  697. sup_stalker.Text = "CURRENT VERSION:"
  698. sup_stalker.TextColor3 = Color3.new(0, 0, 0)
  699. sup_stalker.TextScaled = true
  700. sup_stalker.TextSize = 14
  701. sup_stalker.TextStrokeColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  702. sup_stalker.TextStrokeTransparency = 0
  703. sup_stalker.TextWrapped = true
  704.  
  705. InputVerionHere.Name = "Input Verion Here"
  706. InputVerionHere.Parent = CurrentRelease
  707. InputVerionHere.BackgroundColor3 = Color3.new(1, 1, 1)
  708. InputVerionHere.BackgroundTransparency = 1
  709. InputVerionHere.Position = UDim2.new(0.0734668523, 0, 0.337500006, 0)
  710. InputVerionHere.Size = UDim2.new(0, 146, 0, 50)
  711. InputVerionHere.Font = Enum.Font.Arcade
  712. InputVerionHere.Text = "[BETA] 1.07"
  713. InputVerionHere.TextColor3 = Color3.new(1, 1, 1)
  714. InputVerionHere.TextScaled = true
  715. InputVerionHere.TextSize = 14
  716. InputVerionHere.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement