Advertisement
boboh

Untitled

Apr 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.07 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://pastebin.com/raw/2Ln4eEAq", true))()
  2. local api = loadstring(game:HttpGet("https://pastebin.com/raw/XBRaSxwr", true))()
  3. library.options.underlinecolor = "rainbow"
  4. local e = library:CreateWindow('')
  5. local b = e:Button("AK-47", function()
  6. local A_1 = "Gear"
  7. local A_2 = game:GetService("ReplicatedStorage").BoxItems["AK-47"]
  8. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  9. Event:FireServer(A_1, A_2)
  10. end)
  11. local b = e:Button("AR", function()
  12. local A_1 = "Gear"
  13. local A_2 = game:GetService("ReplicatedStorage").BoxItems["AR"]
  14. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  15. Event:FireServer(A_1, A_2)
  16. end)
  17. local b = e:Button("AUG", function()
  18. local A_1 = "Gear"
  19. local A_2 = game:GetService("ReplicatedStorage").BoxItems["AUG"]
  20. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  21. Event:FireServer(A_1, A_2)
  22. end)
  23. local b = e:Button("AWM", function()
  24. local A_1 = "Gear"
  25. local A_2 = game:GetService("ReplicatedStorage").BoxItems["AWM"]
  26. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  27. Event:FireServer(A_1, A_2)
  28. end)
  29. local b = e:Button("BBullet", function()
  30. local A_1 = "Gear"
  31. local A_2 = game:GetService("ReplicatedStorage").BoxItems["BBullet"]
  32. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  33. Event:FireServer(A_1, A_2)
  34. end)
  35. local b = e:Button("BURST-99", function()
  36. local A_1 = "Gear"
  37. local A_2 = game:GetService("ReplicatedStorage").BoxItems["BURST-99"]
  38. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  39. Event:FireServer(A_1, A_2)
  40. end)
  41. local b = e:Button("Deagle", function()
  42. local A_1 = "Gear"
  43. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Deagle"]
  44. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  45. Event:FireServer(A_1, A_2)
  46. end)
  47. local b = e:Button("Draganov", function()
  48. local A_1 = "Gear"
  49. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Draganov"]
  50. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  51. Event:FireServer(A_1, A_2)
  52. end)
  53. local b = e:Button("FAMAS", function()
  54. local A_1 = "Gear"
  55. local A_2 = game:GetService("ReplicatedStorage").BoxItems["FAMAS"]
  56. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  57. Event:FireServer(A_1, A_2)
  58. end)
  59. local b = e:Button("FG41", function()
  60. local A_1 = "Gear"
  61. local A_2 = game:GetService("ReplicatedStorage").BoxItems["FG41"]
  62. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  63. Event:FireServer(A_1, A_2)
  64. end)
  65. local b = e:Button("M4A1", function()
  66. local A_1 = "Gear"
  67. local A_2 = game:GetService("ReplicatedStorage").BoxItems["M4A1"]
  68. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  69. Event:FireServer(A_1, A_2)
  70. end)
  71. local b = e:Button("M99", function()
  72. local A_1 = "Gear"
  73. local A_2 = game:GetService("ReplicatedStorage").BoxItems["M99"]
  74. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  75. Event:FireServer(A_1, A_2)
  76. end)
  77. local b = e:Button("MP30", function()
  78. local A_1 = "Gear"
  79. local A_2 = game:GetService("ReplicatedStorage").BoxItems["MP30"]
  80. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  81. Event:FireServer(A_1, A_2)
  82. end)
  83. local b = e:Button("MP5K", function()
  84. local A_1 = "Gear"
  85. local A_2 = game:GetService("ReplicatedStorage").BoxItems["MP5K"]
  86. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  87. Event:FireServer(A_1, A_2)
  88. end)
  89. local b = e:Button("P90", function()
  90. local A_1 = "Gear"
  91. local A_2 = game:GetService("ReplicatedStorage").BoxItems["P90"]
  92. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  93. Event:FireServer(A_1, A_2)
  94. end)
  95. local b = e:Button("QBZ", function()
  96. local A_1 = "Gear"
  97. local A_2 = game:GetService("ReplicatedStorage").BoxItems["QBZ"]
  98. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  99. Event:FireServer(A_1, A_2)
  100. end)
  101. local b = e:Button("RM870", function()
  102. local A_1 = "Gear"
  103. local A_2 = game:GetService("ReplicatedStorage").BoxItems["RM870"]
  104. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  105. Event:FireServer(A_1, A_2)
  106. end)
  107. local b = e:Button("RapBlast", function()
  108. local A_1 = "Gear"
  109. local A_2 = game:GetService("ReplicatedStorage").BoxItems["RapBlast"]
  110. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  111. Event:FireServer(A_1, A_2)
  112. end)
  113. local b = e:Button("Remington", function()
  114. local A_1 = "Gear"
  115. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Remington"]
  116. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  117. Event:FireServer(A_1, A_2)
  118. end)
  119. local b = e:Button("Sentry", function()
  120. local sentry = game.ReplicatedStorage.Weapons:FindFirstChild("Sentry")
  121. game.ReplicatedStorage.Events.CrateClaim:FireServer("Gear",sentry)
  122. end)
  123. local b = e:Button("SPRAY-21", function()
  124. local A_1 = "Gear"
  125. local A_2 = game:GetService("ReplicatedStorage").BoxItems["SPRAY-21"]
  126. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  127. Event:FireServer(A_1, A_2)
  128. end)
  129. local b = e:Button("Sawed-Off", function()
  130. local A_1 = "Gear"
  131. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Sawed-Off"]
  132. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  133. Event:FireServer(A_1, A_2)
  134. end)
  135. local b = e:Button("Tec-9", function()
  136. local A_1 = "Gear"
  137. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Tec-9"]
  138. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  139. Event:FireServer(A_1, A_2)
  140. end)
  141. local b = e:Button("The Ton", function()
  142. local A_1 = "Gear"
  143. local A_2 = game:GetService("ReplicatedStorage").BoxItems["The Ton"]
  144. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  145. Event:FireServer(A_1, A_2)
  146. end)
  147. local b = e:Button("Uzi", function()
  148. local A_1 = "Gear"
  149. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Uzi"]
  150. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  151. Event:FireServer(A_1, A_2)
  152. end)
  153. local b = e:Button("Glock", function()
  154. local A_1 = "Gear"
  155. local A_2 = game:GetService("ReplicatedStorage").BoxItems["Glock"]
  156. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  157. Event:FireServer(A_1, A_2)
  158. end)
  159. local w = library:CreateWindow('')
  160. local b = w:Button("Acceleration Coil", function()
  161. local A_1 = "Gear"
  162. local A_2 = game:GetService("Lighting").AccelerationCoil
  163. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  164. Event:FireServer(A_1, A_2)
  165. end)
  166. local b = w:Button("Cloud", function()
  167. local A_1 = "Gear"
  168. local A_2 = game:GetService("Lighting").Cloud
  169. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  170. Event:FireServer(A_1, A_2)
  171. end)
  172. local b = w:Button("Darkheart", function()
  173. local A_1 = "Gear"
  174. local A_2 = game:GetService("Lighting").Darkheart
  175. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  176. Event:FireServer(A_1, A_2)
  177. end)
  178. local b = w:Button("Dynamite", function()
  179. local A_1 = "Gear"
  180. local A_2 = game:GetService("Lighting").Dynamite
  181. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  182. Event:FireServer(A_1, A_2)
  183. end)
  184. local b = w:Button("Epic Katana", function()
  185. local A_1 = "Gear"
  186. local A_2 = game:GetService("Lighting").EpicKatana
  187. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  188. Event:FireServer(A_1, A_2)
  189. end)
  190. local b = w:Button("Fire Sword", function()
  191. local A_1 = "Gear"
  192. local A_2 = game:GetService("Lighting").FireSword
  193. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  194. Event:FireServer(A_1, A_2)
  195. end)
  196. local b = w:Button("Body Swap Potion", function()
  197. local A_1 = "Gear"
  198. local A_2 = game:GetService("Lighting").FreakyFridayPotion
  199. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  200. Event:FireServer(A_1, A_2)
  201. end)
  202. local b = w:Button("Ghostwalker", function()
  203. local A_1 = "Gear"
  204. local A_2 = game:GetService("Lighting").Ghostwalker
  205. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  206. Event:FireServer(A_1, A_2)
  207. end)
  208. local b = w:Button("Gravity Coil", function()
  209. local A_1 = "Gear"
  210. local A_2 = game:GetService("Lighting").GravityCoil
  211. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  212. Event:FireServer(A_1, A_2)
  213. end)
  214. local b = w:Button("JetPack", function()
  215. local A_1 = "Gear"
  216. local A_2 = game:GetService("Lighting").JetPack
  217. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  218. Event:FireServer(A_1, A_2)
  219. end)
  220. local b = w:Button("Linked Sword", function()
  221. local A_1 = "Gear"
  222. local A_2 = game:GetService("Lighting").LinkedSword
  223. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  224. Event:FireServer(A_1, A_2)
  225. end)
  226. local b = w:Button("Magic Carpet", function()
  227. local A_1 = "Gear"
  228. local A_2 = game:GetService("Lighting").MagicCarpet
  229. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  230. Event:FireServer(A_1, A_2)
  231. end)
  232. local b = w:Button("Red Balloon", function()
  233. local A_1 = "Gear"
  234. local A_2 = game:GetService("Lighting").RedBalloon
  235. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  236. Event:FireServer(A_1, A_2)
  237. end)
  238. local b = w:Button("Red Crossbow", function()
  239. local A_1 = "Gear"
  240. local A_2 = game:GetService("Lighting").RedCrossbow
  241. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  242. Event:FireServer(A_1, A_2)
  243. end)
  244. local b = w:Button("Regen Coil", function()
  245. local A_1 = "Gear"
  246. local A_2 = game:GetService("Lighting").RegenCoil
  247. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  248. Event:FireServer(A_1, A_2)
  249. end)
  250. local b = w:Button("R-Orb", function()
  251. local A_1 = "Gear"
  252. local A_2 = game:GetService("Lighting").RoOrb
  253. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  254. Event:FireServer(A_1, A_2)
  255. end)
  256. local b = w:Button("Segway Hoverboard", function()
  257. local A_1 = "Gear"
  258. local A_2 = game:GetService("Lighting").SegwayHoverboard
  259. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  260. Event:FireServer(A_1, A_2)
  261. end)
  262. local b = w:Button("Energy Sword", function()
  263. local A_1 = "Gear"
  264. local A_2 = game:GetService("Lighting").SpecBetaBiograftEnergySword
  265. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  266. Event:FireServer(A_1, A_2)
  267. end)
  268. local b = w:Button("Boombox", function()
  269. local A_1 = "Gear"
  270. local A_2 = game:GetService("Lighting").SuperFlyGoldBoombox
  271. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  272. Event:FireServer(A_1, A_2)
  273. end)
  274. local b = w:Button("Tactical Airstrike", function()
  275. local A_1 = "Gear"
  276. local A_2 = game:GetService("Lighting").TacticalAirstrike
  277. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  278. Event:FireServer(A_1, A_2)
  279. end)
  280. local b = w:Button("Trench Gun", function()
  281. local A_1 = "Gear"
  282. local A_2 = game:GetService("Lighting").TrenchGun
  283. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  284. Event:FireServer(A_1, A_2)
  285. end)
  286. local b = w:Button("Venomshank", function()
  287. local A_1 = "Gear"
  288. local A_2 = game:GetService("Lighting").Venomshank
  289. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  290. Event:FireServer(A_1, A_2)
  291. end)
  292. local b = w:Button("Infinity Gauntlet", function()
  293. local A_1 = "Gear"
  294. local A_2 = game:GetService("Lighting").InfinityGauntlet
  295. local Event = game:GetService("ReplicatedStorage").Events.CrateClaim
  296. Event:FireServer(A_1, A_2)
  297. end)
  298. local c = library:CreateWindow('')
  299. local old = workspace.CurrentCamera.FieldOfView
  300. local s = c:Slider("FOV", {
  301. min = math.floor(workspace.CurrentCamera.FieldOfView);
  302. max = 120;
  303. flag = 'fov'
  304. }, function(v)
  305. workspace.CurrentCamera.FieldOfView = v;
  306. end)
  307. local box = c:Box('WalkSpeed', {
  308. flag = "ws";
  309. type = 'number';
  310. }, function(new, old, enter)
  311. print(new, old, enter)
  312. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(new)
  313. end)
  314. local box = c:Box('JumpPower', {
  315. flag = "jp";
  316. type = 'number';
  317. }, function(new, old, enter)
  318. print(new, old, enter)
  319. game.Players.LocalPlayer.Character.Humanoid.JumpPower = tonumber(new)
  320. end)
  321. local b = c:Button("Infinite Cash", function()
  322. game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", math.huge)
  323. end)
  324. local m = library:CreateWindow('')
  325. m:Bind("Destroy", {
  326. flag = "destroybind";
  327. kbonly = true;
  328. default = Enum.KeyCode.Z;
  329. }, function()
  330. Mouse = game.Players.LocalPlayer:GetMouse()
  331. game.ReplicatedStorage.Events.destryObj:FireServer(Mouse.Target)
  332. end)
  333. m:Bind("Kick", {
  334. flag = "kickbind";
  335. kbonly = true;
  336. default = Enum.KeyCode.X;
  337. }, function()
  338. Mouse = game.Players.LocalPlayer:GetMouse()
  339. game.ReplicatedStorage.Events.destryObj:FireServer(game.Players[Mouse.Target.Parent.Name])
  340. end)
  341.  
  342. Credits()
  343. API()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement