Results 1 to 3 of 3
  1. #1
    Sleepy?'s Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    374
    My Mood
    Sleepy

    Godmode on server.

    Tried to tell the owner so he can fix it. Then He just bans me. so have fun. it lets you get insta revived.

    use the "best" exploit in the world lmao

    Code:
    LOKI.AddExploit( "Zombie Mode", {
     
        desc = "Get straight back up again after being killed",
     
        severity = 1,
     
        scan = function() return LOKI.ValidNetString( "RevivePlayer" ) end,
     
        functions = {
     
            { typ = "func", name = "Make me Immortal", func = function()
     
                if !timer.Exists( "loki_zombie" ) then
     
                    LOKI.ChatText( "Becoming a zombie" )
     
                    timer.Create( "loki_zombie", 0.5, 0, function()
     
                        if !LocalPlayer():Alive() then
     
                            LOKI.NetStart("RevivePlayer")
     
                            net.WriteEntity(LocalPlayer())
     
                            net.SendToServer()
     
                        end
     
                    end)
     
                else
     
                    timer.Remove( "loki_zombie" )
     
                    LOKI.ChatText( "Becoming mortal again" )
     
                end
     
            end, },
     
        },
     
    } )

  2. #2
    AckroyJR's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    What servers does this "work" on?

  3. #3
    tikene's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    39
    Quote Originally Posted by AckroyJR View Post
    What servers does this "work" on?
    Retarded ones obviously

Similar Threads

  1. Hint to unpatching Godmode, Server Crasher, Weapon Spawner.
    By Karla857 in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 08-10-2012, 09:51 PM
  2. [Info] Hint to unpatching Godmode, Server Crasher, Weapon Spawner.
    By SpadeCA in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 22
    Last Post: 05-10-2012, 09:45 AM
  3. [Detected] Bug - GodMod-Lifetaker-WeaponSpawn-Server Crash-VoiceSpam and more
    By BACKD00R in forum Combat Arms Brazil Hacks
    Replies: 36
    Last Post: 03-22-2012, 09:18 PM
  4. [Patched] Xipher CA Public v1.1 [GODMODE/LIFETAKER/SERVER CRASHER/INSTANT RESPAWN/ETC.]
    By Xipher in forum Combat Arms Hacks & Cheats
    Replies: 195
    Last Post: 03-10-2012, 04:40 AM
  5. can godmode/ohk work in chinese server?
    By liumingjjy in forum Vindictus Help
    Replies: 4
    Last Post: 07-19-2011, 07:46 PM