Badges

Activity Feed
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?
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))()
Replied to thread : [EDITED] Anti IP Logger
Nope, that doesnt detect it sadly but i could add something maybe?
+ its open source, you can look at the source yourself.
Created a new thread : [EDITED] Anti IP Logger
Information:
This was tested on Synapse X, i dont know if it works for other executors.
To run this anti ip logger i recommend putting the script to the autoexec folder.
Big credits to Dwuck for making this script.
The stuff i added:
Notifications, for example when your ip is being logged a notification will show up.
https://cdn.discordapp.com/attachments/1014131877512216660/1014990280312770642/unknown.png
Script:
https://pastebin.com/raw/m13BAihc
Replied to thread : [FREE] Azurecheats - 8 Games (Evade, phantom forces...)
just added godmode to arsenal :)
Created a new thread : [FREE] Azurecheats - 8 Games (Evade, phantom forces...)
Azurecheats
free roblox script
Arsenal
Evade
Typical colors 2
Phantom forces
Criminality
Bad Business (really bad rn)
KAT
Combat warriors
i put a lot of effort in this - please try the script :)
updates and showcase is in the discord server
loadstring(game:HttpGet("https://raw.githubusercontent.com/debugac/Azurecheats/main/loader.lua", true))()