Advertisement
Guest User

Untitled

a guest
Oct 1st, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.88 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RuneGui = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local Submit = Instance.new("TextButton")
  6. local user = Instance.new("TextBox")
  7. local usertext = Instance.new("TextLabel")
  8. local pass = Instance.new("TextBox")
  9. local passtext = Instance.new("TextLabel")
  10. local by = Instance.new("TextLabel")
  11. local wrong = Instance.new("TextLabel")
  12. local loggedout = Instance.new("TextLabel")
  13. local gametp = Instance.new("TextButton")
  14. local Main = Instance.new("Frame")
  15. local scriptexe = Instance.new("TextButton")
  16. local scripts = Instance.new("TextButton")
  17. local cmds = Instance.new("TextButton")
  18. local aboutcmds = Instance.new("TextLabel")
  19. local aboutscriptexe = Instance.new("TextLabel")
  20. local aboutscripts = Instance.new("TextLabel")
  21. local welcome = Instance.new("TextLabel")
  22. local version = Instance.new("TextLabel")
  23. local madeby = Instance.new("TextLabel")
  24. local logout = Instance.new("TextButton")
  25. local supports = Instance.new("TextLabel")
  26. local tpnotify = Instance.new("TextLabel")
  27. local C = Instance.new("Frame")
  28. local ff = Instance.new("TextButton")
  29. local PNAME = Instance.new("TextBox")
  30. local f = Instance.new("TextButton")
  31. local sp = Instance.new("TextButton")
  32. local smoke = Instance.new("TextButton")
  33. local kill = Instance.new("TextButton")
  34. local chat = Instance.new("TextButton")
  35. local unff = Instance.new("TextButton")
  36. local unf = Instance.new("TextButton")
  37. local unsp = Instance.new("TextButton")
  38. local unsmoke = Instance.new("TextButton")
  39. local VAL = Instance.new("TextBox")
  40. local X = Instance.new("TextButton")
  41. local sound = Instance.new("TextButton")
  42. local stopsound = Instance.new("TextButton")
  43. local message = Instance.new("TextButton")
  44. local hint = Instance.new("TextButton")
  45. local removemsghint = Instance.new("TextButton")
  46. local bar = Instance.new("Frame")
  47. local TextLabel = Instance.new("TextLabel")
  48. local S2 = Instance.new("Frame")
  49. local exe = Instance.new("TextButton")
  50. local clear = Instance.new("TextButton")
  51. local exit = Instance.new("TextButton")
  52. local bar_2 = Instance.new("Frame")
  53. local exepartscroll = Instance.new("ScrollingFrame")
  54. local eepart = Instance.new("TextBox")
  55. local bar_3 = Instance.new("Frame")
  56. local S = Instance.new("Frame")
  57. local ScriptX = Instance.new("TextButton")
  58. local TextLabel_2 = Instance.new("TextLabel")
  59. local reanimated = Instance.new("TextButton")
  60. local coollabel = Instance.new("TextLabel")
  61. local haxrman = Instance.new("TextButton")
  62. local bendy = Instance.new("TextButton")
  63. local wydform = Instance.new("TextButton")
  64. local tec99 = Instance.new("TextButton")
  65. local serverlabel = Instance.new("TextLabel")
  66. local _911 = Instance.new("TextButton")
  67. local mlgparticles = Instance.new("TextButton")
  68. local destroy = Instance.new("TextButton")
  69. local naked = Instance.new("TextButton")
  70. local _666 = Instance.new("TextButton")
  71. local plrs = game.Players:GetChildren()
  72. local localplayer = game.Players.LocalPlayer
  73.  
  74. -- Properties
  75.  
  76. RuneGui.Name = "RuneGui"
  77. RuneGui.Parent = game.CoreGui
  78. RuneGui.ResetOnSpawn = false
  79.  
  80. Login.Name = "Login"
  81. Login.Parent = RuneGui
  82. Login.Active = true
  83. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  84. Login.BorderColor3 = Color3.new(1, 0, 0)
  85. Login.BorderSizePixel = 2
  86. Login.Draggable = true
  87. Login.Position = UDim2.new(0.36536184, 0, 0.22826086, 0)
  88. Login.Size = UDim2.new(0, 227, 0, 274)
  89.  
  90. Submit.Name = "Submit"
  91. Submit.Parent = Login
  92. Submit.BackgroundColor3 = Color3.new(0, 0, 0)
  93. Submit.BorderColor3 = Color3.new(1, 0, 0)
  94. Submit.BorderSizePixel = 2
  95. Submit.Position = UDim2.new(0.233480185, 0, 0.726277471, 0)
  96. Submit.Size = UDim2.new(0, 121, 0, 21)
  97. Submit.Font = Enum.Font.SourceSans
  98. Submit.FontSize = Enum.FontSize.Size14
  99. Submit.Text = "Login"
  100. Submit.TextColor3 = Color3.new(1, 1, 1)
  101. Submit.TextScaled = true
  102. Submit.TextSize = 14
  103. Submit.TextWrapped = true
  104.  
  105. supports.Name = "supports"
  106. supports.Parent = C
  107. supports.BackgroundColor3 = Color3.new(1, 1, 1)
  108. supports.BackgroundTransparency = 1
  109. supports.Position = UDim2.new(0, 0, 0.168181822, 0)
  110. supports.Size = UDim2.new(0, 258, 0, 19)
  111. supports.Font = Enum.Font.SourceSans
  112. supports.FontSize = Enum.FontSize.Size14
  113. supports.Text = "All commands support all, others, me"
  114. supports.TextColor3 = Color3.new(1, 0, 1)
  115. supports.TextScaled = true
  116. supports.TextSize = 14
  117. supports.TextWrapped = true
  118.  
  119. tpnotify.Name = "tpnotify"
  120. tpnotify.Parent = C
  121. tpnotify.BackgroundColor3 = Color3.new(1, 1, 1)
  122. tpnotify.BackgroundTransparency = 1
  123. tpnotify.Position = UDim2.new(0.541082144, 0, 0.168181822, 0)
  124. tpnotify.Size = UDim2.new(0, 227, 0, 19)
  125. tpnotify.Font = Enum.Font.SourceSans
  126. tpnotify.FontSize = Enum.FontSize.Size14
  127. tpnotify.Text = "TP to Game Is Broken atm"
  128. tpnotify.TextColor3 = Color3.new(1, 0, 1)
  129. tpnotify.TextScaled = true
  130. tpnotify.TextSize = 14
  131. tpnotify.TextWrapped = true
  132.  
  133. user.Name = "user"
  134. user.Parent = Login
  135. user.BackgroundColor3 = Color3.new(0, 0, 0)
  136. user.BorderColor3 = Color3.new(1, 1, 1)
  137. user.Position = UDim2.new(0.11894273, 0, 0.266423374, 0)
  138. user.Size = UDim2.new(0, 173, 0, 28)
  139. user.Font = Enum.Font.ArialBold
  140. user.FontSize = Enum.FontSize.Size14
  141. user.Text = ""
  142. user.TextColor3 = Color3.new(1, 0, 0)
  143. user.TextSize = 14
  144. user.TextXAlignment = Enum.TextXAlignment.Left
  145.  
  146. usertext.Name = "usertext"
  147. usertext.Parent = Login
  148. usertext.BackgroundColor3 = Color3.new(1, 1, 1)
  149. usertext.BackgroundTransparency = 1
  150. usertext.Position = UDim2.new(0.118942738, 0, 0.200729936, 0)
  151. usertext.Size = UDim2.new(0, 64, 0, 18)
  152. usertext.Font = Enum.Font.SourceSansItalic
  153. usertext.FontSize = Enum.FontSize.Size14
  154. usertext.Text = "Username"
  155. usertext.TextColor3 = Color3.new(1, 1, 1)
  156. usertext.TextScaled = true
  157. usertext.TextSize = 14
  158. usertext.TextWrapped = true
  159.  
  160. pass.Name = "pass"
  161. pass.Parent = Login
  162. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  163. pass.BorderColor3 = Color3.new(1, 1, 1)
  164. pass.Position = UDim2.new(0.11894273, 0, 0.510948956, 0)
  165. pass.Size = UDim2.new(0, 173, 0, 28)
  166. pass.Font = Enum.Font.ArialBold
  167. pass.FontSize = Enum.FontSize.Size14
  168. pass.Text = ""
  169. pass.TextColor3 = Color3.new(1, 0, 0)
  170. pass.TextSize = 14
  171. pass.TextXAlignment = Enum.TextXAlignment.Left
  172.  
  173. passtext.Name = "passtext"
  174. passtext.Parent = Login
  175. passtext.BackgroundColor3 = Color3.new(1, 1, 1)
  176. passtext.BackgroundTransparency = 1
  177. passtext.Position = UDim2.new(0.118942738, 0, 0.445255458, 0)
  178. passtext.Size = UDim2.new(0, 64, 0, 18)
  179. passtext.Font = Enum.Font.SourceSansItalic
  180. passtext.FontSize = Enum.FontSize.Size14
  181. passtext.Text = "Password"
  182. passtext.TextColor3 = Color3.new(1, 1, 1)
  183. passtext.TextScaled = true
  184. passtext.TextSize = 14
  185. passtext.TextWrapped = true
  186.  
  187. by.Name = "by"
  188. by.Parent = Login
  189. by.BackgroundColor3 = Color3.new(1, 1, 1)
  190. by.BackgroundTransparency = 1
  191. by.Position = UDim2.new(0, 0, 0.934306562, 0)
  192. by.Size = UDim2.new(0, 114, 0, 18)
  193. by.Font = Enum.Font.SourceSansBold
  194. by.FontSize = Enum.FontSize.Size14
  195. by.Text = "Made By: Rune Shark"
  196. by.TextColor3 = Color3.new(1, 1, 1)
  197. by.TextSize = 14
  198. by.TextWrapped = true
  199.  
  200. wrong.Name = "wrong"
  201. wrong.Parent = Login
  202. wrong.BackgroundColor3 = Color3.new(1, 1, 1)
  203. wrong.BackgroundTransparency = 1
  204. wrong.Position = UDim2.new(0, 0, 0.105839431, 0)
  205. wrong.Size = UDim2.new(0, 227, 0, 18)
  206. wrong.Visible = false
  207. wrong.Font = Enum.Font.SourceSans
  208. wrong.FontSize = Enum.FontSize.Size14
  209. wrong.Text = "Username and Password are Incorrect!"
  210. wrong.TextColor3 = Color3.new(0, 0, 1)
  211. wrong.TextSize = 14
  212. wrong.TextWrapped = true
  213.  
  214. loggedout.Name = "loggedout"
  215. loggedout.Parent = Login
  216. loggedout.BackgroundColor3 = Color3.new(1, 1, 1)
  217. loggedout.BackgroundTransparency = 1
  218. loggedout.Position = UDim2.new(0, 0, 0.843065679, 0)
  219. loggedout.Size = UDim2.new(0, 227, 0, 18)
  220. loggedout.Visible = false
  221. loggedout.Font = Enum.Font.SourceSans
  222. loggedout.FontSize = Enum.FontSize.Size14
  223. loggedout.Text = "Successfully logged out!"
  224. loggedout.TextColor3 = Color3.new(0, 0, 1)
  225. loggedout.TextSize = 14
  226. loggedout.TextWrapped = true
  227.  
  228. Main.Name = "Main"
  229. Main.Parent = RuneGui
  230. Main.Active = true
  231. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  232. Main.BorderColor3 = Color3.new(1, 0, 0)
  233. Main.BorderSizePixel = 2
  234. Main.Draggable = true
  235. Main.Position = UDim2.new(0.108540908, 0, 0.0345849991, 0)
  236. Main.Size = UDim2.new(0, 409, 0, 181)
  237. Main.Visible = false
  238.  
  239. scriptexe.Name = "scriptexe"
  240. scriptexe.Parent = Main
  241. scriptexe.BackgroundColor3 = Color3.new(1, 1, 1)
  242. scriptexe.BackgroundTransparency = 1
  243. scriptexe.BorderSizePixel = 0
  244. scriptexe.Position = UDim2.new(0.397310495, 0, 0.480131745, 0)
  245. scriptexe.Size = UDim2.new(0, 82, 0, 21)
  246. scriptexe.Font = Enum.Font.Code
  247. scriptexe.FontSize = Enum.FontSize.Size14
  248. scriptexe.Text = "Script Exe"
  249. scriptexe.TextColor3 = Color3.new(1, 0, 0)
  250. scriptexe.TextScaled = true
  251. scriptexe.TextSize = 14
  252. scriptexe.TextWrapped = true
  253.  
  254. scripts.Name = "scripts"
  255. scripts.Parent = Main
  256. scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  257. scripts.BackgroundTransparency = 1
  258. scripts.BorderSizePixel = 0
  259. scripts.Position = UDim2.new(0.398532987, 0, 0.755312324, 0)
  260. scripts.Size = UDim2.new(0, 82, 0, 21)
  261. scripts.Font = Enum.Font.Code
  262. scripts.FontSize = Enum.FontSize.Size14
  263. scripts.Text = "Scripts"
  264. scripts.TextColor3 = Color3.new(1, 0, 0)
  265. scripts.TextScaled = true
  266. scripts.TextSize = 14
  267. scripts.TextWrapped = true
  268.  
  269. cmds.Name = "cmds"
  270. cmds.Parent = Main
  271. cmds.BackgroundColor3 = Color3.new(1, 1, 1)
  272. cmds.BackgroundTransparency = 1
  273. cmds.BorderSizePixel = 0
  274. cmds.Position = UDim2.new(0.398532927, 0, 0.202448457, 0)
  275. cmds.Size = UDim2.new(0, 82, 0, 21)
  276. cmds.Font = Enum.Font.Code
  277. cmds.FontSize = Enum.FontSize.Size14
  278. cmds.Text = "Commands"
  279. cmds.TextColor3 = Color3.new(1, 0, 0)
  280. cmds.TextScaled = true
  281. cmds.TextSize = 14
  282. cmds.TextWrapped = true
  283.  
  284. aboutcmds.Name = "aboutcmds"
  285. aboutcmds.Parent = Main
  286. aboutcmds.BackgroundColor3 = Color3.new(1, 1, 1)
  287. aboutcmds.BackgroundTransparency = 1
  288. aboutcmds.Position = UDim2.new(0.240831316, 0, 0.127662092, 0)
  289. aboutcmds.Size = UDim2.new(0, 211, 0, 18)
  290. aboutcmds.Font = Enum.Font.SourceSansBold
  291. aboutcmds.FontSize = Enum.FontSize.Size14
  292. aboutcmds.Text = "Execute Commands For other players"
  293. aboutcmds.TextColor3 = Color3.new(1, 1, 1)
  294. aboutcmds.TextSize = 14
  295. aboutcmds.TextWrapped = true
  296.  
  297. aboutscriptexe.Name = "aboutscriptexe"
  298. aboutscriptexe.Parent = Main
  299. aboutscriptexe.BackgroundColor3 = Color3.new(1, 1, 1)
  300. aboutscriptexe.BackgroundTransparency = 1
  301. aboutscriptexe.Position = UDim2.new(0.240831316, 0, 0.40534544, 0)
  302. aboutscriptexe.Size = UDim2.new(0, 211, 0, 18)
  303. aboutscriptexe.Font = Enum.Font.SourceSansBold
  304. aboutscriptexe.FontSize = Enum.FontSize.Size14
  305. aboutscriptexe.Text = "Execute scripts for fun!"
  306. aboutscriptexe.TextColor3 = Color3.new(1, 1, 1)
  307. aboutscriptexe.TextSize = 14
  308. aboutscriptexe.TextWrapped = true
  309.  
  310. aboutscripts.Name = "aboutscripts"
  311. aboutscripts.Parent = Main
  312. aboutscripts.BackgroundColor3 = Color3.new(1, 1, 1)
  313. aboutscripts.BackgroundTransparency = 1
  314. aboutscripts.Position = UDim2.new(0.240831316, 0, 0.680526078, 0)
  315. aboutscripts.Size = UDim2.new(0, 211, 0, 18)
  316. aboutscripts.Font = Enum.Font.SourceSansBold
  317. aboutscripts.FontSize = Enum.FontSize.Size14
  318. aboutscripts.Text = "Some scripts I just added randomly"
  319. aboutscripts.TextColor3 = Color3.new(1, 1, 1)
  320. aboutscripts.TextSize = 14
  321. aboutscripts.TextWrapped = true
  322.  
  323. welcome.Name = "welcome"
  324. welcome.Parent = Main
  325. welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  326. welcome.BackgroundTransparency = 1
  327. welcome.Position = UDim2.new(0.706601441, 0, 0.259668529, 0)
  328. welcome.Size = UDim2.new(0, 114, 0, 61)
  329. welcome.Font = Enum.Font.SourceSansBold
  330. welcome.FontSize = Enum.FontSize.Size14
  331. welcome.Text = "Welcome to RuneGui, person!"
  332. welcome.TextColor3 = Color3.new(1, 1, 1)
  333. welcome.TextSize = 14
  334. welcome.TextWrapped = true
  335.  
  336. version.Name = "version"
  337. version.Parent = Main
  338. version.BackgroundColor3 = Color3.new(1, 1, 1)
  339. version.BackgroundTransparency = 1
  340. version.Position = UDim2.new(0.0146698952, 0, 0.259668529, 0)
  341. version.Size = UDim2.new(0, 114, 0, 61)
  342. version.Font = Enum.Font.SourceSansBold
  343. version.FontSize = Enum.FontSize.Size14
  344. version.Text = "This Version is currently: 1.0.0"
  345. version.TextColor3 = Color3.new(1, 1, 1)
  346. version.TextSize = 14
  347. version.TextWrapped = true
  348.  
  349. madeby.Name = "madeby"
  350. madeby.Parent = Main
  351. madeby.BackgroundColor3 = Color3.new(1, 1, 1)
  352. madeby.BackgroundTransparency = 1
  353. madeby.Position = UDim2.new(0, 0, 0.872928202, 0)
  354. madeby.Size = UDim2.new(0, 144, 0, 20)
  355. madeby.Font = Enum.Font.SourceSansBold
  356. madeby.FontSize = Enum.FontSize.Size14
  357. madeby.Text = "Made by: Rune Shark On YT"
  358. madeby.TextColor3 = Color3.new(1, 0, 0)
  359. madeby.TextSize = 14
  360. madeby.TextWrapped = true
  361.  
  362. logout.Name = "logout"
  363. logout.Parent = Main
  364. logout.BackgroundColor3 = Color3.new(1, 1, 1)
  365. logout.BackgroundTransparency = 1
  366. logout.BorderSizePixel = 0
  367. logout.Position = UDim2.new(0.789731026, 0, 0.872928202, 0)
  368. logout.Size = UDim2.new(0, 80, 0, 20)
  369. logout.Font = Enum.Font.Code
  370. logout.FontSize = Enum.FontSize.Size14
  371. logout.Text = "Logout"
  372. logout.TextColor3 = Color3.new(1, 0, 0)
  373. logout.TextScaled = true
  374. logout.TextSize = 14
  375. logout.TextWrapped = true
  376.  
  377. C.Name = "C"
  378. C.Parent = RuneGui
  379. C.Active = true
  380. C.BackgroundColor3 = Color3.new(0, 0, 0)
  381. C.BorderColor3 = Color3.new(1, 0, 0)
  382. C.BorderSizePixel = 2
  383. C.Draggable = true
  384. C.Position = UDim2.new(0.204033196, 0, 0.282608688, 0)
  385. C.Size = UDim2.new(0, 499, 0, 220)
  386. C.Visible = false
  387.  
  388. ff.Name = "ff"
  389. ff.Parent = C
  390. ff.BackgroundColor3 = Color3.new(0, 0, 0)
  391. ff.BorderColor3 = Color3.new(1, 0, 0)
  392. ff.BorderSizePixel = 2
  393. ff.Position = UDim2.new(0, 0, 0.286363631, 0)
  394. ff.Size = UDim2.new(0, 89, 0, 21)
  395. ff.Font = Enum.Font.SourceSans
  396. ff.FontSize = Enum.FontSize.Size14
  397. ff.Text = "ForceField"
  398. ff.TextColor3 = Color3.new(1, 1, 1)
  399. ff.TextSize = 14
  400.  
  401. PNAME.Name = "PNAME"
  402. PNAME.Parent = C
  403. PNAME.BackgroundColor3 = Color3.new(0, 0, 0)
  404. PNAME.BorderColor3 = Color3.new(1, 1, 1)
  405. PNAME.Position = UDim2.new(0.106212407, 0, 0.0727272704, 0)
  406. PNAME.Size = UDim2.new(0, 189, 0, 21)
  407. PNAME.Font = Enum.Font.SourceSans
  408. PNAME.FontSize = Enum.FontSize.Size14
  409. PNAME.Text = "Plr Name"
  410. PNAME.TextColor3 = Color3.new(1, 0, 0)
  411. PNAME.TextScaled = true
  412. PNAME.TextSize = 14
  413. PNAME.TextWrapped = true
  414.  
  415. f.Name = "f"
  416. f.Parent = C
  417. f.BackgroundColor3 = Color3.new(0, 0, 0)
  418. f.BorderColor3 = Color3.new(1, 0, 0)
  419. f.BorderSizePixel = 2
  420. f.Position = UDim2.new(0.206412822, 0, 0.286363631, 0)
  421. f.Size = UDim2.new(0, 89, 0, 21)
  422. f.Font = Enum.Font.SourceSans
  423. f.FontSize = Enum.FontSize.Size14
  424. f.Text = "Fire"
  425. f.TextColor3 = Color3.new(1, 1, 1)
  426. f.TextSize = 14
  427.  
  428. sp.Name = "sp"
  429. sp.Parent = C
  430. sp.BackgroundColor3 = Color3.new(0, 0, 0)
  431. sp.BorderColor3 = Color3.new(1, 0, 0)
  432. sp.BorderSizePixel = 2
  433. sp.Position = UDim2.new(0.410821646, 0, 0.286363631, 0)
  434. sp.Size = UDim2.new(0, 89, 0, 21)
  435. sp.Font = Enum.Font.SourceSans
  436. sp.FontSize = Enum.FontSize.Size14
  437. sp.Text = "Sparkles"
  438. sp.TextColor3 = Color3.new(1, 1, 1)
  439. sp.TextSize = 14
  440.  
  441. smoke.Name = "smoke"
  442. smoke.Parent = C
  443. smoke.BackgroundColor3 = Color3.new(0, 0, 0)
  444. smoke.BorderColor3 = Color3.new(1, 0, 0)
  445. smoke.BorderSizePixel = 2
  446. smoke.Position = UDim2.new(0.617234468, 0, 0.286363631, 0)
  447. smoke.Size = UDim2.new(0, 89, 0, 21)
  448. smoke.Font = Enum.Font.SourceSans
  449. smoke.FontSize = Enum.FontSize.Size14
  450. smoke.Text = "Smoke"
  451. smoke.TextColor3 = Color3.new(1, 1, 1)
  452. smoke.TextSize = 14
  453.  
  454. kill.Name = "kill"
  455. kill.Parent = C
  456. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  457. kill.BorderColor3 = Color3.new(1, 0, 0)
  458. kill.BorderSizePixel = 2
  459. kill.Position = UDim2.new(0.821643233, 0, 0.286363631, 0)
  460. kill.Size = UDim2.new(0, 89, 0, 21)
  461. kill.Font = Enum.Font.SourceSans
  462. kill.FontSize = Enum.FontSize.Size14
  463. kill.Text = "Kill"
  464. kill.TextColor3 = Color3.new(1, 1, 1)
  465. kill.TextSize = 14
  466.  
  467. chat.Name = "chat"
  468. chat.Parent = C
  469. chat.BackgroundColor3 = Color3.new(0, 0, 0)
  470. chat.BorderColor3 = Color3.new(1, 0, 0)
  471. chat.BorderSizePixel = 2
  472. chat.Position = UDim2.new(0, 0, 0.452272713, 0)
  473. chat.Size = UDim2.new(0, 89, 0, 21)
  474. chat.Font = Enum.Font.SourceSans
  475. chat.FontSize = Enum.FontSize.Size14
  476. chat.Text = "Chat"
  477. chat.TextColor3 = Color3.new(1, 1, 1)
  478. chat.TextSize = 14
  479.  
  480. unff.Name = "unff"
  481. unff.Parent = C
  482. unff.BackgroundColor3 = Color3.new(0, 0, 0)
  483. unff.BorderColor3 = Color3.new(1, 0, 0)
  484. unff.BorderSizePixel = 2
  485. unff.Position = UDim2.new(0.206412822, 0, 0.449999988, 0)
  486. unff.Size = UDim2.new(0, 89, 0, 21)
  487. unff.Font = Enum.Font.SourceSans
  488. unff.FontSize = Enum.FontSize.Size14
  489. unff.Text = "UnForceField"
  490. unff.TextColor3 = Color3.new(1, 1, 1)
  491. unff.TextSize = 14
  492.  
  493. unf.Name = "unf"
  494. unf.Parent = C
  495. unf.BackgroundColor3 = Color3.new(0, 0, 0)
  496. unf.BorderColor3 = Color3.new(1, 0, 0)
  497. unf.BorderSizePixel = 2
  498. unf.Position = UDim2.new(0.410821646, 0, 0.449999988, 0)
  499. unf.Size = UDim2.new(0, 89, 0, 21)
  500. unf.Font = Enum.Font.SourceSans
  501. unf.FontSize = Enum.FontSize.Size14
  502. unf.Text = "unFire"
  503. unf.TextColor3 = Color3.new(1, 1, 1)
  504. unf.TextSize = 14
  505.  
  506. gametp.Name = "gametp"
  507. gametp.Parent = C
  508. gametp.BackgroundColor3 = Color3.new(0, 0, 0)
  509. gametp.BorderColor3 = Color3.new(1, 0, 0)
  510. gametp.BorderSizePixel = 2
  511. gametp.Position = UDim2.new(0.817635298, 0, 0.586363614, 0)
  512. gametp.Size = UDim2.new(0, 89, 0, 21)
  513. gametp.Font = Enum.Font.SourceSans
  514. gametp.FontSize = Enum.FontSize.Size14
  515. gametp.Text = "TP to Game"
  516. gametp.TextColor3 = Color3.new(1, 1, 1)
  517. gametp.TextSize = 14
  518.  
  519. unsp.Name = "unsp"
  520. unsp.Parent = C
  521. unsp.BackgroundColor3 = Color3.new(0, 0, 0)
  522. unsp.BorderColor3 = Color3.new(1, 0, 0)
  523. unsp.BorderSizePixel = 2
  524. unsp.Position = UDim2.new(0.617234468, 0, 0.449999988, 0)
  525. unsp.Size = UDim2.new(0, 89, 0, 21)
  526. unsp.Font = Enum.Font.SourceSans
  527. unsp.FontSize = Enum.FontSize.Size14
  528. unsp.Text = "unSparkles"
  529. unsp.TextColor3 = Color3.new(1, 1, 1)
  530. unsp.TextSize = 14
  531.  
  532. unsmoke.Name = "unsmoke"
  533. unsmoke.Parent = C
  534. unsmoke.BackgroundColor3 = Color3.new(0, 0, 0)
  535. unsmoke.BorderColor3 = Color3.new(1, 0, 0)
  536. unsmoke.BorderSizePixel = 2
  537. unsmoke.Position = UDim2.new(0.821643293, 0, 0.449999988, 0)
  538. unsmoke.Size = UDim2.new(0, 89, 0, 21)
  539. unsmoke.Font = Enum.Font.SourceSans
  540. unsmoke.FontSize = Enum.FontSize.Size14
  541. unsmoke.Text = "unSmoke"
  542. unsmoke.TextColor3 = Color3.new(1, 1, 1)
  543. unsmoke.TextSize = 14
  544.  
  545. VAL.Name = "VAL"
  546. VAL.Parent = C
  547. VAL.BackgroundColor3 = Color3.new(0, 0, 0)
  548. VAL.BorderColor3 = Color3.new(1, 1, 1)
  549. VAL.Position = UDim2.new(0.517034054, 0, 0.0727272704, 0)
  550. VAL.Size = UDim2.new(0, 189, 0, 21)
  551. VAL.Font = Enum.Font.SourceSans
  552. VAL.FontSize = Enum.FontSize.Size14
  553. VAL.Text = "Value/ID"
  554. VAL.TextColor3 = Color3.new(1, 0, 0)
  555. VAL.TextScaled = true
  556. VAL.TextSize = 14
  557. VAL.TextWrapped = true
  558.  
  559. X.Name = "X"
  560. X.Parent = C
  561. X.BackgroundColor3 = Color3.new(1, 1, 1)
  562. X.BackgroundTransparency = 1
  563. X.BorderSizePixel = 0
  564. X.Position = UDim2.new(0.963927865, 0, 0, 0)
  565. X.Size = UDim2.new(0, 18, 0, 16)
  566. X.Font = Enum.Font.SourceSans
  567. X.FontSize = Enum.FontSize.Size14
  568. X.Text = "X"
  569. X.TextColor3 = Color3.new(1, 0, 0)
  570. X.TextScaled = true
  571. X.TextSize = 14
  572. X.TextWrapped = true
  573.  
  574. sound.Name = "sound"
  575. sound.Parent = C
  576. sound.BackgroundColor3 = Color3.new(0, 0, 0)
  577. sound.BorderColor3 = Color3.new(1, 0, 0)
  578. sound.BorderSizePixel = 2
  579. sound.Position = UDim2.new(0, 0, 0.863636374, 0)
  580. sound.Size = UDim2.new(0, 89, 0, 21)
  581. sound.Font = Enum.Font.SourceSans
  582. sound.FontSize = Enum.FontSize.Size14
  583. sound.Text = "Play Sound"
  584. sound.TextColor3 = Color3.new(1, 1, 1)
  585. sound.TextSize = 14
  586.  
  587. stopsound.Name = "stopsound"
  588. stopsound.Parent = C
  589. stopsound.BackgroundColor3 = Color3.new(0, 0, 0)
  590. stopsound.BorderColor3 = Color3.new(1, 0, 0)
  591. stopsound.BorderSizePixel = 2
  592. stopsound.Position = UDim2.new(0.206412822, 0, 0.863636374, 0)
  593. stopsound.Size = UDim2.new(0, 89, 0, 21)
  594. stopsound.Font = Enum.Font.SourceSans
  595. stopsound.FontSize = Enum.FontSize.Size14
  596. stopsound.Text = "Stop Sound"
  597. stopsound.TextColor3 = Color3.new(1, 1, 1)
  598. stopsound.TextSize = 14
  599.  
  600. message.Name = "message"
  601. message.Parent = C
  602. message.BackgroundColor3 = Color3.new(0, 0, 0)
  603. message.BorderColor3 = Color3.new(1, 0, 0)
  604. message.BorderSizePixel = 2
  605. message.Position = UDim2.new(0.410821646, 0, 0.863636374, 0)
  606. message.Size = UDim2.new(0, 89, 0, 21)
  607. message.Font = Enum.Font.SourceSans
  608. message.FontSize = Enum.FontSize.Size14
  609. message.Text = "Message"
  610. message.TextColor3 = Color3.new(1, 1, 1)
  611. message.TextSize = 14
  612.  
  613. hint.Name = "hint"
  614. hint.Parent = C
  615. hint.BackgroundColor3 = Color3.new(0, 0, 0)
  616. hint.BorderColor3 = Color3.new(1, 0, 0)
  617. hint.BorderSizePixel = 2
  618. hint.Position = UDim2.new(0.617234468, 0, 0.863636374, 0)
  619. hint.Size = UDim2.new(0, 89, 0, 21)
  620. hint.Font = Enum.Font.SourceSans
  621. hint.FontSize = Enum.FontSize.Size14
  622. hint.Text = "Hint"
  623. hint.TextColor3 = Color3.new(1, 1, 1)
  624. hint.TextSize = 14
  625.  
  626. removemsghint.Name = "removemsg/hint"
  627. removemsghint.Parent = C
  628. removemsghint.BackgroundColor3 = Color3.new(0, 0, 0)
  629. removemsghint.BorderColor3 = Color3.new(1, 0, 0)
  630. removemsghint.BorderSizePixel = 2
  631. removemsghint.Position = UDim2.new(0.821643293, 0, 0.863636374, 0)
  632. removemsghint.Size = UDim2.new(0, 89, 0, 21)
  633. removemsghint.Font = Enum.Font.SourceSans
  634. removemsghint.FontSize = Enum.FontSize.Size14
  635. removemsghint.Text = "Remove hint/msg"
  636. removemsghint.TextColor3 = Color3.new(1, 1, 1)
  637. removemsghint.TextSize = 14
  638.  
  639. bar.Name = "bar"
  640. bar.Parent = C
  641. bar.BackgroundColor3 = Color3.new(1, 0, 0)
  642. bar.BorderSizePixel = 0
  643. bar.Position = UDim2.new(0.00601202389, 0, 0.727272749, 0)
  644. bar.Size = UDim2.new(0, 496, 0, 4)
  645.  
  646. TextLabel.Parent = C
  647. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  648. TextLabel.BackgroundTransparency = 1
  649. TextLabel.Position = UDim2.new(0.00300601195, 0, 0.613636374, 0)
  650. TextLabel.Size = UDim2.new(0, 499, 0, 19)
  651. TextLabel.Font = Enum.Font.SourceSans
  652. TextLabel.FontSize = Enum.FontSize.Size14
  653. TextLabel.Text = "Server Commands"
  654. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  655. TextLabel.TextScaled = true
  656. TextLabel.TextSize = 14
  657. TextLabel.TextWrapped = true
  658.  
  659. S2.Name = "S2"
  660. S2.Parent = RuneGui
  661. S2.Active = true
  662. S2.BackgroundColor3 = Color3.new(0, 0, 0)
  663. S2.BorderColor3 = Color3.new(1, 0, 0)
  664. S2.BorderSizePixel = 2
  665. S2.Draggable = true
  666. S2.Position = UDim2.new(0.204033211, 0, 0.271739125, 0)
  667. S2.Size = UDim2.new(0, 499, 0, 231)
  668. S2.Visible = false
  669.  
  670. exe.Name = "exe"
  671. exe.Parent = S2
  672. exe.BackgroundColor3 = Color3.new(0, 0, 0)
  673. exe.BorderSizePixel = 0
  674. exe.Position = UDim2.new(0, 0, 0.859090924, 0)
  675. exe.Size = UDim2.new(0, 200, 0, 31)
  676. exe.Font = Enum.Font.SourceSans
  677. exe.FontSize = Enum.FontSize.Size14
  678. exe.Text = "Execute"
  679. exe.TextColor3 = Color3.new(1, 0, 0)
  680. exe.TextScaled = true
  681. exe.TextSize = 14
  682. exe.TextWrapped = true
  683.  
  684. clear.Name = "clear"
  685. clear.Parent = S2
  686. clear.BackgroundColor3 = Color3.new(0, 0, 0)
  687. clear.BorderSizePixel = 0
  688. clear.Position = UDim2.new(0.599198401, 0, 0.859090924, 0)
  689. clear.Size = UDim2.new(0, 200, 0, 31)
  690. clear.Font = Enum.Font.SourceSans
  691. clear.FontSize = Enum.FontSize.Size14
  692. clear.Text = "Clear"
  693. clear.TextColor3 = Color3.new(1, 0, 0)
  694. clear.TextScaled = true
  695. clear.TextSize = 14
  696. clear.TextWrapped = true
  697.  
  698. exit.Name = "exit"
  699. exit.Parent = S2
  700. exit.BackgroundColor3 = Color3.new(0, 0, 0)
  701. exit.BorderSizePixel = 0
  702. exit.Position = UDim2.new(0.400801599, 0, 0.859090924, 0)
  703. exit.Size = UDim2.new(0, 99, 0, 31)
  704. exit.Font = Enum.Font.SourceSans
  705. exit.FontSize = Enum.FontSize.Size14
  706. exit.Text = "Exit"
  707. exit.TextColor3 = Color3.new(1, 0, 0)
  708. exit.TextScaled = true
  709. exit.TextSize = 14
  710. exit.TextWrapped = true
  711.  
  712. bar_2.Name = "bar"
  713. bar_2.Parent = S2
  714. bar_2.BackgroundColor3 = Color3.new(1, 0, 0)
  715. bar_2.BorderSizePixel = 0
  716. bar_2.Position = UDim2.new(0, 0, 0.845454574, 0)
  717. bar_2.Size = UDim2.new(0, 499, 0, 3)
  718.  
  719. exepartscroll.Name = "exepartscroll"
  720. exepartscroll.Parent = S2
  721. exepartscroll.BackgroundColor3 = Color3.new(1, 1, 1)
  722. exepartscroll.BackgroundTransparency = 1
  723. exepartscroll.BorderSizePixel = 0
  724. exepartscroll.Position = UDim2.new(0, 0, 0.0346320346, 0)
  725. exepartscroll.Size = UDim2.new(0, 499, 0, 178)
  726.  
  727. eepart.Name = "eepart"
  728. eepart.Parent = exepartscroll
  729. eepart.BackgroundColor3 = Color3.new(1, 1, 1)
  730. eepart.BackgroundTransparency = 1
  731. eepart.Size = UDim2.new(1, 0, 1, 0)
  732. eepart.ClearTextOnFocus = false
  733. eepart.Font = Enum.Font.SourceSansItalic
  734. eepart.FontSize = Enum.FontSize.Size24
  735. eepart.MultiLine = true
  736. eepart.Text = ""
  737. eepart.TextColor3 = Color3.new(1, 1, 1)
  738. eepart.TextSize = 20
  739. eepart.TextXAlignment = Enum.TextXAlignment.Left
  740. eepart.TextYAlignment = Enum.TextYAlignment.Top
  741.  
  742. bar_3.Name = "bar"
  743. bar_3.Parent = S2
  744. bar_3.BackgroundColor3 = Color3.new(1, 0, 0)
  745. bar_3.BorderSizePixel = 0
  746. bar_3.Position = UDim2.new(0, 0, 0.00129872561, 0)
  747. bar_3.Size = UDim2.new(0, 499, 0, 3)
  748.  
  749. S.Name = "S"
  750. S.Parent = RuneGui
  751. S.Active = true
  752. S.BackgroundColor3 = Color3.new(0, 0, 0)
  753. S.BorderColor3 = Color3.new(1, 0, 0)
  754. S.BorderSizePixel = 2
  755. S.Draggable = true
  756. S.Position = UDim2.new(0.201660722, 0, 0.229249015, 0)
  757. S.Size = UDim2.new(0, 499, 0, 220)
  758. S.Visible = false
  759.  
  760. ScriptX.Name = "ScriptX"
  761. ScriptX.Parent = S
  762. ScriptX.BackgroundColor3 = Color3.new(1, 1, 1)
  763. ScriptX.BackgroundTransparency = 1
  764. ScriptX.Position = UDim2.new(0.955911815, 0, -0.00454550982, 0)
  765. ScriptX.Size = UDim2.new(0, 22, 0, 19)
  766. ScriptX.Font = Enum.Font.SourceSans
  767. ScriptX.FontSize = Enum.FontSize.Size14
  768. ScriptX.Text = "X"
  769. ScriptX.TextColor3 = Color3.new(1, 0, 0)
  770. ScriptX.TextScaled = true
  771. ScriptX.TextSize = 14
  772. ScriptX.TextWrapped = true
  773.  
  774. reanimated.Name = "reanimated"
  775. reanimated.Parent = S
  776. reanimated.BackgroundColor3 = Color3.new(0, 0, 0)
  777. reanimated.BorderColor3 = Color3.new(1, 0, 0)
  778. reanimated.BorderSizePixel = 2
  779. reanimated.Position = UDim2.new(-3.7252903e-09, 0, 0.199999988, 0)
  780. reanimated.Size = UDim2.new(0, 83, 0, 29)
  781. reanimated.Font = Enum.Font.SourceSans
  782. reanimated.FontSize = Enum.FontSize.Size14
  783. reanimated.Text = "The Reanimated"
  784. reanimated.TextColor3 = Color3.new(1, 1, 1)
  785. reanimated.TextSize = 14
  786.  
  787. coollabel.Name = "coollabel"
  788. coollabel.Parent = S
  789. coollabel.BackgroundColor3 = Color3.new(1, 1, 1)
  790. coollabel.BackgroundTransparency = 1
  791. coollabel.Position = UDim2.new(0.383767545, 0, 0, 0)
  792. coollabel.Size = UDim2.new(0, 120, 0, 26)
  793. coollabel.Font = Enum.Font.SourceSans
  794. coollabel.FontSize = Enum.FontSize.Size14
  795. coollabel.Text = "Cool Scripts"
  796. coollabel.TextColor3 = Color3.new(1, 0, 0)
  797. coollabel.TextScaled = true
  798. coollabel.TextSize = 14
  799. coollabel.TextWrapped = true
  800.  
  801. haxrman.Name = "haxrman"
  802. haxrman.Parent = S
  803. haxrman.BackgroundColor3 = Color3.new(0, 0, 0)
  804. haxrman.BorderColor3 = Color3.new(1, 0, 0)
  805. haxrman.BorderSizePixel = 2
  806. haxrman.Position = UDim2.new(0.20440881, 0, 0.199999988, 0)
  807. haxrman.Size = UDim2.new(0, 83, 0, 29)
  808. haxrman.Font = Enum.Font.SourceSans
  809. haxrman.FontSize = Enum.FontSize.Size14
  810. haxrman.Text = "HackerMan"
  811. haxrman.TextColor3 = Color3.new(1, 1, 1)
  812. haxrman.TextSize = 14
  813.  
  814. bendy.Name = "bendy"
  815. bendy.Parent = S
  816. bendy.BackgroundColor3 = Color3.new(0, 0, 0)
  817. bendy.BorderColor3 = Color3.new(1, 0, 0)
  818. bendy.BorderSizePixel = 2
  819. bendy.Position = UDim2.new(0.416833699, 0, 0.199999988, 0)
  820. bendy.Size = UDim2.new(0, 83, 0, 29)
  821. bendy.Font = Enum.Font.SourceSans
  822. bendy.FontSize = Enum.FontSize.Size14
  823. bendy.Text = "Bendy"
  824. bendy.TextColor3 = Color3.new(1, 1, 1)
  825. bendy.TextSize = 14
  826.  
  827. wydform.Name = "wydform"
  828. wydform.Parent = S
  829. wydform.BackgroundColor3 = Color3.new(0, 0, 0)
  830. wydform.BorderColor3 = Color3.new(1, 0, 0)
  831. wydform.BorderSizePixel = 2
  832. wydform.Position = UDim2.new(0.625250578, 0, 0.199999988, 0)
  833. wydform.Size = UDim2.new(0, 83, 0, 29)
  834. wydform.Font = Enum.Font.SourceSans
  835. wydform.FontSize = Enum.FontSize.Size14
  836. wydform.Text = "WYD Form"
  837. wydform.TextColor3 = Color3.new(1, 1, 1)
  838. wydform.TextSize = 14
  839.  
  840. tec99.Name = "tec-99"
  841. tec99.Parent = S
  842. tec99.BackgroundColor3 = Color3.new(0, 0, 0)
  843. tec99.BorderColor3 = Color3.new(1, 0, 0)
  844. tec99.BorderSizePixel = 2
  845. tec99.Position = UDim2.new(0.833667397, 0, 0.199999988, 0)
  846. tec99.Size = UDim2.new(0, 83, 0, 29)
  847. tec99.Font = Enum.Font.SourceSans
  848. tec99.FontSize = Enum.FontSize.Size14
  849. tec99.Text = "Tec-99"
  850. tec99.TextColor3 = Color3.new(1, 1, 1)
  851. tec99.TextSize = 14
  852.  
  853. serverlabel.Name = "serverlabel"
  854. serverlabel.Parent = S
  855. serverlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  856. serverlabel.BackgroundTransparency = 1
  857. serverlabel.Position = UDim2.new(0.383767545, 0, 0.377272725, 0)
  858. serverlabel.Size = UDim2.new(0, 120, 0, 26)
  859. serverlabel.Font = Enum.Font.SourceSans
  860. serverlabel.FontSize = Enum.FontSize.Size14
  861. serverlabel.Text = "Server Scripts"
  862. serverlabel.TextColor3 = Color3.new(1, 0, 0)
  863. serverlabel.TextScaled = true
  864. serverlabel.TextSize = 14
  865. serverlabel.TextWrapped = true
  866.  
  867. _911.Name = "911"
  868. _911.Parent = S
  869. _911.BackgroundColor3 = Color3.new(0, 0, 0)
  870. _911.BorderColor3 = Color3.new(1, 0, 0)
  871. _911.BorderSizePixel = 2
  872. _911.Position = UDim2.new(0.416833699, 0, 0.527272701, 0)
  873. _911.Size = UDim2.new(0, 83, 0, 29)
  874. _911.Font = Enum.Font.SourceSans
  875. _911.FontSize = Enum.FontSize.Size14
  876. _911.Text = "9/11"
  877. _911.TextColor3 = Color3.new(1, 1, 1)
  878. _911.TextSize = 14
  879.  
  880. mlgparticles.Name = "mlgparticles"
  881. mlgparticles.Parent = S
  882. mlgparticles.BackgroundColor3 = Color3.new(0, 0, 0)
  883. mlgparticles.BorderColor3 = Color3.new(1, 0, 0)
  884. mlgparticles.BorderSizePixel = 2
  885. mlgparticles.Position = UDim2.new(0.625250518, 0, 0.527272701, 0)
  886. mlgparticles.Size = UDim2.new(0, 83, 0, 29)
  887. mlgparticles.Font = Enum.Font.SourceSans
  888. mlgparticles.FontSize = Enum.FontSize.Size14
  889. mlgparticles.Text = "MLG Particles"
  890. mlgparticles.TextColor3 = Color3.new(1, 1, 1)
  891. mlgparticles.TextSize = 14
  892.  
  893. destroy.Name = "destroy"
  894. destroy.Parent = S
  895. destroy.BackgroundColor3 = Color3.new(0, 0, 0)
  896. destroy.BorderColor3 = Color3.new(1, 0, 0)
  897. destroy.BorderSizePixel = 2
  898. destroy.Position = UDim2.new(0.833667338, 0, 0.527272701, 0)
  899. destroy.Size = UDim2.new(0, 83, 0, 29)
  900. destroy.Font = Enum.Font.SourceSans
  901. destroy.FontSize = Enum.FontSize.Size14
  902. destroy.Text = "Destroy all"
  903. destroy.TextColor3 = Color3.new(1, 1, 1)
  904. destroy.TextSize = 14
  905.  
  906. naked.Name = "naked"
  907. naked.Parent = S
  908. naked.BackgroundColor3 = Color3.new(0, 0, 0)
  909. naked.BorderColor3 = Color3.new(1, 0, 0)
  910. naked.BorderSizePixel = 2
  911. naked.Position = UDim2.new(0.204408824, 0, 0.529545426, 0)
  912. naked.Size = UDim2.new(0, 83, 0, 29)
  913. naked.Font = Enum.Font.SourceSans
  914. naked.FontSize = Enum.FontSize.Size14
  915. naked.Text = "Naked Girl"
  916. naked.TextColor3 = Color3.new(1, 1, 1)
  917. naked.TextSize = 14
  918.  
  919. _666.Name = "666"
  920. _666.Parent = S
  921. _666.BackgroundColor3 = Color3.new(0, 0, 0)
  922. _666.BorderColor3 = Color3.new(1, 0, 0)
  923. _666.BorderSizePixel = 2
  924. _666.Position = UDim2.new(0, 0, 0.524999976, 0)
  925. _666.Size = UDim2.new(0, 83, 0, 29)
  926. _666.Font = Enum.Font.SourceSans
  927. _666.FontSize = Enum.FontSize.Size14
  928. _666.Text = "666"
  929. _666.TextColor3 = Color3.new(1, 1, 1)
  930. _666.TextSize = 14
  931.  
  932. _666.MouseButton1Click:connect(function()
  933. loadstring(game:GetObjects('rbxassetid://1081519742')[1].Source)()
  934. end)
  935.  
  936. naked.MouseButton1Click:connect(function()
  937. loadstring(game:GetObjects('rbxassetid://1081521684')[1].Source)()
  938. end)
  939.  
  940. destroy.MouseButton1Click:connect(function()
  941. loadstring(game:GetObjects('rbxassetid://1081520623')[1].Source)()
  942. end)
  943.  
  944. mlgparticles.MouseButton1Click:connect(function()
  945. loadstring(game:GetObjects('rbxassetid://1081521237')[1].Source)()
  946. end)
  947.  
  948. _911.MouseButton1Click:connect(function()
  949. loadstring(game:GetObjects('rbxassetid://1081519990')[1].Source)()
  950. end)
  951.  
  952. tec99.MouseButton1Click:connect(function()
  953. loadstring(game:GetObjects('rbxassetid://1081523606')[1].Source)()
  954. end)
  955.  
  956. haxrman.MouseButton1Click:connect(function()
  957. loadstring(game:GetObjects('rbxassetid://1081520932')[1].Source)()
  958. end)
  959.  
  960. bendy.MouseButton1Click:connect(function()
  961. loadstring(game:GetObjects('rbxassetid://1081520393')[1].Source)()
  962. end)
  963.  
  964. reanimated.MouseButton1Click:connect(function()
  965. loadstring(game:GetObjects('rbxassetid://1081522046')[1].Source)()
  966. end)
  967.  
  968. wydform.MouseButton1Click:connect(function()
  969. loadstring(game:GetObjects('rbxassetid://1081523889')[1].Source)()
  970. end)
  971.  
  972. gametp.MouseButton1Click:connect(function()
  973. local TPS = game:GetService("TeleportService")
  974. if PNAME.Text == 'me' then
  975. TPS:Teleport(VAL.Text, localplayer.Character)
  976. elseif PNAME.Text == 'all' then
  977. for i,v in pairs(plrs) do
  978. TPS:Teleport(VAL.Text, v.Character)
  979. end
  980. elseif PNAME.Text == 'others' then
  981. for i,v in pairs(plrs) do
  982. if v.Name ~= localplayer.Name then
  983. TPS:Teleport(VAL.Text, v.Character)
  984. end
  985. end
  986. else
  987. for i,v in pairs(plrs) do
  988. if v.Name == PNAME.Text then
  989. TPS:Teleport(VAL.Text, v.Character)
  990. end
  991. end
  992. end
  993. end)
  994.  
  995. ScriptX.MouseButton1Click:connect(function()
  996. Main.Visible = true
  997. S.Visible = false
  998. end)
  999.  
  1000. exe.MouseButton1Click:connect(function()
  1001. loadstring(eepart.Text)()
  1002. end)
  1003.  
  1004. clear.MouseButton1Click:connect(function()
  1005. eepart.Text = ''
  1006. end)
  1007.  
  1008. exit.MouseButton1Click:connect(function()
  1009. Main.Visible = true
  1010. S2.Visible = false
  1011. end)
  1012.  
  1013. cmds.MouseButton1Click:connect(function()
  1014. C.Visible = true
  1015. S.Visible = false
  1016. S2.Visible = false
  1017. Main.Visible = false
  1018. end)
  1019.  
  1020. scripts.MouseButton1Click:connect(function()
  1021. C.Visible = false
  1022. S.Visible = true
  1023. S2.Visible = false
  1024. Main.Visible = false
  1025. end)
  1026.  
  1027. scriptexe.MouseButton1Click:connect(function()
  1028. C.Visible = false
  1029. S.Visible = false
  1030. S2.Visible = true
  1031. Main.Visible = false
  1032. end)
  1033.  
  1034. logout.MouseButton1Click:connect(function()
  1035. user.Text = ''
  1036. pass.Text = ''
  1037. logout.Text = 'Logging out.'
  1038. wait(1)
  1039. logout.Text = 'Logging out..'
  1040. wait(1)
  1041. logout.Text = 'Logging out...'
  1042. Main.Visible = false
  1043. Login.Visible = true
  1044. Login.loggedout.Visible = true
  1045. wait(3)
  1046. Login.loggedout.Visible = false
  1047. end)
  1048.  
  1049. kill.MouseButton1Click:connect(function()
  1050. if PNAME.Text == 'me' then
  1051. localplayer.Character:BreakJoints()
  1052. elseif PNAME.Text == 'all' then
  1053. for i,v in pairs(plrs) do
  1054. v.Character:BreakJoints()
  1055. end
  1056. elseif PNAME.Text == 'others' then
  1057. for i,v in pairs(plrs) do
  1058. if v.Name ~= localplayer.Name then
  1059. v.Character:BreakJoints()
  1060. end
  1061. end
  1062. else
  1063. for i,v in pairs(plrs) do
  1064. if v.Name == PNAME.Text then
  1065. v.Character:BreakJoints()
  1066. end
  1067. end
  1068. end
  1069. end)
  1070.  
  1071. ff.MouseButton1Click:connect(function()
  1072. if PNAME.Text == 'me' then
  1073. Instance.new('ForceField', localplayer.Character)
  1074. elseif PNAME.Text == 'all' then
  1075. for i,v in pairs(plrs) do
  1076. Instance.new('ForceField', v.Character)
  1077. end
  1078. elseif PNAME.Text == 'others' then
  1079. for i,v in pairs(plrs) do
  1080. if v.Name ~= localplayer.Name then
  1081. Instance.new('ForceField', v.Character)
  1082. end
  1083. end
  1084. else
  1085. for i,v in pairs(plrs) do
  1086. if v.Name == PNAME.Text then
  1087. Instance.new('ForceField', v.Character)
  1088. end
  1089. end
  1090. end
  1091. end)
  1092.  
  1093. unff.MouseButton1Click:connect(function()
  1094. if PNAME.Text == 'me' then
  1095. for i,v in pairs(localplayer.Character:GetChildren()) do
  1096. if v.Name == 'ForceField' then
  1097. v:Destroy()
  1098. end
  1099. end
  1100. elseif PNAME.Text == 'all' then
  1101. for i,v in pairs(plrs) do
  1102. for i,b in pairs(v.Character:GetChildren()) do
  1103. if b.Name == 'ForceField' then
  1104. b:Destroy()
  1105. end
  1106. end
  1107. end
  1108. elseif PNAME.Text == 'others' then
  1109. for i,v in pairs(plrs) do
  1110. if v.Name ~= localplayer.Name then
  1111. for i,b in pairs(v.Character:GetChildren()) do
  1112. if b.Name == 'ForceField' then
  1113. b:Destroy()
  1114. end
  1115. end
  1116. end
  1117. end
  1118. else
  1119. for i,v in pairs(plrs) do
  1120. if v.Name == PNAME.Text then
  1121. for i,b in pairs(v.Character:GetChildren()) do
  1122. if b.Name == 'ForceField' then
  1123. b:Destroy()
  1124. end
  1125. end
  1126. end
  1127. end
  1128. end
  1129. end)
  1130.  
  1131. sp.MouseButton1Click:connect(function()
  1132. if PNAME.Text == 'me' then
  1133. Instance.new('Sparkles', localplayer.Character.Torso)
  1134. elseif PNAME.Text == 'all' then
  1135. for i,v in pairs(plrs) do
  1136. Instance.new('Sparkles', v.Character.Torso)
  1137. end
  1138. elseif PNAME.Text == 'others' then
  1139. for i,v in pairs(plrs) do
  1140. if v.Name ~= localplayer.Name then
  1141. Instance.new('Sparkles', v.Character.Torso)
  1142. end
  1143. end
  1144. else
  1145. for i,v in pairs(plrs) do
  1146. if v.Name == PNAME.Text then
  1147. Instance.new('Sparkles', v.Character.Torso)
  1148. end
  1149. end
  1150. end
  1151. end)
  1152.  
  1153. unsp.MouseButton1Click:connect(function()
  1154. if PNAME.Text == 'me' then
  1155. for i,v in pairs(localplayer.Character.Torso:GetChildren()) do
  1156. if v.Name == 'Sparkles' then
  1157. v:Destroy()
  1158. end
  1159. end
  1160. elseif PNAME.Text == 'all' then
  1161. for i,v in pairs(plrs) do
  1162. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1163. if b.Name == 'Sparkles' then
  1164. b:Destroy()
  1165. end
  1166. end
  1167. end
  1168. elseif PNAME.Text == 'others' then
  1169. for i,v in pairs(plrs) do
  1170. if v.Name ~= PNAME.Text then
  1171. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1172. if b.Name == 'Sparkles' then
  1173. b:Destroy()
  1174. end
  1175. end
  1176. end
  1177. end
  1178. else
  1179. for i,v in pairs(plrs) do
  1180. if v.Name == PNAME.Text then
  1181. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1182. if b.Name == 'Sparkles' then
  1183. b:Destroy()
  1184. end
  1185. end
  1186. end
  1187. end
  1188. end
  1189. end)
  1190.  
  1191. f.MouseButton1Click:connect(function()
  1192. if PNAME.Text == 'me' then
  1193. Instance.new('Fire', localplayer.Character.Torso)
  1194. elseif PNAME.Text == 'all' then
  1195. for i,v in pairs(plrs) do
  1196. Instance.new('Fire', v.Character.Torso)
  1197. end
  1198. elseif PNAME.Text == 'others' then
  1199. for i,v in pairs(plrs) do
  1200. if v.Name ~= localplayer.Name then
  1201. Instance.new('Fire', v.Character.Torso)
  1202. end
  1203. end
  1204. else
  1205. for i,v in pairs(plrs) do
  1206. if v.Name == PNAME.Text then
  1207. Instance.new('Fire', v.Character.Torso)
  1208. end
  1209. end
  1210. end
  1211. end)
  1212.  
  1213. unf.MouseButton1Click:connect(function()
  1214. if PNAME.Text == 'me' then
  1215. for i,v in pairs(localplayer.Character.Torso:GetChildren()) do
  1216. if v.Name == 'Fire' then
  1217. v:Destroy()
  1218. end
  1219. end
  1220. elseif PNAME.Text == 'all' then
  1221. for i,v in pairs(plrs) do
  1222. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1223. if b.Name == 'Fire' then
  1224. b:Destroy()
  1225. end
  1226. end
  1227. end
  1228. elseif PNAME.Text == 'others' then
  1229. for i,v in pairs(plrs) do
  1230. if v.Name ~= PNAME.Text then
  1231. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1232. if b.Name == 'Fire' then
  1233. b:Destroy()
  1234. end
  1235. end
  1236. end
  1237. end
  1238. else
  1239. for i,v in pairs(plrs) do
  1240. if v.Name == PNAME.Text then
  1241. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1242. if b.Name == 'Fire' then
  1243. b:Destroy()
  1244. end
  1245. end
  1246. end
  1247. end
  1248. end
  1249. end)
  1250.  
  1251. smoke.MouseButton1Click:connect(function()
  1252. if PNAME.Text == 'me' then
  1253. Instance.new('Smoke', localplayer.Character.Torso)
  1254. elseif PNAME.Text == 'all' then
  1255. for i,v in pairs(plrs) do
  1256. Instance.new('Smoke', v.Character.Torso)
  1257. end
  1258. elseif PNAME.Text == 'others' then
  1259. for i,v in pairs(plrs) do
  1260. if v.Name ~= localplayer.Name then
  1261. Instance.new('Smoke', v.Character.Torso)
  1262. end
  1263. end
  1264. else
  1265. for i,v in pairs(plrs) do
  1266. if v.Name == PNAME.Text then
  1267. Instance.new('Smoke', v.Character.Torso)
  1268. end
  1269. end
  1270. end
  1271. end)
  1272.  
  1273. unsmoke.MouseButton1Click:connect(function()
  1274. if PNAME.Text == 'me' then
  1275. for i,v in pairs(localplayer.Character.Torso:GetChildren()) do
  1276. if v.Name == 'Smoke' then
  1277. v:Destroy()
  1278. end
  1279. end
  1280. elseif PNAME.Text == 'all' then
  1281. for i,v in pairs(plrs) do
  1282. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1283. if b.Name == 'Smoke' then
  1284. b:Destroy()
  1285. end
  1286. end
  1287. end
  1288. elseif PNAME.Text == 'others' then
  1289. for i,v in pairs(plrs) do
  1290. if v.Name ~= PNAME.Text then
  1291. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1292. if b.Name == 'Smoke' then
  1293. b:Destroy()
  1294. end
  1295. end
  1296. end
  1297. end
  1298. else
  1299. for i,v in pairs(plrs) do
  1300. if v.Name == PNAME.Text then
  1301. for i,b in pairs(v.Character.Torso:GetChildren()) do
  1302. if b.Name == 'Smoke' then
  1303. b:Destroy()
  1304. end
  1305. end
  1306. end
  1307. end
  1308. end
  1309. end)
  1310.  
  1311. chat.MouseButton1Click:connect(function()
  1312. if PNAME.Text == 'me' then
  1313. game:GetService("Chat"):Chat(game:GetService("Players").LocalPlayer.Character:FindFirstChild("Head") , VAL.Text, "Blue")
  1314. elseif PNAME.Text == 'all' then
  1315. for i,v in pairs(plrs) do
  1316. game:GetService("Chat"):Chat(v.Character:FindFirstChild("Head") , VAL.Text, "Blue")
  1317. end
  1318. elseif PNAME.Text == 'others' then
  1319. for i,v in pairs(plrs) do
  1320. if v.Name ~= localplayer.Name then
  1321. game:GetService("Chat"):Chat(v.Character:FindFirstChild("Head") , VAL.Text, "Blue")
  1322. end
  1323. end
  1324. else
  1325. for i,v in pairs(plrs) do
  1326. if v.Name == PNAME.Text then
  1327. game:GetService("Chat"):Chat(v.Character:FindFirstChild("Head") , VAL.Text, "Blue")
  1328. end
  1329. end
  1330. end
  1331. end)
  1332.  
  1333. X.MouseButton1Click:connect(function()
  1334. C.Visible = false
  1335. Main.Visible = true
  1336. end)
  1337.  
  1338. hint.MouseButton1Click:connect(function()
  1339. local h = Instance.new('Hint',workspace)
  1340. h.Name = 'Runehint'
  1341. h.Text = VAL.Text
  1342. end)
  1343.  
  1344. message.MouseButton1Click:connect(function()
  1345. local m = Instance.new('Message', workspace)
  1346. m.Name = 'Runemsg'
  1347. m.Text = VAL.Text
  1348. end)
  1349.  
  1350. stopsound.MouseButton1Click:connect(function()
  1351. workspace.Runesound:Destroy()
  1352. end)
  1353.  
  1354. sound.MouseButton1Click:connect(function()
  1355. local s = Instance.new('Sound', workspace)
  1356. s.Name = 'Runesound'
  1357. s.SoundId = 'rbxassetid://'..VAL.Text
  1358. s.Looped = true
  1359. s.Volume = 1
  1360. s:Play()
  1361. end)
  1362.  
  1363. removemsghint.MouseButton1Click:connect(function()
  1364. for i,v in pairs(workspace:GetChildren()) do
  1365. if v.Name == 'Runemsg' or v.Name == 'Runehint' then
  1366. v:Destroy()
  1367. else
  1368. print('Didnt find either')
  1369. end
  1370. end
  1371. end)
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377. local realText = ""
  1378.  
  1379. pass:GetPropertyChangedSignal("Text"):Connect(function()
  1380. realText = realText..pass.Text:sub(-1,-1)
  1381. pass.Text = string.rep("*",#pass.Text)
  1382. end)
  1383.  
  1384. Submit.MouseButton1Click:connect(function()
  1385. welcome.Text = "Welcome To RuneGui, " .. user.Text.."!"
  1386. if user.Text == 'Rune' then
  1387. Login.Visible = false
  1388. Login.Parent.Main.Visible = true
  1389. else
  1390. wrong.Visible = true
  1391. wait(3)
  1392. wrong.Visible = false
  1393. end
  1394. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement