Advertisement
l34k3r

Untitled

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