Advertisement
Guest User

CB 2.0.2

a guest
Aug 22nd, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.84 KB | None | 0 0
  1. -- Chilibeans BETA
  2. -- Version: 2.0.2
  3. -- Instances:
  4. local ChiliBeansv20Beta = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Lbar2 = Instance.new("Frame")
  7. local Lbar1 = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local userbox = Instance.new("TextBox")
  10. local passbox = Instance.new("TextBox")
  11. local submit = Instance.new("TextButton")
  12. local MainFrame = Instance.new("Frame")
  13. local mbar1 = Instance.new("Frame")
  14. local mbar2 = Instance.new("Frame")
  15. local Title = Instance.new("TextLabel")
  16. local Version = Instance.new("TextLabel")
  17. local Executer = Instance.new("TextButton")
  18. local Btools = Instance.new("TextButton")
  19. local Pistol = Instance.new("TextButton")
  20. local Knife = Instance.new("TextButton")
  21. local Fly = Instance.new("TextButton")
  22. local Speed = Instance.new("TextButton")
  23. local Kill = Instance.new("TextButton")
  24. local Kill_2 = Instance.new("Frame")
  25. local kbar1 = Instance.new("Frame")
  26. local kbar2 = Instance.new("Frame")
  27. local deathbutton = Instance.new("TextButton")
  28. local victombox = Instance.new("TextBox")
  29. local Version_2 = Instance.new("TextLabel")
  30. local Title_2 = Instance.new("TextLabel")
  31. local exitbutton = Instance.new("TextButton")
  32. local Naked = Instance.new("TextButton")
  33. local exitbutton_2 = Instance.new("TextButton")
  34. local Note = Instance.new("TextLabel")
  35. local Changelog = Instance.new("TextButton")
  36. local ExecuteScript = Instance.new("Frame")
  37. local ebar1 = Instance.new("Frame")
  38. local ebar2 = Instance.new("Frame")
  39. local Title_3 = Instance.new("TextLabel")
  40. local Version_3 = Instance.new("TextLabel")
  41. local Executebutton = Instance.new("TextButton")
  42. local exitbutton_3 = Instance.new("TextButton")
  43. local ScrollingFrame = Instance.new("ScrollingFrame")
  44. local input = Instance.new("TextBox")
  45. local clearbutton = Instance.new("TextButton")
  46. local ChangeFrame = Instance.new("ScrollingFrame")
  47. local dbar1 = Instance.new("Frame")
  48. local dbar2 = Instance.new("Frame")
  49. local title = Instance.new("TextLabel")
  50. local version = Instance.new("TextLabel")
  51. local _12 = Instance.new("Frame")
  52. local version_2 = Instance.new("TextLabel")
  53. local update = Instance.new("TextLabel")
  54. local update2 = Instance.new("TextLabel")
  55. local update3 = Instance.new("TextLabel")
  56. local update4 = Instance.new("TextLabel")
  57. local update6 = Instance.new("TextLabel")
  58. local update5 = Instance.new("TextLabel")
  59. local _10 = Instance.new("Frame")
  60. local version_3 = Instance.new("TextLabel")
  61. local update_2 = Instance.new("TextLabel")
  62. local update2_2 = Instance.new("TextLabel")
  63. local update3_2 = Instance.new("TextLabel")
  64. local update4_2 = Instance.new("TextLabel")
  65. local update6_2 = Instance.new("TextLabel")
  66. local update5_2 = Instance.new("TextLabel")
  67. local _20 = Instance.new("Frame")
  68. local version_4 = Instance.new("TextLabel")
  69. local update_3 = Instance.new("TextLabel")
  70. local update2_3 = Instance.new("TextLabel")
  71. local update3_3 = Instance.new("TextLabel")
  72. local update4_3 = Instance.new("TextLabel")
  73. local update6_3 = Instance.new("TextLabel")
  74. local update5_3 = Instance.new("TextLabel")
  75. local TextButton = Instance.new("TextButton")
  76. --Properties:
  77. ChiliBeansv12Beta.Name = "ChiliBeans v1.2 Beta"
  78. ChiliBeansv12Beta.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  79.  
  80. LoginFrame.Name = "LoginFrame"
  81. LoginFrame.Parent = ChiliBeansv12Beta
  82. LoginFrame.Active = true
  83. LoginFrame.BackgroundColor3 = Color3.new(0.027451, 0.25098, 0.501961)
  84. LoginFrame.BorderSizePixel = 0
  85. LoginFrame.Draggable = true
  86. LoginFrame.Position = UDim2.new(0.611253142, 0, 0.410629153, 0)
  87. LoginFrame.Selectable = true
  88. LoginFrame.Size = UDim2.new(0, 296, 0, 337)
  89.  
  90. Lbar2.Name = "Lbar2"
  91. Lbar2.Parent = LoginFrame
  92. Lbar2.BackgroundColor3 = Color3.new(0.4, 0.8, 1)
  93. Lbar2.BorderSizePixel = 0
  94. Lbar2.Position = UDim2.new(0, 0, 0.0563798212, 0)
  95. Lbar2.Size = UDim2.new(0, 296, 0, 8)
  96.  
  97. Lbar1.Name = "Lbar1"
  98. Lbar1.Parent = LoginFrame
  99. Lbar1.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  100. Lbar1.BorderSizePixel = 0
  101. Lbar1.Size = UDim2.new(0, 296, 0, 21)
  102.  
  103. TextLabel.Parent = LoginFrame
  104. TextLabel.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  105. TextLabel.BorderSizePixel = 2
  106. TextLabel.Position = UDim2.new(0.152027026, 0, 0.0979228467, 0)
  107. TextLabel.Size = UDim2.new(0, 200, 0, 44)
  108. TextLabel.Font = Enum.Font.Code
  109. TextLabel.Text = "SecureLogin"
  110. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  111. TextLabel.TextScaled = true
  112. TextLabel.TextSize = 14
  113. TextLabel.TextWrapped = true
  114.  
  115. userbox.Name = "userbox"
  116. userbox.Parent = LoginFrame
  117. userbox.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  118. userbox.BorderSizePixel = 2
  119. userbox.Position = UDim2.new(0.108108111, 0, 0.29970327, 0)
  120. userbox.Size = UDim2.new(0, 232, 0, 34)
  121. userbox.Font = Enum.Font.Code
  122. userbox.Text = "Username:"
  123. userbox.TextColor3 = Color3.new(0, 0, 0)
  124. userbox.TextSize = 21
  125. userbox.TextWrapped = true
  126. userbox.TextXAlignment = Enum.TextXAlignment.Left
  127.  
  128. passbox.Name = "passbox"
  129. passbox.Parent = LoginFrame
  130. passbox.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  131. passbox.BorderSizePixel = 2
  132. passbox.Position = UDim2.new(0.108108111, 0, 0.445103854, 0)
  133. passbox.Size = UDim2.new(0, 232, 0, 34)
  134. passbox.Font = Enum.Font.Code
  135. passbox.Text = "Password:"
  136. passbox.TextColor3 = Color3.new(0, 0, 0)
  137. passbox.TextSize = 21
  138. passbox.TextWrapped = true
  139. passbox.TextXAlignment = Enum.TextXAlignment.Left
  140.  
  141. submit.Name = "submit"
  142. submit.Parent = LoginFrame
  143. submit.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  144. submit.BorderSizePixel = 0
  145. submit.Position = UDim2.new(0.152027026, 0, 0.646884263, 0)
  146. submit.Size = UDim2.new(0, 200, 0, 50)
  147. submit.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  148. submit.Font = Enum.Font.Code
  149. submit.Text = "Login"
  150. submit.TextColor3 = Color3.new(1, 1, 1)
  151. submit.TextScaled = true
  152. submit.TextSize = 14
  153. submit.TextWrapped = true
  154.  
  155. MainFrame.Name = "MainFrame"
  156. MainFrame.Parent = ChiliBeansv12Beta
  157. MainFrame.Active = true
  158. MainFrame.BackgroundColor3 = Color3.new(0.027451, 0.25098, 0.501961)
  159. MainFrame.Draggable = true
  160. MainFrame.Position = UDim2.new(0.0218421388, 0, 0.411379457, 0)
  161. MainFrame.Selectable = true
  162. MainFrame.Size = UDim2.new(0, 461, 0, 333)
  163. MainFrame.Visible = false
  164.  
  165. mbar1.Name = "mbar1"
  166. mbar1.Parent = MainFrame
  167. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  168. mbar1.BorderSizePixel = 0
  169. mbar1.Position = UDim2.new(-0.00216919743, 0, 0.00300300308, 0)
  170. mbar1.Size = UDim2.new(0, 461, 0, 31)
  171.  
  172. mbar2.Name = "mbar2"
  173. mbar2.Parent = MainFrame
  174. mbar2.BackgroundColor3 = Color3.new(0.4, 0.8, 1)
  175. mbar2.BorderSizePixel = 0
  176. mbar2.Position = UDim2.new(-0.00216919743, 0, 0.0930930898, 0)
  177. mbar2.Size = UDim2.new(0, 462, 0, 7)
  178.  
  179. Title.Name = "Title"
  180. Title.Parent = MainFrame
  181. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Title.BackgroundTransparency = 1
  183. Title.BorderSizePixel = 0
  184. Title.Position = UDim2.new(0.00433839485, 0, 0.00300300308, 0)
  185. Title.Size = UDim2.new(0, 213, 0, 29)
  186. Title.Font = Enum.Font.SourceSans
  187. Title.Text = "ChiliBeans [BETA]"
  188. Title.TextColor3 = Color3.new(1, 1, 1)
  189. Title.TextScaled = true
  190. Title.TextSize = 14
  191. Title.TextWrapped = true
  192.  
  193. Version.Name = "Version"
  194. Version.Parent = MainFrame
  195. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  196. Version.BackgroundTransparency = 1
  197. Version.BorderSizePixel = 0
  198. Version.Position = UDim2.new(0.520607352, 0, 0.00900900923, 0)
  199. Version.Size = UDim2.new(0, 122, 0, 29)
  200. Version.Font = Enum.Font.Code
  201. Version.Text = "Version 2.0"
  202. Version.TextColor3 = Color3.new(1, 1, 1)
  203. Version.TextScaled = true
  204. Version.TextSize = 14
  205. Version.TextWrapped = true
  206.  
  207. Executer.Name = "Executer"
  208. Executer.Parent = MainFrame
  209. Executer.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  210. Executer.BorderSizePixel = 0
  211. Executer.Position = UDim2.new(0.0260303691, 0, 0.114114113, 0)
  212. Executer.Size = UDim2.new(0, 224, 0, 30)
  213. Executer.Font = Enum.Font.Code
  214. Executer.Text = "Executer Mode"
  215. Executer.TextColor3 = Color3.new(1, 1, 1)
  216. Executer.TextSize = 30
  217. Executer.TextWrapped = true
  218.  
  219. Btools.Name = "Btools"
  220. Btools.Parent = MainFrame
  221. Btools.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  222. Btools.BorderSizePixel = 0
  223. Btools.Position = UDim2.new(0.0260303691, 0, 0.243243247, 0)
  224. Btools.Size = UDim2.new(0, 125, 0, 30)
  225. Btools.Font = Enum.Font.Code
  226. Btools.Text = "Btools"
  227. Btools.TextColor3 = Color3.new(1, 1, 1)
  228. Btools.TextScaled = true
  229. Btools.TextSize = 30
  230. Btools.TextWrapped = true
  231.  
  232. Pistol.Name = "Pistol"
  233. Pistol.Parent = MainFrame
  234. Pistol.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  235. Pistol.BorderSizePixel = 0
  236. Pistol.Position = UDim2.new(0.327548802, 0, 0.243243247, 0)
  237. Pistol.Size = UDim2.new(0, 125, 0, 30)
  238. Pistol.Font = Enum.Font.Code
  239. Pistol.Text = "Pistol"
  240. Pistol.TextColor3 = Color3.new(1, 1, 1)
  241. Pistol.TextScaled = true
  242. Pistol.TextSize = 30
  243. Pistol.TextWrapped = true
  244.  
  245. Knife.Name = "Knife"
  246. Knife.Parent = MainFrame
  247. Knife.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  248. Knife.BorderSizePixel = 0
  249. Knife.Position = UDim2.new(0.65075922, 0, 0.243243247, 0)
  250. Knife.Size = UDim2.new(0, 125, 0, 30)
  251. Knife.Font = Enum.Font.Code
  252. Knife.Text = "Knife"
  253. Knife.TextColor3 = Color3.new(1, 1, 1)
  254. Knife.TextScaled = true
  255. Knife.TextSize = 30
  256. Knife.TextWrapped = true
  257.  
  258. Fly.Name = "Fly"
  259. Fly.Parent = MainFrame
  260. Fly.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  261. Fly.BorderSizePixel = 0
  262. Fly.Position = UDim2.new(0.0260303691, 0, 0.363363355, 0)
  263. Fly.Size = UDim2.new(0, 79, 0, 30)
  264. Fly.Font = Enum.Font.Code
  265. Fly.Text = "Fly"
  266. Fly.TextColor3 = Color3.new(1, 1, 1)
  267. Fly.TextScaled = true
  268. Fly.TextSize = 30
  269. Fly.TextWrapped = true
  270.  
  271. Speed.Name = "Speed"
  272. Speed.Parent = MainFrame
  273. Speed.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  274. Speed.BorderSizePixel = 0
  275. Speed.Position = UDim2.new(0.216919735, 0, 0.363363355, 0)
  276. Speed.Size = UDim2.new(0, 85, 0, 30)
  277. Speed.Font = Enum.Font.Code
  278. Speed.Text = "Speed"
  279. Speed.TextColor3 = Color3.new(1, 1, 1)
  280. Speed.TextScaled = true
  281. Speed.TextSize = 30
  282. Speed.TextWrapped = true
  283.  
  284. Kill.Name = "Kill"
  285. Kill.Parent = MainFrame
  286. Kill.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  287. Kill.BorderSizePixel = 0
  288. Kill.Position = UDim2.new(0.43383947, 0, 0.363363355, 0)
  289. Kill.Size = UDim2.new(0, 118, 0, 30)
  290. Kill.Font = Enum.Font.Code
  291. Kill.Text = "Kill ______"
  292. Kill.TextColor3 = Color3.new(1, 1, 1)
  293. Kill.TextScaled = true
  294. Kill.TextSize = 30
  295. Kill.TextWrapped = true
  296.  
  297. Kill_2.Name = "Kill"
  298. Kill_2.Parent = Kill
  299. Kill_2.BackgroundColor3 = Color3.new(0.027451, 0.25098, 0.501961)
  300. Kill_2.Position = UDim2.new(-1.47457623, 0, -10.2000008, 0)
  301. Kill_2.Size = UDim2.new(0, 384, 0, 164)
  302. Kill_2.Visible = false
  303.  
  304. kbar1.Name = "kbar1"
  305. kbar1.Parent = Kill_2
  306. kbar1.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  307. kbar1.BorderSizePixel = 0
  308. kbar1.Size = UDim2.new(0, 384, 0, 31)
  309.  
  310. kbar2.Name = "kbar2"
  311. kbar2.Parent = Kill_2
  312. kbar2.BackgroundColor3 = Color3.new(0.4, 0.8, 1)
  313. kbar2.BorderSizePixel = 0
  314. kbar2.Position = UDim2.new(0, 0, 0.189024389, 0)
  315. kbar2.Size = UDim2.new(0, 384, 0, 7)
  316.  
  317. deathbutton.Name = "deathbutton"
  318. deathbutton.Parent = Kill_2
  319. deathbutton.BackgroundColor3 = Color3.new(0.501961, 0, 0.00784314)
  320. deathbutton.BorderColor3 = Color3.new(0, 0, 0)
  321. deathbutton.BorderSizePixel = 3
  322. deathbutton.Position = UDim2.new(0.208333328, 0, 0.670731723, 0)
  323. deathbutton.Size = UDim2.new(0, 224, 0, 39)
  324. deathbutton.Font = Enum.Font.ArialBold
  325. deathbutton.Text = "Kill"
  326. deathbutton.TextColor3 = Color3.new(0, 0, 0)
  327. deathbutton.TextSize = 20
  328. deathbutton.TextWrapped = true
  329.  
  330. victombox.Name = "victombox"
  331. victombox.Parent = Kill_2
  332. victombox.BackgroundColor3 = Color3.new(0.501961, 0, 0.00784314)
  333. victombox.BorderColor3 = Color3.new(0, 0, 0)
  334. victombox.BorderSizePixel = 3
  335. victombox.Position = UDim2.new(0.0338541679, 0, 0.286585361, 0)
  336. victombox.Size = UDim2.new(0, 358, 0, 50)
  337. victombox.Font = Enum.Font.Code
  338. victombox.Text = "Victom's Username"
  339. victombox.TextColor3 = Color3.new(0, 0, 0)
  340. victombox.TextSize = 20
  341. victombox.TextStrokeColor3 = Color3.new(1, 1, 1)
  342. victombox.TextWrapped = true
  343.  
  344. Version_2.Name = "Version"
  345. Version_2.Parent = Kill
  346. Version_2.BackgroundColor3 = Color3.new(1, 1, 1)
  347. Version_2.BackgroundTransparency = 1
  348. Version_2.BorderSizePixel = 0
  349. Version_2.Position = UDim2.new(0.181624413, 0, -10.1243248, 0)
  350. Version_2.Size = UDim2.new(0, 122, 0, 29)
  351. Version_2.Visible = false
  352. Version_2.Font = Enum.Font.Code
  353. Version_2.Text = "Version 2.0"
  354. Version_2.TextColor3 = Color3.new(1, 1, 1)
  355. Version_2.TextScaled = true
  356. Version_2.TextSize = 14
  357. Version_2.TextWrapped = true
  358.  
  359. Title_2.Name = "Title"
  360. Title_2.Parent = Kill
  361. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  362. Title_2.BackgroundTransparency = 1
  363. Title_2.BorderSizePixel = 0
  364. Title_2.Position = UDim2.new(-1.46610165, 0, -10.1333332, 0)
  365. Title_2.Size = UDim2.new(0, 188, 0, 29)
  366. Title_2.Visible = false
  367. Title_2.Font = Enum.Font.SourceSans
  368. Title_2.Text = "ChiliBeans [BETA]"
  369. Title_2.TextColor3 = Color3.new(1, 1, 1)
  370. Title_2.TextScaled = true
  371. Title_2.TextSize = 14
  372. Title_2.TextWrapped = true
  373.  
  374. exitbutton.Name = "exitbutton"
  375. exitbutton.Parent = Kill
  376. exitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  377. exitbutton.BackgroundTransparency = 1
  378. exitbutton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  379. exitbutton.BorderSizePixel = 2
  380. exitbutton.Position = UDim2.new(1.37106156, 0, -10.2303305, 0)
  381. exitbutton.Size = UDim2.new(0, 35, 0, 32)
  382. exitbutton.Visible = false
  383. exitbutton.Font = Enum.Font.Code
  384. exitbutton.Text = "X"
  385. exitbutton.TextColor3 = Color3.new(1, 1, 1)
  386. exitbutton.TextScaled = true
  387. exitbutton.TextSize = 14
  388. exitbutton.TextWrapped = true
  389.  
  390. Naked.Name = "Naked"
  391. Naked.Parent = MainFrame
  392. Naked.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  393. Naked.BorderSizePixel = 0
  394. Naked.Position = UDim2.new(0.707158327, 0, 0.363363355, 0)
  395. Naked.Size = UDim2.new(0, 99, 0, 30)
  396. Naked.Font = Enum.Font.Code
  397. Naked.Text = "Naked _____"
  398. Naked.TextColor3 = Color3.new(1, 1, 1)
  399. Naked.TextScaled = true
  400. Naked.TextSize = 30
  401. Naked.TextWrapped = true
  402.  
  403. exitbutton_2.Name = "exitbutton"
  404. exitbutton_2.Parent = MainFrame
  405. exitbutton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  406. exitbutton_2.BackgroundTransparency = 1
  407. exitbutton_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  408. exitbutton_2.BorderSizePixel = 2
  409. exitbutton_2.Position = UDim2.new(0.921908915, 0, 0.00300300308, 0)
  410. exitbutton_2.Size = UDim2.new(0, 35, 0, 32)
  411. exitbutton_2.Font = Enum.Font.Code
  412. exitbutton_2.Text = "X"
  413. exitbutton_2.TextColor3 = Color3.new(1, 1, 1)
  414. exitbutton_2.TextScaled = true
  415. exitbutton_2.TextSize = 14
  416. exitbutton_2.TextWrapped = true
  417.  
  418. Note.Name = "Note"
  419. Note.Parent = MainFrame
  420. Note.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  421. Note.Position = UDim2.new(0.0260303691, 0, 0.762762785, 0)
  422. Note.Size = UDim2.new(0, 413, 0, 56)
  423. Note.Font = Enum.Font.Code
  424. Note.Text = "NOTE: THIS IS ONLY IN BETA, EXPECT BUGS, ETC. "
  425. Note.TextColor3 = Color3.new(0.988235, 0.00392157, 0.027451)
  426. Note.TextScaled = true
  427. Note.TextSize = 14
  428. Note.TextWrapped = true
  429.  
  430. Changelog.Name = "Changelog"
  431. Changelog.Parent = MainFrame
  432. Changelog.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  433. Changelog.BorderSizePixel = 0
  434. Changelog.Position = UDim2.new(0.548806965, 0, 0.114114113, 0)
  435. Changelog.Size = UDim2.new(0, 192, 0, 30)
  436. Changelog.Font = Enum.Font.Code
  437. Changelog.Text = "Changelog"
  438. Changelog.TextColor3 = Color3.new(1, 1, 1)
  439. Changelog.TextSize = 30
  440. Changelog.TextWrapped = true
  441.  
  442. ExecuteScript.Name = "ExecuteScript"
  443. ExecuteScript.Parent = ChiliBeansv12Beta
  444. ExecuteScript.BackgroundColor3 = Color3.new(0.027451, 0.25098, 0.501961)
  445. ExecuteScript.Draggable = true
  446. ExecuteScript.Position = UDim2.new(0.12091364, 0, 0.000567913055, 0)
  447. ExecuteScript.Size = UDim2.new(0, 580, 0, 432)
  448. ExecuteScript.Visible = false
  449.  
  450. ebar1.Name = "ebar1"
  451. ebar1.Parent = ExecuteScript
  452. ebar1.BackgroundColor3 = Color3.new(0.0588235, 0.501961, 1)
  453. ebar1.BorderSizePixel = 0
  454. ebar1.Position = UDim2.new(-0.00172413792, 0, 0, 0)
  455. ebar1.Size = UDim2.new(0, 581, 0, 55)
  456.  
  457. ebar2.Name = "ebar2"
  458. ebar2.Parent = ExecuteScript
  459. ebar2.BackgroundColor3 = Color3.new(0.4, 0.8, 1)
  460. ebar2.BorderSizePixel = 0
  461. ebar2.Position = UDim2.new(-0.00172413792, 0, 0.101851851, 0)
  462. ebar2.Size = UDim2.new(0, 581, 0, 13)
  463.  
  464. Title_3.Name = "Title"
  465. Title_3.Parent = ExecuteScript
  466. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  467. Title_3.BackgroundTransparency = 1
  468. Title_3.BorderSizePixel = 0
  469. Title_3.Position = UDim2.new(0.00379746826, 0, 0.00355871883, 0)
  470. Title_3.Size = UDim2.new(0, 231, 0, 29)
  471. Title_3.Font = Enum.Font.SourceSans
  472. Title_3.Text = "ChiliBeans Beta"
  473. Title_3.TextColor3 = Color3.new(1, 1, 1)
  474. Title_3.TextScaled = true
  475. Title_3.TextSize = 14
  476. Title_3.TextWrapped = true
  477.  
  478. Version_3.Name = "Version"
  479. Version_3.Parent = ExecuteScript
  480. Version_3.BackgroundColor3 = Color3.new(1, 1, 1)
  481. Version_3.BackgroundTransparency = 1
  482. Version_3.BorderSizePixel = 0
  483. Version_3.Position = UDim2.new(0.676303566, 0, 0.00900900923, 0)
  484. Version_3.Size = UDim2.new(0, 122, 0, 29)
  485. Version_3.Font = Enum.Font.Code
  486. Version_3.Text = "Version 2.0"
  487. Version_3.TextColor3 = Color3.new(1, 1, 1)
  488. Version_3.TextScaled = true
  489. Version_3.TextSize = 14
  490. Version_3.TextWrapped = true
  491.  
  492. Executebutton.Name = "Executebutton"
  493. Executebutton.Parent = ExecuteScript
  494. Executebutton.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  495. Executebutton.BorderSizePixel = 0
  496. Executebutton.Position = UDim2.new(0.0741379336, 0, 0.902777791, 0)
  497. Executebutton.Size = UDim2.new(0, 174, 0, 32)
  498. Executebutton.Font = Enum.Font.Code
  499. Executebutton.Text = "Execute"
  500. Executebutton.TextColor3 = Color3.new(1, 1, 1)
  501. Executebutton.TextSize = 30
  502. Executebutton.TextWrapped = true
  503.  
  504. exitbutton_3.Name = "exitbutton"
  505. exitbutton_3.Parent = ExecuteScript
  506. exitbutton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  507. exitbutton_3.BackgroundTransparency = 1
  508. exitbutton_3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  509. exitbutton_3.BorderSizePixel = 2
  510. exitbutton_3.Position = UDim2.new(0.905172408, 0, 0.00462962966, 0)
  511. exitbutton_3.Size = UDim2.new(0, 41, 0, 42)
  512. exitbutton_3.Font = Enum.Font.Code
  513. exitbutton_3.Text = "X"
  514. exitbutton_3.TextColor3 = Color3.new(1, 1, 1)
  515. exitbutton_3.TextScaled = true
  516. exitbutton_3.TextSize = 14
  517. exitbutton_3.TextWrapped = true
  518.  
  519. ScrollingFrame.Parent = ExecuteScript
  520. ScrollingFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  521. ScrollingFrame.BorderColor3 = Color3.new(0, 0, 0)
  522. ScrollingFrame.BorderSizePixel = 2
  523. ScrollingFrame.Position = UDim2.new(0.022413794, 0, 0.145833328, 0)
  524. ScrollingFrame.Size = UDim2.new(0, 553, 0, 317)
  525. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1e+09, 0)
  526.  
  527. input.Name = "input"
  528. input.Parent = ScrollingFrame
  529. input.BackgroundColor3 = Color3.new(1, 1, 1)
  530. input.BackgroundTransparency = 1
  531. input.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  532. input.Size = UDim2.new(0, 536, 0, 1000000000)
  533. input.ClearTextOnFocus = false
  534. input.Font = Enum.Font.Code
  535. input.MultiLine = true
  536. input.Text = "print(\"The Executer is currently not working, please use the buttons.\")"
  537. input.TextColor3 = Color3.new(0.4, 0.8, 1)
  538. input.TextSize = 14
  539. input.TextXAlignment = Enum.TextXAlignment.Left
  540. input.TextYAlignment = Enum.TextYAlignment.Top
  541.  
  542. clearbutton.Name = "clearbutton"
  543. clearbutton.Parent = ExecuteScript
  544. clearbutton.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  545. clearbutton.BorderSizePixel = 0
  546. clearbutton.Position = UDim2.new(0.620689631, 0, 0.902777791, 0)
  547. clearbutton.Size = UDim2.new(0, 174, 0, 32)
  548. clearbutton.Font = Enum.Font.Code
  549. clearbutton.Text = "Clear"
  550. clearbutton.TextColor3 = Color3.new(1, 1, 1)
  551. clearbutton.TextSize = 30
  552. clearbutton.TextWrapped = true
  553.  
  554. ChangeFrame.Name = "ChangeFrame"
  555. ChangeFrame.Parent = ChiliBeansv12Beta
  556. ChangeFrame.Active = true
  557. ChangeFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  558. ChangeFrame.BorderColor3 = Color3.new(0, 0, 0)
  559. ChangeFrame.BorderSizePixel = 3
  560. ChangeFrame.Position = UDim2.new(0.0664206669, 0, 0.0234899335, 0)
  561. ChangeFrame.Size = UDim2.new(0, 429, 0, 568)
  562. ChangeFrame.Visible = false
  563. ChangeFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  564. ChangeFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  565. ChangeFrame.ScrollBarThickness = 15
  566.  
  567. dbar1.Name = "dbar1"
  568. dbar1.Parent = ChangeFrame
  569. dbar1.Active = true
  570. dbar1.BackgroundColor3 = Color3.new(0.4, 0.8, 1)
  571. dbar1.BorderColor3 = Color3.new(0, 0, 0)
  572. dbar1.BorderSizePixel = 0
  573. dbar1.Selectable = true
  574. dbar1.Size = UDim2.new(0, 411, 0, 32)
  575.  
  576. dbar2.Name = "dbar2"
  577. dbar2.Parent = ChangeFrame
  578. dbar2.Active = true
  579. dbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  580. dbar2.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  581. dbar2.BorderSizePixel = 0
  582. dbar2.Position = UDim2.new(0, 0, 0.0580985919, 0)
  583. dbar2.Selectable = true
  584. dbar2.Size = UDim2.new(0, 411, 0, 11)
  585.  
  586. title.Name = "title"
  587. title.Parent = ChangeFrame
  588. title.BackgroundColor3 = Color3.new(1, 1, 1)
  589. title.BackgroundTransparency = 1
  590. title.Size = UDim2.new(0, 142, 0, 32)
  591. title.Font = Enum.Font.SourceSans
  592. title.Text = "ChiliBeans Beta"
  593. title.TextColor3 = Color3.new(0, 0, 0)
  594. title.TextScaled = true
  595. title.TextSize = 14
  596. title.TextWrapped = true
  597.  
  598. version.Name = "version"
  599. version.Parent = ChangeFrame
  600. version.BackgroundColor3 = Color3.new(1, 1, 1)
  601. version.BackgroundTransparency = 1
  602. version.Position = UDim2.new(0.627039611, 0, 0, 0)
  603. version.Size = UDim2.new(0, 142, 0, 32)
  604. version.Font = Enum.Font.SourceSans
  605. version.Text = "Version 2.0"
  606. version.TextColor3 = Color3.new(0, 0, 0)
  607. version.TextScaled = true
  608. version.TextSize = 14
  609. version.TextWrapped = true
  610.  
  611. _12.Name = "1.2"
  612. _12.Parent = ChangeFrame
  613. _12.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  614. _12.BorderColor3 = Color3.new(0, 0, 0)
  615. _12.BorderSizePixel = 2
  616. _12.Position = UDim2.new(0.0326340348, 0, 0.38800925, 0)
  617. _12.Size = UDim2.new(0, 383, 0, 150)
  618.  
  619. version_2.Name = "version"
  620. version_2.Parent = _12
  621. version_2.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  622. version_2.BorderSizePixel = 0
  623. version_2.Size = UDim2.new(0, 383, 0, 28)
  624. version_2.Font = Enum.Font.Cartoon
  625. version_2.Text = "Version 1.2 BETA "
  626. version_2.TextColor3 = Color3.new(0, 0, 0)
  627. version_2.TextScaled = true
  628. version_2.TextSize = 14
  629. version_2.TextWrapped = true
  630.  
  631. update.Name = "update"
  632. update.Parent = _12
  633. update.BackgroundColor3 = Color3.new(1, 1, 1)
  634. update.BackgroundTransparency = 1
  635. update.Position = UDim2.new(0.0234986953, 0, 0.186666667, 0)
  636. update.Size = UDim2.new(0, 175, 0, 35)
  637. update.Font = Enum.Font.Cartoon
  638. update.Text = "- Tweaked the SecureLogin a little bit"
  639. update.TextColor3 = Color3.new(0, 0, 0)
  640. update.TextScaled = true
  641. update.TextSize = 14
  642. update.TextWrapped = true
  643.  
  644. update2.Name = "update2"
  645. update2.Parent = _12
  646. update2.Active = true
  647. update2.BackgroundColor3 = Color3.new(1, 1, 1)
  648. update2.BackgroundTransparency = 1
  649. update2.Position = UDim2.new(0.524804175, 0, 0.186666667, 0)
  650. update2.Selectable = true
  651. update2.Size = UDim2.new(0, 170, 0, 35)
  652. update2.Font = Enum.Font.Cartoon
  653. update2.Text = " "
  654. update2.TextColor3 = Color3.new(0, 0, 0)
  655. update2.TextScaled = true
  656. update2.TextSize = 14
  657. update2.TextWrapped = true
  658.  
  659. update3.Name = "update3"
  660. update3.Parent = _12
  661. update3.BackgroundColor3 = Color3.new(1, 1, 1)
  662. update3.BackgroundTransparency = 1
  663. update3.Position = UDim2.new(0.0234986953, 0, 0.420000017, 0)
  664. update3.Size = UDim2.new(0, 175, 0, 35)
  665. update3.Font = Enum.Font.Cartoon
  666. update3.Text = " "
  667. update3.TextColor3 = Color3.new(0, 0, 0)
  668. update3.TextScaled = true
  669. update3.TextSize = 14
  670. update3.TextWrapped = true
  671.  
  672. update4.Name = "update4"
  673. update4.Parent = _12
  674. update4.BackgroundColor3 = Color3.new(1, 1, 1)
  675. update4.BackgroundTransparency = 1
  676. update4.Position = UDim2.new(0.524804175, 0, 0.420000017, 0)
  677. update4.Size = UDim2.new(0, 170, 0, 35)
  678. update4.Font = Enum.Font.Cartoon
  679. update4.Text = " "
  680. update4.TextColor3 = Color3.new(0, 0, 0)
  681. update4.TextScaled = true
  682. update4.TextSize = 14
  683. update4.TextWrapped = true
  684.  
  685. update6.Name = "update6"
  686. update6.Parent = _12
  687. update6.BackgroundColor3 = Color3.new(1, 1, 1)
  688. update6.BackgroundTransparency = 1
  689. update6.Position = UDim2.new(0.524804175, 0, 0.666666687, 0)
  690. update6.Size = UDim2.new(0, 170, 0, 35)
  691. update6.Font = Enum.Font.Cartoon
  692. update6.Text = " "
  693. update6.TextColor3 = Color3.new(0, 0, 0)
  694. update6.TextScaled = true
  695. update6.TextSize = 14
  696. update6.TextWrapped = true
  697.  
  698. update5.Name = "update5"
  699. update5.Parent = _12
  700. update5.BackgroundColor3 = Color3.new(1, 1, 1)
  701. update5.BackgroundTransparency = 1
  702. update5.Position = UDim2.new(0.0234986953, 0, 0.666666687, 0)
  703. update5.Size = UDim2.new(0, 175, 0, 35)
  704. update5.Font = Enum.Font.Cartoon
  705. update5.Text = " "
  706. update5.TextColor3 = Color3.new(0, 0, 0)
  707. update5.TextScaled = true
  708. update5.TextSize = 14
  709. update5.TextWrapped = true
  710.  
  711. _10.Name = "1.0"
  712. _10.Parent = ChangeFrame
  713. _10.Active = true
  714. _10.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  715. _10.BorderColor3 = Color3.new(0, 0, 0)
  716. _10.BorderSizePixel = 2
  717. _10.Position = UDim2.new(0.0326340348, 0, 0.669888437, 0)
  718. _10.Selectable = true
  719. _10.Size = UDim2.new(0, 383, 0, 150)
  720.  
  721. version_3.Name = "version"
  722. version_3.Parent = _10
  723. version_3.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  724. version_3.BorderSizePixel = 0
  725. version_3.Size = UDim2.new(0, 383, 0, 28)
  726. version_3.Font = Enum.Font.Cartoon
  727. version_3.Text = "Version 1.0 BETA "
  728. version_3.TextColor3 = Color3.new(0, 0, 0)
  729. version_3.TextScaled = true
  730. version_3.TextSize = 14
  731. version_3.TextWrapped = true
  732.  
  733. update_2.Name = "update"
  734. update_2.Parent = _10
  735. update_2.BackgroundColor3 = Color3.new(1, 1, 1)
  736. update_2.BackgroundTransparency = 1
  737. update_2.Position = UDim2.new(0.0234986953, 0, 0.186666667, 0)
  738. update_2.Size = UDim2.new(0, 175, 0, 35)
  739. update_2.Font = Enum.Font.Cartoon
  740. update_2.Text = "- Built the GUI"
  741. update_2.TextColor3 = Color3.new(0, 0, 0)
  742. update_2.TextScaled = true
  743. update_2.TextSize = 14
  744. update_2.TextWrapped = true
  745.  
  746. update2_2.Name = "update2"
  747. update2_2.Parent = _10
  748. update2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  749. update2_2.BackgroundTransparency = 1
  750. update2_2.Position = UDim2.new(0.524804175, 0, 0.186666667, 0)
  751. update2_2.Size = UDim2.new(0, 170, 0, 35)
  752. update2_2.Font = Enum.Font.Cartoon
  753. update2_2.Text = "- Built and Scripted the Secure Login"
  754. update2_2.TextColor3 = Color3.new(0, 0, 0)
  755. update2_2.TextScaled = true
  756. update2_2.TextSize = 14
  757. update2_2.TextWrapped = true
  758.  
  759. update3_2.Name = "update3"
  760. update3_2.Parent = _10
  761. update3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  762. update3_2.BackgroundTransparency = 1
  763. update3_2.Position = UDim2.new(0.0234986953, 0, 0.420000017, 0)
  764. update3_2.Size = UDim2.new(0, 175, 0, 35)
  765. update3_2.Font = Enum.Font.Cartoon
  766. update3_2.Text = " "
  767. update3_2.TextColor3 = Color3.new(0, 0, 0)
  768. update3_2.TextScaled = true
  769. update3_2.TextSize = 14
  770. update3_2.TextWrapped = true
  771.  
  772. update4_2.Name = "update4"
  773. update4_2.Parent = _10
  774. update4_2.BackgroundColor3 = Color3.new(1, 1, 1)
  775. update4_2.BackgroundTransparency = 1
  776. update4_2.Position = UDim2.new(0.524804175, 0, 0.420000017, 0)
  777. update4_2.Size = UDim2.new(0, 170, 0, 35)
  778. update4_2.Font = Enum.Font.Cartoon
  779. update4_2.Text = " "
  780. update4_2.TextColor3 = Color3.new(0, 0, 0)
  781. update4_2.TextScaled = true
  782. update4_2.TextSize = 14
  783. update4_2.TextWrapped = true
  784.  
  785. update6_2.Name = "update6"
  786. update6_2.Parent = _10
  787. update6_2.BackgroundColor3 = Color3.new(1, 1, 1)
  788. update6_2.BackgroundTransparency = 1
  789. update6_2.Position = UDim2.new(0.524804175, 0, 0.666666687, 0)
  790. update6_2.Size = UDim2.new(0, 170, 0, 35)
  791. update6_2.Font = Enum.Font.Cartoon
  792. update6_2.Text = " "
  793. update6_2.TextColor3 = Color3.new(0, 0, 0)
  794. update6_2.TextScaled = true
  795. update6_2.TextSize = 14
  796. update6_2.TextWrapped = true
  797.  
  798. update5_2.Name = "update5"
  799. update5_2.Parent = _10
  800. update5_2.BackgroundColor3 = Color3.new(1, 1, 1)
  801. update5_2.BackgroundTransparency = 1
  802. update5_2.Position = UDim2.new(0.0234986953, 0, 0.666666687, 0)
  803. update5_2.Size = UDim2.new(0, 175, 0, 35)
  804. update5_2.Font = Enum.Font.Cartoon
  805. update5_2.Text = " "
  806. update5_2.TextColor3 = Color3.new(0, 0, 0)
  807. update5_2.TextScaled = true
  808. update5_2.TextSize = 14
  809. update5_2.TextWrapped = true
  810.  
  811. _20.Name = "2.0"
  812. _20.Parent = ChangeFrame
  813. _20.Active = true
  814. _20.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  815. _20.BorderColor3 = Color3.new(0, 0, 0)
  816. _20.BorderSizePixel = 2
  817. _20.Position = UDim2.new(0.0326340348, 0, 0.107807904, 0)
  818. _20.Selectable = true
  819. _20.Size = UDim2.new(0, 383, 0, 150)
  820.  
  821. version_4.Name = "version"
  822. version_4.Parent = _20
  823. version_4.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  824. version_4.BorderSizePixel = 0
  825. version_4.Size = UDim2.new(0, 383, 0, 28)
  826. version_4.Font = Enum.Font.Cartoon
  827. version_4.Text = "Version 2.0 BETA "
  828. version_4.TextColor3 = Color3.new(0, 0, 0)
  829. version_4.TextScaled = true
  830. version_4.TextSize = 14
  831. version_4.TextWrapped = true
  832.  
  833. update_3.Name = "update"
  834. update_3.Parent = _20
  835. update_3.BackgroundColor3 = Color3.new(1, 1, 1)
  836. update_3.BackgroundTransparency = 1
  837. update_3.Position = UDim2.new(0.0234986953, 0, 0.186666667, 0)
  838. update_3.Size = UDim2.new(0, 175, 0, 35)
  839. update_3.Font = Enum.Font.Cartoon
  840. update_3.Text = "- Changelog built"
  841. update_3.TextColor3 = Color3.new(0, 0, 0)
  842. update_3.TextScaled = true
  843. update_3.TextSize = 14
  844. update_3.TextWrapped = true
  845.  
  846. update2_3.Name = "update2"
  847. update2_3.Parent = _20
  848. update2_3.BackgroundColor3 = Color3.new(1, 1, 1)
  849. update2_3.BackgroundTransparency = 1
  850. update2_3.Position = UDim2.new(0.524804175, 0, 0.186666667, 0)
  851. update2_3.Size = UDim2.new(0, 170, 0, 35)
  852. update2_3.Font = Enum.Font.Cartoon
  853. update2_3.Text = "- Fixed the buttons"
  854. update2_3.TextColor3 = Color3.new(0, 0, 0)
  855. update2_3.TextScaled = true
  856. update2_3.TextSize = 14
  857. update2_3.TextWrapped = true
  858.  
  859. update3_3.Name = "update3"
  860. update3_3.Parent = _20
  861. update3_3.BackgroundColor3 = Color3.new(1, 1, 1)
  862. update3_3.BackgroundTransparency = 1
  863. update3_3.Position = UDim2.new(0.0234986953, 0, 0.420000017, 0)
  864. update3_3.Size = UDim2.new(0, 175, 0, 35)
  865. update3_3.Font = Enum.Font.Cartoon
  866. update3_3.Text = " "
  867. update3_3.TextColor3 = Color3.new(0, 0, 0)
  868. update3_3.TextScaled = true
  869. update3_3.TextSize = 14
  870. update3_3.TextWrapped = true
  871.  
  872. update4_3.Name = "update4"
  873. update4_3.Parent = _20
  874. update4_3.BackgroundColor3 = Color3.new(1, 1, 1)
  875. update4_3.BackgroundTransparency = 1
  876. update4_3.Position = UDim2.new(0.524804175, 0, 0.420000017, 0)
  877. update4_3.Size = UDim2.new(0, 170, 0, 35)
  878. update4_3.Font = Enum.Font.Cartoon
  879. update4_3.Text = " "
  880. update4_3.TextColor3 = Color3.new(0, 0, 0)
  881. update4_3.TextScaled = true
  882. update4_3.TextSize = 14
  883. update4_3.TextWrapped = true
  884.  
  885. update6_3.Name = "update6"
  886. update6_3.Parent = _20
  887. update6_3.BackgroundColor3 = Color3.new(1, 1, 1)
  888. update6_3.BackgroundTransparency = 1
  889. update6_3.Position = UDim2.new(0.524804175, 0, 0.666666687, 0)
  890. update6_3.Size = UDim2.new(0, 170, 0, 35)
  891. update6_3.Font = Enum.Font.Cartoon
  892. update6_3.Text = " "
  893. update6_3.TextColor3 = Color3.new(0, 0, 0)
  894. update6_3.TextScaled = true
  895. update6_3.TextSize = 14
  896. update6_3.TextWrapped = true
  897.  
  898. update5_3.Name = "update5"
  899. update5_3.Parent = _20
  900. update5_3.BackgroundColor3 = Color3.new(1, 1, 1)
  901. update5_3.BackgroundTransparency = 1
  902. update5_3.Position = UDim2.new(0.0234986953, 0, 0.666666687, 0)
  903. update5_3.Size = UDim2.new(0, 175, 0, 35)
  904. update5_3.Font = Enum.Font.Cartoon
  905. update5_3.Text = " "
  906. update5_3.TextColor3 = Color3.new(0, 0, 0)
  907. update5_3.TextScaled = true
  908. update5_3.TextSize = 14
  909. update5_3.TextWrapped = true
  910.  
  911. TextButton.Parent = ChangeFrame
  912. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  913. TextButton.BackgroundTransparency = 1
  914. TextButton.BorderSizePixel = 0
  915. TextButton.Position = UDim2.new(0.398601413, 0, 0, 0)
  916. TextButton.Size = UDim2.new(0, 64, 0, 30)
  917. TextButton.Font = Enum.Font.SourceSans
  918. TextButton.Text = "Close"
  919. TextButton.TextColor3 = Color3.new(0, 0, 0)
  920. TextButton.TextScaled = true
  921. TextButton.TextSize = 14
  922. TextButton.TextWrapped = true
  923. -- Scripts:
  924. function SCRIPT_AHHR68_FAKESCRIPT() -- submit.Script
  925. getfenv().script = Instance.new('Script', submit)
  926.  
  927. local button = script.Parent
  928. local main = script.Parent.Parent
  929. local mainframe = script.Parent.Parent.Parent.MainFrame
  930.  
  931. button.MouseButton1Click:connect(function()
  932. local password = script.Parent.Parent.passbox
  933. local username = script.Parent.Parent.userbox
  934. if username.Text == 'admin7' and password.Text == 'admin7' then
  935. script.Parent.Text = "Processing..."
  936. wait(2)
  937. script.Parent.Text = "Correct!"
  938. wait(0.3)
  939. script.Parent.Parent.Parent.MainFrame.Visible = true
  940. main.Visible = false
  941. mainframe.Visible = true
  942. else
  943. script.Parent.Text = "Processing..."
  944. wait(2)
  945. button.Text = 'Access Denied'
  946. username.Text = 'Username:'
  947. password.Text = 'Password:'
  948. wait(1)
  949. button.Text = 'Login'
  950. end
  951. end)
  952.  
  953. end
  954. coroutine.resume(coroutine.create(SCRIPT_AHHR68_FAKESCRIPT))
  955. function SCRIPT_FZRL68_FAKESCRIPT() -- Executer.Script
  956. getfenv().script = Instance.new('Script', Executer)
  957.  
  958. local button = script.Parent
  959. local executor = script.Parent.Parent.Parent.ExecuteScript
  960.  
  961. button.MouseButton1Click:connect(function()
  962. executor.Visible = true
  963. end)
  964.  
  965. end
  966. coroutine.resume(coroutine.create(SCRIPT_FZRL68_FAKESCRIPT))
  967. function SCRIPT_AZLD83_FAKESCRIPT() -- Btools.LocalScript
  968. getfenv().script = Instance.new('LocalScript', Btools)
  969.  
  970. script.Parent.MouseButton1Down:Connect(function()
  971. local clone = Instance.new("HopperBin")
  972. clone.BinType = "Clone"
  973. clone.Parent = game.Players.LocalPlayer.Backpack
  974. local delete = Instance.new("HopperBin")
  975. delete.BinType = "Hammer"
  976. delete.Parent = game.Players.LocalPlayer.Backpack
  977. local drag = Instance.new("HopperBin")
  978. drag.BinType = "GameTool"
  979. drag.Parent = game.Players.LocalPlayer.Backpack
  980. end)
  981.  
  982.  
  983. end
  984. coroutine.resume(coroutine.create(SCRIPT_AZLD83_FAKESCRIPT))
  985. function SCRIPT_BRII80_FAKESCRIPT() -- Pistol.LocalScript
  986. getfenv().script = Instance.new('LocalScript', Pistol)
  987.  
  988. script.Parent.MouseButton1Down:Connect(function()
  989. local Pistol = Instance.new("Tool")
  990. local Handle = Instance.new("MeshPart")
  991. local Muzzle = Instance.new("Part")
  992. local ActivateSpecial = Instance.new("RemoteEvent")
  993. local Fire = Instance.new("RemoteEvent")
  994. local Hit = Instance.new("RemoteEvent")
  995. local Gunshot = Instance.new("Sound")
  996. local Hitmark = Instance.new("Sound")
  997. local MuzzleFlash = Instance.new("BillboardGui")
  998. local MuzzleEffect = Instance.new("ImageLabel")
  999. local Configurations = Instance.new("Configuration")
  1000. local Accuracy = Instance.new("NumberValue")
  1001. local FireRate = Instance.new("NumberValue")
  1002. local MaxDamage = Instance.new("NumberValue")
  1003. local MinDamage = Instance.new("NumberValue")
  1004. local SpecialDuration = Instance.new("NumberValue")
  1005. local SpecialRechargeTime = Instance.new("NumberValue")
  1006. local Velocity = Instance.new("NumberValue")
  1007.  
  1008. --//Pistol (Tool)\\--
  1009. Pistol.Name = "Pistol"
  1010. Pistol.GripForward = 0.998, 0, -0.069
  1011. Pistol.GripPos = -0.792, -0.372, 0.113
  1012. Pistol.GripRight = 0.07, 0, 0.998
  1013. Pistol.GripUp = 0, 1, 0
  1014. Pistol.ToolTip = "Press E for Special"
  1015. --//Variables\\--
  1016. local tool = script.Parent
  1017. local handle = tool:WaitForChild("Handle")
  1018. local muzzle = tool:WaitForChild("Muzzle")
  1019. local muzzleFlash = muzzle:WaitForChild("MuzzleFlash")
  1020. local muzzleEffect = muzzleFlash:WaitForChild("MuzzleEffect")
  1021.  
  1022. local configs = tool:WaitForChild("Configurations")
  1023. local fireRate = configs:FindFirstChild("FireRate")
  1024. local maxDamage = configs:FindFirstChild("MaxDamage")
  1025. local minDamage = configs:FindFirstChild("MinDamage")
  1026. local velocity = configs:FindFirstChild("Velocity")
  1027. local accuracy = configs:FindFirstChild("Accuracy")
  1028. local specialDuration = configs:FindFirstChild("SpecialDuration")
  1029. local specialRechargeTime = configs:FindFirstChild("SpecialRechargeTime")
  1030.  
  1031. local showDamageText = true
  1032.  
  1033. local debris = game:GetService("Debris")
  1034.  
  1035. local fire = tool:WaitForChild("Fire")
  1036. local activateSpecial = tool:WaitForChild("ActivateSpecial")
  1037. local hit = tool:WaitForChild("Hit")
  1038.  
  1039. --//Custom Functions\\--
  1040. function TagHumanoid(humanoid, player)
  1041. local Creator_Tag = Instance.new("ObjectValue")
  1042. Creator_Tag.Name = "creator"
  1043. Creator_Tag.Value = player
  1044. debris:AddItem(Creator_Tag, 0.3)
  1045. Creator_Tag.Parent = humanoid
  1046. end
  1047.  
  1048. function UntagHumanoid(humanoid)
  1049. for i, v in pairs(humanoid:GetChildren()) do
  1050. if v:IsA("ObjectValue") and v.Name == "creator" then
  1051. v:Destroy()
  1052. end
  1053. end
  1054. end
  1055.  
  1056. function TextEffects(element, floatAmount, direction, style, duration)
  1057. element:TweenPosition(UDim2.new(0, math.random(-40, 40), 0, -floatAmount), direction, style, duration)
  1058. wait(0.5)
  1059.  
  1060. for i = 1, 60 do
  1061. element.TextTransparency = element.TextTransparency + 1/60
  1062. element.TextStrokeTransparency = element.TextStrokeTransparency + 1/60
  1063. wait(1/60)
  1064. end
  1065.  
  1066. element.TextTransparency = element.TextTransparency + 1
  1067. element.TextStrokeTransparency = element.TextStrokeTransparency + 1
  1068. element.Parent:Destroy()
  1069. end
  1070.  
  1071. function DynamicText(damage, criticalPoint, humanoid)
  1072. local bill = Instance.new("BillboardGui", humanoid.Parent.Head)
  1073. bill.Size = UDim2.new(0, 50, 0, 100)
  1074. local part = Instance.new("TextLabel", bill)
  1075. bill.AlwaysOnTop = true
  1076. part.TextColor3 = Color3.fromRGB(255, 0, 0)
  1077. part.Text = damage
  1078. part.Font = Enum.Font.SourceSans
  1079. part.TextStrokeTransparency = 0
  1080. part.Size = UDim2.new(1, 0, 1, 0)
  1081. part.Position = UDim2.new(0, 0, 0, 0)
  1082. part.BackgroundTransparency = 1
  1083. bill.Adornee = bill.Parent
  1084.  
  1085. if damage < criticalPoint then
  1086. part.TextSize = 28
  1087. part.TextColor3 = Color3.new(1, 0, 0)
  1088. elseif damage >= criticalPoint then
  1089. part.TextSize = 32
  1090. part.TextColor3 = Color3.new(1, 1, 0)
  1091. end
  1092.  
  1093. spawn(function()
  1094. TextEffects(part, 85, Enum.EasingDirection.Out, Enum.EasingStyle.Quint, 0.75)
  1095. end)
  1096. end
  1097.  
  1098. function DamageAndTagHumanoid(player, humanoid, damage)
  1099. hit:FireClient(player)
  1100. UntagHumanoid(handle)
  1101. humanoid:TakeDamage(damage) TagHumanoid(humanoid, player)
  1102. end
  1103.  
  1104. --//Remote Functions\\--
  1105. fire.OnServerEvent:Connect(function(player, mouseHit)
  1106. local character = player.Character
  1107. local humanoid = character:FindFirstChild("Humanoid")
  1108. local weaponAccuracy = Vector3.new(math.random(-accuracy.Value * 2, accuracy.Value * 2), math.random(-accuracy.Value * 2, accuracy.Value * 2), math.random(-accuracy.Value * 2, accuracy.Value * 2))
  1109.  
  1110. if humanoid and humanoid ~= 0 then
  1111. local projectile = Instance.new("Part", workspace)
  1112.  
  1113. local trail = Instance.new("Trail", projectile)
  1114. trail.FaceCamera = true
  1115. trail.Lifetime = 0.3
  1116. trail.MinLength = 0.15
  1117. trail.LightEmission = 0.25
  1118.  
  1119. local attachment0 = Instance.new("Attachment", projectile)
  1120. attachment0.Position = Vector3.new(0.35, 0, 0)
  1121. attachment0.Name = "Attachment1"
  1122. local attachment1 = Instance.new("Attachment", projectile)
  1123. attachment1.Position = Vector3.new(-0.35, 0, 0)
  1124. attachment1.Name = "Attachment1"
  1125.  
  1126. trail.Attachment0 = attachment0
  1127. trail.Attachment1 = attachment1
  1128.  
  1129. projectile.Name = "Bullet"
  1130. projectile.BrickColor = BrickColor.new("Smoky gray")
  1131. projectile.Shape = "Ball"
  1132. projectile.Material = Enum.Material.Metal
  1133. projectile.TopSurface = 0
  1134. projectile.BottomSurface = 0
  1135. projectile.Size = Vector3.new(1, 1, 1)
  1136. projectile.Transparency = 1
  1137. projectile.CFrame = CFrame.new(muzzle.CFrame.p, mouseHit.p)
  1138. projectile.CanCollide = false
  1139.  
  1140. local transparencyPoints = {}
  1141. local startColor = Color3.new(255, 255, 0)
  1142. local endColor = Color3.new(213, 115, 61)
  1143.  
  1144. table.insert(transparencyPoints, NumberSequenceKeypoint.new(0, 1))
  1145. table.insert(transparencyPoints, NumberSequenceKeypoint.new(0.25, 0))
  1146. table.insert(transparencyPoints, NumberSequenceKeypoint.new(1, 1))
  1147.  
  1148. local determinedTransparency = NumberSequence.new(transparencyPoints)
  1149. local determinedColors = ColorSequence.new(startColor, endColor)
  1150.  
  1151. trail.Transparency = determinedTransparency
  1152. trail.Color = determinedColors
  1153.  
  1154. local bodyVelocity = Instance.new("BodyVelocity", projectile)
  1155. bodyVelocity.MaxForce = Vector3.new(9e9, 9e9, 9e9)
  1156. bodyVelocity.Velocity = (mouseHit.lookVector * velocity.Value) + weaponAccuracy
  1157.  
  1158. debris:AddItem(projectile, 20)
  1159.  
  1160. projectile.Touched:Connect(function(hit)
  1161. local eHumanoid = hit.Parent:FindFirstChild("Humanoid") or hit.Parent.Parent:FindFirstChild("Humanoid")
  1162. local damage = math.random(minDamage.Value, maxDamage.Value)
  1163. if not eHumanoid and not hit.Anchored and not hit:IsDescendantOf(character) then
  1164.  
  1165. projectile:Destroy()
  1166. elseif eHumanoid and eHumanoid ~= humanoid and eHumanoid.Health > 0 and hit ~= projectile then
  1167.  
  1168. if hit.Name == "Head" or hit:IsA("Hat") then
  1169. damage = damage * 1.5
  1170. end
  1171.  
  1172. local criticalPoint = maxDamage.Value
  1173. DamageAndTagHumanoid(player, eHumanoid, damage)
  1174.  
  1175. if showDamageText then
  1176. DynamicText(damage, criticalPoint, eHumanoid)
  1177. else
  1178. end
  1179.  
  1180. projectile:Destroy()
  1181. elseif hit.CanCollide == true and not hit:IsDescendantOf(player.Character) and hit.Anchored == true then
  1182.  
  1183. projectile:Destroy()
  1184. end
  1185. end)
  1186.  
  1187. handle.Fire:Play()
  1188. muzzleEffect.Visible = true
  1189. muzzleEffect.Rotation = math.random(-360, 360)
  1190.  
  1191. delay(0.1, function()
  1192. muzzleEffect.Visible = false
  1193. end)
  1194.  
  1195. end
  1196. end)
  1197.  
  1198. activateSpecial.OnServerEvent:Connect(function(player)
  1199. accuracy.Value, fireRate.Value = accuracy.Value / 2, fireRate.Value / 2
  1200. minDamage.Value, maxDamage.Value = minDamage.Value / 2, maxDamage.Value / 2
  1201.  
  1202. spawn(function()
  1203. local chargeSound = Instance.new("Sound", player.PlayerGui)
  1204. chargeSound.Name = "ChargeSound"
  1205. chargeSound.SoundId = "rbxassetid://163619849"
  1206. chargeSound:Play()
  1207.  
  1208. chargeSound.Ended:Connect(function() chargeSound:Destroy() end)
  1209.  
  1210. local sparkles = Instance.new("Sparkles", handle)
  1211. sparkles.SparkleColor = Color3.fromRGB(255, 236, 21)
  1212.  
  1213. local activatedGui = Instance.new("ScreenGui", player.PlayerGui)
  1214. activatedGui.Name = "SpecialActivated"
  1215. local textLabel = Instance.new("TextLabel", activatedGui)
  1216. textLabel.TextColor3 = Color3.fromRGB(0, 180, 30)
  1217. textLabel.Text = "Trigger Happy activated!"
  1218. textLabel.Font = Enum.Font.SourceSans
  1219. textLabel.TextScaled = true
  1220. textLabel.TextStrokeTransparency = 0
  1221. textLabel.Size = UDim2.new(0, 300, 0, 50)
  1222. textLabel.Position = UDim2.new(2.5, 0, 0.15, -10)
  1223. textLabel.BackgroundTransparency = 1
  1224. textLabel:TweenPosition(UDim2.new(0.5, -(textLabel.Size.X.Offset / 2), 0.1, -10), Enum.EasingDirection.Out, Enum.EasingStyle.Back, 1)
  1225.  
  1226. debris:AddItem(sparkles, specialDuration.Value)
  1227. debris:AddItem(chargeSound, 3)
  1228.  
  1229. wait(3)
  1230. TextEffects(textLabel, 200, Enum.EasingDirection.InOut, Enum.EasingStyle.Quint, 1)
  1231. end)
  1232.  
  1233. for i = specialDuration.Value, 0, -1 do
  1234. wait(1)
  1235. print("Special activated: "..i)
  1236. end
  1237.  
  1238. accuracy.Value, fireRate.Value = accuracy.Value * 2, fireRate.Value * 2
  1239. minDamage.Value, maxDamage.Value = minDamage.Value * 2, maxDamage.Value * 2
  1240. activateSpecial:FireClient(player)
  1241. end)
  1242.  
  1243. local NEVER_BREAK_JOINTS = false -- If you set this to true it will never break joints (this can create some welding issues, but can save stuff like hinges).
  1244.  
  1245.  
  1246. local function CallOnChildren(Instance, FunctionToCall)
  1247. -- Calls a function on each of the children of a certain object, using recursion.
  1248.  
  1249. FunctionToCall(Instance)
  1250.  
  1251. for _, Child in next, Instance:GetChildren() do
  1252. CallOnChildren(Child, FunctionToCall)
  1253. end
  1254. end
  1255.  
  1256. local function GetNearestParent(Instance, ClassName)
  1257. -- Returns the nearest parent of a certain class, or returns nil
  1258.  
  1259. local Ancestor = Instance
  1260. repeat
  1261. Ancestor = Ancestor.Parent
  1262. if Ancestor == nil then
  1263. return nil
  1264. end
  1265. until Ancestor:IsA(ClassName)
  1266.  
  1267. return Ancestor
  1268. end
  1269.  
  1270. local function GetBricks(StartInstance)
  1271. local List = {}
  1272.  
  1273. -- if StartInstance:IsA("BasePart") then
  1274. -- List[#List+1] = StartInstance
  1275. -- end
  1276.  
  1277. CallOnChildren(StartInstance, function(Item)
  1278. if Item:IsA("BasePart") then
  1279. List[#List+1] = Item;
  1280. end
  1281. end)
  1282.  
  1283. return List
  1284. end
  1285.  
  1286. local function Modify(Instance, Values)
  1287. -- Modifies an Instance by using a table.
  1288.  
  1289. assert(type(Values) == "table", "Values is not a table");
  1290.  
  1291. for Index, Value in next, Values do
  1292. if type(Index) == "number" then
  1293. Value.Parent = Instance
  1294. else
  1295. Instance[Index] = Value
  1296. end
  1297. end
  1298. return Instance
  1299. end
  1300.  
  1301. local function Make(ClassType, Properties)
  1302. -- Using a syntax hack to create a nice way to Make new items.
  1303.  
  1304. return Modify(Instance.new(ClassType), Properties)
  1305. end
  1306.  
  1307. local Surfaces = {"TopSurface", "BottomSurface", "LeftSurface", "RightSurface", "FrontSurface", "BackSurface"}
  1308. local HingSurfaces = {"Hinge", "Motor", "SteppingMotor"}
  1309.  
  1310. local function HasWheelJoint(Part)
  1311. for _, SurfaceName in pairs(Surfaces) do
  1312. for _, HingSurfaceName in pairs(HingSurfaces) do
  1313. if Part[SurfaceName].Name == HingSurfaceName then
  1314. return true
  1315. end
  1316. end
  1317. end
  1318.  
  1319. return false
  1320. end
  1321.  
  1322. local function ShouldBreakJoints(Part)
  1323. --- We do not want to break joints of wheels/hinges. This takes the utmost care to not do this. There are
  1324. -- definitely some edge cases.
  1325.  
  1326. if NEVER_BREAK_JOINTS then
  1327. return false
  1328. end
  1329.  
  1330. if HasWheelJoint(Part) then
  1331. return false
  1332. end
  1333.  
  1334. local Connected = Part:GetConnectedParts()
  1335.  
  1336. if #Connected == 1 then
  1337. return false
  1338. end
  1339.  
  1340. for _, Item in pairs(Connected) do
  1341. if HasWheelJoint(Item) then
  1342. return false
  1343. elseif not Item:IsDescendantOf(script.Parent) then
  1344. return false
  1345. end
  1346. end
  1347.  
  1348. return true
  1349. end
  1350.  
  1351. local function WeldTogether(Part0, Part1, JointType, WeldParent)
  1352. --- Weld's 2 parts together
  1353. -- @param Part0 The first part
  1354. -- @param Part1 The second part (Dependent part most of the time).
  1355. -- @param [JointType] The type of joint. Defaults to weld.
  1356. -- @param [WeldParent] Parent of the weld, Defaults to Part0 (so GC is better).
  1357. -- @return The weld created.
  1358.  
  1359. JointType = JointType or "Weld"
  1360. local RelativeValue = Part1:FindFirstChild("qRelativeCFrameWeldValue")
  1361.  
  1362. local NewWeld = Part1:FindFirstChild("qCFrameWeldThingy") or Instance.new(JointType)
  1363. Modify(NewWeld, {
  1364. Name = "qCFrameWeldThingy";
  1365. Part0 = Part0;
  1366. Part1 = Part1;
  1367. C0 = CFrame.new();--Part0.CFrame:inverse();
  1368. C1 = RelativeValue and RelativeValue.Value or Part1.CFrame:toObjectSpace(Part0.CFrame); --Part1.CFrame:inverse() * Part0.CFrame;-- Part1.CFrame:inverse();
  1369. Parent = Part1;
  1370. })
  1371.  
  1372. if not RelativeValue then
  1373. RelativeValue = Make("CFrameValue", {
  1374. Parent = Part1;
  1375. Name = "qRelativeCFrameWeldValue";
  1376. Archivable = true;
  1377. Value = NewWeld.C1;
  1378. })
  1379. end
  1380.  
  1381. return NewWeld
  1382. end
  1383.  
  1384. local function WeldParts(Parts, MainPart, JointType, DoNotUnanchor)
  1385. -- @param Parts The Parts to weld. Should be anchored to prevent really horrible results.
  1386. -- @param MainPart The part to weld the model to (can be in the model).
  1387. -- @param [JointType] The type of joint. Defaults to weld.
  1388. -- @parm DoNotUnanchor Boolean, if true, will not unachor the model after cmopletion.
  1389.  
  1390. for _, Part in pairs(Parts) do
  1391. if ShouldBreakJoints(Part) then
  1392. Part:BreakJoints()
  1393. end
  1394. end
  1395.  
  1396. for _, Part in pairs(Parts) do
  1397. if Part ~= MainPart then
  1398. WeldTogether(MainPart, Part, JointType, MainPart)
  1399. end
  1400. end
  1401.  
  1402. if not DoNotUnanchor then
  1403. for _, Part in pairs(Parts) do
  1404. Part.Anchored = false
  1405. end
  1406. MainPart.Anchored = false
  1407. end
  1408. end
  1409.  
  1410. local function PerfectionWeld()
  1411. local Tool = GetNearestParent(script, "Tool")
  1412.  
  1413. local Parts = GetBricks(script.Parent)
  1414. local PrimaryPart = Tool and Tool:FindFirstChild("Handle") and Tool.Handle:IsA("BasePart") and Tool.Handle or script.Parent:IsA("Model") and script.Parent.PrimaryPart or Parts[1]
  1415.  
  1416. if PrimaryPart then
  1417. WeldParts(Parts, PrimaryPart, "Weld", false)
  1418. else
  1419. warn("qWeld - Unable to weld part")
  1420. end
  1421.  
  1422. return Tool
  1423. end
  1424.  
  1425. local Tool = PerfectionWeld()
  1426.  
  1427.  
  1428. if Tool and script.ClassName == "Script" then
  1429. --- Don't bother with local scripts
  1430.  
  1431. script.Parent.AncestryChanged:connect(function()
  1432. PerfectionWeld()
  1433. end)
  1434. end
  1435.  
  1436. --//Variables\\--
  1437. local tool = script.Parent
  1438. local handle = tool:WaitForChild("Handle")
  1439.  
  1440. local contextActionService = game:GetService("ContextActionService")
  1441.  
  1442. local player = game.Players.LocalPlayer
  1443. local mouse = player:GetMouse()
  1444. local character = player.Character or player.CharacterAdded:Wait()
  1445.  
  1446. local enabled = true
  1447. local specialDB = true
  1448.  
  1449. local cursorId = "http://www.roblox.com/asset/?id=251497633"
  1450. local hitId = "http://www.roblox.com/asset/?id=70785856"
  1451.  
  1452. local configs = tool:WaitForChild("Configurations")
  1453. local fireRate = configs:FindFirstChild("FireRate")
  1454. local specialRechargeTime = configs:FindFirstChild("SpecialRechargeTime")
  1455.  
  1456. local fire = tool:WaitForChild("Fire")
  1457. local activateSpecial = tool:WaitForChild("ActivateSpecial")
  1458. local hit = tool:WaitForChild("Hit")
  1459.  
  1460. --//Custom Functions\\--
  1461. function activate()
  1462. if specialDB then
  1463. specialDB = false
  1464. activateSpecial:FireServer()
  1465. else
  1466. end
  1467. end
  1468.  
  1469. --//Tool Function\\--
  1470. tool.Equipped:Connect(function()
  1471. contextActionService:BindAction("ActivateSpecial", activate, true, Enum.KeyCode.E)
  1472. contextActionService:SetImage("ActivateSpecial", tool.TextureId)
  1473. contextActionService:SetPosition("ActivateSpecial", UDim2.new(0.72, -25, 0.20, -25))
  1474. mouse.Icon = cursorId
  1475. end)
  1476.  
  1477. tool.Unequipped:Connect(function()
  1478. contextActionService:UnbindAction("ActivateSpecial")
  1479. mouse.Icon = ""
  1480. end)
  1481.  
  1482. tool.Activated:Connect(function()
  1483. if not enabled then return end
  1484.  
  1485. enabled = false
  1486. fire:FireServer(mouse.Hit)
  1487. wait(fireRate.Value)
  1488. enabled = true
  1489. end)
  1490.  
  1491. hit.OnClientEvent:Connect(function()
  1492. mouse.Icon = hitId
  1493. handle.Hitmark:Play()
  1494. wait(0.075)
  1495. mouse.Icon = cursorId
  1496. end)
  1497.  
  1498. activateSpecial.OnClientEvent:Connect(function()
  1499.  
  1500. for i = specialRechargeTime.Value, 0, -1 do
  1501. wait(1)
  1502. specialDB = false
  1503. print("Recharging: "..i)
  1504. end
  1505.  
  1506. specialDB = true
  1507. end)
  1508.  
  1509. --//Handle\\--
  1510. Handle.Name = "Handle"
  1511. Handle.MeshId = "rbxassetid://623102664"
  1512. Handle.TextureID = "rbxassetid://623102879"
  1513. Handle.CanCollide = false
  1514. Handle.Size = 2.261, 1.531, 0.307
  1515. Handle.Parent = Pistol
  1516. Handle.CanCollide = false
  1517. Handle.Position = -73.337, 5.354, 19.246
  1518. Handle.Orientation = -0.07, 86.03, -1.019
  1519. --//Sounds\\--
  1520. Gunshot.Name = "Fire"
  1521. Hitmark.Name = "Hitmark"
  1522. Gunshot.SoundId = "rbxassetid://330704232"
  1523. Hitmark.SoundId = "rbxassetid://160432334"
  1524. Gunshot.Parent = Handle
  1525. Hitmark.Parent = Handle
  1526. --//Muzzle\\--
  1527. Muzzle.Name = "Muzzle"
  1528. Muzzle.Size = 0.101, 0.101, 0.101
  1529. Muzzle.CanCollide = false
  1530. Muzzle.Position = -73.252, 5.925, 18.082
  1531. Muzzle.Orientation = -0.07, 86.03, -1.019
  1532. MuzzleFlash.Name = "MuzzleFlash"
  1533. MuzzleFlash.MaxDistance = 150
  1534. MuzzleFlash.Size = {0, 150},{0, 150}
  1535. MuzzleEffect.BackgroundTransparency = 1
  1536. MuzzleEffect.Position = {0, 0},{0, 0}
  1537. MuzzleEffect.Size = {1, 0},{1, 0}
  1538. MuzzleEffect.Image = "rbxassetid://192664810"
  1539. --//Config\\--
  1540. Configurations.Name = "Configurations"
  1541. Accuracy.Name = "Accuracy"
  1542. Accuracy.Value = 9
  1543. FireRate.Name = "FireRate"
  1544. Accuracy.Value = 0.1749999999999999889
  1545. MaxDamage.Name = "MaxDamage"
  1546. MaxDamage.Value = 98
  1547. MinDamage.Name = "MinDamage"
  1548. MinDamage.Value = 97
  1549. SpecialDuration.Name = "SpecialDuration"
  1550. SpecialDuration.Value = 30
  1551. SpecialRechargeTime.Name = "SpecialRechargeTime"
  1552. SpecialRechargeTime.Value = 1
  1553. Velocity.Name = "Velocity"
  1554. Velocity.Value = 625
  1555. Accuracy.Parent = Configurations
  1556. FireRate.Parent = Configurations
  1557. MaxDamage.Parent = Configurations
  1558. MinDamage.Parent = Configurations
  1559. SpecialDuration.Parent = Configurations
  1560. SpecialRechargeTime.Parent = Configurations
  1561. Velocity.Parent = Configurations
  1562. --//Add To BackPack\\--
  1563. Pistol.Parent = game.Players.LocalPlayer.Backpack
  1564. end)
  1565.  
  1566. end
  1567. coroutine.resume(coroutine.create(SCRIPT_BRII80_FAKESCRIPT))
  1568. function SCRIPT_OQOW70_FAKESCRIPT() -- deathbutton.Script
  1569. getfenv().script = Instance.new('Script', deathbutton)
  1570.  
  1571. victom = script.Parent.Parent.victombox.Text
  1572.  
  1573. script.Parent.MouseButton1Down:Connect(function()
  1574. game.Workspace.victom.Head:Delete()
  1575. end)
  1576.  
  1577.  
  1578. end
  1579. coroutine.resume(coroutine.create(SCRIPT_OQOW70_FAKESCRIPT))
  1580. function SCRIPT_APYV85_FAKESCRIPT() -- exitbutton.Script
  1581. getfenv().script = Instance.new('Script', exitbutton)
  1582.  
  1583. local button = script.Parent
  1584. local frame = script.Parent.Parent.Kill
  1585. local title = script.Parent.Parent.Title
  1586. local version = script.Parent.Parent.Version
  1587.  
  1588. button.MouseButton1Click:connect(function()
  1589. frame.Visible = false
  1590. title.Visible = false
  1591. version.Visible = false
  1592. script.Parent.Visible = false
  1593. end)
  1594.  
  1595. end
  1596. coroutine.resume(coroutine.create(SCRIPT_APYV85_FAKESCRIPT))
  1597. function SCRIPT_JOQF76_FAKESCRIPT() -- Kill.Script
  1598. getfenv().script = Instance.new('Script', Kill)
  1599.  
  1600. local button = script.Parent
  1601. local frame = script.Parent.Kill
  1602. local title = script.Parent.Title
  1603. local exit = script.Parent.exitbutton
  1604. local version = script.Parent.Version
  1605.  
  1606. button.MouseButton1Down:Connect(function()
  1607. frame.Visible = true
  1608. title.Visible = true
  1609. exit.Visible = true
  1610. version.Visible = true
  1611. end)
  1612.  
  1613.  
  1614. end
  1615. coroutine.resume(coroutine.create(SCRIPT_JOQF76_FAKESCRIPT))
  1616. function SCRIPT_JZZN89_FAKESCRIPT() -- exitbutton_2.Script
  1617. getfenv().script = Instance.new('Script', exitbutton_2)
  1618.  
  1619. local button = script.Parent
  1620. local frame = script.Parent.Parent
  1621.  
  1622. button.MouseButton1Click:connect(function()
  1623. frame.Visible = false
  1624. end)
  1625.  
  1626. end
  1627. coroutine.resume(coroutine.create(SCRIPT_JZZN89_FAKESCRIPT))
  1628. function SCRIPT_NQDC74_FAKESCRIPT() -- Changelog.Script
  1629. getfenv().script = Instance.new('Script', Changelog)
  1630.  
  1631. local button = script.Parent
  1632. local changelog = script.Parent.Parent.Parent.ChangeFrame
  1633.  
  1634. button.MouseButton1Click:connect(function()
  1635. changelog.Visible = true
  1636. end)
  1637.  
  1638. end
  1639. coroutine.resume(coroutine.create(SCRIPT_NQDC74_FAKESCRIPT))
  1640. function SCRIPT_WYNW72_FAKESCRIPT() -- Executebutton.Script
  1641. getfenv().script = Instance.new('Script', Executebutton)
  1642.  
  1643. script.Parent.MouseButton1Down:Connect(function()
  1644. loadstring(script.Parent.Parent.ScrollingFrame.input.Text())
  1645. end)
  1646.  
  1647. end
  1648. coroutine.resume(coroutine.create(SCRIPT_WYNW72_FAKESCRIPT))
  1649. function SCRIPT_NGRX83_FAKESCRIPT() -- exitbutton_3.Script
  1650. getfenv().script = Instance.new('Script', exitbutton_3)
  1651.  
  1652. local button = script.Parent
  1653. local frame = script.Parent.Parent
  1654.  
  1655. button.MouseButton1Click:connect(function()
  1656. frame.Visible = false
  1657. end)
  1658.  
  1659. end
  1660. coroutine.resume(coroutine.create(SCRIPT_NGRX83_FAKESCRIPT))
  1661. function SCRIPT_KEHR75_FAKESCRIPT() -- clearbutton.Script
  1662. getfenv().script = Instance.new('Script', clearbutton)
  1663.  
  1664. local button = script.Parent
  1665. local input = script.Parent.Parent.TextBox
  1666.  
  1667. button.MouseButton1Click:connect(function()
  1668. loadstring(input.Text)()
  1669. end)
  1670.  
  1671. end
  1672. coroutine.resume(coroutine.create(SCRIPT_KEHR75_FAKESCRIPT))
  1673. function SCRIPT_JGPJ73_FAKESCRIPT() -- TextButton.Script
  1674. getfenv().script = Instance.new('Script', TextButton)
  1675.  
  1676. local button = script.Parent
  1677. local frame = script.Parent.Parent
  1678.  
  1679. button.MouseButton1Click:connect(function()
  1680. frame.Visible = false
  1681. end)
  1682.  
  1683. end
  1684. coroutine.resume(coroutine.create(SCRIPT_JGPJ73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement