4 Elemental Awakening Scripts 2023

These are the best Elemental Awakening scripts that will help you a lot to get level or Curses as well as allow you to spin infinitely and auto spinning. Be sure to try these out. With the level script, you can get really high levels fast.
Elemental Awakening Script Features
- Auto Farm Level
- Auto Spin
- Infinite Spin
- Curse Grabber
How to use Roblox scripts
If you don’t know how to use the Elemental Awakening scripts below here is what you have to do
- Pick an exploit from this page – List Of Exploits (Free & Paid)
- Download the exploit you chouse
- Open it
- When you open the game press Inject or Attach
- Paste in the script
- Press Execute
- That’s it, you can enjoy the script
If you still don’t understand something or are having problems there are video tutorials here – How To Use Roblox Scripts or you can join my discord server and ask for help – Discord Server
Auto Spin
loadstring(game:HttpGet(('https://pastebin.com/raw/CWUrLw0q'),true))()
Credit – Not Sure
Curse Grabber
--game:GetService("ReplicatedStorage").Effects.Parts.CurseOrb.InnerCurse.Prompt
local SpawnRemote = game.ReplicatedStorage.Events:WaitForChild("Spawn")
for i,child in pairs(game.Workspace:GetDescendants()) do
if child.Name == "Prompt" and child:FindFirstAncestor("CurseOrb") then
if SpawnRemote.ClassName == "RemoteFunction" then
SpawnRemote:InvokeServer()
elseif SpawnRemote.ClassName == "RemoteEvent" then -- for update compatability
SpawnRemote:FireServer()
end
wait(0.1)
repeat
if child ~= nil and game.Players.LocalPlayer.Character ~= nil and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.Parent.CFrame
fireproximityprompt(child)
end
wait()
until child == nil or not child:FindFirstAncestor("Workspace") -- god is dead this is proof I don't care I'm putting the repeat loop in here and no one can stop me
end
end
game.Workspace.DescendantAdded:Connect(function(child)
if child.Name == "Prompt" and child:FindFirstAncestor("CurseOrb") then
if SpawnRemote.ClassName == "RemoteFunction" then
SpawnRemote:InvokeServer()
elseif SpawnRemote.ClassName == "RemoteEvent" then -- for update compatability
SpawnRemote:FireServer()
end
wait(0.1)
repeat
if child ~= nil and game.Players.LocalPlayer.Character ~= nil and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = child.Parent.CFrame
fireproximityprompt(child)
end
wait()
until child == nil or not child:FindFirstAncestor("Workspace") -- god is dead this is proof I don't care I'm putting the repeat loop in here and no one can stop me
end
end)
Credit – Not Sure
Inf Spin
loadstring(game:HttpGet(('https://pastebin.com/raw/3T51cESz'),true))()
Credit – Aidez
Auto Level Farm
loadstring(game:HttpGet(('https://raw.githubusercontent.com/Aidez/elemental_awakening/main/level_farm'),true))()
Credit – Aidez
Would be nice to know what you think about the script and maybe you have a script you want me to post on this website, if you do you can leave it here – Submit Roblox Scripts