Hydasi

Hotel Elephant

Jan 26th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Gui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local BeautyA = Instance.new("Frame")
  7. local Name = Instance.new("TextLabel")
  8. local BeautyB = Instance.new("Frame")
  9. local Credit = Instance.new("TextLabel")
  10. local Label = Instance.new("TextLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local Start = Instance.new("TextButton")
  13. local Stop = Instance.new("TextButton")
  14. local OpenFrame = Instance.new("Frame")
  15. local Open = Instance.new("TextButton")
  16. --Properties:
  17. Gui.Name = "Gui"
  18. Gui.Parent = game.CoreGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = Gui
  22. Main.Active = true
  23. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  24. Main.BackgroundTransparency = 0.20000000298023
  25. Main.BorderSizePixel = 0
  26. Main.Position = UDim2.new(0.24368687, 0, 0.24701196, 0)
  27. Main.Size = UDim2.new(0, 406, 0, 253)
  28. Main.Visible = false
  29. Main.Draggable = true
  30.  
  31. BeautyA.Name = "BeautyA"
  32. BeautyA.Parent = Main
  33. BeautyA.BackgroundColor3 = Color3.new(1, 0, 1)
  34. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  35. BeautyA.BorderSizePixel = 0
  36. BeautyA.Position = UDim2.new(0, 0, -0.00396825001, 0)
  37. BeautyA.Size = UDim2.new(0, 406, 0, 23)
  38.  
  39. Name.Name = "Name"
  40. Name.Parent = BeautyA
  41. Name.BackgroundColor3 = Color3.new(1, 0, 1)
  42. Name.BorderSizePixel = 0
  43. Name.Position = UDim2.new(0.266009837, 0, -0.00790513866, 0)
  44. Name.Size = UDim2.new(0, 183, 0, 23)
  45. Name.Font = Enum.Font.Cartoon
  46. Name.Text = "Elehotel"
  47. Name.TextColor3 = Color3.new(0, 0, 0)
  48. Name.TextSize = 30
  49.  
  50. BeautyB.Name = "BeautyB"
  51. BeautyB.Parent = Main
  52. BeautyB.BackgroundColor3 = Color3.new(1, 0, 1)
  53. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  54. BeautyB.BorderSizePixel = 0
  55. BeautyB.Position = UDim2.new(0, 0, 0.905138314, 0)
  56. BeautyB.Size = UDim2.new(0, 406, 0, 24)
  57.  
  58. Credit.Name = "Credit"
  59. Credit.Parent = BeautyB
  60. Credit.BackgroundColor3 = Color3.new(1, 0, 1)
  61. Credit.BorderSizePixel = 0
  62. Credit.Position = UDim2.new(0.266009837, 0, -0.00790513866, 0)
  63. Credit.Size = UDim2.new(0, 183, 0, 23)
  64. Credit.Font = Enum.Font.Cartoon
  65. Credit.Text = "GUI made by Ziegel#8171"
  66. Credit.TextColor3 = Color3.new(0, 0, 0)
  67. Credit.TextSize = 20
  68.  
  69. Label.Name = "Label"
  70. Label.Parent = Main
  71. Label.BackgroundColor3 = Color3.new(0.427451, 0, 0.427451)
  72. Label.BorderColor3 = Color3.new(0.584314, 0, 0.584314)
  73. Label.BorderSizePixel = 0
  74. Label.Position = UDim2.new(0.253694594, 0, 0.173913047, 0)
  75. Label.Size = UDim2.new(0, 200, 0, 50)
  76. Label.Font = Enum.Font.Cartoon
  77. Label.Text = "Infinity Money"
  78. Label.TextColor3 = Color3.new(0, 0, 0)
  79. Label.TextSize = 30
  80.  
  81. TextButton.Parent = Main
  82. TextButton.BackgroundColor3 = Color3.new(1, 0, 1)
  83. TextButton.BorderSizePixel = 0
  84. TextButton.Position = UDim2.new(0.903940916, 0, 0, 0)
  85. TextButton.Size = UDim2.new(0, 39, 0, 21)
  86. TextButton.Font = Enum.Font.Cartoon
  87. TextButton.Text = "X"
  88. TextButton.TextColor3 = Color3.new(0, 0, 0)
  89. TextButton.TextSize = 14
  90. TextButton.MouseButton1Down:connect(function()
  91. OpenFrame.Visible = true
  92. Main.Visible = false
  93. end)
  94.  
  95. Start.Name = "Start"
  96. Start.Parent = Main
  97. Start.BackgroundColor3 = Color3.new(0.811765, 0, 0.811765)
  98. Start.BorderSizePixel = 0
  99. Start.Position = UDim2.new(0.0804293081, 0, 0.514479995, 0)
  100. Start.Size = UDim2.new(0, 108, 0, 59)
  101. Start.Font = Enum.Font.Cartoon
  102. Start.Text = "Start"
  103. Start.TextColor3 = Color3.new(0, 0, 0)
  104. Start.TextSize = 30
  105. Start.MouseButton1Down:connect(function()
  106. G_e = true
  107.  
  108. while G_e do
  109. wait()
  110. local A_1 = false
  111. local A_2 = 1000000000
  112. local A_3 = "Cash"
  113. local Event = game:GetService("ReplicatedStorage").MoneyRequest
  114. Event:FireServer(A_1, A_2, A_3)
  115. end
  116. end)
  117.  
  118. Stop.Name = "Stop"
  119. Stop.Parent = Main
  120. Stop.BackgroundColor3 = Color3.new(0.811765, 0, 0.811765)
  121. Stop.BorderSizePixel = 0
  122. Stop.Position = UDim2.new(0.637110651, 0, 0.514479995, 0)
  123. Stop.Size = UDim2.new(0, 108, 0, 59)
  124. Stop.Font = Enum.Font.Cartoon
  125. Stop.Text = "Stop"
  126. Stop.TextColor3 = Color3.new(0, 0, 0)
  127. Stop.TextSize = 30
  128. Stop.MouseButton1Down:connect(function()
  129. G_e = false
  130.  
  131. while G_e do
  132. wait()
  133. local A_1 = false
  134. local A_2 = 1000000000
  135. local A_3 = "Cash"
  136. local Event = game:GetService("ReplicatedStorage").MoneyRequest
  137. Event:FireServer(A_1, A_2, A_3)
  138. end
  139. end)
  140.  
  141. OpenFrame.Name = "OpenFrame"
  142. OpenFrame.Parent = Gui
  143. OpenFrame.Active = true
  144. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  145. OpenFrame.BorderSizePixel = 0
  146. OpenFrame.Position = UDim2.new(0, 0, 0.625497997, 0)
  147. OpenFrame.Size = UDim2.new(0, 103, 0, 28)
  148.  
  149. Open.Name = "Open"
  150. Open.Parent = OpenFrame
  151. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  152. Open.BorderSizePixel = 0
  153. Open.Position = UDim2.new(0.0904849842, 0, 0.0357143879, 0)
  154. Open.Size = UDim2.new(0, 83, 0, 25)
  155. Open.Font = Enum.Font.Cartoon
  156. Open.Text = "Open"
  157. Open.TextColor3 = Color3.new(0, 0, 0)
  158. Open.TextSize = 30
  159. Open.MouseButton1Down:connect(function()
  160. Main.Visible = true
  161. OpenFrame.Visible = false
  162. end)
  163. -- Scripts:
Add Comment
Please, Sign In to add comment