AimbotMan2022

Insane Rocitizens GUI

Nov 29th, 2020
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.55 KB | None | 0 0
  1. --Rocit GUI
  2. --Made by AimbotMan2022
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local money = Instance.new("TextButton")
  8. local sleigh = Instance.new("TextButton")
  9. local home = Instance.new("TextButton")
  10. local base = Instance.new("TextButton")
  11. local criminal = Instance.new("TextButton")
  12. local bank = Instance.new("TextButton")
  13. local teleport = Instance.new("TextButton")
  14. local fly = Instance.new("TextButton")
  15. local speed = Instance.new("TextButton")
  16. local noclip = Instance.new("TextButton")
  17. local arosia = Instance.new("TextButton")
  18. local list = Instance.new("TextButton")
  19. local signurature = Instance.new("TextLabel")
  20.  
  21. --Properties:
  22.  
  23. ScreenGui.Parent = game.CoreGui
  24.  
  25. main.Name = "main"
  26. main.Parent = ScreenGui
  27. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. main.Position = UDim2.new(0.0505529456, 0, 0.127090275, 0)
  29. main.Size = UDim2.new(0, 248, 0, 344)
  30. main.Style = Enum.FrameStyle.RobloxSquare
  31. main.Active = true
  32. main.Draggable = true
  33.  
  34. title.Name = "title"
  35. title.Parent = main
  36. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  37. title.Position = UDim2.new(0.0684183165, 0, 0.00108166633, 0)
  38. title.Size = UDim2.new(0, 200, 0, 27)
  39. title.Font = Enum.Font.Code
  40. title.Text = "Rocitizens GUI"
  41. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. title.TextSize = 14.000
  43.  
  44. money.Name = "money"
  45. money.Parent = main
  46. money.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. money.Position = UDim2.new(0.067231819, 0, 0.128600389, 0)
  48. money.Size = UDim2.new(0, 88, 0, 50)
  49. money.Style = Enum.ButtonStyle.RobloxButton
  50. money.Font = Enum.Font.Code
  51. money.Text = "Inf Money"
  52. money.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. money.TextSize = 14.000
  54.  
  55. sleigh.Name = "sleigh"
  56. sleigh.Parent = main
  57. sleigh.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. sleigh.Position = UDim2.new(0.518844724, 0, 0.128600389, 0)
  59. sleigh.Size = UDim2.new(0, 88, 0, 50)
  60. sleigh.Style = Enum.ButtonStyle.RobloxButton
  61. sleigh.Font = Enum.Font.Code
  62. sleigh.Text = "Sleigh car"
  63. sleigh.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. sleigh.TextSize = 14.000
  65.  
  66. home.Name = "home"
  67. home.Parent = main
  68. home.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. home.Position = UDim2.new(-0.035700921, 0, 0.311640054, 0)
  70. home.Size = UDim2.new(0, 52, 0, 50)
  71. home.Style = Enum.ButtonStyle.RobloxButton
  72. home.Font = Enum.Font.Code
  73. home.Text = "Spawn"
  74. home.TextColor3 = Color3.fromRGB(255, 255, 255)
  75. home.TextSize = 14.000
  76.  
  77. base.Name = "base"
  78. base.Parent = main
  79. base.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  80. base.Position = UDim2.new(0.254621685, 0, 0.311640054, 0)
  81. base.Size = UDim2.new(0, 52, 0, 50)
  82. base.Style = Enum.ButtonStyle.RobloxButton
  83. base.Font = Enum.Font.Code
  84. base.Text = "Lab"
  85. base.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. base.TextSize = 14.000
  87. base.TextWrapped = true
  88.  
  89. criminal.Name = "criminal"
  90. criminal.Parent = main
  91. criminal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. criminal.Position = UDim2.new(0.520750761, 0, 0.311640054, 0)
  93. criminal.Size = UDim2.new(0, 52, 0, 50)
  94. criminal.Style = Enum.ButtonStyle.RobloxButton
  95. criminal.Font = Enum.Font.Code
  96. criminal.Text = "Crim"
  97. criminal.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. criminal.TextSize = 14.000
  99.  
  100. bank.Name = "bank"
  101. bank.Parent = main
  102. bank.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. bank.Position = UDim2.new(0.803008735, 0, 0.311640054, 0)
  104. bank.Size = UDim2.new(0, 52, 0, 50)
  105. bank.Style = Enum.ButtonStyle.RobloxButton
  106. bank.Font = Enum.Font.Code
  107. bank.Text = "Bank"
  108. bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  109. bank.TextSize = 14.000
  110.  
  111. teleport.Name = "teleport"
  112. teleport.Parent = main
  113. teleport.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. teleport.Position = UDim2.new(0.00488179736, 0, 0.522835374, 0)
  115. teleport.Size = UDim2.new(0, 77, 0, 50)
  116. teleport.Style = Enum.ButtonStyle.RobloxButton
  117. teleport.Font = Enum.Font.Code
  118. teleport.Text = "X Teleport"
  119. teleport.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. teleport.TextSize = 14.000
  121.  
  122. fly.Name = "fly"
  123. fly.Parent = main
  124. fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. fly.Position = UDim2.new(0.33708781, 0, 0.522835374, 0)
  126. fly.Size = UDim2.new(0, 77, 0, 50)
  127. fly.Style = Enum.ButtonStyle.RobloxButton
  128. fly.Font = Enum.Font.Code
  129. fly.Text = "Fly"
  130. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. fly.TextSize = 14.000
  132.  
  133. speed.Name = "speed"
  134. speed.Parent = main
  135. speed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. speed.Position = UDim2.new(0.670074403, 0, 0.522835374, 0)
  137. speed.Size = UDim2.new(0, 77, 0, 50)
  138. speed.Style = Enum.ButtonStyle.RobloxButton
  139. speed.Font = Enum.Font.Code
  140. speed.Text = "Speed"
  141. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. speed.TextSize = 14.000
  143.  
  144. noclip.Name = "noclip"
  145. noclip.Parent = main
  146. noclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. noclip.Position = UDim2.new(0.000719565898, 0, 0.70016098, 0)
  148. noclip.Size = UDim2.new(0, 77, 0, 50)
  149. noclip.Style = Enum.ButtonStyle.RobloxButton
  150. noclip.Font = Enum.Font.Code
  151. noclip.Text = "Noclip"
  152. noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  153. noclip.TextSize = 14.000
  154.  
  155. arosia.Name = "arosia"
  156. arosia.Parent = main
  157. arosia.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. arosia.Position = UDim2.new(0.335397005, 0, 0.70016098, 0)
  159. arosia.Size = UDim2.new(0, 77, 0, 50)
  160. arosia.Style = Enum.ButtonStyle.RobloxButton
  161. arosia.Font = Enum.Font.Code
  162. arosia.Text = "Arosia"
  163. arosia.TextColor3 = Color3.fromRGB(255, 255, 255)
  164. arosia.TextSize = 14.000
  165.  
  166. list.Name = "list"
  167. list.Parent = main
  168. list.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. list.Position = UDim2.new(0.666042149, 0, 0.70016098, 0)
  170. list.Size = UDim2.new(0, 77, 0, 50)
  171. list.Style = Enum.ButtonStyle.RobloxButton
  172. list.Font = Enum.Font.Code
  173. list.Text = "GUI List"
  174. list.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. list.TextSize = 14.000
  176.  
  177. signurature.Name = "signurature"
  178. signurature.Parent = main
  179. signurature.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  180. signurature.Position = UDim2.new(0.0684183165, 0, 0.905151427, 0)
  181. signurature.Size = UDim2.new(0, 200, 0, 27)
  182. signurature.Font = Enum.Font.Code
  183. signurature.Text = "Made by Zeonexist"
  184. signurature.TextColor3 = Color3.fromRGB(255, 255, 255)
  185. signurature.TextSize = 14.000
  186.  
  187. --Script kiddies! (dont steal scripts lmao)
  188.  
  189. money.MouseButton1Down:connect(function()
  190. while true do wait(0.1)
  191. game.Players.LocalPlayer.ChangeMoney:Fire(10000000000)
  192. end
  193. end)
  194. sleigh.MouseButton1Down:connect(function()
  195. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.Visible = true
  196. game.Players.LocalPlayer.PlayerGui.Main.CarCustomization.ActiveCustomization.Frame.Value = "Sleigher"
  197. end)
  198. home.MouseButton1Down:connect(function()
  199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 527.101318, 40.5699806, 626.771667)
  200. end)
  201. base.MouseButton1Down:connect(function()
  202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 187.039383, 4.37000084, 57.3613014)
  203. end)
  204. criminal.MouseButton1Down:connect(function()
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 678.189331, 40.1699142, 871.708984)
  206. end)
  207. bank.MouseButton1Down:connect(function()
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( -219.778488, 40.5699959, 1453.76782)
  209. end)
  210. teleport.MouseButton1Down:connect(function()
  211. plr = game.Players.LocalPlayer
  212. hum = plr.Character.HumanoidRootPart
  213. mouse = plr:GetMouse()
  214. mouse.KeyDown:connect(function(key)
  215. if key == "x" then
  216. if mouse.Target then
  217. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  218. end
  219. end
  220. end)
  221. end)
  222. fly.MouseButton1Down:connect(function()
  223. loadstring(game:HttpGet("https://pastebin.com/raw/2rp6Mfia", true))()
  224. end)
  225. speed.MouseButton1Down:connect(function()
  226. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  227. end)
  228. noclip.MouseButton1Down:connect(function()
  229. nam = game.Players.LocalPlayer.Name
  230.  
  231. game:GetService('RunService').Stepped:connect(function()
  232. for a, b in pairs(game.Workspace:GetChildren()) do
  233. if b.Name == nam then
  234. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  235. if v:IsA("BasePart") then
  236. v.CanCollide = false
  237.  
  238. end
  239. end
  240. end
  241. end
  242. end)
  243.  
  244. Workspace[nam].Head.Changed:connect(function()
  245. for a, b in pairs(game.Workspace:GetChildren()) do
  246. if b.Name == nam then
  247. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  248. if v:IsA("BasePart") then
  249. v.CanCollide = false
  250.  
  251. end
  252. end
  253. end
  254. end
  255. end)
  256. end)
  257. arosia.MouseButton1Down:connect(function()
  258. loadstring(game:HttpGet("https://pastebin.com/raw/Kyi0wWCf", true))()
  259. end)
  260. list.MouseButton1Down:connect(function()
  261. loadstring(game:HttpGet("https://pastebin.com/raw/WWfCMY9F", true))()
  262. end)
Add Comment
Please, Sign In to add comment