Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 60
» Latest member: kirbo
» Forum threads: 106
» Forum posts: 416
Full Statistics
|
Online Users |
There are currently 5 online users. » 0 Member(s) | 5 Guest(s)
|
|
|
Banners |
Posted by: Admin - 05-13-2025, 08:11 PM - Forum: Archive
- Replies (5)
|
 |
This is a thread for submitting banners. The resolution in which you should use for banners is 1115x187.
NOTE: To remove banners, put "||v3rm.luagunsx.xyz/banners/actual/$image" in uBlock Origin's "My filters" section. You may also upload it to https://catbox.moe and link the banner here.
|
|
|
i forgot my passsword |
Posted by: DaGreatSkunksEqual2Maccas - 04-20-2025, 07:58 PM - Forum: User Support
- Replies (2)
|
 |
greetings skunkitypoups, i have forgotten the password to my grand account, DaGreatSkunksEqualToMaccas. i done diddily had my password on a notepad but it done diddily got deleted somehow, so don't done diddily got my password anymore. this is a tragic event, nearly as tragic as a skunk not getting his order at a maccas. i sincerely hope a skunkitypoup at the administration team can help me out.
|
|
|
is this the best way to do this? |
Posted by: DrawnCaproos - 04-20-2025, 06:14 AM - Forum: Lua
- Replies (4)
|
 |
just wondering, is this the best way to write this? it works sure, but the code i think could be better but idrk how. instead of asking AI i'm asking here because you guys probably have decent lua knowledge.
Code: -- Caproos
os.execute("title Rbx PG Acc Finder")
print("PGable Rbx Acc Finder - by Caproos")
print("Min UserID: ")
local min = io.read()
print("Max UserID: ")
local max = io.read()
print("Num of Accs")
local num = io.read()
for i = 1, tonumber(num) do
local g = math.random(tonumber(min), tonumber(max))
print("["..tostring(i).."]: https://www.roblox.com/users/"..tostring(g).."/profile")
end
print("finished")
|
|
|
|