Advertisement
tevxx

thonknig

Mar 2nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.68 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Welcome = Instance.new("Frame")
  6. local FencingGUI = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Login = Instance.new("TextButton")
  10. local blackbox = Instance.new("Frame")
  11. local Scripts = Instance.new("Frame")
  12. local Tornado = Instance.new("TextButton")
  13. local Raindrop = Instance.new("TextButton")
  14. local Superball = Instance.new("TextButton")
  15. local Credits = Instance.new("TextLabel")
  16. local Close = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Welcome.Name = "Welcome"
  22. Welcome.Parent = ScreenGui
  23. Welcome.Active = true
  24. Welcome.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  25. Welcome.BorderColor3 = Color3.new(0, 0, 0)
  26. Welcome.BorderSizePixel = 3
  27. Welcome.Position = UDim2.new(0.378097534, 0, 0.337392747, 0)
  28. Welcome.Selectable = true
  29. Welcome.Size = UDim2.new(0, 282, 0, 324)
  30. Welcome.Draggable = true
  31.  
  32. FencingGUI.Name = "FencingGUI"
  33. FencingGUI.Parent = Welcome
  34. FencingGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  35. FencingGUI.BorderSizePixel = 0
  36. FencingGUI.Position = UDim2.new(0, 41, 0, 41)
  37. FencingGUI.Size = UDim2.new(0, 200, 0, 50)
  38. FencingGUI.Font = Enum.Font.GothamBold
  39. FencingGUI.Text = "Fencing GUI"
  40. FencingGUI.TextColor3 = Color3.new(1, 1, 1)
  41. FencingGUI.TextSize = 30
  42. FencingGUI.Draggable = true
  43.  
  44. Username.Name = "Username"
  45. Username.Parent = Welcome
  46. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  47. Username.BorderSizePixel = 0
  48. Username.Position = UDim2.new(0, 33, 0, 124)
  49. Username.Size = UDim2.new(0, 216, 0, 38)
  50. Username.Font = Enum.Font.Gotham
  51. Username.Text = "Username"
  52. Username.TextColor3 = Color3.new(1, 1, 1)
  53. Username.TextSize = 20
  54.  
  55. Password.Name = "Password"
  56. Password.Parent = Welcome
  57. Password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  58. Password.BorderSizePixel = 0
  59. Password.Position = UDim2.new(0, 33, 0, 191)
  60. Password.Size = UDim2.new(0, 216, 0, 38)
  61. Password.Font = Enum.Font.Gotham
  62. Password.Text = "Password"
  63. Password.TextColor3 = Color3.new(1, 1, 1)
  64. Password.TextSize = 20
  65.  
  66. Login.Name = "Login"
  67. Login.Parent = Welcome
  68. Login.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  69. Login.BorderSizePixel = 0
  70. Login.Position = UDim2.new(0.20212765, 0, 0.796296299, 0)
  71. Login.Size = UDim2.new(0, 168, 0, 32)
  72. Login.Font = Enum.Font.SourceSansLight
  73. Login.Text = "Login"
  74. Login.TextColor3 = Color3.new(1, 1, 1)
  75. Login.TextSize = 24
  76. Login.MouseButton1Down:connect(function()
  77.  
  78. if Username.Text == "From" and Password.Text == "v3rm" then
  79. Welcome.Visible = false
  80. Scripts.Visible = true
  81. end
  82.  
  83. end)
  84.  
  85. blackbox.Name = "blackbox"
  86. blackbox.Parent = Welcome
  87. blackbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  88. blackbox.BorderSizePixel = 0
  89. blackbox.Size = UDim2.new(0, 282, 0, 25)
  90.  
  91. Scripts.Name = "Scripts"
  92. Scripts.Parent = ScreenGui
  93. Scripts.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  94. Scripts.BorderSizePixel = 0
  95. Scripts.Position = UDim2.new(0.317346126, 0, 0.288216561, 0)
  96. Scripts.Selectable = true
  97. Scripts.Size = UDim2.new(0, 457, 0, 266)
  98. Scripts.Visible = false
  99.  
  100. Tornado.Name = "Tornado"
  101. Tornado.Parent = Scripts
  102. Tornado.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  103. Tornado.BorderSizePixel = 0
  104. Tornado.Position = UDim2.new(0.280087531, 0, 0.642857134, 0)
  105. Tornado.Size = UDim2.new(0, 200, 0, 50)
  106. Tornado.Font = Enum.Font.SourceSansLight
  107. Tornado.Text = "Tornado"
  108. Tornado.TextColor3 = Color3.new(1, 1, 1)
  109. Tornado.TextSize = 30
  110. Tornado.MouseButton1Down:connect(function()
  111. --[[
  112. Cyclically's FE Fencing Tornado
  113. Now compatible with Group Recruiting Plaza
  114. Credits to builderboy256 for being hackerman
  115. After executing the script, please wait until you are able to move your character again.
  116. https://v3rmillion.net/member.php?action=profile&uid=785986
  117. ]]
  118.  
  119. local toolamount = 100 -- How long the tornado is
  120. local tornadosize = 0 -- The size of how big the opening of the tornado is
  121.  
  122. -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
  123.  
  124. local LocalPlayer = game:GetService("Players").LocalPlayer
  125. local runservice = game:GetService("RunService")
  126. local characters = {}
  127. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  128. local currentamount = #LocalPlayer.Backpack:GetChildren()
  129. LocalPlayer.Character.Archivable = true
  130. local tempchar = LocalPlayer.Character:Clone()
  131. tempchar.Parent = workspace
  132. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  133. local renderstepped = runservice.RenderStepped:Connect(function()
  134. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  135. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  136. if tool:IsA("Tool") then
  137. tool.Parent = LocalPlayer
  138. end
  139. end
  140. LocalPlayer.Character:ClearAllChildren()
  141. local char = Instance.new("Model", workspace)
  142. table.insert(characters, char)
  143. Instance.new("Humanoid", char)
  144. LocalPlayer.Character = char
  145. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  146. end)
  147. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  148. renderstepped:Disconnect()
  149. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  150. for _, char in pairs(characters) do
  151. char:Destroy()
  152. end
  153. for index, tool in pairs(LocalPlayer:GetChildren()) do
  154. if tool:IsA("Tool") then
  155. tool.Parent = LocalPlayer.Backpack
  156. tool.Handle.Massless = true
  157. tool.Grip = CFrame.new(Vector3.new(0, math.sin(index * 0.5), index)) * CFrame.Angles(math.rad(tornadosize), math.sin(index), -index)
  158. tool.Parent = LocalPlayer.Character
  159. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  160. tool.Handle.Mesh:Destroy()
  161. end
  162. end
  163. end
  164. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  165. tempchar:Destroy()
  166. end)
  167.  
  168. Raindrop.Name = "Raindrop"
  169. Raindrop.Parent = Scripts
  170. Raindrop.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  171. Raindrop.BorderSizePixel = 0
  172. Raindrop.Position = UDim2.new(0.0525164157, 0, 0.387218028, 0)
  173. Raindrop.Size = UDim2.new(0, 200, 0, 50)
  174. Raindrop.Font = Enum.Font.SourceSansLight
  175. Raindrop.Text = "Raindrop"
  176. Raindrop.TextColor3 = Color3.new(1, 1, 1)
  177. Raindrop.TextSize = 30
  178. Raindrop.MouseButton1Down:connect(function()
  179. --[[
  180. Cyclically's FE Fencing Raindrop
  181. Now compatible with Group Recruiting Plaza
  182. Credits to builderboy256 for being hackerman
  183. After executing the script, please wait until you are able to move your character again.
  184. https://v3rmillion.net/member.php?action=profile&uid=785986
  185. ]]
  186.  
  187. local toolamount = 200 -- How much covered the raindrop is
  188. local dropsize = 0.5 -- How big the raindrop is
  189.  
  190. -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
  191.  
  192. local LocalPlayer = game:GetService("Players").LocalPlayer
  193. local runservice = game:GetService("RunService")
  194. local characters = {}
  195. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  196. local currentamount = #LocalPlayer.Backpack:GetChildren()
  197. LocalPlayer.Character.Archivable = true
  198. local tempchar = LocalPlayer.Character:Clone()
  199. tempchar.Parent = workspace
  200. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  201. local renderstepped = runservice.RenderStepped:Connect(function()
  202. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  203. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  204. if tool:IsA("Tool") then
  205. tool.Parent = LocalPlayer
  206. end
  207. end
  208. LocalPlayer.Character:ClearAllChildren()
  209. local char = Instance.new("Model", workspace)
  210. table.insert(characters, char)
  211. Instance.new("Humanoid", char)
  212. LocalPlayer.Character = char
  213. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  214. end)
  215. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  216. renderstepped:Disconnect()
  217. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  218. for _, char in pairs(characters) do
  219. char:Destroy()
  220. end
  221. for index, tool in pairs(LocalPlayer:GetChildren()) do
  222. if tool:IsA("Tool") then
  223. tool.Parent = LocalPlayer.Backpack
  224. tool.Handle.Massless = true
  225. tool.Grip = CFrame.new(Vector3.new(0, math.sin(index * 0.5), index * dropsize)) * CFrame.Angles(math.rad(-index * 0.5), math.rad(index * 50), 0)
  226. tool.Parent = LocalPlayer.Character
  227. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  228. tool.Handle.Mesh:Destroy()
  229. end
  230. end
  231. end
  232. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  233. tempchar:Destroy()
  234. end)
  235.  
  236. Superball.Name = "Superball"
  237. Superball.Parent = Scripts
  238. Superball.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  239. Superball.BorderSizePixel = 0
  240. Superball.Position = UDim2.new(0.509846807, 0, 0.387218028, 0)
  241. Superball.Size = UDim2.new(0, 200, 0, 50)
  242. Superball.Font = Enum.Font.SourceSansLight
  243. Superball.Text = "Superball"
  244. Superball.TextColor3 = Color3.new(1, 1, 1)
  245. Superball.TextSize = 30
  246. Superball.MouseButton1Down:connect(function()
  247. --[[
  248. Cyclically's FE Fencing Super Ball V1.1
  249. Now compatible with Group Recruiting Plaza
  250. Credits to builderboy256 for being hackerman
  251. After executing the script, please wait until you are able to move your character again.
  252. https://v3rmillion.net/member.php?action=profile&uid=785986
  253. ]]
  254.  
  255. local toolamount = 100 -- How much covered the ball is
  256. local ballsize = 10 -- How big the ball is
  257.  
  258. -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
  259.  
  260. local LocalPlayer = game:GetService("Players").LocalPlayer
  261. local runservice = game:GetService("RunService")
  262. local characters = {}
  263. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  264. local currentamount = #LocalPlayer.Backpack:GetChildren()
  265. LocalPlayer.Character.Archivable = true
  266. local tempchar = LocalPlayer.Character:Clone()
  267. tempchar.Parent = workspace
  268. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  269. local renderstepped = runservice.RenderStepped:Connect(function()
  270. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid")
  271. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  272. if tool:IsA("Tool") then
  273. tool.Parent = LocalPlayer
  274. end
  275. end
  276. LocalPlayer.Character:ClearAllChildren()
  277. local char = Instance.new("Model", workspace)
  278. table.insert(characters, char)
  279. Instance.new("Humanoid", char)
  280. LocalPlayer.Character = char
  281. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil
  282. end)
  283. repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  284. renderstepped:Disconnect()
  285. repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil
  286. for _, char in pairs(characters) do
  287. char:Destroy()
  288. end
  289. for index, tool in pairs(LocalPlayer:GetChildren()) do
  290. if tool:IsA("Tool") then
  291. tool.Parent = LocalPlayer.Backpack
  292. tool.Handle.Massless = true
  293. tool.Grip = CFrame.new(Vector3.new(0, ballsize, 0)) * CFrame.Angles(math.deg(index), index, 0)
  294. tool.Parent = LocalPlayer.Character
  295. if tool.Handle:FindFirstChild("Mesh") ~= nil then
  296. tool.Handle.Mesh:Destroy()
  297. end
  298. end
  299. end
  300. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  301. tempchar:Destroy()
  302. LocalPlayer.Character:FindFirstChild("Humanoid").HipHeight = ballsize
  303. end)
  304.  
  305. Credits.Name = "Credits"
  306. Credits.Parent = Scripts
  307. Credits.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  308. Credits.BorderColor3 = Color3.new(0.0196078, 0.0313726, 0.0431373)
  309. Credits.BorderSizePixel = 0
  310. Credits.Position = UDim2.new(0.280087531, 0, 0.10150376, 0)
  311. Credits.Size = UDim2.new(0, 200, 0, 50)
  312. Credits.Font = Enum.Font.SourceSans
  313. Credits.Text = "Credits to CyclicaIIy for the scripts"
  314. Credits.TextColor3 = Color3.new(1, 1, 1)
  315. Credits.TextSize = 30
  316.  
  317. Close.Name = "Close"
  318. Close.Parent = Scripts
  319. Close.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  320. Close.BorderSizePixel = 0
  321. Close.Position = UDim2.new(0.927789927, 0, 0, 0)
  322. Close.Size = UDim2.new(0, 33, 0, 33)
  323. Close.Font = Enum.Font.SourceSans
  324. Close.Text = "X"
  325. Close.TextColor3 = Color3.new(1, 1, 1)
  326. Close.TextSize = 25
  327. Close.MouseButton1Down:connect(function()
  328. Scripts.Visible = false
  329. end)
  330. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement