What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Keypresser / Keyspammer / Plugin to press 1 Key

Compiler Error: c:\Program Files (x86)\Bot Folder\BOT STUFF\Honorbuddy.497\Plugins\Keyspammer\Keyspammer.cs(42,71) : error CS1026: ) expected
Compiler Error: c:\Program Files (x86)\Bot Folder\BOT STUFF\Honorbuddy.497\Plugins\Keyspammer\Keyspammer.cs(42,73) : error CS1002: ; expected
Compiler Error: c:\Program Files (x86)\Bot Folder\BOT STUFF\Honorbuddy.497\Plugins\Keyspammer\Keyspammer.cs(42,73) : error CS1525: Invalid expression term ')'

:(

would love to use this plugin as its probably about a million times faster than allrounder right now.
 
Isnt out of combat something like:
if (!Me.Combat) ?

Yes you're correct but since he wrote return; after the if statement it will abort the function and return to where it was called.
Code:
pulse()
{
 if(Me.Combat)
    return;

//code
}
Code:
pulse()
{
 if(!Me.Combat)
    {
     //code
    }
}

both will work.
 
Last edited:
What do I need to edit to have it spam while the profile is running instead of just standing still?
My scribe + banker will love you

Currently the plugin is acting like a profile...or is running at a higher priority than the profile I should say... the result is I either have the plugin turned on and doing its thing only, or i turn it off and am able to run x profile.
 
Last edited:
Can someone update this plugin please? <3 I'll throw you a few beers across the ocean :P
 
Back
Top