Advertisement
Anvnymousperson

NRPG beyond part 2 cheat

Nov 8th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. --Leaked by sir meme, hehe xd
  2. local NRPGGui = Instance.new("ScreenGui")
  3. local GUI = Instance.new("Frame")
  4. local GUICLOSE = Instance.new("TextButton")
  5. local scroll = Instance.new("TextButton")
  6. local akatsuki = Instance.new("TextButton")
  7.  
  8. -- Properties
  9.  
  10. NRPGGui.Name = "NRPG Gui"
  11. NRPGGui.Parent = game.Players.LocalPlayer.PlayerGui
  12.  
  13. GUI.Name = "GUI"
  14. GUI.Parent = NRPGGui
  15. GUI.BackgroundColor3 = Color3.new(0.866667, 1, 0.886275)
  16. GUI.Position = UDim2.new(0.0193370134, 0, 0.647015989, 0)
  17. GUI.Size = UDim2.new(0, 254, 0, 182)
  18.  
  19. GUICLOSE.Name = "GUICLOSE"
  20. GUICLOSE.Parent = GUI
  21. GUICLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
  22. GUICLOSE.Size = UDim2.new(0, 254, 0, 50)
  23. GUICLOSE.Font = Enum.Font.ArialBold
  24. GUICLOSE.Text = "Close"
  25. GUICLOSE.TextColor3 = Color3.new(1, 1, 1)
  26. GUICLOSE.TextSize = 14
  27. GUICLOSE.MouseButton1Click:connect(function()
  28. game.Players.LocalPlayer.PlayerGui["NRPG Gui"]:Remove()
  29. end)
  30.  
  31. scroll.Name = "scroll"
  32. scroll.Parent = GUI
  33. scroll.BackgroundColor3 = Color3.new(0.054902, 0.560784, 1)
  34. scroll.Position = UDim2.new(0, 0, 0.357142866, 0)
  35. scroll.Size = UDim2.new(0, 95, 0, 117)
  36. scroll.Font = Enum.Font.SourceSansBold
  37. scroll.Text = "Unlock All Scroll"
  38. scroll.TextSize = 14
  39. scroll.MouseButton1Click:connect(function()
  40. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.MainGui.menu.Sub:GetChildren()) do
  41. v.lock.Image = ("rbxassetid://1494129610")
  42. end
  43. end)
  44.  
  45. akatsuki.Name = "akatsuki"
  46. akatsuki.Parent = GUI
  47. akatsuki.BackgroundColor3 = Color3.new(1, 0.34902, 0.360784)
  48. akatsuki.Position = UDim2.new(0.594488204, 0, 0.357142866, 0)
  49. akatsuki.Size = UDim2.new(0, 103, 0, 117)
  50. akatsuki.Font = Enum.Font.SourceSansBold
  51. akatsuki.Text = "Akatsuki Pass"
  52. akatsuki.TextSize = 14
  53. akatsuki.MouseButton1Click:connect(function()
  54. Instance.new("IntValue",game.Players.LocalPlayer)
  55. wait()
  56. game.Players.LocalPlayer.Value.Name = ("akatsukibase")
  57. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement