RB_ScriptMaker

ahahkdua

Feb 20th, 2020
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.58 KB | None | 0 0
  1. --rocit
  2. -- Instances:
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local signurature = Instance.new("TextLabel")
  8. local money = Instance.new("TextButton")
  9. local line = Instance.new("TextLabel")
  10. local btools = Instance.new("TextButton")
  11. local speed = Instance.new("TextButton")
  12. local jump = Instance.new("TextButton")
  13. local fly = Instance.new("TextButton")
  14. local noclip = Instance.new("TextButton")
  15. local gamepass = Instance.new("TextButton")
  16. local fling = Instance.new("TextButton")
  17. local teleport = Instance.new("TextButton")
  18. local home = Instance.new("TextButton")
  19. local criminal = Instance.new("TextButton")
  20. local pagghetis = Instance.new("TextButton")
  21. local market = Instance.new("TextButton")
  22. local bank = Instance.new("TextButton")
  23. local school = Instance.new("TextButton")
  24. local lab = Instance.new("TextButton")
  25. local hair = Instance.new("TextButton")
  26. local police = Instance.new("TextButton")
  27.  
  28. --Properties:
  29.  
  30. ScreenGui.Parent = game.CoreGui
  31.  
  32. main.Name = "main"
  33. main.Parent = ScreenGui
  34. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. main.Position = UDim2.new(0.0926593021, 0, 0.225752503, 0)
  36. main.Size = UDim2.new(0, 255, 0, 437)
  37. main.Style = Enum.FrameStyle.RobloxSquare
  38. main.Active = true
  39. main.Draggable = true
  40.  
  41. title.Name = "title"
  42. title.Parent = main
  43. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  44. title.BorderColor3 = Color3.fromRGB(255, 255, 255)
  45. title.Position = UDim2.new(-0.165890083, 0, -0.0193675924, 0)
  46. title.Size = UDim2.new(0, 318, 0, 24)
  47. title.Font = Enum.Font.Arcade
  48. title.Text = "Rocit v1.2"
  49. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  50. title.TextSize = 14.000
  51.  
  52. signurature.Name = "signurature"
  53. signurature.Parent = main
  54. signurature.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  55. signurature.BorderColor3 = Color3.fromRGB(255, 255, 255)
  56. signurature.Position = UDim2.new(-0.165890083, 0, 0.96003747, 0)
  57. signurature.Size = UDim2.new(0, 318, 0, 24)
  58. signurature.Font = Enum.Font.Arcade
  59. signurature.Text = "Made by Zeonexist"
  60. signurature.TextColor3 = Color3.fromRGB(255, 255, 255)
  61. signurature.TextSize = 14.000
  62.  
  63. money.Name = "money"
  64. money.Parent = main
  65. money.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  66. money.Position = UDim2.new(0.00576297147, 0, 0.100561008, 0)
  67. money.Size = UDim2.new(0, 80, 0, 25)
  68. money.Style = Enum.ButtonStyle.RobloxButton
  69. money.Font = Enum.Font.Arcade
  70. money.Text = "Inf Money"
  71. money.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. money.TextSize = 14.000
  73. money.MouseButton1Down:connect(function()
  74. while true do wait(0.1)
  75. game.Players.LocalPlayer.ChangeMoney:Fire(100000000)
  76. end
  77. end)
  78.  
  79. line.Name = "line"
  80. line.Parent = main
  81. line.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  82. line.BorderColor3 = Color3.fromRGB(255, 255, 255)
  83. line.Position = UDim2.new(0.393601835, 0, 0.0408380888, 0)
  84. line.Size = UDim2.new(0, 50, 0, 386)
  85. line.Font = Enum.Font.SourceSans
  86. line.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. line.TextSize = 14.000
  88.  
  89. btools.Name = "btools"
  90. btools.Parent = main
  91. btools.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  92. btools.Position = UDim2.new(0.0100703444, 0, 0.186675712, 0)
  93. btools.Size = UDim2.new(0, 80, 0, 25)
  94. btools.Style = Enum.ButtonStyle.RobloxButton
  95. btools.Font = Enum.Font.Arcade
  96. btools.Text = "BTools"
  97. btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. btools.TextSize = 14.000
  99. btools.MouseButton1Down:connect(function()
  100. game.StarterGui:SetCoreGuiEnabled(2, true)
  101. wait(0.1)
  102. a = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  103. a.BinType = 2
  104. b = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  105. b.BinType = 3
  106. c = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  107. c.BinType = 4
  108. end)
  109.  
  110.  
  111. speed.Name = "speed"
  112. speed.Parent = main
  113. speed.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  114. speed.Position = UDim2.new(0.0100703444, 0, 0.278208882, 0)
  115. speed.Size = UDim2.new(0, 80, 0, 25)
  116. speed.Style = Enum.ButtonStyle.RobloxButton
  117. speed.Font = Enum.Font.Arcade
  118. speed.Text = "Speed"
  119. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  120. speed.TextSize = 14.000
  121. speed.MouseButton1Down:connect(function()
  122. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  123. end)
  124.  
  125.  
  126. jump.Name = "jump"
  127. jump.Parent = main
  128. jump.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  129. jump.Position = UDim2.new(0.0100703444, 0, 0.362877101, 0)
  130. jump.Size = UDim2.new(0, 80, 0, 25)
  131. jump.Style = Enum.ButtonStyle.RobloxButton
  132. jump.Font = Enum.Font.Arcade
  133. jump.Text = "Jump"
  134. jump.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. jump.TextSize = 14.000
  136. jump.MouseButton1Down:connect(function()
  137. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 70
  138. end)
  139.  
  140.  
  141. fly.Name = "fly"
  142. fly.Parent = main
  143. fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144. fly.Position = UDim2.new(0.00614877557, 0, 0.452122033, 0)
  145. fly.Size = UDim2.new(0, 80, 0, 25)
  146. fly.Style = Enum.ButtonStyle.RobloxButton
  147. fly.Font = Enum.Font.Arcade
  148. fly.Text = "Fly"
  149. fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. fly.TextSize = 14.000
  151. fly.MouseButton1Down:connect(function()
  152. loadstring(game:HttpGet("https://pastebin.com/raw/D6iJWXLm", true))()
  153. end)
  154.  
  155.  
  156. noclip.Name = "noclip"
  157. noclip.Parent = main
  158. noclip.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  159. noclip.Position = UDim2.new(0.0100703444, 0, 0.548231661, 0)
  160. noclip.Size = UDim2.new(0, 80, 0, 25)
  161. noclip.Style = Enum.ButtonStyle.RobloxButton
  162. noclip.Font = Enum.Font.Arcade
  163. noclip.Text = "NoClip"
  164. noclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. noclip.TextSize = 14.000
  166. noclip.MouseButton1Down:connect(function()
  167. nam = game.Players.LocalPlayer.Name
  168.  
  169. game:GetService('RunService').Stepped:connect(function()
  170. for a, b in pairs(game.Workspace:GetChildren()) do
  171. if b.Name == nam then
  172. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  173. if v:IsA("BasePart") then
  174. v.CanCollide = false
  175.  
  176. end
  177. end
  178. end
  179. end
  180. end)
  181.  
  182. Workspace[nam].Head.Changed:connect(function()
  183. for a, b in pairs(game.Workspace:GetChildren()) do
  184. if b.Name == nam then
  185. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  186. if v:IsA("BasePart") then
  187. v.CanCollide = false
  188.  
  189. end
  190. end
  191. end
  192. end
  193. end)
  194. end)
  195.  
  196. gamepass.Name = "gamepass"
  197. gamepass.Parent = main
  198. gamepass.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  199. gamepass.Position = UDim2.new(0.00614877557, 0, 0.644341648, 0)
  200. gamepass.Size = UDim2.new(0, 80, 0, 25)
  201. gamepass.Style = Enum.ButtonStyle.RobloxButton
  202. gamepass.Font = Enum.Font.Arcade
  203. gamepass.Text = "Passes"
  204. gamepass.TextColor3 = Color3.fromRGB(255, 255, 255)
  205. gamepass.TextSize = 14.000
  206. gamepass.MouseButton1Down:connect(function()
  207. local plr = game.Players.LocalPlayer
  208. local gui = plr.PlayerGui
  209. local gamevalue = gui.GameValues
  210. local maingui = gui.Main
  211. gamevalue.OwnsCustomizeTool.Value = true
  212. gamevalue.OwnsCatalogAccess.Value = true
  213. maingui.Phone.Screen.MetaFrame.Apps1.RoTunes.Visible = true
  214. end)
  215.  
  216.  
  217. fling.Name = "fling"
  218. fling.Parent = main
  219. fling.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  220. fling.Position = UDim2.new(0.00614877557, 0, 0.742739737, 0)
  221. fling.Size = UDim2.new(0, 80, 0, 25)
  222. fling.Style = Enum.ButtonStyle.RobloxButton
  223. fling.Font = Enum.Font.Arcade
  224. fling.Text = "Fling"
  225. fling.TextColor3 = Color3.fromRGB(255, 255, 255)
  226. fling.TextSize = 14.000
  227. fling.MouseButton1Down:connect(function()
  228. loadstring(game:HttpGet("https://pastebin.com/raw/pgLCjm5f", true))()
  229. end)
  230.  
  231. teleport.Name = "teleport"
  232. teleport.Parent = main
  233. teleport.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  234. teleport.Position = UDim2.new(0.00614877557, 0, 0.838849604, 0)
  235. teleport.Size = UDim2.new(0, 80, 0, 25)
  236. teleport.Style = Enum.ButtonStyle.RobloxButton
  237. teleport.Font = Enum.Font.Arcade
  238. teleport.Text = "Teleport"
  239. teleport.TextColor3 = Color3.fromRGB(255, 255, 255)
  240. teleport.TextSize = 14.000
  241. teleport.MouseButton1Down:connect(function()
  242. plr = game.Players.LocalPlayer
  243. hum = plr.Character.HumanoidRootPart
  244. mouse = plr:GetMouse()
  245. mouse.KeyDown:connect(function(key)
  246. if key == "x" then
  247. if mouse.Target then
  248. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  249. end
  250. end
  251. end)
  252. end)
  253.  
  254. home.Name = "home"
  255. home.Parent = main
  256. home.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  257. home.Position = UDim2.new(0.657129169, 0, 0.0997191966, 0)
  258. home.Size = UDim2.new(0, 80, 0, 25)
  259. home.Style = Enum.ButtonStyle.RobloxButton
  260. home.Font = Enum.Font.Arcade
  261. home.Text = "Spawn"
  262. home.TextColor3 = Color3.fromRGB(255, 255, 255)
  263. home.TextSize = 14.000
  264. home.MouseButton1Down:connect(function()
  265. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 527.101318, 40.5699806, 626.771667)
  266. end)
  267.  
  268. criminal.Name = "criminal"
  269. criminal.Parent = main
  270. criminal.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  271. criminal.Position = UDim2.new(0.657129169, 0, 0.184387386, 0)
  272. criminal.Size = UDim2.new(0, 80, 0, 25)
  273. criminal.Style = Enum.ButtonStyle.RobloxButton
  274. criminal.Font = Enum.Font.Arcade
  275. criminal.Text = "Criminal"
  276. criminal.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. criminal.TextSize = 14.000
  278. criminal.MouseButton1Down:connect(function()
  279. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 678.189331, 40.1699142, 871.708984)
  280. end)
  281.  
  282. pagghetis.Name = "pagghetis"
  283. pagghetis.Parent = main
  284. pagghetis.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  285. pagghetis.Position = UDim2.new(0.657129169, 0, 0.273632228, 0)
  286. pagghetis.Size = UDim2.new(0, 80, 0, 25)
  287. pagghetis.Style = Enum.ButtonStyle.RobloxButton
  288. pagghetis.Font = Enum.Font.Arcade
  289. pagghetis.Text = "Resturant"
  290. pagghetis.TextColor3 = Color3.fromRGB(255, 255, 255)
  291. pagghetis.TextSize = 14.000
  292. pagghetis.MouseButton1Down:connect(function()
  293. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 679.978088, 39.7700005, 766.745789)
  294. end)
  295.  
  296. market.Name = "market"
  297. market.Parent = main
  298. market.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  299. market.Position = UDim2.new(0.657129169, 0, 0.360588759, 0)
  300. market.Size = UDim2.new(0, 80, 0, 25)
  301. market.Style = Enum.ButtonStyle.RobloxButton
  302. market.Font = Enum.Font.Arcade
  303. market.Text = "Grocery"
  304. market.TextColor3 = Color3.fromRGB(255, 255, 255)
  305. market.TextSize = 14.000
  306. market.MouseButton1Down:connect(function()
  307. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 320.677368, 40.5699959, 905.23291)
  308. end)
  309.  
  310. bank.Name = "bank"
  311. bank.Parent = main
  312. bank.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  313. bank.Position = UDim2.new(0.657129169, 0, 0.449833632, 0)
  314. bank.Size = UDim2.new(0, 80, 0, 25)
  315. bank.Style = Enum.ButtonStyle.RobloxButton
  316. bank.Font = Enum.Font.Arcade
  317. bank.Text = "Bank"
  318. bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  319. bank.TextSize = 14.000
  320. bank.MouseButton1Down:connect(function()
  321. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( -152.240433, 40.5699959, 1373.84045)
  322. end)
  323.  
  324. school.Name = "school"
  325. school.Parent = main
  326. school.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  327. school.Position = UDim2.new(0.657129169, 0, 0.545943499, 0)
  328. school.Size = UDim2.new(0, 80, 0, 25)
  329. school.Style = Enum.ButtonStyle.RobloxButton
  330. school.Font = Enum.Font.Arcade
  331. school.Text = "School"
  332. school.TextColor3 = Color3.fromRGB(255, 255, 255)
  333. school.TextSize = 14.000
  334. school.MouseButton1Down:connect(function()
  335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( -160.457397, 40.5699921, 796.37085)
  336. end)
  337.  
  338. lab.Name = "lab"
  339. lab.Parent = main
  340. lab.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  341. lab.Position = UDim2.new(0.657129169, 0, 0.642053366, 0)
  342. lab.Size = UDim2.new(0, 80, 0, 25)
  343. lab.Style = Enum.ButtonStyle.RobloxButton
  344. lab.Font = Enum.Font.Arcade
  345. lab.Text = "Lab"
  346. lab.TextColor3 = Color3.fromRGB(255, 255, 255)
  347. lab.TextSize = 14.000
  348. lab.MouseButton1Down:connect(function()
  349. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 187.039383, 4.37000084, 57.3613014)
  350. end)
  351.  
  352. hair.Name = "hair"
  353. hair.Parent = main
  354. hair.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  355. hair.Position = UDim2.new(0.657129169, 0, 0.738163233, 0)
  356. hair.Size = UDim2.new(0, 80, 0, 25)
  357. hair.Style = Enum.ButtonStyle.RobloxButton
  358. hair.Font = Enum.Font.Arcade
  359. hair.Text = "La Vetes"
  360. hair.TextColor3 = Color3.fromRGB(255, 255, 255)
  361. hair.TextSize = 14.000
  362. hair.MouseButton1Down:connect(function()
  363. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( 505.964386, 40.5699921, 33.3655167)
  364. end)
  365.  
  366. police.Name = "police"
  367. police.Parent = main
  368. police.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  369. police.Position = UDim2.new(0.657129169, 0, 0.8342731, 0)
  370. police.Size = UDim2.new(0, 80, 0, 25)
  371. police.Style = Enum.ButtonStyle.RobloxButton
  372. police.Font = Enum.Font.Arcade
  373. police.Text = "Police"
  374. police.TextColor3 = Color3.fromRGB(255, 255, 255)
  375. police.TextSize = 14.000
  376. police.MouseButton1Down:connect(function()
  377. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( -82.2516022, 42.9700012, 547.814941)
  378. end)
Add Comment
Please, Sign In to add comment