Advertisement
l34k3r

Untitled

Oct 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RobotzGUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Bar = Instance.new("Frame")
  8. local Bar2 = Instance.new("Frame")
  9. local Frame = Instance.new("Frame")
  10. local Noclip = Instance.new("TextButton")
  11. local CheckBox = Instance.new("Frame")
  12. local Checked = Instance.new("ImageLabel")
  13. local Version = Instance.new("TextLabel")
  14. local Close = Instance.new("TextButton")
  15. local Min = Instance.new("TextButton")
  16. local info = Instance.new("TextLabel")
  17. local Open = Instance.new("TextButton")
  18. local LoginFrame = Instance.new("Frame")
  19. local Title_2 = Instance.new("TextLabel")
  20. local user = Instance.new("TextBox")
  21. local pass = Instance.new("TextBox")
  22. --Properties:
  23. RobotzGUI.Name = "Robotz' GUI"
  24. RobotzGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. RobotzGUI.ResetOnSpawn = false
  26.  
  27. MainFrame.Name = "MainFrame"
  28. MainFrame.Parent = RobotzGUI
  29. MainFrame.Active = true
  30. MainFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  31. MainFrame.BorderColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  32. MainFrame.BorderSizePixel = 3
  33. MainFrame.Position = UDim2.new(0.2823219, 0, 0.189830497, 0)
  34. MainFrame.Selectable = true
  35. MainFrame.Size = UDim2.new(0, 330, 0, 366)
  36. MainFrame.Visible = false
  37.  
  38. Title.Name = "Title"
  39. Title.Parent = MainFrame
  40. Title.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  41. Title.BorderSizePixel = 0
  42. Title.Size = UDim2.new(0, 330, 0, 55)
  43. Title.Font = Enum.Font.SourceSansLight
  44. Title.Text = "Robotz' GUI"
  45. Title.TextColor3 = Color3.new(1, 1, 1)
  46. Title.TextScaled = true
  47. Title.TextSize = 14
  48. Title.TextWrapped = true
  49.  
  50. Bar.Name = "Bar"
  51. Bar.Parent = MainFrame
  52. Bar.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  53. Bar.BorderSizePixel = 0
  54. Bar.Position = UDim2.new(0, 0, 0.248633876, 0)
  55. Bar.Size = UDim2.new(0, 330, 0, 3)
  56.  
  57. Bar2.Name = "Bar2"
  58. Bar2.Parent = MainFrame
  59. Bar2.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  60. Bar2.BorderSizePixel = 0
  61. Bar2.Position = UDim2.new(0, 0, 0.150273219, 0)
  62. Bar2.Size = UDim2.new(0, 330, 0, 3)
  63.  
  64. Frame.Parent = MainFrame
  65. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  66. Frame.BorderSizePixel = 0
  67. Frame.Position = UDim2.new(0, 0, 0.256830603, 0)
  68. Frame.Size = UDim2.new(0, 330, 0, 272)
  69.  
  70. Noclip.Name = "Noclip"
  71. Noclip.Parent = Frame
  72. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  73. Noclip.BorderSizePixel = 0
  74. Noclip.Position = UDim2.new(0.164562419, 0, 0.048205018, 0)
  75. Noclip.Size = UDim2.new(0, 89, 0, 30)
  76. Noclip.Font = Enum.Font.SciFi
  77. Noclip.Text = "Noclip"
  78. Noclip.TextColor3 = Color3.new(1, 1, 1)
  79. Noclip.TextSize = 14
  80. Noclip.TextWrapped = true
  81.  
  82. CheckBox.Name = "CheckBox"
  83. CheckBox.Parent = Noclip
  84. CheckBox.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  85. CheckBox.BorderSizePixel = 0
  86. CheckBox.Position = UDim2.new(-0.449438214, 0, 0, 0)
  87. CheckBox.Size = UDim2.new(0, 32, 0, 30)
  88.  
  89. Checked.Name = "Checked"
  90. Checked.Parent = Noclip
  91. Checked.BackgroundColor3 = Color3.new(1, 1, 1)
  92. Checked.BackgroundTransparency = 1
  93. Checked.BorderSizePixel = 0
  94. Checked.Position = UDim2.new(-0.412132025, 0, 0.13333334, 0)
  95. Checked.Size = UDim2.new(0, 25, 0, 22)
  96. Checked.Visible = false
  97. Checked.Image = "rbxassetid://1183338677"
  98.  
  99. Version.Name = "Version"
  100. Version.Parent = MainFrame
  101. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Version.BackgroundTransparency = 1
  103. Version.BorderSizePixel = 0
  104. Version.Position = UDim2.new(0, 0, 0.158469945, 0)
  105. Version.Size = UDim2.new(0, 330, 0, 33)
  106. Version.Font = Enum.Font.SourceSans
  107. Version.Text = "Version0.0.1a"
  108. Version.TextColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  109. Version.TextScaled = true
  110. Version.TextSize = 14
  111. Version.TextStrokeColor3 = Color3.new(1, 1, 1)
  112. Version.TextStrokeTransparency = 0.75999999046326
  113. Version.TextWrapped = true
  114.  
  115. Close.Name = "Close"
  116. Close.Parent = MainFrame
  117. Close.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  118. Close.BorderColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  119. Close.BorderSizePixel = 3
  120. Close.Position = UDim2.new(0.881818175, 0, 0.0437158458, 0)
  121. Close.Size = UDim2.new(0, 27, 0, 23)
  122. Close.Font = Enum.Font.SourceSansLight
  123. Close.Text = "X"
  124. Close.TextColor3 = Color3.new(1, 1, 1)
  125. Close.TextScaled = true
  126. Close.TextSize = 14
  127. Close.TextWrapped = true
  128. Close.MouseButton1Click:Connect(function()
  129. MainFrame.Visible = false
  130. end)
  131.  
  132. Min.Name = "Min"
  133. Min.Parent = MainFrame
  134. Min.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  135. Min.BorderColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  136. Min.BorderSizePixel = 3
  137. Min.Position = UDim2.new(0.0454545319, 0, 0.0437158346, 0)
  138. Min.Size = UDim2.new(0, 27, 0, 23)
  139. Min.Font = Enum.Font.SourceSansLight
  140. Min.Text = "-"
  141. Min.TextColor3 = Color3.new(1, 1, 1)
  142. Min.TextScaled = true
  143. Min.TextSize = 14
  144. Min.TextWrapped = true
  145. Min.MouseButton1Click:Connect(function()
  146. MainFrame.Visible = false
  147. Open.Visible = true
  148. end)
  149.  
  150. info.Name = "info"
  151. info.Parent = MainFrame
  152. info.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  153. info.BorderSizePixel = 0
  154. info.Position = UDim2.new(0, 0, 0.939890683, 0)
  155. info.Size = UDim2.new(0, 330, 0, 22)
  156. info.Font = Enum.Font.SourceSansLight
  157. info.Text = "This isn't a exploit, if you use it as one shame on you."
  158. info.TextColor3 = Color3.new(1, 1, 1)
  159. info.TextScaled = true
  160. info.TextSize = 15
  161. info.TextWrapped = true
  162.  
  163. Open.Name = "Open"
  164. Open.Parent = RobotzGUI
  165. Open.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  166. Open.Position = UDim2.new(0.93196404, 0, 0.933586359, 0)
  167. Open.Size = UDim2.new(0, 30, 0, 25)
  168. Open.Visible = false
  169. Open.Font = Enum.Font.SourceSans
  170. Open.Text = "X"
  171. Open.TextColor3 = Color3.new(1, 1, 1)
  172. Open.TextScaled = true
  173. Open.TextSize = 14
  174. Open.TextWrapped = true
  175. Open.MouseButton1Click:Connect(function()
  176. MainFrame.Visible = true
  177. Open.Visible = false
  178. end)
  179.  
  180. LoginFrame.Name = "LoginFrame"
  181. LoginFrame.Parent = RobotzGUI
  182. LoginFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  183. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  184. LoginFrame.BorderSizePixel = 3
  185. LoginFrame.Position = UDim2.new(0.314398974, 0, 0.195445925, 0)
  186. LoginFrame.Size = UDim2.new(0, 280, 0, 321)
  187.  
  188. Title_2.Name = "Title"
  189. Title_2.Parent = LoginFrame
  190. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  191. Title_2.BackgroundTransparency = 1
  192. Title_2.Size = UDim2.new(0, 280, 0, 80)
  193. Title_2.Font = Enum.Font.SourceSans
  194. Title_2.Text = "Robotz' GUI Login"
  195. Title_2.TextColor3 = Color3.new(1, 1, 1)
  196. Title_2.TextScaled = true
  197. Title_2.TextSize = 14
  198. Title_2.TextWrapped = true
  199.  
  200. user.Name = "user"
  201. user.Parent = LoginFrame
  202. user.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  203. user.BorderColor3 = Color3.new(0, 0, 0)
  204. user.BorderSizePixel = 2
  205. user.Position = UDim2.new(0.157142863, 0, 0.373831779, 0)
  206. user.Size = UDim2.new(0, 191, 0, 35)
  207. user.ClearTextOnFocus = false
  208. user.Font = Enum.Font.SourceSans
  209. user.Text = "Username"
  210. user.TextColor3 = Color3.new(1, 1, 1)
  211. user.TextScaled = true
  212. user.TextSize = 14
  213. user.TextWrapped = true
  214. if user.Text == "HeadScan" and pass.Text == "baka" then
  215. LoginFrame.Visible = false
  216. MainFrame.Visible = true
  217. end
  218.  
  219. pass.Name = "pass"
  220. pass.Parent = LoginFrame
  221. pass.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  222. pass.BorderColor3 = Color3.new(0, 0, 0)
  223. pass.BorderSizePixel = 2
  224. pass.Position = UDim2.new(0.160714298, 0, 0.67289722, 0)
  225. pass.Size = UDim2.new(0, 191, 0, 35)
  226. pass.ClearTextOnFocus = false
  227. pass.Font = Enum.Font.SourceSans
  228. pass.Text = "Password"
  229. pass.TextColor3 = Color3.new(1, 1, 1)
  230. pass.TextScaled = true
  231. pass.TextSize = 14
  232. pass.TextWrapped = true
  233. -- Scripts:
  234. function SCRIPT_TRMY84_FAKESCRIPT() -- Frame.NoclipScript
  235. getfenv().script = Instance.new('LocalScript', Frame)
  236.  
  237. --This is the script that controls the noclip button!
  238.  
  239. Button = script.Parent.Noclip
  240.  
  241. noclip = false
  242. game:GetService('RunService').Stepped:connect(function()
  243. if noclip then
  244. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  245. end
  246. end)
  247.  
  248. Button.MouseButton1Click:connect(function()
  249. noclip = not noclip
  250. if Button.Text == "Noclip" then
  251. Button.Text = "Noclip"
  252. else
  253. Button.Text = "Noclip"
  254. end
  255. end)
  256.  
  257. --<ImageScript
  258.  
  259. button = script.Parent.Noclip
  260. image = script.Parent.Noclip.Checked
  261. visible = false
  262.  
  263. button.MouseButton1Click:Connect(function()
  264. if visible == false then
  265. image.Visible = true
  266. visible = true
  267.  
  268. else
  269. image.Visible = false
  270. visible = false
  271. end
  272. end)
  273.  
  274. end
  275. coroutine.resume(coroutine.create(SCRIPT_TRMY84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement