Ham-Bur-Ger

Rocitizens OP GUI FREE INF MONEY&MORE

Jun 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local RoCrap = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local info = Instance.new("TextLabel")
  7. local infmoney = Instance.new("TextButton")
  8. local keyteleport = Instance.new("TextButton")
  9. local keynoclip = Instance.new("TextButton")
  10. local comingsoon = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local OtherFrame = Instance.new("Frame")
  13. local ToggleTitle = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local ToggleTitle2 = Instance.new("TextLabel")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17. local min = Instance.new("TextButton")
  18. local exit = Instance.new("TextButton")
  19. --Properties:
  20. RoCrap.Name = "RoCrap"
  21. RoCrap.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. RoCrap.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. MainFrame.Name = "MainFrame"
  25. MainFrame.Parent = RoCrap
  26. MainFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  27. MainFrame.BorderColor3 = Color3.new(0, 0, 1)
  28. MainFrame.BorderSizePixel = 2
  29. MainFrame.Position = UDim2.new(0.107611552, 0, 0.31499052, 0)
  30. MainFrame.Size = UDim2.new(0, 271, 0, 250)
  31.  
  32. info.Name = "info"
  33. info.Parent = MainFrame
  34. info.BackgroundColor3 = Color3.new(1, 1, 1)
  35. info.BackgroundTransparency = 1
  36. info.Position = UDim2.new(0, 0, 0.811999977, 0)
  37. info.Size = UDim2.new(0, 271, 0, 47)
  38. info.Font = Enum.Font.GothamBlack
  39. info.Text = "If you are banned or IP banned or just banned from any game, that isn't my fault. it would be yours"
  40. info.TextColor3 = Color3.new(1, 1, 1)
  41. info.TextSize = 14
  42. info.TextWrapped = true
  43.  
  44. infmoney.Name = "infmoney"
  45. infmoney.Parent = MainFrame
  46. infmoney.BackgroundColor3 = Color3.new(1, 1, 1)
  47. infmoney.BackgroundTransparency = 1
  48. infmoney.Position = UDim2.new(0.0590405911, 0, 0.0399999917, 0)
  49. infmoney.Size = UDim2.new(0, 107, 0, 35)
  50. infmoney.Font = Enum.Font.GothamBold
  51. infmoney.Text = "INF MONEY"
  52. infmoney.TextColor3 = Color3.new(1, 1, 1)
  53. infmoney.TextScaled = true
  54. infmoney.TextSize = 14
  55. infmoney.TextWrapped = true
  56. infmoney.MouseButton1Click:Connect(function()
  57. game.Players.LocalPlayer.ChangeMoney:Fire(9000000000000000000)
  58. end)
  59.  
  60. keyteleport.Name = "keyteleport"
  61. keyteleport.Parent = MainFrame
  62. keyteleport.BackgroundColor3 = Color3.new(1, 1, 1)
  63. keyteleport.BackgroundTransparency = 1
  64. keyteleport.Position = UDim2.new(0.546125472, 0, 0.0399999917, 0)
  65. keyteleport.Size = UDim2.new(0, 107, 0, 35)
  66. keyteleport.Font = Enum.Font.GothamBold
  67. keyteleport.Text = "E - TELEPORT"
  68. keyteleport.TextColor3 = Color3.new(1, 1, 1)
  69. keyteleport.TextScaled = true
  70. keyteleport.TextSize = 14
  71. keyteleport.TextWrapped = true
  72. keyteleport.MouseButton1Down:connect(function()
  73. plr = game.Players.LocalPlayer
  74. hum = plr.Character.HumanoidRootPart
  75. mouse = plr:GetMouse()
  76. mouse.KeyDown:connect(function(key)
  77. if key == "e" then
  78. if mouse.Target then
  79. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  80. end
  81. end
  82. end)
  83. end)
  84.  
  85. keynoclip.Name = "keynoclip"
  86. keynoclip.Parent = MainFrame
  87. keynoclip.BackgroundColor3 = Color3.new(1, 1, 1)
  88. keynoclip.BackgroundTransparency = 1
  89. keynoclip.Position = UDim2.new(0.059040606, 0, 0.211999997, 0)
  90. keynoclip.Size = UDim2.new(0, 107, 0, 35)
  91. keynoclip.Font = Enum.Font.GothamBold
  92. keynoclip.Text = "N - NOCLIP"
  93. keynoclip.TextColor3 = Color3.new(1, 1, 1)
  94. keynoclip.TextScaled = true
  95. keynoclip.TextSize = 14
  96. keynoclip.TextWrapped = true
  97. keynoclip.MouseButton1Down:connect(function()
  98. noclip = false
  99. game:GetService('RunService').Stepped:connect(function()
  100. if noclip then
  101. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  102. end
  103. end)
  104. plr = game.Players.LocalPlayer
  105. mouse = plr:GetMouse()
  106. mouse.KeyDown:connect(function(key)
  107.  
  108. if key == "n" then
  109. noclip = not noclip
  110. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  111. end
  112. end)
  113. print('Loaded')
  114. print('Press "N" to noclip')
  115. end)
  116.  
  117. comingsoon.Name = "comingsoon"
  118. comingsoon.Parent = MainFrame
  119. comingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
  120. comingsoon.BackgroundTransparency = 1
  121. comingsoon.Position = UDim2.new(0.546125472, 0, 0.211999997, 0)
  122. comingsoon.Size = UDim2.new(0, 107, 0, 35)
  123. comingsoon.Font = Enum.Font.GothamBold
  124. comingsoon.Text = "COMINGSOON"
  125. comingsoon.TextColor3 = Color3.new(1, 1, 1)
  126. comingsoon.TextScaled = true
  127. comingsoon.TextSize = 14
  128. comingsoon.TextWrapped = true
  129.  
  130. TextLabel.Parent = MainFrame
  131. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  132. TextLabel.BackgroundTransparency = 1
  133. TextLabel.Position = UDim2.new(0, 0, 0.416000009, 0)
  134. TextLabel.Size = UDim2.new(0, 271, 0, 78)
  135. TextLabel.Font = Enum.Font.GothamBlack
  136. TextLabel.Text = "GUI MADE BY TAKEASPECT, IF YOUR USING THIS FOR A VIDEO PLEASE GIVE CREDITS AND LEAK IT WITH ONLY PASTEBIN. IF NOT THEN I WILL DELETE THE SCRIPT AND MAKE A NEW ONE. :)"
  137. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  138. TextLabel.TextSize = 14
  139. TextLabel.TextWrapped = true
  140.  
  141. OtherFrame.Name = "OtherFrame"
  142. OtherFrame.Parent = RoCrap
  143. OtherFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  144. OtherFrame.BorderColor3 = Color3.new(0, 0, 1)
  145. OtherFrame.BorderSizePixel = 2
  146. OtherFrame.Position = UDim2.new(0.107611552, 0, 0.254269451, 0)
  147. OtherFrame.Size = UDim2.new(0, 271, 0, 32)
  148.  
  149. ToggleTitle.Name = "ToggleTitle"
  150. ToggleTitle.Parent = OtherFrame
  151. ToggleTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  152. ToggleTitle.BackgroundTransparency = 1
  153. ToggleTitle.Position = UDim2.new(0.0886116177, 0, -0.0011267662, 0)
  154. ToggleTitle.Size = UDim2.new(0, 130, 0, 33)
  155. ToggleTitle.Font = Enum.Font.GothamBold
  156. ToggleTitle.Text = "CRAP"
  157. ToggleTitle.TextColor3 = Color3.new(0, 0, 0)
  158. ToggleTitle.TextScaled = true
  159. ToggleTitle.TextSize = 14
  160. ToggleTitle.TextWrapped = true
  161.  
  162. TextLabel_2.Parent = ToggleTitle
  163. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel_2.BackgroundTransparency = 1
  165. TextLabel_2.Position = UDim2.new(-0.29021582, 0, 0, 0)
  166. TextLabel_2.Size = UDim2.new(0, 81, 0, 33)
  167. TextLabel_2.Font = Enum.Font.GothamBold
  168. TextLabel_2.Text = "RO"
  169. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  170. TextLabel_2.TextScaled = true
  171. TextLabel_2.TextSize = 14
  172. TextLabel_2.TextWrapped = true
  173.  
  174. ToggleTitle2.Name = "ToggleTitle2"
  175. ToggleTitle2.Parent = OtherFrame
  176. ToggleTitle2.BackgroundColor3 = Color3.new(1, 1, 1)
  177. ToggleTitle2.BackgroundTransparency = 1
  178. ToggleTitle2.Position = UDim2.new(0.0886116177, 0, 0, 0)
  179. ToggleTitle2.Size = UDim2.new(0, 137, 0, 32)
  180. ToggleTitle2.Font = Enum.Font.GothamBold
  181. ToggleTitle2.Text = "CRAP"
  182. ToggleTitle2.TextColor3 = Color3.new(1, 1, 1)
  183. ToggleTitle2.TextScaled = true
  184. ToggleTitle2.TextSize = 14
  185. ToggleTitle2.TextWrapped = true
  186.  
  187. TextLabel_3.Parent = ToggleTitle2
  188. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  189. TextLabel_3.BackgroundTransparency = 1
  190. TextLabel_3.Position = UDim2.new(-0.29021582, 0, 0, 0)
  191. TextLabel_3.Size = UDim2.new(0, 76, 0, 33)
  192. TextLabel_3.Font = Enum.Font.GothamBold
  193. TextLabel_3.Text = "RO"
  194. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  195. TextLabel_3.TextScaled = true
  196. TextLabel_3.TextSize = 14
  197. TextLabel_3.TextWrapped = true
  198.  
  199. min.Name = "min"
  200. min.Parent = OtherFrame
  201. min.BackgroundColor3 = Color3.new(1, 1, 1)
  202. min.BackgroundTransparency = 1
  203. min.Position = UDim2.new(0.697417021, 0, -0.0011267662, 0)
  204. min.Size = UDim2.new(0, 41, 0, 33)
  205. min.Font = Enum.Font.GothamBlack
  206. min.Text = "-"
  207. min.TextColor3 = Color3.new(1, 1, 1)
  208. min.TextScaled = true
  209. min.TextSize = 14
  210. min.TextWrapped = true
  211.  
  212. exit.Name = "exit"
  213. exit.Parent = OtherFrame
  214. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  215. exit.BackgroundTransparency = 1
  216. exit.Position = UDim2.new(0.84870851, 0, -0.0011267662, 0)
  217. exit.Size = UDim2.new(0, 41, 0, 33)
  218. exit.Font = Enum.Font.GothamBlack
  219. exit.Text = "x"
  220. exit.TextColor3 = Color3.new(1, 1, 1)
  221. exit.TextScaled = true
  222. exit.TextSize = 14
  223. exit.TextWrapped = true
  224. -- Scripts:
  225. min.MouseButton1Click:connect(function()
  226. if MainFrame.Visible == true then
  227. MainFrame.Visible = false
  228. min.Text = "+"
  229. elseif
  230. MainFrame.Visible == false then
  231. MainFrame.Visible = true
  232. min.Text = "-"
  233.  
  234. end
  235. end)
  236. exit.MouseButton1Click:Connect(function()
  237. RoCrap:Destroy()
  238. end)
Add Comment
Please, Sign In to add comment