Adblock breaks this site

New program i made i need a tester

Discussion in 'Programming General' started by pureflipper123, Oct 9, 2008.

  1. pureflipper123

    pureflipper123 Guest

    Referrals:
    0
    New program i made i need a tester

    I was wondering if someone could test my auto alcher for runescape 2 ...
    to see if its detected or not so could someone use a noob acount and alch like over night and see if you get banned
     

    Attached Files:

  2. demonavenger

    demonavenger Forum Addict
    $5 USD Donor

    Joined:
    Feb 25, 2007
    Posts:
    536
    Referrals:
    0
    Sythe Gold:
    0
    New program i made i need a tester

    Lol, why don't you do that your self, to find out this information...
     
  3. 128729972

    128729972 Guest

    Referrals:
    0
    New program i made i need a tester

    he prob think it might get banned wuss get a ip address protecter server makes it so your a guest meaning they can't track your ip lol
     
  4. Visual Basic Matt

    Visual Basic Matt Apprentice

    Joined:
    Jan 29, 2008
    Posts:
    647
    Referrals:
    2
    Sythe Gold:
    56
    Discord Unique ID:
    223154494878253056
    New program i made i need a tester

    Its an autoclicker-not exactly an alcher.

    Also, you need to add a random offset feature. Ill give you a little example code,

    Code:
    Randomize
        Value = Int(4 * Rnd) 'Number 4 = Max Number + 1 (So max number of 3)
    If Str$(Value) = "2" Then
    DoRandomClick
    Else
    'continue
    End If
    End Sub
    
    Public Sub DoRandomClick()
    Randomize
        Value1 = Int(7 * Rnd) 'Number 7 = Max Number + 1 (So max number of 6)
    If Str$(Value1) = "1" Then
    'Click interval + 10 'Miliseconds
    ElseIf Str$(Value1) = "2" Then
    'Click interval + 50 'Miliseconds
    ElseIf Str$(Value1) = "3" Then
    'Click interval + 100 'Miliseconds
    ElseIf Str$(Value1) = "4" Then
    'Click interval - 10 'Miliseconds
    ElseIf Str$(Value1) = "5" Then
    'Click interval - 50 'Miliseconds
    ElseIf Str$(Value1) = "6" Then
    'Click interval - 100 'Miliseconds
    End If
    End Sub
    Just do something like that for randomization. :D
     
  5. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    New program i made i need a tester

    I believe we may have found the new biggest idiot on sythe. To be honest man you have absolutely no idea what you are talking about.

    1) "ip address protecter server" = PROXY
    2) Proxies are basically a system set up that allow connection through another server in an attempt to "cloak" your ip, but in no way, shape, or form are completely secure
    3) Runescape has blocked a vast number of proxies already
    4) Runescape does not ip ban for autoing unless it is an extreme case in which there are many different offenses from a single ip, even then it is incredibly rare.
     
< Script Idea | (Guide) Hot to create an undetectable Auto Talker >


 
 
Adblock breaks this site