Advertisement
Bkbeast

Untitled

Sep 17th, 2021
3,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. --BROUGHT TO YOU BY RobloxScripter.com!--
  2. --Follow Our Partners!--
  3.  
  4.  
  5. if game.PlaceId == 4806026225 then
  6.  
  7. getgenv().autoWaves = false;
  8. getgenv().autoBox = false;
  9.  
  10. -- init
  11. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() --someone reuploaded it so I put it in place of the original back up so guy can get free credit.
  12. local venyx = library.new("Venyx", 5013109572)
  13.  
  14. -- themes
  15. local themes = {
  16. Background = Color3.fromRGB(24, 24, 24),
  17. Glow = Color3.fromRGB(0, 0, 0),
  18. Accent = Color3.fromRGB(10, 10, 10),
  19. LightContrast = Color3.fromRGB(20, 20, 20),
  20. DarkContrast = Color3.fromRGB(14, 14, 14),
  21. TextColor = Color3.fromRGB(255, 255, 255)
  22. }
  23.  
  24. -- first page
  25. local page = venyx:addPage("Test", 5012544693)
  26. local page2 = venyx:addPage("credits lol", 5012544693)
  27.  
  28. local section1 = page:addSection("Section 1")
  29. local section2 = page:addSection("Section 2")
  30.  
  31. local creditnoob = page2:addSection("Section 1")
  32.  
  33. section1:addToggle("Auto Fight", nil, function(value)
  34. getgenv().autoWaves = value
  35. print("Auto Fight: ", value)
  36. if value then
  37. autoFight()
  38. end
  39. end)
  40.  
  41. section1:addToggle("Auto Box", nil, function(value)
  42. getgenv().autoBox = value
  43. print("Auto Box: ", value)
  44. if value then
  45. autotpBox()
  46. end
  47. end)
  48.  
  49.  
  50. section1:addButton("Auto Fight Gamepass", function()
  51. game:GetService("Players").LocalPlayer.Info.Gamepasses.DoubleCoins.Value = true
  52. game:GetService("Players").LocalPlayer.Info.Gamepasses.DoubleDamage.Value = true
  53. game:GetService("Players").LocalPlayer.Info.Gamepasses.Auto.Value = true
  54. end)
  55.  
  56. section1:addButton("Stop Wave", function()
  57. local args = {[1] = "cancel"}
  58. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  59. end)
  60.  
  61. section2:addSlider("WalkSpeed", 0, 16, 500, function(value)
  62. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value
  63. end)
  64.  
  65. section2:addButton("Destroy UI", function()
  66. game:GetService("CoreGui").Venyx:Destroy()
  67. end)
  68.  
  69. -- 2x MOB MULTIPLIER.
  70.  
  71. section2:addButton("Mob Multiplier 2x", function()
  72. local args = {[1] = "spawn"}
  73. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  74. wait(0.001)
  75.  
  76. local args = {[1] = "cancel"}
  77. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  78. wait(0.001)
  79.  
  80. local args = {[1] = "spawn"}
  81. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  82. wait(0.001)
  83. end)
  84.  
  85. -- 10x MOB MULTIPLIER.
  86.  
  87. section2:addButton("Mob Multiplier 10x", function()
  88. local args = {[1] = "spawn"}
  89. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  90. wait(0.001)
  91.  
  92. local args = {[1] = "cancel"}
  93. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  94. wait(0.001)
  95.  
  96. local args = {[1] = "spawn"}
  97. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  98. wait(0.001)
  99.  
  100. local args = {[1] = "spawn"}
  101. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  102. wait(0.001)
  103.  
  104. local args = {[1] = "cancel"}
  105. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  106. wait(0.001)
  107.  
  108. local args = {[1] = "spawn"}
  109. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  110. wait(0.001)
  111.  
  112. local args = {[1] = "spawn"}
  113. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  114. wait(0.001)
  115.  
  116. local args = {[1] = "cancel"}
  117. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  118. wait(0.001)
  119.  
  120. local args = {[1] = "spawn"}
  121. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  122. wait(0.001)
  123.  
  124. local args = {[1] = "spawn"}
  125. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  126. wait(0.001)
  127.  
  128. local args = {[1] = "cancel"}
  129. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  130. wait(0.001)
  131.  
  132. local args = {[1] = "spawn"}
  133. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  134. wait(0.001)
  135.  
  136. local args = {[1] = "spawn"}
  137. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  138. wait(0.001)
  139.  
  140. local args = {[1] = "cancel"}
  141. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  142. wait(0.001)
  143.  
  144. local args = {[1] = "spawn"}
  145. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  146. wait(0.001)
  147. end)
  148.  
  149. -- 75x/50x MOB MULTIPLIER.
  150.  
  151. section2:addButton("Mob Multiplier 75x/50x", function()
  152. local args = {[1] = "spawn"}
  153. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  154. wait(0.001)
  155.  
  156. local args = {[1] = "cancel"}
  157. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  158. wait(0.001)
  159.  
  160. local args = {[1] = "spawn"}
  161. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  162. wait(0.001)
  163.  
  164. local args = {[1] = "spawn"}
  165. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  166. wait(0.001)
  167.  
  168. local args = {[1] = "cancel"}
  169. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  170. wait(0.001)
  171.  
  172. local args = {[1] = "spawn"}
  173. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  174. wait(0.001)
  175.  
  176. local args = {[1] = "spawn"}
  177. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  178. wait(0.001)
  179.  
  180. local args = {[1] = "cancel"}
  181. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  182. wait(0.001)
  183.  
  184. local args = {[1] = "spawn"}
  185. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  186. wait(0.001)
  187.  
  188. local args = {[1] = "spawn"}
  189. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  190. wait(0.001)
  191.  
  192. local args = {[1] = "cancel"}
  193. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  194. wait(0.001)
  195.  
  196. local args = {[1] = "spawn"}
  197. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  198. wait(0.001)
  199.  
  200. local args = {[1] = "spawn"}
  201. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  202. wait(0.001)
  203.  
  204. local args = {[1] = "cancel"}
  205. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  206. wait(0.001)
  207.  
  208. local args = {[1] = "spawn"}
  209. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  210. wait(0.001)
  211.  
  212. local args = {[1] = "spawn"}
  213. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  214. wait(0.001)
  215.  
  216. local args = {[1] = "cancel"}
  217. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  218. wait(0.001)
  219.  
  220. local args = {[1] = "spawn"}
  221. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  222. wait(0.001)
  223.  
  224. local args = {[1] = "spawn"}
  225. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  226. wait(0.001)
  227.  
  228. local args = {[1] = "cancel"}
  229. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  230. wait(0.001)
  231.  
  232. local args = {[1] = "spawn"}
  233. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  234. wait(0.001)
  235.  
  236. local args = {[1] = "spawn"}
  237. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  238. wait(0.001)
  239.  
  240. local args = {[1] = "cancel"}
  241. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  242. wait(0.001)
  243.  
  244. local args = {[1] = "spawn"}
  245. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  246. wait(0.001)
  247.  
  248. local args = {[1] = "spawn"}
  249. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  250. wait(0.001)
  251.  
  252. local args = {[1] = "cancel"}
  253. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  254. wait(0.001)
  255.  
  256. local args = {[1] = "spawn"}
  257. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  258. wait(0.001)
  259.  
  260. local args = {[1] = "spawn"}
  261. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  262. wait(0.001)
  263.  
  264. local args = {[1] = "cancel"}
  265. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  266. wait(0.001)
  267.  
  268. local args = {[1] = "spawn"}
  269. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  270. wait(0.001)
  271.  
  272. local args = {[1] = "spawn"}
  273. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  274. wait(0.001)
  275.  
  276. local args = {[1] = "cancel"}
  277. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  278. wait(0.001)
  279.  
  280. local args = {[1] = "spawn"}
  281. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  282. wait(0.001)
  283.  
  284. local args = {[1] = "spawn"}
  285. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  286. wait(0.001)
  287.  
  288. local args = {[1] = "cancel"}
  289. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  290. wait(0.001)
  291.  
  292. local args = {[1] = "spawn"}
  293. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  294. wait(0.001)
  295.  
  296. local args = {[1] = "spawn"}
  297. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  298. wait(0.001)
  299.  
  300. local args = {[1] = "cancel"}
  301. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  302. wait(0.001)
  303.  
  304. local args = {[1] = "spawn"}
  305. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  306. wait(0.001)
  307.  
  308. local args = {[1] = "spawn"}
  309. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  310. wait(0.001)
  311.  
  312. local args = {[1] = "cancel"}
  313. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  314. wait(0.001)
  315.  
  316. local args = {[1] = "spawn"}
  317. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  318. wait(0.001)
  319. end)
  320.  
  321. creditnoob:addButton("Credits: MrGamingPro, KFC BALL#2222", function()
  322. print("robloxscripter")
  323. end)
  324.  
  325. -- auto farm things
  326. function autoFight()
  327. spawn(function()
  328. while getgenv().autoWaves == true do
  329. local args = {[1] = "spawn"}
  330. game:GetService("ReplicatedStorage").Events.StartStage:FireServer(unpack(args))
  331. wait(1)
  332. end
  333. end)
  334. end
  335.  
  336. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  337. function autotpBox()
  338. spawn(function()
  339. while getgenv().autoBox == true do
  340. wait(0.4)
  341. for i,v in pairs(game.Workspace:GetChildren()) do
  342. if v.Name == "Basic" then
  343. local currentPosition = plr.CFrame
  344. plr.CFrame = v.CFrame
  345. wait(1)
  346. print("1")
  347. plr.CFrame = currentPosition
  348. end
  349. end
  350. end
  351. end)
  352. end
  353.  
  354. -- load
  355. venyx:SelectPage(venyx.pages[1], true) -- no default for more freedom
  356. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement