Advertisement
Jezilas

gui

Dec 11th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.28 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 TextLabel = Instance.new("TextLabel")
  7. local infcah = Instance.new("TextButton")
  8. local nocah = Instance.new("TextButton")
  9. local infcashloop = Instance.new("TextButton")
  10. local nocahloop = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local open = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ResetOnSpawn = false
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.Active = true
  19. Frame.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  20. Frame.Position = UDim2.new(0.475141972, 0, 0.0854591727, 0)
  21. Frame.Selectable = true
  22. Frame.Size = UDim2.new(0, 364, 0, 300)
  23. Frame.Visible = false
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(0.109804, 0.717647, 1)
  27. TextLabel.BorderColor3 = Color3.new(0.109804, 0.717647, 1)
  28. TextLabel.Position = UDim2.new(-0.0037073826, 0, -0.167091876, 0)
  29. TextLabel.Size = UDim2.new(0, 308, 0, 50)
  30. TextLabel.Font = Enum.Font.SourceSansLight
  31. TextLabel.Text = "Rezgui (For adopt and raise a cute baby)"
  32. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  33. TextLabel.TextScaled = true
  34. TextLabel.TextSize = 14
  35. TextLabel.TextWrapped = true
  36.  
  37. infcah.Name = "infcah"
  38. infcah.Parent = Frame
  39. infcah.BackgroundColor3 = Color3.new(0.109804, 0.717647, 1)
  40. infcah.BorderColor3 = Color3.new(0.0392157, 0.270588, 0.380392)
  41. infcah.BorderSizePixel = 3
  42. infcah.Position = UDim2.new(0.0412087925, 0, 0.13666667, 0)
  43. infcah.Size = UDim2.new(0, 133, 0, 97)
  44. infcah.Font = Enum.Font.SourceSansLight
  45. infcah.Text = "Give unlimited cash"
  46. infcah.TextColor3 = Color3.new(1, 1, 1)
  47. infcah.TextScaled = true
  48. infcah.TextSize = 14
  49. infcah.TextWrapped = true
  50.  
  51. nocah.Name = "nocah"
  52. nocah.Parent = Frame
  53. nocah.BackgroundColor3 = Color3.new(0.109804, 0.717647, 1)
  54. nocah.BorderColor3 = Color3.new(0.0392157, 0.270588, 0.380392)
  55. nocah.BorderSizePixel = 3
  56. nocah.Position = UDim2.new(0.535714269, 0, 0.13666667, 0)
  57. nocah.Size = UDim2.new(0, 133, 0, 97)
  58. nocah.Font = Enum.Font.SourceSansLight
  59. nocah.Text = "No cash 4 u :("
  60. nocah.TextColor3 = Color3.new(1, 1, 1)
  61. nocah.TextScaled = true
  62. nocah.TextSize = 14
  63. nocah.TextWrapped = true
  64.  
  65. infcashloop.Name = "infcashloop"
  66. infcashloop.Parent = Frame
  67. infcashloop.BackgroundColor3 = Color3.new(0.109804, 0.717647, 1)
  68. infcashloop.BorderColor3 = Color3.new(0.0392157, 0.270588, 0.380392)
  69. infcashloop.BorderSizePixel = 3
  70. infcashloop.Position = UDim2.new(0.0247252751, 0, 0.579999983, 0)
  71. infcashloop.Size = UDim2.new(0, 133, 0, 97)
  72. infcashloop.Font = Enum.Font.SourceSansLight
  73. infcashloop.Text = "Give unlimited cash (loop)"
  74. infcashloop.TextColor3 = Color3.new(1, 1, 1)
  75. infcashloop.TextScaled = true
  76. infcashloop.TextSize = 14
  77. infcashloop.TextWrapped = true
  78.  
  79. nocahloop.Name = "nocahloop"
  80. nocahloop.Parent = Frame
  81. nocahloop.BackgroundColor3 = Color3.new(0.109804, 0.717647, 1)
  82. nocahloop.BorderColor3 = Color3.new(0.0392157, 0.270588, 0.380392)
  83. nocahloop.BorderSizePixel = 3
  84. nocahloop.Position = UDim2.new(0.535714269, 0, 0.546666682, 0)
  85. nocahloop.Size = UDim2.new(0, 133, 0, 97)
  86. nocahloop.Font = Enum.Font.SourceSansLight
  87. nocahloop.Text = "No cash 4 u :( (loop)"
  88. nocahloop.TextColor3 = Color3.new(1, 1, 1)
  89. nocahloop.TextScaled = true
  90. nocahloop.TextSize = 14
  91. nocahloop.TextWrapped = true
  92.  
  93. close.Name = "close"
  94. close.Parent = Frame
  95. close.BackgroundColor3 = Color3.new(0.109804, 0.717647, 1)
  96. close.BorderColor3 = Color3.new(0.109804, 0.717647, 1)
  97. close.Position = UDim2.new(0.842446446, 0, -0.166666672, 0)
  98. close.Size = UDim2.new(0, 57, 0, 50)
  99. close.Font = Enum.Font.SourceSansLight
  100. close.Text = "X"
  101. close.TextColor3 = Color3.new(1, 1, 1)
  102. close.TextScaled = true
  103. close.TextSize = 14
  104. close.TextWrapped = true
  105.  
  106. open.Name = "open"
  107. open.Parent = ScreenGui
  108. open.BackgroundColor3 = Color3.new(0, 0, 0)
  109. open.Position = UDim2.new(0, 0, 0.857142866, 0)
  110. open.Size = UDim2.new(0, 169, 0, 50)
  111. open.Font = Enum.Font.SourceSansLight
  112. open.Text = "Open gui"
  113. open.TextColor3 = Color3.new(1, 1, 1)
  114. open.TextScaled = true
  115. open.TextSize = 14
  116. open.TextWrapped = true
  117. -- Scripts:
  118. function SCRIPT_SOEN78_FAKESCRIPT() -- ScreenGui.drag
  119.     getfenv().script = Instance.new('LocalScript', ScreenGui)
  120.  
  121.     frame = script.Parent.Frame  --get the frame object
  122.     frame.Draggable = true
  123.     frame.Active = true
  124.     frame.Selectable = true
  125.     print ("loaded something idk")
  126.  
  127. end
  128. coroutine.resume(coroutine.create(SCRIPT_SOEN78_FAKESCRIPT))
  129.  
  130.  
  131. close.MouseButton1Down:connect(function()
  132.     Frame.Visible = false
  133.    
  134. end)
  135.  
  136.  
  137. open.MouseButton1Down:connect(function()
  138.     Frame.Visible = true
  139. end)
  140.  
  141.  
  142.  
  143. infcah.MouseButton1Down:Connect(function()
  144.     game.ReplicatedStorage.money:FireServer("9000000000")
  145. end)
  146.  
  147.  
  148. infcashloop.MouseButton1Down:connect(function()
  149.     while true do
  150.         wait (0.1)
  151.            game.ReplicatedStorage.money:FireServer("990000")
  152.    game.ReplicatedStorage.money:FireServer("990000")
  153.     end
  154. end)
  155.  
  156.  
  157.  
  158. nocah.MouseButton1Down:connect(function()
  159.        game.ReplicatedStorage.money:FireServer("-745387594358437594835398573985")
  160. end)
  161.  
  162.  
  163. nocahloop.MouseButton1Down:connect(function()
  164.     while true do
  165.            game.ReplicatedStorage.money:FireServer("-745387594358437594835398573985")
  166.    game.ReplicatedStorage.money:FireServer("-745387594358437594835398573985")
  167.     end
  168. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement