Upscalefanatic3

Ninja GUI Script

Mar 9th, 2019
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.40 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SENSPIEHAX = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local AUTOSELL = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local AUTOSELL_2 = Instance.new("TextButton")
  10. local AUTOSELL_3 = Instance.new("TextButton")
  11. local AUTOSELL_4 = Instance.new("TextButton")
  12. --Properties:
  13. SENSPIEHAX.Name = "SENSPIE HAX"
  14. SENSPIEHAX.Parent = game.CoreGui
  15.  
  16. main.Name = "main"
  17. main.Parent = SENSPIEHAX
  18. main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  19. main.Position = UDim2.new(0.246398523, 0, 0.0834914744, 0)
  20. main.Size = UDim2.new(0, 299, 0, 286)
  21. main.Active = true
  22. main.Draggable = true
  23.  
  24.  
  25. AUTOSELL.Name = "AUTO SELL"
  26. AUTOSELL.Parent = main
  27. AUTOSELL.BackgroundColor3 = Color3.new(1, 1, 1)
  28. AUTOSELL.Position = UDim2.new(0.143812716, 0, 0.125874117, 0)
  29. AUTOSELL.Size = UDim2.new(0, 213, 0, 60)
  30. AUTOSELL.Style = Enum.ButtonStyle.RobloxRoundButton
  31. AUTOSELL.Text = "AUTO SELL"
  32. AUTOSELL.TextColor3 = Color3.new(0, 0, 0)
  33. AUTOSELL.TextSize = 14
  34. AUTOSELL.MouseButton1Down:connect(function()
  35. _G.sell = true
  36.  
  37. while _G.sell do
  38. wait()
  39. game.Workspace.Rings.Sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  40. end
  41. end)
  42. TextLabel.Parent = main
  43. TextLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  44. TextLabel.BackgroundTransparency = 1
  45. TextLabel.Position = UDim2.new(0, 0, 0.807692349, 0)
  46. TextLabel.Size = UDim2.new(0, 299, 0, 73)
  47. TextLabel.Font = Enum.Font.SourceSans
  48. TextLabel.Text = "Created by: SENSPIE HAX"
  49. TextLabel.TextColor3 = Color3.new(1, 0.333333, 0)
  50. TextLabel.TextSize = 20
  51.  
  52. TextLabel_2.Parent = main
  53. TextLabel_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  54. TextLabel_2.BackgroundTransparency = 1
  55. TextLabel_2.Position = UDim2.new(0, 0, -0.0594405606, 0)
  56. TextLabel_2.Size = UDim2.new(0, 299, 0, 68)
  57. TextLabel_2.Font = Enum.Font.SourceSans
  58. TextLabel_2.Text = "NINJA GUI"
  59. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 0)
  60. TextLabel_2.TextSize = 40
  61.  
  62. AUTOSELL_2.Name = "AUTO SELL"
  63. AUTOSELL_2.Parent = main
  64. AUTOSELL_2.BackgroundColor3 = Color3.new(1, 1, 1)
  65. AUTOSELL_2.Position = UDim2.new(0.143812716, 0, 0.367132843, 0)
  66. AUTOSELL_2.Size = UDim2.new(0, 213, 0, 60)
  67. AUTOSELL_2.Style = Enum.ButtonStyle.RobloxRoundButton
  68. AUTOSELL_2.Text = "Equip Any Katana "
  69. AUTOSELL_2.TextColor3 = Color3.new(0, 0, 0)
  70. AUTOSELL_2.TextSize = 14
  71. AUTOSELL_2.MouseButton1Down:connect(function()
  72. local Katana = "Lightning Katana"
  73. game.ReplicatedStorage.clientEvents.ShopInteraction:FireServer("WeaponShop", "Equip", Katana)
  74.  
  75. end)
  76.  
  77. AUTOSELL_3.Name = "AUTO SELL"
  78. AUTOSELL_3.Parent = main
  79. AUTOSELL_3.BackgroundColor3 = Color3.new(1, 1, 1)
  80. AUTOSELL_3.Position = UDim2.new(0.143812716, 0, 0.597902119, 0)
  81. AUTOSELL_3.Size = UDim2.new(0, 213, 0, 60)
  82. AUTOSELL_3.Style = Enum.ButtonStyle.RobloxRoundButton
  83. AUTOSELL_3.Text = "AutoFarm"
  84. AUTOSELL_3.TextColor3 = Color3.new(0, 0, 0)
  85. AUTOSELL_3.TextSize = 14
  86. AUTOSELL_3.MouseButton1Down:connect(function()
  87. local Options = {
  88. ["Start Area Back"] = true, -- Starting Area (true if you wanna farm it)
  89. ["Autumn"] = true, -- Autumn Area (true if you wanna farm it)
  90. ["Frostland"] = true, -- Frostland Area (true if you wanna farm it)
  91. ["Inferno"] = true, -- Inferno Zone (true if you wanna farm it)
  92. ["Voidland"] = true,
  93. }
  94.  
  95. local Weapon;
  96. _G.StopFarming = false
  97. function GetWeapon()
  98. local Found = false
  99. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  100. if v:IsA("Tool") then
  101. if v:FindFirstChild("Katana") then
  102. Weapon = v
  103. Found = true
  104. end
  105. end
  106. end
  107. if Found == false then
  108. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  109. if b:IsA("Tool") then
  110. if b:FindFirstChild("Katana") then
  111. b.Parent = game.Players.LocalPlayer.Character
  112. Weapon = b
  113. Found = true
  114. end
  115. end
  116. end
  117. end
  118. end
  119.  
  120. GetWeapon()
  121.  
  122. function CheckWeapon()
  123. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  124. if v:IsA("Tool") then
  125. if v:FindFirstChild("Katana") then
  126. Weapon = v
  127. return true
  128. else
  129. return false
  130. end
  131. end
  132. end
  133. end
  134.  
  135. local NotDoneYet = false
  136. repeat
  137. wait()
  138. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  139. 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
  140. local a = v:GetChildren()
  141. for i=1,#a do
  142. if a[i].Name:match("Ninja") then
  143. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  144. local ItsNil = false
  145. repeat
  146. wait()
  147. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  148. if CheckWeapon() then
  149. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  150. wait()
  151. Weapon:Activate()
  152. wait()
  153. Weapon:Deactivate()
  154. else
  155. GetWeapon()
  156. end
  157. else
  158. ItsNil = true
  159. end
  160. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  161. if _G.StopFarming == false then
  162. wait(0.9)
  163. else
  164. wait()
  165. end
  166. if _G.StopFarming == true and NotDoneYet == false then
  167. NotDoneYet = true
  168. wait(1)
  169. end
  170. end
  171. end
  172. end
  173. end
  174. end
  175. until _G.StopFarming == true
  176. end)
  177.  
  178. AUTOSELL_4.Name = "AUTO SELL"
  179. AUTOSELL_4.Parent = main
  180. AUTOSELL_4.BackgroundColor3 = Color3.new(1, 1, 1)
  181. AUTOSELL_4.Position = UDim2.new(0.341137111, 0, 0.807692349, 0)
  182. AUTOSELL_4.Size = UDim2.new(0, 82, 0, 31)
  183. AUTOSELL_4.Style = Enum.ButtonStyle.RobloxRoundButton
  184. AUTOSELL_4.Text = "OFF"
  185. AUTOSELL_4.TextColor3 = Color3.new(0, 0, 0)
  186. AUTOSELL_4.TextSize = 14
  187. AUTOSELL_4.MouseButton1Down:connect(function()
  188. _G.StopFarming = true
  189. end)
  190. -- Scripts:
  191. function SCRIPT_HIKV88_FAKESCRIPT() -- AUTOSELL.Rainbower
  192. local script = Instance.new('LocalScript')
  193. script.Parent = AUTOSELL
  194. while wait() do
  195. script.Parent.TextColor3 = Color3.new(1,0,0)
  196. for i=1,15 do
  197. game:GetService("RunService").RenderStepped:wait()
  198. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  199. end
  200. for i=1,15 do
  201. game:GetService("RunService").RenderStepped:wait()
  202. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  203. end
  204. for i=1,15 do
  205. game:GetService("RunService").RenderStepped:wait()
  206. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  207. end
  208. for i=1,15 do
  209. game:GetService("RunService").RenderStepped:wait()
  210. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  211. end
  212. for i=1,15 do
  213. game:GetService("RunService").RenderStepped:wait()
  214. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  215. end
  216. for i=1,15 do
  217. game:GetService("RunService").RenderStepped:wait()
  218. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  219. end
  220. end
  221.  
  222. end
  223. coroutine.resume(coroutine.create(SCRIPT_HIKV88_FAKESCRIPT))
  224. function SCRIPT_EYUA74_FAKESCRIPT() -- TextLabel.Rainbower
  225. local script = Instance.new('LocalScript')
  226. script.Parent = TextLabel
  227. while wait() do
  228. script.Parent.TextColor3 = Color3.new(1,0,0)
  229. for i=1,15 do
  230. game:GetService("RunService").RenderStepped:wait()
  231. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  232. end
  233. for i=1,15 do
  234. game:GetService("RunService").RenderStepped:wait()
  235. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  236. end
  237. for i=1,15 do
  238. game:GetService("RunService").RenderStepped:wait()
  239. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  240. end
  241. for i=1,15 do
  242. game:GetService("RunService").RenderStepped:wait()
  243. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  244. end
  245. for i=1,15 do
  246. game:GetService("RunService").RenderStepped:wait()
  247. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  248. end
  249. for i=1,15 do
  250. game:GetService("RunService").RenderStepped:wait()
  251. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  252. end
  253. end
  254.  
  255. end
  256. coroutine.resume(coroutine.create(SCRIPT_EYUA74_FAKESCRIPT))
  257. function SCRIPT_ROYN87_FAKESCRIPT() -- TextLabel_2.Rainbower
  258. local script = Instance.new('LocalScript')
  259. script.Parent = TextLabel_2
  260. while wait() do
  261. script.Parent.TextColor3 = Color3.new(1,0,0)
  262. for i=1,15 do
  263. game:GetService("RunService").RenderStepped:wait()
  264. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  265. end
  266. for i=1,15 do
  267. game:GetService("RunService").RenderStepped:wait()
  268. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  269. end
  270. for i=1,15 do
  271. game:GetService("RunService").RenderStepped:wait()
  272. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  273. end
  274. for i=1,15 do
  275. game:GetService("RunService").RenderStepped:wait()
  276. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  277. end
  278. for i=1,15 do
  279. game:GetService("RunService").RenderStepped:wait()
  280. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  281. end
  282. for i=1,15 do
  283. game:GetService("RunService").RenderStepped:wait()
  284. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  285. end
  286. end
  287.  
  288. end
  289. coroutine.resume(coroutine.create(SCRIPT_ROYN87_FAKESCRIPT))
  290. function SCRIPT_PEEG77_FAKESCRIPT() -- AUTOSELL_2.Rainbower
  291. local script = Instance.new('LocalScript')
  292. script.Parent = AUTOSELL_2
  293. while wait() do
  294. script.Parent.TextColor3 = Color3.new(1,0,0)
  295. for i=1,15 do
  296. game:GetService("RunService").RenderStepped:wait()
  297. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  298. end
  299. for i=1,15 do
  300. game:GetService("RunService").RenderStepped:wait()
  301. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  302. end
  303. for i=1,15 do
  304. game:GetService("RunService").RenderStepped:wait()
  305. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  306. end
  307. for i=1,15 do
  308. game:GetService("RunService").RenderStepped:wait()
  309. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  310. end
  311. for i=1,15 do
  312. game:GetService("RunService").RenderStepped:wait()
  313. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  314. end
  315. for i=1,15 do
  316. game:GetService("RunService").RenderStepped:wait()
  317. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  318. end
  319. end
  320.  
  321. end
  322. coroutine.resume(coroutine.create(SCRIPT_PEEG77_FAKESCRIPT))
  323. function SCRIPT_AYUX76_FAKESCRIPT() -- AUTOSELL_3.Rainbower
  324. local script = Instance.new('LocalScript')
  325. script.Parent = AUTOSELL_3
  326. while wait() do
  327. script.Parent.TextColor3 = Color3.new(1,0,0)
  328. for i=1,15 do
  329. game:GetService("RunService").RenderStepped:wait()
  330. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  331. end
  332. for i=1,15 do
  333. game:GetService("RunService").RenderStepped:wait()
  334. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  335. end
  336. for i=1,15 do
  337. game:GetService("RunService").RenderStepped:wait()
  338. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  339. end
  340. for i=1,15 do
  341. game:GetService("RunService").RenderStepped:wait()
  342. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  343. end
  344. for i=1,15 do
  345. game:GetService("RunService").RenderStepped:wait()
  346. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  347. end
  348. for i=1,15 do
  349. game:GetService("RunService").RenderStepped:wait()
  350. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  351. end
  352. end
  353.  
  354. end
  355. coroutine.resume(coroutine.create(SCRIPT_AYUX76_FAKESCRIPT))
  356. function SCRIPT_XZKF65_FAKESCRIPT() -- AUTOSELL_4.Rainbower
  357. local script = Instance.new('LocalScript')
  358. script.Parent = AUTOSELL_4
  359. while wait() do
  360. script.Parent.TextColor3 = Color3.new(1,0,0)
  361. for i=1,15 do
  362. game:GetService("RunService").RenderStepped:wait()
  363. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  364. end
  365. for i=1,15 do
  366. game:GetService("RunService").RenderStepped:wait()
  367. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  368. end
  369. for i=1,15 do
  370. game:GetService("RunService").RenderStepped:wait()
  371. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  372. end
  373. for i=1,15 do
  374. game:GetService("RunService").RenderStepped:wait()
  375. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  376. end
  377. for i=1,15 do
  378. game:GetService("RunService").RenderStepped:wait()
  379. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  380. end
  381. for i=1,15 do
  382. game:GetService("RunService").RenderStepped:wait()
  383. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  384. end
  385. end
  386.  
  387. end
  388. coroutine.resume(coroutine.create(SCRIPT_XZKF65_FAKESCRIPT))
  389. function SCRIPT_CBHW88_FAKESCRIPT() -- main.Rainbower
  390. local script = Instance.new('LocalScript')
  391. script.Parent = main
  392. while wait() do
  393. script.Parent.TextColor3 = Color3.new(1,0,0)
  394. for i=1,15 do
  395. game:GetService("RunService").RenderStepped:wait()
  396. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  397. end
  398. for i=1,15 do
  399. game:GetService("RunService").RenderStepped:wait()
  400. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  401. end
  402. for i=1,15 do
  403. game:GetService("RunService").RenderStepped:wait()
  404. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  405. end
  406. for i=1,15 do
  407. game:GetService("RunService").RenderStepped:wait()
  408. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  409. end
  410. for i=1,15 do
  411. game:GetService("RunService").RenderStepped:wait()
  412. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  413. end
  414. for i=1,15 do
  415. game:GetService("RunService").RenderStepped:wait()
  416. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  417. end
  418. end
  419.  
  420. end
  421. coroutine.resume(coroutine.create(SCRIPT_CBHW88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment