ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[ADMIN ABUSE] 67 Simulator
662 Views

Auto Farm AURA WWW

[ADMIN ABUSE] 67 SimulatorUploaded by
3 months ago
Please login to perform these actions:

Description

Click anywhere and Aura's farm will go uphill

View Raw
Edited By: Kystarnik Download


Comments
6
User profile picture
Kystarnik 3 months ago
Open source
User profile picture
MenCofing 3 months ago
use Hydroxide for find removeevent
User profile picture
MenCofing 3 months ago
for non mouse clicking for bypass server to thinking is user
User profile picture
MenCofing 3 months ago
local streak = 0 local left = "right" local time = 1 local endonstreak = 500 local RunService = game:GetService("RunService") local stop = false RunService.RenderStepped:Connect(function() if stop then return end local ohTable1 = { ["streak"] = streak+1, ["targetSide"] = left, ["hitType"] = "sweet" } game:GetService("ReplicatedStorage").Remotes.AuraGained:FireServer(ohTable1) if left == "right" then left = "left" else left = "right" end streak = streak + 1 if streak >= endonstreak then local ohTable1 = { ["streak"] = streak, ["targetSide"] = left, ["hitType"] = "fail" } game:GetService("ReplicatedStorage").Remotes.AuraGained:FireServer(ohTable1) stop = true end --[[ wait(time) time = time - 0.025 if time <= 0.025 then left = "right" streak = 0 time = 1 end]] end) is for every frame make server to think you make good
MenCofing's profile pictureMenCofinguse Hydroxide for find removeevent
User profile picture
Kystarnik 3 months ago
@MenCofing i use Infinity yield for Remote Event
MenCofing's profile pictureMenCofinglocal streak = 0 local left = "right" local time =...
User profile picture
Kystarnik 3 months ago
@MenCofing The script takes a frame and if there is another frame in it, it simulates a Click.
Please Login to add a comment.