Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function getgiant()
- for i,d in pairs(game.workspace:GetChildren()) do
- if string.sub(d.Name,1,6) == "Giant_" then
- return d
- end
- end
- end
- local gear = {"Gravity Coil","Speed Coil","Super Gravity Coil","Super Speed Coil","Cash Magnet","Infinity Coil",};
- local wp = {"Crossbow","Slingshot","Revolver","Banana Pistol","Potato Launcher","Paintball Gun","Fireworks Launcher","Double Barrel Shotgun","SMG","Plunger Rifle","Minigun","Sniper Rifle","Lava Pistol","SCAR","Ray Gun","Space Rifle","Biochemical Blaster","Golden Pistol","Black Hole Gun","Crazy Futuristic Minigun"};
- local giant = getgiant()
- local args = {{false}, {2}}
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/sCjHCCMi", true))()
- library.options.underlinecolor = "rainbow"
- local run = game:GetService("RunService")
- local w = library:CreateWindow('Farming')
- local t = w:Toggle('Attack boss', {flag = "boss"})
- local b = w:Toggle('Get moneyz', {flag = "money"})
- w:Dropdown("weapons", {
- location = _G;
- flag = "wp";
- list = wp
- }, function(new)
- local A_1 =
- {
- [1] =
- {
- [1] = false
- },
- [2] =
- {
- [1] = 2
- }
- }
- local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponunequipped
- Event:FireServer(A_1)
- local A_1 =
- {
- [1] =
- {
- [1] = new
- },
- [2] =
- {
- [1] = false
- }
- }
- local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponequipped
- Event:FireServer(A_1)
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end)
- w:Dropdown("gear", {
- location = _G;
- flag = "gear";
- list = gear
- }, function(new)
- local A_1 =
- {
- [1] =
- {
- [1] = false
- },
- [2] =
- {
- [1] = 2
- }
- }
- local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].gearunequipped
- Event:FireServer(A_1)
- local A_1 =
- {
- [1] =
- {
- [1] = new
- },
- [2] =
- {
- [1] = false
- }
- }
- local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].gearequipped
- Event:FireServer(A_1)
- game.Players.LocalPlayer.Character.Humanoid.Health = 0
- end)
- run.Stepped:Connect(function()
- if w.flags.money then
- local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].currencycollected
- Event:FireServer(args)
- end
- if w.flags.boss then
- if giant and giant.Parent ~= nil then
- local args =
- {
- [1] =
- {
- [1] = giant.Name,
- [2] = 14,
- [3] = 0.96785491759897
- },
- [2] =
- {
- [1] = false,
- [2] = false,
- [3] = false
- }
- }
- local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["giant_dealdamage"]
- Event:FireServer(args)
- else
- giant = getgiant()
- wait(0.25)
- end
- end
- end)
Add Comment
Please, Sign In to add comment