Facebook
From Mungo Lion, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 180
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Cloverass = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local TextButton_6 = Instance.new("TextButton")
  12. local TextButton_7 = Instance.new("TextButton")
  13. local TextButton_8 = Instance.new("TextButton")
  14. local TextButton_9 = Instance.new("TextButton")
  15. local TextButton_10 = Instance.new("TextButton")
  16. local TextButton_11 = Instance.new("TextButton")
  17. local ImageButton = Instance.new("ImageButton")
  18. local TextButton_12 = Instance.new("TextButton")
  19. --Properties:
  20. Cloverass.Name = "Clover ass"
  21. Cloverass.Parent = game.CoreGui
  22.  
  23. Frame.Parent = Cloverass
  24. Frame.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  25. Frame.BorderColor3 = Color3.new(1, 1, 1)
  26. Frame.BorderSizePixel = 2
  27. Frame.Position = UDim2.new(0.311446249, 0, 0.25127551, 0)
  28. Frame.Size = UDim2.new(0, 567, 0, 339)
  29. Frame.Active = true
  30. Frame.Draggable = true
  31.  
  32. TextButton.Parent = Frame
  33. TextButton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  34. TextButton.BorderColor3 = Color3.new(0, 0, 0)
  35. TextButton.BorderSizePixel = 2
  36. TextButton.Position = UDim2.new(0.0102314632, 0, 0.222362995, 0)
  37. TextButton.Size = UDim2.new(0, 234, 0, 28)
  38. TextButton.Font = Enum.Font.SourceSans
  39. TextButton.Text = "Tp Fenris"
  40. TextButton.TextColor3 = Color3.new(1, 1, 1)
  41. TextButton.TextScaled = true
  42. TextButton.TextSize = 14
  43. TextButton.TextWrapped = true
  44. TextButton.MouseButton1Down:connect(function()
  45. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  46. char.CFrame = CFrame.new(-2203.88, 5.6377, 36)
  47. wait(0.5)
  48. end)
  49.  
  50. TextButton_2.Parent = Frame
  51. TextButton_2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  52. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  53. TextButton_2.BorderSizePixel = 2
  54. TextButton_2.Position = UDim2.new(0.49347654, 0, 0.124226399, 0)
  55. TextButton_2.Size = UDim2.new(0, 278, 0, 34)
  56. TextButton_2.Font = Enum.Font.SourceSans
  57. TextButton_2.Text = "Auto Defence"
  58. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  59. TextButton_2.TextScaled = true
  60. TextButton_2.TextSize = 14
  61. TextButton_2.TextWrapped = true
  62. TextButton_2.MouseButton1Down:connect(function()
  63. while true do
  64. wait()
  65. local A_1 = "DefTraining"
  66. local Event = game:GetService("ReplicatedStorage").Core
  67. Event:FireServer(A_1)
  68. end
  69. end)
  70.  
  71. TextButton_3.Parent = Frame
  72. TextButton_3.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  73. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  74. TextButton_3.BorderSizePixel = 2
  75. TextButton_3.Position = UDim2.new(0.49347654, 0, 0.269920349, 0)
  76. TextButton_3.Size = UDim2.new(0, 278, 0, 34)
  77. TextButton_3.Font = Enum.Font.SourceSans
  78. TextButton_3.Text = "Auto Mana"
  79. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  80. TextButton_3.TextScaled = true
  81. TextButton_3.TextSize = 14
  82. TextButton_3.TextWrapped = true
  83. TextButton_3.MouseButton1Down:connect(function()
  84. while true do
  85. wait()
  86. local A_1 = "BeginCharge"
  87. local Event = game:GetService("ReplicatedStorage").Core
  88. Event:FireServer(A_1)
  89. end
  90. end)
  91.  
  92. TextButton_4.Parent = Frame
  93. TextButton_4.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  94. TextButton_4.BorderColor3 = Color3.new(0, 0, 0)
  95. TextButton_4.BorderSizePixel = 2
  96. TextButton_4.Position = UDim2.new(0.49347657, 0, 0.424068123, 0)
  97. TextButton_4.Size = UDim2.new(0, 278, 0, 34)
  98. TextButton_4.Font = Enum.Font.SourceSans
  99. TextButton_4.Text = "Auto  Speed"
  100. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  101. TextButton_4.TextScaled = true
  102. TextButton_4.TextSize = 14
  103. TextButton_4.TextWrapped = true
  104. TextButton_4.MouseButton1Down:connect(function()
  105.  while true do
  106. wait()
  107. local A_1 = "SpeedTraining"
  108. local Event = game:GetService("ReplicatedStorage").Core
  109. Event:FireServer(A_1)
  110. end
  111. end)
  112.  
  113. TextButton_5.Parent = Frame
  114. TextButton_5.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  115. TextButton_5.BorderColor3 = Color3.new(0, 0, 0)
  116. TextButton_5.BorderSizePixel = 2
  117. TextButton_5.Position = UDim2.new(0.49347654, 0, 0.559077799, 0)
  118. TextButton_5.Size = UDim2.new(0, 278, 0, 34)
  119. TextButton_5.Font = Enum.Font.SourceSans
  120. TextButton_5.Text = "Auto Magic"
  121. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  122. TextButton_5.TextScaled = true
  123. TextButton_5.TextSize = 14
  124. TextButton_5.TextWrapped = true
  125. TextButton_5.MouseButton1Down:connect(function()
  126. while true do
  127.         wait()
  128.  
  129. print("Magic Script Running")
  130. spawn(function()
  131. while wait(0.5) do
  132. local A_1 = "Zap"
  133. local Event = game:GetService("ReplicatedStorage").AMagicFunction
  134. Event:FireServer(A_1)
  135.  
  136. local A_1 = "Zap"
  137. local A_2 = "URNAME"
  138. local A_3 = Vector3.new(-2408.54688, 6.63423872, -120.248062)
  139. local Event = game:GetService("ReplicatedStorage").ClientFunctions
  140. Event:FireServer(A_1, A_2, A_3)
  141.  
  142. local A_1 = "Stun"
  143. local A_2 =
  144. {
  145. ["Dmg"] = 7,
  146. ["hit"] = game:GetService("Workspace").TrainingLog.Union,
  147. ["Color"] = Color3.new(0.827451, 0.933333, 1),
  148. ["plr"] = game:GetService("Players").LocalPlayer,
  149. ["GuiColor"] = Color3.new(0.827451, 0.933333, 1)
  150. }
  151. local Event = game:GetService("ReplicatedStorage").EffectsRemote
  152. Event:FireServer(A_1, wA_2)
  153. wait(0.5)
  154. local A_1 = "BeginCharge"
  155. local Event = game:GetService("ReplicatedStorage").Core
  156. Event:FireServer(A_1)
  157. wait(0.5)
  158. end
  159. end)
  160. end
  161. end)
  162.  
  163. TextButton_6.Parent = Frame
  164. TextButton_6.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  165. TextButton_6.BorderColor3 = Color3.new(0, 0, 0)
  166. TextButton_6.BorderSizePixel = 2
  167. TextButton_6.Position = UDim2.new(0.0119951311, 0, 0.367661208, 0)
  168. TextButton_6.Size = UDim2.new(0, 234, 0, 28)
  169. TextButton_6.Font = Enum.Font.SourceSans
  170. TextButton_6.Text = "Tp Christa"
  171. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  172. TextButton_6.TextScaled = true
  173. TextButton_6.TextSize = 14
  174. TextButton_6.TextWrapped = true
  175. TextButton_6.MouseButton1Down:connect(function()
  176. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  177.  
  178. char.CFrame = CFrame.new(-2206.31, 5.55002, 206.)
  179. wait(0.5)
  180. end)
  181.  
  182. TextButton_7.Parent = Frame
  183. TextButton_7.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  184. TextButton_7.BorderColor3 = Color3.new(0, 0, 0)
  185. TextButton_7.BorderSizePixel = 2
  186. TextButton_7.Position = UDim2.new(0.49347654, 0, 0.845213473, 0)
  187. TextButton_7.Size = UDim2.new(0, 278, 0, 34)
  188. TextButton_7.Font = Enum.Font.SourceSans
  189. TextButton_7.Text = "Infinite Stamina"
  190. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  191. TextButton_7.TextScaled = true
  192. TextButton_7.TextSize = 14
  193. TextButton_7.TextWrapped = true
  194. TextButton_7.MouseButton1Down:connect(function()
  195. print("Stamina Script Running")
  196. spawn(function()
  197. game:GetService("RunService").Heartbeat:Connect(function()
  198. local A_1 = "Run"
  199. local A_2 = true
  200. local Event = game:GetService("ReplicatedStorage").Core
  201. Event:FireServer(A_1, A_2)
  202. game.Players.LocalPlayer.Stamina.Value = 100
  203. end)
  204. end)
  205. end)
  206.  
  207. TextButton_8.Parent = Frame
  208. TextButton_8.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  209. TextButton_8.BorderColor3 = Color3.new(0, 0, 0)
  210. TextButton_8.BorderSizePixel = 2
  211. TextButton_8.Position = UDim2.new(0.49347654, 0, 0.703620493, 0)
  212. TextButton_8.Size = UDim2.new(0, 278, 0, 34)
  213. TextButton_8.Font = Enum.Font.SourceSans
  214. TextButton_8.Text = "Farm Strength (Get Auto Clicker)"
  215. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  216. TextButton_8.TextScaled = true
  217. TextButton_8.TextSize = 14
  218. TextButton_8.TextWrapped = true
  219. TextButton_8.MouseButton1Down:connect(function()
  220. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  221. char.CFrame = CFrame.new(-1996.24, 6.40837, 309.)
  222. wait(0.5)
  223. end)
  224.  
  225. TextButton_9.Parent = Frame
  226. TextButton_9.BackgroundColor3 = Color3.new(0, 0, 0)
  227. TextButton_9.BorderColor3 = Color3.new(0, 0, 0)
  228. TextButton_9.BorderSizePixel = 2
  229. TextButton_9.Position = UDim2.new(0.442330271, 0, 0, 0)
  230. TextButton_9.Size = UDim2.new(0, 21, 0, 339)
  231. TextButton_9.Font = Enum.Font.SourceSans
  232. TextButton_9.Text = ""
  233. TextButton_9.TextColor3 = Color3.new(1, 1, 1)
  234. TextButton_9.TextScaled = true
  235. TextButton_9.TextSize = 14
  236. TextButton_9.TextWrapped = true
  237.  
  238. TextButton_10.Parent = Frame
  239. TextButton_10.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  240. TextButton_10.BorderColor3 = Color3.new(0, 0, 0)
  241. TextButton_10.BorderSizePixel = 2
  242. TextButton_10.Position = UDim2.new(0.0119951311, 0, 0.0785756558, 0)
  243. TextButton_10.Size = UDim2.new(0, 234, 0, 28)
  244. TextButton_10.Font = Enum.Font.SourceSans
  245. TextButton_10.Text = "AntiExploit/kick"
  246. TextButton_10.TextColor3 = Color3.new(1, 1, 1)
  247. TextButton_10.TextScaled = true
  248. TextButton_10.TextSize = 14
  249. TextButton_10.TextWrapped = true
  250. TextButton_10.MouseButton1Down:connect(function()
  251. game.ReplicatedStorage.AntiExploit:Destroy()
  252. game.ReplicatedStorage.KickRemote:Destroy()
  253. end)
  254.  
  255. TextButton_11.Parent = Frame
  256. TextButton_11.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  257. TextButton_11.BorderColor3 = Color3.new(0, 0, 0)
  258. TextButton_11.BorderSizePixel = 2
  259. TextButton_11.Position = UDim2.new(0.0119951311, 0, 0.50335449, 0)
  260. TextButton_11.Size = UDim2.new(0, 234, 0, 28)
  261. TextButton_11.Font = Enum.Font.SourceSans
  262. TextButton_11.Text = "Melee Quest"
  263. TextButton_11.TextColor3 = Color3.new(1, 1, 1)
  264. TextButton_11.TextScaled = true
  265. TextButton_11.TextSize = 14
  266. TextButton_11.TextWrapped = true
  267. TextButton_11.MouseButton1Down:connect(function()
  268. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  269.  
  270. char.CFrame = CFrame.new(-3241.54, 5.55002, 422)
  271. wait(0.5)
  272. end)
  273.  
  274. ImageButton.Parent = Frame
  275. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  276. ImageButton.BackgroundTransparency = 1
  277. ImageButton.Position = UDim2.new(0.0620022565, 0, 0.678292155, 0)
  278. ImageButton.Size = UDim2.new(0, 176, 0, 109)
  279. ImageButton.Image = "rbxassetid://63126268"
  280.  
  281. TextButton_12.Parent = Frame
  282. TextButton_12.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  283. TextButton_12.BorderColor3 = Color3.new(0, 0, 0)
  284. TextButton_12.BorderSizePixel = 2
  285. TextButton_12.Position = UDim2.new(0.190125585, 0, -0.0822632834, 0)
  286. TextButton_12.Size = UDim2.new(0, 407, 0, 27)
  287. TextButton_12.Font = Enum.Font.Arial
  288. TextButton_12.Text = "By:Roblox Pain"
  289. TextButton_12.TextColor3 = Color3.new(1, 1, 1)
  290. TextButton_12.TextScaled = true
  291. TextButton_12.TextSize = 14
  292. TextButton_12.TextWrapped = true
  293. -- Scripts: