Upscalefanatic3

Dont know what game but sounds cool

Feb 4th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 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 TextLabel = Instance.new("TextLabel")
  8. local sap = Instance.new("TextButton")
  9. local rub = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  15. Frame.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  16. Frame.Position = UDim2.new(0.0644992143, 0, 0.257281542, 0)
  17. Frame.Size = UDim2.new(0, 150, 0, 213)
  18.  
  19. Frame_2.Parent = ScreenGui
  20. Frame_2.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  21. Frame_2.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  22. Frame_2.Position = UDim2.new(0.0644991994, 0, 0.257281542, 0)
  23. Frame_2.Size = UDim2.new(0, 150, 0, 40)
  24.  
  25. TextLabel.Parent = ScreenGui
  26. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  27. TextLabel.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  28. TextLabel.Position = UDim2.new(0.0644991994, 0, 0.256067961, 0)
  29. TextLabel.Size = UDim2.new(0, 150, 0, 41)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Bloodmoon cheats"
  32. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  33. TextLabel.TextSize = 14
  34.  
  35. sap.Name = "sap"
  36. sap.Parent = ScreenGui
  37. sap.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  38. sap.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  39. sap.Position = UDim2.new(0.0644991994, 0, 0.354368925, 0)
  40. sap.Size = UDim2.new(0, 150, 0, 40)
  41. sap.Font = Enum.Font.SourceSans
  42. sap.Text = "inf sapphire"
  43. sap.TextColor3 = Color3.new(0, 0, 0)
  44. sap.TextSize = 14
  45.  
  46. rub.Name = "rub"
  47. rub.Parent = ScreenGui
  48. rub.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  49. rub.BorderColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  50. rub.Position = UDim2.new(0.0644991994, 0, 0.439320385, 0)
  51. rub.Size = UDim2.new(0, 150, 0, 41)
  52. rub.Font = Enum.Font.SourceSans
  53. rub.Text = "inf rubies"
  54. rub.TextColor3 = Color3.new(0, 0, 0)
  55. rub.TextSize = 14
  56. -- Scripts:
  57. function SCRIPT_LQRA80_FAKESCRIPT() -- sap.Script
  58. local script = Instance.new('Script')
  59. script.Parent = sap
  60. print ("Done!")
  61.  
  62. sap.MouseButton1Click:connect(function()
  63. game.ReplicatedStorage.BuySapphireItemFunction:InvokeServer("PikachuFrame",-999999)
  64. end)
  65.  
  66. end
  67. coroutine.resume(coroutine.create(SCRIPT_LQRA80_FAKESCRIPT))
  68. function SCRIPT_DABB88_FAKESCRIPT() -- rub.Script
  69. local script = Instance.new('Script')
  70. script.Parent = rub
  71. print("Done!")
  72.  
  73. rub.MouseButton1Click:connect(function()
  74. game.ReplicatedStorage.BuyItemFunction:InvokeServer("The Decimator",-999999)
  75. end)
  76.  
  77. end
  78. coroutine.resume(coroutine.create(SCRIPT_DABB88_FAKESCRIPT))
Add Comment
Please, Sign In to add comment