Advertisement
Guest User

Magic Training

a guest
Apr 26th, 2019
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 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 Safe = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local AutoBOff = Instance.new("TextButton")
  9. local name = Instance.new("TextBox")
  10. local AutoBOn = Instance.new("TextButton")
  11. local Auto = Instance.new("TextButton")
  12. local name2 = Instance.new("TextBox")
  13. local Spell = Instance.new("TextButton")
  14. local Frame = Instance.new("Frame")
  15. local TextButton = Instance.new("TextButton")
  16. local spellss = Instance.new("TextLabel")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. LoginFrame.Name = "LoginFrame"
  22. LoginFrame.Parent = ScreenGui
  23. LoginFrame.Active = true
  24. LoginFrame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  25. LoginFrame.Position = UDim2.new(0.338888884, 0, 0.430278897, 0)
  26. LoginFrame.Size = UDim2.new(0, 365, 0, 202)
  27. LoginFrame.Visible = false
  28. LoginFrame.Draggable = true
  29.  
  30. Safe.Name = "Safe"
  31. Safe.Parent = LoginFrame
  32. Safe.BackgroundColor3 = Color3.new(1, 1, 0)
  33. Safe.Position = UDim2.new(0, 0, 0.232877433, 0)
  34. Safe.Size = UDim2.new(0, 99, 0, 30)
  35. Safe.Font = Enum.Font.SourceSans
  36. Safe.Text = "Safe Place"
  37. Safe.TextColor3 = Color3.new(0, 0, 0)
  38. Safe.TextScaled = true
  39. Safe.TextSize = 14
  40. Safe.TextWrapped = true
  41.  
  42. TextLabel.Parent = LoginFrame
  43. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  44. TextLabel.Size = UDim2.new(0, 365, 0, 33)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.Text = "Made By Arda#0810"
  47. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14
  50. TextLabel.TextWrapped = true
  51.  
  52. AutoBOff.Name = "BOff"
  53. AutoBOff.Parent = LoginFrame
  54. AutoBOff.BackgroundColor3 = Color3.new(1, 0, 0)
  55. AutoBOff.Position = UDim2.new(0.364383548, 0, 0.222976446, 0)
  56. AutoBOff.Size = UDim2.new(0, 99, 0, 30)
  57. AutoBOff.Font = Enum.Font.SourceSans
  58. AutoBOff.Text = "CBring"
  59. AutoBOff.TextColor3 = Color3.new(0, 0, 0)
  60. AutoBOff.TextScaled = true
  61. AutoBOff.TextSize = 14
  62. AutoBOff.TextWrapped = true
  63.  
  64. name.Name = "name"
  65. name.Parent = LoginFrame
  66. name.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  67. name.Position = UDim2.new(0.71506846, 0, 0.234102249, 0)
  68. name.Size = UDim2.new(0, 92, 0, 27)
  69. name.Font = Enum.Font.SourceSans
  70. name.Text = "Name"
  71. name.TextColor3 = Color3.new(0, 0, 0)
  72. name.TextScaled = true
  73. name.TextSize = 14
  74. name.TextWrapped = true
  75.  
  76. AutoBOn.Name = "BOn"
  77. AutoBOn.Parent = LoginFrame
  78. AutoBOn.BackgroundColor3 = Color3.new(0, 1, 0)
  79. AutoBOn.Position = UDim2.new(0.364383548, 0, 0.222976446, 0)
  80. AutoBOn.Size = UDim2.new(0, 99, 0, 30)
  81. AutoBOn.Visible = false
  82. AutoBOn.Font = Enum.Font.SourceSans
  83. AutoBOn.Text = "CBring"
  84. AutoBOn.TextColor3 = Color3.new(0, 0, 0)
  85. AutoBOn.TextScaled = true
  86. AutoBOn.TextSize = 14
  87. AutoBOn.TextWrapped = true
  88.  
  89. Auto.Name = "Auto"
  90. Auto.Parent = LoginFrame
  91. Auto.BackgroundColor3 = Color3.new(1, 1, 0)
  92. Auto.Position = UDim2.new(0.120547935, 0, 0.485352635, 0)
  93. Auto.Size = UDim2.new(0, 99, 0, 30)
  94. Auto.Font = Enum.Font.SourceSans
  95. Auto.Text = "Auto Spell (R)"
  96. Auto.TextColor3 = Color3.new(0, 0, 0)
  97. Auto.TextScaled = true
  98. Auto.TextSize = 14
  99. Auto.TextWrapped = true
  100.  
  101. name2.Name = "name2"
  102. name2.Parent = LoginFrame
  103. name2.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  104. name2.Position = UDim2.new(0.523287714, 0, 0.485352576, 0)
  105. name2.Size = UDim2.new(0, 136, 0, 30)
  106. name2.Font = Enum.Font.SourceSans
  107. name2.Text = "Spell"
  108. name2.TextColor3 = Color3.new(0, 0, 0)
  109. name2.TextScaled = true
  110. name2.TextSize = 14
  111. name2.TextWrapped = true
  112.  
  113. Spell.Name = "Spell"
  114. Spell.Parent = LoginFrame
  115. Spell.BackgroundColor3 = Color3.new(1, 1, 0)
  116. Spell.Position = UDim2.new(0.339726031, 0, 0.777431905, 0)
  117. Spell.Size = UDim2.new(0, 99, 0, 30)
  118. Spell.Font = Enum.Font.SourceSans
  119. Spell.Text = "Spell List "
  120. Spell.TextColor3 = Color3.new(0, 0, 0)
  121. Spell.TextScaled = true
  122. Spell.TextSize = 14
  123. Spell.TextWrapped = true
  124.  
  125. Frame.Parent = ScreenGui
  126. Frame.Active = true
  127. Frame.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  128. Frame.Position = UDim2.new(0.0592592582, 0, 0.430278897, 0)
  129. Frame.Size = UDim2.new(0, 100, 0, 81)
  130. Frame.Draggable = true
  131.  
  132. TextButton.Parent = Frame
  133. TextButton.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  134. TextButton.Position = UDim2.new(0, 0, 0.270833343, 0)
  135. TextButton.Size = UDim2.new(0, 100, 0, 44)
  136. TextButton.Font = Enum.Font.SourceSans
  137. TextButton.Text = "Open/Close"
  138. TextButton.TextColor3 = Color3.new(0, 0, 0)
  139. TextButton.TextScaled = true
  140. TextButton.TextSize = 14
  141. TextButton.TextWrapped = true
  142.  
  143. spellss.Name = "spells"
  144. spellss.Parent = ScreenGui
  145. spellss.Active = true
  146. spellss.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  147. spellss.Position = UDim2.new(0.737962902, 0, -0.958167434, 0)
  148. spellss.Size = UDim2.new(0, 120, 0, 935)
  149. spellss.Visible = false
  150. spellss.Font = Enum.Font.SourceSans
  151. spellss.Text = "Aboleo\nAccio\nAlarte Ascendare\nAppa\nAscendio\nAvada Kedavra\nBaubillious\nBombarda\nCalvorio\nCarpe Retractum\nConfringo\nConfundo\nCrucio\nDefodio\nDeletrius\nDepulso\nDiffindo\nDiminuendo\nDuro\nEbublio\nEngorgio Skullus\nEpiskey\nEverte Statum\nExpelliarmus\nExpulso\nFinite Incantatem\nFlare\nFlipendo\nGeminio\nGlacius\nIncarcerous\nIncendio\nImpedimenta\nLevicorpus\nLocomotor Wibbly\nLumos\nMelofors\nNox\nObliviate\nObscuro\nPetrificus Totalus\nProtego\nProtego Totalum\nReducto\nRelashio\nRennervate\nRictusempra\nSectumsempra\nSilencio\nStupefy\nTarantallegra\nTonitro\nVerdimillious\nVulnera Sanentur\nLiberacorpus"
  152. spellss.TextColor3 = Color3.new(0, 0, 0)
  153. spellss.TextSize = 17
  154. spellss.TextWrapped = true
  155. spellss.Draggable = true
  156. -- Scripts:
  157. Safe.MouseButton1Click:connect(function()
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2000, 20000, 1000)
  159. baseplatee = Instance.new("Part", workspace)
  160. baseplatee.Size = Vector3.new(100, 1, 100)
  161. baseplatee.CFrame = game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame + Vector3.new(0,-2, 0)
  162. baseplatee.Anchored = true
  163.  
  164. end)
  165.  
  166. AutoBOff.MouseButton1Click:connect(function()
  167. AutoBOff.Visible = false
  168. AutoBOn.Visible = true
  169.  
  170. _G.bring = true
  171. while _G.bring do
  172. wait(0.5)
  173. for i,v in pairs(game.Workspace:GetChildren()) do
  174. if v.Name == name.Text then
  175. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  176. v.HumanoidRootPart.Anchored = true
  177. end
  178. end
  179. end
  180.  
  181. end)
  182.  
  183. AutoBOn.MouseButton1Click:connect(function()
  184. AutoBOff.Visible = true
  185. AutoBOn.Visible = false
  186.  
  187. _G.bring = false
  188. while _G.bring do
  189. wait(0.5)
  190. for i,v in pairs(game.Workspace:GetChildren()) do
  191. if v.Name == name.Text then
  192. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 0) + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  193. v.HumanoidRootPart.Anchored = true
  194. end
  195. end
  196. end
  197.  
  198. end)
  199.  
  200. Auto.MouseButton1Click:connect(function()
  201. spell = name2.Text -- put the spell you want to use in here, inside the quotes
  202.  
  203. cast = 1
  204. plr = game.Players.LocalPlayer
  205. mouse = plr:GetMouse()
  206. mouse.KeyDown:connect(function(key)
  207. if key == "r" then
  208. if cast ~= 1 then return end
  209. game.Players:chat(spell)
  210. elseif key == "e" then
  211. cast = 0
  212. end
  213. end)
  214.  
  215. end)
  216.  
  217. Spell.MouseButton1Click:connect(function()
  218. spellss.Visible = not spellss.Visible
  219.  
  220. end)
  221.  
  222. TextButton.MouseButton1Click:connect(function()
  223. LoginFrame.Visible = not LoginFrame.Visible
  224.  
  225. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement