Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 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"] = "A6dsw2",
  121. ["Pass"] = "Jk672S",
  122. ["Discord"] = "asssew#5973"
  123. }
  124. user:TweenSizeAndPosition(u(.9,0,.425,0),u(0.05,0,.05,0),"Out","Bounce")
  125. pass:TweenSizeAndPosition(u(.9,0,.425,0),u(0.05,0,.5,0),"Out","Bounce")
  126. login:TweenSizeAndPosition(u(.8,0,.5,0),u(.1,0,1.2,0),"Out","Bounce")
  127.  
  128. local userTab = nil
  129. local username = ""
  130. local passTab = nil
  131. local password = ""
  132.  
  133. user.FocusLost:connect(function()
  134. for i,v in pairs(database) do
  135. if v.Name:lower() == user.Text:lower() then
  136. userTab = v
  137. username = v.Name
  138. end end
  139. if userTab == passTab and userTab ~= nil and userTab.Name == username and userTab.Pass == password then
  140. OpenFrame.Visible = true
  141. gui:destroy()
  142. end end)
  143.  
  144. pass.FocusLost:connect(function()
  145. for i,v in pairs(database) do
  146. if v.Name:lower() == user.Text:lower() then
  147. passTab = v
  148. password = v.Pass
  149. end end
  150. if userTab == passTab and userTab ~= nil and userTab.Name == username and userTab.Pass == password then
  151. OpenFrame.Visible = true
  152. gui:destroy()
  153. end end)
  154.  
  155. -- Scripts
  156.  
  157. Open.MouseButton1Click:connect(function()
  158. Main.Visible = true
  159. end)
  160.  
  161. Close.MouseButton1Click:connect(function()
  162. Main.Visible = false
  163. end)
  164.  
  165. Btools.MouseButton1Click:connect(function()
  166. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  167. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  168. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  169. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  170. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  171. tool1.BinType = "Clone"
  172. tool2.BinType = "GameTool"
  173. tool3.BinType = "Hammer"
  174. tool4.BinType = "Script"
  175. tool5.BinType = "Grab"
  176. end)
  177.  
  178. Rape.MouseButton1Click:connect(function()
  179. loadstring(game:HttpGet(("http://pastebin.com/raw/ZY9uBcyL"), true) )()
  180. end)
  181.  
  182. TextButton.MouseButton1Click:connect(function()
  183. loadstring(game:HttpGet("https://urmomgayhub.xyz/SZCPRIPSD/script.php", true))()
  184. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement