Advertisement
Guest User

Infinity CBRO

a guest
Jun 1st, 2018
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.14 KB | None | 0 0
  1. --Infinity gui for CBRO made by SjorsApenWorst1
  2.  
  3.  
  4.  
  5. local Tutorial = Instance.new("ScreenGui")
  6. local LoginFrame = Instance.new("Frame")
  7. local bar1 = Instance.new("Frame")
  8. local bar2 = Instance.new("Frame")
  9. local title = Instance.new("TextLabel")
  10. local userbox = Instance.new("TextBox")
  11. local passbox = Instance.new("TextBox")
  12. local submit = Instance.new("TextButton")
  13. local MainFrame = Instance.new("Frame")
  14. local mbar1 = Instance.new("Frame")
  15. local mbar2 = Instance.new("Frame")
  16. local mtitle = Instance.new("TextLabel")
  17. local exitbutton = Instance.new("TextButton")
  18. local exebut_2 = Instance.new("TextButton")
  19. local credits = Instance.new("TextLabel")
  20. local ScriptFrame = Instance.new("Frame")
  21. local sbar1 = Instance.new("Frame")
  22. local sbar2 = Instance.new("Frame")
  23. --
  24. local gbv3 = Instance.new("TextButton")
  25. local sexitbut = Instance.new("TextButton")
  26. local aimbot = Instance.new("TextButton")
  27. local night = Instance.new("TextButton")
  28. local yield = Instance.new("TextButton")
  29. local invis = Instance.new("TextButton")
  30. --
  31.  
  32. -- Properties
  33.  
  34. Tutorial.Name = "Tutorial"
  35. Tutorial.Parent = game.CoreGui
  36.  
  37. LoginFrame.Name = "LoginFrame"
  38. LoginFrame.Parent = Tutorial
  39. LoginFrame.Active = true
  40. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. LoginFrame.BorderSizePixel = 0
  42. LoginFrame.Draggable = true
  43. LoginFrame.Position = UDim2.new(0.0517890751, 0, 0.285357714, 0)
  44. LoginFrame.Selectable = true
  45. LoginFrame.Size = UDim2.new(0, 307, 0, 338)
  46.  
  47. bar1.Name = "bar1"
  48. bar1.Parent = LoginFrame
  49. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  50. bar1.BorderSizePixel = 0
  51. bar1.Size = UDim2.new(0, 307, 0, 28)
  52.  
  53. bar2.Name = "bar2"
  54. bar2.Parent = LoginFrame
  55. bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  56. bar2.BorderSizePixel = 0
  57. bar2.Position = UDim2.new(0, 0, 0.082840234, 0)
  58. bar2.Size = UDim2.new(0, 307, 0, 6)
  59.  
  60. title.Name = "title"
  61. title.Parent = LoginFrame
  62. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  63. title.BorderSizePixel = 0
  64. title.Position = UDim2.new(0.276872963, 0, 0.139053255, 0)
  65. title.Size = UDim2.new(0, 137, 0, 35)
  66. title.Font = Enum.Font.SourceSansBold
  67. title.FontSize = Enum.FontSize.Size14
  68. title.Text = "Infinity"
  69. title.TextColor3 = Color3.new(1, 1, 1)
  70. title.TextScaled = true
  71. title.TextSize = 14
  72. title.TextWrapped = true
  73.  
  74. userbox.Name = "userbox"
  75. userbox.Parent = LoginFrame
  76. userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  77. userbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  78. userbox.BorderSizePixel = 4
  79. userbox.Position = UDim2.new(0.172638431, 0, 0.396449715, 0)
  80. userbox.Size = UDim2.new(0, 200, 0, 22)
  81. userbox.Font = Enum.Font.SourceSansBold
  82. userbox.FontSize = Enum.FontSize.Size14
  83. userbox.Text = "Username"
  84. userbox.TextColor3 = Color3.new(1, 1, 1)
  85. userbox.TextScaled = true
  86. userbox.TextSize = 14
  87. userbox.TextWrapped = true
  88. userbox.TextXAlignment = Enum.TextXAlignment.Left
  89.  
  90. passbox.Name = "passbox"
  91. passbox.Parent = LoginFrame
  92. passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  93. passbox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  94. passbox.BorderSizePixel = 4
  95. passbox.Position = UDim2.new(0.174267098, 0, 0.550295889, 0)
  96. passbox.Size = UDim2.new(0, 200, 0, 22)
  97. passbox.Font = Enum.Font.SourceSansBold
  98. passbox.FontSize = Enum.FontSize.Size14
  99. passbox.Text = "Password"
  100. passbox.TextColor3 = Color3.new(1, 1, 1)
  101. passbox.TextScaled = true
  102. passbox.TextSize = 14
  103. passbox.TextWrapped = true
  104. passbox.TextXAlignment = Enum.TextXAlignment.Left
  105.  
  106. submit.Name = "submit"
  107. submit.Parent = LoginFrame
  108. submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  109. submit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  110. submit.BorderSizePixel = 4
  111. submit.Position = UDim2.new(0.276872963, 0, 0.727810621, 0)
  112. submit.Size = UDim2.new(0, 141, 0, 38)
  113. submit.Font = Enum.Font.SourceSansBold
  114. submit.FontSize = Enum.FontSize.Size32
  115. submit.Text = "Login"
  116. submit.TextColor3 = Color3.new(1, 1, 1)
  117. submit.TextSize = 30
  118. submit.TextWrapped = true
  119.  
  120. submit.MouseButton1Down:connect(function()
  121. LoginFrame.Visible = false
  122. MainFrame.Visible = true
  123.  
  124.  
  125. end)
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. MainFrame.Name = "MainFrame"
  134. MainFrame.Parent = Tutorial
  135. MainFrame.Active = true
  136. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  137. MainFrame.BorderSizePixel = 0
  138. MainFrame.Draggable = true
  139. MainFrame.Position = UDim2.new(0.27306968, 0, 0.192179695, 0)
  140. MainFrame.Selectable = true
  141. MainFrame.Size = UDim2.new(0, 450, 0, 344)
  142. MainFrame.Visible = false
  143.  
  144. mbar1.Name = "mbar1"
  145. mbar1.Parent = MainFrame
  146. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  147. mbar1.BorderSizePixel = 0
  148. mbar1.Size = UDim2.new(0, 450, 0, 34)
  149.  
  150. mbar2.Name = "mbar2"
  151. mbar2.Parent = MainFrame
  152. mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  153. mbar2.BorderSizePixel = 0
  154. mbar2.Position = UDim2.new(0, 0, 0.0988372117, 0)
  155. mbar2.Size = UDim2.new(0, 450, 0, 6)
  156.  
  157. mtitle.Name = "mtitle"
  158. mtitle.Parent = MainFrame
  159. mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  160. mtitle.BorderSizePixel = 0
  161. mtitle.Position = UDim2.new(0.0266666673, 0, 0, 0)
  162. mtitle.Size = UDim2.new(0, 110, 0, 34)
  163. mtitle.Font = Enum.Font.SourceSansBold
  164. mtitle.FontSize = Enum.FontSize.Size24
  165. mtitle.Text = "Infinity"
  166. mtitle.TextColor3 = Color3.new(1, 1, 1)
  167. mtitle.TextSize = 23
  168. mtitle.TextXAlignment = Enum.TextXAlignment.Left
  169.  
  170. exitbutton.Name = "exitbutton"
  171. exitbutton.Parent = MainFrame
  172. exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  173. exitbutton.BorderSizePixel = 0
  174. exitbutton.Position = UDim2.new(0.935555577, 0, 0, 0)
  175. exitbutton.Size = UDim2.new(0, 29, 0, 34)
  176. exitbutton.Font = Enum.Font.SourceSansBold
  177. exitbutton.FontSize = Enum.FontSize.Size24
  178. exitbutton.Text = "X"
  179. exitbutton.TextColor3 = Color3.new(1, 1, 1)
  180. exitbutton.TextSize = 22
  181. exitbutton.MouseButton1Down:connect(function()
  182. Tutorial:Destroy()
  183. end)
  184. --shit i forgot to rename it... kms
  185. exebut_2.Name = "exebut"
  186. exebut_2.Parent = MainFrame
  187. exebut_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  188. exebut_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  189. exebut_2.BorderSizePixel = 4
  190. exebut_2.Position = UDim2.new(0.539999962, 0, 0.591569781, 0)
  191. exebut_2.Size = UDim2.new(0, 142, 0, 41)
  192. exebut_2.Font = Enum.Font.SourceSansBold
  193. exebut_2.FontSize = Enum.FontSize.Size28
  194. exebut_2.Text = "CB:RO Scripts"
  195. exebut_2.TextColor3 = Color3.new(1, 1, 1)
  196. exebut_2.TextSize = 25
  197. exebut_2.MouseButton1Down:connect(function()
  198. MainFrame.Visible = false
  199. ScriptFrame.Visible = true
  200. end)
  201. credits.Name = "credits"
  202. credits.Parent = MainFrame
  203. credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  204. credits.BorderSizePixel = 0
  205. credits.Position = UDim2.new(0.0133333337, 0, 0.941860437, 0)
  206. credits.Size = UDim2.new(0, 131, 0, 14)
  207. credits.Font = Enum.Font.SourceSansBold
  208. credits.FontSize = Enum.FontSize.Size18
  209. credits.Text = "Made By SjorsApenWorst1"
  210. credits.TextColor3 = Color3.new(1, 1, 1)
  211. credits.TextSize = 15
  212. credits.TextXAlignment = Enum.TextXAlignment.Left
  213.  
  214. ScriptFrame.Name = "ScriptFrame"
  215. ScriptFrame.Parent = Tutorial
  216. ScriptFrame.Active = true
  217. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  218. ScriptFrame.BorderSizePixel = 0
  219. ScriptFrame.Draggable = true
  220. ScriptFrame.Position = UDim2.new(0.634651542, 0, 0.202995002, 0)
  221. ScriptFrame.Selectable = true
  222. ScriptFrame.Size = UDim2.new(0, 254, 0, 273)
  223. ScriptFrame.Visible = false
  224.  
  225. sbar1.Name = "sbar1"
  226. sbar1.Parent = ScriptFrame
  227. sbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  228. sbar1.BorderSizePixel = 0
  229. sbar1.Size = UDim2.new(0, 254, 0, 27)
  230.  
  231. sbar2.Name = "sbar2"
  232. sbar2.Parent = ScriptFrame
  233. sbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  234. sbar2.BorderSizePixel = 0
  235. sbar2.Position = UDim2.new(0, 0, 0.0989011079, 0)
  236. sbar2.Size = UDim2.new(0, 254, 0, 6)
  237.  
  238. gbv3.Name = "gbv3"
  239. gbv3.Parent = ScriptFrame
  240. gbv3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  241. gbv3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  242. gbv3.BorderSizePixel = 4
  243. gbv3.Position = UDim2.new(0.240157485, 0, 0.50, 0)
  244. gbv3.Size = UDim2.new(0, 132, 0, 30)
  245. gbv3.Font = Enum.Font.SourceSansBold
  246. gbv3.FontSize = Enum.FontSize.Size28
  247. gbv3.Text = "Anti-Aim"
  248. gbv3.TextColor3 = Color3.new(1, 1, 1)
  249. gbv3.TextSize = 15
  250. gbv3.TextWrapped = true
  251. gbv3.MouseButton1Down:connect(function()
  252.  
  253.  
  254.  
  255.  
  256. wait(0.5)
  257. while true do
  258. AnimationId = "188632011"
  259. local Anim = Instance.new("Animation")
  260. Anim.AnimationId = "rbxassetid://"..AnimationId
  261. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  262. k:Play()
  263. k:AdjustSpeed(1.5)
  264. wait(0.2)
  265. AnimationId = "188632011"
  266. local Anim = Instance.new("Animation")
  267. Anim.AnimationId = "rbxassetid://"..AnimationId
  268. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  269. k:Play()
  270. k:AdjustSpeed(1)
  271. wait(0.2)
  272. end
  273.  
  274. end)
  275.  
  276. aimbot.Name = "aimbot"
  277. aimbot.Parent = ScriptFrame
  278. aimbot.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  279. aimbot.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  280. aimbot.BorderSizePixel = 4
  281. aimbot.Position = UDim2.new(0.240157485, 0, 0.35, 0)
  282. aimbot.Size = UDim2.new(0, 132, 0, 30)
  283. aimbot.Font = Enum.Font.SourceSansBold
  284. aimbot.FontSize = Enum.FontSize.Size28
  285. aimbot.Text = "ESP/AIMBOT"
  286. aimbot.TextColor3 = Color3.new(1, 1, 1)
  287. aimbot.TextSize = 15
  288. aimbot.TextWrapped = true
  289. aimbot.MouseButton1Down:connect(function()
  290. wait(0.5)
  291. loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))()
  292. end)
  293.  
  294.  
  295. night.Name = "night"
  296. night.Parent = ScriptFrame
  297. night.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  298. night.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  299. night.BorderSizePixel = 4
  300. night.Position = UDim2.new(0.240157485, 0, 0.2, 0)
  301. night.Size = UDim2.new(0, 132, 0, 30)
  302. night.Font = Enum.Font.SourceSansBold
  303. night.FontSize = Enum.FontSize.Size28
  304. night.Text = "NightMode"
  305. night.TextColor3 = Color3.new(1, 1, 1)
  306. night.TextSize = 15
  307. night.TextWrapped = true
  308. night.MouseButton1Down:connect(function()
  309. wait(0.5)
  310. game.Lighting.TimeOfDay = "5:10:00"
  311. end)
  312.  
  313. yield.Name = "yield"
  314. yield.Parent = ScriptFrame
  315. yield.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  316. yield.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  317. yield.BorderSizePixel = 4
  318. yield.Position = UDim2.new(0.240157485, 0, 0.65, 0)
  319. yield.Size = UDim2.new(0, 132, 0, 30)
  320. yield.Font = Enum.Font.SourceSansBold
  321. yield.FontSize = Enum.FontSize.Size28
  322. yield.Text = "Infinite Yield"
  323. yield.TextColor3 = Color3.new(1, 1, 1)
  324. yield.TextSize = 15
  325. yield.TextWrapped = true
  326. yield.MouseButton1Down:connect(function()
  327. wait(0.5)
  328. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  329. end)
  330.  
  331. invis.Name = "invis"
  332. invis.Parent = ScriptFrame
  333. invis.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  334. invis.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  335. invis.BorderSizePixel = 4
  336. invis.Position = UDim2.new(0.240157485, 0, 0.80, 0)
  337. invis.Size = UDim2.new(0, 132, 0, 30)
  338. invis.Font = Enum.Font.SourceSansBold
  339. invis.FontSize = Enum.FontSize.Size28
  340. invis.Text = "Invisible"
  341. invis.TextColor3 = Color3.new(1, 1, 1)
  342. invis.TextSize = 15
  343. invis.TextWrapped = true
  344. invis.MouseButton1Down:connect(function()
  345. wait(0.5)
  346. Local = game:GetService('Players').LocalPlayer
  347. Char = Local.Character
  348. touched,tpdback = false, false
  349. Local.CharacterAdded:connect(function(char)
  350. if script.Disabled ~= true then
  351. wait(.25)
  352. loc = Char.HumanoidRootPart.Position
  353. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  354. end
  355. end)
  356. game:GetService('UserInputService').InputBegan:connect(function(key)
  357. if key.KeyCode == Enum.KeyCode.Equals then
  358. if script.Disabled ~= true then
  359. script.Disabled = true
  360. print'you may re-execute'
  361. end
  362. end
  363. end)
  364. box = Instance.new('Part',workspace)
  365. box.Anchored = true
  366. box.CanCollide = true
  367. box.Size = Vector3.new(10,1,10)
  368. box.Position = Vector3.new(0,10000,0)
  369. box.Touched:connect(function(part)
  370. if (part.Parent.Name == Local.Name) then
  371. if touched == false then
  372. touched = true
  373. function apply()
  374. if script.Disabled ~= true then
  375. no = Char.HumanoidRootPart:Clone()
  376. wait(.25)
  377. Char.HumanoidRootPart:Destroy()
  378. no.Parent = Char
  379. Char:MoveTo(loc)
  380. touched = false
  381. end end
  382. if Char then
  383. apply()
  384. end
  385. end
  386. end
  387. end)
  388. repeat wait() until Char
  389. loc = Char.HumanoidRootPart.Position
  390. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  391. end)
  392.  
  393.  
  394.  
  395. sexitbut.Name = "sexitbut"
  396. sexitbut.Parent = ScriptFrame
  397. sexitbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  398. sexitbut.BorderSizePixel = 0
  399. sexitbut.Position = UDim2.new(0.885826766, 0, 0, 0)
  400. sexitbut.Size = UDim2.new(0, 29, 0, 27)
  401. sexitbut.Font = Enum.Font.SourceSansBold
  402. sexitbut.FontSize = Enum.FontSize.Size24
  403. sexitbut.Text = "X"
  404. sexitbut.TextColor3 = Color3.new(1, 1, 1)
  405. sexitbut.TextSize = 22
  406. sexibut.MouseButton1Down:connect(function()
  407. ScriptFrame.Visible = false
  408. MainFrame.Visible = true
  409. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement