Page 5 of 5 FirstFirst ... 345
Results 61 to 64 of 64
  1. #61
    livemous5's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    working ,you can add noclip ?

  2. #62
    yomp's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Could you make a trainer with this CE lua code?

    Activates the speedhack while holding down the right mouse button, and deactivates on release.

    wantedSpeed=3
    lastSpeed=1

    function checkKeys(timer)
    if isKeyPressed(VK_RBUTTON) then
    if lastSpeed==1 then
    speedhack_setSpeed(wantedSpeed)
    lastSpeed=wantedSpeed
    end
    else
    if lastSpeed~=1 then
    speedhack_setSpeed(1)
    lastSpeed=1
    end
    end
    end

    if t~=nil then
    t.destroy()
    t=nil
    end

    t=createTimer()
    t.Interval=50
    t.OnTimer=checkKeys
    t.Enabled=true

  3. #63
    Bitcoinmasta's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Works well !!!
    TY !

  4. #64
    AloisDaBoss's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    works but last time i tried crashed my game... Also kinda glitchy... Works smooth tho

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. Replies: 118
    Last Post: 04-08-2009, 03:24 AM
  2. [TUT] How i can make a Japanse Warrock Account easily
    By soad56 in forum WarRock Korea Hacks
    Replies: 34
    Last Post: 06-17-2008, 01:17 AM
  3. Faster Download link?
    By Leathal in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 07-16-2007, 08:52 PM
  4. [help] Make warrock faster
    By Spoking in forum WarRock - International Hacks
    Replies: 9
    Last Post: 04-14-2007, 06:19 PM
  5. Traveling At Warp Speed!
    By Dave84311 in forum General
    Replies: 1
    Last Post: 01-03-2006, 09:09 PM