Advertisement
kob123678

RandomScript

Sep 28th, 2023 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.68 KB | None | 0 0
  1. if script_key then
  2.  
  3. return
  4.  
  5. end
  6.  
  7. --Put Your Key Between ""
  8.  
  9. script_key="EcwUqKTIcijhvAFnLQfQLsOGyQfjmMZf";
  10.  
  11. DelayTime = 300
  12.  
  13. getgenv().FpsBoost = false
  14.  
  15. getgenv().Setting = {
  16.  
  17. ["Team"] = "Pirates", --Marines
  18.  
  19. ["Webhook"] = {
  20.  
  21. ["Url"] = "https://discord.com/api/webhooks/1219217783968235602/DJC1YyGlGnfPskanpBxeOEP2UfKw1DWxetsUZSWg0MeWgy9XpNWLreV5DVzylJP9kYRa",
  22.  
  23. ["Enabled"] = true,
  24.  
  25. ["Embed"] = true,
  26.  
  27. ["StoredFruit"] = true,
  28.  
  29. ["ImageEmbed"] = true,
  30.  
  31. ["CustomImage"] = false,
  32.  
  33. ["CustomImageUrl"] = "", --Your Url
  34.  
  35. ["OnServerHop"] = true,
  36.  
  37. ["BountyChanged"] = true,
  38.  
  39. },
  40.  
  41. ["Panel"] = true,
  42.  
  43. ["FpsBoost"] = {
  44.  
  45. Enable = true,
  46.  
  47. Mode = "Lite",--Lite: Just Lower Graphics, Full: Completely Make All Objects Transparent
  48.  
  49. },
  50.  
  51. ["Hide Theme"] = false,
  52.  
  53. ["3D Render Disable"] = true,
  54.  
  55. ["Theme"] = {
  56.  
  57. ["Name"] = "Raiden",--"Old", "Raiden","Ayaka","Hutao","Yelan","Miko","Nahida","Ganyu","Keqing","Nilou","Barbara","Zhongli","Layla"
  58.  
  59. ["Custom"] = {
  60.  
  61. ["Enable"] = true,
  62.  
  63. ['char_size'] = UDim2.new(0.668, 0, 1.158, 0),
  64.  
  65. ['char_pos'] = UDim2.new(0.463, 0, -0.105, 0),
  66.  
  67. ['title_color'] = Color3.fromRGB(255, 221, 252),
  68.  
  69. ['titleback_color'] = Color3.fromRGB(169, 20, 255),
  70.  
  71. ['list_color'] = Color3.fromRGB(255, 221, 252),
  72.  
  73. ['liststroke_color'] = Color3.fromRGB(151, 123, 207),
  74.  
  75. ['button_color'] = Color3.fromRGB(255, 221, 252)
  76.  
  77. },
  78.  
  79. },
  80.  
  81. ["In Combat Reset"] = true, -- Shouldn't Cause Much False Resets, Enable This Make Farming Much Faster
  82.  
  83. ["BypassTP"] = {
  84.  
  85. ["Enable"] = true,
  86.  
  87. ["Attempt"] = 5, -- Tween If Failed After x Attempts
  88.  
  89. },
  90.  
  91. ["DodgeSkill"] = true,
  92.  
  93. ["SpectatePlayer"] = false,
  94.  
  95. ["Config"] = {
  96.  
  97. ["nameaccount1"] = "nameconfig.txt",
  98.  
  99. ["nameaccount2"] = "nameconfig.txt",
  100.  
  101. },
  102.  
  103. ["Auto Use Race V3"] = {
  104.  
  105. Enable = true,
  106.  
  107. UseBelowHealth = false, -- Below Specific Health It Will use Race V3
  108.  
  109. Health = 4500,
  110.  
  111. NearPlayer = true, -- Only use If Near Player
  112.  
  113. },
  114.  
  115. ["Auto Use Race V4"] = true, -- No Way you are turning this off
  116.  
  117. ["Auto Dash If Mink V4"] = false,
  118.  
  119. ["Auto Dash If Ghoul V4"] = true,
  120.  
  121. ["Spam All Skill On Race Transform V4"] = true,
  122.  
  123. ["Failed To Load Data"] = {
  124.  
  125. Rejoin = true,
  126.  
  127. TimeToCheck = 30,
  128.  
  129. },
  130.  
  131. ["Detect KeyWords"] = { -- If There Is A Person Says A Key Word In Chat, It Will Stop Auto Bounty And Server Hop
  132.  
  133. Enable = true,
  134.  
  135. Words = { "Hacker", "Exploiter", "Scripter", "Script", "Hack"}
  136.  
  137. },
  138.  
  139. AutoConfigMelee = true,
  140.  
  141. AutoConfigSword = true,
  142.  
  143. AutoConfigFruit = true,
  144.  
  145. SwitchPlayerKeybind = "G", -- Except Y Keybind
  146.  
  147. ["LimitServerHopTime"] ={ -- Only Hop After "Time" Seconds
  148.  
  149. Enable = false,
  150.  
  151. Time = 600, --Second
  152.  
  153. },
  154.  
  155. ["Position Config"] = {
  156.  
  157. Mode = "Default",-- You Can Create Your Own Mode By Making An Index In The Table Like Custom
  158.  
  159. Tween = true, -- If false then it will teleport when near target
  160.  
  161. SkyTween = false, -- Tweening In The Sky Till You Are Near The Player, Recommended For Using Gun Method
  162.  
  163. Spin = false,
  164.  
  165. ["Default"] = {
  166.  
  167. DistanceFromPlayer = {
  168.  
  169. x = 0, y = 0, z = 0,
  170.  
  171. }
  172.  
  173. },
  174.  
  175. ["Custom"] = {
  176.  
  177. DistanceFromPlayer = {
  178.  
  179. x = 0, y = 3, z = 0
  180.  
  181. }
  182.  
  183. }
  184.  
  185. },
  186.  
  187. ["ChatKill"] = {
  188.  
  189. Enable = false,
  190.  
  191. Chat = {
  192.  
  193. "Go Buy W-azure Now","I Got A Gaming Chair","I'm Just Too Good"
  194.  
  195. },
  196.  
  197. },
  198.  
  199. ["Mention"] = {
  200.  
  201. ["Enable"] = false,
  202.  
  203. ["Id"] = "everyone", -- You Can Replace With Your Id (not your discord Name)
  204.  
  205. ["EveryBounty"] = 10000,
  206.  
  207. },
  208.  
  209. ["FpsLock"] = {
  210.  
  211. ["Enable"] = true,
  212.  
  213. ["Cap"] = 30,
  214.  
  215. },
  216.  
  217. ["LockBounty"] = {
  218.  
  219. ["Enable"] = true,
  220.  
  221. ["Cap"] = 30000000,
  222.  
  223. ["Action"] = "Kick", -- Kick, Shutdown
  224.  
  225. ["SendMessage"] = true,
  226.  
  227. ["Message"] = "Congratulation You Have Reached The Bounty Cap MyBounty 🔥 🔥 :fireworks: :fireworks: :fireworks:" -- It Will Replace MyBounty With Your Current Bounty, Add Ping Everyone If You Want
  228.  
  229. },
  230.  
  231. ["Click"] = {
  232.  
  233. ["Enable"] = true,
  234.  
  235. ["FastClick"] = false,
  236.  
  237. ["OnLowHealthDisable"] = false,
  238.  
  239. ["LowHealth"] = 3000,
  240.  
  241. },
  242.  
  243. ["Misc"] = {
  244.  
  245. ["AutoBuyRandomandStoreFruit"] = false,
  246.  
  247. ["AutoBuySurprise"] = false,
  248.  
  249. },
  250.  
  251. ["Invisible"] = true, -- Self Explain
  252.  
  253. ["IgnoreFriends"] = false, --Server Hop When Your friends in your server
  254.  
  255. ["GunMethod"] = false, --Use Melee,Gun Will automaticly disable invisible for things
  256.  
  257. ["GunMethodSetting"] = {
  258.  
  259. LessSusKillTest=true,
  260.  
  261. StartHealth = 2000, -- Below Is Setting For Decrease Sus Kill From Gun Method
  262.  
  263. waittime=10,
  264.  
  265. EndHealth = 4000,
  266.  
  267. },
  268.  
  269. ["Notify"] = {
  270.  
  271. Enable = true,
  272.  
  273. CustomIcon = false,
  274.  
  275. Image = "sticker.png", -- The Path Is: W-azure/AutoBounty/Notify
  276.  
  277. },
  278.  
  279. ["SpamSkill"] = true, -- Will use all skills as fast as possbile ignore holding skills
  280.  
  281. ["Weapons"] = { -- Select Weapon, Self Explain
  282.  
  283. ["Melee"] = {
  284.  
  285. ["Enable"] = true,
  286.  
  287. ["Delay"] = 2,
  288.  
  289. ["Skills"] = {
  290.  
  291. ["Z"] = {
  292.  
  293. ["Enable"] = true,
  294.  
  295. ["HoldTime"] = 0,
  296.  
  297. ["TimeToNextSkill"] = 0,
  298.  
  299. },
  300.  
  301. [ "X"] = {
  302.  
  303. ["Enable"] = true,
  304.  
  305. ["HoldTime"] = 0,
  306.  
  307. ["TimeToNextSkill"] = 0,
  308.  
  309. },
  310.  
  311.  
  312.  
  313. ["C"] = {
  314.  
  315. ["Enable"] = true,
  316.  
  317. ["HoldTime"] = 0,
  318.  
  319. ["TimeToNextSkill"] = 0,
  320.  
  321. },
  322.  
  323. },
  324.  
  325. },
  326.  
  327. ["Blox Fruit"] = {
  328.  
  329. ["Enable"] = true,
  330.  
  331. ["Delay"] = 2.5,
  332.  
  333. ["Skills"] = {
  334.  
  335. ["Z"] = {
  336.  
  337. ["Enable"] = true,
  338.  
  339. ["HoldTime"] = 0,
  340.  
  341. ["TimeToNextSkill"] = 0,
  342.  
  343. },
  344.  
  345. ["X"] = {
  346.  
  347. ["Enable"] = true,
  348.  
  349. ["HoldTime"] = 0,
  350.  
  351. ["TimeToNextSkill"] = 0,
  352.  
  353. },
  354.  
  355.  
  356.  
  357. ["C"] = {
  358.  
  359. ["Enable"] = true,
  360.  
  361. ["HoldTime"] = 0,
  362.  
  363. ["TimeToNextSkill"] = 0,
  364.  
  365. },
  366.  
  367. ["V"] = {
  368.  
  369. ["Enable"] = true,
  370.  
  371. ["HoldTime"] = 0,
  372.  
  373. ["TimeToNextSkill"] = 0,
  374.  
  375. },
  376.  
  377. ["F"] = {
  378.  
  379. ["Enable"] = false,
  380.  
  381. ["HoldTime"] = 0,
  382.  
  383. ["TimeToNextSkill"] = 0,
  384.  
  385. },
  386.  
  387. },
  388.  
  389. },
  390.  
  391. ["Sword"] = {
  392.  
  393. ["Enable"] = true,
  394.  
  395. ["Delay"] = 1.5,
  396.  
  397. ["Skills"] = {
  398.  
  399. ["Z"] = {
  400.  
  401. ["Enable"] = true,
  402.  
  403. ["HoldTime"] = 0.1,
  404.  
  405. ["TimeToNextSkill"] = 0.5,
  406.  
  407. },
  408.  
  409. ["X"] = {
  410.  
  411. ["Enable"] = true,
  412.  
  413. ["HoldTime"] = 0.2,
  414.  
  415. ["TimeToNextSkill"] = 0.5,
  416.  
  417. },
  418.  
  419. },
  420.  
  421. },
  422.  
  423. ["Gun"] = {
  424.  
  425. ["Enable"] = true,
  426.  
  427. ["Delay"] = 1,
  428.  
  429. ["Skills"] = {
  430.  
  431. ["Z"] = {
  432.  
  433. ["Enable"] = true,
  434.  
  435. ["HoldTime"] = 0.1,
  436.  
  437. ["TimeToNextSkill"] = 0,
  438.  
  439. },
  440.  
  441. ["X"] = {
  442.  
  443. ["Enable"] = true,
  444.  
  445. ["HoldTime"] = 0.1,
  446.  
  447. ["TimeToNextSkill"] = 0,
  448.  
  449. },
  450.  
  451. },
  452.  
  453. },
  454.  
  455.  
  456.  
  457. }
  458.  
  459. }
  460.  
  461. repeat wait()
  462.  
  463. until game:IsLoaded()
  464.  
  465. delay(DelayTime or 300,function()
  466.  
  467. local CG = game:GetService("CoreGui")
  468.  
  469. if not CG:FindFirstChild("W-azureHubAutoBounty") then
  470.  
  471. game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  472.  
  473. end
  474.  
  475. end)
  476.  
  477. wait(2)
  478.  
  479. loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/1e7c7be9c64d317c9642fbd179359e72.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement