Results 1 to 8 of 8
  1. #1
    bloqueado93's Avatar
    Join Date
    Sep 2007
    Posts
    226
    Reputation
    10
    Thanks
    34

    hey guys i need help

    sorry por put this post in wrong sectioni put here because is the more visit... ok the problem is i want do anti kick but with i press the button the warrock closed i dontknwo what happend, look this si my code for the timer:
    Call WriteAByte("Warrock", &H505405, &H90)
    Call WriteAByte("Warrock", &H505406 + 1, &H90)
    Call WriteAByte("Warrock", &H505407 + 2, &H90)
    Call WriteAByte("Warrock", &H505408 + 3, &H90)
    Call WriteAByte("Warrock", &H505409 + 4, &H90)
    Call WriteAByte("Warrock", &H50540A + 5, &H90)
    told me whats is wrong

  2. #2
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Quote Originally Posted by bloqueado93 View Post
    sorry por put this post in wrong sectioni put here because is the more visit... ok the problem is i want do anti kick but with i press the button the warrock closed i dontknwo what happend, look this si my code for the timer:
    Call WriteAByte("Warrock", &H505405, &H90)
    Call WriteAByte("Warrock", &H505406 + 1, &H90)
    Call WriteAByte("Warrock", &H505407 + 2, &H90)
    Call WriteAByte("Warrock", &H505408 + 3, &H90)
    Call WriteAByte("Warrock", &H505409 + 4, &H90)
    Call WriteAByte("Warrock", &H50540A + 5, &H90)
    told me whats is wrong
    If your doing it that way, don't do it that way do it this way.

    Call WriteAByte("Warrock", &H505405, &H90)
    Call WriteAByte("Warrock", &H505405 + 1, &H90)
    Call WriteAByte("Warrock", &H505405 + 2, &H90)
    Call WriteAByte("Warrock", &H505405 + 3, &H90)
    Call WriteAByte("Warrock", &H505405 + 4, &H90)
    Call WriteAByte("Warrock", &H505405 + 5, &H90)
    Cause ur adding + , I think that's the way you do it. And wrong section -_-.

  3. #3
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    *Moved to VB Section*



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  4. #4
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    its 4nops and looks like this
    Call WriteAByte("Warrock", &H505405, &H90)
    Call WriteAByte("Warrock", &H505405 + 1, &H90)
    Call WriteAByte("Warrock", &H505405 + 2, &H90)
    Call WriteAByte("Warrock", &H505405 + 3, &H90)

  5. #5
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    ilovepie stop trying to tell people wrong stuff... antikick is 6 bytes nop...

    and bloqueado93, if you want antikick to work, you have to pick ONE way of coding:
    either this:
    Code:
    Call WriteAByte("Warrock", &H505405, &H90)
    Call WriteAByte("Warrock", &H505405 + 1, &H90)
    Call WriteAByte("Warrock", &H505405 + 2, &H90)
    Call WriteAByte("Warrock", &H505405 + 3, &H90)
    Call WriteAByte("Warrock", &H505405 + 4, &H90)
    Call WriteAByte("Warrock", &H505405 + 5, &H90)
    or this:
    Code:
    Call WriteAByte("Warrock", &H505405, &H90)
    Call WriteAByte("Warrock", &H505406, &H90)
    Call WriteAByte("Warrock", &H505407, &H90)
    Call WriteAByte("Warrock", &H505408, &H90)
    Call WriteAByte("Warrock", &H505409, &H90)
    Call WriteAByte("Warrock", &H50540A, &H90)

  6. #6
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    Quote Originally Posted by K2 Nemico View Post
    ilovepie stop trying to tell people wrong stuff... antikick is 6 bytes nop...
    stfu noob im tellhim him the truth its 4nops i do it myself and it works u dum cunt stfu bitch u dunno shit

  7. #7
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    lol why u flaming and cussing?

  8. #8
    ilovepie21's Avatar
    Join Date
    Feb 2007
    Location
    Drunk
    Posts
    388
    Reputation
    11
    Thanks
    134
    cuz ur a dumass now stfu

Similar Threads

  1. Guys i need help
    By haxormember in forum Combat Arms Help
    Replies: 4
    Last Post: 09-30-2009, 02:24 AM
  2. Guys i need help !!
    By haxormember in forum Programming Tutorials
    Replies: 0
    Last Post: 09-29-2009, 11:57 PM
  3. Hey Guys Choob Needs Help!
    By darukam in forum General
    Replies: 2
    Last Post: 08-10-2009, 06:21 PM
  4. Yo guys I need help!
    By en1gmat1c in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-19-2008, 10:54 AM
  5. hey you guys i need help istallin my template
    By da_g in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 09-23-2007, 04:37 PM

Tags for this Thread