LuongLoiNhoi

Hack Beyond 3

Jan 14th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.47 KB | None | 0 0
  1. local MainGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local Heading = Instance.new("TextLabel")
  6. local _2xExp = Instance.new("TextButton")
  7. local CheckScrolls = Instance.new("TextButton")
  8. local UnlockNinjutsuKenjutsuandCompanions = Instance.new("TextButton")
  9. local SkillPack = Instance.new("TextButton")
  10. local Decor = Instance.new("TextLabel")
  11. local Decor_2 = Instance.new("TextLabel")
  12. local StartAutoFarm = Instance.new("TextButton")
  13. local FastShoot = Instance.new("TextButton")
  14. local Decor_3 = Instance.new("TextLabel")
  15. local Decor_1 = Instance.new("TextLabel")
  16. local Tutorial = Instance.new("TextButton")
  17. local Close = Instance.new("TextButton")
  18. local TutiorialFrame = Instance.new("Frame")
  19. local TutorialHeading = Instance.new("TextLabel")
  20. local _2xExpTutorial = Instance.new("TextLabel")
  21. local AutoFarmTutorial = Instance.new("TextLabel")
  22. local UnlockNinjutsuKenjutsuandCompanionsTutorial = Instance.new("TextLabel")
  23. local FastShootTutorial = Instance.new("TextLabel")
  24. local SkillPackTutorial = Instance.new("TextLabel")
  25. local CheckScrollBossTutorial = Instance.new("TextLabel")
  26. local TutorialDecor = Instance.new("TextLabel")
  27. local CloseTutorial = Instance.new("TextButton")
  28.  
  29. MainGui.Name = "MainGui"
  30. MainGui.Parent = game.CoreGui
  31.  
  32. Frame.Parent = MainGui
  33. Frame.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  34. Frame.BackgroundTransparency = 0.30000001192093
  35. Frame.BorderSizePixel = 3
  36. Frame.Position = UDim2.new(0, 0, 0.460159302, 0)
  37. Frame.Size = UDim2.new(0, 100, 0, 40)
  38.  
  39. Open.Name = "Open"
  40. Open.Parent = Frame
  41. Open.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  42. Open.BackgroundTransparency = 0.30000001192093
  43. Open.BorderSizePixel = 3
  44. Open.Size = UDim2.new(0, 100, 0, 40)
  45. Open.Font = Enum.Font.SourceSans
  46. Open.Text = "Open"
  47. Open.TextColor3 = Color3.new(0, 0, 0)
  48. Open.TextSize = 20
  49. Open.TextWrapped = true
  50. Open.MouseButton1Down:connect(function()
  51. Frame.Visible = false
  52. Main.Visible = true
  53. TutiorialFrame.Visible = false
  54. end)
  55.  
  56. Main.Name = "Main"
  57. Main.Parent = MainGui
  58. Main.Active = true
  59. Main.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  60. Main.BackgroundTransparency = 0.30000001192093
  61. Main.BorderSizePixel = 3
  62. Main.Draggable = true
  63. Main.Position = UDim2.new(0.315616071, 0, 0.189125851, 0)
  64. Main.Size = UDim2.new(0, 390, 0, 312)
  65. Main.Visible = false
  66.  
  67. Heading.Name = "Heading"
  68. Heading.Parent = Main
  69. Heading.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  70. Heading.BackgroundTransparency = 0.30000001192093
  71. Heading.BorderSizePixel = 3
  72. Heading.Size = UDim2.new(0, 390, 0, 50)
  73. Heading.Font = Enum.Font.SourceSans
  74. Heading.Text = "NRPG : Beyond"
  75. Heading.TextColor3 = Color3.new(0.760784, 1, 0.890196)
  76. Heading.TextSize = 30
  77. Heading.TextWrapped = true
  78.  
  79. _2xExp.Name = "2x Exp"
  80. _2xExp.Parent = Main
  81. _2xExp.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  82. _2xExp.BackgroundTransparency = 0.30000001192093
  83. _2xExp.Position = UDim2.new(0.5, 0, 0.395022571, 0)
  84. _2xExp.Size = UDim2.new(0, 195, 0, 65)
  85. _2xExp.Font = Enum.Font.SourceSans
  86. _2xExp.Text = " 2x Exp"
  87. _2xExp.TextColor3 = Color3.new(0, 0, 0)
  88. _2xExp.TextSize = 20
  89. _2xExp.MouseButton1Down:connect(function()
  90. game.Players.LocalPlayer.dblexp.Value = true
  91. Instance.new("IntValue",game.Players.LocalPlayer)
  92. wait(0.0000001)
  93. game.Players.LocalPlayer.Value.Name = ("dblexp")
  94. notify'2x Exp Started'
  95. end)
  96.  
  97. CheckScrolls.Name = "Check Scrolls"
  98. CheckScrolls.Parent = Main
  99. CheckScrolls.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  100. CheckScrolls.BackgroundTransparency = 0.30000001192093
  101. CheckScrolls.Position = UDim2.new(-0.00512817502, 0, 0.395022631, 0)
  102. CheckScrolls.Size = UDim2.new(0, 195, 0, 65)
  103. CheckScrolls.Font = Enum.Font.SourceSans
  104. CheckScrolls.Text = "Check Scroll + Boss"
  105. CheckScrolls.TextColor3 = Color3.new(0, 0, 0)
  106. CheckScrolls.TextSize = 20
  107. CheckScrolls.MouseButton1Down:connect(function()
  108. total = 0
  109. if workspace.gaara ~= nil then
  110. notify'Boss : Gaara is spawned'
  111. total = total + 1
  112. end
  113. if workspace.susanoo ~= nil then
  114. notify'Scroll :Susanoo is spawned'
  115. total = total + 1
  116. end
  117. if workspace.kurama ~= nil then
  118. notify'Scroll : Jin Cloak is spawned'
  119. total = total + 1
  120. end
  121. if workspace.toadsummoning ~= nil then
  122. notify'Scroll : Toad is spawned'
  123. total = total + 1
  124. end
  125. if workspace.gates ~= nil then
  126. notify'Scroll : Hidden Gates is spawned'
  127. total = total + 1
  128. end
  129. if workspace.slugsummoning ~= nil then
  130. notify'Scroll : Slug is spawned'
  131. total = total + 1
  132. end
  133. if workspace.snakesummoning ~= nil then
  134. notify'Scroll : Snake is spawned'
  135. total = total + 1
  136. end
  137. if workspace.ochospawn ~= nil then
  138. notify'Boss : Orochimaru is spawned'
  139. total = total + 1
  140. end
  141. if workspace.hawksummoning ~= nil then
  142. notify'Scroll : Hawk is spawned'
  143. total = total + 1
  144. end
  145. if workspace.hidan1 ~= nil then
  146. notify'Scroll : Hidan is spawned outside akatsuki base'
  147. total = total + 1
  148. end
  149. if workspace.hidan2 ~= nil then
  150. notify'Scroll : Hidan is spawned inside akatsuki base'
  151. total = total + 1
  152. end
  153. if workspace.woodsage ~= nil then
  154. notify'Scroll : Woodsage scroll is spawned'
  155. total = total + 1
  156. end
  157. if workspace.rashoman ~= nil then
  158. notify'Scroll : Rashoman is spawned'
  159. total = total + 1
  160. end
  161. if workspace.kisame2 ~= nil then
  162. notify'Scroll : Kisame is spawned inside akatsuki base'
  163. total = total + 1
  164. end
  165. if workspace.kisame1 ~= nil then
  166. notify'Scroll : Kisame is spawned outside akatsuki base'
  167. total = total + 1
  168. end
  169. if workspace.sevenh ~= nil then
  170. notify'Scroll : Seven Heavens is spawned'
  171. total = total + 1
  172. end
  173. if workspace.konan1 ~= nil then
  174. notify'Scroll : Konan is spawned outside akatsuki base'
  175. total = total + 1
  176. end
  177. if workspace.konan2 ~= nil then
  178. notify'Scroll : Konan is spawned inside akatsuki base'
  179. total = total + 1
  180. end
  181. if workspace.ftg ~= nil then
  182. notify'Scroll : Flying Thunder God is summoned'
  183. total = total + 1
  184. end
  185. if workspace.choji ~= nil then
  186. notify'Boss : Choji is spawned'
  187. total = total + 1
  188. end
  189. if workspace.haku ~= nil then
  190. notify'Boss : Haku is spawned'
  191. total = total + 1
  192. end
  193. if workspace.zabuza ~= nil then
  194. notify'Boss : Zabuza is spawned'
  195. total = total + 1
  196. end
  197. if workspace.kamui ~= nil then
  198. notify'Scroll : Kamui is spawned'
  199. total = total + 1
  200. end
  201. if total ~= 0 then
  202. print("Total is " ..total)
  203. else
  204. notify'No Boss or Scroll has been spawned yet'
  205. end
  206. total = 0
  207. end)
  208.  
  209. UnlockNinjutsuKenjutsuandCompanions.Name = "Unlock Ninjutsu , Kenjutsu and Companions"
  210. UnlockNinjutsuKenjutsuandCompanions.Parent = Main
  211. UnlockNinjutsuKenjutsuandCompanions.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  212. UnlockNinjutsuKenjutsuandCompanions.BackgroundTransparency = 0.30000001192093
  213. UnlockNinjutsuKenjutsuandCompanions.Position = UDim2.new(-0.00499999989, 0, 0.172000006, 0)
  214. UnlockNinjutsuKenjutsuandCompanions.Selectable = false
  215. UnlockNinjutsuKenjutsuandCompanions.Size = UDim2.new(0, 195, 0, 65)
  216. UnlockNinjutsuKenjutsuandCompanions.Font = Enum.Font.SourceSans
  217. UnlockNinjutsuKenjutsuandCompanions.Text = "Unlock Ninjutsu , Kenjutsu and Companions"
  218. UnlockNinjutsuKenjutsuandCompanions.TextColor3 = Color3.new(0, 0, 0)
  219. UnlockNinjutsuKenjutsuandCompanions.TextSize = 15
  220. UnlockNinjutsuKenjutsuandCompanions.TextWrapped = true
  221. UnlockNinjutsuKenjutsuandCompanions.MouseButton1Down:connect(function()
  222. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Nin:GetChildren{}
  223. for i, v in pairs(target) do
  224. v.lock.Visible = false
  225. end
  226. local target = game.Players.LocalPlayer.PlayerGui.MainGui.menu.ken:GetChildren()
  227. for i, v in pairs(target) do
  228. v.lock.Visible = false
  229. end
  230. local target =game.Players.LocalPlayer.PlayerGui.MainGui.menu.Comp:GetChildren{}
  231. for i, v in pairs(target) do
  232. v.lock.Visible = false
  233. end
  234. notify'Unlocked Ninjutsu , Kenjutsu and Companions'
  235. end)
  236.  
  237. SkillPack.Name = "Skill Pack"
  238. SkillPack.Parent = Main
  239. SkillPack.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  240. SkillPack.BackgroundTransparency = 0.30000001192093
  241. SkillPack.Position = UDim2.new(0.499000013, 0, 0.17394872, 0)
  242. SkillPack.Size = UDim2.new(0, 195, 0, 65)
  243. SkillPack.Font = Enum.Font.SourceSans
  244. SkillPack.Text = "Skill Pack"
  245. SkillPack.TextColor3 = Color3.new(0, 0, 0)
  246. SkillPack.TextSize = 20
  247. SkillPack.MouseButton1Down:connect(function()
  248. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "t", "shadowa")
  249. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "f", "lavac")
  250. game.Players.LocalPlayer.keyinput:FireServer("equippowerz", "r", "lightninge")
  251. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "1", "sasukeb")
  252. game.Players.LocalPlayer.keyinput:FireServer("equipwep", "2", "pain")
  253. local A_1 = "equippowerz"
  254. local A_2 = "y"
  255. local A_3 = "hawksummon"
  256. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  257. Event:FireServer(A_1, A_2, A_3)
  258. local A_1 = "equippowerz"
  259. local A_2 = "g"
  260. local A_3 = "frogsummon"
  261. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  262. Event:FireServer(A_1, A_2, A_3)
  263. local A_1 = "equippowerz"
  264. local A_2 = "h"
  265. local A_3 = "snakesummon"
  266. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  267. Event:FireServer(A_1, A_2, A_3)
  268. local A_1 = "equippowerz"
  269. local A_2 = "f"
  270. local A_3 = "slugsummon"
  271. local Event = game:GetService("Players")["LocalPlayer"].keyinput
  272. Event:FireServer(A_1, A_2, A_3)
  273. notify'Skill Pack Given'
  274. end)
  275.  
  276. Decor.Name = "Decor"
  277. Decor.Parent = Main
  278. Decor.BackgroundColor3 = Color3.new(0, 0, 0)
  279. Decor.BackgroundTransparency = 0.30000001192093
  280. Decor.BorderSizePixel = 3
  281. Decor.Position = UDim2.new(0.00256410264, 0, 0.379779935, 0)
  282. Decor.Size = UDim2.new(0, 389, 0, 5)
  283. Decor.Font = Enum.Font.SourceSans
  284. Decor.Text = ""
  285. Decor.TextColor3 = Color3.new(0, 0, 0)
  286. Decor.TextSize = 30
  287. Decor.TextWrapped = true
  288.  
  289. Decor_2.Name = "Decor_2"
  290. Decor_2.Parent = Main
  291. Decor_2.BackgroundColor3 = Color3.new(0, 0, 0)
  292. Decor_2.BackgroundTransparency = 0.30000001192093
  293. Decor_2.BorderSizePixel = 3
  294. Decor_2.Position = UDim2.new(0.00256410264, 0, 0.159945816, 0)
  295. Decor_2.Size = UDim2.new(0, 389, 0, 5)
  296. Decor_2.Font = Enum.Font.SourceSans
  297. Decor_2.Text = ""
  298. Decor_2.TextColor3 = Color3.new(0, 0, 0)
  299. Decor_2.TextSize = 30
  300. Decor_2.TextWrapped = true
  301.  
  302. StartAutoFarm.Name = "Start Auto Farm"
  303. StartAutoFarm.Parent = Main
  304. StartAutoFarm.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  305. StartAutoFarm.BackgroundTransparency = 0.30000001192093
  306. StartAutoFarm.Position = UDim2.new(-0.00512820529, 0, 0.6251508, 0)
  307. StartAutoFarm.Size = UDim2.new(0, 197, 0, 57)
  308. StartAutoFarm.Font = Enum.Font.SourceSans
  309. StartAutoFarm.Text = "Auto Farm"
  310. StartAutoFarm.TextColor3 = Color3.new(0, 0, 0)
  311. StartAutoFarm.TextScaled = true
  312. StartAutoFarm.TextSize = 20
  313. StartAutoFarm.TextWrapped = true
  314. StartAutoFarm.MouseButton1Down:connect(function()
  315. notify'Started Auto Farm'
  316. _G.loop = true
  317. Player = game:GetService('Players').LocalPlayer
  318. Char = game:GetService('Players').LocalPlayer.Character
  319. while wait() do
  320. if _G.loop == true then
  321. local A_1 = "combat"
  322. local A_2 = game:GetService("Workspace").Bandit1
  323. local Event = Player.keyinput
  324. Event:FireServer(A_1, A_2)
  325. for _, v in pairs(game.Workspace:GetChildren()) do
  326. if v:IsA'Model' and v:findFirstChild'Humanoid' then
  327. if v:findFirstChild'bandit' then
  328. if v.Humanoid.Health > 0.01 then
  329. Char.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame
  330. end
  331. end
  332. end
  333. end
  334. else
  335. break
  336. end
  337. end
  338. end)
  339.  
  340. FastShoot.Name = "Fast Shoot"
  341. FastShoot.Parent = Main
  342. FastShoot.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  343. FastShoot.BackgroundTransparency = 0.30000001192093
  344. FastShoot.Position = UDim2.new(0.49999997, 0, 0.612971306, 0)
  345. FastShoot.Size = UDim2.new(0, 195, 0, 65)
  346. FastShoot.Font = Enum.Font.SourceSans
  347. FastShoot.Text = "Fast Shoot"
  348. FastShoot.TextColor3 = Color3.new(0, 0, 0)
  349. FastShoot.TextSize = 20
  350. FastShoot.MouseButton1Down:connect(function()
  351. notify'Started Fast Shoot'
  352. while wait(0.01) do
  353. game.Players.LocalPlayer.keyinput:FireServer("checkwep", game.Players.LocalPlayer:GetMouse().Hit)
  354. end
  355. end)
  356.  
  357. Decor_3.Name = "Decor_3"
  358. Decor_3.Parent = Main
  359. Decor_3.BackgroundColor3 = Color3.new(0, 0, 0)
  360. Decor_3.BackgroundTransparency = 0.30000001192093
  361. Decor_3.BorderSizePixel = 3
  362. Decor_3.Position = UDim2.new(0.00256410264, 0, 0.60093379, 0)
  363. Decor_3.Size = UDim2.new(0, 389, 0, 5)
  364. Decor_3.Font = Enum.Font.SourceSans
  365. Decor_3.Text = ""
  366. Decor_3.TextColor3 = Color3.new(0, 0, 0)
  367. Decor_3.TextSize = 30
  368. Decor_3.TextWrapped = true
  369.  
  370. Decor_1.Name = "Decor_1"
  371. Decor_1.Parent = Main
  372. Decor_1.BackgroundColor3 = Color3.new(0, 0, 0)
  373. Decor_1.BackgroundTransparency = 0.30000001192093
  374. Decor_1.BorderSizePixel = 3
  375. Decor_1.Position = UDim2.new(0.00256410264, 0, 0.822087646, 0)
  376. Decor_1.Size = UDim2.new(0, 389, 0, 5)
  377. Decor_1.Font = Enum.Font.SourceSans
  378. Decor_1.Text = ""
  379. Decor_1.TextColor3 = Color3.new(0, 0, 0)
  380. Decor_1.TextSize = 30
  381. Decor_1.TextWrapped = true
  382.  
  383. Tutorial.Name = "Tutorial"
  384. Tutorial.Parent = Main
  385. Tutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  386. Tutorial.BackgroundTransparency = 0.30000001192093
  387. Tutorial.Position = UDim2.new(0.00256410264, 0, 0.837330341, 0)
  388. Tutorial.Size = UDim2.new(0, 389, 0, 51)
  389. Tutorial.Font = Enum.Font.SourceSans
  390. Tutorial.Text = "Tutorial"
  391. Tutorial.TextColor3 = Color3.new(0, 0, 0)
  392. Tutorial.TextSize = 20
  393. Tutorial.MouseButton1Down:connect(function()
  394. Frame.Visible = false
  395. Main.Visible = true
  396. TutiorialFrame.Visible = true
  397. end)
  398.  
  399. Close.Name = "Close"
  400. Close.Parent = Main
  401. Close.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  402. Close.BackgroundTransparency = 0.30000001192093
  403. Close.Position = UDim2.new(0.858974338, 0, -0.00241333409, 0)
  404. Close.Size = UDim2.new(0, 55, 0, 48)
  405. Close.Font = Enum.Font.SourceSans
  406. Close.Text = "X"
  407. Close.TextColor3 = Color3.new(0, 0, 0)
  408. Close.TextSize = 20
  409. Close.MouseButton1Down:connect(function()
  410. Frame.Visible = true
  411. Main.Visible = false
  412. TutiorialFrame.Visible = false
  413. end)
  414.  
  415. TutiorialFrame.Name = "Tutiorial Frame"
  416. TutiorialFrame.Parent = MainGui
  417. TutiorialFrame.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  418. TutiorialFrame.BackgroundTransparency = 0.30000001192093
  419. TutiorialFrame.BorderSizePixel = 3
  420. TutiorialFrame.Position = UDim2.new(0.74315393, 0, 0.362549812, 0)
  421. TutiorialFrame.Size = UDim2.new(0, 221, 0, 225)
  422. TutiorialFrame.Visible = false
  423.  
  424. TutorialHeading.Name = "Tutorial Heading"
  425. TutorialHeading.Parent = TutiorialFrame
  426. TutorialHeading.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  427. TutorialHeading.Size = UDim2.new(0, 220, 0, 50)
  428. TutorialHeading.Font = Enum.Font.SourceSans
  429. TutorialHeading.Text = "Tutorial"
  430. TutorialHeading.TextColor3 = Color3.new(0, 0, 0)
  431. TutorialHeading.TextSize = 30
  432. TutorialHeading.TextWrapped = true
  433.  
  434. _2xExpTutorial.Name = "2x Exp Tutorial"
  435. _2xExpTutorial.Parent = TutiorialFrame
  436. _2xExpTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  437. _2xExpTutorial.Position = UDim2.new(0, 0, 0.224999979, 0)
  438. _2xExpTutorial.Size = UDim2.new(0, 106, 0, 64)
  439. _2xExpTutorial.Font = Enum.Font.SourceSans
  440. _2xExpTutorial.Text = "2x Exp : It gives you 2x exp"
  441. _2xExpTutorial.TextColor3 = Color3.new(0, 0, 0)
  442. _2xExpTutorial.TextScaled = true
  443. _2xExpTutorial.TextSize = 30
  444. _2xExpTutorial.TextWrapped = true
  445.  
  446. AutoFarmTutorial.Name = "Auto Farm Tutorial"
  447. AutoFarmTutorial.Parent = TutiorialFrame
  448. AutoFarmTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  449. AutoFarmTutorial.Position = UDim2.new(0, 0, 0.518333316, 0)
  450. AutoFarmTutorial.Size = UDim2.new(0, 106, 0, 64)
  451. AutoFarmTutorial.Font = Enum.Font.SourceSans
  452. AutoFarmTutorial.Text = "Auto Farm : It farms Ryo and Exp for you it also auto kills enemy"
  453. AutoFarmTutorial.TextColor3 = Color3.new(0, 0, 0)
  454. AutoFarmTutorial.TextScaled = true
  455. AutoFarmTutorial.TextSize = 30
  456. AutoFarmTutorial.TextWrapped = true
  457.  
  458. UnlockNinjutsuKenjutsuandCompanionsTutorial.Name = "Unlock Ninjutsu , Kenjutsu and Companions Tutorial"
  459. UnlockNinjutsuKenjutsuandCompanionsTutorial.Parent = TutiorialFrame
  460. UnlockNinjutsuKenjutsuandCompanionsTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  461. UnlockNinjutsuKenjutsuandCompanionsTutorial.Position = UDim2.new(0, 0, 0.802777767, 0)
  462. UnlockNinjutsuKenjutsuandCompanionsTutorial.Size = UDim2.new(0, 106, 0, 44)
  463. UnlockNinjutsuKenjutsuandCompanionsTutorial.Font = Enum.Font.SourceSans
  464. UnlockNinjutsuKenjutsuandCompanionsTutorial.Text = "Unlock Ninjutsu , Kenjutsu and Companions : It unlocks Ninjutsu , Kenjutsu and Companions in your menu"
  465. UnlockNinjutsuKenjutsuandCompanionsTutorial.TextColor3 = Color3.new(0, 0, 0)
  466. UnlockNinjutsuKenjutsuandCompanionsTutorial.TextScaled = true
  467. UnlockNinjutsuKenjutsuandCompanionsTutorial.TextSize = 30
  468. UnlockNinjutsuKenjutsuandCompanionsTutorial.TextWrapped = true
  469.  
  470. FastShootTutorial.Name = "Fast Shoot Tutorial"
  471. FastShootTutorial.Parent = TutiorialFrame
  472. FastShootTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  473. FastShootTutorial.Position = UDim2.new(0.515837133, 0, 0.224999994, 0)
  474. FastShootTutorial.Size = UDim2.new(0, 106, 0, 67)
  475. FastShootTutorial.Font = Enum.Font.SourceSans
  476. FastShootTutorial.Text = "Fast Shoot : When You Attach An Element To A Weapon Then It Takes Time to Shoot But With this you Can Shoot Any Time Without Charge "
  477. FastShootTutorial.TextColor3 = Color3.new(0, 0, 0)
  478. FastShootTutorial.TextScaled = true
  479. FastShootTutorial.TextSize = 30
  480. FastShootTutorial.TextWrapped = true
  481.  
  482. SkillPackTutorial.Name = "Skill Pack Tutorial"
  483. SkillPackTutorial.Parent = TutiorialFrame
  484. SkillPackTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  485. SkillPackTutorial.Position = UDim2.new(0.515837133, 0, 0.802777767, 0)
  486. SkillPackTutorial.Size = UDim2.new(0, 106, 0, 44)
  487. SkillPackTutorial.Font = Enum.Font.SourceSans
  488. SkillPackTutorial.Text = "Skill Pack : Gives you skills"
  489. SkillPackTutorial.TextColor3 = Color3.new(0, 0, 0)
  490. SkillPackTutorial.TextScaled = true
  491. SkillPackTutorial.TextSize = 30
  492. SkillPackTutorial.TextWrapped = true
  493.  
  494. CheckScrollBossTutorial.Name = "Check Scroll + Boss Tutorial"
  495. CheckScrollBossTutorial.Parent = TutiorialFrame
  496. CheckScrollBossTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  497. CheckScrollBossTutorial.Position = UDim2.new(0.515837133, 0, 0.522777617, 0)
  498. CheckScrollBossTutorial.Size = UDim2.new(0, 106, 0, 63)
  499. CheckScrollBossTutorial.Font = Enum.Font.SourceSans
  500. CheckScrollBossTutorial.Text = "Check Boss + Scroll : It checks if a scrol or boss has spawned in the server"
  501. CheckScrollBossTutorial.TextColor3 = Color3.new(0, 0, 0)
  502. CheckScrollBossTutorial.TextScaled = true
  503. CheckScrollBossTutorial.TextSize = 30
  504. CheckScrollBossTutorial.TextWrapped = true
  505.  
  506. TutorialDecor.Name = "Tutorial Decor"
  507. TutorialDecor.Parent = TutiorialFrame
  508. TutorialDecor.BackgroundColor3 = Color3.new(0, 0, 0)
  509. TutorialDecor.BackgroundTransparency = 0.30000001192093
  510. TutorialDecor.Position = UDim2.new(0.47963801, 0, 0.224999994, 0)
  511. TutorialDecor.Size = UDim2.new(0, 8, 0, 174)
  512. TutorialDecor.Font = Enum.Font.SourceSans
  513. TutorialDecor.Text = ""
  514. TutorialDecor.TextColor3 = Color3.new(0, 0, 0)
  515. TutorialDecor.TextSize = 30
  516. TutorialDecor.TextWrapped = true
  517.  
  518. function notify(msg)
  519. game.StarterGui:SetCore('SendNotification', {
  520. Title = 'NRPG : Beyond';
  521. Text = msg;
  522. Duration = 5;
  523. })
  524. end
  525.  
  526. notify'Made by GuiRoblox#2952'
  527.  
  528. CloseTutorial.Name = "Close"
  529. CloseTutorial.Parent = TutiorialFrame
  530. CloseTutorial.BackgroundColor3 = Color3.new(1, 0.458824, 0.458824)
  531. CloseTutorial.BackgroundTransparency = 0.30000001192093
  532. CloseTutorial.Position = UDim2.new(0.745852113, 0, 0, 0)
  533. CloseTutorial.Size = UDim2.new(0, 55, 0, 50)
  534. CloseTutorial.Font = Enum.Font.SourceSans
  535. CloseTutorial.Text = "X"
  536. CloseTutorial.TextColor3 = Color3.new(0, 0, 0)
  537. CloseTutorial.TextSize = 20
  538. CloseTutorial.MouseButton1Down:connect(function()
  539. Frame.Visible = false
  540. TutiorialFrame.Visible = false
  541. Main.Visible = true
  542. end)
Add Comment
Please, Sign In to add comment