warn("_Lucifer")
Activity Feed
Replied to thread : Introducing SirHurt Android... Try it free for a limited time only! No key system!
I used SirHurt Android as a tester before it was released publically. From what I have seen and heard - Spook has been great with listening to feedback from the community and has made updates to the product accordingly.
I can also say that between then and now, the product has had quite a few additions to it in such little time. Which, in turn, makes it unlike many other products of its kind.
If looking for a way to develop scripts or use them on mobile is within your interests, why bother looking any further? It's free for a limited time so you may as well make the most of it.
Vouch
Replied to thread : how much you'll rate urself at LUA ??
Lua in general: 6
Roblox game dev side: 7
Exploiting side: 4-5
Replied to thread : [Release] Fly Race noob farm
Replied to thread : [Release] Fly Race noob farm
Glad you like it @Pekka
Leave any notes on changes or feedback :)
It also works if you rebrith, you just need to re-execute the script. May change that as well.
Created a new thread : [Release] Fly Race noob farm
To use: Enable 'Auto-Run' in-game after executing. That's it.
FYI: I'm not that great at the exploit side of scripting - but it works.
[#1 Change-log]: Added a check for auto-run. Only works if auto-run is on and will not auto if it isn't enabled.
Let me know if you want any improvements or have any feedback.
[Game: https://www.roblox.com/games/6679968919/Fly-Race]
-- Made by me
local plr = game.Players.LocalPlayer
local char = plr.Character
local hrp = char:WaitForChild("HumanoidRootPart")
local landing = CFrame.new(150232, -103.86, 104719)
local isflying = plr:WaitForChild("IsFlying")
local autoRun = plr.PlayerGui.Main.SideTabs.AutoFly.Main.Button.Main.Switch
isflying:GetPropertyChangedSignal("Value"):Connect(function()
if isflying and autoRun.BackgroundColor3 == Color3.fromRGB(127, 255, 189) then
task.wait(.1)
hrp.CFrame = landing
end
end)
Replied to thread : What should do as contribution.
1 (maybe some c# tut to show how to get started with animations, smooth transitions and whatnot).
Replied to thread : Introducing SirHurt's exploit status checker! List your exploit for FREE!
I agree. Services should not be biased. Good job on this one.