5555HACKER

Driving Empire event script (ROBLOX)

Dec 24th, 2020 (edited)
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.51 KB | None | 0 0
  1. -- farm
  2.  
  3. local Player = game.Players.LocalPlayer
  4. local Character = Player.Character
  5. local Humanoid = Character:FindFirstChildWhichIsA("Humanoid")
  6.  
  7. _G.AutoFarm = true
  8.  
  9. local Refill_Teleport = game.Workspace:FindFirstChild("Game"):FindFirstChild("PresentEvent"):FindFirstChild("Pickup")
  10. local DropOffs = game.Workspace:FindFirstChild("Game"):FindFirstChild("PresentEvent"):FindFirstChild("Dropoffs"):GetChildren()
  11.  
  12. function makePlayerWalk()
  13.    Humanoid:Move(Vector3.new(-20, -20, 0))
  14.    Humanoid:Move(Vector3.new(-10, -10, 0))
  15.    Humanoid:Move(Vector3.new(-20, -20, 0))
  16.    Humanoid:Move(Vector3.new(-10, -10, 0))
  17. end
  18.  
  19. function findDropOff()
  20.    for i,v in pairs(DropOffs) do
  21.        if v.Main.Beam.Enabled == true then
  22.            Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  23.        end
  24.    end
  25. end
  26.  
  27. while _G.AutoFarm == true do
  28.    wait()
  29.    Character.HumanoidRootPart.CFrame = CFrame.new(Refill_Teleport.Position)
  30.    wait(7)
  31.    makePlayerWalk()
  32.    wait(20)
  33.    findDropOff()
  34. end
  35.  
  36.  
  37. -- AHHHHHHHHHHHHHHHHHHHAHSHHAHhaHhh ples don't edit below its the afk thingy, you will break it
  38.  
  39. wait(0.5)local ba=Instance.new("ScreenGui")
  40. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  41. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  42. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  43. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  44. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,304,0,52)
  45. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk Kick Script"ca.TextColor3=Color3.new(0,1,1)
  46. ca.TextSize=22;da.Parent=ca
  47. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  48. da.Size=UDim2.new(0,304,0,107)_b.Parent=da
  49. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  50. _b.Size=UDim2.new(0,304,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by your mUm"
  51. _b.TextColor3=Color3.new(1,1,1)_b.TextSize=20;ab.Parent=da
  52. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377379,0)
  53. ab.Size=UDim2.new(0,304,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Script Started"
  54. ab.TextColor3=Color3.new(1,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  55. game:service'Players'.LocalPlayer.Idled:connect(function()
  56. bb:CaptureController()bb:ClickButton2(Vector2.new())
  57. ab.Text="You went idle and ROBLOX tried to kick you but we reflected it!"wait(2)ab.Text="Script Re-Enabled"end)
Add Comment
Please, Sign In to add comment