karobloxYT

sdcvcccvxcxcx

Mar 9th, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Frame_2 = Instance.new("Frame")
  7. local cccccccctest = Instance.new("TextLabel")
  8. local AUTOFRAMNPC = Instance.new("TextButton")
  9. local AUTOSELL = Instance.new("TextButton")
  10. local AUTOGAMEPASS = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  16. Frame.Position = UDim2.new(0.153326899, 0, 0.239165336, 0)
  17. Frame.Size = UDim2.new(0, 424, 0, 267)
  18. Frame.Style = Enum.FrameStyle.DropShadow
  19. Frame.Draggable = true
  20. Frame.Active =true
  21.  
  22. Frame_2.Parent = Frame
  23. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Frame_2.Position = UDim2.new(-0.0205144342, 0, -0.0300331265, 0)
  25. Frame_2.Size = UDim2.new(0, 424, 0, 50)
  26. Frame_2.Style = Enum.FrameStyle.DropShadow
  27.  
  28. cccccccctest.Name = "cccccccc test"
  29. cccccccctest.Parent = Frame
  30. cccccccctest.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  31. cccccccctest.Position = UDim2.new(0.0256729852, 0, 0.0087296851, 0)
  32. cccccccctest.Size = UDim2.new(0, 387, 0, 30)
  33. cccccccctest.Font = Enum.Font.SourceSans
  34. cccccccctest.Text = "By ka roblox YT"
  35. cccccccctest.TextColor3 = Color3.new(0, 0, 0)
  36. cccccccctest.TextSize = 14
  37.  
  38. AUTOFRAMNPC.Name = "AUTO FRAM NPC"
  39. AUTOFRAMNPC.Parent = Frame
  40. AUTOFRAMNPC.BackgroundColor3 = Color3.new(1, 1, 1)
  41. AUTOFRAMNPC.Position = UDim2.new(0.0247963946, 0, 0.229399949, 0)
  42. AUTOFRAMNPC.Size = UDim2.new(0, 184, 0, 37)
  43. AUTOFRAMNPC.Font = Enum.Font.SourceSans
  44. AUTOFRAMNPC.Text = "AUTO FARM NPC"
  45. AUTOFRAMNPC.TextColor3 = Color3.new(0, 0, 0)
  46. AUTOFRAMNPC.TextSize = 14
  47.  
  48. AUTOSELL.Name = "AUTO SELL"
  49. AUTOSELL.Parent = Frame
  50. AUTOSELL.BackgroundColor3 = Color3.new(1, 1, 1)
  51. AUTOSELL.Position = UDim2.new(0.50680846, 0, 0.229081631, 0)
  52. AUTOSELL.Size = UDim2.new(0, 200, 0, 34)
  53. AUTOSELL.Font = Enum.Font.SourceSans
  54. AUTOSELL.Text = "AUTO SELL"
  55. AUTOSELL.TextColor3 = Color3.new(0, 0, 0)
  56. AUTOSELL.TextSize = 14
  57.  
  58. AUTOGAMEPASS.Name = "AUTO GAME PASS"
  59. AUTOGAMEPASS.Parent = Frame
  60. AUTOGAMEPASS.BackgroundColor3 = Color3.new(1, 1, 1)
  61. AUTOGAMEPASS.Position = UDim2.new(0.506304324, 0, 0.57312125, 0)
  62. AUTOGAMEPASS.Size = UDim2.new(0, 200, 0, 50)
  63. AUTOGAMEPASS.Font = Enum.Font.SourceSans
  64. AUTOGAMEPASS.Text = "AUTO GAME PASS"
  65. AUTOGAMEPASS.TextColor3 = Color3.new(0, 0, 0)
  66. AUTOGAMEPASS.TextSize = 14
  67. -- Scripts:
  68. function SCRIPT_UWQA78_FAKESCRIPT() -- AUTOFRAMNPC.LocalScript
  69. local script = Instance.new('LocalScript')
  70. script.Parent = AUTOFRAMNPC
  71. AUTOFRAMNPC.MouseButton1Down:connect(function()
  72. local Options = {
  73. ["Start Area Back"] = true, -- Starting Area (true if you wanna farm it)
  74. ["Autumn"] = true, -- Autumn Area (true if you wanna farm it)
  75. ["Frostland"] = true, -- Frostland Area (true if you wanna farm it)
  76. ["Inferno"] = true, -- Inferno Zone (true if you wanna farm it)
  77. ["Voidland"] = true,
  78. }
  79.  
  80. local Weapon;
  81. _G.StopFarming = false
  82. function GetWeapon()
  83. local Found = false
  84. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  85. if v:IsA("Tool") then
  86. if v:FindFirstChild("Katana") then
  87. Weapon = v
  88. Found = true
  89. end
  90. end
  91. end
  92. if Found == false then
  93. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  94. if b:IsA("Tool") then
  95. if b:FindFirstChild("Katana") then
  96. b.Parent = game.Players.LocalPlayer.Character
  97. Weapon = b
  98. Found = true
  99. end
  100. end
  101. end
  102. end
  103. end
  104.  
  105. GetWeapon()
  106.  
  107. function CheckWeapon()
  108. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  109. if v:IsA("Tool") then
  110. if v:FindFirstChild("Katana") then
  111. Weapon = v
  112. return true
  113. else
  114. return false
  115. end
  116. end
  117. end
  118. end
  119.  
  120. local NotDoneYet = false
  121. repeat
  122. wait()
  123. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  124. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true then
  125. local a = v:GetChildren()
  126. for i=1,#a do
  127. if a[i].Name:match("Ninja") then
  128. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  129. local ItsNil = false
  130. repeat
  131. wait()
  132. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  133. if CheckWeapon() then
  134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  135. wait()
  136. Weapon:Activate()
  137. wait()
  138. Weapon:Deactivate()
  139. else
  140. GetWeapon()
  141. end
  142. else
  143. ItsNil = true
  144. end
  145. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  146. if _G.StopFarming == false then
  147. wait(0.9)
  148. else
  149. wait()
  150. end
  151. if _G.StopFarming == true and NotDoneYet == false then
  152. NotDoneYet = true
  153. wait(1)
  154. end
  155. end
  156. end
  157. end
  158. end
  159. end
  160. until _G
  161. end)
  162.  
  163.  
  164. end
  165. coroutine.resume(coroutine.create(SCRIPT_UWQA78_FAKESCRIPT))
  166. function SCRIPT_URWK68_FAKESCRIPT() -- AUTOSELL.LocalScript
  167. local script = Instance.new('LocalScript')
  168. script.Parent = AUTOSELL
  169. AUTOSELL.MouseButton1Down:connect(function()
  170. _G.sell = true
  171.  
  172. while _G.sell do
  173. wait()
  174. game.Workspace.Rings.Sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  175. end
  176. end)
  177.  
  178. end
  179. coroutine.resume(coroutine.create(SCRIPT_URWK68_FAKESCRIPT))
  180. function SCRIPT_QXRL69_FAKESCRIPT() -- AUTOGAMEPASS.LocalScript
  181. local script = Instance.new('LocalScript')
  182. script.Parent = AUTOGAMEPASS
  183. AUTOGAMEPASS.MouseButton1Down:connect(function()
  184. game.Players.lIIIlIIIlIIIIIIIlIII.Purshases.x2Exp.Value = 1
  185. game.Players.lIIIlIIIlIIIIIIIlIII.Purshases.x2Cash.Value = 1
  186. game.Players.lIIIlIIIlIIIIIIIlIII.Purshases.x2Ninjitsu.Value = 1
  187. game.Players.lIIIlIIIlIIIIIIIlIII.Purshases.Sell.Value = 1
  188. end)
  189.  
  190. end
  191. coroutine.resume(coroutine.create(SCRIPT_QXRL69_FAKESCRIPT))
Add Comment
Please, Sign In to add comment