Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
44,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("ImageLabel")local c=Instance.new("ImageLabel")local d=Instance.new("Frame")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextLabel")local j=Instance.new("TextLabel")local k=Instance.new("TextLabel")a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="Frame"b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.BackgroundTransparency=1;b.Position=UDim2.new(0.259900987,0,0.282555282,0)b.Size=UDim2.new(0.480198026,0,0.212530717,0)b.ZIndex=0;b.Image="rbxassetid://2790392032"b.ScaleType=Enum.ScaleType.Slice;b.SliceCenter=Rect.new(24,24,232,232)c.Name="borderPixel"c.Parent=b;c.AnchorPoint=Vector2.new(0.5,0.5)c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1;c.Position=UDim2.new(0.5,0,0.498587579,0)c.Size=UDim2.new(1.0025773,0,1.0028249,0)c.Image="rbxassetid://2790392032"c.ImageColor3=Color3.new(0,0.615686,1)c.ScaleType=Enum.ScaleType.Slice;c.SliceCenter=Rect.new(24,24,232,232)d.Parent=c;d.BackgroundColor3=Color3.new(0,0.666667,1)d.BorderSizePixel=0;d.Position=UDim2.new(0,0,0.203854159,0)d.Size=UDim2.new(0.998714626,0,0.0427192412,0)e.Name="Exit"e.Parent=d;e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1;e.Position=UDim2.new(0.933075964,0,-4.84113598,0)e.Size=UDim2.new(0.0296010301,0,3.42857122,0)e.Font=Enum.Font.Cartoon;e.Text="X"e.TextColor3=Color3.new(1,1,1)e.TextScaled=true;e.TextSize=14;e.TextWrapped=true;f.Name="AF"f.Parent=d;f.BackgroundColor3=Color3.new(0.333333,0.333333,1)f.BorderSizePixel=0;f.Position=UDim2.new(0.0669240654,0,5.41211224,0)f.Size=UDim2.new(0,213,0,53)f.Font=Enum.Font.Cartoon;f.Text="AutoFarm [ OFF ]"f.TextColor3=Color3.new(1,1,1)f.TextScaled=true;f.TextSize=14;f.TextWrapped=true;g.Name="AS"g.Parent=d;g.BackgroundColor3=Color3.new(0.333333,0.333333,1)g.BorderSizePixel=0;g.Position=UDim2.new(0.364221364,0,5.41211224,0)g.Size=UDim2.new(0,213,0,53)g.Font=Enum.Font.Cartoon;g.Text="AutoSell [ OFF ]"g.TextColor3=Color3.new(1,1,1)g.TextScaled=true;g.TextSize=14;g.TextWrapped=true;h.Name="AR"h.Parent=d;h.BackgroundColor3=Color3.new(0.333333,0.333333,1)h.BorderSizePixel=0;h.Position=UDim2.new(0.658944607,0,5.41211224,0)h.Size=UDim2.new(0,213,0,53)h.Font=Enum.Font.Cartoon;h.Text="AutoRebirth [ OFF ]"h.TextColor3=Color3.new(1,1,1)h.TextScaled=true;h.TextSize=14;h.TextWrapped=true;i.Parent=c;i.BackgroundColor3=Color3.new(1,1,1)i.BackgroundTransparency=1;i.Position=UDim2.new(0.0359897166,0,0.0280898735,0)i.Size=UDim2.new(0.317480713,0,0.175764188,0)i.Font=Enum.Font.Cartoon;i.Text="Project: E2T"i.TextColor3=Color3.new(1,1,1)i.TextScaled=true;i.TextSize=14;i.TextWrapped=true;i.TextXAlignment=Enum.TextXAlignment.Left;j.Parent=c;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=1;j.Position=UDim2.new(0.340049267,0,0.0260143671,0)j.Size=UDim2.new(0.317480713,0,0.177839518,0)j.Font=Enum.Font.Cartoon;j.Text="Magnet Simulator"j.TextColor3=Color3.new(1,1,1)j.TextScaled=true;j.TextSize=14;j.TextWrapped=true;j.TextXAlignment=Enum.TextXAlignment.Left;k.Parent=c;k.BackgroundColor3=Color3.new(1,1,1)k.BackgroundTransparency=1;k.Position=UDim2.new(0.0359897166,0,0.823530793,0)k.Size=UDim2.new(0.925449848,0,0.175764188,0)k.Font=Enum.Font.Cartoon;k.Text="By ErenKKOWN - Eren#8501 [ Pls dont leech XD ]"k.TextColor3=Color3.new(1,1,1)k.TextScaled=true;k.TextSize=14;k.TextWrapped=true;k.TextXAlignment=Enum.TextXAlignment.Left;local l=game:GetService("ReplicatedStorage").Events.MagnetEvents['requestGrab']local m=game:GetService("RunService").RenderStepped;local n=false;b.Active=true;b.Draggable=true;e.MouseButton1Click:connect(function()a:Destroy()end)f.MouseButton1Click:connect(function()if n==false then n=true;f.Text="AutoFarm [ ON ]"local o="Binary Long Power Magnet"while m:wait()do if n==false then break end;for p=1,10 do l:FireServer("11000000",game.ReplicatedStorage.Tools[o])end end elseif n then n=false;f.Text="AutoFarm [ OFF ]"end end)local q=false;g.MouseButton1Click:connect(function()local r=game.Players.LocalPlayer;local s=r.Character.HumanoidRootPart;if q==false then q=true;g.Text="AutoSell [ ON ]"while m:wait()do if q==false then break end;for p=1,10 do workspace.Rings.Sellx2.CanCollide=false;workspace.Rings.Sellx2.Transparency=1;workspace.Rings.Sellx2.CFrame=s.CFrame end end;wait(0.1)elseif q==true then q=false;g.Text="AutoSell [ OFF ]"workspace.Rings.Sellx2.CanCollide=true;workspace.Rings.Sellx2.Transparency=0;workspace.Rings.Sellx2.CFrame=CFrame.new(-423.296997,1.41699982,-849.867981,0.766061246,-0,-0.642767608,0,1,-0,0.642767608,0,0.766061246)end end)local t=false;h.MouseButton1Click:connect(function()if t==false then t=true;h.Text="AutoRebirth [ ON ]"while m:wait()do if t==false then break end;for p=1,10 do wait(4)game.ReplicatedStorage.RebirthEvents.requestRebirth:FireServer(10000)end end elseif t==true then t=false;h.Text="AutoRebirth [ OFF ]"end end)local u=game:GetService("TweenService")local v=game.Players.LocalPlayer:GetMouse()spawn(function()for p,w in pairs(a:GetDescendants())do if w:IsA("TextButton")and w.BackgroundTransparency~=1 then local x=false;local y;w.MouseButton1Down:connect(function()x=true;y=w.MouseButton1Up:connect(function()x=false;y:Disconnect()end)w.AutoButtonColor=false;w.ClipsDescendants=true;local z=Instance.new("ImageLabel",w)z.Size=UDim2.new(0,0,0,0)z.Image="rbxassetid://1986366831"z.ImageTransparency=0.6;z.Position=UDim2.new(0,v.X-0,0,v.Y)-UDim2.new(0,w.AbsolutePosition.X,0,w.AbsolutePosition.Y)z.BackgroundTransparency=1;local A={Size=UDim2.new(0,500,0,500),Position=z.Position-UDim2.new(0,250,0,250)}local B={ImageTransparency=1}local C=false;u:Create(z,TweenInfo.new(2,Enum.EasingStyle.Sine,Enum.EasingDirection.Out),A):Play()spawn(function()wait(2)C=true end)repeat wait()until C or not x;y:Disconnect()u:Create(z,TweenInfo.new(1,Enum.EasingStyle.Sine,Enum.EasingDirection.Out),B):Play()repeat wait()until z.ImageTransparency==1;z:Destroy()end)end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement