Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.82 KB | None | 0 0
  1. -- By KoolKidsKlan
  2. -- Version: 1
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local ItalyFarm = Instance.new("TextButton")
  7. local ItalyKillAura = Instance.new("TextButton")
  8. local MoriohFarm = Instance.new("TextButton")
  9. local MoriohKillAura = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.Active = true
  16. Frame.BackgroundColor3 = Color3.new(0.737255, 0.654902, 1)
  17. Frame.BorderSizePixel = 0
  18. Frame.Position = UDim2.new(0.413194448, 0, 0.3028391, 0)
  19. Frame.Selectable = true
  20. Frame.Size = UDim2.new(0, 250, 0, 150)
  21.  
  22. ItalyFarm.Name = "ItalyFarm"
  23. ItalyFarm.Parent = Frame
  24. ItalyFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  25. ItalyFarm.BorderSizePixel = 0
  26. ItalyFarm.Position = UDim2.new(0.100000001, 0, 0.0500000007, 0)
  27. ItalyFarm.Size = UDim2.new(0, 200, 0, 25)
  28. ItalyFarm.Font = Enum.Font.SourceSans
  29. ItalyFarm.Text = "Italy Farm"
  30. ItalyFarm.TextColor3 = Color3.new(0, 0, 0)
  31. ItalyFarm.TextSize = 20
  32.  
  33. ItalyKillAura.Name = "ItalyKillAura"
  34. ItalyKillAura.Parent = Frame
  35. ItalyKillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  36. ItalyKillAura.BorderSizePixel = 0
  37. ItalyKillAura.Position = UDim2.new(0.100000001, 0, 0.275000006, 0)
  38. ItalyKillAura.Size = UDim2.new(0, 200, 0, 25)
  39. ItalyKillAura.Font = Enum.Font.SourceSans
  40. ItalyKillAura.Text = "Kill Aura (Italy)"
  41. ItalyKillAura.TextColor3 = Color3.new(0, 0, 0)
  42. ItalyKillAura.TextSize = 20
  43.  
  44. MoriohFarm.Name = "MoriohFarm"
  45. MoriohFarm.Parent = Frame
  46. MoriohFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  47. MoriohFarm.BorderSizePixel = 0
  48. MoriohFarm.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  49. MoriohFarm.Size = UDim2.new(0, 200, 0, 25)
  50. MoriohFarm.Font = Enum.Font.SourceSans
  51. MoriohFarm.Text = "Morioh Farm (default area)"
  52. MoriohFarm.TextColor3 = Color3.new(0, 0, 0)
  53. MoriohFarm.TextSize = 20
  54.  
  55. MoriohKillAura.Name = "MoriohKillAura"
  56. MoriohKillAura.Parent = Frame
  57. MoriohKillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  58. MoriohKillAura.BorderSizePixel = 0
  59. MoriohKillAura.Position = UDim2.new(0.100000001, 0, 0.725000024, 0)
  60. MoriohKillAura.Size = UDim2.new(0, 200, 0, 25)
  61. MoriohKillAura.Font = Enum.Font.SourceSans
  62. MoriohKillAura.Text = "Kill Aura (Morioh)"
  63. MoriohKillAura.TextColor3 = Color3.new(0, 0, 0)
  64. MoriohKillAura.TextSize = 20
  65. -- Scripts:
  66. function SCRIPT_EWLQ87_FAKESCRIPT() -- ItalyFarm.LocalScript
  67. local script = Instance.new('LocalScript')
  68. script.Parent = ItalyFarm
  69. script.Parent.MouseButton1Click:connect(function()
  70. repeat
  71. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-429.397, 103.207, -234.715))
  72. wait(0.5)
  73. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(385.911, 119.989, -376.662))
  74. wait(0.5)
  75. until game.Players.LocalPlayer.Worth.Value==100
  76. end)
  77.  
  78. end
  79. coroutine.resume(coroutine.create(SCRIPT_EWLQ87_FAKESCRIPT))
  80. function SCRIPT_FTIB82_FAKESCRIPT() -- ItalyKillAura.LocalScript
  81. local script = Instance.new('LocalScript')
  82. script.Parent = ItalyKillAura
  83. script.Parent.MouseButton1Click:connect(function()
  84. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Holy Dummy"].Head.CFrame
  85. local Count = 0
  86. while true do
  87. wait(0.05)
  88. while Count < 20 do
  89. wait(0.1)
  90. local A_1 = 99999.25
  91. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  92. Event:FireServer(A_1)
  93. Count = Count + 1
  94. end
  95. Count = 0
  96. end
  97. while true do
  98. wait(0.001)
  99. game.Workspace.ChildAdded:connect(function(instance)
  100. if instance.Name == "Part" then
  101. instance:Destroy()
  102. end
  103. end)
  104. end
  105. end)
  106.  
  107. end
  108. coroutine.resume(coroutine.create(SCRIPT_FTIB82_FAKESCRIPT))
  109. function SCRIPT_XMGT69_FAKESCRIPT() -- Frame.LocalScript
  110. local script = Instance.new('LocalScript')
  111. script.Parent = Frame
  112. local frame = script.Parent
  113. frame.Draggable = true
  114.  
  115. end
  116. coroutine.resume(coroutine.create(SCRIPT_XMGT69_FAKESCRIPT))
  117. function SCRIPT_UHLN87_FAKESCRIPT() -- MoriohFarm.LocalScript
  118. local script = Instance.new('LocalScript')
  119. script.Parent = MoriohFarm
  120. script.Parent.MouseButton1Click:connect(function()
  121. while true do
  122. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1866.85632, 874.999939, -723.091736))
  123. wait(0.1)
  124. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1833.26868, 874.999878, -650.040588))
  125. wait(0.1)
  126. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1795.59399, 874.999878, -758.694214))
  127. wait(0.1)
  128. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1795.86804, 875.000122, -1150.48596))
  129. wait(0.1)
  130. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1824.0752, 875.000122, -1198.46082))
  131. wait(0.1)
  132. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1897.89819, 874.999939, -1147.95068))
  133. wait(0.1)
  134. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1874.50317, 875.000122, -1104.74023))
  135. wait(0.1)
  136. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1009.56213, 869.999939, -946.228394))
  137. wait(0.1)
  138. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(944.496216, 870.000122, -939.450134))
  139. wait(0.1)
  140. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(982.221191, 869.995605, -881.805298))
  141. wait(0.1)
  142. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1051.34167, 869.999939, -879.637451))
  143. wait(0.1)
  144. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1011.15814, 870.000122, -944.264832))
  145. wait(0.1)
  146. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1311.3999, 875.234985, -441.893005))
  147. wait(0.1)
  148. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1344.66052, 875.234985, -441.131287))
  149. wait(0.1)
  150. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1384.78357, 875.234985, -443.510284))
  151. wait(0.1)
  152. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1434.72229, 875.71167, -463.976105))
  153. wait(0.1)
  154. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1458.24207, 875.71167, -466.302612))
  155. wait(0.1)
  156. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1385.8689, 875.303345, -541.512817))
  157. wait(0.1)
  158. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1352.10486, 875.303162, -541.227051))
  159. wait(0.1)
  160. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1367.44043, 875.303223, -543.506775))
  161. wait(0.1)
  162. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1307.87903, 875.234985, -445.468536))
  163. wait(0.1)
  164. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1845.99561, 875.061829, -716.509827))
  165. wait(0.1)
  166. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1345.70752, 875.234985, -444.510925))
  167. wait(0.1)
  168. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1381.30518, 875.234985, -447.173706))
  169. wait(0.1)
  170. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1885.15552, 875.011841, -212.99379))
  171. wait(0.1)
  172. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1197.94495, 1049.79004, 15.1763048))
  173. wait(0.1)
  174. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1781.49829, 875.000122, -391.970856))
  175. wait(0.1)
  176. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1379.07678, 875.011658, -498.688263))
  177. end
  178. end)
  179.  
  180. end
  181. coroutine.resume(coroutine.create(SCRIPT_UHLN87_FAKESCRIPT))
  182. function SCRIPT_FXZZ65_FAKESCRIPT() -- MoriohKillAura.LocalScript
  183. local script = Instance.new('LocalScript')
  184. script.Parent = MoriohKillAura
  185. script.Parent.MouseButton1Click:connect(function()
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Wood Dummy"].Head.CFrame
  187. local Count = 0
  188. while true do
  189. wait(0.05)
  190. while Count < 20 do
  191. wait(0.1)
  192. local A_1 = 99999.25
  193. local Event = game:GetService("ReplicatedStorage").Specials.throatslit
  194. Event:FireServer(A_1)
  195. Count = Count + 1
  196. end
  197. Count = 0
  198. end
  199. while true do
  200. wait(0.001)
  201. game.Workspace.ChildAdded:connect(function(instance)
  202. if instance.Name == "Part" then
  203. instance:Destroy()
  204. end
  205. end)
  206. end
  207. end)
  208.  
  209. end
  210. coroutine.resume(coroutine.create(SCRIPT_FXZZ65_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement