Badges
Activity Feed
Created a new thread : Place Visits Bot Service
Place Visits Bot Service.
Available visits to buy:
500 Visits - 20 Robux; 1,000 Visits - 44 Robux; 1,500 Visits - 88 Robux; 2,000 Visits - 160 Robux
You must create/own 2 roblox games and create a localscript (once your game is botted with visits, you can remove the script) with our code in it. more information in our discord server:
Discord
Created a new thread : [for skids!!] jailbreak & more games walkspeed bypass!!!
getgenv().ws = 200 -- change this to whatever value u want
local getrawmetatable = getrawmetatable(game)
local oldIndex = getrawmetatable.__index
setreadonly(getrawmetatable, false)
getrawmetatable.__index = newcclosure(function(player, ws)
if tostring(player) == "Humanoid" and tostring(ws) == "WalkSpeed" then
return
end
return oldIndex(player, ws)
end)
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = getgenv().ws
setreadonly(getrawmetatable, true)
im bored
Replied to thread : get localplayers previous position..
Created a new thread : get localplayers previous position..
after teleporting a player to a location, i want to teleport him back to his previous location but i cant figure out how to do it?
Created a new thread : Cool Intros | 40 Robux | 4K quality
If you own an executor or a script and want to make a cool showcase, then why not put an intro in it?
Showcase here!
You need to own a logo, and if you dont own a logo then i will just put text in it without anything else
(or i could make a logo?)
riot#0155
Payment methods:
Robux
Replied to thread : [release & open-src] r15 anim player
oh i also forgot to mention that when you ragdoll in ragdoll engine with an animation u will fall of the map
Created a new thread : [release & open-src] r15 anim player
Credits go to:
reestart (https://github.com/restarrt) for making the anim player.
Information:
made a gui version of this so it will be easier to use for newbies.
the anim player is frame based so i set the fps cap to 44 fps so you wont be extremely fast (you can change it.)
more advanced info in the script, and also other people can see this too.
Example Anim IDs:
10796212834
5847190702
Picture:
https://cdn.discordapp.com/attachments/1014131877512216660/1015313107498848327/unknown.png
Script Link:
https://raw.githubusercontent.com/debugac/r15-animplayer-gui/main/script.lua
Loadstring:
loadstring(game:HttpGet("https://raw.githubusercontent.com/debugac/r15-animplayer-gui/main/script.lua", true))()