hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);
Activity Feed
Replied to thread : Atlantis Executor (not finished and not released)
These names are overrated. A lot of exploits use this name. I am sure nexus made something similar.
Replied to thread : List of Roblox UWP exploits
More then half of these are on the Expl**** page of WRD. What is your point? You are advertising other explo**** on WRD? That's like a burger king employee going into McDonalds to order.
Replied to thread : roblox crashes whenever jjsploit launches
Hi, bonnegolden. Seems like your exploit's library may have a issue. Re-install it.
Replied to thread : PC IDLE MASTER | RELEASE | OPENSOURCE
Woah~ did windows delete the power setting options?
Replied to thread : Guess what language & technology this design is made in.
C# Content length must be 10-5000 chars
Content length must be 10-5000 chars
Content length must be 10-5000 chars
Content length must be 10-5000 chars
Content length must be 10-5000 chars
Replied to thread : Deobfuscate this script for $$$ + a reward
Hello. I have unobfuscated/deobfuscated your script with my Lua unobfuscator. I do not own discord so i want you to MESSAGE me on WRD.
(If you dont know how go to my WRD profile then find Send Message it should open a small window on the right top of your screen)
Replied to thread : [Service] Giving Free siggy
May you write me one please?
Just a developer doing Reversing for roblox.
Coding languages: C++ Assembly Lua and C#
Colors I am thinking darkish.(BLACK AND WHITE)
Replied to thread : (Lua C) Skydive script
local game = getglobal(game)
local players = getfield(game, "Players")
local localPlayer = getfield(players, "LocalPlayer")
local character = getfield(localPlayer, "Character")
local humanoidRootPart = getfield(character, "HumanoidRootPart")
local cframe = getglobal(CFrame)
local newCFrame = getfield(cframe, "new")
local x = 0
local y = 1000
local z = 0
local success, result = pcall(function()
return newCFrame(newCFrame, x, y, z)
end, 3, 1, 0)
if success then
setfield(humanoidRootPart, "CFrame", result)
end
Created a new thread : [REL] CLIPBOARD FUNCTIONS!
These are custom clipboard functions which can be registered into the Lua environment and BLAHHHHHHHHHHHHHHHHHH...
2 years axon working so work for ur skidhax so...
int setclipboard()
{
const char* clipme = lua_tostring(rl, -1);
if (!OpenClipboard(nullptr))
return 1;
EmptyClipboard();
HGLOBAL hMem = GlobalAlloc(GMEM_MOVEABLE, 100);
memcpy(GlobalLock(hMem), clipme , 13);
GlobalUnlock(hMem);
SetClipboardData(CF_TEXT, hMem);
CloseClipboard();
clipme = "";
return 0;
}
tostring will get the first argument of the function which is a string and can be used like *AXON*:
local function = "my dad used to kiss me"
setclipboard(function)
wait(1)
setclipboard("why is there monkey sauce in my asian friends house?")
--or you can do something like this
HOPE THIS HELPS.
Replied to thread : LuaVM::load scanning
If you don't understand these people, find getstate in IDA. Disassemble the function and find something that looks similar to this:
return (uintptr_t) 256 + this + 256;
Not sure because I don't directly call the state, I just use the getstate. You're choice after all.