electrify

Script - Clover Online(full script)

Jan 19th, 2022 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.11 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local ManaOn = Instance.new("TextButton")
  8. local ManaOff = Instance.new("TextButton")
  9. local DefenseOff = Instance.new("TextButton")
  10. local DefenseOn = Instance.new("TextButton")
  11. local MagicOn = Instance.new("TextButton")
  12. local name = Instance.new("TextBox")
  13. local MagicOff = Instance.new("TextButton")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local SpeedOn = Instance.new("TextButton")
  16. local SpeedOff = Instance.new("TextButton")
  17. local Safe = Instance.new("TextButton")
  18. local Anti = Instance.new("TextButton")
  19. local AutoDieOn = Instance.new("TextButton")
  20. local AutoDieOff = Instance.new("TextButton")
  21. local AntiEOn = Instance.new("TextButton")
  22. local InfiniteStamina = Instance.new("TextButton")
  23. local MeleeOn = Instance.new("TextButton")
  24. local MeleeOff = Instance.new("TextButton")
  25. local AntiEOff = Instance.new("TextButton")
  26. local Find = Instance.new("TextButton")
  27. local AntiAppOn = Instance.new("TextButton")
  28. local AntiAppOff = Instance.new("TextButton")
  29. --Properties:
  30. ScreenGui.Parent = game.CoreGui
  31. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. LoginFrame.Name = "LoginFrame"
  34. LoginFrame.Parent = ScreenGui
  35. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  36. LoginFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  37. LoginFrame.Position = UDim2.new(0.453703701, 0, 0.195219129, 0)
  38. LoginFrame.Size = UDim2.new(0, 264, 0, 249)
  39. LoginFrame.Active = true
  40. LoginFrame.Draggable = true
  41.  
  42. TextLabel.Parent = LoginFrame
  43. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. TextLabel.Size = UDim2.new(0, 264, 0, 22)
  46. TextLabel.Font = Enum.Font.SourceSans
  47. TextLabel.Text = "Made By V3rm Arda"
  48. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 14
  51. TextLabel.TextWrapped = true
  52.  
  53. ManaOn.Name = "ManaOn"
  54. ManaOn.Parent = LoginFrame
  55. ManaOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  56. ManaOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  57. ManaOn.Position = UDim2.new(-0.00160944462, 0, 0.0852101743, 0)
  58. ManaOn.Size = UDim2.new(0, 39, 0, 24)
  59. ManaOn.Font = Enum.Font.SourceSans
  60. ManaOn.Text = "Mana On"
  61. ManaOn.TextColor3 = Color3.new(0, 0, 0)
  62. ManaOn.TextScaled = true
  63. ManaOn.TextSize = 14
  64. ManaOn.TextWrapped = true
  65.  
  66. ManaOff.Name = "ManaOff"
  67. ManaOff.Parent = LoginFrame
  68. ManaOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  69. ManaOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  70. ManaOff.Position = UDim2.new(0.187784493, 0, 0.0852101743, 0)
  71. ManaOff.Size = UDim2.new(0, 39, 0, 24)
  72. ManaOff.Font = Enum.Font.SourceSans
  73. ManaOff.Text = "Mana Off"
  74. ManaOff.TextColor3 = Color3.new(0, 0, 0)
  75. ManaOff.TextScaled = true
  76. ManaOff.TextSize = 14
  77. ManaOff.TextWrapped = true
  78.  
  79. DefenseOff.Name = "DefenseOff"
  80. DefenseOff.Parent = LoginFrame
  81. DefenseOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  82. DefenseOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  83. DefenseOff.Position = UDim2.new(0.850663304, 0, 0.0852101743, 0)
  84. DefenseOff.Size = UDim2.new(0, 39, 0, 24)
  85. DefenseOff.Font = Enum.Font.SourceSans
  86. DefenseOff.Text = "Defense Off"
  87. DefenseOff.TextColor3 = Color3.new(0, 0, 0)
  88. DefenseOff.TextScaled = true
  89. DefenseOff.TextSize = 14
  90. DefenseOff.TextWrapped = true
  91.  
  92. DefenseOn.Name = "DefenseOn"
  93. DefenseOn.Parent = LoginFrame
  94. DefenseOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  95. DefenseOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  96. DefenseOn.Position = UDim2.new(0.657481432, 0, 0.0852101743, 0)
  97. DefenseOn.Size = UDim2.new(0, 39, 0, 24)
  98. DefenseOn.Font = Enum.Font.SourceSans
  99. DefenseOn.Text = "Defense On"
  100. DefenseOn.TextColor3 = Color3.new(0, 0, 0)
  101. DefenseOn.TextScaled = true
  102. DefenseOn.TextSize = 14
  103. DefenseOn.TextWrapped = true
  104.  
  105. MagicOn.Name = "MagicOn"
  106. MagicOn.Parent = LoginFrame
  107. MagicOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  108. MagicOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  109. MagicOn.Position = UDim2.new(0.373390436, 0, 0.0852101445, 0)
  110. MagicOn.Size = UDim2.new(0, 65, 0, 24)
  111. MagicOn.Font = Enum.Font.SourceSans
  112. MagicOn.Text = "Magic On"
  113. MagicOn.TextColor3 = Color3.new(0, 0, 0)
  114. MagicOn.TextScaled = true
  115. MagicOn.TextSize = 14
  116. MagicOn.TextWrapped = true
  117.  
  118. name.Name = "name"
  119. name.Parent = LoginFrame
  120. name.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  121. name.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  122. name.Position = UDim2.new(0.373390436, 0, 0.335511982, 0)
  123. name.Size = UDim2.new(0, 64, 0, 23)
  124. name.Font = Enum.Font.SourceSans
  125. name.Text = ""
  126. name.TextColor3 = Color3.new(0, 0, 0)
  127. name.TextScaled = true
  128. name.TextSize = 14
  129. name.TextWrapped = true
  130.  
  131. MagicOff.Name = "MagicOff"
  132. MagicOff.Parent = LoginFrame
  133. MagicOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  134. MagicOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  135. MagicOff.Position = UDim2.new(0.373390436, 0, 0.619839549, 0)
  136. MagicOff.Size = UDim2.new(0, 65, 0, 24)
  137. MagicOff.Font = Enum.Font.SourceSans
  138. MagicOff.Text = "Magic Off"
  139. MagicOff.TextColor3 = Color3.new(0, 0, 0)
  140. MagicOff.TextScaled = true
  141. MagicOff.TextSize = 14
  142. MagicOff.TextWrapped = true
  143.  
  144. TextLabel_2.Parent = LoginFrame
  145. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  146. TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  147. TextLabel_2.Position = UDim2.new(0, 0, 0.865030646, 0)
  148. TextLabel_2.Size = UDim2.new(0, 264, 0, 22)
  149. TextLabel_2.Font = Enum.Font.SourceSans
  150. TextLabel_2.Text = "Made By V3rm Arda"
  151. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  152. TextLabel_2.TextScaled = true
  153. TextLabel_2.TextSize = 14
  154. TextLabel_2.TextWrapped = true
  155.  
  156. SpeedOn.Name = "SpeedOn"
  157. SpeedOn.Parent = LoginFrame
  158. SpeedOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  159. SpeedOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  160. SpeedOn.Position = UDim2.new(-0.00160936639, 0, 0.335511982, 0)
  161. SpeedOn.Size = UDim2.new(0, 39, 0, 23)
  162. SpeedOn.Font = Enum.Font.SourceSans
  163. SpeedOn.Text = "Speed On"
  164. SpeedOn.TextColor3 = Color3.new(0, 0, 0)
  165. SpeedOn.TextScaled = true
  166. SpeedOn.TextSize = 14
  167. SpeedOn.TextWrapped = true
  168.  
  169. SpeedOff.Name = "SpeedOff"
  170. SpeedOff.Parent = LoginFrame
  171. SpeedOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  172. SpeedOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  173. SpeedOff.Position = UDim2.new(0.187784567, 0, 0.335511982, 0)
  174. SpeedOff.Size = UDim2.new(0, 39, 0, 23)
  175. SpeedOff.Font = Enum.Font.SourceSans
  176. SpeedOff.Text = "Speed Off"
  177. SpeedOff.TextColor3 = Color3.new(0, 0, 0)
  178. SpeedOff.TextScaled = true
  179. SpeedOff.TextSize = 14
  180. SpeedOff.TextWrapped = true
  181.  
  182. Safe.Name = "Safe"
  183. Safe.Parent = LoginFrame
  184. Safe.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  185. Safe.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  186. Safe.Position = UDim2.new(0.653693676, 0, 0.335511982, 0)
  187. Safe.Size = UDim2.new(0, 39, 0, 23)
  188. Safe.Font = Enum.Font.SourceSans
  189. Safe.Text = "Safe Place"
  190. Safe.TextColor3 = Color3.new(0, 0, 0)
  191. Safe.TextScaled = true
  192. Safe.TextSize = 14
  193. Safe.TextWrapped = true
  194.  
  195. Anti.Name = "Anti"
  196. Anti.Parent = LoginFrame
  197. Anti.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  198. Anti.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  199. Anti.Position = UDim2.new(0.850663364, 0, 0.335511982, 0)
  200. Anti.Size = UDim2.new(0, 39, 0, 23)
  201. Anti.Font = Enum.Font.SourceSans
  202. Anti.Text = "Anti Afk"
  203. Anti.TextColor3 = Color3.new(0, 0, 0)
  204. Anti.TextScaled = true
  205. Anti.TextSize = 14
  206. Anti.TextWrapped = true
  207.  
  208. AutoDieOn.Name = "AutoDieOn"
  209. AutoDieOn.Parent = LoginFrame
  210. AutoDieOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  211. AutoDieOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  212. AutoDieOn.Position = UDim2.new(-0.00160957105, 0, 0.619839549, 0)
  213. AutoDieOn.Size = UDim2.new(0, 89, 0, 24)
  214. AutoDieOn.Font = Enum.Font.SourceSans
  215. AutoDieOn.Text = "Auto Die On"
  216. AutoDieOn.TextColor3 = Color3.new(0, 0, 0)
  217. AutoDieOn.TextScaled = true
  218. AutoDieOn.TextSize = 14
  219. AutoDieOn.TextWrapped = true
  220.  
  221. AutoDieOff.Name = "AutoDieOff"
  222. AutoDieOff.Parent = LoginFrame
  223. AutoDieOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  224. AutoDieOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  225. AutoDieOff.Position = UDim2.new(0.657481313, 0, 0.619839549, 0)
  226. AutoDieOff.Size = UDim2.new(0, 90, 0, 24)
  227. AutoDieOff.Font = Enum.Font.SourceSans
  228. AutoDieOff.Text = "Auto Die Off"
  229. AutoDieOff.TextColor3 = Color3.new(0, 0, 0)
  230. AutoDieOff.TextScaled = true
  231. AutoDieOff.TextSize = 14
  232. AutoDieOff.TextWrapped = true
  233.  
  234. AntiEOn.Name = "AntiEOn"
  235. AntiEOn.Parent = LoginFrame
  236. AntiEOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  237. AntiEOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  238. AntiEOn.Position = UDim2.new(-0.00160936639, 0, 0.491067559, 0)
  239. AntiEOn.Size = UDim2.new(0, 39, 0, 23)
  240. AntiEOn.Font = Enum.Font.SourceSans
  241. AntiEOn.Text = "Anti Exploit On"
  242. AntiEOn.TextColor3 = Color3.new(0, 0, 0)
  243. AntiEOn.TextScaled = true
  244. AntiEOn.TextSize = 14
  245. AntiEOn.TextWrapped = true
  246.  
  247. InfiniteStamina.Name = "InfiniteStamina"
  248. InfiniteStamina.Parent = LoginFrame
  249. InfiniteStamina.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  250. InfiniteStamina.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  251. InfiniteStamina.Position = UDim2.new(0.36960277, 0, 0.491067559, 0)
  252. InfiniteStamina.Size = UDim2.new(0, 65, 0, 23)
  253. InfiniteStamina.Font = Enum.Font.SourceSans
  254. InfiniteStamina.Text = "Infinite Stamina"
  255. InfiniteStamina.TextColor3 = Color3.new(0, 0, 0)
  256. InfiniteStamina.TextScaled = true
  257. InfiniteStamina.TextSize = 14
  258. InfiniteStamina.TextWrapped = true
  259.  
  260. MeleeOn.Name = "MeleeOn"
  261. MeleeOn.Parent = LoginFrame
  262. MeleeOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  263. MeleeOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  264. MeleeOn.Position = UDim2.new(0.653693676, 0, 0.491067559, 0)
  265. MeleeOn.Size = UDim2.new(0, 39, 0, 23)
  266. MeleeOn.Font = Enum.Font.SourceSans
  267. MeleeOn.Text = "Melee On"
  268. MeleeOn.TextColor3 = Color3.new(0, 0, 0)
  269. MeleeOn.TextScaled = true
  270. MeleeOn.TextSize = 14
  271. MeleeOn.TextWrapped = true
  272.  
  273. MeleeOff.Name = "MeleeOff"
  274. MeleeOff.Parent = LoginFrame
  275. MeleeOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  276. MeleeOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  277. MeleeOff.Position = UDim2.new(0.850663364, 0, 0.491067559, 0)
  278. MeleeOff.Size = UDim2.new(0, 39, 0, 23)
  279. MeleeOff.Font = Enum.Font.SourceSans
  280. MeleeOff.Text = "Melee Off"
  281. MeleeOff.TextColor3 = Color3.new(0, 0, 0)
  282. MeleeOff.TextScaled = true
  283. MeleeOff.TextSize = 14
  284. MeleeOff.TextWrapped = true
  285.  
  286. AntiEOff.Name = "AntiEOff"
  287. AntiEOff.Parent = LoginFrame
  288. AntiEOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  289. AntiEOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  290. AntiEOff.Position = UDim2.new(0.187784567, 0, 0.491067559, 0)
  291. AntiEOff.Size = UDim2.new(0, 39, 0, 23)
  292. AntiEOff.Font = Enum.Font.SourceSans
  293. AntiEOff.Text = "Anti Exploit Off"
  294. AntiEOff.TextColor3 = Color3.new(0, 0, 0)
  295. AntiEOff.TextScaled = true
  296. AntiEOff.TextSize = 14
  297. AntiEOff.TextWrapped = true
  298.  
  299. Find.Name = "Find"
  300. Find.Parent = LoginFrame
  301. Find.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  302. Find.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  303. Find.Position = UDim2.new(0, 0, 0.216529384, 0)
  304. Find.Size = UDim2.new(0, 262, 0, 23)
  305. Find.Font = Enum.Font.SourceSans
  306. Find.Text = "Find Flower"
  307. Find.TextColor3 = Color3.new(0, 0, 0)
  308. Find.TextScaled = true
  309. Find.TextSize = 14
  310. Find.TextWrapped = true
  311.  
  312. AntiAppOn.Name = "AntiAppOn"
  313. AntiAppOn.Parent = LoginFrame
  314. AntiAppOn.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  315. AntiAppOn.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  316. AntiAppOn.Position = UDim2.new(-0.00160957105, 0, 0.767941177, 0)
  317. AntiAppOn.Size = UDim2.new(0, 39, 0, 24)
  318. AntiAppOn.Font = Enum.Font.SourceSans
  319. AntiAppOn.Text = "Anti-App On"
  320. AntiAppOn.TextColor3 = Color3.new(0, 0, 0)
  321. AntiAppOn.TextScaled = true
  322. AntiAppOn.TextSize = 14
  323. AntiAppOn.TextWrapped = true
  324.  
  325. AntiAppOff.Name = "AntiAppOff"
  326. AntiAppOff.Parent = LoginFrame
  327. AntiAppOff.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  328. AntiAppOff.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  329. AntiAppOff.Position = UDim2.new(0.187784374, 0, 0.767941177, 0)
  330. AntiAppOff.Size = UDim2.new(0, 39, 0, 24)
  331. AntiAppOff.Font = Enum.Font.SourceSans
  332. AntiAppOff.Text = "Anti-App Off"
  333. AntiAppOff.TextColor3 = Color3.new(0, 0, 0)
  334. AntiAppOff.TextScaled = true
  335. AntiAppOff.TextSize = 14
  336. AntiAppOff.TextWrapped = true
  337. -- Scripts:
  338. ManaOn.MouseButton1Down:Connect(function()
  339. local Mana = "BeginCharge"
  340.  
  341. local FireEvent = game:GetService("ReplicatedStorage").Core
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. _G.mana = true
  350. while _G.mana do
  351. wait()
  352.  
  353.  
  354.  
  355. FireEvent:FireServer(Mana)
  356.  
  357.  
  358.  
  359. end
  360.  
  361. end)
  362.  
  363. ManaOff.MouseButton1Down:Connect(function()
  364. _G.mana = false
  365.  
  366. end)
  367.  
  368. DefenseOff.MouseButton1Down:Connect(function()
  369. _G.def = false
  370.  
  371. end)
  372.  
  373. DefenseOn.MouseButton1Down:Connect(function()
  374. local Def = "DefTraining"
  375. local FireEvent = game:GetService("ReplicatedStorage").Core
  376.  
  377.  
  378.  
  379. _G.def = true
  380. while _G.def do
  381. wait(2)
  382.  
  383. FireEvent:FireServer(Def)
  384.  
  385. end
  386.  
  387. end)
  388.  
  389. MagicOn.MouseButton1Down:Connect(function()
  390. _G.t = true
  391. while _G.t do
  392. wait()
  393. local A_1 = name.Text
  394. local Event = game:GetService("ReplicatedStorage").AMagicFunction
  395. Event:FireServer(A_1)
  396. end
  397.  
  398. end)
  399.  
  400. MagicOff.MouseButton1Down:Connect(function()
  401. _G.t = false
  402.  
  403.  
  404. end)
  405.  
  406. SpeedOn.MouseButton1Down:Connect(function()
  407. local Speed = "SpeedTraining"
  408. local FireEvent = game:GetService("ReplicatedStorage").Core
  409.  
  410.  
  411.  
  412. _G.speed = true
  413. while _G.speed do
  414. wait(1)
  415.  
  416. FireEvent:FireServer(Speed)
  417.  
  418. end
  419.  
  420. end)
  421.  
  422. SpeedOff.MouseButton1Down:Connect(function()
  423. _G.speed = false
  424.  
  425. end)
  426.  
  427. Safe.MouseButton1Down:Connect(function()
  428. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4000, 50000, 8000)
  429. baseplatee = Instance.new("Part", workspace)
  430. baseplatee.Size = Vector3.new(1000, 1, 1000)
  431. baseplatee.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,-2, 0)
  432. baseplatee.Anchored = true
  433.  
  434. end)
  435.  
  436. Anti.MouseButton1Down:Connect(function()
  437. local vu = game:GetService("VirtualUser")
  438. game:GetService("Players").LocalPlayer.Idled:connect(function()
  439. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  440. wait(1)
  441. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  442. end)
  443.  
  444. end)
  445.  
  446. AutoDieOn.MouseButton1Down:Connect(function()
  447. _G.die = true
  448. while _G.die do
  449. wait(1)
  450. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  451. end
  452.  
  453. end)
  454.  
  455. AutoDieOff.MouseButton1Down:Connect(function()
  456. _G.die = false
  457.  
  458. end)
  459.  
  460. AntiEOn.MouseButton1Down:Connect(function()
  461. _G.antie = true
  462. while _G.antie do
  463. wait()
  464.  
  465.  
  466. game.ReplicatedStorage.AntiExploit:Destroy()
  467. game.ReplicatedStorage.KickRemote:Destroy()
  468. end
  469.  
  470. end)
  471.  
  472. InfiniteStamina.MouseButton1Down:Connect(function()
  473. print("Stamina Script Running")
  474. spawn(function()
  475. game:GetService("RunService").Heartbeat:Connect(function()
  476. local A_1 = "Run"
  477. local A_2 = true
  478. local Event = game:GetService("ReplicatedStorage").Core
  479. Event:FireServer(A_1, A_2)
  480. game.Players.LocalPlayer.Stamina.Value = 100
  481. end)
  482. end)
  483.  
  484. end)
  485.  
  486. MeleeOn.MouseButton1Down:Connect(function()
  487. _G.melee = true
  488. while _G.melee do
  489. wait(10)
  490. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  491. char.CFrame = CFrame.new(-1996.24, 6.40837, 309.)
  492. end
  493.  
  494. end)
  495.  
  496. MeleeOff.MouseButton1Down:Connect(function()
  497. _G.melee = false
  498.  
  499. end)
  500.  
  501. AntiEOff.MouseButton1Down:Connect(function()
  502. _G.antie = false
  503.  
  504. end)
  505.  
  506. Find.MouseButton1Down:Connect(function()
  507. local plr = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart
  508. for _,v in pairs(game.Workspace:GetChildren()) do
  509. if string.find(v.Name, "BlueRose") and v:FindFirstChild"TouchInterest" then
  510. v.CFrame = plr.CFrame
  511. end
  512. end
  513.  
  514. end)
  515.  
  516. AntiAppOn.MouseButton1Down:Connect(function()
  517.  
  518. for i,v in pairs(game.Players.LocalPlayer:GetDescendants()) do
  519. if v.Name == "PlayerScripts" then
  520. v:Remove()
  521. elseif v.DataCost == 74 then
  522. v:Remove()
  523. end
  524. end
  525.  
  526. end)
  527.  
  528. AntiAppOff.MouseButton1Down:Connect(function()
  529. _G.antiapp = false
  530.  
  531. end)
Add Comment
Please, Sign In to add comment