Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- READ CAREFULLY!!!!!!
- -- Godmode (Not Certain if works):
- local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
- for i = 1,100 do
- game.ReplicatedStorage.RemoteEvent:FireServer("GainHPAfterGain", PASSCODE)
- end
- -- Currency:
- local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
- game.ReplicatedStorage.RemoteEvent:FireServer("GainCurrency", 100000, PASSCODE)
- end
- -- Exp (Rejoin if you get kicked):
- local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
- game.ReplicatedStorage.RemoteEvent:FireServer("GainXP", 1000000, PASSCODE)
- end
- -- Give Skill Points:
- local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
- for i = 1,100 do
- game.ReplicatedStorage.RemoteEvent:FireServer("GainSkillPoint", PASSCODE)
- end
- -- Any Magic Script:
- local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
- game.ReplicatedStorage.RemoteEvent:FireServer("AddSlotMagic", 1, "Golem", PASSCODE)
- end
- -- list of all the Magics
- Ember
- Ember Blast
- Ember Burst
- Flame Fist
- Flame Spin
- Bomba
- Self-Detonation
- Sensing
- Sensory
- Flying Broom
- Air Slice
- Air Slashes
- Aerial Ace
- Wind Rush
- Wind Daggers
- Wind Scythe
- Tornado
- Whirlwind
- Aqua Ring
- Helix
- Water Dragon
- Surf
- Mist
- Vapor Wave
- Sud
- Healing Bubble
- Earth Boulder
- Earth Wall
- Earth Spikes
- Rock Solid
- Golem
- Golem Guard
- Rock Smash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement