SAITAMANIA Script | GIFT SERVERHOP

Png-19-300x169-1.png

Created by Shinez

Features:

  • GIFT SERVERHOP
  •  
  • DEV NOTES:
  • The Script is made to Work in Auto Execute
  • Switches Servers if there are no more gifts in the Server
  • (In F9 console it counts how many gifts were collected)

--Globals
getgenv().toggle = true
getgenv().Key = "E"
getgenv().count = 0
local plyr = game.Players.LocalPlayer

--Functions Stuff
function tpto(part)
   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(part)

end

--Programm
repeat wait() until game:IsLoaded() and game:GetService("Players")

while wait() do
   if not toggle then break end
   if not game:GetService("Workspace").GIFTS:FindFirstChild("GIFT_EVENT") then
       wait(1)
       local Servers = game.HttpService:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/6802248248/servers/Public?sortOrder=Asc&limit=100"))
       for i,v in pairs(Servers.data) do
           if v.playing ~= v.maxPlayers then
               game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, v.id)
               wait(5)
               game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, v.id)
           end
       end
   end
   wait(3)
   for i,v in pairs(game:GetService("Workspace").GIFTS:GetDescendants()) do
       if v.Name == "Lasso" then
           wait()
           tpto(v.Position)
           wait()
           game:GetService('VirtualInputManager'):SendKeyEvent(true,getgenv().Key,false,uwu)
           wait(1)
           getgenv().count = getgenv().count + 1
           print(getgenv().count)
       end
   end
end  

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ