Advertisement
ZploitKing

Wizard Life GUI - Made by OliHello#8986

Jul 6th, 2020
7,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.11 KB | None | 0 0
  1. -- Made by OliHello#8986
  2. -- Gui to Lua
  3. -- Version: 3.2
  4.  
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Menu = Instance.new("Frame")
  9. local ZploitKingtxt = Instance.new("TextLabel")
  10. local Misc = Instance.new("ScrollingFrame")
  11. local Patronus = Instance.new("TextButton")
  12. local Autoblock = Instance.new("TextButton")
  13. local galleons = Instance.new("TextButton")
  14. local Misctxt = Instance.new("TextLabel")
  15. local SpamSpellstxt = Instance.new("TextLabel")
  16. local Spellstxt = Instance.new("TextLabel")
  17. local SpamSpells = Instance.new("ScrollingFrame")
  18. local AnteoculatiaSpam = Instance.new("TextButton")
  19. local AscendreSpam = Instance.new("TextButton")
  20. local PericulumSPam = Instance.new("TextButton")
  21. local Evertespam = Instance.new("TextButton")
  22. local StupefySPam = Instance.new("TextButton")
  23. local Spells = Instance.new("ScrollingFrame")
  24. local Anteoculatia = Instance.new("TextButton")
  25. local Ascendre = Instance.new("TextButton")
  26. local Periculum = Instance.new("TextButton")
  27. local Everte = Instance.new("TextButton")
  28. local StupefySPam_2 = Instance.new("TextButton")
  29. local SpamSpellsWIllBeActive = Instance.new("Frame")
  30. local textspam = Instance.new("TextLabel")
  31. local CloseWarn = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37.  
  38. Menu.Name = "Menu"
  39. Menu.Parent = ScreenGui
  40. Menu.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  41. Menu.Position = UDim2.new(0.0642335787, 0, 0.186295554, 0)
  42. Menu.Size = UDim2.new(0, 474, 0, 278)
  43. Menu.Active = true
  44. Menu.Draggable = true
  45.  
  46. ZploitKingtxt.Name = "ZploitKing.txt"
  47. ZploitKingtxt.Parent = Menu
  48. ZploitKingtxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. ZploitKingtxt.BackgroundTransparency = 1.000
  50. ZploitKingtxt.Position = UDim2.new(0, 0, 0.820143878, 0)
  51. ZploitKingtxt.Size = UDim2.new(0, 174, 0, 49)
  52. ZploitKingtxt.Font = Enum.Font.SourceSans
  53. ZploitKingtxt.Text = "ZploitKing"
  54. ZploitKingtxt.TextColor3 = Color3.fromRGB(255, 0, 0)
  55. ZploitKingtxt.TextScaled = true
  56. ZploitKingtxt.TextSize = 14.000
  57. ZploitKingtxt.TextWrapped = true
  58.  
  59. Misc.Name = "Misc"
  60. Misc.Parent = Menu
  61. Misc.Active = true
  62. Misc.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  63. Misc.Position = UDim2.new(0.789029539, 0, 0.21223022, 0)
  64. Misc.Size = UDim2.new(0, 100, 0, 219)
  65.  
  66. Patronus.Name = "Patronus"
  67. Patronus.Parent = Misc
  68. Patronus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Patronus.BackgroundTransparency = 1.000
  70. Patronus.Size = UDim2.new(0, 87, 0, 50)
  71. Patronus.Font = Enum.Font.SourceSans
  72. Patronus.Text = "Inf patronus"
  73. Patronus.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. Patronus.TextScaled = true
  75. Patronus.TextSize = 14.000
  76. Patronus.TextWrapped = true
  77. Patronus.MouseButton1Down:connect(function()
  78. while true do
  79. wait()
  80. game.Players.LocalPlayer.Energy.Value = 15
  81. end
  82. end)
  83.  
  84. Autoblock.Name = "Autoblock"
  85. Autoblock.Parent = Misc
  86. Autoblock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. Autoblock.BackgroundTransparency = 1.000
  88. Autoblock.Position = UDim2.new(0, 0, 0.0989208594, 0)
  89. Autoblock.Size = UDim2.new(0, 87, 0, 50)
  90. Autoblock.Font = Enum.Font.SourceSans
  91. Autoblock.Text = "Auto Block"
  92. Autoblock.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. Autoblock.TextScaled = true
  94. Autoblock.TextSize = 14.000
  95. Autoblock.TextWrapped = true
  96. Autoblock.MouseButton1Down:connect(function()
  97. while true do
  98. game.ReplicatedStorage.Events.WandEvent:FireServer(3)
  99. wait(0.1)
  100. end
  101.  
  102. end)
  103.  
  104. galleons.Name = "galleons"
  105. galleons.Parent = Misc
  106. galleons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. galleons.BackgroundTransparency = 1.000
  108. galleons.Position = UDim2.new(0, 0, 0.188848913, 0)
  109. galleons.Size = UDim2.new(0, 87, 0, 50)
  110. galleons.Font = Enum.Font.SourceSans
  111. galleons.Text = "TP-Galleons"
  112. galleons.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. galleons.TextScaled = true
  114. galleons.TextSize = 14.000
  115. galleons.TextWrapped = true
  116. galleons.MouseButton1Down:connect(function()
  117. while true do
  118. wait()
  119. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  120. for i,v in pairs(game.Workspace.Loots:GetChildren()) do
  121. if v:FindFirstChild 'Loot' then
  122. for _, f in pairs(v:GetChildren()) do
  123. if f.name == "Loot" then
  124. f.CFrame = plr.CFrame
  125. end
  126. end
  127. end
  128. end
  129. end
  130. end)
  131.  
  132. Misctxt.Name = "Misctxt"
  133. Misctxt.Parent = Menu
  134. Misctxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  135. Misctxt.BackgroundTransparency = 1.000
  136. Misctxt.Position = UDim2.new(0.789029539, 0, 0, 0)
  137. Misctxt.Size = UDim2.new(0, 100, 0, 59)
  138. Misctxt.Font = Enum.Font.SourceSans
  139. Misctxt.Text = "Misc"
  140. Misctxt.TextColor3 = Color3.fromRGB(172, 60, 170)
  141. Misctxt.TextScaled = true
  142. Misctxt.TextSize = 14.000
  143. Misctxt.TextWrapped = true
  144.  
  145. SpamSpellstxt.Name = "SpamSpells.txt"
  146. SpamSpellstxt.Parent = Menu
  147. SpamSpellstxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. SpamSpellstxt.BackgroundTransparency = 1.000
  149. SpamSpellstxt.Position = UDim2.new(0.578059077, 0, 0, 0)
  150. SpamSpellstxt.Size = UDim2.new(0, 100, 0, 59)
  151. SpamSpellstxt.Font = Enum.Font.SourceSans
  152. SpamSpellstxt.Text = "Spam Spells"
  153. SpamSpellstxt.TextColor3 = Color3.fromRGB(172, 60, 170)
  154. SpamSpellstxt.TextScaled = true
  155. SpamSpellstxt.TextSize = 14.000
  156. SpamSpellstxt.TextWrapped = true
  157.  
  158. Spellstxt.Name = "Spells.txt"
  159. Spellstxt.Parent = Menu
  160. Spellstxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. Spellstxt.BackgroundTransparency = 1.000
  162. Spellstxt.Position = UDim2.new(0.367088616, 0, 0, 0)
  163. Spellstxt.Size = UDim2.new(0, 100, 0, 59)
  164. Spellstxt.Font = Enum.Font.SourceSans
  165. Spellstxt.Text = "Spells"
  166. Spellstxt.TextColor3 = Color3.fromRGB(172, 60, 170)
  167. Spellstxt.TextScaled = true
  168. Spellstxt.TextSize = 14.000
  169. Spellstxt.TextWrapped = true
  170.  
  171. SpamSpells.Name = "SpamSpells"
  172. SpamSpells.Parent = Menu
  173. SpamSpells.Active = true
  174. SpamSpells.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  175. SpamSpells.Position = UDim2.new(0.578059077, 0, 0.21223022, 0)
  176. SpamSpells.Size = UDim2.new(0, 100, 0, 218)
  177.  
  178. AnteoculatiaSpam.Name = "AnteoculatiaSpam"
  179. AnteoculatiaSpam.Parent = SpamSpells
  180. AnteoculatiaSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  181. AnteoculatiaSpam.BackgroundTransparency = 1.000
  182. AnteoculatiaSpam.Size = UDim2.new(0, 87, 0, 50)
  183. AnteoculatiaSpam.Font = Enum.Font.SourceSans
  184. AnteoculatiaSpam.Text = "Anteoculatia"
  185. AnteoculatiaSpam.TextColor3 = Color3.fromRGB(0, 0, 0)
  186. AnteoculatiaSpam.TextScaled = true
  187. AnteoculatiaSpam.TextSize = 14.000
  188. AnteoculatiaSpam.TextWrapped = true
  189. AnteoculatiaSpam.MouseButton1Down:connect(function()
  190. game.Players:Chat("anteoculatia")
  191. wait(0.1)
  192. game.Players:Chat("anteoculatia")
  193. wait(0.1)
  194. game.Players:Chat("anteoculatia")
  195. wait(0.1)
  196. game.Players:Chat("anteoculatia")
  197. wait(0.1)
  198. game.Players:Chat("anteoculatia")
  199. wait(0.1)
  200. game.Players:Chat("anteoculatia")
  201. wait(0.1)
  202. game.Players:Chat("anteoculatia")
  203. wait(0.1)
  204. game.Players:Chat("anteoculatia")
  205. wait(0.1)
  206. game.Players:Chat("anteoculatia")
  207. wait(0.1)
  208. game.Players:Chat("anteoculatia")
  209. wait(0.1)
  210. game.Players:Chat("anteoculatia")
  211. wait(0.1)
  212. game.Players:Chat("anteoculatia")
  213. wait(0.1)
  214. game.Players:Chat("anteoculatia")
  215. wait(0.1)
  216. game.Players:Chat("anteoculatia")
  217. wait(0.1)
  218. game.Players:Chat("anteoculatia")
  219. wait(0.1)
  220. game.Players:Chat("anteoculatia")
  221. wait(0.1)
  222. game.Players:Chat("anteoculatia")
  223. wait(0.1)
  224. game.Players:Chat("anteoculatia")
  225. wait(0.1)
  226. game.Players:Chat("anteoculatia")
  227. wait(0.1)
  228. game.Players:Chat("anteoculatia")
  229. wait(0.1)
  230. game.Players:Chat("anteoculatia")
  231. wait(0.1)
  232. game.Players:Chat("anteoculatia")
  233. wait(0.1)
  234. game.Players:Chat("anteoculatia")
  235. wait(0.1)
  236. game.Players:Chat("anteoculatia")
  237. wait(0.1)
  238. game.Players:Chat("anteoculatia")
  239. wait(0.1)
  240. game.Players:Chat("anteoculatia")
  241. wait(0.1)
  242. game.Players:Chat("anteoculatia")
  243. wait(0.1)
  244. game.Players:Chat("anteoculatia")
  245. wait(0.1)
  246. game.Players:Chat("anteoculatia")
  247. wait(0.1)
  248. game.Players:Chat("anteoculatia")
  249. wait(0.1)
  250. game.Players:Chat("anteoculatia")
  251. wait(0.1)
  252. game.Players:Chat("anteoculatia")
  253. wait(0.1)
  254. game.Players:Chat("anteoculatia")
  255. wait(0.1)
  256. game.Players:Chat("anteoculatia")
  257. wait(0.1)
  258. game.Players:Chat("anteoculatia")
  259. wait(0.1)
  260. game.Players:Chat("anteoculatia")
  261. wait(0.1)
  262. game.Players:Chat("anteoculatia")
  263. wait(0.1)
  264. game.Players:Chat("anteoculatia")
  265. wait(0.1)
  266. game.Players:Chat("anteoculatia")
  267. wait(0.1)
  268. game.Players:Chat("anteoculatia")
  269. wait(0.1)
  270. game.Players:Chat("anteoculatia")
  271. wait(0.1)
  272. game.Players:Chat("anteoculatia")
  273. wait(0.1)
  274. game.Players:Chat("anteoculatia")
  275. wait(0.1)
  276. game.Players:Chat("anteoculatia")
  277. wait(0.1)
  278. game.Players:Chat("anteoculatia")
  279. wait(0.1)
  280. game.Players:Chat("anteoculatia")
  281. wait(0.1)
  282. game.Players:Chat("anteoculatia")
  283. wait(0.1)
  284. game.Players:Chat("anteoculatia")
  285. wait(0.1)
  286. game.Players:Chat("anteoculatia")
  287. wait(0.1)
  288. game.Players:Chat("anteoculatia")
  289. wait(0.1)
  290. game.Players:Chat("anteoculatia")
  291. wait(0.1)
  292. game.Players:Chat("anteoculatia")
  293. wait(0.1)
  294. game.Players:Chat("anteoculatia")
  295. wait(0.1)
  296. game.Players:Chat("anteoculatia")
  297. wait(0.1)
  298. game.Players:Chat("anteoculatia")
  299. wait(0.1)
  300. game.Players:Chat("anteoculatia")
  301. wait(0.1)
  302. game.Players:Chat("anteoculatia")
  303. wait(0.1)
  304. game.Players:Chat("anteoculatia")
  305. wait(0.1)
  306. game.Players:Chat("anteoculatia")
  307. wait(0.1)
  308. game.Players:Chat("anteoculatia")
  309. wait(0.1)
  310. game.Players:Chat("anteoculatia")
  311. wait(0.1)
  312. game.Players:Chat("anteoculatia")
  313. wait(0.1)
  314. game.Players:Chat("anteoculatia")
  315. wait(0.1)
  316. game.Players:Chat("anteoculatia")
  317. wait(0.1)
  318. game.Players:Chat("anteoculatia")
  319. wait(0.1)
  320. game.Players:Chat("anteoculatia")
  321. wait(0.1)
  322. game.Players:Chat("anteoculatia")
  323. wait(0.1)
  324. game.Players:Chat("anteoculatia")
  325. wait(0.1)
  326. game.Players:Chat("anteoculatia")
  327. wait(0.1)
  328. game.Players:Chat("anteoculatia")
  329. wait(0.1)
  330. game.Players:Chat("anteoculatia")
  331. wait(0.1)
  332. game.Players:Chat("anteoculatia")
  333. wait(0.1)
  334. game.Players:Chat("anteoculatia")
  335. wait(0.1)
  336. game.Players:Chat("anteoculatia")
  337. wait(0.1)
  338. game.Players:Chat("anteoculatia")
  339. wait(0.1)
  340. game.Players:Chat("anteoculatia")
  341. wait(0.1)
  342. game.Players:Chat("anteoculatia")
  343. wait(0.1)
  344. game.Players:Chat("anteoculatia")
  345. wait(0.1)
  346. game.Players:Chat("anteoculatia")
  347. wait(0.1)
  348. game.Players:Chat("anteoculatia")
  349. wait(0.1)
  350. game.Players:Chat("anteoculatia")
  351. wait(0.1)
  352. game.Players:Chat("anteoculatia")
  353. wait(0.1)
  354. game.Players:Chat("anteoculatia")
  355. wait(0.1)
  356. game.Players:Chat("anteoculatia")
  357. wait(0.1)
  358. game.Players:Chat("anteoculatia")
  359. wait(0.1)
  360. game.Players:Chat("anteoculatia")
  361. wait(0.1)
  362. game.Players:Chat("anteoculatia")
  363. wait(0.1)
  364. game.Players:Chat("anteoculatia")
  365. wait(0.1)
  366. game.Players:Chat("anteoculatia")
  367. wait(0.1)
  368. game.Players:Chat("anteoculatia")
  369. wait(0.1)
  370. game.Players:Chat("anteoculatia")
  371. wait(0.1)
  372. game.Players:Chat("anteoculatia")
  373. wait(0.1)
  374. game.Players:Chat("anteoculatia")
  375. wait(0.1)
  376. game.Players:Chat("anteoculatia")
  377. wait(0.1)
  378. game.Players:Chat("anteoculatia")
  379. wait(0.1)
  380. game.Players:Chat("anteoculatia")
  381. wait(0.1)
  382. game.Players:Chat("anteoculatia")
  383. wait(0.1)
  384. game.Players:Chat("anteoculatia")
  385. wait(0.1)
  386. game.Players:Chat("anteoculatia")
  387. wait(0.1)
  388. game.Players:Chat("anteoculatia")
  389. wait(0.1)
  390. game.Players:Chat("anteoculatia")
  391. wait(0.1)
  392. game.Players:Chat("anteoculatia")
  393. wait(0.1)
  394. game.Players:Chat("anteoculatia")
  395. wait(0.1)
  396. game.Players:Chat("anteoculatia")
  397. wait(0.1)
  398. game.Players:Chat("anteoculatia")
  399. wait(0.1)
  400. game.Players:Chat("anteoculatia")
  401. wait(0.1)
  402. game.Players:Chat("anteoculatia")
  403. wait(0.1)
  404. game.Players:Chat("anteoculatia")
  405. wait(0.1)
  406. game.Players:Chat("anteoculatia")
  407. wait(0.1)
  408. game.Players:Chat("anteoculatia")
  409. wait(0.1)
  410. game.Players:Chat("anteoculatia")
  411. wait(0.1)
  412. game.Players:Chat("anteoculatia")
  413. wait(0.1)
  414. game.Players:Chat("anteoculatia")
  415. wait(0.1)
  416. game.Players:Chat("anteoculatia")
  417. wait(0.1)
  418. game.Players:Chat("anteoculatia")
  419. wait(0.1)
  420. game.Players:Chat("anteoculatia")
  421. wait(0.1)
  422. game.Players:Chat("anteoculatia")
  423. wait(0.1)
  424. game.Players:Chat("anteoculatia")
  425. wait(0.1)
  426. game.Players:Chat("anteoculatia")
  427. wait(0.1)
  428. game.Players:Chat("anteoculatia")
  429. wait(0.1)
  430. game.Players:Chat("anteoculatia")
  431. wait(0.1)
  432. game.Players:Chat("anteoculatia")
  433. wait(0.1)
  434. game.Players:Chat("anteoculatia")
  435. wait(0.1)
  436. game.Players:Chat("anteoculatia")
  437. wait(0.1)
  438. game.Players:Chat("anteoculatia")
  439. wait(0.1)
  440. game.Players:Chat("anteoculatia")
  441. wait(0.1)
  442. game.Players:Chat("anteoculatia")
  443. wait(0.1)
  444. game.Players:Chat("anteoculatia")
  445. wait(0.1)
  446. game.Players:Chat("anteoculatia")
  447. wait(0.1)
  448. game.Players:Chat("anteoculatia")
  449. wait(0.1)
  450. game.Players:Chat("anteoculatia")
  451. wait(0.1)
  452. game.Players:Chat("anteoculatia")
  453. wait(0.1)
  454. game.Players:Chat("anteoculatia")
  455. wait(0.1)
  456. game.Players:Chat("anteoculatia")
  457. wait(0.1)
  458. game.Players:Chat("anteoculatia")
  459. wait(0.1)
  460. game.Players:Chat("anteoculatia")
  461. wait(0.1)
  462. game.Players:Chat("anteoculatia")
  463. wait(0.1)
  464. game.Players:Chat("anteoculatia")
  465. wait(0.1)
  466. game.Players:Chat("anteoculatia")
  467. wait(0.1)
  468. game.Players:Chat("anteoculatia")
  469. wait(0.1)
  470. game.Players:Chat("anteoculatia")
  471. wait(0.1)
  472. game.Players:Chat("anteoculatia")
  473. wait(0.1)
  474. game.Players:Chat("anteoculatia")
  475. wait(0.1)
  476. game.Players:Chat("anteoculatia")
  477. wait(0.1)
  478. game.Players:Chat("anteoculatia")
  479. wait(0.1)
  480. game.Players:Chat("anteoculatia")
  481. wait(0.1)
  482. game.Players:Chat("anteoculatia")
  483. wait(0.1)
  484. game.Players:Chat("anteoculatia")
  485. wait(0.1)
  486. game.Players:Chat("anteoculatia")
  487. wait(0.1)
  488. game.Players:Chat("anteoculatia")
  489. wait(0.1)
  490. end)
  491.  
  492. AscendreSpam.Name = "AscendreSpam"
  493. AscendreSpam.Parent = SpamSpells
  494. AscendreSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  495. AscendreSpam.BackgroundTransparency = 1.000
  496. AscendreSpam.Position = UDim2.new(0, 0, 0.16906476, 0)
  497. AscendreSpam.Size = UDim2.new(0, 87, 0, 50)
  498. AscendreSpam.Font = Enum.Font.SourceSans
  499. AscendreSpam.Text = "Ascendre"
  500. AscendreSpam.TextColor3 = Color3.fromRGB(0, 0, 0)
  501. AscendreSpam.TextScaled = true
  502. AscendreSpam.TextSize = 14.000
  503. AscendreSpam.TextWrapped = true
  504. AscendreSpam.MouseButton1Down:connect(function()
  505. game.Players:Chat("ascendre")
  506. wait(0.1)
  507. game.Players:Chat("ascendre")
  508. wait(0.1)
  509. game.Players:Chat("ascendre")
  510. wait(0.1)
  511. game.Players:Chat("ascendre")
  512. wait(0.1)
  513. game.Players:Chat("ascendre")
  514. wait(0.1)
  515. game.Players:Chat("ascendre")
  516. wait(0.1)
  517. game.Players:Chat("ascendre")
  518. wait(0.1)
  519. game.Players:Chat("ascendre")
  520. wait(0.1)
  521. game.Players:Chat("ascendre")
  522. wait(0.1)
  523. game.Players:Chat("ascendre")
  524. wait(0.1)
  525. game.Players:Chat("ascendre")
  526. wait(0.1)
  527. game.Players:Chat("ascendre")
  528. wait(0.1)
  529. game.Players:Chat("ascendre")
  530. wait(0.1)
  531. game.Players:Chat("ascendre")
  532. wait(0.1)
  533. game.Players:Chat("ascendre")
  534. wait(0.1)
  535. game.Players:Chat("ascendre")
  536. wait(0.1)
  537. game.Players:Chat("ascendre")
  538. wait(0.1)
  539. game.Players:Chat("ascendre")
  540. wait(0.1)
  541. game.Players:Chat("ascendre")
  542. wait(0.1)
  543. game.Players:Chat("ascendre")
  544. wait(0.1)
  545. game.Players:Chat("ascendre")
  546. wait(0.1)
  547. game.Players:Chat("ascendre")
  548. wait(0.1)
  549. game.Players:Chat("ascendre")
  550. wait(0.1)
  551. game.Players:Chat("ascendre")
  552. wait(0.1)
  553. game.Players:Chat("ascendre")
  554. wait(0.1)
  555. game.Players:Chat("ascendre")
  556. wait(0.1)
  557. game.Players:Chat("ascendre")
  558. wait(0.1)
  559. game.Players:Chat("ascendre")
  560. wait(0.1)
  561. game.Players:Chat("ascendre")
  562. wait(0.1)
  563. game.Players:Chat("ascendre")
  564. wait(0.1)
  565. game.Players:Chat("ascendre")
  566. wait(0.1)
  567. game.Players:Chat("ascendre")
  568. wait(0.1)
  569. game.Players:Chat("ascendre")
  570. wait(0.1)
  571. game.Players:Chat("ascendre")
  572. wait(0.1)
  573. game.Players:Chat("ascendre")
  574. wait(0.1)
  575. game.Players:Chat("ascendre")
  576. wait(0.1)
  577. game.Players:Chat("ascendre")
  578. wait(0.1)
  579. game.Players:Chat("ascendre")
  580. wait(0.1)
  581. game.Players:Chat("ascendre")
  582. wait(0.1)
  583. game.Players:Chat("ascendre")
  584. wait(0.1)
  585. game.Players:Chat("ascendre")
  586. wait(0.1)
  587. game.Players:Chat("ascendre")
  588. wait(0.1)
  589. game.Players:Chat("ascendre")
  590. wait(0.1)
  591. game.Players:Chat("ascendre")
  592. wait(0.1)
  593. game.Players:Chat("ascendre")
  594. wait(0.1)
  595. game.Players:Chat("ascendre")
  596. wait(0.1)
  597. game.Players:Chat("ascendre")
  598. wait(0.1)
  599. game.Players:Chat("ascendre")
  600. wait(0.1)
  601. game.Players:Chat("ascendre")
  602. wait(0.1)
  603. game.Players:Chat("ascendre")
  604. wait(0.1)
  605. game.Players:Chat("ascendre")
  606. wait(0.1)
  607. game.Players:Chat("ascendre")
  608. wait(0.1)
  609. game.Players:Chat("ascendre")
  610. wait(0.1)
  611. game.Players:Chat("ascendre")
  612. wait(0.1)
  613. game.Players:Chat("ascendre")
  614. wait(0.1)
  615. game.Players:Chat("ascendre")
  616. wait(0.1)
  617. game.Players:Chat("ascendre")
  618. wait(0.1)
  619. game.Players:Chat("ascendre")
  620. wait(0.1)
  621. game.Players:Chat("ascendre")
  622. wait(0.1)
  623. game.Players:Chat("ascendre")
  624. wait(0.1)
  625. game.Players:Chat("ascendre")
  626. wait(0.1)
  627. game.Players:Chat("ascendre")
  628. wait(0.1)
  629. game.Players:Chat("ascendre")
  630. wait(0.1)
  631. game.Players:Chat("ascendre")
  632. wait(0.1)
  633. game.Players:Chat("ascendre")
  634. wait(0.1)
  635. game.Players:Chat("ascendre")
  636. wait(0.1)
  637. game.Players:Chat("ascendre")
  638. wait(0.1)
  639. game.Players:Chat("ascendre")
  640. wait(0.1)
  641. game.Players:Chat("ascendre")
  642. wait(0.1)
  643. game.Players:Chat("ascendre")
  644. wait(0.1)
  645. game.Players:Chat("ascendre")
  646. wait(0.1)
  647. game.Players:Chat("ascendre")
  648. wait(0.1)
  649. game.Players:Chat("ascendre")
  650. wait(0.1)
  651. game.Players:Chat("ascendre")
  652. wait(0.1)
  653. game.Players:Chat("ascendre")
  654. wait(0.1)
  655. game.Players:Chat("ascendre")
  656. wait(0.1)
  657. game.Players:Chat("ascendre")
  658. wait(0.1)
  659. game.Players:Chat("ascendre")
  660. wait(0.1)
  661. game.Players:Chat("ascendre")
  662. wait(0.1)
  663. game.Players:Chat("ascendre")
  664. wait(0.1)
  665. game.Players:Chat("ascendre")
  666. wait(0.1)
  667. game.Players:Chat("ascendre")
  668. wait(0.1)
  669. game.Players:Chat("ascendre")
  670. wait(0.1)
  671. game.Players:Chat("ascendre")
  672. wait(0.1)
  673. game.Players:Chat("ascendre")
  674. wait(0.1)
  675. game.Players:Chat("ascendre")
  676. wait(0.1)
  677. game.Players:Chat("ascendre")
  678. wait(0.1)
  679. game.Players:Chat("ascendre")
  680. wait(0.1)
  681. game.Players:Chat("ascendre")
  682. wait(0.1)
  683. game.Players:Chat("ascendre")
  684. wait(0.1)
  685. game.Players:Chat("ascendre")
  686. wait(0.1)
  687. game.Players:Chat("ascendre")
  688. wait(0.1)
  689. game.Players:Chat("ascendre")
  690. wait(0.1)
  691. game.Players:Chat("ascendre")
  692. wait(0.1)
  693. game.Players:Chat("ascendre")
  694. wait(0.1)
  695. game.Players:Chat("ascendre")
  696. wait(0.1)
  697. game.Players:Chat("ascendre")
  698. wait(0.1)
  699. game.Players:Chat("ascendre")
  700. wait(0.1)
  701. game.Players:Chat("ascendre")
  702. wait(0.1)
  703. game.Players:Chat("ascendre")
  704. wait(0.1)
  705. game.Players:Chat("ascendre")
  706. wait(0.1)
  707. game.Players:Chat("ascendre")
  708. wait(0.1)
  709. game.Players:Chat("ascendre")
  710. wait(0.1)
  711. game.Players:Chat("ascendre")
  712. wait(0.1)
  713. game.Players:Chat("ascendre")
  714. wait(0.1)
  715. game.Players:Chat("ascendre")
  716. wait(0.1)
  717. game.Players:Chat("ascendre")
  718. wait(0.1)
  719. game.Players:Chat("ascendre")
  720. wait(0.1)
  721. game.Players:Chat("ascendre")
  722. wait(0.1)
  723. game.Players:Chat("ascendre")
  724. wait(0.1)
  725. game.Players:Chat("ascendre")
  726. wait(0.1)
  727. game.Players:Chat("ascendre")
  728. wait(0.1)
  729. game.Players:Chat("ascendre")
  730. wait(0.1)
  731. game.Players:Chat("ascendre")
  732. wait(0.1)
  733. game.Players:Chat("ascendre")
  734. wait(0.1)
  735. game.Players:Chat("ascendre")
  736. wait(0.1)
  737. game.Players:Chat("ascendre")
  738. wait(0.1)
  739. game.Players:Chat("ascendre")
  740. wait(0.1)
  741. game.Players:Chat("ascendre")
  742. wait(0.1)
  743. game.Players:Chat("ascendre")
  744. wait(0.1)
  745. game.Players:Chat("ascendre")
  746. wait(0.1)
  747. game.Players:Chat("ascendre")
  748. wait(0.1)
  749. game.Players:Chat("ascendre")
  750. wait(0.1)
  751. game.Players:Chat("ascendre")
  752. wait(0.1)
  753. game.Players:Chat("ascendre")
  754. wait(0.1)
  755. game.Players:Chat("ascendre")
  756. wait(0.1)
  757. game.Players:Chat("ascendre")
  758. wait(0.1)
  759. game.Players:Chat("ascendre")
  760. wait(0.1)
  761. game.Players:Chat("ascendre")
  762. wait(0.1)
  763. game.Players:Chat("ascendre")
  764. wait(0.1)
  765. game.Players:Chat("ascendre")
  766. wait(0.1)
  767. game.Players:Chat("ascendre")
  768. wait(0.1)
  769. game.Players:Chat("ascendre")
  770. wait(0.1)
  771. game.Players:Chat("ascendre")
  772. wait(0.1)
  773. game.Players:Chat("ascendre")
  774. wait(0.1)
  775. game.Players:Chat("ascendre")
  776. wait(0.1)
  777. game.Players:Chat("ascendre")
  778. wait(0.1)
  779. game.Players:Chat("ascendre")
  780. wait(0.1)
  781. game.Players:Chat("ascendre")
  782. wait(0.1)
  783. game.Players:Chat("ascendre")
  784. wait(0.1)
  785. game.Players:Chat("ascendre")
  786. wait(0.1)
  787. game.Players:Chat("ascendre")
  788. wait(0.1)
  789. game.Players:Chat("ascendre")
  790. wait(0.1)
  791. game.Players:Chat("ascendre")
  792. wait(0.1)
  793. game.Players:Chat("ascendre")
  794. wait(0.1)
  795. game.Players:Chat("ascendre")
  796. wait(0.1)
  797. game.Players:Chat("ascendre")
  798. wait(0.1)
  799. game.Players:Chat("ascendre")
  800. wait(0.1)
  801. game.Players:Chat("ascendre")
  802. wait(0.1)
  803. game.Players:Chat("ascendre")
  804. wait(0.1)
  805. end)
  806.  
  807. PericulumSPam.Name = "PericulumSPam"
  808. PericulumSPam.Parent = SpamSpells
  809. PericulumSPam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  810. PericulumSPam.BackgroundTransparency = 1.000
  811. PericulumSPam.Position = UDim2.new(0, 0, 0.241007179, 0)
  812. PericulumSPam.Size = UDim2.new(0, 87, 0, 50)
  813. PericulumSPam.Font = Enum.Font.SourceSans
  814. PericulumSPam.Text = "Periculum"
  815. PericulumSPam.TextColor3 = Color3.fromRGB(0, 0, 0)
  816. PericulumSPam.TextScaled = true
  817. PericulumSPam.TextSize = 14.000
  818. PericulumSPam.TextWrapped = true
  819. PericulumSPam.MouseButton1Down:connect(function()
  820. game.Players:Chat("periculum")
  821. wait(0.1)
  822. game.Players:Chat("Periculum")
  823. wait(0.1)
  824. game.Players:Chat("periculum")
  825. wait(0.1)
  826. game.Players:Chat("Periculum")
  827. wait(0.1)
  828. game.Players:Chat("periculum")
  829. wait(0.1)
  830. game.Players:Chat("Periculum")
  831. wait(0.1)
  832. game.Players:Chat("periculum")
  833. wait(0.1)
  834. game.Players:Chat("Periculum")
  835. wait(0.1)
  836. game.Players:Chat("periculum")
  837. wait(0.1)
  838. game.Players:Chat("Periculum")
  839. wait(0.1)
  840. game.Players:Chat("periculum")
  841. wait(0.1)
  842. game.Players:Chat("Periculum")
  843. wait(0.1)
  844. game.Players:Chat("periculum")
  845. wait(0.1)
  846. game.Players:Chat("Periculum")
  847. wait(0.1)
  848. game.Players:Chat("periculum")
  849. wait(0.1)
  850. game.Players:Chat("Periculum")
  851. wait(0.1)
  852. game.Players:Chat("periculum")
  853. wait(0.1)
  854. game.Players:Chat("Periculum")
  855. wait(0.1)
  856. game.Players:Chat("periculum")
  857. wait(0.1)
  858. game.Players:Chat("Periculum")
  859. wait(0.1)
  860. game.Players:Chat("periculum")
  861. wait(0.1)
  862. game.Players:Chat("Periculum")
  863. wait(0.1)
  864. game.Players:Chat("periculum")
  865. wait(0.1)
  866. game.Players:Chat("Periculum")
  867. wait(0.1)
  868. game.Players:Chat("periculum")
  869. wait(0.1)
  870. game.Players:Chat("Periculum")
  871. wait(0.1)
  872. game.Players:Chat("periculum")
  873. wait(0.1)
  874. game.Players:Chat("Periculum")
  875. wait(0.1)
  876. game.Players:Chat("periculum")
  877. wait(0.1)
  878. game.Players:Chat("Periculum")
  879. wait(0.1)
  880. game.Players:Chat("periculum")
  881. wait(0.1)
  882. game.Players:Chat("Periculum")
  883. wait(0.1)
  884. game.Players:Chat("periculum")
  885. wait(0.1)
  886. game.Players:Chat("Periculum")
  887. wait(0.1)
  888. game.Players:Chat("periculum")
  889. wait(0.1)
  890. game.Players:Chat("Periculum")
  891. wait(0.1)
  892. game.Players:Chat("periculum")
  893. wait(0.1)
  894. game.Players:Chat("Periculum")
  895. wait(0.1)
  896. game.Players:Chat("periculum")
  897. wait(0.1)
  898. game.Players:Chat("Periculum")
  899. wait(0.1)
  900. game.Players:Chat("periculum")
  901. wait(0.1)
  902. game.Players:Chat("Periculum")
  903. wait(0.1)
  904. game.Players:Chat("periculum")
  905. wait(0.1)
  906. game.Players:Chat("Periculum")
  907. wait(0.1)
  908. game.Players:Chat("periculum")
  909. wait(0.1)
  910. game.Players:Chat("Periculum")
  911. wait(0.1)
  912. game.Players:Chat("periculum")
  913. wait(0.1)
  914. game.Players:Chat("Periculum")
  915. wait(0.1)
  916. game.Players:Chat("periculum")
  917. wait(0.1)
  918. game.Players:Chat("Periculum")
  919. wait(0.1)
  920. game.Players:Chat("periculum")
  921. wait(0.1)
  922. game.Players:Chat("Periculum")
  923. wait(0.1)
  924. game.Players:Chat("periculum")
  925. wait(0.1)
  926. game.Players:Chat("Periculum")
  927. wait(0.1)
  928. game.Players:Chat("periculum")
  929. wait(0.1)
  930. game.Players:Chat("Periculum")
  931. wait(0.1)
  932. game.Players:Chat("periculum")
  933. wait(0.1)
  934. game.Players:Chat("Periculum")
  935. wait(0.1)
  936. game.Players:Chat("periculum")
  937. wait(0.1)
  938. game.Players:Chat("Periculum")
  939. wait(0.1)
  940. game.Players:Chat("periculum")
  941. wait(0.1)
  942. game.Players:Chat("Periculum")
  943. wait(0.1)
  944. game.Players:Chat("periculum")
  945. wait(0.1)
  946. game.Players:Chat("Periculum")
  947. wait(0.1)
  948. game.Players:Chat("periculum")
  949. wait(0.1)
  950. game.Players:Chat("Periculum")
  951. wait(0.1)
  952. game.Players:Chat("periculum")
  953. wait(0.1)
  954. game.Players:Chat("Periculum")
  955. wait(0.1)
  956. game.Players:Chat("periculum")
  957. wait(0.1)
  958. game.Players:Chat("Periculum")
  959. wait(0.1)
  960. game.Players:Chat("periculum")
  961. wait(0.1)
  962. game.Players:Chat("Periculum")
  963. wait(0.1)
  964. game.Players:Chat("periculum")
  965. wait(0.1)
  966. game.Players:Chat("Periculum")
  967. wait(0.1)
  968. game.Players:Chat("periculum")
  969. wait(0.1)
  970. game.Players:Chat("Periculum")
  971. wait(0.1)
  972. game.Players:Chat("periculum")
  973. wait(0.1)
  974. game.Players:Chat("Periculum")
  975. wait(0.1)
  976. game.Players:Chat("periculum")
  977. wait(0.1)
  978. game.Players:Chat("Periculum")
  979. wait(0.1)
  980. game.Players:Chat("periculum")
  981. wait(0.1)
  982. game.Players:Chat("Periculum")
  983. wait(0.1)
  984. game.Players:Chat("periculum")
  985. wait(0.1)
  986. game.Players:Chat("Periculum")
  987. wait(0.1)
  988. game.Players:Chat("periculum")
  989. wait(0.1)
  990. game.Players:Chat("Periculum")
  991. wait(0.1)
  992. game.Players:Chat("periculum")
  993. wait(0.1)
  994. game.Players:Chat("Periculum")
  995. wait(0.1)
  996. game.Players:Chat("periculum")
  997. wait(0.1)
  998. game.Players:Chat("Periculum")
  999. wait(0.1)
  1000. game.Players:Chat("periculum")
  1001. wait(0.1)
  1002. game.Players:Chat("Periculum")
  1003. wait(0.1)
  1004. game.Players:Chat("periculum")
  1005. wait(0.1)
  1006. game.Players:Chat("Periculum")
  1007. wait(0.1)
  1008. game.Players:Chat("periculum")
  1009. wait(0.1)
  1010. game.Players:Chat("Periculum")
  1011. wait(0.1)
  1012. game.Players:Chat("periculum")
  1013. wait(0.1)
  1014. game.Players:Chat("Periculum")
  1015. wait(0.1)
  1016. game.Players:Chat("periculum")
  1017. wait(0.1)
  1018. game.Players:Chat("Periculum")
  1019. wait(0.1)
  1020. game.Players:Chat("periculum")
  1021. wait(0.1)
  1022. game.Players:Chat("Periculum")
  1023. wait(0.1)
  1024. game.Players:Chat("periculum")
  1025. wait(0.1)
  1026. game.Players:Chat("Periculum")
  1027. wait(0.1)
  1028. game.Players:Chat("periculum")
  1029. wait(0.1)
  1030. game.Players:Chat("Periculum")
  1031. wait(0.1)
  1032. game.Players:Chat("periculum")
  1033. wait(0.1)
  1034. game.Players:Chat("Periculum")
  1035. wait(0.1)
  1036. game.Players:Chat("periculum")
  1037. wait(0.1)
  1038. game.Players:Chat("Periculum")
  1039. wait(0.1)
  1040. game.Players:Chat("periculum")
  1041. wait(0.1)
  1042. game.Players:Chat("Periculum")
  1043. wait(0.1)
  1044. game.Players:Chat("periculum")
  1045. wait(0.1)
  1046. game.Players:Chat("Periculum")
  1047. wait(0.1)
  1048. game.Players:Chat("periculum")
  1049. wait(0.1)
  1050. game.Players:Chat("Periculum")
  1051. wait(0.1)
  1052. game.Players:Chat("periculum")
  1053. wait(0.1)
  1054. game.Players:Chat("Periculum")
  1055. wait(0.1)
  1056. game.Players:Chat("periculum")
  1057. wait(0.1)
  1058. game.Players:Chat("Periculum")
  1059. wait(0.1)
  1060. game.Players:Chat("periculum")
  1061. wait(0.1)
  1062. game.Players:Chat("Periculum")
  1063. wait(0.1)
  1064. game.Players:Chat("periculum")
  1065. wait(0.1)
  1066. game.Players:Chat("Periculum")
  1067. wait(0.1)
  1068. game.Players:Chat("periculum")
  1069. wait(0.1)
  1070. game.Players:Chat("Periculum")
  1071. wait(0.1)
  1072. game.Players:Chat("periculum")
  1073. wait(0.1)
  1074. game.Players:Chat("Periculum")
  1075. wait(0.1)
  1076. game.Players:Chat("periculum")
  1077. wait(0.1)
  1078. game.Players:Chat("Periculum")
  1079. wait(0.1)
  1080. game.Players:Chat("periculum")
  1081. wait(0.1)
  1082. game.Players:Chat("Periculum")
  1083. wait(0.1)
  1084. game.Players:Chat("periculum")
  1085. wait(0.1)
  1086. game.Players:Chat("Periculum")
  1087. wait(0.1)
  1088. game.Players:Chat("periculum")
  1089. wait(0.1)
  1090. game.Players:Chat("Periculum")
  1091. wait(0.1)
  1092. game.Players:Chat("periculum")
  1093. wait(0.1)
  1094. game.Players:Chat("Periculum")
  1095. wait(0.1)
  1096. game.Players:Chat("periculum")
  1097. wait(0.1)
  1098. game.Players:Chat("Periculum")
  1099. wait(0.1)
  1100. game.Players:Chat("periculum")
  1101. wait(0.1)
  1102. game.Players:Chat("Periculum")
  1103. wait(0.1)
  1104. game.Players:Chat("periculum")
  1105. wait(0.1)
  1106. game.Players:Chat("Periculum")
  1107. wait(0.1)
  1108. game.Players:Chat("periculum")
  1109. wait(0.1)
  1110. game.Players:Chat("Periculum")
  1111. wait(0.1)
  1112. game.Players:Chat("periculum")
  1113. wait(0.1)
  1114. game.Players:Chat("Periculum")
  1115. wait(0.1)
  1116. game.Players:Chat("periculum")
  1117. wait(0.1)
  1118. game.Players:Chat("Periculum")
  1119. wait(0.1)
  1120. game.Players:Chat("periculum")
  1121. wait(0.1)
  1122. game.Players:Chat("Periculum")
  1123. wait(0.1)
  1124. game.Players:Chat("periculum")
  1125. wait(0.1)
  1126. game.Players:Chat("Periculum")
  1127. wait(0.1)
  1128. game.Players:Chat("periculum")
  1129. wait(0.1)
  1130. game.Players:Chat("Periculum")
  1131. wait(0.1)
  1132. game.Players:Chat("periculum")
  1133. wait(0.1)
  1134. game.Players:Chat("Periculum")
  1135. wait(0.1)
  1136. game.Players:Chat("periculum")
  1137. wait(0.1)
  1138. game.Players:Chat("Periculum")
  1139. wait(0.1)
  1140. game.Players:Chat("periculum")
  1141. wait(0.1)
  1142. game.Players:Chat("Periculum")
  1143. wait(0.1)
  1144. game.Players:Chat("periculum")
  1145. wait(0.1)
  1146. game.Players:Chat("Periculum")
  1147. wait(0.1)
  1148. game.Players:Chat("periculum")
  1149. wait(0.1)
  1150. game.Players:Chat("Periculum")
  1151. wait(0.1)
  1152. game.Players:Chat("periculum")
  1153. wait(0.1)
  1154. game.Players:Chat("Periculum")
  1155. wait(0.1)
  1156. game.Players:Chat("periculum")
  1157. wait(0.1)
  1158. game.Players:Chat("Periculum")
  1159. wait(0.1)
  1160. game.Players:Chat("periculum")
  1161. wait(0.1)
  1162. game.Players:Chat("Periculum")
  1163. wait(0.1)
  1164. game.Players:Chat("periculum")
  1165. wait(0.1)
  1166. game.Players:Chat("Periculum")
  1167. wait(0.1)
  1168. game.Players:Chat("periculum")
  1169. wait(0.1)
  1170. game.Players:Chat("Periculum")
  1171. wait(0.1)
  1172. game.Players:Chat("periculum")
  1173. wait(0.1)
  1174. game.Players:Chat("Periculum")
  1175. wait(0.1)
  1176. game.Players:Chat("periculum")
  1177. wait(0.1)
  1178. game.Players:Chat("Periculum")
  1179. wait(0.1)
  1180. game.Players:Chat("periculum")
  1181. wait(0.1)
  1182. game.Players:Chat("Periculum")
  1183. wait(0.1)
  1184. game.Players:Chat("periculum")
  1185. wait(0.1)
  1186. game.Players:Chat("Periculum")
  1187. wait(0.1)
  1188. game.Players:Chat("periculum")
  1189. wait(0.1)
  1190. game.Players:Chat("Periculum")
  1191. wait(0.1)
  1192. game.Players:Chat("periculum")
  1193. wait(0.1)
  1194. game.Players:Chat("Periculum")
  1195. wait(0.1)
  1196. game.Players:Chat("periculum")
  1197. wait(0.1)
  1198. game.Players:Chat("Periculum")
  1199. wait(0.1)
  1200. game.Players:Chat("periculum")
  1201. wait(0.1)
  1202. game.Players:Chat("Periculum")
  1203. wait(0.1)
  1204. game.Players:Chat("periculum")
  1205. wait(0.1)
  1206. game.Players:Chat("Periculum")
  1207. wait(0.1)
  1208. game.Players:Chat("periculum")
  1209. wait(0.1)
  1210. game.Players:Chat("Periculum")
  1211. wait(0.1)
  1212. game.Players:Chat("periculum")
  1213. wait(0.1)
  1214. game.Players:Chat("Periculum")
  1215. wait(0.1)
  1216. game.Players:Chat("periculum")
  1217. wait(0.1)
  1218. game.Players:Chat("Periculum")
  1219. wait(0.1)
  1220. game.Players:Chat("periculum")
  1221. wait(0.1)
  1222. game.Players:Chat("Periculum")
  1223. wait(0.1)
  1224. game.Players:Chat("periculum")
  1225. wait(0.1)
  1226. game.Players:Chat("Periculum")
  1227. wait(0.1)
  1228. game.Players:Chat("periculum")
  1229. wait(0.1)
  1230. game.Players:Chat("Periculum")
  1231. wait(0.1)
  1232. game.Players:Chat("periculum")
  1233. wait(0.1)
  1234. game.Players:Chat("Periculum")
  1235. wait(0.1)
  1236. game.Players:Chat("periculum")
  1237. wait(0.1)
  1238. game.Players:Chat("Periculum")
  1239. wait(0.1)
  1240. game.Players:Chat("periculum")
  1241. wait(0.1)
  1242. game.Players:Chat("Periculum")
  1243. wait(0.1)
  1244. game.Players:Chat("periculum")
  1245. wait(0.1)
  1246. game.Players:Chat("Periculum")
  1247. wait(0.1)
  1248. game.Players:Chat("periculum")
  1249. wait(0.1)
  1250. game.Players:Chat("Periculum")
  1251. wait(0.1)
  1252. game.Players:Chat("periculum")
  1253. wait(0.1)
  1254. game.Players:Chat("Periculum")
  1255. wait(0.1)
  1256. game.Players:Chat("periculum")
  1257. wait(0.1)
  1258. game.Players:Chat("Periculum")
  1259. wait(0.1)
  1260. game.Players:Chat("periculum")
  1261. wait(0.1)
  1262. game.Players:Chat("Periculum")
  1263. wait(0.1)
  1264. game.Players:Chat("periculum")
  1265. wait(0.1)
  1266. game.Players:Chat("Periculum")
  1267. wait(0.1)
  1268. game.Players:Chat("periculum")
  1269. wait(0.1)
  1270. game.Players:Chat("Periculum")
  1271. wait(0.1)
  1272. game.Players:Chat("periculum")
  1273. wait(0.1)
  1274. game.Players:Chat("Periculum")
  1275. wait(0.1)
  1276. game.Players:Chat("periculum")
  1277. wait(0.1)
  1278. game.Players:Chat("Periculum")
  1279. wait(0.1)
  1280. game.Players:Chat("periculum")
  1281. wait(0.1)
  1282. game.Players:Chat("Periculum")
  1283. wait(0.1)
  1284. game.Players:Chat("periculum")
  1285. wait(0.1)
  1286. game.Players:Chat("Periculum")
  1287. wait(0.1)
  1288. game.Players:Chat("periculum")
  1289. wait(0.1)
  1290. game.Players:Chat("Periculum")
  1291. wait(0.1)
  1292. game.Players:Chat("periculum")
  1293. wait(0.1)
  1294. game.Players:Chat("Periculum")
  1295. wait(0.1)
  1296. game.Players:Chat("periculum")
  1297. wait(0.1)
  1298. game.Players:Chat("Periculum")
  1299. wait(0.1)
  1300. game.Players:Chat("periculum")
  1301. wait(0.1)
  1302. game.Players:Chat("Periculum")
  1303. wait(0.1)
  1304. game.Players:Chat("periculum")
  1305. wait(0.1)
  1306. game.Players:Chat("Periculum")
  1307. wait(0.1)
  1308. game.Players:Chat("periculum")
  1309. wait(0.1)
  1310. game.Players:Chat("Periculum")
  1311. wait(0.1)
  1312. game.Players:Chat("periculum")
  1313. wait(0.1)
  1314. game.Players:Chat("Periculum")
  1315. wait(0.1)
  1316. game.Players:Chat("periculum")
  1317. wait(0.1)
  1318. game.Players:Chat("Periculum")
  1319. wait(0.1)
  1320. game.Players:Chat("periculum")
  1321. wait(0.1)
  1322. game.Players:Chat("Periculum")
  1323. wait(0.1)
  1324. game.Players:Chat("periculum")
  1325. wait(0.1)
  1326. game.Players:Chat("Periculum")
  1327. wait(0.1)
  1328. game.Players:Chat("periculum")
  1329. wait(0.1)
  1330. game.Players:Chat("Periculum")
  1331. wait(0.1)
  1332. game.Players:Chat("periculum")
  1333. wait(0.1)
  1334. game.Players:Chat("Periculum")
  1335. wait(0.1)
  1336. game.Players:Chat("periculum")
  1337. wait(0.1)
  1338. game.Players:Chat("Periculum")
  1339. wait(0.1)
  1340. game.Players:Chat("periculum")
  1341. wait(0.1)
  1342. game.Players:Chat("Periculum")
  1343. wait(0.1)
  1344. game.Players:Chat("periculum")
  1345. wait(0.1)
  1346. game.Players:Chat("Periculum")
  1347. wait(0.1)
  1348. game.Players:Chat("periculum")
  1349. wait(0.1)
  1350. game.Players:Chat("Periculum")
  1351. wait(0.1)
  1352. game.Players:Chat("periculum")
  1353. wait(0.1)
  1354. game.Players:Chat("Periculum")
  1355. wait(0.1)
  1356. game.Players:Chat("periculum")
  1357. wait(0.1)
  1358. game.Players:Chat("Periculum")
  1359. wait(0.1)
  1360. game.Players:Chat("periculum")
  1361. wait(0.1)
  1362. game.Players:Chat("Periculum")
  1363. wait(0.1)
  1364. game.Players:Chat("periculum")
  1365. wait(0.1)
  1366. game.Players:Chat("Periculum")
  1367. wait(0.1)
  1368. game.Players:Chat("periculum")
  1369. wait(0.1)
  1370. game.Players:Chat("Periculum")
  1371. wait(0.1)
  1372. game.Players:Chat("periculum")
  1373. wait(0.1)
  1374. game.Players:Chat("Periculum")
  1375. wait(0.1)
  1376. game.Players:Chat("periculum")
  1377. wait(0.1)
  1378. game.Players:Chat("Periculum")
  1379. wait(0.1)
  1380. game.Players:Chat("periculum")
  1381. wait(0.1)
  1382. game.Players:Chat("Periculum")
  1383. wait(0.1)
  1384. game.Players:Chat("periculum")
  1385. wait(0.1)
  1386. game.Players:Chat("Periculum")
  1387. wait(0.1)
  1388. game.Players:Chat("periculum")
  1389. wait(0.1)
  1390. game.Players:Chat("Periculum")
  1391. wait(0.1)
  1392. game.Players:Chat("periculum")
  1393. wait(0.1)
  1394. game.Players:Chat("Periculum")
  1395. wait(0.1)
  1396. game.Players:Chat("periculum")
  1397. wait(0.1)
  1398. game.Players:Chat("Periculum")
  1399. wait(0.1)
  1400. game.Players:Chat("periculum")
  1401. wait(0.1)
  1402. game.Players:Chat("Periculum")
  1403. wait(0.1)
  1404. game.Players:Chat("periculum")
  1405. wait(0.1)
  1406. game.Players:Chat("Periculum")
  1407. wait(0.1)
  1408. game.Players:Chat("periculum")
  1409. wait(0.1)
  1410. game.Players:Chat("Periculum")
  1411. wait(0.1)
  1412. game.Players:Chat("periculum")
  1413. wait(0.1)
  1414. game.Players:Chat("Periculum")
  1415. wait(0.1)
  1416. game.Players:Chat("periculum")
  1417. wait(0.1)
  1418. game.Players:Chat("Periculum")
  1419. wait(0.1)
  1420. end)
  1421.  
  1422. Evertespam.Name = "Evertespam"
  1423. Evertespam.Parent = SpamSpells
  1424. Evertespam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1425. Evertespam.BackgroundTransparency = 1.000
  1426. Evertespam.Position = UDim2.new(0, 0, 0.33093524, 0)
  1427. Evertespam.Size = UDim2.new(0, 87, 0, 50)
  1428. Evertespam.Font = Enum.Font.SourceSans
  1429. Evertespam.Text = "Everte"
  1430. Evertespam.TextColor3 = Color3.fromRGB(0, 0, 0)
  1431. Evertespam.TextScaled = true
  1432. Evertespam.TextSize = 14.000
  1433. Evertespam.TextWrapped = true
  1434. Evertespam.MouseButton1Down:connect(function()
  1435. game.Players:Chat("everte statum")
  1436. wait(0.1)
  1437. game.Players:Chat("everte statum")
  1438. wait(0.1)
  1439. game.Players:Chat("everte statum")
  1440. wait(0.1)
  1441. game.Players:Chat("everte statum")
  1442. wait(0.1)
  1443. game.Players:Chat("everte statum")
  1444. wait(0.1)
  1445. game.Players:Chat("everte statum")
  1446. wait(0.1)
  1447. game.Players:Chat("everte statum")
  1448. wait(0.1)
  1449. game.Players:Chat("everte statum")
  1450. wait(0.1)
  1451. game.Players:Chat("everte statum")
  1452. wait(0.1)
  1453. game.Players:Chat("everte statum")
  1454. wait(0.1)
  1455. game.Players:Chat("everte statum")
  1456. wait(0.1)
  1457. game.Players:Chat("everte statum")
  1458. wait(0.1)
  1459. game.Players:Chat("everte statum")
  1460. wait(0.1)
  1461. game.Players:Chat("everte statum")
  1462. wait(0.1)
  1463. game.Players:Chat("everte statum")
  1464. wait(0.1)
  1465. game.Players:Chat("everte statum")
  1466. wait(0.1)
  1467. game.Players:Chat("everte statum")
  1468. wait(0.1)
  1469. game.Players:Chat("everte statum")
  1470. wait(0.1)
  1471. game.Players:Chat("everte statum")
  1472. wait(0.1)
  1473. game.Players:Chat("everte statum")
  1474. wait(0.1)
  1475. game.Players:Chat("everte statum")
  1476. wait(0.1)
  1477. game.Players:Chat("everte statum")
  1478. wait(0.1)
  1479. game.Players:Chat("everte statum")
  1480. wait(0.1)
  1481. game.Players:Chat("everte statum")
  1482. wait(0.1)
  1483. game.Players:Chat("everte statum")
  1484. wait(0.1)
  1485. game.Players:Chat("everte statum")
  1486. wait(0.1)
  1487. game.Players:Chat("everte statum")
  1488. wait(0.1)
  1489. game.Players:Chat("everte statum")
  1490. wait(0.1)
  1491. game.Players:Chat("everte statum")
  1492. wait(0.1)
  1493. game.Players:Chat("everte statum")
  1494. wait(0.1)
  1495. game.Players:Chat("everte statum")
  1496. wait(0.1)
  1497. game.Players:Chat("everte statum")
  1498. wait(0.1)
  1499. game.Players:Chat("everte statum")
  1500. wait(0.1)
  1501. game.Players:Chat("everte statum")
  1502. wait(0.1)
  1503. game.Players:Chat("everte statum")
  1504. wait(0.1)
  1505. game.Players:Chat("everte statum")
  1506. wait(0.1)
  1507. game.Players:Chat("everte statum")
  1508. wait(0.1)
  1509. game.Players:Chat("everte statum")
  1510. wait(0.1)
  1511. game.Players:Chat("everte statum")
  1512. wait(0.1)
  1513. game.Players:Chat("everte statum")
  1514. wait(0.1)
  1515. game.Players:Chat("everte statum")
  1516. wait(0.1)
  1517. game.Players:Chat("everte statum")
  1518. wait(0.1)
  1519. game.Players:Chat("everte statum")
  1520. wait(0.1)
  1521. game.Players:Chat("everte statum")
  1522. wait(0.1)
  1523. game.Players:Chat("everte statum")
  1524. wait(0.1)
  1525. game.Players:Chat("everte statum")
  1526. wait(0.1)
  1527. game.Players:Chat("everte statum")
  1528. wait(0.1)
  1529. game.Players:Chat("everte statum")
  1530. wait(0.1)
  1531. game.Players:Chat("everte statum")
  1532. wait(0.1)
  1533. game.Players:Chat("everte statum")
  1534. wait(0.1)
  1535. game.Players:Chat("everte statum")
  1536. wait(0.1)
  1537. game.Players:Chat("everte statum")
  1538. wait(0.1)
  1539. game.Players:Chat("everte statum")
  1540. wait(0.1)
  1541. game.Players:Chat("everte statum")
  1542. wait(0.1)
  1543. game.Players:Chat("everte statum")
  1544. wait(0.1)
  1545. game.Players:Chat("everte statum")
  1546. wait(0.1)
  1547. game.Players:Chat("everte statum")
  1548. wait(0.1)
  1549. game.Players:Chat("everte statum")
  1550. wait(0.1)
  1551. game.Players:Chat("everte statum")
  1552. wait(0.1)
  1553. game.Players:Chat("everte statum")
  1554. wait(0.1)
  1555. game.Players:Chat("everte statum")
  1556. wait(0.1)
  1557. game.Players:Chat("everte statum")
  1558. wait(0.1)
  1559. game.Players:Chat("everte statum")
  1560. wait(0.1)
  1561. game.Players:Chat("everte statum")
  1562. wait(0.1)
  1563. game.Players:Chat("everte statum")
  1564. wait(0.1)
  1565. game.Players:Chat("everte statum")
  1566. wait(0.1)
  1567. game.Players:Chat("everte statum")
  1568. wait(0.1)
  1569. game.Players:Chat("everte statum")
  1570. wait(0.1)
  1571. game.Players:Chat("everte statum")
  1572. wait(0.1)
  1573. game.Players:Chat("everte statum")
  1574. wait(0.1)
  1575. game.Players:Chat("everte statum")
  1576. wait(0.1)
  1577. game.Players:Chat("everte statum")
  1578. wait(0.1)
  1579. game.Players:Chat("everte statum")
  1580. wait(0.1)
  1581. game.Players:Chat("everte statum")
  1582. wait(0.1)
  1583. game.Players:Chat("everte statum")
  1584. wait(0.1)
  1585. game.Players:Chat("everte statum")
  1586. wait(0.1)
  1587. game.Players:Chat("everte statum")
  1588. wait(0.1)
  1589. game.Players:Chat("everte statum")
  1590. wait(0.1)
  1591. game.Players:Chat("everte statum")
  1592. wait(0.1)
  1593. game.Players:Chat("everte statum")
  1594. wait(0.1)
  1595. game.Players:Chat("everte statum")
  1596. wait(0.1)
  1597. game.Players:Chat("everte statum")
  1598. wait(0.1)
  1599. game.Players:Chat("everte statum")
  1600. wait(0.1)
  1601. game.Players:Chat("everte statum")
  1602. wait(0.1)
  1603. game.Players:Chat("everte statum")
  1604. wait(0.1)
  1605. game.Players:Chat("everte statum")
  1606. wait(0.1)
  1607. game.Players:Chat("everte statum")
  1608. wait(0.1)
  1609. game.Players:Chat("everte statum")
  1610. wait(0.1)
  1611. game.Players:Chat("everte statum")
  1612. wait(0.1)
  1613. game.Players:Chat("everte statum")
  1614. wait(0.1)
  1615. game.Players:Chat("everte statum")
  1616. wait(0.1)
  1617. game.Players:Chat("everte statum")
  1618. wait(0.1)
  1619. game.Players:Chat("everte statum")
  1620. wait(0.1)
  1621. game.Players:Chat("everte statum")
  1622. wait(0.1)
  1623. game.Players:Chat("everte statum")
  1624. wait(0.1)
  1625. game.Players:Chat("everte statum")
  1626. wait(0.1)
  1627. game.Players:Chat("everte statum")
  1628. wait(0.1)
  1629. game.Players:Chat("everte statum")
  1630. wait(0.1)
  1631. game.Players:Chat("everte statum")
  1632. wait(0.1)
  1633. game.Players:Chat("everte statum")
  1634. wait(0.1)
  1635. game.Players:Chat("everte statum")
  1636. wait(0.1)
  1637. game.Players:Chat("everte statum")
  1638. wait(0.1)
  1639. game.Players:Chat("everte statum")
  1640. wait(0.1)
  1641. game.Players:Chat("everte statum")
  1642. wait(0.1)
  1643. game.Players:Chat("everte statum")
  1644. wait(0.1)
  1645. game.Players:Chat("everte statum")
  1646. wait(0.1)
  1647. game.Players:Chat("everte statum")
  1648. wait(0.1)
  1649. game.Players:Chat("everte statum")
  1650. wait(0.1)
  1651. game.Players:Chat("everte statum")
  1652. wait(0.1)
  1653. game.Players:Chat("everte statum")
  1654. wait(0.1)
  1655. game.Players:Chat("everte statum")
  1656. wait(0.1)
  1657. game.Players:Chat("everte statum")
  1658. wait(0.1)
  1659. game.Players:Chat("everte statum")
  1660. wait(0.1)
  1661. game.Players:Chat("everte statum")
  1662. wait(0.1)
  1663. game.Players:Chat("everte statum")
  1664. wait(0.1)
  1665. game.Players:Chat("everte statum")
  1666. wait(0.1)
  1667. game.Players:Chat("everte statum")
  1668. wait(0.1)
  1669. game.Players:Chat("everte statum")
  1670. wait(0.1)
  1671. game.Players:Chat("everte statum")
  1672. wait(0.1)
  1673. game.Players:Chat("everte statum")
  1674. wait(0.1)
  1675. game.Players:Chat("everte statum")
  1676. wait(0.1)
  1677. game.Players:Chat("everte statum")
  1678. wait(0.1)
  1679. game.Players:Chat("everte statum")
  1680. wait(0.1)
  1681. game.Players:Chat("everte statum")
  1682. wait(0.1)
  1683. game.Players:Chat("everte statum")
  1684. wait(0.1)
  1685. game.Players:Chat("everte statum")
  1686. wait(0.1)
  1687. game.Players:Chat("everte statum")
  1688. wait(0.1)
  1689. game.Players:Chat("everte statum")
  1690. wait(0.1)
  1691. game.Players:Chat("everte statum")
  1692. wait(0.1)
  1693. game.Players:Chat("everte statum")
  1694. wait(0.1)
  1695. game.Players:Chat("everte statum")
  1696. wait(0.1)
  1697. game.Players:Chat("everte statum")
  1698. wait(0.1)
  1699. game.Players:Chat("everte statum")
  1700. wait(0.1)
  1701. game.Players:Chat("everte statum")
  1702. wait(0.1)
  1703. game.Players:Chat("everte statum")
  1704. wait(0.1)
  1705. game.Players:Chat("everte statum")
  1706. wait(0.1)
  1707. game.Players:Chat("everte statum")
  1708. wait(0.1)
  1709. game.Players:Chat("everte statum")
  1710. wait(0.1)
  1711. game.Players:Chat("everte statum")
  1712. wait(0.1)
  1713. game.Players:Chat("everte statum")
  1714. wait(0.1)
  1715. game.Players:Chat("everte statum")
  1716. wait(0.1)
  1717. game.Players:Chat("everte statum")
  1718. wait(0.1)
  1719. game.Players:Chat("everte statum")
  1720. wait(0.1)
  1721. game.Players:Chat("everte statum")
  1722. wait(0.1)
  1723. game.Players:Chat("everte statum")
  1724. wait(0.1)
  1725. game.Players:Chat("everte statum")
  1726. wait(0.1)
  1727. game.Players:Chat("everte statum")
  1728. wait(0.1)
  1729. game.Players:Chat("everte statum")
  1730. wait(0.1)
  1731. game.Players:Chat("everte statum")
  1732. wait(0.1)
  1733. game.Players:Chat("everte statum")
  1734. wait(0.1)
  1735. end)
  1736.  
  1737. StupefySPam.Name = "StupefySPam"
  1738. StupefySPam.Parent = SpamSpells
  1739. StupefySPam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1740. StupefySPam.BackgroundTransparency = 1.000
  1741. StupefySPam.Position = UDim2.new(0, 0, 0.0899280533, 0)
  1742. StupefySPam.Size = UDim2.new(0, 87, 0, 50)
  1743. StupefySPam.Font = Enum.Font.SourceSans
  1744. StupefySPam.Text = "Stupefy"
  1745. StupefySPam.TextColor3 = Color3.fromRGB(0, 0, 0)
  1746. StupefySPam.TextScaled = true
  1747. StupefySPam.TextSize = 14.000
  1748. StupefySPam.TextWrapped = true
  1749. StupefySPam.MouseButton1Down:connect(function()
  1750.  
  1751. game.Players:Chat("Stupefy")
  1752. wait(0.1)
  1753. game.Players:Chat("Stupefy")
  1754. wait(0.1)
  1755. game.Players:Chat("Stupefy")
  1756. wait(0.1)
  1757. game.Players:Chat("Stupefy")
  1758. wait(0.1)
  1759. game.Players:Chat("Stupefy")
  1760. wait(0.1)
  1761. game.Players:Chat("Stupefy")
  1762. wait(0.1)
  1763. game.Players:Chat("Stupefy")
  1764. wait(0.1)
  1765. game.Players:Chat("Stupefy")
  1766. wait(0.1)
  1767. game.Players:Chat("Stupefy")
  1768. wait(0.1)
  1769. game.Players:Chat("Stupefy")
  1770. wait(0.1)
  1771. game.Players:Chat("Stupefy")
  1772. wait(0.1)
  1773. game.Players:Chat("Stupefy")
  1774. wait(0.1)
  1775. game.Players:Chat("Stupefy")
  1776. wait(0.1)
  1777. game.Players:Chat("Stupefy")
  1778. wait(0.1)
  1779. game.Players:Chat("Stupefy")
  1780. wait(0.1)
  1781. game.Players:Chat("Stupefy")
  1782. wait(0.1)
  1783. game.Players:Chat("Stupefy")
  1784. wait(0.1)
  1785. game.Players:Chat("Stupefy")
  1786. wait(0.1)
  1787. game.Players:Chat("Stupefy")
  1788. wait(0.1)
  1789. game.Players:Chat("Stupefy")
  1790. wait(0.1)
  1791. game.Players:Chat("Stupefy")
  1792. wait(0.1)
  1793. game.Players:Chat("Stupefy")
  1794. wait(0.1)
  1795. game.Players:Chat("Stupefy")
  1796. wait(0.1)
  1797. game.Players:Chat("Stupefy")
  1798. wait(0.1)
  1799. game.Players:Chat("Stupefy")
  1800. wait(0.1)
  1801. game.Players:Chat("Stupefy")
  1802. wait(0.1)
  1803. game.Players:Chat("Stupefy")
  1804. wait(0.1)
  1805. game.Players:Chat("Stupefy")
  1806. wait(0.1)
  1807. game.Players:Chat("Stupefy")
  1808. wait(0.1)
  1809. game.Players:Chat("Stupefy")
  1810. wait(0.1)
  1811. game.Players:Chat("Stupefy")
  1812. wait(0.1)
  1813. game.Players:Chat("Stupefy")
  1814. wait(0.1)
  1815. game.Players:Chat("Stupefy")
  1816. wait(0.1)
  1817. game.Players:Chat("Stupefy")
  1818. wait(0.1)
  1819. game.Players:Chat("Stupefy")
  1820. wait(0.1)
  1821. game.Players:Chat("Stupefy")
  1822. wait(0.1)
  1823. game.Players:Chat("Stupefy")
  1824. wait(0.1)
  1825. game.Players:Chat("Stupefy")
  1826. wait(0.1)
  1827. game.Players:Chat("Stupefy")
  1828. wait(0.1)
  1829. game.Players:Chat("Stupefy")
  1830. wait(0.1)
  1831. game.Players:Chat("Stupefy")
  1832. wait(0.1)
  1833. game.Players:Chat("Stupefy")
  1834. wait(0.1)
  1835. game.Players:Chat("Stupefy")
  1836. wait(0.1)
  1837. game.Players:Chat("Stupefy")
  1838. wait(0.1)
  1839. game.Players:Chat("Stupefy")
  1840. wait(0.1)
  1841. game.Players:Chat("Stupefy")
  1842. wait(0.1)
  1843. game.Players:Chat("Stupefy")
  1844. wait(0.1)
  1845. game.Players:Chat("Stupefy")
  1846. wait(0.1)
  1847. game.Players:Chat("Stupefy")
  1848. wait(0.1)
  1849. game.Players:Chat("Stupefy")
  1850. wait(0.1)
  1851. game.Players:Chat("Stupefy")
  1852. wait(0.1)
  1853. game.Players:Chat("Stupefy")
  1854. wait(0.1)
  1855. game.Players:Chat("Stupefy")
  1856. wait(0.1)
  1857. game.Players:Chat("Stupefy")
  1858. wait(0.1)
  1859. game.Players:Chat("Stupefy")
  1860. wait(0.1)
  1861. game.Players:Chat("Stupefy")
  1862. wait(0.1)
  1863. game.Players:Chat("Stupefy")
  1864. wait(0.1)
  1865. game.Players:Chat("Stupefy")
  1866. wait(0.1)
  1867. game.Players:Chat("Stupefy")
  1868. wait(0.1)
  1869. game.Players:Chat("Stupefy")
  1870. wait(0.1)
  1871. game.Players:Chat("Stupefy")
  1872. wait(0.1)
  1873. game.Players:Chat("Stupefy")
  1874. wait(0.1)
  1875. game.Players:Chat("Stupefy")
  1876. wait(0.1)
  1877. game.Players:Chat("Stupefy")
  1878. wait(0.1)
  1879. game.Players:Chat("Stupefy")
  1880. wait(0.1)
  1881. game.Players:Chat("Stupefy")
  1882. wait(0.1)
  1883. game.Players:Chat("Stupefy")
  1884. wait(0.1)
  1885. game.Players:Chat("Stupefy")
  1886. wait(0.1)
  1887. game.Players:Chat("Stupefy")
  1888. wait(0.1)
  1889. game.Players:Chat("Stupefy")
  1890. wait(0.1)
  1891. game.Players:Chat("Stupefy")
  1892. wait(0.1)
  1893. game.Players:Chat("Stupefy")
  1894. wait(0.1)
  1895. game.Players:Chat("Stupefy")
  1896. wait(0.1)
  1897. game.Players:Chat("Stupefy")
  1898. wait(0.1)
  1899. game.Players:Chat("Stupefy")
  1900. wait(0.1)
  1901. game.Players:Chat("Stupefy")
  1902. wait(0.1)
  1903. game.Players:Chat("Stupefy")
  1904. wait(0.1)
  1905. game.Players:Chat("Stupefy")
  1906. wait(0.1)
  1907. game.Players:Chat("Stupefy")
  1908. wait(0.1)
  1909. game.Players:Chat("Stupefy")
  1910. wait(0.1)
  1911. game.Players:Chat("Stupefy")
  1912. wait(0.1)
  1913. game.Players:Chat("Stupefy")
  1914. wait(0.1)
  1915. game.Players:Chat("Stupefy")
  1916. wait(0.1)
  1917. game.Players:Chat("Stupefy")
  1918. wait(0.1)
  1919. game.Players:Chat("Stupefy")
  1920. wait(0.1)
  1921. game.Players:Chat("Stupefy")
  1922. wait(0.1)
  1923. game.Players:Chat("Stupefy")
  1924. wait(0.1)
  1925. game.Players:Chat("Stupefy")
  1926. wait(0.1)
  1927. game.Players:Chat("Stupefy")
  1928. wait(0.1)
  1929. game.Players:Chat("Stupefy")
  1930. wait(0.1)
  1931. game.Players:Chat("Stupefy")
  1932. wait(0.1)
  1933. game.Players:Chat("Stupefy")
  1934. wait(0.1)
  1935. game.Players:Chat("Stupefy")
  1936. wait(0.1)
  1937. game.Players:Chat("Stupefy")
  1938. wait(0.1)
  1939. game.Players:Chat("Stupefy")
  1940. wait(0.1)
  1941. game.Players:Chat("Stupefy")
  1942. wait(0.1)
  1943. game.Players:Chat("Stupefy")
  1944. wait(0.1)
  1945. game.Players:Chat("Stupefy")
  1946. wait(0.1)
  1947. game.Players:Chat("Stupefy")
  1948. wait(0.1)
  1949. game.Players:Chat("Stupefy")
  1950. wait(0.1)
  1951. game.Players:Chat("Stupefy")
  1952. wait(0.1)
  1953. game.Players:Chat("Stupefy")
  1954. wait(0.1)
  1955. game.Players:Chat("Stupefy")
  1956. wait(0.1)
  1957. game.Players:Chat("Stupefy")
  1958. wait(0.1)
  1959. game.Players:Chat("Stupefy")
  1960. wait(0.1)
  1961. game.Players:Chat("Stupefy")
  1962. wait(0.1)
  1963. game.Players:Chat("Stupefy")
  1964. wait(0.1)
  1965. game.Players:Chat("Stupefy")
  1966. wait(0.1)
  1967. game.Players:Chat("Stupefy")
  1968. wait(0.1)
  1969. game.Players:Chat("Stupefy")
  1970. wait(0.1)
  1971. game.Players:Chat("Stupefy")
  1972. wait(0.1)
  1973. game.Players:Chat("Stupefy")
  1974. wait(0.1)
  1975. game.Players:Chat("Stupefy")
  1976. wait(0.1)
  1977. game.Players:Chat("Stupefy")
  1978. wait(0.1)
  1979. game.Players:Chat("Stupefy")
  1980. wait(0.1)
  1981. game.Players:Chat("Stupefy")
  1982. wait(0.1)
  1983. game.Players:Chat("Stupefy")
  1984. wait(0.1)
  1985. game.Players:Chat("Stupefy")
  1986. wait(0.1)
  1987. game.Players:Chat("Stupefy")
  1988. wait(0.1)
  1989. game.Players:Chat("Stupefy")
  1990. wait(0.1)
  1991. game.Players:Chat("Stupefy")
  1992. wait(0.1)
  1993. game.Players:Chat("Stupefy")
  1994. wait(0.1)
  1995. game.Players:Chat("Stupefy")
  1996. wait(0.1)
  1997. game.Players:Chat("Stupefy")
  1998. wait(0.1)
  1999. game.Players:Chat("Stupefy")
  2000. wait(0.1)
  2001. game.Players:Chat("Stupefy")
  2002. wait(0.1)
  2003. game.Players:Chat("Stupefy")
  2004. wait(0.1)
  2005. game.Players:Chat("Stupefy")
  2006. wait(0.1)
  2007. game.Players:Chat("Stupefy")
  2008. wait(0.1)
  2009. game.Players:Chat("Stupefy")
  2010. wait(0.1)
  2011. game.Players:Chat("Stupefy")
  2012. wait(0.1)
  2013. game.Players:Chat("Stupefy")
  2014. wait(0.1)
  2015. game.Players:Chat("Stupefy")
  2016. wait(0.1)
  2017. game.Players:Chat("Stupefy")
  2018. wait(0.1)
  2019. game.Players:Chat("Stupefy")
  2020. wait(0.1)
  2021. game.Players:Chat("Stupefy")
  2022. wait(0.1)
  2023. game.Players:Chat("Stupefy")
  2024. wait(0.1)
  2025. game.Players:Chat("Stupefy")
  2026. wait(0.1)
  2027. game.Players:Chat("Stupefy")
  2028. wait(0.1)
  2029. game.Players:Chat("Stupefy")
  2030. wait(0.1)
  2031. game.Players:Chat("Stupefy")
  2032. wait(0.1)
  2033. game.Players:Chat("Stupefy")
  2034. wait(0.1)
  2035. game.Players:Chat("Stupefy")
  2036. wait(0.1)
  2037. game.Players:Chat("Stupefy")
  2038. wait(0.1)
  2039. game.Players:Chat("Stupefy")
  2040. wait(0.1)
  2041. game.Players:Chat("Stupefy")
  2042. wait(0.1)
  2043. game.Players:Chat("Stupefy")
  2044. wait(0.1)
  2045. game.Players:Chat("Stupefy")
  2046. wait(0.1)
  2047. game.Players:Chat("Stupefy")
  2048. wait(0.1)
  2049. game.Players:Chat("Stupefy")
  2050. wait(0.1)
  2051. end)
  2052.  
  2053. Spells.Name = "Spells"
  2054. Spells.Parent = Menu
  2055. Spells.Active = true
  2056. Spells.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  2057. Spells.Position = UDim2.new(0.367088616, 0, 0.230215833, 0)
  2058. Spells.Size = UDim2.new(0, 100, 0, 213)
  2059.  
  2060. Anteoculatia.Name = "Anteoculatia"
  2061. Anteoculatia.Parent = Spells
  2062. Anteoculatia.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2063. Anteoculatia.BackgroundTransparency = 1.000
  2064. Anteoculatia.Position = UDim2.new(-0.00291138887, 0, 0, 0)
  2065. Anteoculatia.Size = UDim2.new(0, 87, 0, 50)
  2066. Anteoculatia.Font = Enum.Font.SourceSans
  2067. Anteoculatia.Text = "Anteoculatia"
  2068. Anteoculatia.TextColor3 = Color3.fromRGB(0, 0, 0)
  2069. Anteoculatia.TextScaled = true
  2070. Anteoculatia.TextSize = 14.000
  2071. Anteoculatia.TextWrapped = true
  2072. Anteoculatia.MouseButton1Down:connect(function()
  2073. game.Players:Chat("Anteoculatia")
  2074. wait(0.1)
  2075. end)
  2076.  
  2077.  
  2078. Ascendre.Name = "Ascendre"
  2079. Ascendre.Parent = Spells
  2080. Ascendre.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2081. Ascendre.BackgroundTransparency = 1.000
  2082. Ascendre.Position = UDim2.new(-0.0129113887, 0, 0.0899280459, 0)
  2083. Ascendre.Size = UDim2.new(0, 87, 0, 50)
  2084. Ascendre.Font = Enum.Font.SourceSans
  2085. Ascendre.Text = "Ascendre"
  2086. Ascendre.TextColor3 = Color3.fromRGB(0, 0, 0)
  2087. Ascendre.TextScaled = true
  2088. Ascendre.TextSize = 14.000
  2089. Ascendre.TextWrapped = true
  2090. Ascendre.MouseButton1Down:connect(function()
  2091. game.Players:Chat("ascendre")
  2092. wait(0.1)
  2093. end)
  2094.  
  2095. Periculum.Name = "Periculum"
  2096. Periculum.Parent = Spells
  2097. Periculum.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2098. Periculum.BackgroundTransparency = 1.000
  2099. Periculum.Position = UDim2.new(-0.0129113887, 0, 0.179856107, 0)
  2100. Periculum.Size = UDim2.new(0, 87, 0, 50)
  2101. Periculum.Font = Enum.Font.SourceSans
  2102. Periculum.Text = "Periculum"
  2103. Periculum.TextColor3 = Color3.fromRGB(0, 0, 0)
  2104. Periculum.TextScaled = true
  2105. Periculum.TextSize = 14.000
  2106. Periculum.TextWrapped = true
  2107. Periculum.MouseButton1Down:connect(function()
  2108. game.Players:Chat("periculum")
  2109. wait(0.1)
  2110. end)
  2111.  
  2112. Everte.Name = "Everte"
  2113. Everte.Parent = Spells
  2114. Everte.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2115. Everte.BackgroundTransparency = 1.000
  2116. Everte.Position = UDim2.new(-0.00502109528, 0, 0.269784153, 0)
  2117. Everte.Size = UDim2.new(0, 87, 0, 50)
  2118. Everte.Font = Enum.Font.SourceSans
  2119. Everte.Text = "Everte"
  2120. Everte.TextColor3 = Color3.fromRGB(0, 0, 0)
  2121. Everte.TextScaled = true
  2122. Everte.TextSize = 14.000
  2123. Everte.TextWrapped = true
  2124. Everte.MouseButton1Down:connect(function()
  2125. game.Players:Chat("Everte Statum")
  2126. wait(0.1)
  2127. end)
  2128.  
  2129. StupefySPam_2.Name = "StupefySPam"
  2130. StupefySPam_2.Parent = Spells
  2131. StupefySPam_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2132. StupefySPam_2.BackgroundTransparency = 1.000
  2133. StupefySPam_2.Position = UDim2.new(-0.00502109528, 0, 0.350719422, 0)
  2134. StupefySPam_2.Size = UDim2.new(0, 87, 0, 50)
  2135. StupefySPam_2.Font = Enum.Font.SourceSans
  2136. StupefySPam_2.Text = "Stupefy"
  2137. StupefySPam_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  2138. StupefySPam_2.TextScaled = true
  2139. StupefySPam_2.TextSize = 14.000
  2140. StupefySPam_2.TextWrapped = true
  2141. StupefySPam_2.MouseButton1Down:connect(function()
  2142. game.Players:Chat("stupefy")
  2143. wait(0.1)
  2144. end)
  2145.  
  2146. SpamSpellsWIllBeActive.Name = "SpamSpellsWIllBeActive"
  2147. SpamSpellsWIllBeActive.Parent = ScreenGui
  2148. SpamSpellsWIllBeActive.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  2149. SpamSpellsWIllBeActive.BackgroundTransparency = 0.100
  2150. SpamSpellsWIllBeActive.Position = UDim2.new(0.581751823, 0, 0.160599574, 0)
  2151. SpamSpellsWIllBeActive.Size = UDim2.new(0, 398, 0, 328)
  2152. SpamSpellsWIllBeActive.Active = true
  2153. SpamSpellsWIllBeActive.Draggable = true
  2154.  
  2155. textspam.Name = "textspam"
  2156. textspam.Parent = SpamSpellsWIllBeActive
  2157. textspam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2158. textspam.BackgroundTransparency = 1.000
  2159. textspam.Position = UDim2.new(0, 0, 0.164634153, 0)
  2160. textspam.Size = UDim2.new(0, 398, 0, 274)
  2161. textspam.Font = Enum.Font.SourceSans
  2162. textspam.Text = "Spam spells will be activated for 15 seconds :D"
  2163. textspam.TextColor3 = Color3.fromRGB(58, 200, 48)
  2164. textspam.TextScaled = true
  2165. textspam.TextSize = 14.000
  2166. textspam.TextWrapped = true
  2167.  
  2168. CloseWarn.Name = "CloseWarn"
  2169. CloseWarn.Parent = SpamSpellsWIllBeActive
  2170. CloseWarn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2171. CloseWarn.BackgroundTransparency = 1.000
  2172. CloseWarn.Position = UDim2.new(0.864321589, 0, 0, 0)
  2173. CloseWarn.Size = UDim2.new(0, 54, 0, 50)
  2174. CloseWarn.Font = Enum.Font.SourceSans
  2175. CloseWarn.Text = "X"
  2176. CloseWarn.TextColor3 = Color3.fromRGB(255, 0, 0)
  2177. CloseWarn.TextScaled = true
  2178. CloseWarn.TextSize = 14.000
  2179. CloseWarn.TextWrapped = true
  2180. CloseWarn.MouseButton1Down:connect(function()
  2181. SpamSpellsWIllBeActive.Visible = false
  2182. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement