Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --https://raw.githubusercontent.com/deeeity/mercury-lib/master/src.lua
- local Mercury = loadstring(game:HttpGet("https://raw.githubusercontent.com/HMECODES/customLib/main/MecurySFX"))() --Custom Lib
- local player = game.Players.LocalPlayer
- local char = player.Character
- local human = char:FindFirstChild("HumanoidRootPart")
- local base
- local basePos
- local You = player
- local UIS = game:GetService("UserInputService")
- _G.speednum = 1
- _G.version = "Premium"
- local GUI = Mercury:Create{
- Name = _G.version,
- Size = UDim2.fromOffset(650, 450),
- Theme = Mercury.Themes.Dark,
- Link = "Hackyware (Standard Version) | (Script Made By Hacky Team) | Current Page: "
- }
- local Misc = GUI:Tab{
- Name = "Misc",
- Icon = "rbxassetid://9129847603"
- }
- local Base = GUI:Tab{
- Name = "AutoFarm",
- Icon = "rbxassetid://7545193197"
- }
- local Credits = GUI:Tab{
- Name = "Credits",
- Icon = "rbxassetid://10554871699"
- }
- Credits:Button{
- Name = "Discord",
- Description = "",
- Callback = function()
- setclipboard("https://discord.gg/Q2pT2kYyJT")
- print("copied to clipboard")
- end
- }
- Credits:Button{
- Name = "Website",
- Description = "",
- Callback = function()
- setclipboard("https://hware.xyz")
- print("copied to clipboard")
- end
- }
- Base:Toggle{
- Name = "AutoFarm (Safe)",
- StartingState = false,
- Description = "Safe autofarm",
- Callback = function(func)
- autofarm(func)
- end
- }
- Base:Button{
- Name = "Common Chest",
- StartingState = false,
- Callback = function(func)
- local a={[1]="Common Chest",[2]=1}workspace.ItemBoughtFromShop:InvokeServer(unpack(a))
- end
- }
- Base:Button{
- Name = "Uncommon Chest",
- StartingState = false,
- Callback = function(func)
- local a={[1]="Uncommon Chest",[2]=1}workspace.ItemBoughtFromShop:InvokeServer(unpack(a))
- end
- }
- Base:Button{
- Name = "Rare Chest",
- StartingState = false,
- Callback = function(func)
- local a={[1]="Rare Chest",[2]=1}workspace.ItemBoughtFromShop:InvokeServer(unpack(a))
- end
- }
- Base:Button{
- Name = "Epic Chest",
- StartingState = false,
- Callback = function(func)
- local a={[1]="Epic Chest",[2]=1}workspace.ItemBoughtFromShop:InvokeServer(unpack(a))
- end
- }
- Base:Button{
- Name = "Legendary Chest",
- StartingState = false,
- Callback = function(func)
- local a={[1]="Legendary Chest",[2]=1}workspace.ItemBoughtFromShop:InvokeServer(unpack(a))
- end
- }
- Misc:Textbox{
- Name = "Spoof Gold",
- Callback = function(text)
- game:GetService("Players").LocalPlayer.Data.Gold.Value = func
- end
- }
- Misc:Button{
- Name = "Anti Afk",
- Description = "Bypass Idle Kick",
- Callback = function()
- anti()
- end
- }
- function autofarm(func)
- _G.toggleautofarm = func
- while _G.toggleautofarm do
- local plr = game:service"Players".LocalPlayer;
- local tween_s = game:service"TweenService";
- local info = TweenInfo.new(2,Enum.EasingStyle.Quad);
- function tp(...)
- local tic_k = tick();
- local params = {...};
- local cframe = CFrame.new(params[1],params[2],params[3]);
- local tween,err = pcall(function()
- local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe});
- tween:Play();
- end)
- if not tween then return err end
- end
- tp(-55.1682892, 70.8159409, 1298.73474); --start
- wait (2)
- tp(-55.1682892, 70.8159409, 1298.73474); --start
- wait(2)
- tp(-55.4936447, 70.283051, 9497.36523, 0.467558503, -3.92381327e-09, 0.883962154, 7.25372047e-08, 1, -3.3928572e-08, -0.883962154, 7.99837352e-08, 0.467558503); --end
- wait (22)
- end
- end
- function anti()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- print("AFK BYPASSER working")
- end
Advertisement
Add Comment
Please, Sign In to add comment